npmedge
Version:
Lists packages whose latest available version does not satisfy the specification in package.json.
32 lines (31 loc) • 1.01 kB
JSON
{
"name": "npmedge",
"version": "0.2.2",
"description": "Lists packages whose latest available version does not satisfy the specification in package.json.",
"keywords": ["latest", "version", "packages", "package", "update", "outdated", "discover", "new", "upgrade"],
"homepage": "https://www.npmjs.org/package/npmedge",
"author": "Vytautas Jakutis <vytautas@jakut.is> (https://jakut.is/)",
"bugs": "https://github.com/jakutis/npmedge/issues",
"contributors": [
"Jakob Mattsson <jakob.mattsson@gmail.com> (jakobmattsson.se)"
],
"repository": {
"type": "git",
"url": "https://github.com/jakutis/npmedge"
},
"main": "./lib/main",
"bin": "cli.js",
"license": "GPL-3.0",
"dependencies": {
"semver": "3.0.x",
"async": "0.9.x",
"valentine": "2.1.x",
"optimist": "0.6.x",
"npm": "2.0.x"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}