222
schangxiang@126.com
2025-06-13 6a8393408d8cefcea02b7a598967de8dc1e565c2
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": [
    [
      "split2@2.2.0",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_from": "split2@2.2.0",
  "_id": "split2@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw==",
  "_location": "/split2",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "split2@2.2.0",
    "name": "split2",
    "escapedName": "split2",
    "rawSpec": "2.2.0",
    "saveSpec": null,
    "fetchSpec": "2.2.0"
  },
  "_requiredBy": [
    "/zlogger"
  ],
  "_resolved": "https://registry.npmjs.org/split2/-/split2-2.2.0.tgz",
  "_spec": "2.2.0",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "author": {
    "name": "Matteo Collina",
    "email": "hello@matteocollina.com"
  },
  "bugs": {
    "url": "http://github.com/mcollina/split2/issues"
  },
  "dependencies": {
    "through2": "^2.0.2"
  },
  "description": "split a Text Stream into a Line Stream, using Stream 3",
  "devDependencies": {
    "callback-stream": "^1.1.0",
    "fastbench": "^1.0.0",
    "pre-commit": "^1.1.2",
    "safe-buffer": "^5.1.1",
    "standard": "^10.0.0",
    "tap": "^10.0.0"
  },
  "homepage": "https://github.com/mcollina/split2#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "split2",
  "pre-commit": [
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/split2.git"
  },
  "scripts": {
    "test": "standard && tap -b test.js"
  },
  "version": "2.2.0",
  "website": "https://github.com/mcollina/split2"
}