summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/libnpmsearch/package.json
blob: 765c6897360b6b70303e44d6ae2a958bc0c0d97d (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
{
  "name": "libnpmsearch",
  "version": "6.0.2",
  "description": "Programmatic API for searching in npm and compatible registries.",
  "author": "GitHub Inc.",
  "main": "lib/index.js",
  "files": [
    "bin/",
    "lib/"
  ],
  "keywords": [
    "npm",
    "search",
    "api",
    "libnpm"
  ],
  "license": "ISC",
  "scripts": {
    "posttest": "node ../.. run lint",
    "test": "tap",
    "lint": "eslint \"**/*.js\"",
    "postlint": "template-oss-check",
    "lintfix": "node ../.. run lint -- --fix",
    "snap": "tap",
    "template-oss-apply": "template-oss-apply --force"
  },
  "devDependencies": {
    "@npmcli/eslint-config": "^4.0.0",
    "@npmcli/template-oss": "4.12.1",
    "nock": "^13.3.0",
    "tap": "^16.3.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/cli.git",
    "directory": "workspaces/libnpmsearch"
  },
  "bugs": "https://github.com/npm/libnpmsearch/issues",
  "homepage": "https://npmjs.com/package/libnpmsearch",
  "dependencies": {
    "npm-registry-fetch": "^14.0.3"
  },
  "engines": {
    "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
  },
  "templateOSS": {
    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
    "version": "4.12.1",
    "content": "../../scripts/template-oss/index.js"
  },
  "tap": {
    "nyc-arg": [
      "--exclude",
      "tap-snapshots/**"
    ]
  }
}