Skip to content

Commit ca88714

Browse files
committed
Initial commit
0 parents  commit ca88714

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

lib/stream-async-iterator.js

Whitespace-only changes.

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "stream-async-iterator",
3+
"version": "0.1.0",
4+
"description": "ES async interator wrapper for node streams",
5+
"main": "stream-async-iterator.js",
6+
"scripts": {
7+
"test": "make test"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/basicdays/node-stream-async-iterator.git"
12+
},
13+
"keywords": [
14+
"node",
15+
"stream",
16+
"async-iterator",
17+
"promise",
18+
"esnext"
19+
],
20+
"author": "BasicDays <info@basicdays.com> (https://www.basicdays.com)",
21+
"license": "MIT",
22+
"bugs": {
23+
"url": "https://github.com/basicdays/node-stream-async-iterator/issues"
24+
},
25+
"homepage": "https://github.com/basicdays/node-stream-async-iterator#readme"
26+
}

0 commit comments

Comments
 (0)