You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
971 B
JSON

{
"name": "@promistream/fork-select",
"version": "0.1.0",
"description": "General-purpose forking stream",
"main": "index.js",
"repository": "http://git.cryto.net/promistream/fork-select.git",
"files": [
"example.js",
"index.js",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"promistream",
"fork"
],
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"dependencies": {
"@promistream/derived-stream": "^0.1.0",
"@validatem/core": "^0.5.0",
"@validatem/is-function": "^0.1.0",
"@validatem/is-integer": "^0.1.0",
"@validatem/is-positive": "^1.0.0",
"@validatem/required": "^0.1.1",
"push-buffer": "^1.1.1",
"range": "^0.0.3"
},
"devDependencies": {
"@promistream/collect": "^0.1.1",
"@promistream/debug": "^0.1.0",
"@promistream/from-iterable": "^0.1.0",
"@promistream/pipe": "^0.1.6"
}
}