• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "graceful-fs@4.2.4",
3  "_id": "graceful-fs@4.2.4",
4  "_inBundle": false,
5  "_integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==",
6  "_location": "/graceful-fs",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "version",
10    "registry": true,
11    "raw": "graceful-fs@4.2.4",
12    "name": "graceful-fs",
13    "escapedName": "graceful-fs",
14    "rawSpec": "4.2.4",
15    "saveSpec": null,
16    "fetchSpec": "4.2.4"
17  },
18  "_requiredBy": [
19    "#USER",
20    "/",
21    "/bin-links",
22    "/cacache",
23    "/cmd-shim",
24    "/configstore",
25    "/cp-file",
26    "/flat-cache",
27    "/fs-vacuum",
28    "/fs-write-stream-atomic",
29    "/gentle-fs",
30    "/libcipm",
31    "/load-json-file",
32    "/node-gyp",
33    "/npm-lifecycle",
34    "/package-hash",
35    "/pkg-conf/load-json-file",
36    "/read-cmd-shim",
37    "/read-installed",
38    "/read-package-json",
39    "/readdir-scoped-modules",
40    "/sha",
41    "/test-exclude/load-json-file",
42    "/write-file-atomic"
43  ],
44  "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz",
45  "_shasum": "2256bde14d3632958c465ebc96dc467ca07a29fb",
46  "_spec": "graceful-fs@4.2.4",
47  "_where": "/Users/ruyadorno/Documents/workspace/cli",
48  "bugs": {
49    "url": "https://github.com/isaacs/node-graceful-fs/issues"
50  },
51  "bundleDependencies": false,
52  "dependencies": {},
53  "deprecated": false,
54  "description": "A drop-in replacement for fs, making various improvements.",
55  "devDependencies": {
56    "import-fresh": "^2.0.0",
57    "mkdirp": "^0.5.0",
58    "rimraf": "^2.2.8",
59    "tap": "^12.7.0"
60  },
61  "directories": {
62    "test": "test"
63  },
64  "files": [
65    "fs.js",
66    "graceful-fs.js",
67    "legacy-streams.js",
68    "polyfills.js",
69    "clone.js"
70  ],
71  "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
72  "keywords": [
73    "fs",
74    "module",
75    "reading",
76    "retry",
77    "retries",
78    "queue",
79    "error",
80    "errors",
81    "handling",
82    "EMFILE",
83    "EAGAIN",
84    "EINVAL",
85    "EPERM",
86    "EACCESS"
87  ],
88  "license": "ISC",
89  "main": "graceful-fs.js",
90  "name": "graceful-fs",
91  "repository": {
92    "type": "git",
93    "url": "git+https://github.com/isaacs/node-graceful-fs.git"
94  },
95  "scripts": {
96    "postpublish": "git push origin --follow-tags",
97    "postversion": "npm publish",
98    "preversion": "npm test",
99    "test": "node test.js | tap -"
100  },
101  "version": "4.2.4"
102}
103