summaryrefslogtreecommitdiff
path: root/tests/registry/npm/make-fetch-happen/registry.json
blob: 235e56dbe7ce33a6f9996f9520dbe45477eb7831 (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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
  "name": "make-fetch-happen",
  "description": "Opinionated, caching, retrying fetch client",
  "dist-tags": {
    "latest": "13.0.1"
  },
  "versions": {
    "13.0.1": {
      "name": "make-fetch-happen",
      "version": "13.0.1",
      "author": {
        "name": "GitHub Inc."
      },
      "license": "ISC",
      "_id": "make-fetch-happen@13.0.1",
      "bugs": {
        "url": "https://github.com/npm/make-fetch-happen/issues"
      },
      "tap": {
        "color": 1,
        "files": "test/*.js",
        "nyc-arg": [
          "--exclude",
          "tap-snapshots/**"
        ],
        "timeout": 60,
        "check-coverage": true
      },
      "dist": {
        "shasum": "273ba2f78f45e1f3a6dca91cede87d9fa4821e36",
        "tarball": "http://localhost:4260/make-fetch-happen/make-fetch-happen-13.0.1.tgz",
        "fileCount": 13,
        "integrity": "sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==",
        "attestations": {
          "url": "http://localhost:4260/attestations/make-fetch-happen@13.0.1",
          "provenance": {
            "predicateType": "https://slsa.dev/provenance/v1"
          }
        },
        "unpackedSize": 52787
      },
      "main": "lib/index.js",
      "engines": {
        "node": "^16.14.0 || >=18.0.0"
      },
      "gitHead": "0b3ba78667f9984e42a32a73adde2ebd7ea1b671",
      "scripts": {
        "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
        "snap": "tap",
        "test": "tap",
        "eslint": "eslint",
        "lintfix": "npm run lint -- --fix",
        "postlint": "template-oss-check",
        "posttest": "npm run lint",
        "template-oss-apply": "template-oss-apply --force"
      },
      "repository": {
        "url": "git+https://github.com/npm/make-fetch-happen.git",
        "type": "git"
      },
      "_npmVersion": "10.6.0",
      "description": "Opinionated, caching, retrying fetch client",
      "directories": {},
      "templateOSS": {
        "publish": "true",
        "version": "4.21.4",
        "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten."
      },
      "_nodeVersion": "20.12.2",
      "dependencies": {
        "ssri": "^10.0.0",
        "cacache": "^18.0.0",
        "minipass": "^7.0.2",
        "proc-log": "^4.2.0",
        "is-lambda": "^1.0.1",
        "negotiator": "^0.6.3",
        "@npmcli/agent": "^2.0.0",
        "promise-retry": "^2.0.1",
        "minipass-fetch": "^3.0.0",
        "minipass-flush": "^1.0.5",
        "minipass-pipeline": "^1.2.4",
        "http-cache-semantics": "^4.1.1"
      },
      "_hasShrinkwrap": false,
      "devDependencies": {
        "tap": "^16.0.0",
        "nock": "^13.2.4",
        "safe-buffer": "^5.2.1",
        "standard-version": "^9.3.2",
        "@npmcli/template-oss": "4.21.4",
        "@npmcli/eslint-config": "^4.0.0"
      }
    }
  },
  "author": {
    "name": "GitHub Inc."
  },
  "repository": {
    "url": "git+https://github.com/npm/make-fetch-happen.git",
    "type": "git"
  },
  "license": "ISC",
  "homepage": "https://github.com/npm/make-fetch-happen#readme",
  "bugs": {
    "url": "https://github.com/npm/make-fetch-happen/issues"
  },
  "readmeFilename": "README.md"
}