|
{
"_from": "commander@2.15.x",
"_id": "commander@2.15.1",
"_inBundle": false,
"_integrity": "sha1-30boZ9D8Kuxmo0ZitAapzK//Ww8=",
"_location": "/commander",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "commander@2.15.x",
"name": "commander",
"escapedName": "commander",
"rawSpec": "2.15.x",
"saveSpec": null,
"fetchSpec": "2.15.x"
},
"_requiredBy": [
"/editorconfig",
"/html-minifier",
"/uglify-js",
"/webpack-bundle-analyzer"
],
"_resolved": "http://registry.npm.taobao.org/commander/download/commander-2.15.1.tgz",
"_shasum": "df46e867d0fc2aec66a34662b406a9ccafff5b0f",
"_spec": "commander@2.15.x",
"_where": "/Users/FFIB/Desktop/data_visualization/node_modules/html-minifier",
"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.55",
"eslint": "^3.19.0",
"should": "^11.2.1",
"sinon": "^2.4.1",
"standard": "^10.0.3",
"typescript": "^2.7.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": "make test && npm run test-typings",
"test-typings": "node_modules/typescript/bin/tsc -p tsconfig.json"
},
"typings": "typings/index.d.ts",
"version": "2.15.1"
}
|