123456789101112131415161718192021222324252627282930313233343536 |
- {
- "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": "*"
- }
- }
|