Files
RoboCommander/node_modules/d3-request/node_modules/commander/package.json
2026-04-05 16:14:49 -04:00

27 lines
633 B
JSON

{
"name": "commander",
"version": "2.18.0",
"description": "the complete solution for node.js command-line programs",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tj/commander.js.git"
},
"main": "index",
"files": [
"index.js",
"typings/index.d.ts"
],
"dependencies": {},
"devDependencies": {
"@types/node": "^10.9.4",
"eslint": "^5.5.0",
"should": "^13.2.3",
"sinon": "^6.2.0",
"standard": "^12.0.1",
"ts-node": "^7.0.1",
"typescript": "^2.9.2"
},
"typings": "typings/index.d.ts"
}