aboutsummaryrefslogtreecommitdiff
path: root/tools/blog/node_modules/glob/node_modules/graceful-fs/package.json
blob: 36f358483e9fe7f65ed32f96ab455b12644cb981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me"
  },
  "name": "graceful-fs",
  "description": "Just like node's `fs` module, but it does an incremental back-off when EMFILE is encountered.",
  "version": "1.1.8",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-graceful-fs.git"
  },
  "main": "graceful-fs.js",
  "engines": {
    "node": ">=0.4.0"
  },
  "devDependencies": {},
  "readme": "Just like node's `fs` module, but it does an incremental back-off when\nEMFILE is encountered.\n\nUseful in asynchronous situations where one needs to try to open lots\nand lots of files.\n",
  "_id": "graceful-fs@1.1.8",
  "_from": "graceful-fs@~1.1.2"
}