Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « npm-audit-report « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61bae93f6b3e0df4d9d892953be7601869722f20 (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@latest",
  "_id": "npm-audit-report@2.1.2",
  "_inBundle": false,
  "_integrity": "sha512-MkOtBEaLmT9mQNHAtEWzybfkGL/t9g+YJaOC47Bg9pdkg44CpFjjQ7srwlsXiMrtHfurVCQ2onl/1akSpZYeVA==",
  "_location": "/npm-audit-report",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "npm-audit-report@latest",
    "name": "npm-audit-report",
    "escapedName": "npm-audit-report",
    "rawSpec": "latest",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-2.1.2.tgz",
  "_shasum": "0306bf6e20451dec2b55be9f4fe3dbacb1fc2d39",
  "_spec": "npm-audit-report@latest",
  "_where": "/Users/isaacs/dev/npm/cli",
  "author": {
    "name": "Adam Baldwin"
  },
  "bugs": {
    "url": "https://github.com/npm/npm-audit-report/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^4.0.0",
    "require-inject": "^1.4.4"
  },
  "deprecated": false,
  "description": "Given a response from the npm security api, render it into a variety of security reports",
  "devDependencies": {
    "tap": "^14.10.7"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.js",
    "lib",
    "reporters"
  ],
  "homepage": "https://github.com/npm/npm-audit-report#readme",
  "keywords": [
    "npm",
    "security",
    "report",
    "audit"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "name": "npm-audit-report",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/npm-audit-report.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true,
    "coverage-map": "map.js"
  },
  "version": "2.1.2"
}