source: trip-planner-front/node_modules/graceful-fs/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "graceful-fs@4.2.8",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "graceful-fs@4.2.8",
10 "_id": "graceful-fs@4.2.8",
11 "_inBundle": false,
12 "_integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==",
13 "_location": "/graceful-fs",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "graceful-fs@4.2.8",
19 "name": "graceful-fs",
20 "escapedName": "graceful-fs",
21 "rawSpec": "4.2.8",
22 "saveSpec": null,
23 "fetchSpec": "4.2.8"
24 },
25 "_requiredBy": [
26 "/enhanced-resolve",
27 "/fs-extra",
28 "/jsonfile",
29 "/karma",
30 "/less",
31 "/node-gyp",
32 "/watchpack",
33 "/webpack",
34 "/webpack-dev-server/readdirp"
35 ],
36 "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz",
37 "_spec": "4.2.8",
38 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
39 "bugs": {
40 "url": "https://github.com/isaacs/node-graceful-fs/issues"
41 },
42 "description": "A drop-in replacement for fs, making various improvements.",
43 "devDependencies": {
44 "import-fresh": "^2.0.0",
45 "mkdirp": "^0.5.0",
46 "rimraf": "^2.2.8",
47 "tap": "^12.7.0"
48 },
49 "directories": {
50 "test": "test"
51 },
52 "files": [
53 "fs.js",
54 "graceful-fs.js",
55 "legacy-streams.js",
56 "polyfills.js",
57 "clone.js"
58 ],
59 "homepage": "https://github.com/isaacs/node-graceful-fs#readme",
60 "keywords": [
61 "fs",
62 "module",
63 "reading",
64 "retry",
65 "retries",
66 "queue",
67 "error",
68 "errors",
69 "handling",
70 "EMFILE",
71 "EAGAIN",
72 "EINVAL",
73 "EPERM",
74 "EACCESS"
75 ],
76 "license": "ISC",
77 "main": "graceful-fs.js",
78 "name": "graceful-fs",
79 "repository": {
80 "type": "git",
81 "url": "git+https://github.com/isaacs/node-graceful-fs.git"
82 },
83 "scripts": {
84 "postpublish": "git push origin --follow-tags",
85 "posttest": "nyc report",
86 "postversion": "npm publish",
87 "preversion": "npm test",
88 "test": "nyc --silent node test.js | tap -c -"
89 },
90 "version": "4.2.8"
91}
Note: See TracBrowser for help on using the repository browser.