UNPKG

updated

Version:

check for updated package.json dependencies

44 lines (43 loc) 947 B
{ "version": "2.1.2", "name": "updated", "description": "check for updated package.json dependencies", "author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com)", "homepage": "https://github.com/ahmadnassri/node-updated", "repository": { "type": "git", "url": "https://github.com/ahmadnassri/node-updated.git" }, "bugs": { "url": "https://github.com/ahmadnassri/node-updated/issues" }, "funding": { "type": "individual", "url": "https://github.com/sponsors/ahmadnassri" }, "type": "module", "license": "MIT", "keywords": [ "node", "package", "updates", "check", "dependencies", "outdated" ], "engines": { "node": ">=14" }, "files": [ "lib", "index.js" ], "bin": "index.js", "scripts": { "test": "node --test --test-reporter=spec test/*.js", "test:ci": "npm run test" }, "dependencies": { "semver": "^7.3.7" } }