1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
| {
| "_args": [
| [
| "slice-stream@1.0.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "slice-stream@1.0.0",
| "_id": "slice-stream@1.0.0",
| "_inBundle": false,
| "_integrity": "sha1-WzO9ZvATsaf4ZGCwPUY97DmtPqA=",
| "_location": "/slice-stream",
| "_phantomChildren": {
| "core-util-is": "1.0.2",
| "inherits": "2.0.3",
| "isarray": "0.0.1",
| "string_decoder": "0.10.31"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "slice-stream@1.0.0",
| "name": "slice-stream",
| "escapedName": "slice-stream",
| "rawSpec": "1.0.0",
| "saveSpec": null,
| "fetchSpec": "1.0.0"
| },
| "_requiredBy": [
| "/pullstream"
| ],
| "_resolved": "https://registry.npmjs.org/slice-stream/-/slice-stream-1.0.0.tgz",
| "_spec": "1.0.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "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"
| },
| "gitHead": "9054cbab67c2e71ab9241dbe88401c786b270f8e",
| "homepage": "https://github.com/EvanOxfeld/slice-stream#readme",
| "keywords": [
| "slice",
| "fixed",
| "length",
| "stream",
| "split"
| ],
| "license": "MIT",
| "main": "slicestream.js",
| "name": "slice-stream",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/EvanOxfeld/slice-stream.git"
| },
| "scripts": {
| "test": "tap ./test/*.js"
| },
| "version": "1.0.0"
| }
|
|