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