|
1 | 1 | { |
2 | 2 | "name": "minipass-fetch", |
3 | | - "version": "2.1.1", |
| 3 | + "version": "3.0.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", |
7 | 7 | "scripts": { |
8 | 8 | "test": "tap", |
9 | 9 | "snap": "tap", |
10 | | - "preversion": "npm test", |
11 | | - "postversion": "npm publish", |
12 | | - "postpublish": "git push origin --follow-tags", |
13 | 10 | "lint": "eslint \"**/*.js\"", |
14 | 11 | "postlint": "template-oss-check", |
15 | 12 | "lintfix": "npm run lint -- --fix", |
16 | | - "prepublishOnly": "git push origin --follow-tags", |
17 | 13 | "posttest": "npm run lint", |
18 | 14 | "template-oss-apply": "template-oss-apply --force" |
19 | 15 | }, |
20 | 16 | "tap": { |
21 | 17 | "coverage-map": "map.js", |
22 | | - "check-coverage": true |
| 18 | + "check-coverage": true, |
| 19 | + "nyc-arg": [ |
| 20 | + "--exclude", |
| 21 | + "tap-snapshots/**" |
| 22 | + ] |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | | - "@npmcli/eslint-config": "^3.0.1", |
26 | | - "@npmcli/template-oss": "3.5.0", |
| 25 | + "@npmcli/eslint-config": "^3.1.0", |
| 26 | + "@npmcli/template-oss": "4.5.1", |
27 | 27 | "@ungap/url-search-params": "^0.2.2", |
28 | 28 | "abort-controller": "^3.0.0", |
29 | 29 | "abortcontroller-polyfill": "~1.7.3", |
|
57 | 57 | "lib/" |
58 | 58 | ], |
59 | 59 | "engines": { |
60 | | - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
| 60 | + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
61 | 61 | }, |
62 | 62 | "author": "GitHub Inc.", |
63 | 63 | "templateOSS": { |
64 | 64 | "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", |
65 | | - "version": "3.5.0" |
| 65 | + "version": "4.5.1" |
66 | 66 | } |
67 | 67 | } |
0 commit comments