cloudstructs 0.6.11 → 0.6.13
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/.jsii +3 -3
- package/assets/slack-app/provider.lambda/index.js +4 -5
- package/assets/slack-textract/detect.lambda/index.js +4 -5
- package/assets/ssl-server-test/analyze.lambda/index.js +4 -5
- package/lib/codecommit-mirror/index.js +2 -2
- package/lib/ecs-service-roller/index.js +2 -2
- package/lib/email-receiver/receiver.js +1 -1
- package/lib/saml-identity-provider/index.js +2 -2
- package/lib/slack-app/manifest.js +1 -1
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/index.js +1 -1
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/static-website/index.js +1 -1
- package/lib/toolkit-cleaner/index.js +1 -1
- package/lib/url-shortener/index.js +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +62 -2
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/test.d.ts +62 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +62 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/test.d.ts +62 -2
- package/node_modules/@types/cacheable-request/README.md +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +62 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/test.d.ts +62 -2
- package/node_modules/@types/cacheable-request/package.json +5 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +62 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/test.d.ts +62 -2
- package/node_modules/@types/keyv/README.md +16 -3
- package/node_modules/@types/keyv/index.d.ts +90 -0
- package/node_modules/@types/keyv/node_modules/@types/node/LICENSE +21 -0
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +16 -0
- package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +961 -0
- package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +501 -0
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +2258 -0
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +1369 -0
- package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +410 -0
- package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +412 -0
- package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +18 -0
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +3964 -0
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +545 -0
- package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +153 -0
- package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +370 -0
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +659 -0
- package/node_modules/@types/keyv/node_modules/@types/node/dom-events.d.ts +126 -0
- package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +170 -0
- package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +678 -0
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +1138 -0
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +3872 -0
- package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +300 -0
- package/node_modules/@types/keyv/node_modules/@types/node/globals.global.d.ts +1 -0
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +1614 -0
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +2134 -0
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +541 -0
- package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +133 -0
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +2741 -0
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +114 -0
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +869 -0
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +466 -0
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +232 -0
- package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +191 -0
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +625 -0
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +1482 -0
- package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +117 -0
- package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +131 -0
- package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +143 -0
- package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +653 -0
- package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +424 -0
- package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +12 -0
- package/node_modules/@types/keyv/node_modules/@types/node/stream/promises.d.ts +42 -0
- package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +330 -0
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +1340 -0
- package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +374 -0
- package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +68 -0
- package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +94 -0
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +1028 -0
- package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +171 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert.d.ts +961 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/async_hooks.d.ts +501 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/buffer.d.ts +2259 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/child_process.d.ts +1369 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/cluster.d.ts +410 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/console.d.ts +412 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/crypto.d.ts +3964 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dgram.d.ts +545 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +153 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns/promises.d.ts +370 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns.d.ts +659 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dom-events.d.ts +126 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/events.d.ts +678 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs/promises.d.ts +1138 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs.d.ts +3872 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.d.ts +294 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http.d.ts +1614 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http2.d.ts +2134 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/https.d.ts +541 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/index.d.ts +88 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/inspector.d.ts +2741 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/module.d.ts +114 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/net.d.ts +869 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/os.d.ts +466 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/path.d.ts +191 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/perf_hooks.d.ts +625 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/process.d.ts +1482 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/querystring.d.ts +131 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline/promises.d.ts +143 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline.d.ts +653 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/repl.d.ts +424 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/promises.d.ts +42 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/web.d.ts +330 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream.d.ts +1340 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/test.d.ts +374 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers/promises.d.ts +68 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers.d.ts +94 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tls.d.ts +1028 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/trace_events.d.ts +171 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tty.d.ts +206 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/url.d.ts +897 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/util.d.ts +1850 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/v8.d.ts +396 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/vm.d.ts +509 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/wasi.d.ts +158 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/worker_threads.d.ts +689 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
- package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +206 -0
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +897 -0
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +1850 -0
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +396 -0
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +509 -0
- package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +158 -0
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +689 -0
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +517 -0
- package/node_modules/@types/keyv/package.json +25 -5
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +62 -2
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/test.d.ts +62 -2
- package/node_modules/keyv/README.md +23 -1
- package/node_modules/keyv/package.json +9 -8
- package/node_modules/keyv/src/index.d.ts +8 -1
- package/node_modules/keyv/src/index.js +4 -5
- package/package.json +7 -9
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
// Type definitions for keyv 3.1
|
|
2
|
+
// Project: https://github.com/lukechilds/keyv
|
|
3
|
+
// Definitions by: AryloYeung <https://github.com/Arylo>
|
|
4
|
+
// BendingBender <https://github.com/BendingBender>
|
|
5
|
+
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
6
|
+
// TypeScript Version: 2.8
|
|
7
|
+
|
|
8
|
+
/// <reference types="node" />
|
|
9
|
+
import { EventEmitter } from 'events';
|
|
10
|
+
|
|
11
|
+
type WithRequiredProperties<T, K extends keyof T> = T & Required<Pick<T, K>>;
|
|
12
|
+
|
|
13
|
+
declare class Keyv<TValue = any, TOpts extends { [key: string]: any } = {}> extends EventEmitter {
|
|
14
|
+
/**
|
|
15
|
+
* `this.opts` is an object containing at least the properties listed
|
|
16
|
+
* below. However, `Keyv.Options` allows arbitrary properties as well.
|
|
17
|
+
* These properties can be specified as the second type parameter to `Keyv`.
|
|
18
|
+
*/
|
|
19
|
+
opts: WithRequiredProperties<
|
|
20
|
+
Keyv.Options<TValue>,
|
|
21
|
+
'deserialize' | 'namespace' | 'serialize' | 'store' | 'uri'
|
|
22
|
+
> &
|
|
23
|
+
TOpts;
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* @param opts The options object is also passed through to the storage adapter. Check your storage adapter docs for any extra options.
|
|
27
|
+
*/
|
|
28
|
+
constructor(opts?: Keyv.Options<TValue> & TOpts);
|
|
29
|
+
/**
|
|
30
|
+
* @param uri The connection string URI.
|
|
31
|
+
*
|
|
32
|
+
* Merged into the options object as options.uri.
|
|
33
|
+
* @param opts The options object is also passed through to the storage adapter. Check your storage adapter docs for any extra options.
|
|
34
|
+
*/
|
|
35
|
+
constructor(uri?: string, opts?: Keyv.Options<TValue> & TOpts);
|
|
36
|
+
|
|
37
|
+
/** Returns the value. */
|
|
38
|
+
get<TRaw extends boolean = false>(key: string, options?: { raw?: TRaw }):
|
|
39
|
+
Promise<(TRaw extends false
|
|
40
|
+
? TValue
|
|
41
|
+
: Keyv.DeserializedData<TValue>) | undefined>;
|
|
42
|
+
/**
|
|
43
|
+
* Set a value.
|
|
44
|
+
*
|
|
45
|
+
* By default keys are persistent. You can set an expiry TTL in milliseconds.
|
|
46
|
+
*/
|
|
47
|
+
set(key: string, value: TValue, ttl?: number): Promise<true>;
|
|
48
|
+
/**
|
|
49
|
+
* Deletes an entry.
|
|
50
|
+
*
|
|
51
|
+
* Returns `true` if the key existed, `false` if not.
|
|
52
|
+
*/
|
|
53
|
+
delete(key: string): Promise<boolean>;
|
|
54
|
+
/** Delete all entries in the current namespace. */
|
|
55
|
+
clear(): Promise<void>;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
declare namespace Keyv {
|
|
59
|
+
interface Options<TValue> {
|
|
60
|
+
/** Namespace for the current instance. */
|
|
61
|
+
namespace?: string | undefined;
|
|
62
|
+
/** A custom serialization function. */
|
|
63
|
+
serialize?: ((data: DeserializedData<TValue>) => string) | undefined;
|
|
64
|
+
/** A custom deserialization function. */
|
|
65
|
+
deserialize?: ((data: string) => DeserializedData<TValue> | undefined) | undefined;
|
|
66
|
+
/** The connection string URI. */
|
|
67
|
+
uri?: string | undefined;
|
|
68
|
+
/** The storage adapter instance to be used by Keyv. */
|
|
69
|
+
store?: Store<TValue> | undefined;
|
|
70
|
+
/** Default TTL. Can be overridden by specififying a TTL on `.set()`. */
|
|
71
|
+
ttl?: number | undefined;
|
|
72
|
+
/** Specify an adapter to use. e.g `'redis'` or `'mongodb'`. */
|
|
73
|
+
adapter?: 'redis' | 'mongodb' | 'mongo' | 'sqlite' | 'postgresql' | 'postgres' | 'mysql' | undefined;
|
|
74
|
+
|
|
75
|
+
[key: string]: any;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
interface DeserializedData<TValue> {
|
|
79
|
+
value: TValue; expires: number | null;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
interface Store<TValue> {
|
|
83
|
+
get(key: string): TValue | Promise<TValue | undefined> | undefined;
|
|
84
|
+
set(key: string, value: TValue, ttl?: number): any;
|
|
85
|
+
delete(key: string): boolean | Promise<boolean>;
|
|
86
|
+
clear(): void | Promise<void>;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export = Keyv;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Microsoft Corporation.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Installation
|
|
2
|
+
> `npm install --save @types/node`
|
|
3
|
+
|
|
4
|
+
# Summary
|
|
5
|
+
This package contains type definitions for Node.js (https://nodejs.org/).
|
|
6
|
+
|
|
7
|
+
# Details
|
|
8
|
+
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
|
|
9
|
+
|
|
10
|
+
### Additional Details
|
|
11
|
+
* Last updated: Tue, 01 Nov 2022 09:32:58 GMT
|
|
12
|
+
* Dependencies: none
|
|
13
|
+
* Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
|
|
14
|
+
|
|
15
|
+
# Credits
|
|
16
|
+
These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [DefinitelyTyped](https://github.com/DefinitelyTyped), [Alberto Schiabel](https://github.com/jkomyno), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Chigozirim C.](https://github.com/smac89), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nicolas Even](https://github.com/n-e), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Simon Schick](https://github.com/SimonSchick), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [Yongsheng Zhang](https://github.com/ZYSzys), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), and [Matteo Collina](https://github.com/mcollina).
|