Galerie und tage
This commit is contained in:
36
node_modules/first-chunk-stream/package.json
generated
vendored
Normal file
36
node_modules/first-chunk-stream/package.json
generated
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "first-chunk-stream",
|
||||
"version": "1.0.0",
|
||||
"description": "Transform the first chunk in a stream",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/first-chunk-stream",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "http://sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"buffer",
|
||||
"stream",
|
||||
"streams",
|
||||
"transform",
|
||||
"first",
|
||||
"chunk",
|
||||
"size",
|
||||
"min",
|
||||
"minimum"
|
||||
],
|
||||
"devDependencies": {
|
||||
"concat-stream": "^1.4.5",
|
||||
"mocha": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user