-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 909 Bytes
/
package.json
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
{
"name": "accept-ranges",
"version": "0.0.1",
"description": "Check if a URL accepts HTTP Range Requests",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"format": "npx prettier --arrow-parens=avoid --print-width=120 --trailing-comma=none --write *.js",
"serve": "npx http-server --cors",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GeoSurge/accept-ranges.git"
},
"keywords": [
"accept",
"aws",
"byte",
"cross-fetch",
"fetch",
"range",
"ranges",
"request",
"s3"
],
"author": "Daniel J. Dufour",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/GeoSurge/accept-ranges/issues"
},
"homepage": "https://github.com/GeoSurge/accept-ranges#readme",
"dependencies": {
"cross-fetch": "^3.0.6"
},
"devDependencies": {
"flug": "^2.1.0"
}
}