- 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-bundled/package.json
rceaed42 r59329aa 1 1 { 2 "name": "npm-bundled", 3 "version": "1.1.2", 2 "_args": [ 3 [ 4 "npm-bundled@1.1.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "npm-bundled@1.1.2", 10 "_id": "npm-bundled@1.1.2", 11 "_inBundle": false, 12 "_integrity": "sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==", 13 "_location": "/npm-bundled", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "npm-bundled@1.1.2", 19 "name": "npm-bundled", 20 "escapedName": "npm-bundled", 21 "rawSpec": "1.1.2", 22 "saveSpec": null, 23 "fetchSpec": "1.1.2" 24 }, 25 "_requiredBy": [ 26 "/@npmcli/installed-package-contents", 27 "/npm-packlist" 28 ], 29 "_resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.2.tgz", 30 "_spec": "1.1.2", 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": "http://blog.izs.me/" 36 }, 37 "bugs": { 38 "url": "https://github.com/npm/npm-bundled/issues" 39 }, 40 "dependencies": { 41 "npm-normalize-package-bin": "^1.0.1" 42 }, 4 43 "description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof", 5 "main": "index.js",6 "repository": {7 "type": "git",8 "url": "git+https://github.com/npm/npm-bundled.git"9 },10 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",11 "license": "ISC",12 44 "devDependencies": { 13 45 "mkdirp": "^0.5.1", … … 16 48 "tap": "^12.0.1" 17 49 }, 18 "scripts": {19 "test": "tap test/*.js -J --100",20 "preversion": "npm test",21 "postversion": "npm publish",22 "postpublish": "git push origin --all; git push origin --tags"23 },24 50 "files": [ 25 51 "index.js" 26 52 ], 27 "dependencies": { 28 "npm-normalize-package-bin": "^1.0.1" 29 } 53 "homepage": "https://github.com/npm/npm-bundled#readme", 54 "license": "ISC", 55 "main": "index.js", 56 "name": "npm-bundled", 57 "repository": { 58 "type": "git", 59 "url": "git+https://github.com/npm/npm-bundled.git" 60 }, 61 "scripts": { 62 "postpublish": "git push origin --all; git push origin --tags", 63 "postversion": "npm publish", 64 "preversion": "npm test", 65 "test": "tap test/*.js -J --100" 66 }, 67 "version": "1.1.2" 30 68 }
Note:
See TracChangeset
for help on using the changeset viewer.