Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / graceful-fs / package.json
1 {
2   "_from": "graceful-fs@^4.1.2",
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": "range",
10     "registry": true,
11     "raw": "graceful-fs@^4.1.2",
12     "name": "graceful-fs",
13     "escapedName": "graceful-fs",
14     "rawSpec": "^4.1.2",
15     "saveSpec": null,
16     "fetchSpec": "^4.1.2"
17   },
18   "_requiredBy": [
19     "/cacache",
20     "/configstore",
21     "/enhanced-resolve",
22     "/fs-extra",
23     "/fs-write-stream-atomic",
24     "/jsonfile",
25     "/load-json-file",
26     "/path-type",
27     "/stylelint/flat-cache",
28     "/stylelint/load-json-file",
29     "/temp-write",
30     "/watchpack",
31     "/watchpack-chokidar2/readdirp",
32     "/write-file-atomic"
33   ],
34   "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz",
35   "_shasum": "2256bde14d3632958c465ebc96dc467ca07a29fb",
36   "_spec": "graceful-fs@^4.1.2",
37   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/load-json-file",
38   "bugs": {
39     "url": "https://github.com/isaacs/node-graceful-fs/issues"
40   },
41   "bundleDependencies": false,
42   "dependencies": {},
43   "deprecated": false,
44   "description": "A drop-in replacement for fs, making various improvements.",
45   "devDependencies": {
46     "import-fresh": "^2.0.0",
47     "mkdirp": "^0.5.0",
48     "rimraf": "^2.2.8",
49     "tap": "^12.7.0"
50   },
51   "directories": {
52     "test": "test"
53   },
54   "files": [
55     "fs.js",
56     "graceful-fs.js",
57     "legacy-streams.js",
58     "polyfills.js",
59     "clone.js"
60   ],
61   "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
62   "keywords": [
63     "fs",
64     "module",
65     "reading",
66     "retry",
67     "retries",
68     "queue",
69     "error",
70     "errors",
71     "handling",
72     "EMFILE",
73     "EAGAIN",
74     "EINVAL",
75     "EPERM",
76     "EACCESS"
77   ],
78   "license": "ISC",
79   "main": "graceful-fs.js",
80   "name": "graceful-fs",
81   "repository": {
82     "type": "git",
83     "url": "git+https://github.com/isaacs/node-graceful-fs.git"
84   },
85   "scripts": {
86     "postpublish": "git push origin --follow-tags",
87     "postversion": "npm publish",
88     "preversion": "npm test",
89     "test": "node test.js | tap -"
90   },
91   "version": "4.2.4"
92 }