mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
101 lines
2.3 KiB
101 lines
2.3 KiB
9 years ago
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"graceful-fs@^4.1.2",
|
||
|
"/Users/mzasso/git/forks/node/node_modules/eslint/node_modules/flat-cache"
|
||
|
]
|
||
|
],
|
||
|
"_from": "graceful-fs@>=4.1.2 <5.0.0",
|
||
|
"_id": "graceful-fs@4.1.2",
|
||
|
"_inCache": true,
|
||
|
"_installable": true,
|
||
|
"_location": "/eslint/graceful-fs",
|
||
|
"_nodeVersion": "2.2.1",
|
||
|
"_npmUser": {
|
||
|
"email": "isaacs@npmjs.com",
|
||
|
"name": "isaacs"
|
||
|
},
|
||
|
"_npmVersion": "3.0.0",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"name": "graceful-fs",
|
||
|
"raw": "graceful-fs@^4.1.2",
|
||
|
"rawSpec": "^4.1.2",
|
||
|
"scope": null,
|
||
|
"spec": ">=4.1.2 <5.0.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/eslint/flat-cache",
|
||
|
"/eslint/read-json-sync"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz",
|
||
|
"_shasum": "fe2239b7574972e67e41f808823f9bfa4a991e37",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "graceful-fs@^4.1.2",
|
||
|
"_where": "/Users/mzasso/git/forks/node/node_modules/eslint/node_modules/flat-cache",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/isaacs/node-graceful-fs/issues"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"description": "A drop-in replacement for fs, making various improvements.",
|
||
|
"devDependencies": {
|
||
|
"mkdirp": "^0.5.0",
|
||
|
"rimraf": "^2.2.8",
|
||
|
"tap": "^1.2.0"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"dist": {
|
||
|
"shasum": "fe2239b7574972e67e41f808823f9bfa4a991e37",
|
||
|
"tarball": "http://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.4.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"fs.js",
|
||
|
"graceful-fs.js",
|
||
|
"legacy-streams.js",
|
||
|
"polyfills.js"
|
||
|
],
|
||
|
"gitHead": "c286080071b6be9aa9ba108b0bb9b44ff122926d",
|
||
|
"homepage": "https://github.com/isaacs/node-graceful-fs#readme",
|
||
|
"keywords": [
|
||
|
"EACCESS",
|
||
|
"EAGAIN",
|
||
|
"EINVAL",
|
||
|
"EMFILE",
|
||
|
"EPERM",
|
||
|
"error",
|
||
|
"errors",
|
||
|
"fs",
|
||
|
"handling",
|
||
|
"module",
|
||
|
"queue",
|
||
|
"reading",
|
||
|
"retries",
|
||
|
"retry"
|
||
|
],
|
||
|
"license": "ISC",
|
||
|
"main": "graceful-fs.js",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "isaacs",
|
||
|
"email": "i@izs.me"
|
||
|
}
|
||
|
],
|
||
|
"name": "graceful-fs",
|
||
|
"optionalDependencies": {},
|
||
|
"readme": "ERROR: No README data found!",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/isaacs/node-graceful-fs.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "node test.js | tap -"
|
||
|
},
|
||
|
"version": "4.1.2"
|
||
|
}
|