File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments