2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "first-chunk-stream",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Transform the first chunk in a stream",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "sindresorhus/first-chunk-stream",
|
2016-10-10 03:43:44 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
|
|
|
"url": "http://sindresorhus.com"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
2016-10-10 03:43:44 +02:00
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"buffer",
|
|
|
|
"stream",
|
|
|
|
"streams",
|
|
|
|
"transform",
|
|
|
|
"first",
|
|
|
|
"chunk",
|
|
|
|
"size",
|
|
|
|
"min",
|
|
|
|
"minimum"
|
|
|
|
],
|
2016-11-03 01:33:53 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"concat-stream": "^1.4.5",
|
|
|
|
"mocha": "*"
|
|
|
|
}
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|