blob: bcda4ee54b3293bda7de516772045566251dd16c [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "graceful-fs@^4.1.10",
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.10",
12 "name": "graceful-fs",
13 "escapedName": "graceful-fs",
14 "rawSpec": "^4.1.10",
15 "saveSpec": null,
16 "fetchSpec": "^4.1.10"
17 },
18 "_requiredBy": [
19 "/decompress",
20 "/fs-mkdirp-stream",
21 "/imagemin",
22 "/load-json-file",
23 "/read-pkg/path-type",
24 "/vinyl-fs",
25 "/vinyl-sourcemap"
26 ],
27 "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz",
28 "_shasum": "2256bde14d3632958c465ebc96dc467ca07a29fb",
29 "_spec": "graceful-fs@^4.1.10",
30 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\decompress",
31 "bugs": {
32 "url": "https://github.com/isaacs/node-graceful-fs/issues"
33 },
34 "bundleDependencies": false,
35 "dependencies": {},
36 "deprecated": false,
37 "description": "A drop-in replacement for fs, making various improvements.",
38 "devDependencies": {
39 "import-fresh": "^2.0.0",
40 "mkdirp": "^0.5.0",
41 "rimraf": "^2.2.8",
42 "tap": "^12.7.0"
43 },
44 "directories": {
45 "test": "test"
46 },
47 "files": [
48 "fs.js",
49 "graceful-fs.js",
50 "legacy-streams.js",
51 "polyfills.js",
52 "clone.js"
53 ],
54 "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
55 "keywords": [
56 "fs",
57 "module",
58 "reading",
59 "retry",
60 "retries",
61 "queue",
62 "error",
63 "errors",
64 "handling",
65 "EMFILE",
66 "EAGAIN",
67 "EINVAL",
68 "EPERM",
69 "EACCESS"
70 ],
71 "license": "ISC",
72 "main": "graceful-fs.js",
73 "name": "graceful-fs",
74 "repository": {
75 "type": "git",
76 "url": "git+https://github.com/isaacs/node-graceful-fs.git"
77 },
78 "scripts": {
79 "postpublish": "git push origin --follow-tags",
80 "postversion": "npm publish",
81 "preversion": "npm test",
82 "test": "node test.js | tap -"
83 },
84 "version": "4.2.4"
85}