1{ 2 "_from": "libnpmsearch@2.0.2", 3 "_id": "libnpmsearch@2.0.2", 4 "_inBundle": false, 5 "_integrity": "sha512-VTBbV55Q6fRzTdzziYCr64+f8AopQ1YZ+BdPOv16UegIEaE8C0Kch01wo4s3kRTFV64P121WZJwgmBwrq68zYg==", 6 "_location": "/libnpmsearch", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "libnpmsearch@2.0.2", 12 "name": "libnpmsearch", 13 "escapedName": "libnpmsearch", 14 "rawSpec": "2.0.2", 15 "saveSpec": null, 16 "fetchSpec": "2.0.2" 17 }, 18 "_requiredBy": [ 19 "#USER", 20 "/" 21 ], 22 "_resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-2.0.2.tgz", 23 "_shasum": "9a4f059102d38e3dd44085bdbfe5095f2a5044cf", 24 "_spec": "libnpmsearch@2.0.2", 25 "_where": "/Users/isaacs/dev/npm/cli", 26 "author": { 27 "name": "Kat Marchán", 28 "email": "kzm@zkat.tech" 29 }, 30 "bugs": { 31 "url": "https://github.com/npm/libnpmsearch/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "figgy-pudding": "^3.5.1", 36 "get-stream": "^4.0.0", 37 "npm-registry-fetch": "^4.0.0" 38 }, 39 "deprecated": false, 40 "description": "Programmatic API for searching in npm and compatible registries.", 41 "devDependencies": { 42 "nock": "^9.6.1", 43 "standard": "^12.0.0", 44 "standard-version": "*", 45 "tap": "^12.0.1", 46 "weallbehave": "*", 47 "weallcontribute": "*" 48 }, 49 "homepage": "https://npmjs.com/package/libnpmsearch", 50 "keywords": [ 51 "npm", 52 "search", 53 "api", 54 "libnpm" 55 ], 56 "license": "ISC", 57 "name": "libnpmsearch", 58 "repository": { 59 "type": "git", 60 "url": "git+https://github.com/npm/libnpmsearch.git" 61 }, 62 "scripts": { 63 "postrelease": "npm publish && git push --follow-tags", 64 "prerelease": "npm t", 65 "pretest": "standard", 66 "release": "standard-version -s", 67 "test": "tap -J --100 test/*.js", 68 "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'", 69 "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'" 70 }, 71 "version": "2.0.2" 72} 73