UNPKG

hhurley

Version:

Tool to find lost security patches for Linux distributions.

72 lines (71 loc) 1.68 kB
{ "name": "hhurley", "description": "Tool to find lost security patches for Linux distributions.", "version": "1.0.0-beta.0", "author": { "name": "IBM Research - Science & Solutions team", "email": "isf@zurich.ibm.com" }, "bin": { "hhurley": "bin" }, "contributors": [ "https://github.com/IBMResearch/hhurley/graphs/contributors" ], "repository": { "type": "git", "url": "https://github.com/IBMResearch/hhurley/hhurley.git" }, "keywords": [ "patch", "security", "finder", "CVE", "Linux", "Debian", "IBM" ], "bugs": { "url": "https://github.com/IBMResearch/hhurley/issues" }, "scripts": { "start": "node bin", "test": "tap test", "lint": "eslint .", "dep-ok": "depcheck", "dep-sec": "nsp check", "dep-old": "ncu", "posttest": "npm run lint && npm run dep-ok && npm run dep-sec", "release": "npm run test && release-it" }, "dependencies": { "cli-color": "^1.2.0", "commander": "^2.9.0", "debug": "^2.2.0", "download": "^5.0.3", "es6-promisify": "^5.0.0", "lodash": "^4.17.4", "node-emoji": "^1.5.1", "node-svn-ultimate": "^1.0.4", "p-map": "^1.1.1", "prettyjson": "^1.2.1", "require-directory": "^2.1.1", "validator": "^7.0.0" }, "devDependencies": { "depcheck": "^0.6.4", "eslint": "^3.6.0", "eslint-config-airbnb-base": "^8.0.0", "eslint-plugin-import": "^1.16.0", "eslint-plugin-json": "^1.2.0", "npm-check-updates": "^2.8.0", "nsp": "^2.1.0", "release-it": "^2.6.0", "tap": "^7.1.2" }, "engines": { "node": "6.7.0", "npm": "3.x.x" }, "license": "MIT" }