audit-resolve-core
Version:
Core modules for audit-resolve.json file and logic of its processing
33 lines (32 loc) • 853 B
JSON
{
"name": "audit-resolve-core",
"version": "3.0.0-3",
"description": "Core modules for audit-resolve.json file and logic of its processing",
"scripts": {
"test": "mv audit-resolve.json ~ar.json || true && node test/index.js",
"debug": "DEBUG=audit-resolve-core npm test",
"lint": "npx standard --fix"
},
"keywords": [
"npm",
"audit",
"security",
"dependencies",
"resolve"
],
"author": "naugtur <naugtur@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/naugtur/audit-resolve-core.git"
},
"bugs": {
"url": "https://github.com/naugtur/audit-resolve-core/issues"
},
"homepage": "https://github.com/naugtur/audit-resolve-core#readme",
"license": "Apache 2.0",
"dependencies": {
"debug": "^4.3.1",
"djv": "^2.1.4",
"yargs-parser": "^21.0.0"
}
}