summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-audit-report/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/npm-audit-report/package.json')
-rw-r--r--deps/npm/node_modules/npm-audit-report/package.json82
1 files changed, 82 insertions, 0 deletions
diff --git a/deps/npm/node_modules/npm-audit-report/package.json b/deps/npm/node_modules/npm-audit-report/package.json
new file mode 100644
index 0000000000..7ed0b6a7c8
--- /dev/null
+++ b/deps/npm/node_modules/npm-audit-report/package.json
@@ -0,0 +1,82 @@
+{
+ "_args": [
+ [
+ "npm-audit-report@1.2.1",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "npm-audit-report@1.2.1",
+ "_id": "npm-audit-report@1.2.1",
+ "_inBundle": false,
+ "_integrity": "sha512-1eh6z0FivYQkLIU5xYcal8ssiGAgn0817u56EcF751HJD0m1PbAxurM/mc9WmAm3vhNZGkExleU/55VN/WRjFw==",
+ "_location": "/npm-audit-report",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "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": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-1.2.1.tgz",
+ "_spec": "1.2.1",
+ "_where": "/Users/rebecca/code/npm",
+ "author": {
+ "name": "Adam Baldwin"
+ },
+ "bugs": {
+ "url": "https://github.com/npm/npm-audit-report/issues"
+ },
+ "dependencies": {
+ "cli-table2": "^0.2.0",
+ "console-control-strings": "^1.1.0"
+ },
+ "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.2.1"
+}