-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 870 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 870 Bytes
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
42
43
44
45
46
{
"name": "phn",
"version": "0.2.8",
"type": "commonjs",
"description": "a lightweight http client for node and bun, replacement for phin",
"main": "phn.js",
"exports": {
".": "./phn.js"
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/yetzt/node-phn.git"
},
"bugs": {
"url": "https://github.com/yetzt/node-phn/issues"
},
"homepage": "https://github.com/yetzt/node-phn#readme",
"keywords": [
"http",
"https",
"http2",
"request",
"client",
"fetch",
"url",
"uri",
"ajax",
"phin",
"centra",
"lightweight",
"stream"
],
"author": "yetzt <phn@yetzt.me>",
"license": "MIT",
"engines": {
"node": ">=14",
"bun": ">=1.2"
},
"suggestedDependencies": {
"iconv-lite": "^0.6.3",
"fzstd": "^0.1.1"
}
}