Skip to content

Commit 25b8a54

Browse files
committed
Initial import
1 parent 85e8907 commit 25b8a54

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

index.js

Whitespace-only changes.

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "undici",
3+
"version": "0.0.1",
4+
"description": "An HTTP/1.1 client, written from scratch for Node.js",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "standard | snazzy && tap test.js"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/mcollina/undici.git"
12+
},
13+
"author": "Matteo Collina <[email protected]>",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/mcollina/undici/issues"
17+
},
18+
"homepage": "https://github.com/mcollina/undici#readme",
19+
"devDependencies": {
20+
"pre-commit": "^1.2.2",
21+
"snazzy": "^7.1.1",
22+
"standard": "^11.0.1",
23+
"tap": "^11.1.5"
24+
}
25+
}

test.js

Whitespace-only changes.

0 commit comments

Comments
 (0)