summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/graceful-fs/package.json
blob: f8fc8a0ebb6a30299cd15b87b667d093af964400 (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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
  "_args": [
    [
      "graceful-fs@~4.1.2",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "graceful-fs@>=4.1.2 <4.2.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 <4.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/",
    "/fs-vacuum",
    "/fs-write-stream-atomic",
    "/fstream",
    "/node-gyp",
    "/npm-registry-client",
    "/read-cmd-shim",
    "/read-installed",
    "/read-package-json",
    "/readdir-scoped-modules",
    "/sha",
    "/standard/standard-engine/eslint/file-entry-cache/flat-cache",
    "/standard/standard-engine/eslint/file-entry-cache/flat-cache/read-json-sync",
    "/standard/standard-format/esformatter-jsx/babel-core/regenerator/commoner",
    "/tap/nyc/read-pkg/load-json-file",
    "/tap/nyc/read-pkg/path-type",
    "/write-file-atomic"
  ],
  "_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/rebecca/code/npm",
  "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": "http://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": [
    "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.3"
}