- 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-package-arg/package.json
rceaed42 r59329aa 1 1 { 2 "name": "npm-package-arg", 3 "version": "8.1.5", 4 "description": "Parse the things that can be arguments to `npm install`", 5 "main": "npa.js", 6 "directories": { 7 "test": "test" 2 "_args": [ 3 [ 4 "npm-package-arg@8.1.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "npm-package-arg@8.1.5", 10 "_id": "npm-package-arg@8.1.5", 11 "_inBundle": false, 12 "_integrity": "sha512-LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q==", 13 "_location": "/npm-package-arg", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "npm-package-arg@8.1.5", 19 "name": "npm-package-arg", 20 "escapedName": "npm-package-arg", 21 "rawSpec": "8.1.5", 22 "saveSpec": null, 23 "fetchSpec": "8.1.5" 8 24 }, 9 "files": [ 10 "npa.js" 25 "_requiredBy": [ 26 "/@angular/cli", 27 "/npm-pick-manifest", 28 "/npm-registry-fetch", 29 "/pacote" 11 30 ], 31 "_resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-8.1.5.tgz", 32 "_spec": "8.1.5", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "Isaac Z. Schlueter", 36 "email": "i@izs.me", 37 "url": "http://blog.izs.me/" 38 }, 39 "bugs": { 40 "url": "https://github.com/npm/npm-package-arg/issues" 41 }, 12 42 "dependencies": { 13 43 "hosted-git-info": "^4.0.1", … … 15 45 "validate-npm-package-name": "^3.0.0" 16 46 }, 47 "description": "Parse the things that can be arguments to `npm install`", 17 48 "devDependencies": { 18 49 "@npmcli/lint": "^1.0.1", 19 50 "tap": "^15.0.9" 20 51 }, 52 "directories": { 53 "test": "test" 54 }, 55 "engines": { 56 "node": ">=10" 57 }, 58 "files": [ 59 "npa.js" 60 ], 61 "homepage": "https://github.com/npm/npm-package-arg", 62 "license": "ISC", 63 "main": "npa.js", 64 "name": "npm-package-arg", 65 "repository": { 66 "type": "git", 67 "url": "git+https://github.com/npm/npm-package-arg.git" 68 }, 21 69 "scripts": { 22 "preversion": "npm test", 70 "lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"", 71 "lintfix": "npm run lint -- --fix", 72 "npmclilint": "npmcli-lint", 73 "postsnap": "npm run lintfix --", 74 "posttest": "npm run lint --", 23 75 "postversion": "npm publish", 24 76 "prepublishOnly": "git push origin --follow-tags", 25 " test": "tap",77 "preversion": "npm test", 26 78 "snap": "tap", 27 "npmclilint": "npmcli-lint", 28 "lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"", 29 "lintfix": "npm run lint -- --fix", 30 "posttest": "npm run lint --", 31 "postsnap": "npm run lintfix --" 79 "test": "tap" 32 80 }, 33 "repository": { 34 "type": "git", 35 "url": "https://github.com/npm/npm-package-arg" 36 }, 37 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 38 "license": "ISC", 39 "bugs": { 40 "url": "https://github.com/npm/npm-package-arg/issues" 41 }, 42 "homepage": "https://github.com/npm/npm-package-arg", 43 "engines": { 44 "node": ">=10" 45 } 81 "version": "8.1.5" 46 82 }
Note:
See TracChangeset
for help on using the changeset viewer.