Changeset 59329aa for trip-planner-front/node_modules/dashdash
- 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/dashdash/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "dashdash@1.14.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "dashdash@1.14.1", 10 "_id": "dashdash@1.14.1", 11 "_inBundle": false, 12 "_integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", 13 "_location": "/dashdash", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "dashdash@1.14.1", 2 19 "name": "dashdash", 3 "description": "A light, featureful and explicit option parsing library.", 4 "version": "1.14.1", 5 "author": "Trent Mick <trentm@gmail.com> (http://trentm.com)", 6 "keywords": ["option", "parser", "parsing", "cli", "command", "args", 7 "bash", "completion"], 8 "repository": { 9 "type": "git", 10 "url": "git://github.com/trentm/node-dashdash.git" 11 }, 12 "main": "./lib/dashdash.js", 13 "dependencies": { 14 "assert-plus": "^1.0.0" 15 }, 16 "devDependencies": { 17 "nodeunit": "0.9.x" 18 }, 19 "engines": { 20 "node": ">=0.10" 21 }, 22 "scripts": { 23 "test": "nodeunit test/*.test.js" 24 }, 25 "license": "MIT" 20 "escapedName": "dashdash", 21 "rawSpec": "1.14.1", 22 "saveSpec": null, 23 "fetchSpec": "1.14.1" 24 }, 25 "_requiredBy": [ 26 "/sshpk" 27 ], 28 "_resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", 29 "_spec": "1.14.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Trent Mick", 33 "email": "trentm@gmail.com", 34 "url": "http://trentm.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/trentm/node-dashdash/issues" 38 }, 39 "dependencies": { 40 "assert-plus": "^1.0.0" 41 }, 42 "description": "A light, featureful and explicit option parsing library.", 43 "devDependencies": { 44 "nodeunit": "0.9.x" 45 }, 46 "engines": { 47 "node": ">=0.10" 48 }, 49 "homepage": "https://github.com/trentm/node-dashdash#readme", 50 "keywords": [ 51 "option", 52 "parser", 53 "parsing", 54 "cli", 55 "command", 56 "args", 57 "bash", 58 "completion" 59 ], 60 "license": "MIT", 61 "main": "./lib/dashdash.js", 62 "name": "dashdash", 63 "repository": { 64 "type": "git", 65 "url": "git://github.com/trentm/node-dashdash.git" 66 }, 67 "scripts": { 68 "test": "nodeunit test/*.test.js" 69 }, 70 "version": "1.14.1" 26 71 }
Note:
See TracChangeset
for help on using the changeset viewer.