• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "npm-audit-report@1.3.3",
3  "_id": "npm-audit-report@1.3.3",
4  "_inBundle": false,
5  "_integrity": "sha512-8nH/JjsFfAWMvn474HB9mpmMjrnKb1Hx/oTAdjv4PT9iZBvBxiZ+wtDUapHCJwLqYGQVPaAfs+vL5+5k9QndXw==",
6  "_location": "/npm-audit-report",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "version",
10    "registry": true,
11    "raw": "npm-audit-report@1.3.3",
12    "name": "npm-audit-report",
13    "escapedName": "npm-audit-report",
14    "rawSpec": "1.3.3",
15    "saveSpec": null,
16    "fetchSpec": "1.3.3"
17  },
18  "_requiredBy": [
19    "#USER",
20    "/"
21  ],
22  "_resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-1.3.3.tgz",
23  "_shasum": "8226deeb253b55176ed147592a3995442f2179ed",
24  "_spec": "npm-audit-report@1.3.3",
25  "_where": "/Users/claudiahdz/npm/cli",
26  "author": {
27    "name": "Adam Baldwin"
28  },
29  "bugs": {
30    "url": "https://github.com/npm/npm-audit-report/issues"
31  },
32  "bundleDependencies": false,
33  "dependencies": {
34    "cli-table3": "^0.5.0",
35    "console-control-strings": "^1.1.0"
36  },
37  "deprecated": false,
38  "description": "Given a response from the npm security api, render it into a variety of security reports",
39  "devDependencies": {
40    "keyfob": "^1.0.0",
41    "standard": "^11.0.1",
42    "standard-version": "^4.3.0",
43    "tap": "^11.1.5"
44  },
45  "directories": {
46    "lib": "lib",
47    "test": "test"
48  },
49  "files": [
50    "index.js",
51    "lib",
52    "reporters"
53  ],
54  "homepage": "https://github.com/npm/npm-audit-report#readme",
55  "keywords": [
56    "npm",
57    "security",
58    "report",
59    "audit"
60  ],
61  "license": "ISC",
62  "main": "index.js",
63  "name": "npm-audit-report",
64  "repository": {
65    "type": "git",
66    "url": "git+https://github.com/npm/npm-audit-report.git"
67  },
68  "scripts": {
69    "postrelease": "npm publish && git push --follow-tags",
70    "prerelease": "npm t",
71    "pretest": "standard",
72    "release": "standard-version -s",
73    "test": "tap --100 -J --coverage test/*.js"
74  },
75  "version": "1.3.3"
76}
77