zater-cep
Version:
ZAter cep correios e via cep
53 lines (52 loc) • 1.24 kB
JSON
{
"name": "nsp",
"description": "The Node Security (nodesecurity.io) command line interface",
"version": "2.8.1",
"author": "^lift security",
"bin": {
"nsp": "bin/nsp"
},
"dependencies": {
"chalk": "^1.1.1",
"cli-table": "^0.3.1",
"cvss": "^1.0.0",
"https-proxy-agent": "^1.0.0",
"joi": "^6.9.1",
"nodesecurity-npm-utils": "^5.0.0",
"path-is-absolute": "^1.0.0",
"rc": "^1.1.2",
"semver": "^5.0.3",
"subcommand": "^2.0.3",
"wreck": "^6.3.0"
},
"devDependencies": {
"code": "^1.5.0",
"eslint": "^2.5.3",
"eslint-config-nodesecurity": "^1.3.1",
"eslint-plugin-hapi": "^1.2.2",
"git-validate": "^2.1.0",
"lab": "^6.2.0",
"nock": "^7.7.2",
"shrinkydink": "^1.0.0"
},
"keywords": [
"security",
"nsp",
"nodesecurity"
],
"license": "Apache-2.0",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/nodesecurity/nsp.git"
},
"scripts": {
"lint": "eslint . bin/nsp",
"setup-offline": "curl -sS https://api.nodesecurity.io/advisories -o advisories.json",
"test": "lab -a code -t 100 -I Reflect,WebAssembly",
"nsp": "bin/nsp check"
},
"pre-commit": [
"test"
]
}