73 lines
1.8 KiB
JSON
73 lines
1.8 KiB
JSON
{
|
|
"_from": "stream-chunker@^1.2.8",
|
|
"_id": "stream-chunker@1.2.8",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-6zryyK7lJWzedvCh/qhjSDNtBPc=",
|
|
"_location": "/stream-chunker",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "stream-chunker@^1.2.8",
|
|
"name": "stream-chunker",
|
|
"escapedName": "stream-chunker",
|
|
"rawSpec": "^1.2.8",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.8"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/stream-chunker/-/stream-chunker-1.2.8.tgz",
|
|
"_shasum": "eb3af2c8aee5256cde76f0a1fea86348336d04f7",
|
|
"_spec": "stream-chunker@^1.2.8",
|
|
"_where": "/home/sergiu/linx-audio-simulator",
|
|
"author": {
|
|
"name": "Kristian Lyngbaek"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/klyngbaek/stream-chunker/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"through2": "~2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A transform stream which chunks incoming data into chunkSize byte chunks",
|
|
"devDependencies": {
|
|
"chunky": "~0.0.0",
|
|
"concat-stream": "~1.5.0",
|
|
"coveralls": "^2.11.6",
|
|
"istanbul": "^0.4.2",
|
|
"jshint": "^2.9.1",
|
|
"loremipstream": "~0.0.3 ",
|
|
"tape": "~4.4.0"
|
|
},
|
|
"homepage": "https://github.com/klyngbaek/stream-chunker",
|
|
"keywords": [
|
|
"stream",
|
|
"chunk",
|
|
"chunker",
|
|
"splitter",
|
|
"split",
|
|
"byte",
|
|
"buffer",
|
|
"binary",
|
|
"transform"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "stream-chunker",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/klyngbaek/stream-chunker.git"
|
|
},
|
|
"scripts": {
|
|
"cover": "istanbul cover tape test/*",
|
|
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
|
|
"lint": "jshint **.js",
|
|
"test": "npm run lint && tape test/*"
|
|
},
|
|
"version": "1.2.8"
|
|
}
|