- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/graceful-fs/package.json
rceaed42 r59329aa 1 1 { 2 "name": "graceful-fs", 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 }, 3 42 "description": "A drop-in replacement for fs, making various improvements.", 4 "version": "4.2.8", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/isaacs/node-graceful-fs" 43 "devDependencies": { 44 "import-fresh": "^2.0.0", 45 "mkdirp": "^0.5.0", 46 "rimraf": "^2.2.8", 47 "tap": "^12.7.0" 8 48 }, 9 "main": "graceful-fs.js",10 49 "directories": { 11 50 "test": "test" 12 51 }, 13 "scripts": { 14 "preversion": "npm test", 15 "postversion": "npm publish", 16 "postpublish": "git push origin --follow-tags", 17 "test": "nyc --silent node test.js | tap -c -", 18 "posttest": "nyc report" 19 }, 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", 20 60 "keywords": [ 21 61 "fs", … … 35 75 ], 36 76 "license": "ISC", 37 " devDependencies": {38 "import-fresh": "^2.0.0",39 "mkdirp": "^0.5.0",40 " rimraf": "^2.2.8",41 " tap": "^12.7.0"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" 42 82 }, 43 "files": [ 44 "fs.js", 45 "graceful-fs.js", 46 "legacy-streams.js", 47 "polyfills.js", 48 "clone.js" 49 ] 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" 50 91 }
Note:
See TracChangeset
for help on using the changeset viewer.