newrelic 7.1.2 → 7.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NEWS.md +97 -0
- package/THIRD_PARTY_NOTICES.md +33 -2
- package/bin/test-naming-rules.js +4 -4
- package/index.js +4 -2
- package/lib/agent.js +4 -0
- package/lib/collector/api.js +45 -18
- package/lib/collector/facts.js +22 -8
- package/lib/collector/http-agents.js +20 -7
- package/lib/collector/remote-method.js +32 -9
- package/lib/config/index.js +48 -39
- package/lib/feature_flags.js +6 -2
- package/lib/grpc/connection.js +39 -15
- package/lib/instrumentation/core/async_hooks.js +101 -14
- package/lib/instrumentation/core/http.js +5 -0
- package/lib/instrumentation/core/timers.js +6 -1
- package/lib/metrics/names.js +7 -1
- package/lib/shim/shim.js +6 -1
- package/lib/spans/create-span-event-aggregator.js +1 -0
- package/lib/spans/span-event.js +6 -3
- package/lib/spans/streaming-span-event.js +6 -3
- package/lib/transaction/index.js +36 -0
- package/newrelic.js +1 -1
- package/package.json +19 -7
- package/CONTRIBUTING.md +0 -135
- package/Migration Guide.md +0 -271
- package/ROADMAP_Node.md +0 -24
- package/SECURITY.md +0 -5
- package/THIRD_PARTY_NOTICES_ADDENDUM.md +0 -213
- package/bin/ca-gen.js +0 -91
- package/bin/cassandra-setup.sh +0 -11
- package/bin/check-workflow-run.js +0 -74
- package/bin/clean.sh +0 -18
- package/bin/compare-bench-results.js +0 -172
- package/bin/create-release.js +0 -74
- package/bin/docker-env-vars.sh +0 -15
- package/bin/docker-services.sh +0 -49
- package/bin/generate-release-notes.js +0 -126
- package/bin/github.js +0 -119
- package/bin/publish-docs.sh +0 -16
- package/bin/run-bench.js +0 -137
- package/bin/run-versioned-tests.sh +0 -32
- package/bin/smoke.sh +0 -8
- package/bin/ssl.sh +0 -87
- package/bin/travis-install-gcc5.sh +0 -13
- package/bin/travis-install-mongo.sh +0 -16
- package/bin/travis-node.sh +0 -57
- package/bin/travis-setup.sh +0 -52
- package/bin/update-ca-bundle.sh +0 -20
- package/bin/update-cats.sh +0 -8
- package/bin/update-changelog-version.js +0 -68
- package/jsdoc-conf.json +0 -18
- package/third_party_manifest.json +0 -619
|
@@ -1,619 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"lastUpdated": "Tue Feb 23 2021 13:40:18 GMT-0800 (Pacific Standard Time)",
|
|
3
|
-
"projectName": "New Relic Node Agent",
|
|
4
|
-
"projectUrl": "https://github.com/newrelic/node-newrelic",
|
|
5
|
-
"includeDev": true,
|
|
6
|
-
"dependencies": {
|
|
7
|
-
"@grpc/grpc-js@1.2.5": {
|
|
8
|
-
"name": "@grpc/grpc-js",
|
|
9
|
-
"version": "1.2.5",
|
|
10
|
-
"range": "^1.2.5",
|
|
11
|
-
"licenses": "Apache-2.0",
|
|
12
|
-
"repoUrl": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",
|
|
13
|
-
"versionedRepoUrl": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/tree/v1.2.5",
|
|
14
|
-
"licenseFile": "node_modules/@grpc/grpc-js/LICENSE",
|
|
15
|
-
"licenseUrl": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js/blob/v1.2.5/LICENSE",
|
|
16
|
-
"licenseTextSource": "file",
|
|
17
|
-
"publisher": "Google Inc."
|
|
18
|
-
},
|
|
19
|
-
"@grpc/proto-loader@0.5.5": {
|
|
20
|
-
"name": "@grpc/proto-loader",
|
|
21
|
-
"version": "0.5.5",
|
|
22
|
-
"range": "^0.5.5",
|
|
23
|
-
"licenses": "Apache-2.0",
|
|
24
|
-
"repoUrl": "https://github.com/grpc/grpc-node",
|
|
25
|
-
"versionedRepoUrl": "https://github.com/grpc/grpc-node/tree/v0.5.5",
|
|
26
|
-
"licenseFile": "node_modules/@grpc/proto-loader/LICENSE",
|
|
27
|
-
"licenseUrl": "https://github.com/grpc/grpc-node/blob/v0.5.5/LICENSE",
|
|
28
|
-
"licenseTextSource": "file",
|
|
29
|
-
"publisher": "Google Inc."
|
|
30
|
-
},
|
|
31
|
-
"@newrelic/aws-sdk@3.1.0": {
|
|
32
|
-
"name": "@newrelic/aws-sdk",
|
|
33
|
-
"version": "3.1.0",
|
|
34
|
-
"range": "^3.1.0",
|
|
35
|
-
"licenses": "Apache-2.0",
|
|
36
|
-
"repoUrl": "https://github.com/newrelic/node-newrelic-aws-sdk",
|
|
37
|
-
"versionedRepoUrl": "https://github.com/newrelic/node-newrelic-aws-sdk/tree/v3.1.0",
|
|
38
|
-
"licenseFile": "node_modules/@newrelic/aws-sdk/LICENSE",
|
|
39
|
-
"licenseUrl": "https://github.com/newrelic/node-newrelic-aws-sdk/blob/v3.1.0/LICENSE",
|
|
40
|
-
"licenseTextSource": "file",
|
|
41
|
-
"publisher": "New Relic Node.js agent team",
|
|
42
|
-
"email": "nodejs@newrelic.com"
|
|
43
|
-
},
|
|
44
|
-
"@newrelic/koa@5.0.0": {
|
|
45
|
-
"name": "@newrelic/koa",
|
|
46
|
-
"version": "5.0.0",
|
|
47
|
-
"range": "^5.0.0",
|
|
48
|
-
"licenses": "Apache-2.0",
|
|
49
|
-
"repoUrl": "https://github.com/newrelic/node-newrelic-koa",
|
|
50
|
-
"versionedRepoUrl": "https://github.com/newrelic/node-newrelic-koa/tree/v5.0.0",
|
|
51
|
-
"licenseFile": "node_modules/@newrelic/koa/LICENSE",
|
|
52
|
-
"licenseUrl": "https://github.com/newrelic/node-newrelic-koa/blob/v5.0.0/LICENSE",
|
|
53
|
-
"licenseTextSource": "file",
|
|
54
|
-
"publisher": "New Relic Node.js agent team",
|
|
55
|
-
"email": "nodejs@newrelic.com"
|
|
56
|
-
},
|
|
57
|
-
"@newrelic/superagent@4.0.0": {
|
|
58
|
-
"name": "@newrelic/superagent",
|
|
59
|
-
"version": "4.0.0",
|
|
60
|
-
"range": "^4.0.0",
|
|
61
|
-
"licenses": "Apache-2.0",
|
|
62
|
-
"repoUrl": "https://github.com/newrelic/node-newrelic-superagent",
|
|
63
|
-
"versionedRepoUrl": "https://github.com/newrelic/node-newrelic-superagent/tree/v4.0.0",
|
|
64
|
-
"licenseFile": "node_modules/@newrelic/superagent/LICENSE",
|
|
65
|
-
"licenseUrl": "https://github.com/newrelic/node-newrelic-superagent/blob/v4.0.0/LICENSE",
|
|
66
|
-
"licenseTextSource": "file",
|
|
67
|
-
"publisher": "New Relic Node.js Agent Team",
|
|
68
|
-
"email": "nodejs@newrelic.com"
|
|
69
|
-
},
|
|
70
|
-
"@tyriar/fibonacci-heap@2.0.9": {
|
|
71
|
-
"name": "@tyriar/fibonacci-heap",
|
|
72
|
-
"version": "2.0.9",
|
|
73
|
-
"range": "^2.0.7",
|
|
74
|
-
"licenses": "MIT",
|
|
75
|
-
"repoUrl": "https://github.com/gwtw/ts-fibonacci-heap",
|
|
76
|
-
"versionedRepoUrl": "https://github.com/gwtw/ts-fibonacci-heap/tree/v2.0.9",
|
|
77
|
-
"licenseFile": "node_modules/@tyriar/fibonacci-heap/LICENSE",
|
|
78
|
-
"licenseUrl": "https://github.com/gwtw/ts-fibonacci-heap/blob/v2.0.9/LICENSE",
|
|
79
|
-
"licenseTextSource": "file",
|
|
80
|
-
"publisher": "Daniel Imms",
|
|
81
|
-
"url": "http://www.growingwiththeweb.com"
|
|
82
|
-
},
|
|
83
|
-
"async@3.2.0": {
|
|
84
|
-
"name": "async",
|
|
85
|
-
"version": "3.2.0",
|
|
86
|
-
"range": "^3.2.0",
|
|
87
|
-
"licenses": "MIT",
|
|
88
|
-
"repoUrl": "https://github.com/caolan/async",
|
|
89
|
-
"versionedRepoUrl": "https://github.com/caolan/async/tree/v3.2.0",
|
|
90
|
-
"licenseFile": "node_modules/async/LICENSE",
|
|
91
|
-
"licenseUrl": "https://github.com/caolan/async/blob/v3.2.0/LICENSE",
|
|
92
|
-
"licenseTextSource": "file",
|
|
93
|
-
"publisher": "Caolan McMahon"
|
|
94
|
-
},
|
|
95
|
-
"concat-stream@2.0.0": {
|
|
96
|
-
"name": "concat-stream",
|
|
97
|
-
"version": "2.0.0",
|
|
98
|
-
"range": "^2.0.0",
|
|
99
|
-
"licenses": "MIT",
|
|
100
|
-
"repoUrl": "https://github.com/maxogden/concat-stream",
|
|
101
|
-
"versionedRepoUrl": "https://github.com/maxogden/concat-stream/tree/v2.0.0",
|
|
102
|
-
"licenseFile": "node_modules/concat-stream/LICENSE",
|
|
103
|
-
"licenseUrl": "https://github.com/maxogden/concat-stream/blob/v2.0.0/LICENSE",
|
|
104
|
-
"licenseTextSource": "file",
|
|
105
|
-
"publisher": "Max Ogden",
|
|
106
|
-
"email": "max@maxogden.com"
|
|
107
|
-
},
|
|
108
|
-
"https-proxy-agent@4.0.0": {
|
|
109
|
-
"name": "https-proxy-agent",
|
|
110
|
-
"version": "4.0.0",
|
|
111
|
-
"range": "^4.0.0",
|
|
112
|
-
"licenses": "MIT",
|
|
113
|
-
"repoUrl": "https://github.com/TooTallNate/node-https-proxy-agent",
|
|
114
|
-
"versionedRepoUrl": "https://github.com/TooTallNate/node-https-proxy-agent/tree/v4.0.0",
|
|
115
|
-
"licenseFile": "node_modules/https-proxy-agent/README.md",
|
|
116
|
-
"licenseUrl": "https://github.com/TooTallNate/node-https-proxy-agent/blob/v4.0.0/README.md",
|
|
117
|
-
"licenseTextSource": "spdx",
|
|
118
|
-
"publisher": "Nathan Rajlich",
|
|
119
|
-
"email": "nathan@tootallnate.net",
|
|
120
|
-
"url": "http://n8.io/"
|
|
121
|
-
},
|
|
122
|
-
"json-stringify-safe@5.0.1": {
|
|
123
|
-
"name": "json-stringify-safe",
|
|
124
|
-
"version": "5.0.1",
|
|
125
|
-
"range": "^5.0.0",
|
|
126
|
-
"licenses": "ISC",
|
|
127
|
-
"repoUrl": "https://github.com/isaacs/json-stringify-safe",
|
|
128
|
-
"versionedRepoUrl": "https://github.com/isaacs/json-stringify-safe/tree/v5.0.1",
|
|
129
|
-
"licenseFile": "node_modules/json-stringify-safe/LICENSE",
|
|
130
|
-
"licenseUrl": "https://github.com/isaacs/json-stringify-safe/blob/v5.0.1/LICENSE",
|
|
131
|
-
"licenseTextSource": "file",
|
|
132
|
-
"publisher": "Isaac Z. Schlueter",
|
|
133
|
-
"email": "i@izs.me",
|
|
134
|
-
"url": "http://blog.izs.me"
|
|
135
|
-
},
|
|
136
|
-
"readable-stream@3.6.0": {
|
|
137
|
-
"name": "readable-stream",
|
|
138
|
-
"version": "3.6.0",
|
|
139
|
-
"range": "^3.6.0",
|
|
140
|
-
"licenses": "MIT",
|
|
141
|
-
"repoUrl": "https://github.com/nodejs/readable-stream",
|
|
142
|
-
"versionedRepoUrl": "https://github.com/nodejs/readable-stream/tree/v3.6.0",
|
|
143
|
-
"licenseFile": "node_modules/readable-stream/LICENSE",
|
|
144
|
-
"licenseUrl": "https://github.com/nodejs/readable-stream/blob/v3.6.0/LICENSE",
|
|
145
|
-
"licenseTextSource": "file"
|
|
146
|
-
},
|
|
147
|
-
"semver@5.7.1": {
|
|
148
|
-
"name": "semver",
|
|
149
|
-
"version": "5.7.1",
|
|
150
|
-
"range": "^5.3.0",
|
|
151
|
-
"licenses": "ISC",
|
|
152
|
-
"repoUrl": "https://github.com/npm/node-semver",
|
|
153
|
-
"versionedRepoUrl": "https://github.com/npm/node-semver/tree/v5.7.1",
|
|
154
|
-
"licenseFile": "node_modules/semver/LICENSE",
|
|
155
|
-
"licenseUrl": "https://github.com/npm/node-semver/blob/v5.7.1/LICENSE",
|
|
156
|
-
"licenseTextSource": "file"
|
|
157
|
-
}
|
|
158
|
-
},
|
|
159
|
-
"devDependencies": {
|
|
160
|
-
"@newrelic/proxy@2.0.0": {
|
|
161
|
-
"name": "@newrelic/proxy",
|
|
162
|
-
"version": "2.0.0",
|
|
163
|
-
"range": "^2.0.0",
|
|
164
|
-
"licenses": "MIT",
|
|
165
|
-
"repoUrl": "https://github.com/newrelic/proxy",
|
|
166
|
-
"versionedRepoUrl": "https://github.com/newrelic/proxy/tree/v2.0.0",
|
|
167
|
-
"licenseFile": "node_modules/@newrelic/proxy/README.md",
|
|
168
|
-
"licenseUrl": "https://github.com/newrelic/proxy/blob/v2.0.0/README.md",
|
|
169
|
-
"licenseTextSource": "spdx",
|
|
170
|
-
"publisher": "Nathan Rajlich",
|
|
171
|
-
"email": "nathan@tootallnate.net",
|
|
172
|
-
"url": "http://n8.io/"
|
|
173
|
-
},
|
|
174
|
-
"@newrelic/test-utilities@5.0.0": {
|
|
175
|
-
"name": "@newrelic/test-utilities",
|
|
176
|
-
"version": "5.0.0",
|
|
177
|
-
"range": "^5.0.0",
|
|
178
|
-
"licenses": "Apache-2.0",
|
|
179
|
-
"repoUrl": "https://github.com/newrelic/node-test-utilities",
|
|
180
|
-
"versionedRepoUrl": "https://github.com/newrelic/node-test-utilities/tree/v5.0.0",
|
|
181
|
-
"licenseFile": "node_modules/@newrelic/test-utilities/LICENSE",
|
|
182
|
-
"licenseUrl": "https://github.com/newrelic/node-test-utilities/blob/v5.0.0/LICENSE",
|
|
183
|
-
"licenseTextSource": "file",
|
|
184
|
-
"publisher": "New Relic Node.js agent team",
|
|
185
|
-
"email": "nodejs@newrelic.com"
|
|
186
|
-
},
|
|
187
|
-
"@octokit/rest@18.0.15": {
|
|
188
|
-
"name": "@octokit/rest",
|
|
189
|
-
"version": "18.0.15",
|
|
190
|
-
"range": "^18.0.15",
|
|
191
|
-
"licenses": "MIT",
|
|
192
|
-
"repoUrl": "https://github.com/octokit/rest.js",
|
|
193
|
-
"versionedRepoUrl": "https://github.com/octokit/rest.js/tree/v18.0.15",
|
|
194
|
-
"licenseFile": "node_modules/@octokit/rest/LICENSE",
|
|
195
|
-
"licenseUrl": "https://github.com/octokit/rest.js/blob/v18.0.15/LICENSE",
|
|
196
|
-
"licenseTextSource": "file"
|
|
197
|
-
},
|
|
198
|
-
"JSV@4.0.2": {
|
|
199
|
-
"name": "JSV",
|
|
200
|
-
"version": "4.0.2",
|
|
201
|
-
"range": "~4.0.2",
|
|
202
|
-
"licenses": "FreeBSD",
|
|
203
|
-
"repoUrl": "https://github.com/garycourt/JSV",
|
|
204
|
-
"versionedRepoUrl": "https://github.com/garycourt/JSV/tree/v4.0.2",
|
|
205
|
-
"licenseFile": "node_modules/JSV/README.md",
|
|
206
|
-
"licenseUrl": "https://github.com/garycourt/JSV/tree/v4.0.2#license",
|
|
207
|
-
"licenseTextSource": "UNKNOWN",
|
|
208
|
-
"publisher": "Gary Court",
|
|
209
|
-
"email": "gary.court@gmail.com",
|
|
210
|
-
"FOR_REVIEW": [
|
|
211
|
-
"Unable to determine source for license text."
|
|
212
|
-
]
|
|
213
|
-
},
|
|
214
|
-
"architect@0.1.13": {
|
|
215
|
-
"name": "architect",
|
|
216
|
-
"version": "0.1.13",
|
|
217
|
-
"range": "*",
|
|
218
|
-
"licenses": "MIT",
|
|
219
|
-
"repoUrl": "https://github.com/c9/architect",
|
|
220
|
-
"versionedRepoUrl": "https://github.com/c9/architect/tree/v0.1.13",
|
|
221
|
-
"licenseFile": "node_modules/architect/LICENSE",
|
|
222
|
-
"licenseUrl": "https://github.com/c9/architect/blob/v0.1.13/LICENSE",
|
|
223
|
-
"licenseTextSource": "file",
|
|
224
|
-
"publisher": "ajax.org B.V.",
|
|
225
|
-
"email": "info@ajax.org"
|
|
226
|
-
},
|
|
227
|
-
"benchmark@2.1.4": {
|
|
228
|
-
"name": "benchmark",
|
|
229
|
-
"version": "2.1.4",
|
|
230
|
-
"range": "^2.1.4",
|
|
231
|
-
"licenses": "MIT",
|
|
232
|
-
"repoUrl": "https://github.com/bestiejs/benchmark.js",
|
|
233
|
-
"versionedRepoUrl": "https://github.com/bestiejs/benchmark.js/tree/v2.1.4",
|
|
234
|
-
"licenseFile": "node_modules/benchmark/LICENSE",
|
|
235
|
-
"licenseUrl": "https://github.com/bestiejs/benchmark.js/blob/v2.1.4/LICENSE",
|
|
236
|
-
"licenseTextSource": "file",
|
|
237
|
-
"publisher": "Mathias Bynens",
|
|
238
|
-
"email": "mathias@qiwi.be",
|
|
239
|
-
"url": "https://mathiasbynens.be/"
|
|
240
|
-
},
|
|
241
|
-
"bluebird@3.7.1": {
|
|
242
|
-
"name": "bluebird",
|
|
243
|
-
"version": "3.7.1",
|
|
244
|
-
"range": "^3.4.7",
|
|
245
|
-
"licenses": "MIT",
|
|
246
|
-
"repoUrl": "https://github.com/petkaantonov/bluebird",
|
|
247
|
-
"versionedRepoUrl": "https://github.com/petkaantonov/bluebird/tree/v3.7.1",
|
|
248
|
-
"licenseFile": "node_modules/bluebird/LICENSE",
|
|
249
|
-
"licenseUrl": "https://github.com/petkaantonov/bluebird/blob/v3.7.1/LICENSE",
|
|
250
|
-
"licenseTextSource": "file",
|
|
251
|
-
"publisher": "Petka Antonov",
|
|
252
|
-
"email": "petka_antonov@hotmail.com",
|
|
253
|
-
"url": "http://github.com/petkaantonov/"
|
|
254
|
-
},
|
|
255
|
-
"chai@4.2.0": {
|
|
256
|
-
"name": "chai",
|
|
257
|
-
"version": "4.2.0",
|
|
258
|
-
"range": "^4.1.2",
|
|
259
|
-
"licenses": "MIT",
|
|
260
|
-
"repoUrl": "https://github.com/chaijs/chai",
|
|
261
|
-
"versionedRepoUrl": "https://github.com/chaijs/chai/tree/v4.2.0",
|
|
262
|
-
"licenseFile": "node_modules/chai/LICENSE",
|
|
263
|
-
"licenseUrl": "https://github.com/chaijs/chai/blob/v4.2.0/LICENSE",
|
|
264
|
-
"licenseTextSource": "file",
|
|
265
|
-
"publisher": "Jake Luer",
|
|
266
|
-
"email": "jake@alogicalparadox.com"
|
|
267
|
-
},
|
|
268
|
-
"eslint@6.8.0": {
|
|
269
|
-
"name": "eslint",
|
|
270
|
-
"version": "6.8.0",
|
|
271
|
-
"range": "^6.8.0",
|
|
272
|
-
"licenses": "MIT",
|
|
273
|
-
"repoUrl": "https://github.com/eslint/eslint",
|
|
274
|
-
"versionedRepoUrl": "https://github.com/eslint/eslint/tree/v6.8.0",
|
|
275
|
-
"licenseFile": "node_modules/eslint/LICENSE",
|
|
276
|
-
"licenseUrl": "https://github.com/eslint/eslint/blob/v6.8.0/LICENSE",
|
|
277
|
-
"licenseTextSource": "file",
|
|
278
|
-
"publisher": "Nicholas C. Zakas",
|
|
279
|
-
"email": "nicholas+npm@nczconsulting.com"
|
|
280
|
-
},
|
|
281
|
-
"express@4.17.1": {
|
|
282
|
-
"name": "express",
|
|
283
|
-
"version": "4.17.1",
|
|
284
|
-
"range": "*",
|
|
285
|
-
"licenses": "MIT",
|
|
286
|
-
"repoUrl": "https://github.com/expressjs/express",
|
|
287
|
-
"versionedRepoUrl": "https://github.com/expressjs/express/tree/v4.17.1",
|
|
288
|
-
"licenseFile": "node_modules/express/LICENSE",
|
|
289
|
-
"licenseUrl": "https://github.com/expressjs/express/blob/v4.17.1/LICENSE",
|
|
290
|
-
"licenseTextSource": "file",
|
|
291
|
-
"publisher": "TJ Holowaychuk",
|
|
292
|
-
"email": "tj@vision-media.ca"
|
|
293
|
-
},
|
|
294
|
-
"fastify@2.14.1": {
|
|
295
|
-
"name": "fastify",
|
|
296
|
-
"version": "2.14.1",
|
|
297
|
-
"range": "^2.14.1",
|
|
298
|
-
"licenses": "MIT",
|
|
299
|
-
"repoUrl": "https://github.com/fastify/fastify",
|
|
300
|
-
"versionedRepoUrl": "https://github.com/fastify/fastify/tree/v2.14.1",
|
|
301
|
-
"licenseFile": "node_modules/fastify/LICENSE",
|
|
302
|
-
"licenseUrl": "https://github.com/fastify/fastify/blob/v2.14.1/LICENSE",
|
|
303
|
-
"licenseTextSource": "file",
|
|
304
|
-
"publisher": "Matteo Collina",
|
|
305
|
-
"email": "hello@matteocollina.com"
|
|
306
|
-
},
|
|
307
|
-
"generic-pool@3.7.1": {
|
|
308
|
-
"name": "generic-pool",
|
|
309
|
-
"version": "3.7.1",
|
|
310
|
-
"range": "^3.6.1",
|
|
311
|
-
"licenses": "MIT",
|
|
312
|
-
"repoUrl": "https://github.com/coopernurse/node-pool",
|
|
313
|
-
"versionedRepoUrl": "https://github.com/coopernurse/node-pool/tree/v3.7.1",
|
|
314
|
-
"licenseFile": "node_modules/generic-pool/README.md",
|
|
315
|
-
"licenseUrl": "https://github.com/coopernurse/node-pool/blob/v3.7.1/README.md",
|
|
316
|
-
"licenseTextSource": "spdx",
|
|
317
|
-
"publisher": "James Cooper",
|
|
318
|
-
"email": "james@bitmechanic.com"
|
|
319
|
-
},
|
|
320
|
-
"glob@7.1.6": {
|
|
321
|
-
"name": "glob",
|
|
322
|
-
"version": "7.1.6",
|
|
323
|
-
"range": "^7.1.2",
|
|
324
|
-
"licenses": "ISC",
|
|
325
|
-
"repoUrl": "https://github.com/isaacs/node-glob",
|
|
326
|
-
"versionedRepoUrl": "https://github.com/isaacs/node-glob/tree/v7.1.6",
|
|
327
|
-
"licenseFile": "node_modules/glob/LICENSE",
|
|
328
|
-
"licenseUrl": "https://github.com/isaacs/node-glob/blob/v7.1.6/LICENSE",
|
|
329
|
-
"licenseTextSource": "file",
|
|
330
|
-
"publisher": "Isaac Z. Schlueter",
|
|
331
|
-
"email": "i@izs.me",
|
|
332
|
-
"url": "http://blog.izs.me/"
|
|
333
|
-
},
|
|
334
|
-
"got@8.3.2": {
|
|
335
|
-
"name": "got",
|
|
336
|
-
"version": "8.3.2",
|
|
337
|
-
"range": "^8.0.1",
|
|
338
|
-
"licenses": "MIT",
|
|
339
|
-
"repoUrl": "https://github.com/sindresorhus/got",
|
|
340
|
-
"versionedRepoUrl": "https://github.com/sindresorhus/got/tree/v8.3.2",
|
|
341
|
-
"licenseFile": "node_modules/got/license",
|
|
342
|
-
"licenseUrl": "https://github.com/sindresorhus/got/blob/v8.3.2/license",
|
|
343
|
-
"licenseTextSource": "file"
|
|
344
|
-
},
|
|
345
|
-
"http-errors@1.7.3": {
|
|
346
|
-
"name": "http-errors",
|
|
347
|
-
"version": "1.7.3",
|
|
348
|
-
"range": "^1.7.3",
|
|
349
|
-
"licenses": "MIT",
|
|
350
|
-
"repoUrl": "https://github.com/jshttp/http-errors",
|
|
351
|
-
"versionedRepoUrl": "https://github.com/jshttp/http-errors/tree/v1.7.3",
|
|
352
|
-
"licenseFile": "node_modules/http-errors/LICENSE",
|
|
353
|
-
"licenseUrl": "https://github.com/jshttp/http-errors/blob/v1.7.3/LICENSE",
|
|
354
|
-
"licenseTextSource": "file",
|
|
355
|
-
"publisher": "Jonathan Ong",
|
|
356
|
-
"email": "me@jongleberry.com",
|
|
357
|
-
"url": "http://jongleberry.com"
|
|
358
|
-
},
|
|
359
|
-
"jsdoc@3.6.3": {
|
|
360
|
-
"name": "jsdoc",
|
|
361
|
-
"version": "3.6.3",
|
|
362
|
-
"range": "^3.6.3",
|
|
363
|
-
"licenses": "Apache-2.0",
|
|
364
|
-
"repoUrl": "https://github.com/jsdoc/jsdoc",
|
|
365
|
-
"versionedRepoUrl": "https://github.com/jsdoc/jsdoc/tree/v3.6.3",
|
|
366
|
-
"licenseFile": "node_modules/jsdoc/LICENSE.md",
|
|
367
|
-
"licenseUrl": "https://github.com/jsdoc/jsdoc/blob/v3.6.3/LICENSE.md",
|
|
368
|
-
"licenseTextSource": "file",
|
|
369
|
-
"publisher": "Michael Mathews",
|
|
370
|
-
"email": "micmath@gmail.com"
|
|
371
|
-
},
|
|
372
|
-
"memcached@2.2.2": {
|
|
373
|
-
"name": "memcached",
|
|
374
|
-
"version": "2.2.2",
|
|
375
|
-
"range": ">=0.2.8",
|
|
376
|
-
"licenses": "MIT",
|
|
377
|
-
"repoUrl": "https://github.com/3rd-Eden/node-memcached",
|
|
378
|
-
"versionedRepoUrl": "https://github.com/3rd-Eden/node-memcached/tree/v2.2.2",
|
|
379
|
-
"licenseFile": "node_modules/memcached/LICENSE",
|
|
380
|
-
"licenseUrl": "https://github.com/3rd-Eden/node-memcached/blob/v2.2.2/LICENSE",
|
|
381
|
-
"licenseTextSource": "file",
|
|
382
|
-
"publisher": "Arnout Kazemier"
|
|
383
|
-
},
|
|
384
|
-
"minami@1.2.3": {
|
|
385
|
-
"name": "minami",
|
|
386
|
-
"version": "1.2.3",
|
|
387
|
-
"range": "^1.1.1",
|
|
388
|
-
"licenses": "Apache-2.0",
|
|
389
|
-
"repoUrl": "https://github.com/Nijikokun/minami",
|
|
390
|
-
"versionedRepoUrl": "https://github.com/Nijikokun/minami/tree/v1.2.3",
|
|
391
|
-
"licenseFile": "node_modules/minami/LICENSE",
|
|
392
|
-
"licenseUrl": "https://github.com/Nijikokun/minami/blob/v1.2.3/LICENSE",
|
|
393
|
-
"licenseTextSource": "file",
|
|
394
|
-
"publisher": "Nijiko Yonskai",
|
|
395
|
-
"email": "nijikokun@gmail.com"
|
|
396
|
-
},
|
|
397
|
-
"mongodb@3.3.4": {
|
|
398
|
-
"name": "mongodb",
|
|
399
|
-
"version": "3.3.4",
|
|
400
|
-
"range": "^3.3.3",
|
|
401
|
-
"licenses": "Apache-2.0",
|
|
402
|
-
"repoUrl": "https://github.com/mongodb/node-mongodb-native",
|
|
403
|
-
"versionedRepoUrl": "https://github.com/mongodb/node-mongodb-native/tree/v3.3.4",
|
|
404
|
-
"licenseFile": "node_modules/mongodb/LICENSE.md",
|
|
405
|
-
"licenseUrl": "https://github.com/mongodb/node-mongodb-native/blob/v3.3.4/LICENSE.md",
|
|
406
|
-
"licenseTextSource": "file"
|
|
407
|
-
},
|
|
408
|
-
"mysql@2.17.1": {
|
|
409
|
-
"name": "mysql",
|
|
410
|
-
"version": "2.17.1",
|
|
411
|
-
"range": "*",
|
|
412
|
-
"licenses": "MIT",
|
|
413
|
-
"repoUrl": "https://github.com/mysqljs/mysql",
|
|
414
|
-
"versionedRepoUrl": "https://github.com/mysqljs/mysql/tree/v2.17.1",
|
|
415
|
-
"licenseFile": "node_modules/mysql/License",
|
|
416
|
-
"licenseUrl": "https://github.com/mysqljs/mysql/blob/v2.17.1/License",
|
|
417
|
-
"licenseTextSource": "file",
|
|
418
|
-
"publisher": "Felix Geisendörfer",
|
|
419
|
-
"email": "felix@debuggable.com",
|
|
420
|
-
"url": "http://debuggable.com/"
|
|
421
|
-
},
|
|
422
|
-
"nock@11.8.0": {
|
|
423
|
-
"name": "nock",
|
|
424
|
-
"version": "11.8.0",
|
|
425
|
-
"range": "11.8.0",
|
|
426
|
-
"licenses": "MIT",
|
|
427
|
-
"repoUrl": "https://github.com/nock/nock",
|
|
428
|
-
"versionedRepoUrl": "https://github.com/nock/nock/tree/v11.8.0",
|
|
429
|
-
"licenseFile": "node_modules/nock/LICENSE",
|
|
430
|
-
"licenseUrl": "https://github.com/nock/nock/blob/v11.8.0/LICENSE",
|
|
431
|
-
"licenseTextSource": "file",
|
|
432
|
-
"publisher": "Pedro Teixeira",
|
|
433
|
-
"email": "pedro.teixeira@gmail.com"
|
|
434
|
-
},
|
|
435
|
-
"proxyquire@1.8.0": {
|
|
436
|
-
"name": "proxyquire",
|
|
437
|
-
"version": "1.8.0",
|
|
438
|
-
"range": "^1.8.0",
|
|
439
|
-
"licenses": "MIT",
|
|
440
|
-
"repoUrl": "https://github.com/thlorenz/proxyquire",
|
|
441
|
-
"versionedRepoUrl": "https://github.com/thlorenz/proxyquire/tree/v1.8.0",
|
|
442
|
-
"licenseFile": "node_modules/proxyquire/LICENSE",
|
|
443
|
-
"licenseUrl": "https://github.com/thlorenz/proxyquire/blob/v1.8.0/LICENSE",
|
|
444
|
-
"licenseTextSource": "file",
|
|
445
|
-
"publisher": "Thorsten Lorenz"
|
|
446
|
-
},
|
|
447
|
-
"q@1.5.1": {
|
|
448
|
-
"name": "q",
|
|
449
|
-
"version": "1.5.1",
|
|
450
|
-
"range": "*",
|
|
451
|
-
"licenses": "MIT",
|
|
452
|
-
"repoUrl": "https://github.com/kriskowal/q",
|
|
453
|
-
"versionedRepoUrl": "https://github.com/kriskowal/q/tree/v1.5.1",
|
|
454
|
-
"licenseFile": "node_modules/q/LICENSE",
|
|
455
|
-
"licenseUrl": "https://github.com/kriskowal/q/blob/v1.5.1/LICENSE",
|
|
456
|
-
"licenseTextSource": "file",
|
|
457
|
-
"publisher": "Kris Kowal",
|
|
458
|
-
"email": "kris@cixar.com",
|
|
459
|
-
"url": "https://github.com/kriskowal"
|
|
460
|
-
},
|
|
461
|
-
"redis@1.0.0": {
|
|
462
|
-
"name": "redis",
|
|
463
|
-
"version": "1.0.0",
|
|
464
|
-
"range": "^1.0.0",
|
|
465
|
-
"licenses": "MIT",
|
|
466
|
-
"repoUrl": "https://github.com/mranney/node_redis",
|
|
467
|
-
"versionedRepoUrl": "https://github.com/mranney/node_redis/tree/v1.0.0",
|
|
468
|
-
"licenseFile": "node_modules/redis/README.md",
|
|
469
|
-
"licenseUrl": "https://github.com/mranney/node_redis/blob/v1.0.0/README.md",
|
|
470
|
-
"licenseTextSource": "spdx",
|
|
471
|
-
"publisher": "Matt Ranney",
|
|
472
|
-
"email": "mjr@ranney.com"
|
|
473
|
-
},
|
|
474
|
-
"request@2.88.0": {
|
|
475
|
-
"name": "request",
|
|
476
|
-
"version": "2.88.0",
|
|
477
|
-
"range": "^2.88.0",
|
|
478
|
-
"licenses": "Apache-2.0",
|
|
479
|
-
"repoUrl": "https://github.com/request/request",
|
|
480
|
-
"versionedRepoUrl": "https://github.com/request/request/tree/v2.88.0",
|
|
481
|
-
"licenseFile": "node_modules/request/LICENSE",
|
|
482
|
-
"licenseUrl": "https://github.com/request/request/blob/v2.88.0/LICENSE",
|
|
483
|
-
"licenseTextSource": "file",
|
|
484
|
-
"publisher": "Mikeal Rogers",
|
|
485
|
-
"email": "mikeal.rogers@gmail.com"
|
|
486
|
-
},
|
|
487
|
-
"request@2.88.2": {
|
|
488
|
-
"name": "request",
|
|
489
|
-
"version": "2.88.2",
|
|
490
|
-
"range": "^2.88.0",
|
|
491
|
-
"licenses": "Apache-2.0",
|
|
492
|
-
"repoUrl": "https://github.com/request/request",
|
|
493
|
-
"versionedRepoUrl": "https://github.com/request/request/tree/v2.88.2",
|
|
494
|
-
"licenseFile": "node_modules/coveralls/node_modules/request/LICENSE",
|
|
495
|
-
"licenseUrl": "https://github.com/request/request/blob/v2.88.2/LICENSE",
|
|
496
|
-
"licenseTextSource": "file",
|
|
497
|
-
"publisher": "Mikeal Rogers",
|
|
498
|
-
"email": "mikeal.rogers@gmail.com"
|
|
499
|
-
},
|
|
500
|
-
"restify@8.4.0": {
|
|
501
|
-
"name": "restify",
|
|
502
|
-
"version": "8.4.0",
|
|
503
|
-
"range": "^8.4.0",
|
|
504
|
-
"licenses": "MIT",
|
|
505
|
-
"repoUrl": "https://github.com/restify/node-restify",
|
|
506
|
-
"versionedRepoUrl": "https://github.com/restify/node-restify/tree/v8.4.0",
|
|
507
|
-
"licenseFile": "node_modules/restify/LICENSE",
|
|
508
|
-
"licenseUrl": "https://github.com/restify/node-restify/blob/v8.4.0/LICENSE",
|
|
509
|
-
"licenseTextSource": "file",
|
|
510
|
-
"publisher": "Mark Cavage",
|
|
511
|
-
"email": "mcavage@gmail.com"
|
|
512
|
-
},
|
|
513
|
-
"rimraf@2.6.3": {
|
|
514
|
-
"name": "rimraf",
|
|
515
|
-
"version": "2.6.3",
|
|
516
|
-
"range": "^2.6.3",
|
|
517
|
-
"licenses": "ISC",
|
|
518
|
-
"repoUrl": "https://github.com/isaacs/rimraf",
|
|
519
|
-
"versionedRepoUrl": "https://github.com/isaacs/rimraf/tree/v2.6.3",
|
|
520
|
-
"licenseFile": "node_modules/flat-cache/node_modules/rimraf/LICENSE",
|
|
521
|
-
"licenseUrl": "https://github.com/isaacs/rimraf/blob/v2.6.3/LICENSE",
|
|
522
|
-
"licenseTextSource": "file",
|
|
523
|
-
"publisher": "Isaac Z. Schlueter",
|
|
524
|
-
"email": "i@izs.me",
|
|
525
|
-
"url": "http://blog.izs.me/"
|
|
526
|
-
},
|
|
527
|
-
"rimraf@2.7.1": {
|
|
528
|
-
"name": "rimraf",
|
|
529
|
-
"version": "2.7.1",
|
|
530
|
-
"range": "^2.6.3",
|
|
531
|
-
"licenses": "ISC",
|
|
532
|
-
"repoUrl": "https://github.com/isaacs/rimraf",
|
|
533
|
-
"versionedRepoUrl": "https://github.com/isaacs/rimraf/tree/v2.7.1",
|
|
534
|
-
"licenseFile": "node_modules/rimraf/LICENSE",
|
|
535
|
-
"licenseUrl": "https://github.com/isaacs/rimraf/blob/v2.7.1/LICENSE",
|
|
536
|
-
"licenseTextSource": "file",
|
|
537
|
-
"publisher": "Isaac Z. Schlueter",
|
|
538
|
-
"email": "i@izs.me",
|
|
539
|
-
"url": "http://blog.izs.me/"
|
|
540
|
-
},
|
|
541
|
-
"should@13.2.3": {
|
|
542
|
-
"name": "should",
|
|
543
|
-
"version": "13.2.3",
|
|
544
|
-
"range": "*",
|
|
545
|
-
"licenses": "MIT",
|
|
546
|
-
"repoUrl": "https://github.com/shouldjs/should.js",
|
|
547
|
-
"versionedRepoUrl": "https://github.com/shouldjs/should.js/tree/v13.2.3",
|
|
548
|
-
"licenseFile": "node_modules/should/LICENSE",
|
|
549
|
-
"licenseUrl": "https://github.com/shouldjs/should.js/blob/v13.2.3/LICENSE",
|
|
550
|
-
"licenseTextSource": "file",
|
|
551
|
-
"publisher": "TJ Holowaychuk",
|
|
552
|
-
"email": "tj@vision-media.ca"
|
|
553
|
-
},
|
|
554
|
-
"sinon@4.5.0": {
|
|
555
|
-
"name": "sinon",
|
|
556
|
-
"version": "4.5.0",
|
|
557
|
-
"range": "^4.5.0",
|
|
558
|
-
"licenses": "BSD-3-Clause",
|
|
559
|
-
"repoUrl": "https://github.com/sinonjs/sinon",
|
|
560
|
-
"versionedRepoUrl": "https://github.com/sinonjs/sinon/tree/v4.5.0",
|
|
561
|
-
"licenseFile": "node_modules/sinon/LICENSE",
|
|
562
|
-
"licenseUrl": "https://github.com/sinonjs/sinon/blob/v4.5.0/LICENSE",
|
|
563
|
-
"licenseTextSource": "file",
|
|
564
|
-
"publisher": "Christian Johansen"
|
|
565
|
-
},
|
|
566
|
-
"tap@14.10.8": {
|
|
567
|
-
"name": "tap",
|
|
568
|
-
"version": "14.10.8",
|
|
569
|
-
"range": "^14.10.8",
|
|
570
|
-
"licenses": "ISC",
|
|
571
|
-
"repoUrl": "https://github.com/tapjs/node-tap",
|
|
572
|
-
"versionedRepoUrl": "https://github.com/tapjs/node-tap/tree/v14.10.8",
|
|
573
|
-
"licenseFile": "node_modules/tap/LICENSE",
|
|
574
|
-
"licenseUrl": "https://github.com/tapjs/node-tap/blob/v14.10.8/LICENSE",
|
|
575
|
-
"licenseTextSource": "file",
|
|
576
|
-
"publisher": "Isaac Z. Schlueter",
|
|
577
|
-
"email": "i@izs.me",
|
|
578
|
-
"url": "http://blog.izs.me"
|
|
579
|
-
},
|
|
580
|
-
"temp@0.8.4": {
|
|
581
|
-
"name": "temp",
|
|
582
|
-
"version": "0.8.4",
|
|
583
|
-
"range": "^0.8.1",
|
|
584
|
-
"licenses": "MIT",
|
|
585
|
-
"repoUrl": "https://github.com/bruce/node-temp",
|
|
586
|
-
"versionedRepoUrl": "https://github.com/bruce/node-temp/tree/v0.8.4",
|
|
587
|
-
"licenseFile": "node_modules/temp/LICENSE",
|
|
588
|
-
"licenseUrl": "https://github.com/bruce/node-temp/blob/v0.8.4/LICENSE",
|
|
589
|
-
"licenseTextSource": "file",
|
|
590
|
-
"publisher": "Bruce Williams",
|
|
591
|
-
"email": "brwcodes@gmail.com"
|
|
592
|
-
},
|
|
593
|
-
"through@2.3.8": {
|
|
594
|
-
"name": "through",
|
|
595
|
-
"version": "2.3.8",
|
|
596
|
-
"range": "^2.3.6",
|
|
597
|
-
"licenses": "MIT",
|
|
598
|
-
"repoUrl": "https://github.com/dominictarr/through",
|
|
599
|
-
"versionedRepoUrl": "https://github.com/dominictarr/through/tree/v2.3.8",
|
|
600
|
-
"licenseFile": "node_modules/through/LICENSE.MIT",
|
|
601
|
-
"licenseUrl": "https://github.com/dominictarr/through/blob/v2.3.8/LICENSE.MIT",
|
|
602
|
-
"licenseTextSource": "file",
|
|
603
|
-
"publisher": "Dominic Tarr",
|
|
604
|
-
"email": "dominic.tarr@gmail.com",
|
|
605
|
-
"url": "dominictarr.com"
|
|
606
|
-
},
|
|
607
|
-
"when@3.7.8": {
|
|
608
|
-
"name": "when",
|
|
609
|
-
"version": "3.7.8",
|
|
610
|
-
"range": "*",
|
|
611
|
-
"licenses": "MIT",
|
|
612
|
-
"repoUrl": "https://github.com/cujojs/when",
|
|
613
|
-
"versionedRepoUrl": "https://github.com/cujojs/when/tree/v3.7.8",
|
|
614
|
-
"licenseFile": "node_modules/when/LICENSE.txt",
|
|
615
|
-
"licenseUrl": "https://github.com/cujojs/when/blob/v3.7.8/LICENSE.txt",
|
|
616
|
-
"licenseTextSource": "file"
|
|
617
|
-
}
|
|
618
|
-
}
|
|
619
|
-
}
|