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.json74
1 files changed, 74 insertions, 0 deletions
diff --git a/deps/npm/node_modules/libnpmsearch/package.json b/deps/npm/node_modules/libnpmsearch/package.json
new file mode 100644
index 0000000000..50e74c7adb
--- /dev/null
+++ b/deps/npm/node_modules/libnpmsearch/package.json
@@ -0,0 +1,74 @@
+{
+ "_args": [
+ [
+ "libnpmsearch@2.0.0",
+ "/Users/zkat/Documents/code/work/npm"
+ ]
+ ],
+ "_from": "libnpmsearch@2.0.0",
+ "_id": "libnpmsearch@2.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-vd+JWbTGzOSfiOc+72MU6y7WqmBXn49egCCrIXp27iE/88bX8EpG64ST1blWQI1bSMUr9l1AKPMVsqa2tS5KWA==",
+ "_location": "/libnpmsearch",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "libnpmsearch@2.0.0",
+ "name": "libnpmsearch",
+ "escapedName": "libnpmsearch",
+ "rawSpec": "2.0.0",
+ "saveSpec": null,
+ "fetchSpec": "2.0.0"
+ },
+ "_requiredBy": [
+ "/libnpm"
+ ],
+ "_resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-2.0.0.tgz",
+ "_spec": "2.0.0",
+ "_where": "/Users/zkat/Documents/code/work/npm",
+ "author": {
+ "name": "Kat Marchán",
+ "email": "kzm@zkat.tech"
+ },
+ "bugs": {
+ "url": "https://github.com/npm/libnpmsearch/issues"
+ },
+ "dependencies": {
+ "figgy-pudding": "^3.5.1",
+ "get-stream": "^4.0.0",
+ "npm-registry-fetch": "^3.8.0"
+ },
+ "description": "Programmatic API for searching in npm and compatible registries.",
+ "devDependencies": {
+ "nock": "^9.6.1",
+ "standard": "*",
+ "standard-version": "*",
+ "tap": "*",
+ "weallbehave": "*",
+ "weallcontribute": "*"
+ },
+ "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 -J --100 test/*.js",
+ "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"
+}