summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/graceful-fs/package.json
blob: 30f4c40bad13e3ac4ae2075b14f16d8eba838ab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me"
  },
  "name": "graceful-fs",
  "description": "fs monkey-patching to avoid EMFILE and other problems",
  "version": "1.1.14",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-graceful-fs.git"
  },
  "main": "graceful-fs.js",
  "engines": {
    "node": ">=0.4.0"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "keywords": [
    "fs",
    "EMFILE",
    "error",
    "handling",
    "monkeypatch"
  ],
  "license": "BSD",
  "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.14",
  "_from": "graceful-fs@~1.1.1"
}