The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / deps / npm / node_modules / graceful-fs / package.json @ 5aef65a9

History | View | Annotate | Download (908 Bytes)

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