|
1 | 1 | { |
2 | 2 | "name": "minipass-fetch", |
3 | | - "version": "2.0.3", |
| 3 | + "version": "2.1.0", |
4 | 4 | "description": "An implementation of window.fetch in Node.js using Minipass streams", |
5 | 5 | "license": "MIT", |
6 | 6 | "main": "lib/index.js", |
|
10 | 10 | "preversion": "npm test", |
11 | 11 | "postversion": "npm publish", |
12 | 12 | "postpublish": "git push origin --follow-tags", |
13 | | - "lint": "eslint '**/*.js'", |
14 | | - "postlint": "npm-template-check", |
15 | | - "template-copy": "npm-template-copy --force", |
| 13 | + "lint": "eslint \"**/*.js\"", |
| 14 | + "postlint": "template-oss-check", |
16 | 15 | "lintfix": "npm run lint -- --fix", |
17 | 16 | "prepublishOnly": "git push origin --follow-tags", |
18 | | - "posttest": "npm run lint" |
| 17 | + "posttest": "npm run lint", |
| 18 | + "template-oss-apply": "template-oss-apply --force" |
19 | 19 | }, |
20 | 20 | "tap": { |
21 | 21 | "coverage-map": "map.js", |
22 | 22 | "check-coverage": true |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | | - "@npmcli/template-oss": "^2.9.2", |
| 25 | + "@npmcli/eslint-config": "^3.0.1", |
| 26 | + "@npmcli/template-oss": "3.1.2", |
26 | 27 | "@ungap/url-search-params": "^0.2.2", |
27 | 28 | "abort-controller": "^3.0.0", |
28 | 29 | "abortcontroller-polyfill": "~1.7.3", |
29 | 30 | "form-data": "^4.0.0", |
30 | 31 | "nock": "^13.2.4", |
31 | 32 | "parted": "^0.1.1", |
32 | 33 | "string-to-arraybuffer": "^1.0.2", |
33 | | - "tap": "^15.1.6" |
| 34 | + "tap": "^16.0.0" |
34 | 35 | }, |
35 | 36 | "dependencies": { |
36 | 37 | "minipass": "^3.1.6", |
|
42 | 43 | }, |
43 | 44 | "repository": { |
44 | 45 | "type": "git", |
45 | | - "url": "git+https://github.com/npm/minipass-fetch.git" |
| 46 | + "url": "https://github.com/npm/minipass-fetch.git" |
46 | 47 | }, |
47 | 48 | "keywords": [ |
48 | 49 | "fetch", |
|
51 | 52 | "window.fetch" |
52 | 53 | ], |
53 | 54 | "files": [ |
54 | | - "bin", |
55 | | - "lib" |
| 55 | + "bin/", |
| 56 | + "lib/" |
56 | 57 | ], |
57 | 58 | "engines": { |
58 | | - "node": "^12.13.0 || ^14.15.0 || >=16" |
| 59 | + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
59 | 60 | }, |
60 | 61 | "author": "GitHub Inc.", |
61 | 62 | "templateOSS": { |
62 | | - "version": "2.9.2" |
| 63 | + "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", |
| 64 | + "version": "3.1.2" |
63 | 65 | } |
64 | 66 | } |
0 commit comments