Changeset 59329aa for trip-planner-front/node_modules/nopt
- 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/nopt/package.json
rceaed42 r59329aa 1 1 { 2 "name": "nopt", 3 "version": "5.0.0", 4 "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", 5 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 6 "main": "lib/nopt.js", 7 "scripts": { 8 "preversion": "npm test", 9 "postversion": "npm publish", 10 "prepublishOnly": "git push origin --follow-tags", 11 "test": "tap test/*.js" 2 "_args": [ 3 [ 4 "nopt@5.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "nopt@5.0.0", 10 "_id": "nopt@5.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", 13 "_location": "/nopt", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "nopt@5.0.0", 19 "name": "nopt", 20 "escapedName": "nopt", 21 "rawSpec": "5.0.0", 22 "saveSpec": null, 23 "fetchSpec": "5.0.0" 12 24 }, 13 "repository": { 14 "type": "git", 15 "url": "https://github.com/npm/nopt.git" 25 "_requiredBy": [ 26 "/node-gyp" 27 ], 28 "_resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", 29 "_spec": "5.0.0", 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": "http://blog.izs.me/" 16 35 }, 17 36 "bin": { 18 37 "nopt": "bin/nopt.js" 19 38 }, 20 "license": "ISC", 39 "bugs": { 40 "url": "https://github.com/npm/nopt/issues" 41 }, 21 42 "dependencies": { 22 43 "abbrev": "1" 23 44 }, 45 "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", 24 46 "devDependencies": { 25 47 "tap": "^14.10.6" 48 }, 49 "engines": { 50 "node": ">=6" 26 51 }, 27 52 "files": [ … … 29 54 "lib" 30 55 ], 31 "engines": { 32 "node": ">=6" 33 } 56 "homepage": "https://github.com/npm/nopt#readme", 57 "license": "ISC", 58 "main": "lib/nopt.js", 59 "name": "nopt", 60 "repository": { 61 "type": "git", 62 "url": "git+https://github.com/npm/nopt.git" 63 }, 64 "scripts": { 65 "postversion": "npm publish", 66 "prepublishOnly": "git push origin --follow-tags", 67 "preversion": "npm test", 68 "test": "tap test/*.js" 69 }, 70 "version": "5.0.0" 34 71 }
Note:
See TracChangeset
for help on using the changeset viewer.