nsp-audit-package
Version:
offers a simple library to audit your package.json or a stream of package.json
50 lines (49 loc) • 1.35 kB
JSON
{
"name": "nsp-audit-package",
"version": "0.2.0",
"description": "offers a simple library to audit your package.json or a stream of package.json",
"main": "src/index.js",
"scripts": {
"codestyle": "./node_modules/.bin/jscs src/*.js",
"lint": "./node_modules/.bin/jshint .",
"test": "node ./node_modules/.bin/lab -r tap tests/*-test.js | ./node_modules/.bin/tap-spec",
"test-cov": "node ./node_modules/.bin/lab -t 100 tests/*-test.js",
"test-cov-html": "node ./node_modules/.bin/lab -r html -o coverage.html tests/*-test.js"
},
"precommit": [
"codestyle",
"lint"
],
"repository": {
"type": "git",
"url": "git@github.com:nodesecurity/nsp-audit-package.git"
},
"keywords": [
"nsp",
"security",
"audit",
"package",
"vulnerability",
"advisories"
],
"author": "Node Security Project",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodesecurity/nsp-audit-package/issues"
},
"homepage": "https://github.com/nodesecurity/nsp-audit-package",
"devDependencies": {
"code": "^1.3.0",
"jscs": "^1.11.3",
"jshint": "^2.6.0",
"lab": "^5.2.1",
"precommit-hook": "^1.0.7"
},
"dependencies": {
"async": "^0.9.0",
"npmconf": "^2.1.1",
"nsp-api": "^1.0.3",
"semver": "^4.2.2",
"silent-npm-registry-client": "0.0.1"
}
}