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
64
65
66
67
68
69
70
{
  "_from": "stream-connect@^1.0.2",
  "_id": "stream-connect@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-68Kl+79cE0RGKemKkhxTSg8+6AGrqBt+cbZAXevg2iJ6Y3zX4JhA/sZeGzLpxW9cXhmqAcE7KnJCisUmIUfnFQ==",
  "_location": "/stream-connect",
  "_phantomChildren": {
    "typical": "2.6.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "stream-connect@^1.0.2",
    "name": "stream-connect",
    "escapedName": "stream-connect",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/collect-all"
  ],
  "_resolved": "https://registry.npmjs.org/stream-connect/-/stream-connect-1.0.2.tgz",
  "_shasum": "18bc81f2edb35b8b5d9a8009200a985314428a97",
  "_spec": "stream-connect@^1.0.2",
  "_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-connect/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "array-back": "^1.0.2"
  },
  "deprecated": false,
  "description": "Connects an arbitrary number of streams into a single, combined stream",
  "devDependencies": {
    "coveralls": "^2.11.6",
    "jsdoc-to-markdown": "^1.1.1",
    "stream-via": "^0.1.1",
    "tape": "^4.0.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "homepage": "https://github.com/75lb/stream-connect#readme",
  "keywords": [
    "connect",
    "combine",
    "stream",
    "streams",
    "transform"
  ],
  "license": "MIT",
  "main": "./lib/stream-connect.js",
  "name": "stream-connect",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/75lb/stream-connect.git"
  },
  "scripts": {
    "cover": "istanbul cover ./node_modules/.bin/tape test/*.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage; echo",
    "docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
    "test": "tape test/*.js"
  },
  "version": "1.0.2"
}