@@ -4,11 +4,13 @@ Component,Licence,Copyright
4
4
@pollyjs/adapter-node-http,Apache-2.0,
5
5
@pollyjs/core,Apache-2.0,
6
6
@pollyjs/persister-fs,Apache-2.0,
7
+ @types/buffer-from,MIT,Copyright Nat Burns
7
8
@types/chai,MIT,Copyright Microsoft Corporation
8
9
@types/jest,MIT,Copyright Microsoft Corporation
9
10
@types/lodash,MIT,Copyright Microsoft Corporation
10
11
@types/node-fetch,MIT,Copyright Microsoft Corporation
11
12
@types/node,MIT,Copyright Microsoft Corporation
13
+ @types/pako,MIT,Copyright Caleb Eggensperger Muhammet Öztürk
12
14
@types/pollyjs__adapter-node-http,MIT,Copyright Microsoft Corporation
13
15
@types/pollyjs__core,MIT,Copyright Microsoft Corporation
14
16
@types/pollyjs__persister-fs,MIT,Copyright Microsoft Corporation
@@ -18,6 +20,7 @@ Component,Licence,Copyright
18
20
@typescript-eslint/eslint-plugin,MIT,Copyright (c) 2019 TypeScript ESLint and other contributors
19
21
@typescript-eslint/parser,BSD-2-Clause,
20
22
btoa,(MIT OR Apache-2.0),
23
+ buffer-from,MIT,Copyright (c) 2016, 2018 Linus Unnebäck
21
24
chai,MIT,Copyright (c) 2017 Chai.js Assertion Library
22
25
jest,MIT,Copyright (c) Facebook, Inc. and its affiliates.
23
26
ts-jest,MIT,Copyright (c) 2016-2018
@@ -30,6 +33,7 @@ eslint-plugin-unused-imports,MIT,Copyright (c) 2021 Mikkel Holmer
30
33
eslint,MIT,Copyright JS Foundation and other contributors, https://js.foundation
31
34
form-data,MIT,Copyright (c) 2012 Felix Geisendörfer (
[email protected] ) and contributors
32
35
node-fetch,MIT,Copyright (c) 2016 David Frank
36
+ pako,MIT,Copyright (C) 2014-2017 Vitaly Puzrin and Andrei Tuputcyn
33
37
prettier,MIT,Copyright © James Long and contributors
34
38
ts-node,MIT,Copyright (c) 2014 Blake Embrey (
[email protected] )
35
39
typescript,Apache-2.0,Copyright (c) Microsoft Corporation.
0 commit comments