- 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/npm-normalize-package-bin/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "npm-normalize-package-bin@1.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "npm-normalize-package-bin@1.0.1", 10 "_id": "npm-normalize-package-bin@1.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==", 13 "_location": "/npm-normalize-package-bin", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "npm-normalize-package-bin@1.0.1", 19 "name": "npm-normalize-package-bin", 20 "escapedName": "npm-normalize-package-bin", 21 "rawSpec": "1.0.1", 22 "saveSpec": null, 23 "fetchSpec": "1.0.1" 24 }, 25 "_requiredBy": [ 26 "/@npmcli/installed-package-contents", 27 "/npm-bundled", 28 "/npm-packlist", 29 "/npm-pick-manifest", 30 "/read-package-json-fast" 31 ], 32 "_resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz", 33 "_spec": "1.0.1", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "author": { 36 "name": "Isaac Z. Schlueter", 37 "email": "i@izs.me", 38 "url": "https://izs.me" 39 }, 40 "bugs": { 41 "url": "https://github.com/npm/npm-normalize-package-bin/issues" 42 }, 43 "description": "Turn any flavor of allowable package.json bin into a normalized object", 44 "devDependencies": { 45 "tap": "^14.10.2" 46 }, 47 "homepage": "https://github.com/npm/npm-normalize-package-bin#readme", 48 "license": "ISC", 2 49 "name": "npm-normalize-package-bin", 3 "version": "1.0.1", 4 "description": "Turn any flavor of allowable package.json bin into a normalized object", 5 "repository": "git+https://github.com/npm/npm-normalize-package-bin", 6 "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", 7 "license": "ISC", 50 "repository": { 51 "type": "git", 52 "url": "git+https://github.com/npm/npm-normalize-package-bin.git" 53 }, 8 54 "scripts": { 9 "test": "tap", 55 "postpublish": "git push origin --follow-tags", 56 "postversion": "npm publish", 57 "preversion": "npm test", 10 58 "snap": "tap", 11 "preversion": "npm test", 12 "postversion": "npm publish", 13 "postpublish": "git push origin --follow-tags" 59 "test": "tap" 14 60 }, 15 61 "tap": { 16 62 "check-coverage": true 17 63 }, 18 "devDependencies": { 19 "tap": "^14.10.2" 20 } 64 "version": "1.0.1" 21 65 }
Note:
See TracChangeset
for help on using the changeset viewer.