summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/libnpmsearch/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/libnpmsearch/package.json')
-rw-r--r--deps/npm/node_modules/libnpmsearch/package.json38
1 files changed, 18 insertions, 20 deletions
diff --git a/deps/npm/node_modules/libnpmsearch/package.json b/deps/npm/node_modules/libnpmsearch/package.json
index 50e74c7adb..3ad48cb72f 100644
--- a/deps/npm/node_modules/libnpmsearch/package.json
+++ b/deps/npm/node_modules/libnpmsearch/package.json
@@ -1,32 +1,28 @@
{
- "_args": [
- [
- "libnpmsearch@2.0.0",
- "/Users/zkat/Documents/code/work/npm"
- ]
- ],
- "_from": "libnpmsearch@2.0.0",
- "_id": "libnpmsearch@2.0.0",
+ "_from": "libnpmsearch@2.0.2",
+ "_id": "libnpmsearch@2.0.2",
"_inBundle": false,
- "_integrity": "sha512-vd+JWbTGzOSfiOc+72MU6y7WqmBXn49egCCrIXp27iE/88bX8EpG64ST1blWQI1bSMUr9l1AKPMVsqa2tS5KWA==",
+ "_integrity": "sha512-VTBbV55Q6fRzTdzziYCr64+f8AopQ1YZ+BdPOv16UegIEaE8C0Kch01wo4s3kRTFV64P121WZJwgmBwrq68zYg==",
"_location": "/libnpmsearch",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "libnpmsearch@2.0.0",
+ "raw": "libnpmsearch@2.0.2",
"name": "libnpmsearch",
"escapedName": "libnpmsearch",
- "rawSpec": "2.0.0",
+ "rawSpec": "2.0.2",
"saveSpec": null,
- "fetchSpec": "2.0.0"
+ "fetchSpec": "2.0.2"
},
"_requiredBy": [
- "/libnpm"
+ "#USER",
+ "/"
],
- "_resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-2.0.0.tgz",
- "_spec": "2.0.0",
- "_where": "/Users/zkat/Documents/code/work/npm",
+ "_resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-2.0.2.tgz",
+ "_shasum": "9a4f059102d38e3dd44085bdbfe5095f2a5044cf",
+ "_spec": "libnpmsearch@2.0.2",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Kat Marchán",
"email": "kzm@zkat.tech"
@@ -34,17 +30,19 @@
"bugs": {
"url": "https://github.com/npm/libnpmsearch/issues"
},
+ "bundleDependencies": false,
"dependencies": {
"figgy-pudding": "^3.5.1",
"get-stream": "^4.0.0",
- "npm-registry-fetch": "^3.8.0"
+ "npm-registry-fetch": "^4.0.0"
},
+ "deprecated": false,
"description": "Programmatic API for searching in npm and compatible registries.",
"devDependencies": {
"nock": "^9.6.1",
- "standard": "*",
+ "standard": "^12.0.0",
"standard-version": "*",
- "tap": "*",
+ "tap": "^12.0.1",
"weallbehave": "*",
"weallcontribute": "*"
},
@@ -70,5 +68,5 @@
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
- "version": "2.0.0"
+ "version": "2.0.2"
}