Skip to content

Commit 1a3c424

Browse files
author
Antoni Kepinski
committed
update nyc
1 parent f4fa7e5 commit 1a3c424

File tree

1 file changed

+51
-50
lines changed

1 file changed

+51
-50
lines changed

package.json

Lines changed: 51 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,52 @@
11
{
2-
"name": "fetch-blob",
3-
"version": "1.0.6",
4-
"description": "A Blob implementation in Node.js, originally from node-fetch.",
5-
"main": "index.js",
6-
"files": [
7-
"index.js",
8-
"index.d.ts"
9-
],
10-
"scripts": {
11-
"lint": "xo",
12-
"test": "xo && ava",
13-
"report": "nyc ava",
14-
"coverage": "nyc --reporter json --reporter text ava && codecov -f coverage/coverage-final.json",
15-
"prepublishOnly": "tsc --declaration --emitDeclarationOnly --allowJs index.js"
16-
},
17-
"repository": "https://github.com/node-fetch/fetch-blob.git",
18-
"keywords": [
19-
"blob",
20-
"node-fetch"
21-
],
22-
"engines": {
23-
"node": "^10.17.0"
24-
},
25-
"author": "David Frank",
26-
"license": "MIT",
27-
"bugs": {
28-
"url": "https://github.com/node-fetch/fetch-blob/issues"
29-
},
30-
"homepage": "https://github.com/node-fetch/fetch-blob#readme",
31-
"devDependencies": {
32-
"ava": "^3.8.2",
33-
"codecov": "^3.7.0",
34-
"get-stream": "^5.1.0",
35-
"node-fetch": "^2.6.0",
36-
"nyc": "^15.0.1",
37-
"typescript": "^3.9.5",
38-
"xo": "^0.32.0"
39-
},
40-
"xo": {
41-
"overrides": [
42-
{
43-
"files": "test.js",
44-
"rules": {
45-
"node/no-unsupported-features/es-syntax": 0,
46-
"node/no-unsupported-features/node-builtins": 0
47-
}
48-
}
49-
]
50-
}
51-
}
2+
"name": "fetch-blob",
3+
"version": "1.0.6",
4+
"description": "A Blob implementation in Node.js, originally from node-fetch.",
5+
"main": "index.js",
6+
"files": [
7+
"index.js",
8+
"index.d.ts"
9+
],
10+
"scripts": {
11+
"lint": "xo",
12+
"test": "xo && ava",
13+
"report": "nyc ava",
14+
"coverage": "nyc --reporter json --reporter text ava && codecov -f coverage/coverage-final.json",
15+
"prepublishOnly": "tsc --declaration --emitDeclarationOnly --allowJs index.js"
16+
},
17+
"repository": "https://github.com/node-fetch/fetch-blob.git",
18+
"keywords": [
19+
"blob",
20+
"node-fetch"
21+
],
22+
"engines": {
23+
"node": "^10.17.0"
24+
},
25+
"author": "David Frank",
26+
"license": "MIT",
27+
"bugs": {
28+
"url": "https://github.com/node-fetch/fetch-blob/issues"
29+
},
30+
"homepage": "https://github.com/node-fetch/fetch-blob#readme",
31+
"devDependencies": {
32+
"ava": "^3.8.2",
33+
"codecov": "^3.7.0",
34+
"get-stream": "^5.1.0",
35+
"node-fetch": "^2.6.0",
36+
"nyc": "^15.1.0",
37+
"typescript": "^3.9.5",
38+
"xo": "^0.32.0"
39+
},
40+
"xo": {
41+
"overrides": [
42+
{
43+
"files": "test.js",
44+
"rules": {
45+
"node/no-unsupported-features/es-syntax": 0,
46+
"node/no-unsupported-features/node-builtins": 0
47+
}
48+
}
49+
]
50+
},
51+
"dependencies": {}
52+
}

0 commit comments

Comments
 (0)