npm-package-versions
Version:
Get an array of all available versions of a given npm package
39 lines (38 loc) • 1 kB
JSON
{
"name": "npm-package-versions",
"version": "2.0.3",
"description": "Get an array of all available versions of a given npm package",
"main": "index.js",
"scripts": {
"ci:coverage": "tap --coverage-report=lcovonly --allow-incomplete-coverage test.js",
"coverage": "tap --coverage-report=html test.js",
"lint": "standard",
"test": "npm run lint && node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watson/npm-package-versions.git"
},
"keywords": [
"npm",
"version",
"versions",
"api"
],
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/npm-package-versions/issues"
},
"homepage": "https://github.com/watson/npm-package-versions#readme",
"dependencies": {},
"devDependencies": {
"semver": "^7.7.2",
"standard": "^17.1.2",
"tap": "^19.2.5"
},
"coordinates": [
55.777569,
12.5892945
]
}