1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_from": "commander@^2.9.0",
- "_id": "commander@2.16.0",
- "_inBundle": false,
- "_integrity": "sha512-sVXqklSaotK9at437sFlFpyOcJonxe0yST/AG9DkQKUdIE6IqGIMv4SfAQSKaJbSdVEJYItASCrBiVQHq1HQew==",
- "_location": "/commander",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "commander@^2.9.0",
- "name": "commander",
- "escapedName": "commander",
- "rawSpec": "^2.9.0",
- "saveSpec": null,
- "fetchSpec": "^2.9.0"
- },
- "_requiredBy": [
- "/har-validator",
- "/tslint"
- ],
- "_resolved": "https://registry.npmjs.org/commander/-/commander-2.16.0.tgz",
- "_shasum": "f16390593996ceb4f3eeb020b31d78528f7f8a50",
- "_spec": "commander@^2.9.0",
- "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/har-validator",
- "author": {
- "name": "TJ Holowaychuk",
- "email": "tj@vision-media.ca"
- },
- "bugs": {
- "url": "https://github.com/tj/commander.js/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "the complete solution for node.js command-line programs",
- "devDependencies": {
- "@types/node": "^7.0.66",
- "eslint": "^4.19.1",
- "should": "^11.2.1",
- "sinon": "^2.4.1",
- "standard": "^10.0.3",
- "typescript": "^2.9.2"
- },
- "files": [
- "index.js",
- "typings/index.d.ts"
- ],
- "homepage": "https://github.com/tj/commander.js#readme",
- "keywords": [
- "commander",
- "command",
- "option",
- "parser"
- ],
- "license": "MIT",
- "main": "index",
- "name": "commander",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/tj/commander.js.git"
- },
- "scripts": {
- "lint": "eslint index.js",
- "test": "node test/run.js && npm run test-typings",
- "test-typings": "node_modules/typescript/bin/tsc -p tsconfig.json"
- },
- "typings": "typings/index.d.ts",
- "version": "2.16.0"
- }
|