UNPKG

nsp

Version:

The Node Security (nodesecurity.io) command line interface

57 lines (56 loc) 1.13 kB
{ "name": "nsp", "description": "The Node Security (nodesecurity.io) command line interface", "version": "3.2.1", "author": "^lift security", "bin": { "nsp": "bin/nsp" }, "dependencies": { "chalk": "^2.1.0", "cli-table2": "^0.2.0", "cvss": "^1.0.2", "https-proxy-agent": "^2.1.0", "inquirer": "^3.3.0", "nodesecurity-npm-utils": "^6.0.0", "semver": "^5.4.1", "wreck": "^12.5.1", "yargs": "^9.0.1" }, "devDependencies": { "boom": "^5.2.0", "code": "^4.1.0", "eslint-config-nodesecurity": "^1.3.1", "hapi": "^16.6.2", "lab": "^14.3.1", "mock-fs": "^4.4.1" }, "engines": { "node": ">=6.0.0" }, "files": [ "bin", "commands", "lib", "reporters", "package.json", "npm-shrinkwrap.json", "README.md", "LICENSE" ], "keywords": [ "security", "nsp", "nodesecurity" ], "license": "Apache-2.0", "main": "lib/index.js", "repository": { "type": "git", "url": "git://github.com/nodesecurity/nsp.git" }, "scripts": { "nsp": "bin/nsp check", "test": "lab -a code -t 1 -L" } }