mirror of https://gitee.com/openkylin/npm.git
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"name": "libnpmsearch",
|
|
"version": "4.0.1",
|
|
"description": "Programmatic API for searching in npm and compatible registries.",
|
|
"author": "GitHub Inc.",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"bin",
|
|
"lib"
|
|
],
|
|
"keywords": [
|
|
"npm",
|
|
"search",
|
|
"api",
|
|
"libnpm"
|
|
],
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"preversion": "npm test",
|
|
"postversion": "npm publish",
|
|
"prepublishOnly": "git push origin --follow-tags",
|
|
"posttest": "npm run lint",
|
|
"test": "tap",
|
|
"lint": "eslint '**/*.js'",
|
|
"postlint": "npm-template-check",
|
|
"lintfix": "npm run lint -- --fix",
|
|
"snap": "tap"
|
|
},
|
|
"tap": {
|
|
"check-coverage": true
|
|
},
|
|
"devDependencies": {
|
|
"@npmcli/template-oss": "^2.4.2",
|
|
"nock": "^9.6.1",
|
|
"tap": "^15"
|
|
},
|
|
"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": "^12.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16"
|
|
},
|
|
"templateOSS": {
|
|
"version": "2.4.3"
|
|
}
|
|
}
|