- 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/commander/package.json
rceaed42 r59329aa 1 1 { 2 "name": "commander", 3 "version": "7.2.0", 2 "_args": [ 3 [ 4 "commander@7.2.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "commander@7.2.0", 10 "_id": "commander@7.2.0", 11 "_inBundle": false, 12 "_integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", 13 "_location": "/commander", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "commander@7.2.0", 19 "name": "commander", 20 "escapedName": "commander", 21 "rawSpec": "7.2.0", 22 "saveSpec": null, 23 "fetchSpec": "7.2.0" 24 }, 25 "_requiredBy": [ 26 "/svgo" 27 ], 28 "_resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", 29 "_spec": "7.2.0", 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 "cli",11 "argument",12 "args",13 "argv"14 ],15 "author": "TJ Holowaychuk <tj@vision-media.ca>",16 "license": "MIT",17 "repository": {18 "type": "git",19 "url": "https://github.com/tj/commander.js.git"20 },21 "scripts": {22 "lint": "eslint index.js esm.mjs \"tests/**/*.js\"",23 "typescript-lint": "eslint typings/*.ts tests/*.ts",24 "test": "jest && npm run test-typings",25 "test-esm": "node --experimental-modules ./tests/esm-imports-test.mjs",26 "test-typings": "tsd",27 "typescript-checkJS": "tsc --allowJS --checkJS index.js --noEmit",28 "test-all": "npm run test && npm run lint && npm run typescript-lint && npm run typescript-checkJS && npm run test-esm"29 },30 "main": "./index.js",31 "files": [32 "index.js",33 "esm.mjs",34 "typings/index.d.ts",35 "package-support.json"36 ],37 "type": "commonjs",38 "dependencies": {},39 40 "devDependencies": { 40 41 "@types/jest": "^26.0.20", … … 51 52 "typescript": "^4.1.2" 52 53 }, 53 "types": "typings/index.d.ts", 54 "engines": { 55 "node": ">= 10" 56 }, 57 "files": [ 58 "index.js", 59 "esm.mjs", 60 "typings/index.d.ts", 61 "package-support.json" 62 ], 63 "homepage": "https://github.com/tj/commander.js#readme", 54 64 "jest": { 55 65 "testEnvironment": "node", … … 62 72 ] 63 73 }, 64 "engines": { 65 "node": ">= 10" 74 "keywords": [ 75 "commander", 76 "command", 77 "option", 78 "parser", 79 "cli", 80 "argument", 81 "args", 82 "argv" 83 ], 84 "license": "MIT", 85 "main": "./index.js", 86 "name": "commander", 87 "repository": { 88 "type": "git", 89 "url": "git+https://github.com/tj/commander.js.git" 66 90 }, 67 "support": true 91 "scripts": { 92 "lint": "eslint index.js esm.mjs \"tests/**/*.js\"", 93 "test": "jest && npm run test-typings", 94 "test-all": "npm run test && npm run lint && npm run typescript-lint && npm run typescript-checkJS && npm run test-esm", 95 "test-esm": "node --experimental-modules ./tests/esm-imports-test.mjs", 96 "test-typings": "tsd", 97 "typescript-checkJS": "tsc --allowJS --checkJS index.js --noEmit", 98 "typescript-lint": "eslint typings/*.ts tests/*.ts" 99 }, 100 "support": true, 101 "type": "commonjs", 102 "types": "typings/index.d.ts", 103 "version": "7.2.0" 68 104 }
Note:
See TracChangeset
for help on using the changeset viewer.