44 wiersze
950 B
JSON
44 wiersze
950 B
JSON
{
|
|
"name": "libnpmsearch",
|
|
"version": "3.1.2",
|
|
"description": "Programmatic API for searching in npm and compatible registries.",
|
|
"author": "Kat Marchán <kzm@sykosomatic.org>",
|
|
"files": [
|
|
"*.js",
|
|
"lib"
|
|
],
|
|
"keywords": [
|
|
"npm",
|
|
"search",
|
|
"api",
|
|
"libnpm"
|
|
],
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"preversion": "npm test",
|
|
"postversion": "npm publish",
|
|
"prepublishOnly": "git push origin --follow-tags",
|
|
"posttest": "standard",
|
|
"test": "tap"
|
|
},
|
|
"tap": {
|
|
"check-coverage": true
|
|
},
|
|
"devDependencies": {
|
|
"nock": "^9.6.1",
|
|
"standard": "^12.0.0",
|
|
"tap": "^14.11.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/npm/libnpmsearch.git"
|
|
},
|
|
"bugs": "https://github.com/npm/libnpmsearch/issues",
|
|
"homepage": "https://npmjs.com/package/libnpmsearch",
|
|
"dependencies": {
|
|
"npm-registry-fetch": "^11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
}
|