12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_from": "cli@~1.0.0",
- "_id": "cli@1.0.1",
- "_inBundle": false,
- "_integrity": "sha1-IoF1NPJL+klQw01TLUjsvGIbjBQ=",
- "_location": "/cli",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "cli@~1.0.0",
- "name": "cli",
- "escapedName": "cli",
- "rawSpec": "~1.0.0",
- "saveSpec": null,
- "fetchSpec": "~1.0.0"
- },
- "_requiredBy": [
- "/jshint"
- ],
- "_resolved": "http://registry.npm.taobao.org/cli/download/cli-1.0.1.tgz",
- "_shasum": "22817534f24bfa4950c34d532d48ecbc621b8c14",
- "_spec": "cli@~1.0.0",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\jshint",
- "author": {
- "name": "Chris O'Hara",
- "email": "cohara87@gmail.com"
- },
- "bugs": {
- "url": "http://github.com/node-js-libs/cli/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Douglas Meyer"
- }
- ],
- "dependencies": {
- "exit": "0.1.2",
- "glob": "^7.1.1"
- },
- "deprecated": false,
- "description": "A tool for rapidly building command line apps",
- "engines": {
- "node": ">=0.2.5"
- },
- "homepage": "http://github.com/node-js-libs/cli",
- "keywords": [
- "cli",
- "command line",
- "opts",
- "parseopt",
- "opt",
- "args",
- "console",
- "argsparse",
- "optparse",
- "autocomplete",
- "command",
- "autocompletion"
- ],
- "license": "MIT",
- "main": "cli.js",
- "name": "cli",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/node-js-libs/cli.git"
- },
- "version": "1.0.1"
- }
|