-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
executable file
·39 lines (39 loc) · 959 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
{
"name": "hypercore-fetch",
"version": "9.9.1",
"description": "Implementation of Fetch that uses the Dat SDK for loading p2p content",
"type": "module",
"main": "index.js",
"scripts": {
"test": "node test",
"lint": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RangerMauve/hypercore-fetch.git"
},
"keywords": [
"dat",
"fetch"
],
"author": "RangerMauve",
"license": "MIT",
"bugs": {
"url": "https://github.com/RangerMauve/hypercore-fetch/issues"
},
"homepage": "https://github.com/RangerMauve/hypercore-fetch#readme",
"dependencies": {
"event-iterator": "^2.0.0",
"hyperdrive": "^11.8.1",
"make-fetch": "^3.1.1",
"mime": "^3.0.0",
"range-parser": "^1.2.1",
"streamx": "^2.13.0"
},
"devDependencies": {
"@rangermauve/fetch-event-source": "^1.0.3",
"hyper-sdk": "^4.4.0",
"standard": "^17.0.0",
"tape": "^5.2.2"
}
}