Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « libnpmsearch « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bddc16fac8a545b03431f0af708823b1411b354e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
  "_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"
}