95 lines
2.4 KiB
JSON
95 lines
2.4 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
{
|
||
|
"raw": "slice-stream@>= 1.0.0 < 2",
|
||
|
"scope": null,
|
||
|
"escapedName": "slice-stream",
|
||
|
"name": "slice-stream",
|
||
|
"rawSpec": ">= 1.0.0 < 2",
|
||
|
"spec": ">=1.0.0 <2.0.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"C:\\Users\\ryuki\\TheDesk\\app\\node_modules\\pullstream"
|
||
|
]
|
||
|
],
|
||
|
"_from": "slice-stream@>=1.0.0 <2.0.0",
|
||
|
"_id": "slice-stream@1.0.0",
|
||
|
"_inCache": true,
|
||
|
"_location": "/slice-stream",
|
||
|
"_npmUser": {
|
||
|
"name": "evanoxfeld",
|
||
|
"email": "eoxfeld@gmail.com"
|
||
|
},
|
||
|
"_npmVersion": "1.4.21",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"raw": "slice-stream@>= 1.0.0 < 2",
|
||
|
"scope": null,
|
||
|
"escapedName": "slice-stream",
|
||
|
"name": "slice-stream",
|
||
|
"rawSpec": ">= 1.0.0 < 2",
|
||
|
"spec": ">=1.0.0 <2.0.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/pullstream"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/slice-stream/-/slice-stream-1.0.0.tgz",
|
||
|
"_shasum": "5b33bd66f013b1a7f86460b03d463dec39ad3ea0",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "slice-stream@>= 1.0.0 < 2",
|
||
|
"_where": "C:\\Users\\ryuki\\TheDesk\\app\\node_modules\\pullstream",
|
||
|
"author": {
|
||
|
"name": "Evan Oxfeld",
|
||
|
"email": "eoxfeld@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/EvanOxfeld/slice-stream/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"readable-stream": "~1.0.31"
|
||
|
},
|
||
|
"description": "Pipe data through a stream until some fixed length is reached, then callback.",
|
||
|
"devDependencies": {
|
||
|
"stream-buffers": ">= 0.2.4 < 1",
|
||
|
"tap": ">= 0.4.0 < 1"
|
||
|
},
|
||
|
"directories": {
|
||
|
"example": "examples",
|
||
|
"test": "test"
|
||
|
},
|
||
|
"dist": {
|
||
|
"shasum": "5b33bd66f013b1a7f86460b03d463dec39ad3ea0",
|
||
|
"tarball": "https://registry.npmjs.org/slice-stream/-/slice-stream-1.0.0.tgz"
|
||
|
},
|
||
|
"gitHead": "9054cbab67c2e71ab9241dbe88401c786b270f8e",
|
||
|
"homepage": "https://github.com/EvanOxfeld/slice-stream",
|
||
|
"keywords": [
|
||
|
"slice",
|
||
|
"fixed",
|
||
|
"length",
|
||
|
"stream",
|
||
|
"split"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "slicestream.js",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "evanoxfeld",
|
||
|
"email": "eoxfeld@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"name": "slice-stream",
|
||
|
"optionalDependencies": {},
|
||
|
"readme": "ERROR: No README data found!",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/EvanOxfeld/slice-stream.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tap ./test/*.js"
|
||
|
},
|
||
|
"version": "1.0.0"
|
||
|
}
|