Skip to content

Commit 3b1b6ff

Browse files
committed
npm init
1 parent 8f84f0d commit 3b1b6ff

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

package.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "asynciterator.prototype",
3+
"version": "0.0.0",
4+
"description": "`AsyncIterator.prototype`, or a shared object to use.",
5+
"main": "index.js",
6+
"exports": {
7+
".": "./index.js",
8+
"./package.json": "./package.json"
9+
},
10+
"scripts": {
11+
"test": "echo \"Error: no test specified\" && exit 1"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/ljharb/asynciterator.prototype.git"
16+
},
17+
"keywords": [
18+
"ecmascript",
19+
"javascript",
20+
"AsyncIterator",
21+
"AsyncIterator.prototype",
22+
"async",
23+
"iterator",
24+
"prototype"
25+
],
26+
"author": "Jordan Harband <ljharb@gmail.com>",
27+
"license": "MIT",
28+
"bugs": {
29+
"url": "https://github.com/ljharb/asynciterator.prototype/issues"
30+
},
31+
"homepage": "https://github.com/ljharb/asynciterator.prototype#readme"
32+
}

0 commit comments

Comments
 (0)