liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "_from": "cli@~1.0.0",
  "_id": "cli@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-41U72MB56TfUMGndAKK8vJ78eooOD4Z5NOL4xEfjc0c23s+6EYKXlXsmACBVclLP1yOfWCgEganVzddVrSNoTg==",
  "_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": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz",
  "_shasum": "22817534f24bfa4950c34d532d48ecbc621b8c14",
  "_spec": "cli@~1.0.0",
  "_where": "/home/l/plc/node-red/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"
}