• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "minipass-fetch",
3  "version": "3.0.4",
4  "description": "An implementation of window.fetch in Node.js using Minipass streams",
5  "license": "MIT",
6  "main": "lib/index.js",
7  "scripts": {
8    "test:tls-fixtures": "./test/fixtures/tls/setup.sh",
9    "test": "tap",
10    "snap": "tap",
11    "lint": "eslint \"**/*.js\"",
12    "postlint": "template-oss-check",
13    "lintfix": "npm run lint -- --fix",
14    "posttest": "npm run lint",
15    "template-oss-apply": "template-oss-apply --force"
16  },
17  "tap": {
18    "coverage-map": "map.js",
19    "check-coverage": true,
20    "nyc-arg": [
21      "--exclude",
22      "tap-snapshots/**"
23    ]
24  },
25  "devDependencies": {
26    "@npmcli/eslint-config": "^4.0.0",
27    "@npmcli/template-oss": "4.18.0",
28    "@ungap/url-search-params": "^0.2.2",
29    "abort-controller": "^3.0.0",
30    "abortcontroller-polyfill": "~1.7.3",
31    "encoding": "^0.1.13",
32    "form-data": "^4.0.0",
33    "nock": "^13.2.4",
34    "parted": "^0.1.1",
35    "string-to-arraybuffer": "^1.0.2",
36    "tap": "^16.0.0"
37  },
38  "dependencies": {
39    "minipass": "^7.0.3",
40    "minipass-sized": "^1.0.3",
41    "minizlib": "^2.1.2"
42  },
43  "optionalDependencies": {
44    "encoding": "^0.1.13"
45  },
46  "repository": {
47    "type": "git",
48    "url": "https://github.com/npm/minipass-fetch.git"
49  },
50  "keywords": [
51    "fetch",
52    "minipass",
53    "node-fetch",
54    "window.fetch"
55  ],
56  "files": [
57    "bin/",
58    "lib/"
59  ],
60  "engines": {
61    "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
62  },
63  "author": "GitHub Inc.",
64  "templateOSS": {
65    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
66    "version": "4.18.0",
67    "publish": "true"
68  }
69}
70