Changeset 59329aa for trip-planner-front/node_modules/npm-pick-manifest
- 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-pick-manifest/package.json
rceaed42 r59329aa 1 1 { 2 "name": "npm-pick-manifest", 3 "version": "6.1.1", 4 "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.", 5 "main": "index.js", 6 "files": [ 7 "*.js" 2 "_args": [ 3 [ 4 "npm-pick-manifest@6.1.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 8 7 ], 9 "scripts": { 10 "coverage": "tap", 11 "lint": "standard", 12 "test": "tap", 13 "posttest": "npm run lint", 14 "preversion": "npm test", 15 "postversion": "npm publish", 16 "prepublishOnly": "git push origin --follow-tags" 8 "_development": true, 9 "_from": "npm-pick-manifest@6.1.1", 10 "_id": "npm-pick-manifest@6.1.1", 11 "_inBundle": false, 12 "_integrity": "sha512-dBsdBtORT84S8V8UTad1WlUyKIY9iMsAmqxHbLdeEeBNMLQDlDWWra3wYUx9EBEIiG/YwAy0XyNHDd2goAsfuA==", 13 "_location": "/npm-pick-manifest", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "npm-pick-manifest@6.1.1", 19 "name": "npm-pick-manifest", 20 "escapedName": "npm-pick-manifest", 21 "rawSpec": "6.1.1", 22 "saveSpec": null, 23 "fetchSpec": "6.1.1" 17 24 }, 18 "repository": "https://github.com/npm/npm-pick-manifest", 19 "keywords": [ 20 "npm", 21 "semver", 22 "package manager" 25 "_requiredBy": [ 26 "/@angular/cli", 27 "/@npmcli/git", 28 "/pacote" 23 29 ], 30 "_resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-6.1.1.tgz", 31 "_spec": "6.1.1", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 24 33 "author": { 25 34 "name": "Kat Marchán", 26 "email": "kzm@sykosomatic.org", 27 "twitter": "maybekatz" 35 "email": "kzm@sykosomatic.org" 28 36 }, 29 "license": "ISC", 37 "bugs": { 38 "url": "https://github.com/npm/npm-pick-manifest/issues" 39 }, 30 40 "dependencies": { 31 41 "npm-install-checks": "^4.0.0", … … 34 44 "semver": "^7.3.4" 35 45 }, 46 "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.", 36 47 "devDependencies": { 37 48 "standard": "^14.3.1", 38 49 "tap": "^14.11.0" 39 50 }, 51 "files": [ 52 "*.js" 53 ], 54 "homepage": "https://github.com/npm/npm-pick-manifest#readme", 55 "keywords": [ 56 "npm", 57 "semver", 58 "package manager" 59 ], 60 "license": "ISC", 61 "main": "index.js", 62 "name": "npm-pick-manifest", 63 "repository": { 64 "type": "git", 65 "url": "git+https://github.com/npm/npm-pick-manifest.git" 66 }, 67 "scripts": { 68 "coverage": "tap", 69 "lint": "standard", 70 "posttest": "npm run lint", 71 "postversion": "npm publish", 72 "prepublishOnly": "git push origin --follow-tags", 73 "preversion": "npm test", 74 "test": "tap" 75 }, 40 76 "tap": { 41 77 "check-coverage": true 42 } 78 }, 79 "version": "6.1.1" 43 80 }
Note:
See TracChangeset
for help on using the changeset viewer.