package.json 1.91 KB
{
  "_from": "commander@2.16.x",
  "_id": "commander@2.16.0",
  "_inBundle": false,
  "_integrity": "sha512-sVXqklSaotK9at437sFlFpyOcJonxe0yST/AG9DkQKUdIE6IqGIMv4SfAQSKaJbSdVEJYItASCrBiVQHq1HQew==",
  "_location": "/commander",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "commander@2.16.x",
    "name": "commander",
    "escapedName": "commander",
    "rawSpec": "2.16.x",
    "saveSpec": null,
    "fetchSpec": "2.16.x"
  },
  "_requiredBy": [
    "/html-minifier",
    "/uglify-js",
    "/webpack-bundle-analyzer"
  ],
  "_resolved": "https://registry.npmjs.org/commander/-/commander-2.16.0.tgz",
  "_shasum": "f16390593996ceb4f3eeb020b31d78528f7f8a50",
  "_spec": "commander@2.16.x",
  "_where": "C:\\Users\\Administrator\\Desktop\\新建文件夹\\一二三\\src\\finance_serv\\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.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"
}