liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
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
{
  "_from": "stream-via@^1.0.4",
  "_id": "stream-via@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-DBp0lSvX5G9KGRDTkR/R+a29H+Wk2xItOF+MpZLLNDWbEV9tGPnqLPxHEYjmiz8xGtJHRIqmI+hCjmNzqoA4nQ==",
  "_location": "/stream-via",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "stream-via@^1.0.4",
    "name": "stream-via",
    "escapedName": "stream-via",
    "rawSpec": "^1.0.4",
    "saveSpec": null,
    "fetchSpec": "^1.0.4"
  },
  "_requiredBy": [
    "/collect-all"
  ],
  "_resolved": "https://registry.npmjs.org/stream-via/-/stream-via-1.0.4.tgz",
  "_shasum": "8dccbb0ac909328eb8bc8e2a4bd3934afdaf606c",
  "_spec": "stream-via@^1.0.4",
  "_where": "/home/l/plc/node-red/node_modules/collect-all",
  "author": {
    "name": "Lloyd Brookes",
    "email": "75pound@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/75lb/stream-via/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "stream-via",
  "devDependencies": {
    "buffer-equal": "^1.0.0",
    "jsdoc-to-markdown": "^3.0.0",
    "tape": "^4.6.3"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "homepage": "https://github.com/75lb/stream-via#readme",
  "keywords": [
    "through",
    "stream",
    "process",
    "chunk",
    "transform"
  ],
  "license": "MIT",
  "main": "./lib/stream-via.js",
  "name": "stream-via",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/75lb/stream-via.git"
  },
  "scripts": {
    "docs": "jsdoc2md -t jsdoc2md/README.hbs --member-index-format list --param-list-format list lib/*.js > README.md; echo",
    "test": "tape test/*.js"
  },
  "version": "1.0.4"
}