104 lines
2.4 KiB
JSON
104 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"graceful-fs@^4.1.2",
|
|
"/Users/sid/Desktop/code/RustyCode/node_modules/load-json-file"
|
|
]
|
|
],
|
|
"_from": "graceful-fs@>=4.1.2 <5.0.0",
|
|
"_id": "graceful-fs@4.1.3",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/graceful-fs",
|
|
"_nodeVersion": "4.0.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-6-west.internal.npmjs.com",
|
|
"tmp": "tmp/graceful-fs-4.1.3.tgz_1454449326495_0.943017533281818"
|
|
},
|
|
"_npmUser": {
|
|
"email": "i@izs.me",
|
|
"name": "isaacs"
|
|
},
|
|
"_npmVersion": "3.7.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": [
|
|
"/load-json-file",
|
|
"/path-type"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.3.tgz",
|
|
"_shasum": "92033ce11113c41e2628d61fdfa40bc10dc0155c",
|
|
"_shrinkwrap": null,
|
|
"_spec": "graceful-fs@^4.1.2",
|
|
"_where": "/Users/sid/Desktop/code/RustyCode/node_modules/load-json-file",
|
|
"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": "^5.4.2"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "92033ce11113c41e2628d61fdfa40bc10dc0155c",
|
|
"tarball": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
},
|
|
"files": [
|
|
"fs.js",
|
|
"graceful-fs.js",
|
|
"legacy-streams.js",
|
|
"polyfills.js"
|
|
],
|
|
"gitHead": "694c56f3aed4aee62d6df169be123d3984f61b85",
|
|
"homepage": "https://github.com/isaacs/node-graceful-fs#readme",
|
|
"keywords": [
|
|
"fs",
|
|
"module",
|
|
"reading",
|
|
"retry",
|
|
"retries",
|
|
"queue",
|
|
"error",
|
|
"errors",
|
|
"handling",
|
|
"EMFILE",
|
|
"EAGAIN",
|
|
"EINVAL",
|
|
"EPERM",
|
|
"EACCESS"
|
|
],
|
|
"license": "ISC",
|
|
"main": "graceful-fs.js",
|
|
"maintainers": [
|
|
{
|
|
"email": "i@izs.me",
|
|
"name": "isaacs"
|
|
}
|
|
],
|
|
"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.3"
|
|
}
|