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.
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "push-buffer",
|
|
"version": "1.1.1",
|
|
"description": "Abstraction for converting between push/pull APIs, and managing asynchronous value distribution",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js",
|
|
"example.js",
|
|
"test.js",
|
|
"README.md"
|
|
],
|
|
"repository": "http://git.cryto.net/joepie91/push-buffer.git",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": ["buffer", "async", "promises", "push", "pull", "queue", "streams"],
|
|
"author": "Sven Slootweg <admin@cryto.net>",
|
|
"license": "WTFPL OR CC0-1.0",
|
|
"dependencies": {
|
|
"@joepie91/promise-defer": "^1.0.1",
|
|
"@promistream/no-value": "^1.0.0",
|
|
"@validatem/core": "^0.5.0",
|
|
"@validatem/default-to": "^0.1.0",
|
|
"@validatem/dynamic": "^0.1.2",
|
|
"@validatem/is-boolean": "^0.1.1",
|
|
"@validatem/is-function": "^0.1.0",
|
|
"@validatem/is-integer": "^0.1.0",
|
|
"@validatem/one-of": "^0.1.1",
|
|
"@validatem/required": "^0.1.1",
|
|
"assure-array": "^1.0.0",
|
|
"capture-promise": "^1.0.0",
|
|
"debug": "^4.3.5",
|
|
"single-concurrent": "^1.0.0"
|
|
}
|
|
}
|