Issues (1)

package.json (1 issue)

Severity
1
{
2
  "name": "includable",
3
  "version": "1.12.1",
4
  "description": "Build Includable apps from the comfort of your command line.",
5
  "main": "index.js",
6
  "repository": {
7
    "type": "git",
8
    "url": "git+https://github.com/includable/cli.git"
9
  },
10
  "keywords": [
11
    "includable",
12
    "cli",
13
    "developer",
14
    "boxes",
15
    "management",
16
    "tester"
17
  ],
18
  "author": "Includable <[email protected]>",
19
  "license": "MIT",
20
  "bugs": {
21
    "url": "https://github.com/includable/cli/issues"
22
  },
23
  "homepage": "https://github.com/includable/cli#readme",
24
  "preferGlobal": true,
25
  "bin": {
26
    "scholica": "index.js",
27
    "inc": "index.js"
28
  },
29
  "dependencies": {
30
    "ansi-escapes": "3.1.0",
31
    "archiver": "^2.0.3",
32
    "axios": "^0.18.0",
33
    "chalk": "2.4.0",
34
    "chokidar": "^2.0.0",
35
    "commander": "2.15.0",
36
    "compare-versions": "^3.1.0",
37
    "eol": "0.9.1",
38
    "file-size": "1.0.0",
39
    "form-data": "^2.3.2",
40
    "git-user-email": "0.2.2",
41
    "git-user-name": "1.2.1",
42
    "inquirer": "^6.0.0",
43
    "inquirer-autocomplete-prompt": "^0.12.1",
44
    "jsonfile": "4.0.0",
45
    "lodash": "^4.17.4",
46
    "minimatch": "^3.0.4",
47
    "mkdirp": "0.5.1",
48
    "moment": "^2.19.3",
49
    "netrc": "^0.1.4",
50
    "open": "0.0.5",
0 ignored issues
show
This dependency has a security advisory: Command Injection
Recommendation: No fix is currently available for this vulnerability. It is our recommendation to not install or use this module until a fix is available.
Loading history...
51
    "ora": "2.0.0",
52
    "pixl-cli": "^1.0.4",
53
    "query-string": "^6.0.0",
54
    "rimraf": "^2.6.2",
55
    "semver": "5.5.0",
56
    "shelljs": "^0.8.0",
57
    "socket.io-client": "2.1.1",
58
    "spawn-npm-install": "^1.2.0",
59
    "tmp": "0.0.33",
60
    "unirest": "^0.5.1",
61
    "unzip-stream": "^0.3.0"
62
  },
63
  "devDependencies": {
64
    "standard": "11.0.1"
65
  },
66
  "engines": {
67
    "node": ">=6.4.0"
68
  },
69
  "scripts": {
70
    "test": "standard ./lib ./commands"
71
  }
72
}
73