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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
| {
| "_from": "simple-cli@^5.0.3",
| "_id": "simple-cli@5.0.5",
| "_inBundle": false,
| "_integrity": "sha512-Er2FhsIayL/sktxg6fOCdNQJBTXhlf/fswNFsdmks88xsHzQ/IXGwxYgSSKeXBq4yqn83/iD4Sg8yjagwysUgw==",
| "_location": "/simple-cli",
| "_phantomChildren": {
| "escape-string-regexp": "1.0.5"
| },
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "simple-cli@^5.0.3",
| "name": "simple-cli",
| "escapedName": "simple-cli",
| "rawSpec": "^5.0.3",
| "saveSpec": null,
| "fetchSpec": "^5.0.3"
| },
| "_requiredBy": [
| "/grunt-simple-nyc"
| ],
| "_resolved": "https://registry.npmjs.org/simple-cli/-/simple-cli-5.0.5.tgz",
| "_shasum": "6377f66bd8e143b1f4b282bfd1f0990546bf9d43",
| "_spec": "simple-cli@^5.0.3",
| "_where": "/home/l/plc/node-red/node_modules/grunt-simple-nyc",
| "author": {
| "name": "Andrew Nichols",
| "email": "tandrewnichols@gmail.com",
| "url": "http://www.tandrewnichols.me"
| },
| "bugs": {
| "url": "https://github.com/tandrewnichols/simple-cli/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "async": "^3.1.0",
| "chalk": "^2.4.2",
| "cross-spawn": "^7.0.0",
| "key-list": "^0.1.4",
| "lodash": "^4.17.15",
| "opted": "^1.0.0"
| },
| "deprecated": false,
| "description": "A simple wrapper for grunt implementations of command line APIs",
| "devDependencies": {
| "codeclimate-test-reporter": "^0.5.1",
| "eslint-codeframe-formatter": "^1.0.2",
| "fs-extra": "^8.1.0",
| "grunt": "^1.0.4",
| "grunt-cli": "^1.3.2",
| "grunt-contrib-clean": "^2.0.0",
| "grunt-contrib-watch": "^1.0.0",
| "grunt-eslint": "^22.0.0",
| "grunt-mocha-test": "^0.13.3",
| "grunt-open": "^0.2.4",
| "grunt-simple-istanbul": "^3.0.3",
| "grunt-travis-matrix": "^1.0.0",
| "mocha": "^6.2.0",
| "proxyquire": "^2.1.3",
| "should": "^13.2.3",
| "should-sinon": "0.0.6",
| "sinon": "^7.4.2"
| },
| "engine": {
| "node": ">=6"
| },
| "homepage": "https://github.com/tandrewnichols/simple-cli",
| "keywords": [
| "easy",
| "simple",
| "cli",
| "api",
| "wrapper",
| "git",
| "npm"
| ],
| "license": "MIT",
| "main": "lib/simple-cli.js",
| "name": "simple-cli",
| "repository": {
| "type": "git",
| "url": "git://github.com/tandrewnichols/simple-cli.git"
| },
| "scripts": {
| "codeclimate": "codeclimate-test-reporter < coverage/lcov.info",
| "test": "grunt",
| "travis": "grunt travis"
| },
| "version": "5.0.5"
| }
|
|