Skip to content

Commit 1fe33f9

Browse files
authored
chore: fix licenses (#527)
* update licenses * removed unused packages * update `yarn.lock` * re add `@types/aws-sdk` bc of old dependency
1 parent 798bdbf commit 1fe33f9

File tree

3 files changed

+25
-49
lines changed

3 files changed

+25
-49
lines changed

LICENSE-3rdparty.csv

Lines changed: 21 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,22 @@
11
Component,Origin,License,Copyright
2-
async-listener,github.com/othiym23/async-listener,BSD-2-Clause,"Copyright (c) 2013-2017, Forrest L Norvell All rights reserved."
3-
async,github.com/caolan/async,MIT,Copyright (c) 2010-2014 Caolan McMahon
4-
atomic-batcher,github.com/mafintosh/atomic-batcher,MIT,Copyright (c) 2016 Mathias Buus
5-
aws-lambda-nodejs-runtime-interface-client,github.com/aws/aws-lambda-nodejs-runtime-interface-client,Apache 2.0,Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
6-
aws-sdk,github.com/aws/aws-sdk-js,Apache-2.0,"Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved."
7-
aws-xray-sdk-core,github.com/aws/aws-xray-sdk-node/tree/master/packages/core,Apache-2.0,"Copyright 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved."
8-
base64-js,github.com/beatgammit/base64-js,MIT,Copyright (c) 2014 Jameson Little
9-
js,github.com/MikeMcl/bignumber.js,MIT,Copyright (c) 2019 Michael Mclaughlin
10-
buffer,github.com/feross/buffer,MIT,"Copyright (c) Feross Aboukhadijeh, and other contributors."
11-
colors,github.com/Marak/colors.js,MIT,Copyright (c) Marak Squires Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com)
12-
continuation-local-storage,github.com/othiym23/node-continuation-local-storage,BSD-2-Clause,"Copyright (c) 2013-2016, Forrest L Norvell <[email protected]> All rights reserved."
13-
cycle,github.com/dscape/cycle,PublicDomain,
14-
datadog-lambda-js,github.com/DataDog/datadog-lambda-js,Apache-2.0,"Copyright 2019 Datadog, Inc."
15-
date-fns,github.com/date-fns/date-fns,MIT,
16-
emitter-listener,github.com/othiym23/emitter-listener,BSD-2-Clause,
17-
err-code,github.com/IndigoUnited/js-err-code,MIT,
18-
events,github.com/Gozala/events,MIT,"Copyright Joyent, Inc. and other Node contributors."
19-
eyes,github.com/cloudhead/eyes.js,MIT,Copyright (c) 2009 cloudhead
20-
ieee754,github.com/feross/ieee754,BSD-3-Clause,"Copyright (c) 2008, Fair Oaks Labs, Inc. All rights reserved."
21-
isarray,github.com/juliangruber/isarray,MIT,Copyright (c) 2013 Julian Gruber &lt;[email protected]&gt;
22-
isstream,github.com/rvagg/isstream,MIT,Copyright (c) 2015 Rod Vagg
23-
jmespath,github.com/jmespath/jmespath.js,Apache 2.0,Copyright 2014 James Saryerwinnie
24-
lodash,github.com/lodash/lodash,MIT,Copyright JS Foundation and other contributors <https://js.foundation/>
25-
pkginfo,github.com/indexzero/node-pkginfo,MIT,Copyright (c) 2010 Charlie Robbins.
26-
promise-retry,github.com/IndigoUnited/node-promise-retry,MIT,Copyright (c) 2014 IndigoUnited
27-
punycode,github.com/bestiejs/punycode.js,MIT,Copyright Mathias Bynens <https://mathiasbynens.be/>
28-
querystring,github.com/Gozala/querystring,MIT,Copyright 2012 Irakli Gozalishvili. All rights reserved.
29-
retry,github.com/tim-kos/node-retry,MIT,Copyright (c) 2011: Tim Koschützki ([email protected]) Felix Geisendörfer ([email protected])
30-
sax,github.com/isaacs/sax-js,ISC,Copyright (c) Isaac Z. Schlueter and Contributors
31-
semver,github.com/npm/node-semver,ISC,Copyright (c) Isaac Z. Schlueter and Contributors
32-
shimmer,github.com/othiym23/shimmer,BSD-2-Clause,"Copyright (c) 2013-2019, Forrest L Norvell All rights reserved."
33-
stack-trace,github.com/felixge/node-stack-trace,MIT,Copyright (c) 2011 Felix Geisendörfer ([email protected])
34-
url,github.com/defunctzombie/node-url,MIT,"Copyright Joyent, Inc. and other Node contributors."
35-
uuid,github.com/kelektiv/node-uuid,MIT,Copyright (c) 2010-2016 Robert Kieffer and other contributors
36-
winston,github.com/winstonjs/winston,MIT,Copyright (c) 2010 Charlie Robbins
37-
xml2js,github.com/Leonidas-from-XIV/node-xml2js,MIT,"Copyright 2010, 2011, 2012, 2013. All rights reserved."
38-
xmlbuilder,github.com/oozcitak/xmlbuilder-js,MIT,Copyright (c) 2013 Ozgur Ozcitak
2+
@aws-sdk/client-kms,dev,Apache-2.0,"Copyright 2018-2024 Amazon.com, Inc. or its affiliates."
3+
@types/aws-lambda,dev,MIT,Copyright (c) James Darbyshire and contributors
4+
@types/jest,dev,MIT,Copyright Microsoft Corporation
5+
@types/mock-fs,dev,MIT,Copyright (c) Wim Looman and contributors
6+
@types/node,dev,MIT,Copyright Microsoft Corporation.
7+
@types/promise-retry,dev,MIT,Copyright (c) Jamie Birch
8+
@types/shimmer,dev,MIT,Copyright (c) Kelvin Jin
9+
dd-trace,dev,Apache-2.0,Copyright 2016-Present Datadog Inc.
10+
jest,dev,MIT,"Copyright (c) Facebook, Inc. and its affiliates."
11+
mock-fs,dev,MIT,Copyright Tim Schaub.
12+
nock,dev,MIT,Copyright (c) 2011-2019 Pedro Teixeira and other contributors
13+
prettier,dev,MIT,Copyright (c) James Long and contributors
14+
ts-jest,dev,MIT,Copyright (c) 2016-2018 Kulshekhar Kabra
15+
tslint,dev,Apache-2.0,"Copyright 2013-2019 Palantir Technologies, Inc."
16+
typescript,dev,Apache-2.0,Copyright (c) Microsoft Corporation.
17+
dc-polyfill,import,MIT,"Copyright (c) 2023 Datadog, Inc."
18+
hot-shots,import,MIT,Copyright 2011 Steve Ivy. All rights reserved.
19+
promise-retry,import,MIT,Copyright (c) 2014 IndigoUnited
20+
serialize-error,import,MIT,Copyright (c) Sindre Sorhus <[email protected]> (https://sindresorhus.com)
21+
shimmer,import,BSD-2-Clause,"Copyright (c) 2013-2019, Forrest L Norvell"
22+
ts-md5,import,MIT,Copyright (c) 2020 Place Technology

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"@types/aws-sdk": "^2.7.0",
2626
"@types/jest": "^26.0.23",
2727
"@types/mock-fs": "4.13.0",
28-
"@types/nock": "^11.1.0",
2928
"@types/node": "^15.6.1",
3029
"@types/promise-retry": "^1.1.3",
3130
"@types/shimmer": "^1.0.1",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,13 +1576,6 @@
15761576
dependencies:
15771577
"@types/node" "*"
15781578

1579-
"@types/nock@^11.1.0":
1580-
version "11.1.0"
1581-
resolved "https://registry.yarnpkg.com/@types/nock/-/nock-11.1.0.tgz#0a8c1056a31ba32a959843abccf99626dd90a538"
1582-
integrity sha512-jI/ewavBQ7X5178262JQR0ewicPAcJhXS/iFaNJl0VHLfyosZ/kwSrsa6VNQNSO8i9d8SqdRgOtZSOKJ/+iNMw==
1583-
dependencies:
1584-
nock "*"
1585-
15861579
"@types/node@*", "@types/node@>=13.7.0":
15871580
version "20.11.30"
15881581
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
@@ -1740,9 +1733,9 @@ available-typed-arrays@^1.0.7:
17401733
possible-typed-array-names "^1.0.0"
17411734

17421735
aws-sdk@*:
1743-
version "2.1586.0"
1744-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1586.0.tgz#27b0370c700b67d64846434cf5ca9f9c59081145"
1745-
integrity sha512-s1wLXA6NVKOmiEocMo8ZJLFtWy/lb0LJhFvH1bTKtQz4KQWNm1DUTgomdtSQvfqW19UQtnUXhdAjyjeeAeGK8g==
1736+
version "2.1589.0"
1737+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1589.0.tgz#b000aff456e2046c45c0d6a5d1e1281c14a7a7fe"
1738+
integrity sha512-Tt3UHH6hoUEAjbCscqvfEAoq9VSTN5iSQO9XSisiiH/QJo8sf+iLCYmfJHM4tVkd92bQH61/xxj9t2Mazwc/WQ==
17461739
dependencies:
17471740
buffer "4.9.2"
17481741
events "1.1.1"
@@ -3388,7 +3381,7 @@ natural-compare@^1.4.0:
33883381
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
33893382
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
33903383

3391-
nock@*, nock@13.5.4:
3384+
33923385
version "13.5.4"
33933386
resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.4.tgz#8918f0addc70a63736170fef7106a9721e0dc479"
33943387
integrity sha512-yAyTfdeNJGGBFxWdzSKCBYxs5FxLbCg5X5Q4ets974hcQzG1+qCxvIyOo4j2Ry6MUlhWVMX4OoYDefAIIwupjw==

0 commit comments

Comments
 (0)