- 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/terser/node_modules/commander/package.json
rceaed42 r59329aa 1 1 { 2 "name": "commander", 3 "version": "2.20.3", 2 "_args": [ 3 [ 4 "commander@2.20.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "commander@2.20.3", 10 "_id": "commander@2.20.3", 11 "_inBundle": false, 12 "_integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", 13 "_location": "/terser/commander", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "commander@2.20.3", 19 "name": "commander", 20 "escapedName": "commander", 21 "rawSpec": "2.20.3", 22 "saveSpec": null, 23 "fetchSpec": "2.20.3" 24 }, 25 "_requiredBy": [ 26 "/terser" 27 ], 28 "_resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", 29 "_spec": "2.20.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "TJ Holowaychuk", 33 "email": "tj@vision-media.ca" 34 }, 35 "bugs": { 36 "url": "https://github.com/tj/commander.js/issues" 37 }, 38 "dependencies": {}, 4 39 "description": "the complete solution for node.js command-line programs", 5 "keywords": [6 "commander",7 "command",8 "option",9 "parser"10 ],11 "author": "TJ Holowaychuk <tj@vision-media.ca>",12 "license": "MIT",13 "repository": {14 "type": "git",15 "url": "https://github.com/tj/commander.js.git"16 },17 "scripts": {18 "lint": "eslint index.js",19 "test": "node test/run.js && npm run test-typings",20 "test-typings": "tsc -p tsconfig.json"21 },22 "main": "index",23 "files": [24 "index.js",25 "typings/index.d.ts"26 ],27 "dependencies": {},28 40 "devDependencies": { 29 41 "@types/node": "^12.7.8", … … 35 47 "typescript": "^3.6.3" 36 48 }, 37 "typings": "typings/index.d.ts" 49 "files": [ 50 "index.js", 51 "typings/index.d.ts" 52 ], 53 "homepage": "https://github.com/tj/commander.js#readme", 54 "keywords": [ 55 "commander", 56 "command", 57 "option", 58 "parser" 59 ], 60 "license": "MIT", 61 "main": "index", 62 "name": "commander", 63 "repository": { 64 "type": "git", 65 "url": "git+https://github.com/tj/commander.js.git" 66 }, 67 "scripts": { 68 "lint": "eslint index.js", 69 "test": "node test/run.js && npm run test-typings", 70 "test-typings": "tsc -p tsconfig.json" 71 }, 72 "typings": "typings/index.d.ts", 73 "version": "2.20.3" 38 74 }
Note:
See TracChangeset
for help on using the changeset viewer.