summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/npm-audit-report/package.json
blob: 905c0ce33da3db0750d3b87dba397d5b61e08c1c (plain)
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
{
  "_from": "npm-audit-report@1.3.2",
  "_id": "npm-audit-report@1.3.2",
  "_inBundle": false,
  "_integrity": "sha512-abeqS5ONyXNaZJPGAf6TOUMNdSe1Y6cpc9MLBRn+CuUoYbfdca6AxOyXVlfIv9OgKX+cacblbG5w7A6ccwoTPw==",
  "_location": "/npm-audit-report",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "npm-audit-report@1.3.2",
    "name": "npm-audit-report",
    "escapedName": "npm-audit-report",
    "rawSpec": "1.3.2",
    "saveSpec": null,
    "fetchSpec": "1.3.2"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-1.3.2.tgz",
  "_shasum": "303bc78cd9e4c226415076a4f7e528c89fc77018",
  "_spec": "npm-audit-report@1.3.2",
  "_where": "/Users/zkat/Documents/code/work/npm",
  "author": {
    "name": "Adam Baldwin"
  },
  "bugs": {
    "url": "https://github.com/npm/npm-audit-report/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cli-table3": "^0.5.0",
    "console-control-strings": "^1.1.0"
  },
  "deprecated": false,
  "description": "Given a response from the npm security api, render it into a variety of security reports",
  "devDependencies": {
    "keyfob": "^1.0.0",
    "standard": "^11.0.1",
    "standard-version": "^4.3.0",
    "tap": "^11.1.5",
    "weallbehave": "^1.2.0",
    "weallcontribute": "^1.0.8"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "files": [
    "index.js",
    "lib",
    "reporters"
  ],
  "homepage": "https://github.com/npm/npm-audit-report#readme",
  "keywords": [
    "npm",
    "security",
    "report",
    "audit"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "npm-audit-report",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/npm-audit-report.git"
  },
  "scripts": {
    "postrelease": "npm publish && git push --follow-tags",
    "prerelease": "npm t",
    "pretest": "standard",
    "release": "standard-version -s",
    "test": "tap --100 -J --coverage test/*.js",
    "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
    "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  },
  "version": "1.3.2"
}