forked from aws-observability/aws-otel-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
THIRD-PARTY
269 lines (225 loc) · 9.02 KB
/
THIRD-PARTY
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
# Dependency Licenses
### To generate licenses use the following npm dependency:
### npm install --save @wbmnky/license-report-generator
### Run the package in each package.json file and compile into required THIRD-PARTY licensing txt
-------------------
### @opentelemetry/api
* **URL:** https://github.com/open-telemetry/opentelemetry-js#readme
* **Version:** 0.10.2
* **License:** Apache-2.0
* **Description:** Public API for OpenTelemetry
### @opentelemetry/core
* **URL:** https://github.com/open-telemetry/opentelemetry-js#readme
* **Version:** 0.10.2
* **License:** Apache-2.0
* **Description:** OpenTelemetry Core provides default and no-op implementations of the OpenTelemetry types for trace and metrics
### @types/mocha
* **URL:** https://github.com/DefinitelyTyped/DefinitelyTyped#readme
* **Version:** 7.0.2
* **License:** MIT
* **Description:** TypeScript definitions for mocha
### @types/node
* **URL:** https://github.com/DefinitelyTyped/DefinitelyTyped#readme
* **Version:** 12.12.47
* **License:** MIT
* **Description:** TypeScript definitions for Node.js
### @types/sinon
* **URL:** https://github.com/DefinitelyTyped/DefinitelyTyped#readme
* **Version:** 9.0.4
* **License:** MIT
* **Description:** TypeScript definitions for Sinon
### @types/webpack-env
* **URL:** https://github.com/DefinitelyTyped/DefinitelyTyped#readme
* **Version:** 1.15.2
* **License:** MIT
* **Description:** TypeScript definitions for webpack (module API)
### codecov
* **URL:** https://github.com/codecov/codecov-node
* **Version:** 3.7.1
* **License:** MIT
* **Description:** Uploading report to Codecov: https://codecov.io
### gts
* **URL:** https://github.com/google/gts#readme
* **Version:** 2.0.2
* **License:** Apache-2.0
* **Description:** Google TypeScript Style
### istanbul-instrumenter-loader
* **URL:** https://github.com/webpack-contrib/istanbul-instrumenter-loader
* **Version:** 3.0.1
* **License:** MIT
* **Description:** Istanbul instrumenter loader for webpack
### karma
* **URL:** http://karma-runner.github.io/
* **Version:** 5.1.0
* **License:** MIT
* **Description:** Spectacular Test Runner for JavaScript.
### karma-chrome-launcher
* **URL:** https://github.com/karma-runner/karma-chrome-launcher#readme
* **Version:** 3.1.0
* **License:** MIT
* **Description:** A Karma plugin. Launcher for Chrome and Chrome Canary.
### karma-coverage-istanbul-reporter
* **URL:** https://github.com/mattlewis92/karma-coverage-istanbul-reporter#readme
* **Version:** 3.0.3
* **License:** MIT
* **Description:** A karma reporter that uses the latest istanbul 1.x APIs (with full sourcemap support) to report coverage.
### karma-mocha
* **URL:** https://github.com/karma-runner/karma-mocha#readme
* **Version:** 2.0.1
* **License:** MIT
* **Description:** A Karma plugin. Adapter for Mocha testing framework.
### karma-spec-reporter
* **URL:** https://github.com/mlex/karma-spec-reporter#readme
* **Version:** 0.0.32
* **License:** MIT
* **Description:** A Karma plugin. Report all spec-results to console (like mocha's spec reporter).
### karma-webpack
* **URL:** https://github.com/webpack-contrib/karma-webpack
* **Version:** 4.0.2
* **License:** MIT
* **Description:** Use webpack with karma
### mocha
* **URL:** https://mochajs.org/
* **Version:** 6.2.3
* **License:** MIT
* **Description:** simple, flexible, fun test framework
### nyc
* **URL:** https://istanbul.js.org/
* **Version:** 15.1.0
* **License:** ISC
* **Description:** the Istanbul command line interface
### rimraf
* **URL:** https://github.com/isaacs/rimraf#readme
* **Version:** 3.0.2
* **License:** ISC
* **Description:** A deep deletion module for node (like `rm -rf`)
### sinon
* **URL:** https://sinonjs.org/
* **Version:** 9.0.2
* **License:** BSD-3-Clause
* **Description:** JavaScript test spies, stubs and mocks.
### ts-loader
* **URL:** https://github.com/TypeStrong/ts-loader
* **Version:** 8.0.0
* **License:** MIT
* **Description:** TypeScript loader for webpack
### ts-mocha
* **URL:** https://github.com/piotrwitek/ts-mocha#readme
* **Version:** 7.0.0
* **License:** MIT
* **Description:** Mocha thin wrapper that allows running TypeScript tests with TypeScript runtime (ts-node) to get rid of compilation complexity
### ts-node
* **URL:** https://github.com/TypeStrong/ts-node
* **Version:** 8.10.2
* **License:** MIT
* **Description:** TypeScript execution environment and REPL for node.js, with source map support
### tslint-consistent-codestyle
* **URL:** https://github.com/ajafff/tslint-consistent-codestyle#readme
* **Version:** 1.16.0
* **License:** MIT
* **Description:** Additional rules to enforce constistent code style with tslint
### tslint-microsoft-contrib
* **URL:** https://github.com/Microsoft/tslint-microsoft-contrib#readme
* **Version:** 6.2.0
* **License:** MIT
* **Description:** TSLint Rules for Microsoft
### typescript
* **URL:** https://www.typescriptlang.org/
* **Version:** 3.9.6
* **License:** Apache-2.0
* **Description:** TypeScript is a language for application scale JavaScript development
### webpack
* **URL:** https://github.com/webpack/webpack
* **Version:** 4.43.0
* **License:** MIT
* **Description:** Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
### @commitlint/cli
* **URL:** https://github.com/conventional-changelog/commitlint#readme
* **Version:** 9.1.1
* **License:** MIT
* **Description:** Lint your commit messages
### @commitlint/config-conventional
* **URL:** https://github.com/conventional-changelog/commitlint#readme
* **Version:** 9.1.1
* **License:** MIT
* **Description:** Shareable commitlint config enforcing conventional commits
### @octetstream/promisify
* **URL:** https://github.com/octet-stream/promisify#readme
* **Version:** 2.0.2
* **License:** MIT
* **Description:** Tiny, dependency free promisify library.
### @typescript-eslint/eslint-plugin
* **URL:** https://github.com/typescript-eslint/typescript-eslint#readme
* **Version:** 3.7.1
* **License:** MIT
* **Description:** TypeScript plugin for ESLint
### @typescript-eslint/parser
* **URL:** https://github.com/typescript-eslint/typescript-eslint#readme
* **Version:** 3.7.1
* **License:** BSD-2-Clause
* **Description:** An ESLint custom parser which leverages TypeScript ESTree
### beautify-benchmark
* **URL:** https://github.com/Fishrock123/beautify-benchmark
* **Version:** 0.2.4
* **License:** MIT
* **Description:** Beautify Benchmark.js's output into readable form.
### benchmark
* **URL:** https://benchmarkjs.com/
* **Version:** 2.1.4
* **License:** MIT
* **Description:** A benchmarking library that supports high-resolution timers & returns statistically significant results.
### eslint
* **URL:** https://eslint.org
* **Version:** 7.5.0
* **License:** MIT
* **Description:** An AST-based pattern checker for JavaScript.
### eslint-config-airbnb-base
* **URL:** https://github.com/airbnb/javascript
* **Version:** 14.2.0
* **License:** MIT
* **Description:** Airbnb's base JS ESLint config, following our styleguide
### eslint-plugin-header
* **URL:** https://github.com/Stuk/eslint-plugin-header#readme
* **Version:** 3.0.0
* **License:** MIT
* **Description:** ESLint plugin to ensure that files begin with given comment
### eslint-plugin-import
* **URL:** https://github.com/benmosher/eslint-plugin-import
* **Version:** 2.22.0
* **License:** MIT
* **Description:** Import with sanity.
### gh-pages
* **URL:** https://github.com/tschaub/gh-pages
* **Version:** 3.1.0
* **License:** MIT
* **Description:** Publish to a gh-pages branch on GitHub (or any other branch on any other remote)
### gts
* **URL:** https://github.com/google/gts#readme
* **Version:** 2.0.2
* **License:** Apache-2.0
* **Description:** Google TypeScript Style
### husky
* **URL:** https://github.com/typicode/husky#readme
* **Version:** 4.2.5
* **License:** MIT
* **Description:** Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)
### lerna
* **URL:** https://github.com/lerna/lerna#readme
* **Version:** 3.22.1
* **License:** MIT
* **Description:** A tool for managing JavaScript projects with multiple packages.
### lerna-changelog
* **URL:** https://github.com/lerna/lerna-changelog#readme
* **Version:** 1.0.1
* **License:** MIT
* **Description:** Generate a changelog for a lerna monorepo
### markdownlint-cli
* **URL:** https://github.com/igorshubovych/markdownlint-cli#readme
* **Version:** 0.23.2
* **License:** MIT
* **Description:** MarkdownLint Command Line Interface
### typescript
* **URL:** https://www.typescriptlang.org/
* **Version:** 3.9.7
* **License:** Apache-2.0
* **Description:** TypeScript is a language for application scale JavaScript development