You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
738 B
35 lines
738 B
{
|
|
"name": "block-stream2",
|
|
"version": "2.1.0",
|
|
"description": "transform input into equally-sized blocks of output",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"readable-stream": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^16.0.3",
|
|
"tape": "^4.2.2"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tape test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/block-stream2.git"
|
|
},
|
|
"homepage": "https://github.com/substack/block-stream2",
|
|
"keywords": [
|
|
"stream",
|
|
"block",
|
|
"chunk",
|
|
"size",
|
|
"streams2",
|
|
"streams3"
|
|
],
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"license": "MIT"
|
|
}
|
|
|