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
| {
| "_args": [
| [
| "split@0.3.3",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "split@0.3.3",
| "_id": "split@0.3.3",
| "_inBundle": false,
| "_integrity": "sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=",
| "_location": "/split",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "split@0.3.3",
| "name": "split",
| "escapedName": "split",
| "rawSpec": "0.3.3",
| "saveSpec": null,
| "fetchSpec": "0.3.3"
| },
| "_requiredBy": [
| "/event-stream"
| ],
| "_resolved": "https://registry.npmjs.org/split/-/split-0.3.3.tgz",
| "_spec": "0.3.3",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "Dominic Tarr",
| "email": "dominic.tarr@gmail.com",
| "url": "http://bit.ly/dominictarr"
| },
| "bugs": {
| "url": "https://github.com/dominictarr/split/issues"
| },
| "dependencies": {
| "through": "2"
| },
| "description": "split a Text Stream into a Line Stream",
| "devDependencies": {
| "asynct": "*",
| "event-stream": "~3.0.2",
| "it-is": "1",
| "stream-spec": "~0.2",
| "string-to-stream": "~1.0.0",
| "ubelt": "~2.9"
| },
| "engines": {
| "node": "*"
| },
| "homepage": "http://github.com/dominictarr/split",
| "license": "MIT",
| "name": "split",
| "optionalDependencies": {},
| "repository": {
| "type": "git",
| "url": "git://github.com/dominictarr/split.git"
| },
| "scripts": {
| "test": "asynct test/"
| },
| "version": "0.3.3"
| }
|
|