- 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/read-package-json-fast/package.json
rceaed42 r59329aa 1 1 { 2 "name": "read-package-json-fast", 3 "version": "2.0.3", 4 "description": "Like read-package-json, but faster", 5 "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", 6 "license": "ISC", 7 "scripts": { 8 "test": "tap", 9 "snap": "tap", 10 "preversion": "npm test", 11 "postversion": "npm publish", 12 "postpublish": "git push origin --follow-tags" 2 "_args": [ 3 [ 4 "read-package-json-fast@2.0.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "read-package-json-fast@2.0.3", 10 "_id": "read-package-json-fast@2.0.3", 11 "_inBundle": false, 12 "_integrity": "sha512-W/BKtbL+dUjTuRL2vziuYhp76s5HZ9qQhd/dKfWIZveD0O40453QNyZhC0e63lqZrAQ4jiOapVoeJ7JrszenQQ==", 13 "_location": "/read-package-json-fast", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "read-package-json-fast@2.0.3", 19 "name": "read-package-json-fast", 20 "escapedName": "read-package-json-fast", 21 "rawSpec": "2.0.3", 22 "saveSpec": null, 23 "fetchSpec": "2.0.3" 13 24 }, 14 "engines": { 15 "node": ">=10" 25 "_requiredBy": [ 26 "/@npmcli/run-script", 27 "/pacote" 28 ], 29 "_resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-2.0.3.tgz", 30 "_spec": "2.0.3", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Isaac Z. Schlueter", 34 "email": "i@izs.me", 35 "url": "https://izs.me" 16 36 }, 17 "tap": { 18 "check-coverage": true 19 }, 20 "devDependencies": { 21 "tap": "^15.0.9" 37 "bugs": { 38 "url": "https://github.com/npm/read-package-json-fast/issues" 22 39 }, 23 40 "dependencies": { … … 25 42 "npm-normalize-package-bin": "^1.0.1" 26 43 }, 44 "description": "Like read-package-json, but faster", 45 "devDependencies": { 46 "tap": "^15.0.9" 47 }, 48 "engines": { 49 "node": ">=10" 50 }, 51 "files": [ 52 "index.js" 53 ], 54 "homepage": "https://github.com/npm/read-package-json-fast#readme", 55 "license": "ISC", 56 "name": "read-package-json-fast", 27 57 "repository": { 28 58 "type": "git", 29 59 "url": "git+https://github.com/npm/read-package-json-fast.git" 30 60 }, 31 "files": [ 32 "index.js" 33 ] 61 "scripts": { 62 "postpublish": "git push origin --follow-tags", 63 "postversion": "npm publish", 64 "preversion": "npm test", 65 "snap": "tap", 66 "test": "tap" 67 }, 68 "tap": { 69 "check-coverage": true 70 }, 71 "version": "2.0.3" 34 72 }
Note:
See TracChangeset
for help on using the changeset viewer.