npm
Version:
a package manager for JavaScript
81 lines (80 loc) • 2.32 kB
JSON
{
"_from": "npm-audit-report@^1.2.1",
"_id": "npm-audit-report@1.3.1",
"_inBundle": false,
"_integrity": "sha512-SjTF8ZP4rOu3JiFrTMi4M1CmVo2tni2sP4TzhyCMHwnMGf6XkdGLZKt9cdZ12esKf0mbQqFyU9LtY0SoeahL7g==",
"_location": "/npm-audit-report",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "npm-audit-report@^1.2.1",
"name": "npm-audit-report",
"escapedName": "npm-audit-report",
"rawSpec": "^1.2.1",
"saveSpec": null,
"fetchSpec": "^1.2.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-1.3.1.tgz",
"_shasum": "e79ea1fcb5ffaf3031102b389d5222c2b0459632",
"_spec": "npm-audit-report@^1.2.1",
"_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.1"
}