{ "_from": "libnpmsearch@latest", "_id": "libnpmsearch@3.0.0", "_inBundle": false, "_integrity": "sha512-3p2nKM8nlO8XyQ7+Z9H8FD32uTFCNRwXX2vSWyiD7vt0NW3cVBp93HNK5l7sxBf1mRQnc02xowwYt/cTtiOzqg==", "_location": "/libnpmsearch", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "libnpmsearch@latest", "name": "libnpmsearch", "escapedName": "libnpmsearch", "rawSpec": "latest", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-3.0.0.tgz", "_shasum": "2a574df5ee570fc6b318c0ca510b53a78b007056", "_spec": "libnpmsearch@latest", "_where": "/Users/isaacs/dev/npm/cli", "author": { "name": "Kat Marchán", "email": "kzm@sykosomatic.org" }, "bugs": { "url": "https://github.com/npm/libnpmsearch/issues" }, "bundleDependencies": false, "dependencies": { "npm-registry-fetch": "^8.0.0" }, "deprecated": false, "description": "Programmatic API for searching in npm and compatible registries.", "devDependencies": { "nock": "^9.6.1", "standard": "^12.0.0", "standard-version": "*", "tap": "^14.10.6" }, "engines": { "node": ">=10" }, "files": [ "*.js", "lib" ], "homepage": "https://npmjs.com/package/libnpmsearch", "keywords": [ "npm", "search", "api", "libnpm" ], "license": "ISC", "name": "libnpmsearch", "repository": { "type": "git", "url": "git+https://github.com/npm/libnpmsearch.git" }, "scripts": { "postrelease": "npm publish && git push --follow-tags", "prerelease": "npm t", "pretest": "standard", "release": "standard-version -s", "test": "tap" }, "tap": { "check-coverage": true }, "version": "3.0.0" }