{ "name": "libnpmsearch", "version": "3.1.1", "description": "Programmatic API for searching in npm and compatible registries.", "author": "Kat Marchán ", "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": "^10.0.0" }, "engines": { "node": ">=10" } }