wzp
2021-05-13 7d694a9113118daec5be7ac224dab46a3b20f106
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
  "_args": [
    [
      {
        "raw": "combined-stream@~1.0.6",
        "scope": null,
        "escapedName": "combined-stream",
        "name": "combined-stream",
        "rawSpec": "~1.0.6",
        "spec": ">=1.0.6 <1.1.0",
        "type": "range"
      },
      "/root/rushmail/node_modules/request"
    ]
  ],
  "_from": "combined-stream@>=1.0.6 <1.1.0",
  "_hasShrinkwrap": false,
  "_id": "combined-stream@1.0.8",
  "_inCache": true,
  "_location": "/combined-stream",
  "_nodeVersion": "11.10.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/combined-stream_1.0.8_1557683385167_0.16390415386060164"
  },
  "_npmUser": {
    "name": "alexindigo",
    "email": "iam@alexindigo.com"
  },
  "_npmVersion": "6.7.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "combined-stream@~1.0.6",
    "scope": null,
    "escapedName": "combined-stream",
    "name": "combined-stream",
    "rawSpec": "~1.0.6",
    "spec": ">=1.0.6 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/form-data",
    "/request"
  ],
  "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  "_shasum": "c3d45a8b34fd730631a110a8a2520682b31d5a7f",
  "_shrinkwrap": null,
  "_spec": "combined-stream@~1.0.6",
  "_where": "/root/rushmail/node_modules/request",
  "author": {
    "name": "Felix Geisendörfer",
    "email": "felix@debuggable.com",
    "url": "http://debuggable.com/"
  },
  "bugs": {
    "url": "https://github.com/felixge/node-combined-stream/issues"
  },
  "dependencies": {
    "delayed-stream": "~1.0.0"
  },
  "description": "A stream that emits multiple other streams one after another.",
  "devDependencies": {
    "far": "~0.0.7"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
    "shasum": "c3d45a8b34fd730631a110a8a2520682b31d5a7f",
    "tarball": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
    "fileCount": 5,
    "unpackedSize": 11514,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2Fy6CRA9TVsSAnZWagAATdgP/jWKhLQFryvRCwoCinwZ\ndUb4hAUSB6aXMAVQWXTkK1udLiIz/LqmbcaUJQEQ3pNaDWWGrDAu9g33CmE2\nnu0spvkbANFO+ofHjP6Iz/ksSxeN4q/w24dcbMoBR8tuLZ+D0W9AgS15a4EF\n3cl13keIvZumC7292r8L8uHgx/1zHqCNBCtEIfIiaq1EsI8mZnfRS+K5mVdV\n3qo0Aqp1lOpfrVOG4dejc+HvN1bbSs6nz/BUilqtF2NmUqxkkrIGBf28DJck\nY7LVMjPRGHnXJkeAHkiLt0Mb6R2nrkBEnhuhxVkTuHVHkP+QRmlIN6ZEOVri\n2FFEPUVLrW/qb3PLUUG6EZLsHwaLX/g1j5Jsl+WdlC4vhSpzfMui+VBYcaG/\ncUMa+i9qKWIBwFMDzcqB/tU1oDFSfeeHw9K4FCnpRUl1nFfww0hqkMMxfXYu\nLrZ6TrbZpmmheUyzm8f5xLVOK4HML3HYgiww3kQ5c/AXMFvGojC7HV0xuiKU\nY9SBRF8Gv2t07GD/nAOj/dF6UlyVWCiToHRlLeHVikpqbgW4DeZ3VWmjtFTY\noU9YhCMxLD9nqkJ5BXVP31y6aFsUDghdD+ovWTZZoDWx00za4RwBXfm2LApQ\nuCw57cAw5NIbTTV3xY9SUnYm0ulV7bxSam6gslwAk4CuQCgyIYeKbkil48jB\nxgxh\r\n=Gn9i\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "gitHead": "5298bece5aba2cf4d2f5ec84c4fc128572c41cee",
  "homepage": "https://github.com/felixge/node-combined-stream",
  "license": "MIT",
  "main": "./lib/combined_stream",
  "maintainers": [
    {
      "name": "alexindigo",
      "email": "iam@alexindigo.com"
    },
    {
      "name": "apechimp",
      "email": "apeherder@gmail.com"
    },
    {
      "name": "celer",
      "email": "dtyree77@gmail.com"
    },
    {
      "name": "felixge",
      "email": "felix@debuggable.com"
    }
  ],
  "name": "combined-stream",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/felixge/node-combined-stream.git"
  },
  "scripts": {
    "test": "node test/run.js"
  },
  "version": "1.0.8"
}