summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/graceful-fs/package.json
blob: eabcee1a8b3461d222e2b132c744f30181c9e7b0 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
  "_from": "graceful-fs@^4.1.15",
  "_id": "graceful-fs@4.2.0",
  "_inBundle": false,
  "_integrity": "sha512-jpSvDPV4Cq/bgtpndIWbI5hmYxhQGHPC4d4cqBPb4DLniCfhJokdXhwhaDuLBGLQdvvRum/UiX6ECVIPvDXqdg==",
  "_location": "/graceful-fs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "graceful-fs@^4.1.15",
    "name": "graceful-fs",
    "escapedName": "graceful-fs",
    "rawSpec": "^4.1.15",
    "saveSpec": null,
    "fetchSpec": "^4.1.15"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/bin-links",
    "/cacache",
    "/cmd-shim",
    "/configstore",
    "/cp-file",
    "/flat-cache",
    "/fs-vacuum",
    "/fs-write-stream-atomic",
    "/fstream",
    "/gentle-fs",
    "/libcipm",
    "/load-json-file",
    "/node-gyp",
    "/npm-lifecycle",
    "/package-hash",
    "/pkg-conf/load-json-file",
    "/read-cmd-shim",
    "/read-installed",
    "/read-package-json",
    "/readdir-scoped-modules",
    "/sha",
    "/test-exclude/load-json-file",
    "/write-file-atomic"
  ],
  "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.0.tgz",
  "_shasum": "8d8fdc73977cb04104721cb53666c1ca64cd328b",
  "_spec": "graceful-fs@^4.1.15",
  "_where": "/Users/isaacs/dev/npm/cli",
  "bugs": {
    "url": "https://github.com/isaacs/node-graceful-fs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "A drop-in replacement for fs, making various improvements.",
  "devDependencies": {
    "import-fresh": "^2.0.0",
    "mkdirp": "^0.5.0",
    "rimraf": "^2.2.8",
    "tap": "^12.7.0"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "fs.js",
    "graceful-fs.js",
    "legacy-streams.js",
    "polyfills.js",
    "clone.js"
  ],
  "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",
  "name": "graceful-fs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/node-graceful-fs.git"
  },
  "scripts": {
    "postpublish": "git push origin --follow-tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "test": "node test.js | tap -"
  },
  "version": "4.2.0"
}