Changeset 59329aa for trip-planner-front/node_modules/pacote
- 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/pacote/package.json
rceaed42 r59329aa 1 1 { 2 "name": "pacote", 3 "version": "11.3.5", 4 "description": "JavaScript package downloader", 5 "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", 2 "_args": [ 3 [ 4 "pacote@11.3.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "pacote@11.3.5", 10 "_id": "pacote@11.3.5", 11 "_inBundle": false, 12 "_integrity": "sha512-fT375Yczn4zi+6Hkk2TBe1x1sP8FgFsEIZ2/iWaXY2r/NkhDJfxbcn5paz1+RTFCyNf+dPnaoBDJoAxXSU8Bkg==", 13 "_location": "/pacote", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "pacote@11.3.5", 19 "name": "pacote", 20 "escapedName": "pacote", 21 "rawSpec": "11.3.5", 22 "saveSpec": null, 23 "fetchSpec": "11.3.5" 24 }, 25 "_requiredBy": [ 26 "/@angular/cli" 27 ], 28 "_resolved": "https://registry.npmjs.org/pacote/-/pacote-11.3.5.tgz", 29 "_spec": "11.3.5", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Isaac Z. Schlueter", 33 "email": "i@izs.me", 34 "url": "https://izs.me" 35 }, 6 36 "bin": { 7 37 "pacote": "lib/bin.js" 8 38 }, 9 "license": "ISC", 10 "main": "lib/index.js", 11 "scripts": { 12 "test": "tap", 13 "snap": "tap", 14 "preversion": "npm test", 15 "postversion": "npm publish", 16 "prepublishOnly": "git push origin --follow-tags" 39 "bugs": { 40 "url": "https://github.com/npm/pacote/issues" 17 41 }, 18 "tap": {19 "timeout": 300,20 "coverage-map": "map.js"21 },22 "devDependencies": {23 "mutate-fs": "^2.1.1",24 "npm-registry-mock": "^1.3.1",25 "tap": "^15.0.4"26 },27 "files": [28 "lib/**/*.js"29 ],30 "keywords": [31 "packages",32 "npm",33 "git"34 ],35 42 "dependencies": { 36 43 "@npmcli/git": "^2.1.0", … … 54 61 "tar": "^6.1.0" 55 62 }, 63 "description": "JavaScript package downloader", 64 "devDependencies": { 65 "mutate-fs": "^2.1.1", 66 "npm-registry-mock": "^1.3.1", 67 "tap": "^15.0.4" 68 }, 56 69 "engines": { 57 70 "node": ">=10" 58 71 }, 59 "repository": "git@github.com:npm/pacote" 72 "files": [ 73 "lib/**/*.js" 74 ], 75 "homepage": "https://github.com/npm/pacote#readme", 76 "keywords": [ 77 "packages", 78 "npm", 79 "git" 80 ], 81 "license": "ISC", 82 "main": "lib/index.js", 83 "name": "pacote", 84 "repository": { 85 "type": "git", 86 "url": "git+ssh://git@github.com/npm/pacote.git" 87 }, 88 "scripts": { 89 "postversion": "npm publish", 90 "prepublishOnly": "git push origin --follow-tags", 91 "preversion": "npm test", 92 "snap": "tap", 93 "test": "tap" 94 }, 95 "tap": { 96 "timeout": 300, 97 "coverage-map": "map.js" 98 }, 99 "version": "11.3.5" 60 100 }
Note:
See TracChangeset
for help on using the changeset viewer.