https://project.mdnd-it.cc/work_packages/94
This commit is contained in:
2025-08-23 04:25:28 +02:00
parent 725516ad6c
commit 19cfa031d0
25823 changed files with 1095587 additions and 2801760 deletions
+35
View File
@@ -0,0 +1,35 @@
{
"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"
}