UNPKG

check-package-lock

Version:

Checks the package-lock.json file for insecure http:// links

50 lines (49 loc) 1.3 kB
{ "name": "check-package-lock", "version": "1.11.0", "description": "Checks the package-lock.json file for insecure http:// links", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/gemal/node-check-package-lock" }, "scripts": { "test": "mocha" }, "type": "module", "author": "Henrik Gemal <henrik@gemal.dk> (http://gemal.dk/)", "license": "MIT", "bin": { "check-package-lock": "index.js" }, "bugs": { "url": "https://github.com/gemal/node-check-package-lock/issues" }, "keywords": [ "package", "package-lock", "check", "cli", "lock", "http", "automate", "ci" ], "homepage": "https://github.com/gemal/node-check-package-lock", "dependencies": { "commander": "^12.1.0" }, "devDependencies": { "@eslint/js": "^9.13.0", "chai": "^5.1.2", "child_process": "^1.0.2", "codecov": "^3.8.2", "eslint": "^9.13.0", "expect": "^29.2.2", "globals": "^15.11.0", "lintspaces-cli": "^1.0.0", "mocha": "^10.0.0", "nyc": "^17.1.0", "snyk": "^1.594.0" } }