mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
27 lines
725 B
JSON
27 lines
725 B
JSON
{
|
|
"name": "stream-to-pull-stream",
|
|
"description": "convert a stream1 or streams2 stream into a pull-stream",
|
|
"version": "1.7.3",
|
|
"homepage": "https://github.com/dominictarr/stream-to-pull-stream",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/dominictarr/stream-to-pull-stream.git"
|
|
},
|
|
"dependencies": {
|
|
"looper": "^3.0.0",
|
|
"pull-stream": "^3.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"pull-cat": "^1.1.11",
|
|
"pull-hang": "0.0.0",
|
|
"pull-split": "^0.2.0",
|
|
"tape": "^4.5.1",
|
|
"through": "~2.3.4"
|
|
},
|
|
"scripts": {
|
|
"test": "set -e; for t in test/*.js; do node $t; done"
|
|
},
|
|
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
|
|
"license": "MIT"
|
|
}
|