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