@segment/actions-core 3.6.1 → 3.8.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/dist/cjs/destination-kit/fields-to-jsonschema.d.ts +6 -1
- package/dist/cjs/destination-kit/fields-to-jsonschema.js +4 -6
- package/dist/cjs/destination-kit/fields-to-jsonschema.js.map +1 -1
- package/dist/esm/destination-kit/fields-to-jsonschema.d.ts +6 -1
- package/dist/esm/destination-kit/fields-to-jsonschema.js +4 -6
- package/dist/esm/destination-kit/fields-to-jsonschema.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { JSONSchema4 } from 'json-schema';
|
|
2
2
|
import type { InputField, GlobalSetting, Optional } from './types';
|
|
3
3
|
export declare type MinimalInputField = Optional<InputField, 'description'> | Optional<GlobalSetting, 'description'>;
|
|
4
|
-
export declare
|
|
4
|
+
export declare type MinimalFields = Record<string, MinimalInputField>;
|
|
5
|
+
interface SchemaOptions {
|
|
6
|
+
tsType?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare function fieldsToJsonSchema(fields?: MinimalFields, options?: SchemaOptions): JSONSchema4;
|
|
9
|
+
export {};
|
|
@@ -13,7 +13,7 @@ function toJsonSchemaType(type) {
|
|
|
13
13
|
return type;
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
function fieldsToJsonSchema(fields = {}) {
|
|
16
|
+
function fieldsToJsonSchema(fields = {}, options) {
|
|
17
17
|
const required = [];
|
|
18
18
|
const properties = {};
|
|
19
19
|
for (const [key, field] of Object.entries(fields)) {
|
|
@@ -27,7 +27,9 @@ function fieldsToJsonSchema(fields = {}) {
|
|
|
27
27
|
};
|
|
28
28
|
if (field.type === 'datetime') {
|
|
29
29
|
schema.format = 'date-like';
|
|
30
|
-
|
|
30
|
+
if (options?.tsType) {
|
|
31
|
+
schema.tsType = 'string | number';
|
|
32
|
+
}
|
|
31
33
|
}
|
|
32
34
|
else if (field.type === 'password') {
|
|
33
35
|
schema.format = 'password';
|
|
@@ -35,10 +37,6 @@ function fieldsToJsonSchema(fields = {}) {
|
|
|
35
37
|
else if (field.type === 'text') {
|
|
36
38
|
schema.format = 'text';
|
|
37
39
|
}
|
|
38
|
-
if ('dynamic' in field && field.dynamic) {
|
|
39
|
-
schema.autocomplete = true;
|
|
40
|
-
schema.dynamic = true;
|
|
41
|
-
}
|
|
42
40
|
if ('allowNull' in field && field.allowNull) {
|
|
43
41
|
schema.type = [].concat(schemaType, 'null');
|
|
44
42
|
if (typeof schema.tsType === 'string' && !schema.tsType.includes('null')) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fields-to-jsonschema.js","sourceRoot":"","sources":["../../../src/destination-kit/fields-to-jsonschema.ts"],"names":[],"mappings":";;;AAGA,SAAS,gBAAgB,CAAC,IAAmB;IAC3C,QAAQ,IAAI,EAAE;QACZ,KAAK,QAAQ,CAAC;QACd,KAAK,MAAM,CAAC;QACZ,KAAK,UAAU;YACb,OAAO,QAAQ,CAAA;QACjB,KAAK,UAAU;YACb,OAAO,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAA;QAC7B;YACE,OAAO,IAAI,CAAA;KACd;AACH,CAAC;
|
|
1
|
+
{"version":3,"file":"fields-to-jsonschema.js","sourceRoot":"","sources":["../../../src/destination-kit/fields-to-jsonschema.ts"],"names":[],"mappings":";;;AAGA,SAAS,gBAAgB,CAAC,IAAmB;IAC3C,QAAQ,IAAI,EAAE;QACZ,KAAK,QAAQ,CAAC;QACd,KAAK,MAAM,CAAC;QACZ,KAAK,UAAU;YACb,OAAO,QAAQ,CAAA;QACjB,KAAK,UAAU;YACb,OAAO,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAA;QAC7B;YACE,OAAO,IAAI,CAAA;KACd;AACH,CAAC;AAUD,SAAgB,kBAAkB,CAAC,SAAwB,EAAE,EAAE,OAAuB;IACpF,MAAM,QAAQ,GAAa,EAAE,CAAA;IAC7B,MAAM,UAAU,GAAgC,EAAE,CAAA;IAElD,KAAK,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE;QACjD,MAAM,UAAU,GAAG,gBAAgB,CAAC,KAAK,CAAC,IAAI,CAAC,CAAA;QAE/C,IAAI,MAAM,GAAgB;YACxB,KAAK,EAAE,KAAK,CAAC,KAAK;YAClB,WAAW,EAAE,KAAK,CAAC,WAAW;YAC9B,IAAI,EAAE,UAAU;YAChB,MAAM,EAAE,KAAK,CAAC,MAAM;YACpB,OAAO,EAAE,KAAK,CAAC,OAA0B;SAC1C,CAAA;QAED,IAAI,KAAK,CAAC,IAAI,KAAK,UAAU,EAAE;YAC7B,MAAM,CAAC,MAAM,GAAG,WAAW,CAAA;YAE3B,IAAI,OAAO,EAAE,MAAM,EAAE;gBAEnB,MAAM,CAAC,MAAM,GAAG,iBAAiB,CAAA;aAClC;SACF;aAAM,IAAI,KAAK,CAAC,IAAI,KAAK,UAAU,EAAE;YACpC,MAAM,CAAC,MAAM,GAAG,UAAU,CAAA;SAC3B;aAAM,IAAI,KAAK,CAAC,IAAI,KAAK,MAAM,EAAE;YAChC,MAAM,CAAC,MAAM,GAAG,MAAM,CAAA;SACvB;QAED,IAAI,WAAW,IAAI,KAAK,IAAI,KAAK,CAAC,SAAS,EAAE;YAC3C,MAAM,CAAC,IAAI,GAAI,EAA4B,CAAC,MAAM,CAAC,UAAU,EAAE,MAAM,CAAC,CAAA;YAEtE,IAAI,OAAO,MAAM,CAAC,MAAM,KAAK,QAAQ,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE;gBACxE,MAAM,CAAC,MAAM,IAAI,SAAS,CAAA;aAC3B;SACF;QAED,MAAM,OAAO,GAAG,UAAU,IAAI,KAAK,IAAI,KAAK,CAAC,QAAQ,CAAA;QACrD,IAAI,OAAO,EAAE;YACX,MAAM,CAAC,KAAK,GAAG,EAAE,IAAI,EAAE,UAAU,EAAE,CAAA;YACnC,MAAM,CAAC,IAAI,GAAG,OAAO,CAAA;SACtB;QAED,IAAI,UAAU,KAAK,QAAQ,IAAI,KAAK,CAAC,UAAU,EAAE;YAC/C,IAAI,OAAO,EAAE;gBACX,MAAM,CAAC,KAAK,GAAG,kBAAkB,CAAC,KAAK,CAAC,UAAU,CAAC,CAAA;aACpD;iBAAM;gBACL,MAAM,GAAG,EAAE,GAAG,MAAM,EAAE,GAAG,kBAAkB,CAAC,KAAK,CAAC,UAAU,CAAC,EAAE,CAAA;aAChE;SACF;QAED,UAAU,CAAC,GAAG,CAAC,GAAG,MAAM,CAAA;QAGxB,IAAI,KAAK,CAAC,QAAQ,EAAE;YAClB,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;SACnB;KACF;IAED,OAAO;QACL,OAAO,EAAE,gCAAgC;QACzC,IAAI,EAAE,QAAQ;QACd,oBAAoB,EAAE,KAAK;QAC3B,UAAU;QACV,QAAQ;KACT,CAAA;AACH,CAAC;AAjED,gDAiEC"}
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { JSONSchema4 } from 'json-schema';
|
|
2
2
|
import type { InputField, GlobalSetting, Optional } from './types';
|
|
3
3
|
export declare type MinimalInputField = Optional<InputField, 'description'> | Optional<GlobalSetting, 'description'>;
|
|
4
|
-
export declare
|
|
4
|
+
export declare type MinimalFields = Record<string, MinimalInputField>;
|
|
5
|
+
interface SchemaOptions {
|
|
6
|
+
tsType?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare function fieldsToJsonSchema(fields?: MinimalFields, options?: SchemaOptions): JSONSchema4;
|
|
9
|
+
export {};
|
|
@@ -10,7 +10,7 @@ function toJsonSchemaType(type) {
|
|
|
10
10
|
return type;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
-
export function fieldsToJsonSchema(fields = {}) {
|
|
13
|
+
export function fieldsToJsonSchema(fields = {}, options) {
|
|
14
14
|
const required = [];
|
|
15
15
|
const properties = {};
|
|
16
16
|
for (const [key, field] of Object.entries(fields)) {
|
|
@@ -24,7 +24,9 @@ export function fieldsToJsonSchema(fields = {}) {
|
|
|
24
24
|
};
|
|
25
25
|
if (field.type === 'datetime') {
|
|
26
26
|
schema.format = 'date-like';
|
|
27
|
-
|
|
27
|
+
if (options?.tsType) {
|
|
28
|
+
schema.tsType = 'string | number';
|
|
29
|
+
}
|
|
28
30
|
}
|
|
29
31
|
else if (field.type === 'password') {
|
|
30
32
|
schema.format = 'password';
|
|
@@ -32,10 +34,6 @@ export function fieldsToJsonSchema(fields = {}) {
|
|
|
32
34
|
else if (field.type === 'text') {
|
|
33
35
|
schema.format = 'text';
|
|
34
36
|
}
|
|
35
|
-
if ('dynamic' in field && field.dynamic) {
|
|
36
|
-
schema.autocomplete = true;
|
|
37
|
-
schema.dynamic = true;
|
|
38
|
-
}
|
|
39
37
|
if ('allowNull' in field && field.allowNull) {
|
|
40
38
|
schema.type = [].concat(schemaType, 'null');
|
|
41
39
|
if (typeof schema.tsType === 'string' && !schema.tsType.includes('null')) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fields-to-jsonschema.js","sourceRoot":"","sources":["../../../src/destination-kit/fields-to-jsonschema.ts"],"names":[],"mappings":"AAGA,SAAS,gBAAgB,CAAC,IAAmB;IAC3C,QAAQ,IAAI,EAAE;QACZ,KAAK,QAAQ,CAAC;QACd,KAAK,MAAM,CAAC;QACZ,KAAK,UAAU;YACb,OAAO,QAAQ,CAAA;QACjB,KAAK,UAAU;YACb,OAAO,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAA;QAC7B;YACE,OAAO,IAAI,CAAA;KACd;AACH,CAAC;
|
|
1
|
+
{"version":3,"file":"fields-to-jsonschema.js","sourceRoot":"","sources":["../../../src/destination-kit/fields-to-jsonschema.ts"],"names":[],"mappings":"AAGA,SAAS,gBAAgB,CAAC,IAAmB;IAC3C,QAAQ,IAAI,EAAE;QACZ,KAAK,QAAQ,CAAC;QACd,KAAK,MAAM,CAAC;QACZ,KAAK,UAAU;YACb,OAAO,QAAQ,CAAA;QACjB,KAAK,UAAU;YACb,OAAO,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAA;QAC7B;YACE,OAAO,IAAI,CAAA;KACd;AACH,CAAC;AAUD,MAAM,UAAU,kBAAkB,CAAC,SAAwB,EAAE,EAAE,OAAuB;IACpF,MAAM,QAAQ,GAAa,EAAE,CAAA;IAC7B,MAAM,UAAU,GAAgC,EAAE,CAAA;IAElD,KAAK,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE;QACjD,MAAM,UAAU,GAAG,gBAAgB,CAAC,KAAK,CAAC,IAAI,CAAC,CAAA;QAE/C,IAAI,MAAM,GAAgB;YACxB,KAAK,EAAE,KAAK,CAAC,KAAK;YAClB,WAAW,EAAE,KAAK,CAAC,WAAW;YAC9B,IAAI,EAAE,UAAU;YAChB,MAAM,EAAE,KAAK,CAAC,MAAM;YACpB,OAAO,EAAE,KAAK,CAAC,OAA0B;SAC1C,CAAA;QAED,IAAI,KAAK,CAAC,IAAI,KAAK,UAAU,EAAE;YAC7B,MAAM,CAAC,MAAM,GAAG,WAAW,CAAA;YAE3B,IAAI,OAAO,EAAE,MAAM,EAAE;gBAEnB,MAAM,CAAC,MAAM,GAAG,iBAAiB,CAAA;aAClC;SACF;aAAM,IAAI,KAAK,CAAC,IAAI,KAAK,UAAU,EAAE;YACpC,MAAM,CAAC,MAAM,GAAG,UAAU,CAAA;SAC3B;aAAM,IAAI,KAAK,CAAC,IAAI,KAAK,MAAM,EAAE;YAChC,MAAM,CAAC,MAAM,GAAG,MAAM,CAAA;SACvB;QAED,IAAI,WAAW,IAAI,KAAK,IAAI,KAAK,CAAC,SAAS,EAAE;YAC3C,MAAM,CAAC,IAAI,GAAI,EAA4B,CAAC,MAAM,CAAC,UAAU,EAAE,MAAM,CAAC,CAAA;YAEtE,IAAI,OAAO,MAAM,CAAC,MAAM,KAAK,QAAQ,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE;gBACxE,MAAM,CAAC,MAAM,IAAI,SAAS,CAAA;aAC3B;SACF;QAED,MAAM,OAAO,GAAG,UAAU,IAAI,KAAK,IAAI,KAAK,CAAC,QAAQ,CAAA;QACrD,IAAI,OAAO,EAAE;YACX,MAAM,CAAC,KAAK,GAAG,EAAE,IAAI,EAAE,UAAU,EAAE,CAAA;YACnC,MAAM,CAAC,IAAI,GAAG,OAAO,CAAA;SACtB;QAED,IAAI,UAAU,KAAK,QAAQ,IAAI,KAAK,CAAC,UAAU,EAAE;YAC/C,IAAI,OAAO,EAAE;gBACX,MAAM,CAAC,KAAK,GAAG,kBAAkB,CAAC,KAAK,CAAC,UAAU,CAAC,CAAA;aACpD;iBAAM;gBACL,MAAM,GAAG,EAAE,GAAG,MAAM,EAAE,GAAG,kBAAkB,CAAC,KAAK,CAAC,UAAU,CAAC,EAAE,CAAA;aAChE;SACF;QAED,UAAU,CAAC,GAAG,CAAC,GAAG,MAAM,CAAA;QAGxB,IAAI,KAAK,CAAC,QAAQ,EAAE;YAClB,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;SACnB;KACF;IAED,OAAO;QACL,OAAO,EAAE,gCAAgC;QACzC,IAAI,EAAE,QAAQ;QACd,oBAAoB,EAAE,KAAK;QAC3B,UAAU;QACV,QAAQ;KACT,CAAA;AACH,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/@types/btoa-lite/index.d.ts","../../../node_modules/event-target-shim/index.d.ts","../../../node_modules/abort-controller/dist/abort-controller.d.ts","../../../node_modules/ts-custom-error/dist/custom-error.d.ts","../../../node_modules/cross-fetch/index.d.ts","../src/fetch.ts","../src/real-type-of.ts","../src/request-client.ts","../src/middleware/before-request/add-basic-auth-header.ts","../src/middleware/after-response/prepare-headers.ts","../src/types.ts","../src/middleware/after-response/prepare-response.ts","../src/create-request-client.ts","../../../node_modules/@lukeed/uuid/index.d.ts","../src/json-object.ts","../src/segment-event.ts","../src/create-test-event.ts","../../destination-subscriptions/dist/cjs/types.d.ts","../../destination-subscriptions/dist/cjs/validate.d.ts","../../destination-subscriptions/dist/cjs/generate-fql.d.ts","../../destination-subscriptions/dist/cjs/parse-fql.d.ts","../../destination-subscriptions/dist/cjs/index.d.ts","../../../node_modules/@types/json-schema/index.d.ts","../src/get.ts","../src/mapping-kit/is-directive.ts","../src/mapping-kit/placeholders.ts","../src/remove-undefined.ts","../../../node_modules/aggregate-error/index.d.ts","../src/mapping-kit/validate.ts","../src/mapping-kit/index.ts","../src/destination-kit/parse-settings.ts","../src/destination-kit/types.ts","../src/destination-kit/fields-to-jsonschema.ts","../../../node_modules/ajv/lib/ajv.d.ts","../../../node_modules/dayjs/locale/types.d.ts","../../../node_modules/dayjs/locale/index.d.ts","../../../node_modules/dayjs/index.d.ts","../src/schema-validation.ts","../src/destination-kit/action.ts","../src/time.ts","../src/errors.ts","../src/destination-kit/index.ts","../src/map-values.ts","../src/create-test-integration.ts","../src/defaults.ts","../src/omit.ts","../src/index.ts","../../../node_modules/@types/amplitude-js/index.d.ts","../../../node_modules/@babel/types/lib/index.d.ts","../../../node_modules/@types/babel__generator/index.d.ts","../../../node_modules/@babel/parser/typings/babel-parser.d.ts","../../../node_modules/@types/babel__template/index.d.ts","../../../node_modules/@types/babel__traverse/index.d.ts","../../../node_modules/@types/babel__core/index.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/globals.global.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/ts3.6/base.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/base.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@types/connect/index.d.ts","../../../node_modules/@types/body-parser/index.d.ts","../../../node_modules/@types/chai/index.d.ts","../../../node_modules/@types/eslint/helpers.d.ts","../../../node_modules/@types/eslint/lib/rules/index.d.ts","../../../node_modules/@types/estree/index.d.ts","../../../node_modules/@types/eslint/index.d.ts","../../../node_modules/@types/eslint-scope/index.d.ts","../../../node_modules/@types/range-parser/index.d.ts","../../../node_modules/@types/qs/index.d.ts","../../../node_modules/@types/express-serve-static-core/index.d.ts","../../../node_modules/@types/mime/index.d.ts","../../../node_modules/@types/serve-static/index.d.ts","../../../node_modules/@types/express/index.d.ts","../../../node_modules/@types/fs-extra/index.d.ts","../../../node_modules/@types/minimatch/index.d.ts","../../../node_modules/@types/glob/index.d.ts","../../../node_modules/@types/graceful-fs/index.d.ts","../../../node_modules/@types/http-proxy/index.d.ts","../../../node_modules/@types/intercom-web/index.d.ts","../../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../../node_modules/@types/istanbul-lib-report/index.d.ts","../../../node_modules/@types/istanbul-reports/index.d.ts","../../../node_modules/jest-diff/build/cleanupsemantic.d.ts","../../../node_modules/jest-diff/build/types.d.ts","../../../node_modules/jest-diff/build/difflines.d.ts","../../../node_modules/jest-diff/build/printdiffs.d.ts","../../../node_modules/jest-diff/build/index.d.ts","../../../node_modules/pretty-format/build/types.d.ts","../../../node_modules/pretty-format/build/index.d.ts","../../../node_modules/@types/jest/index.d.ts","../../../node_modules/ast-types/types.d.ts","../../../node_modules/ast-types/gen/namedtypes.d.ts","../../../node_modules/ast-types/gen/kinds.d.ts","../../../node_modules/ast-types/gen/builders.d.ts","../../../node_modules/ast-types/lib/types.d.ts","../../../node_modules/ast-types/lib/path.d.ts","../../../node_modules/ast-types/lib/scope.d.ts","../../../node_modules/ast-types/lib/node-path.d.ts","../../../node_modules/ast-types/lib/path-visitor.d.ts","../../../node_modules/ast-types/gen/visitor.d.ts","../../../node_modules/ast-types/main.d.ts","../../../node_modules/recast/lib/options.d.ts","../../../node_modules/recast/lib/parser.d.ts","../../../node_modules/recast/lib/printer.d.ts","../../../node_modules/recast/main.d.ts","../../../node_modules/@types/jscodeshift/src/collections/jsxelement.d.ts","../../../node_modules/@types/jscodeshift/src/collections/node.d.ts","../../../node_modules/@types/jscodeshift/src/collections/variabledeclarator.d.ts","../../../node_modules/@types/jscodeshift/src/collection.d.ts","../../../node_modules/@types/jscodeshift/src/template.d.ts","../../../node_modules/@types/jscodeshift/src/core.d.ts","../../../node_modules/@types/jscodeshift/index.d.ts","../../../node_modules/@types/parse5/lib/tree-adapters/default.d.ts","../../../node_modules/@types/parse5/index.d.ts","../../../node_modules/@types/tough-cookie/index.d.ts","../../../node_modules/@types/jsdom/base.d.ts","../../../node_modules/@types/jsdom/ts4.0/index.d.ts","../../../node_modules/@types/jsdom/index.d.ts","../../../node_modules/@types/json-diff/index.d.ts","../../../node_modules/@types/lodash/common/common.d.ts","../../../node_modules/@types/lodash/common/array.d.ts","../../../node_modules/@types/lodash/common/collection.d.ts","../../../node_modules/@types/lodash/common/date.d.ts","../../../node_modules/@types/lodash/common/function.d.ts","../../../node_modules/@types/lodash/common/lang.d.ts","../../../node_modules/@types/lodash/common/math.d.ts","../../../node_modules/@types/lodash/common/number.d.ts","../../../node_modules/@types/lodash/common/object.d.ts","../../../node_modules/@types/lodash/common/seq.d.ts","../../../node_modules/@types/lodash/common/string.d.ts","../../../node_modules/@types/lodash/common/util.d.ts","../../../node_modules/@types/lodash/index.d.ts","../../../node_modules/@types/minimist/index.d.ts","../../../node_modules/@types/mustache/index.d.ts","../../../node_modules/@types/normalize-package-data/index.d.ts","../../../node_modules/@types/parse-json/index.d.ts","../../../node_modules/@types/prettier/index.d.ts","../../../node_modules/@types/prompts/index.d.ts","../../../node_modules/@types/retry/index.d.ts","../../../node_modules/@types/rimraf/index.d.ts","../../../node_modules/@types/sinon/node_modules/@sinonjs/fake-timers/types/fake-timers-src.d.ts","../../../node_modules/@types/sinon/index.d.ts","../../../node_modules/@types/stack-utils/index.d.ts","../../../node_modules/@types/to-title-case/index.d.ts","../../../node_modules/@types/yargs-parser/index.d.ts","../../../node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"ac3a8c4040e183ce38da69d23b96939112457d1936198e6542672b7963cf0fce","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940",{"version":"1dad4fe1561d99dfd6709127608b99a76e5c2643626c800434f99c48038567ee","affectsGlobalScope":true},{"version":"cce43d02223f8049864f8568bed322c39424013275cd3bcc3f51492d8b546cb3","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"8dff1b4c2df638fcd976cbb0e636f23ab5968e836cd45084cc31d47d1ab19c49","affectsGlobalScope":true},{"version":"2bb4b3927299434052b37851a47bf5c39764f2ba88a888a107b32262e9292b7c","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"8f4c9f651c8294a2eb1cbd12581fe25bfb901ab1d474bb93cd38c7e2f4be7a30","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"60761e6ea886034af0f294f025a7199360ce4e2c8ba4ec6408bc049cf9b89799","affectsGlobalScope":true},{"version":"7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"9f1817f7c3f02f6d56e0f403b927e90bb133f371dcebc36fa7d6d208ef6899da","affectsGlobalScope":true},{"version":"506b80b9951c9381dc5f11897b31fca5e2a65731d96ddefa19687fbc26b23c6e","affectsGlobalScope":true},"acbb182621c18e2bb48d82c5a4ee3a7d47b4f5db5c6986f8594fdd1432c88dd4","2859adaa4f2db3d4f0fc37ad86f056045341496b58fba0dbc16a222f9d5d55b1","655ed305e8f4cb95d3f578040301a4e4d6ace112b1bd8824cd32bda66c3677d1","79ba5dfa0abac7e3e7210eb2358f9e6117a46da02446cead1510f32c26eae02e",{"version":"409cf8770fbb9f099124e9ca744282ebfd85df2fd3650ae05c4ee3d03af66714","affectsGlobalScope":true},"d025736d1f198581a297269183e1889acbe1d53aa65848e2cf18f92fe1ab6f6b","e83cbdd3543a1f4a4fe4339c71010e83382aa9cfb0cf425dbb832fc72d6bb499","e375357b22d107e44013dbc585c3c2eebd4d5b99b5993013088ff08db04be131","d747e18f5a3dcae7e1735bb91282149efc3a103ae9658740e4352cffc7c4eaed","e9c03e43735a9cd942668be304f49e0e15f57797196199fa2ce4b0bf2b267172","6ee7d200b8ac12fc3cc3d76a5b650b7de90cb2bd55ff280e2c938f980c32f75e","826d4dd3e575709009dd0428dfd8ae4c84a0a7ffee1d503a63d6d10259203948","40c746bdc39d66b7935a75bf97784ac51cc41595d89038cc4f5fa6bba5d0a563","e35676f3a70de3ae2fb348c8e0dc2fc3eb0f959559d37afe4e704e3c29cd9b22","de93bcec5657f2843693413e72b794ecf88d451a39b032120750b75aaf904001","738a6aadafdf5958abca32147dfb07a15a70e559c6c87c8796a5029293d9ba93","a3e53d1d5c2f4d5cad5d77d3cb571ff2e679f45fd8e84bf6c7b69910a181ce99","9f2d05f3f9f59fe150aee3631a4be646d2d81e33ceea3aec73de0886a6c70e6b","bcf261201dab4f5a224dc04a271a8f0984afc1ed4bb761dc0cf687acc59c278e","df43486f21611392af0e7818bd0023cd1f4e5012badbd0fbe22915aa97e1cbf2","b23c6e84120a4f618ab216b7fde4bf32399b7d74a506475de2bb140db71cc698","bf0e18d1e9821e25d4579386367ba5b9d05d4fb0329753a9989a65a7a8413a5d","0359682c54e487c4cab2b53b2b4d35cc8dea4d9914bc6abcdb5701f8b8e745a4","4d3797c647eae7142846594704460555d366a58748a7f292ad5b9871a8312634","a05d5fdae4931a6407c504f1084188dd4541afbc89b8daa6b5dbe5f2821691c8","91be907c4644b135be46ad95e48d142c181ade99f9902150ed9eed73ba0f4fec","6bcf0fc9a60124ebac550acdddc39430da2e3b272885602473480180e59b12ac","328a1fa274148774e073eca994d92974dface2c68b37bd7cd594a1e551a2a8b7","3619f443c0e4a9dd7b65cc1b3745ce900332ff399dd237fe7de77cfb43867522","68903139b27485b38d7145c365a1ebb6bb47c47764f4810bacdbcf11635e4e86","3c9c8f197a69be3569f6f42f9364e1f1f6a6f4bc20e9a9714f1926b93bc0c6ef","87d133466db37dbf4f98b6257c812ce8955c022f8a8a0399f961edf99253e5f0","f11ba13fbecd33f66ea3a2cdab7565ea1370aff5d6bf10d0d0da2b7a4824bd2d","67f129ed8b372622ff36b8b10e39d03e09e363a5ff7821105f92f085b8d1ccba",{"version":"73a0ee6395819b063df4b148211985f2e1442945c1a057204cf4cf6281760dc3","affectsGlobalScope":true},"d05d8c67116dceafc62e691c47ac89f8f10cf7313cd1b2fb4fe801c2bf1bb1a7","3df91dbe54617a3be16fa39e463855a0c68ade5c499f9e1625f8ef0aaa971d6f","523b02796db2ca0f64a4f0428e2260ca8470e920aa6f63ceae0bd9a544e4eeba","1d689e276381587edd929fbfa71f889746ea17b6630f769f9a64a57ce3176c0e","7f91f0a2ae0b58c971031b22b8cc76d5f240857df59871078ef4ed2f3de4bf1d","2e7ffce09a3d5d91324c2a7137ca313b78c172b21c20ef25d705bf978844932f","738c532ee063033d1c1a27811a5945c245d6cd50062c2fad958e70634e773e59","25847f26ca19374ab18daf25643c1e12eeff6432e1f09f95291492070ccf4b66","0fa0e859b3f3e91fbaaf1e8b491b56fff67fd72d8d5951489f21d5a35eab6807","95a4f44af72d1b88734f67722cdbe5e3cf7ae77a7c16fbbb8265ad26d048d52c","ac2bc32ec8b1100e729863c0e261ab6492b490f569b8404eb2da630dca0482ba","17ccc5be73a8f219fcdaabd41f453437ac64d745b6df6380ae3181c70e6c70fc","1ce78d6f9326262a96f1f2d6af30692e2e764f0f50d2239e7821e82f034411ed","98f40132aab59240e3daa408377a6f779aa81f4340f4451959cd2eba3750e456","8dfed5c91ad36e69e6da6b7e49be929d4e19666db2b651aa839c485170a2902c","2d914aefa0dbd5acb35cbce747fced45f6b79eba10483f7d4a27646c49940f20","93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","3b043cf9a81854a72963fdb57d1884fc4da1cf5be69b5e0a4c5b751e58cb6d88","71c56bdaa82d7ce75a72d3c06c04fe10becec09bd9c4ef21776a2a055d3f428e","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"bf629ebbac2c65601bcb5c032644023a2b4b3b1151c0d1bf60ced7c35cc81b5d","affectsGlobalScope":true},"0ddef426964b396f57357b9e61209dd558f7652dd06af5a35893d296c29dff7a",{"version":"80ca040774450bb70975bcb532c55c452f52889cca6e4a62ff9b39db6df52597","affectsGlobalScope":true},"ca3b86d3300cb6817ee3d161421db0b4994d168fb5820a33c89743bc73716292","13aa2483c2987df1237be45d8b366556ddd1f6a55ab75cb021878e7a8d9da451",{"version":"5012207e217a67f821855e1ce3059e089953847e1ce0adff8186a46c459e96f7","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","84c1d7b722b37351f7422d1cf031fbf8b3322ce2a0470e688e8a67ea50e8a7c3","decd29e5c9dfd0159e88721a4986dff6b58d255012ade0cacba7130dc7abe3c1","7ed1067f8c4acf58cdaf97c0a755445a56a61b54ef70d59da7aa73743912b189","db840acb7519c1b47747b06b48f67679e226801f30b82ce89c1ecec16c4287c4","87c064559d14068edb2861fc7d48c1a8196a63523e00cc29aadd57c0eefb24a5","9c158ac9bc84d33422b85d4f274f47790e59b9729e739d4fc3f3abff8770d270",{"version":"a976ad617bce5d95209068df27cb6ad69e367f2a72e193c7dbabb73dc35b533c","affectsGlobalScope":true},"4d597061586f910a296454946adcb1783b5ec5d1118216bdb4051b4c45f66af4","141ca893325b744a519f2d897380fcd7f0ec7b10c1dace468be20f00285954d6","9eb774f6cbcfa3efd41ff5a57f6b4f65cbf5da132c84b01126fc97ff0576b032","a18b1d62260772956f7a834db04fe777d4e806addec5a1524aeeb01c248935c6","87b65f004c67a19d250f4505c7031124a8ba7099e2bb01f958fd59c98293ae0a","ed3129f404bfea369c236104e125d5f3885d78540f8f37d3c7e90f0c2449b50f",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"1d5a2f2ec6f67c1c3f7f201901d003f61878e6a3f749417d510af82a7dbca066","a94dbd90397585ae2d01e0a61e980df17e8b5f8f76ecce20c9a1969185adb54b","1b7690edef33f9d150a4ac170d662a9dffedc08e4c9504ece603785007ffdba1","62d37937d7321b1df75292b92eb984babf32302748f200d8aabf67328b37bed0",{"version":"3436d1d485a911c30671690bf952d1dbb508e8627ac8b35bc45076b34f794a1a","affectsGlobalScope":true},"d1b323391b9604f2fa2cca0ddf206a951feb745fd36d400677447436cc7b4f8d","5d08ea86fca386c9d33cb99a66ca8bee9dd4d554c5b2a16819e4ed8e6007b3df","0b28384ffe11674b35d97b9f91248d3f00f823fc4ffc67070e71206a5c7e6305","695bfa2ca7a20a9d4e43f3b7a8af58ce76b12e094b07203bd9bf47345cba7626","c5dc947515dcf6834f08241eda0b6406012b7e5c334242a46c7ba5df6738643f","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","912e95aafa5d85e0636eab990cdcfe2f288310dcd9ee5b7c028d8231e179e967",{"version":"93c6f408623f52df4fd29ed34f3e9cabbe2f4041a6c58ffe9df0f565bad441df","affectsGlobalScope":true},"4d3629fb9800cc91005ee2c811551b9c4b8acb336ba1b332f09df5a523087e2f","a43696d7b22d9c87ca90865f3c10a9aeb6964c5f344e769093c0a43f8931e99f","4b465e7d07abea8e7cfe4e50a63b901a0a32e283f8a81eb7f569e623dc2a6a6a","a714b2c718db95b5bc2286a74c69a964486f09424e60340f715bf91fd4e18795","a4b17cb3fac639af70d893a131d376bedf753cdf64810a8be035f8f8c826e242","ef1ee7763eb7df64da6057ad74fdbbda90e047955fe6a102938914db35fe82dc","0a8c5fb0f16e51973f22f2e01791b9e8376203514e4b72f65a451afebc29f5a0","c19d3a3bb01ac8c5d244c31eac930c451110a58b76ff7a2b82bdffed082e36f6","8ca49a6223d59be5b7228ad99800f01982a1f350eb61c1a195e77547121877bb","55d6f9768363cf0356f4c9fff535ed3c24c67c782a566238cd08fa11a6111940",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"437c2700eaa23c440e97dd4ba5883c75ee82fe8b64772af7bebaa99410776705","de0e63feaddfdf1a7a92071f6e7897d86ca497499116433e99fe15bf4af32e01","6bc3869ee4c247028dc22dcce0b735a82e7d564d10a72bb56e08a3215144a244","e61a21e9418f279bc480394a94d1581b2dee73747adcbdef999b6737e34d721b","c11a691c5842ae2d64665473e7574b0d18a8a37345d0b875a3af2c5aae7478e9","6d829824ead8999f87b6df21200df3c6150391b894b4e80662caa462bd48d073","65cfd1c0bc729fbc2b49fe66bc5ebddba5aa3a978c748e1d2e0d07f502238ce2",{"version":"f7834c76f2d4db5fb156f2f18fdf855431843cf0d32620fcf24b836cd4a85096","affectsGlobalScope":true},{"version":"64d4b35c5456adf258d2cf56c341e203a073253f229ef3208fc0d5020253b241","affectsGlobalScope":true},"0133ebdd17a823ae56861948870cde4dac18dd8818ab641039c85bbb720429e0","7d7c8ef7d48a035142c07dae60545ecc0e4af4c337742760cb09726f2f8e31db","e300bf65972ac08167a72787e19d1b43c285c5424707194d0ba64422f6b02c77","82772e5d55062a042a2715a555d347275a663940926fc785705eb082010cb9f6","16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c","ba601641fac98c229ccd4a303f747de376d761babb33229bb7153bed9356c9cc",{"version":"61b60d145059c3c8e3c7b484713191b6d0b70999bcb11f2b26286b15926a2b5f","affectsGlobalScope":true},"84e3bbd6f80983d468260fdbfeeb431cc81f7ea98d284d836e4d168e36875e86","0b85cb069d0e427ba946e5eb2d86ef65ffd19867042810516d16919f6c1a5aec","15c88bfd1b8dc7231ff828ae8df5d955bae5ebca4cf2bcb417af5821e52299ae","6435575b4feae200831d37df9f871de6e695c64d3148611fe1b4d714d648ea24","8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","725b884357ba84171341a8e4cc08edf11417854fd069842ca6d22afb2e340e45","3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba","090ca38de36da6946266ef9057295341b6499c2fad4fe441afa50b2e864846b0",{"version":"138731b8858262f770a86b026fc960cd6a811211877893e5604534c9976a4fd3","affectsGlobalScope":true},"de18acda71730bac52f4b256ce7511bb56cc21f6f114c59c46782eff2f632857","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322","69da61a7b5093dac77fa3bec8be95dcf9a74c95a0e9161edb98bb24e30e439d2","561eca7a381b96d6ccac6e4061e6d2ae53f5bc44203f3fd9f5b26864c32ae6e9","62ea38627e3ebab429f7616812a9394d327c2bc271003dfba985de9b4137369f","b4439890c168d646357928431100daac5cbdee1d345a34e6bf6eca9f3abe22bc","5d72971a459517c44c1379dab9ed248e87a61ba0a1e0f25c9d67e1e640cd9a09","02d734976af36f4273d930bea88b3e62adf6b078cf120c1c63d49aa8d8427c5c",{"version":"516a426e3960379f310107635b8f3a7e8c307c6c665080b128039d9299ec4087","affectsGlobalScope":true},"cc2dc362fc50995684e9f7e9b38ad9bdf19e74919294a694cbc05392352cad7d","abef3012ae70d98baa449664e9dda50c96fc68b0fd11a592d6590d85bb89cd10","456e83839c811cedebb65c8b05027120336b3bd6920259817d728ffc52d41e2f","ea79d9641e700b2b4a04a857ed1ef692c4caf988017fbabd64c4111f7c287673","0a90b9435b81f45b88c5fb8d30e85b77d3508eb0760dc40b9fb825fd29f92375","8cd7362102d928e21b291a013f80fc68a038d4506d26ea9948c676e3fa1110d9","90f6830fb380f4d2b69df018343ae80ce92991e85a0d7be8d214c643b39d1175","1bfe6db4f3dffacd1da82748cb8f0acec04e8a4d7bd36c09573d5d80a7dec28b","6a8d6deca8ec4250630fea4e5f23bd9bf0face98739ccd22e08a17173117155b","a1d51fd5a8f9c1c038799a43c038397ca3ed99ee73cc0b0aada897e7cc8aca91","6c9708ae545db5f8deb8ef774d412fd1b46adade794664d7c6cfd0a1f6dfd64f","9d14fcf0b69094271127c7b6acb36987be5d1bffa4eb948359549f040fb50349","e3a5287471fb08f053c06fd998632792aa5f022e45278f1e6dd55fb2fa9e7362","28a6c8eeb48e165920067b9193555649fc43c2a28c450f23f622e5eb043d9463","1147c3efa5a256bcd6a3d2cfaf764185b7120bf985f8412d9bae596a0348f77b","67aee88594abc44cd58820dea2ed1a9d373c1c2a59941234e4abe797464bc4da","c127a09e87ad20839582ac29f6ee013822a3e24f8820f5cf47d6c6a0e00b9113","f8cb94e0dffd21068a952754ec67d01d35a15fa61bd3af951f949e9b8bde7976","9928c4f48144f7d79716955310c857518d21ada0fcb7017fbf5921e547320cb8","3c7ef314f6691dbba43cb1310a82d610ea648cc4498cd685c3e25442ea2d98a0","2305508907ae4c993dda584411bfedac5821b8a55853caeebf2341f58b2fa027","187cfee5bd6b9f2fd8bc98cff0e32855cc10b5cc63d87727fe78de9e58eba818","fc37aca06f6b8b296c42412a2e75ab53d30cd1fa8a340a3bb328a723fd678377","201f92d97704e7e17e1c6e208fea976d75ff7b04235b79057891a33c7330bd77","660fa40695c7ca19a59fd09d31d495d952eee946e445a2c455ec63f255ec3050","224b63b6ec3ed8fbabc53e119550862acde02075f1f37dd8822255eee310d994","389303117a81e90897689e7adb4b53a062e68a6fe4067088fae9552907aa28c3",{"version":"d4c4fe14b23180acf25e4a68dc3bb9e5c38233dd3de12a4ab9569e636090ac9b","affectsGlobalScope":true},"270e729660d8df5baf58aa6b0dc1724de4ac41f8cf4a47b0ff51cb713eae9f61","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","438284c7c455a29b9c0e2d1e72abc62ee93d9a163029ffe918a34c5db3b92da2","0c75b204aed9cf6ff1c7b4bed87a3ece0d9d6fc857a6350c0c95ed0c38c814e8","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","c24ad9be9adf28f0927e3d9d9e9cec1c677022356f241ccbbfb97bfe8fb3d1a1","0ec0998e2d085e8ea54266f547976ae152c9dd6cdb9ac4d8a520a230f5ebae84","9364c7566b0be2f7b70ff5285eb34686f83ccb01bda529b82d23b2a844653bfb","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","82251920b05f30981c9a4109cb5f3169dce4b477effc845c6d781044a30e7672","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae","9fa6b83a35e897f340858995ca5d77e901d89fd18644cd4c9e8a4afe0b2e6363",{"version":"0714e2046df66c0e93c3330d30dbc0565b3e8cd3ee302cf99e4ede6220e5fec8","affectsGlobalScope":true},"209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","56dd85019d2374449708458f4acf4712d4c6f7b19ae597e910bab6ae75bc9e05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","65455ea1b00bae7bd26d3c8c2401eb3d10401c09c55192d6f3b8b2275eda20c2","5f7614d60b32dc66e5d665eafd10d7619eedca3a20f0e876e9ec73141735e364","58a3914b1cce4560d9ad6eee2b716caaa030eda0a90b21ca2457ea9e2783eaa3","6ff8adc0ad9c4340ec6fbcaabb8966c0ce2c62a956db72c702d0435635cdf821","6b40029289530423f407a22755c85b81740f9acfd88d2b53564f8c1657c26660","15b043358a9bac56ee6a567d61adf545b3a09e2f2ead9c3ef3cc617ed3522e71","b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298","ac8e6a79bfe23c492eafc3b007ef35a7238727f20fc9ddb136277c03603509f8","f7e133b20ee2669b6c0e5d7f0cd510868c57cd64b283e68c7f598e30ce9d76d2","09c4b2e2d3070239d563fc690f0cc5db04a2d9b66a23e61aef8b5274e3e9910c"],"options":{"composite":true,"declaration":true,"esModuleInterop":true,"experimentalDecorators":true,"module":5,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./esm","removeComments":true,"rootDir":"../src","skipLibCheck":true,"sourceMap":true,"strict":true,"strictPropertyInitialization":false,"target":7},"fileIdsList":[[88,134,201,202,203],[134,201,202,203],[88,89,90,91,92,134,201,202,203],[88,90,134,201,202,203],[111,134,144,145,201,202,203],[111,134,144,201,202,203],[134,150,151,201,202,203],[62,134,148,149,150,201,202,203],[134,151,201,202,203],[108,111,134,144,153,154,201,202,203],[134,146,154,155,157,201,202,203],[109,134,144,201,202,203],[108,134,144,160,201,202,203],[108,111,113,116,125,133,134,144,201,202,203],[134,165,201,202,203],[134,166,201,202,203],[134,172,174,201,202,203],[134,196,201,202,203],[134,180,183,190,191,192,193,201,202,203],[134,183,186,194,201,202,203],[134,180,183,186,194,201,202,203],[134,180,183,186,190,191,193,194,195,201,202,203],[108,134,136,144,199,200,202,203],[134,201,202],[134,201,203],[134,201,202,203,205,207,208,209,210,211,212,213,214,215,216,217],[134,201,202,203,205,206,208,209,210,211,212,213,214,215,216,217],[134,201,202,203,206,207,208,209,210,211,212,213,214,215,216,217],[134,201,202,203,205,206,207,209,210,211,212,213,214,215,216,217],[134,201,202,203,205,206,207,208,210,211,212,213,214,215,216,217],[134,201,202,203,205,206,207,208,209,211,212,213,214,215,216,217],[134,201,202,203,205,206,207,208,209,210,212,213,214,215,216,217],[134,201,202,203,205,206,207,208,209,210,211,213,214,215,216,217],[134,201,202,203,205,206,207,208,209,210,211,212,214,215,216,217],[134,201,202,203,205,206,207,208,209,210,211,212,213,215,216,217],[134,201,202,203,205,206,207,208,209,210,211,212,213,214,216,217],[134,201,202,203,205,206,207,208,209,210,211,212,213,214,215,217],[134,201,202,203,205,206,207,208,209,210,211,212,213,214,215,216],[134,142,201,202,203],[96,134,201,202,203],[134,141,142,201,202,203],[97,102,134,201,202,203],[98,108,109,116,125,133,134,201,202,203],[98,99,108,116,134,201,202,203],[100,134,201,202,203],[101,102,109,117,134,201,202,203],[102,125,130,134,201,202,203],[103,105,108,116,134,201,202,203],[104,134,201,202,203],[105,106,134,201,202,203],[107,108,134,201,202,203],[108,134,201,202,203],[108,109,110,125,133,134,201,202,203],[108,109,110,125,134,201,202,203],[111,116,125,133,134,201,202,203],[108,109,111,112,116,125,130,133,134,201,202,203],[111,113,125,130,133,134,201,202,203],[134,143,201,202,203],[108,114,134,201,202,203],[115,133,134,201,202,203],[105,108,116,125,134,201,202,203],[117,134,201,202,203],[118,134,201,202,203],[96,119,134,201,202,203],[120,132,134,137,201,202,203],[121,134,201,202,203],[122,134,201,202,203],[108,123,134,201,202,203],[123,124,134,136,201,202,203],[108,125,126,134,201,202,203],[125,126,134,201,202,203],[127,134,201,202,203],[108,128,129,134,201,202,203],[128,129,134,201,202,203],[102,116,130,134,201,202,203],[131,134,201,202,203],[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,201,202,203],[116,132,134,201,202,203],[111,122,133,134,201,202,203],[102,134,201,202,203],[125,134,135,201,202,203],[134,136,201,202,203],[134,140,201,202,203],[97,102,108,110,119,125,133,134,136,137,201,202,203],[125,134,138,201,202,203],[134,198,201,202,203],[134,199,201,202,203],[125,134,144,201,202,203],[109,134,144,161,201,202,203],[111,134,144,156,201,202,203],[134,201,202,203,226],[134,201,202,203,230],[41,134,201,202,203],[134,177,178,201,202,203],[134,177,201,202,203],[134,176,178,180,201,202,203],[134,177,183,184,201,202,203],[134,176,180,181,182,201,202,203],[134,176,180,183,185,201,202,203],[134,176,180,201,202,203],[134,176,201,202,203],[134,176,177,179,201,202,203],[134,176,177,179,180,181,183,184,185,201,202,203],[75,134,201,202,203],[74,134,201,202,203],[134,168,169,201,202,203],[134,168,169,170,171,201,202,203],[134,173,201,202,203],[134,187,201,202,203],[134,186,187,188,189,201,202,203],[47,48,49,50,51,134,201,202,203],[53,55,134,201,202,203],[54,55,56,70,81,82,134,201,202,203],[62,134,201,202,203],[45,47,50,52,54,62,69,70,71,72,77,108,134,201,202,203],[62,71,134,201,202,203],[47,50,52,54,55,61,62,70,71,72,77,78,79,80,134,201,202,203],[54,81,134,201,202,203],[47,54,70,134,201,202,203],[43,134,201,202,203],[44,134,201,202,203],[45,46,47,54,55,56,63,66,69,70,71,79,80,81,83,84,85,134,201,202,203],[46,54,63,64,65,66,68,134,201,202,203],[46,54,134,201,202,203],[46,63,134,201,202,203],[43,46,64,67,134,201,202,203],[47,134,201,202,203],[47,50,134,201,202,203],[40,47,134,201,202,203],[46,134,201,202,203],[42,43,45,46,133,134,201,202,203],[73,76,134,201,202,203],[54,134,201,202,203],[57,134,201,202,203],[57,58,59,60,134,201,202,203]],"referencedMap":[[90,1],[88,2],[53,2],[87,2],[93,3],[89,1],[91,4],[92,1],[146,5],[40,2],[147,2],[145,6],[152,7],[148,2],[151,8],[149,9],[150,2],[155,10],[158,11],[159,12],[161,13],[162,12],[163,14],[164,2],[165,2],[166,15],[167,16],[175,17],[197,18],[194,19],[191,20],[192,21],[193,20],[196,22],[195,18],[201,23],[203,24],[202,25],[204,2],[62,2],[206,26],[207,27],[205,28],[208,29],[209,30],[210,31],[211,32],[212,33],[213,34],[214,35],[215,36],[216,37],[217,38],[156,2],[160,2],[218,2],[219,2],[142,39],[94,39],[96,40],[143,41],[97,42],[98,43],[99,44],[100,45],[101,46],[102,47],[103,48],[104,49],[105,50],[106,50],[107,51],[108,52],[109,53],[110,54],[95,2],[139,2],[111,55],[112,56],[113,57],[144,58],[114,59],[115,60],[116,61],[117,62],[118,63],[119,64],[120,65],[121,66],[122,67],[123,68],[124,69],[125,70],[126,71],[127,72],[128,73],[129,74],[130,75],[131,76],[141,77],[132,78],[133,79],[134,80],[135,81],[136,82],[140,83],[137,84],[138,85],[220,2],[221,2],[199,86],[198,87],[222,2],[223,88],[154,2],[153,2],[224,2],[225,89],[157,90],[227,91],[226,2],[228,2],[229,2],[200,2],[230,2],[231,92],[42,93],[67,2],[73,2],[179,94],[178,95],[177,96],[185,97],[183,98],[184,99],[181,100],[182,101],[180,102],[186,103],[176,2],[44,2],[76,104],[75,105],[74,2],[41,2],[168,2],[170,106],[172,107],[171,106],[169,2],[174,108],[173,2],[187,101],[188,109],[189,2],[190,110],[43,2],[8,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[30,2],[31,2],[32,2],[33,2],[7,2],[38,2],[34,2],[35,2],[36,2],[37,2],[1,2],[39,2],[52,111],[56,112],[83,113],[84,114],[78,115],[72,116],[81,117],[70,118],[71,119],[80,120],[45,121],[63,2],[86,122],[54,2],[82,2],[69,123],[64,124],[65,125],[68,126],[49,127],[51,128],[48,129],[85,2],[46,2],[66,130],[47,131],[77,132],[55,133],[79,2],[50,2],[59,134],[61,135],[60,134],[57,2],[58,134]],"exportedModulesMap":[[90,1],[88,2],[53,2],[87,2],[93,3],[89,1],[91,4],[92,1],[146,5],[40,2],[147,2],[145,6],[152,7],[148,2],[151,8],[149,9],[150,2],[155,10],[158,11],[159,12],[161,13],[162,12],[163,14],[164,2],[165,2],[166,15],[167,16],[175,17],[197,18],[194,19],[191,20],[192,21],[193,20],[196,22],[195,18],[201,23],[203,24],[202,25],[204,2],[62,2],[206,26],[207,27],[205,28],[208,29],[209,30],[210,31],[211,32],[212,33],[213,34],[214,35],[215,36],[216,37],[217,38],[156,2],[160,2],[218,2],[219,2],[142,39],[94,39],[96,40],[143,41],[97,42],[98,43],[99,44],[100,45],[101,46],[102,47],[103,48],[104,49],[105,50],[106,50],[107,51],[108,52],[109,53],[110,54],[95,2],[139,2],[111,55],[112,56],[113,57],[144,58],[114,59],[115,60],[116,61],[117,62],[118,63],[119,64],[120,65],[121,66],[122,67],[123,68],[124,69],[125,70],[126,71],[127,72],[128,73],[129,74],[130,75],[131,76],[141,77],[132,78],[133,79],[134,80],[135,81],[136,82],[140,83],[137,84],[138,85],[220,2],[221,2],[199,86],[198,87],[222,2],[223,88],[154,2],[153,2],[224,2],[225,89],[157,90],[227,91],[226,2],[228,2],[229,2],[200,2],[230,2],[231,92],[42,93],[67,2],[73,2],[179,94],[178,95],[177,96],[185,97],[183,98],[184,99],[181,100],[182,101],[180,102],[186,103],[176,2],[44,2],[76,104],[75,105],[74,2],[41,2],[168,2],[170,106],[172,107],[171,106],[169,2],[174,108],[173,2],[187,101],[188,109],[189,2],[190,110],[43,2],[8,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[30,2],[31,2],[32,2],[33,2],[7,2],[38,2],[34,2],[35,2],[36,2],[37,2],[1,2],[39,2],[52,111],[56,112],[83,113],[84,114],[78,115],[72,116],[81,117],[70,118],[71,119],[80,120],[45,121],[63,2],[86,122],[54,2],[82,2],[69,123],[64,124],[65,125],[68,126],[49,127],[51,128],[48,129],[85,2],[46,2],[66,130],[47,131],[77,132],[55,133],[79,2],[50,2],[59,134],[61,135],[60,134],[57,2],[58,134]],"semanticDiagnosticsPerFile":[90,88,53,87,93,89,91,92,146,40,147,145,152,148,151,149,150,155,158,159,161,162,163,164,165,166,167,175,197,194,191,192,193,196,195,201,203,202,204,62,206,207,205,208,209,210,211,212,213,214,215,216,217,156,160,218,219,142,94,96,143,97,98,99,100,101,102,103,104,105,106,107,108,109,110,95,139,111,112,113,144,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,141,132,133,134,135,136,140,137,138,220,221,199,198,222,223,154,153,224,225,157,227,226,228,229,200,230,231,42,67,73,179,178,177,185,183,184,181,182,180,186,176,44,76,75,74,41,168,170,172,171,169,174,173,187,188,189,190,43,8,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,30,31,32,33,7,38,34,35,36,37,1,39,52,56,83,84,78,72,81,70,71,80,45,63,86,54,82,69,64,65,68,49,51,48,85,46,66,47,77,55,79,50,59,61,60,57,58]},"version":"4.3.5"}
|
|
1
|
+
{"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/@types/btoa-lite/index.d.ts","../../../node_modules/event-target-shim/index.d.ts","../../../node_modules/abort-controller/dist/abort-controller.d.ts","../../../node_modules/ts-custom-error/dist/custom-error.d.ts","../../../node_modules/cross-fetch/index.d.ts","../src/fetch.ts","../src/real-type-of.ts","../src/request-client.ts","../src/middleware/before-request/add-basic-auth-header.ts","../src/middleware/after-response/prepare-headers.ts","../src/types.ts","../src/middleware/after-response/prepare-response.ts","../src/create-request-client.ts","../../../node_modules/@lukeed/uuid/index.d.ts","../src/json-object.ts","../src/segment-event.ts","../src/create-test-event.ts","../../destination-subscriptions/dist/cjs/types.d.ts","../../destination-subscriptions/dist/cjs/validate.d.ts","../../destination-subscriptions/dist/cjs/generate-fql.d.ts","../../destination-subscriptions/dist/cjs/parse-fql.d.ts","../../destination-subscriptions/dist/cjs/index.d.ts","../../../node_modules/@types/json-schema/index.d.ts","../src/get.ts","../src/mapping-kit/is-directive.ts","../src/mapping-kit/placeholders.ts","../src/remove-undefined.ts","../../../node_modules/aggregate-error/index.d.ts","../src/mapping-kit/validate.ts","../src/mapping-kit/index.ts","../src/destination-kit/parse-settings.ts","../src/destination-kit/types.ts","../src/destination-kit/fields-to-jsonschema.ts","../../../node_modules/ajv/lib/ajv.d.ts","../../../node_modules/dayjs/locale/types.d.ts","../../../node_modules/dayjs/locale/index.d.ts","../../../node_modules/dayjs/index.d.ts","../src/schema-validation.ts","../src/destination-kit/action.ts","../src/time.ts","../src/errors.ts","../src/destination-kit/index.ts","../src/map-values.ts","../src/create-test-integration.ts","../src/defaults.ts","../src/omit.ts","../src/index.ts","../../../node_modules/@types/amplitude-js/index.d.ts","../../../node_modules/@babel/types/lib/index.d.ts","../../../node_modules/@types/babel__generator/index.d.ts","../../../node_modules/@babel/parser/typings/babel-parser.d.ts","../../../node_modules/@types/babel__template/index.d.ts","../../../node_modules/@types/babel__traverse/index.d.ts","../../../node_modules/@types/babel__core/index.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/globals.global.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/ts3.6/base.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/base.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@types/connect/index.d.ts","../../../node_modules/@types/body-parser/index.d.ts","../../../node_modules/@types/chai/index.d.ts","../../../node_modules/@types/eslint/helpers.d.ts","../../../node_modules/@types/eslint/lib/rules/index.d.ts","../../../node_modules/@types/estree/index.d.ts","../../../node_modules/@types/eslint/index.d.ts","../../../node_modules/@types/eslint-scope/index.d.ts","../../../node_modules/@types/range-parser/index.d.ts","../../../node_modules/@types/qs/index.d.ts","../../../node_modules/@types/express-serve-static-core/index.d.ts","../../../node_modules/@types/mime/index.d.ts","../../../node_modules/@types/serve-static/index.d.ts","../../../node_modules/@types/express/index.d.ts","../../../node_modules/@types/fs-extra/index.d.ts","../../../node_modules/@types/minimatch/index.d.ts","../../../node_modules/@types/glob/index.d.ts","../../../node_modules/@types/graceful-fs/index.d.ts","../../../node_modules/@types/http-proxy/index.d.ts","../../../node_modules/@types/intercom-web/index.d.ts","../../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../../node_modules/@types/istanbul-lib-report/index.d.ts","../../../node_modules/@types/istanbul-reports/index.d.ts","../../../node_modules/jest-diff/build/cleanupsemantic.d.ts","../../../node_modules/jest-diff/build/types.d.ts","../../../node_modules/jest-diff/build/difflines.d.ts","../../../node_modules/jest-diff/build/printdiffs.d.ts","../../../node_modules/jest-diff/build/index.d.ts","../../../node_modules/pretty-format/build/types.d.ts","../../../node_modules/pretty-format/build/index.d.ts","../../../node_modules/@types/jest/index.d.ts","../../../node_modules/ast-types/types.d.ts","../../../node_modules/ast-types/gen/namedtypes.d.ts","../../../node_modules/ast-types/gen/kinds.d.ts","../../../node_modules/ast-types/gen/builders.d.ts","../../../node_modules/ast-types/lib/types.d.ts","../../../node_modules/ast-types/lib/path.d.ts","../../../node_modules/ast-types/lib/scope.d.ts","../../../node_modules/ast-types/lib/node-path.d.ts","../../../node_modules/ast-types/lib/path-visitor.d.ts","../../../node_modules/ast-types/gen/visitor.d.ts","../../../node_modules/ast-types/main.d.ts","../../../node_modules/recast/lib/options.d.ts","../../../node_modules/recast/lib/parser.d.ts","../../../node_modules/recast/lib/printer.d.ts","../../../node_modules/recast/main.d.ts","../../../node_modules/@types/jscodeshift/src/collections/jsxelement.d.ts","../../../node_modules/@types/jscodeshift/src/collections/node.d.ts","../../../node_modules/@types/jscodeshift/src/collections/variabledeclarator.d.ts","../../../node_modules/@types/jscodeshift/src/collection.d.ts","../../../node_modules/@types/jscodeshift/src/template.d.ts","../../../node_modules/@types/jscodeshift/src/core.d.ts","../../../node_modules/@types/jscodeshift/index.d.ts","../../../node_modules/@types/parse5/lib/tree-adapters/default.d.ts","../../../node_modules/@types/parse5/index.d.ts","../../../node_modules/@types/tough-cookie/index.d.ts","../../../node_modules/@types/jsdom/base.d.ts","../../../node_modules/@types/jsdom/ts4.0/index.d.ts","../../../node_modules/@types/jsdom/index.d.ts","../../../node_modules/@types/json-diff/index.d.ts","../../../node_modules/@types/lodash/common/common.d.ts","../../../node_modules/@types/lodash/common/array.d.ts","../../../node_modules/@types/lodash/common/collection.d.ts","../../../node_modules/@types/lodash/common/date.d.ts","../../../node_modules/@types/lodash/common/function.d.ts","../../../node_modules/@types/lodash/common/lang.d.ts","../../../node_modules/@types/lodash/common/math.d.ts","../../../node_modules/@types/lodash/common/number.d.ts","../../../node_modules/@types/lodash/common/object.d.ts","../../../node_modules/@types/lodash/common/seq.d.ts","../../../node_modules/@types/lodash/common/string.d.ts","../../../node_modules/@types/lodash/common/util.d.ts","../../../node_modules/@types/lodash/index.d.ts","../../../node_modules/@types/minimist/index.d.ts","../../../node_modules/@types/mustache/index.d.ts","../../../node_modules/@types/normalize-package-data/index.d.ts","../../../node_modules/@types/parse-json/index.d.ts","../../../node_modules/@types/prettier/index.d.ts","../../../node_modules/@types/prompts/index.d.ts","../../../node_modules/@types/retry/index.d.ts","../../../node_modules/@types/rimraf/index.d.ts","../../../node_modules/@types/sinon/node_modules/@sinonjs/fake-timers/types/fake-timers-src.d.ts","../../../node_modules/@types/sinon/index.d.ts","../../../node_modules/@types/stack-utils/index.d.ts","../../../node_modules/@types/to-title-case/index.d.ts","../../../node_modules/@types/yargs-parser/index.d.ts","../../../node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"ac3a8c4040e183ce38da69d23b96939112457d1936198e6542672b7963cf0fce","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940",{"version":"1dad4fe1561d99dfd6709127608b99a76e5c2643626c800434f99c48038567ee","affectsGlobalScope":true},{"version":"cce43d02223f8049864f8568bed322c39424013275cd3bcc3f51492d8b546cb3","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"8dff1b4c2df638fcd976cbb0e636f23ab5968e836cd45084cc31d47d1ab19c49","affectsGlobalScope":true},{"version":"2bb4b3927299434052b37851a47bf5c39764f2ba88a888a107b32262e9292b7c","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"8f4c9f651c8294a2eb1cbd12581fe25bfb901ab1d474bb93cd38c7e2f4be7a30","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"93544ca2f26a48716c1b6c5091842cad63129daac422dfa4bc52460465f22bb1","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"60761e6ea886034af0f294f025a7199360ce4e2c8ba4ec6408bc049cf9b89799","affectsGlobalScope":true},{"version":"7435b75fdf3509622e79622dbe5091cf4b09688410ee2034e4fc17d0c99d0862","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"9f1817f7c3f02f6d56e0f403b927e90bb133f371dcebc36fa7d6d208ef6899da","affectsGlobalScope":true},{"version":"506b80b9951c9381dc5f11897b31fca5e2a65731d96ddefa19687fbc26b23c6e","affectsGlobalScope":true},"acbb182621c18e2bb48d82c5a4ee3a7d47b4f5db5c6986f8594fdd1432c88dd4","2859adaa4f2db3d4f0fc37ad86f056045341496b58fba0dbc16a222f9d5d55b1","655ed305e8f4cb95d3f578040301a4e4d6ace112b1bd8824cd32bda66c3677d1","79ba5dfa0abac7e3e7210eb2358f9e6117a46da02446cead1510f32c26eae02e",{"version":"409cf8770fbb9f099124e9ca744282ebfd85df2fd3650ae05c4ee3d03af66714","affectsGlobalScope":true},"d025736d1f198581a297269183e1889acbe1d53aa65848e2cf18f92fe1ab6f6b","e83cbdd3543a1f4a4fe4339c71010e83382aa9cfb0cf425dbb832fc72d6bb499","e375357b22d107e44013dbc585c3c2eebd4d5b99b5993013088ff08db04be131","d747e18f5a3dcae7e1735bb91282149efc3a103ae9658740e4352cffc7c4eaed","e9c03e43735a9cd942668be304f49e0e15f57797196199fa2ce4b0bf2b267172","6ee7d200b8ac12fc3cc3d76a5b650b7de90cb2bd55ff280e2c938f980c32f75e","826d4dd3e575709009dd0428dfd8ae4c84a0a7ffee1d503a63d6d10259203948","40c746bdc39d66b7935a75bf97784ac51cc41595d89038cc4f5fa6bba5d0a563","e35676f3a70de3ae2fb348c8e0dc2fc3eb0f959559d37afe4e704e3c29cd9b22","de93bcec5657f2843693413e72b794ecf88d451a39b032120750b75aaf904001","738a6aadafdf5958abca32147dfb07a15a70e559c6c87c8796a5029293d9ba93","a3e53d1d5c2f4d5cad5d77d3cb571ff2e679f45fd8e84bf6c7b69910a181ce99","9f2d05f3f9f59fe150aee3631a4be646d2d81e33ceea3aec73de0886a6c70e6b","bcf261201dab4f5a224dc04a271a8f0984afc1ed4bb761dc0cf687acc59c278e","df43486f21611392af0e7818bd0023cd1f4e5012badbd0fbe22915aa97e1cbf2","b23c6e84120a4f618ab216b7fde4bf32399b7d74a506475de2bb140db71cc698","bf0e18d1e9821e25d4579386367ba5b9d05d4fb0329753a9989a65a7a8413a5d","0359682c54e487c4cab2b53b2b4d35cc8dea4d9914bc6abcdb5701f8b8e745a4","4d3797c647eae7142846594704460555d366a58748a7f292ad5b9871a8312634","a05d5fdae4931a6407c504f1084188dd4541afbc89b8daa6b5dbe5f2821691c8","91be907c4644b135be46ad95e48d142c181ade99f9902150ed9eed73ba0f4fec","6bcf0fc9a60124ebac550acdddc39430da2e3b272885602473480180e59b12ac","328a1fa274148774e073eca994d92974dface2c68b37bd7cd594a1e551a2a8b7","3619f443c0e4a9dd7b65cc1b3745ce900332ff399dd237fe7de77cfb43867522","68903139b27485b38d7145c365a1ebb6bb47c47764f4810bacdbcf11635e4e86","3c9c8f197a69be3569f6f42f9364e1f1f6a6f4bc20e9a9714f1926b93bc0c6ef","87d133466db37dbf4f98b6257c812ce8955c022f8a8a0399f961edf99253e5f0","aecc2801ae0a0c299eb17ffe033f9fa004798af8f575f1d3dc22833885b9630f","67f129ed8b372622ff36b8b10e39d03e09e363a5ff7821105f92f085b8d1ccba",{"version":"73a0ee6395819b063df4b148211985f2e1442945c1a057204cf4cf6281760dc3","affectsGlobalScope":true},"d05d8c67116dceafc62e691c47ac89f8f10cf7313cd1b2fb4fe801c2bf1bb1a7","3df91dbe54617a3be16fa39e463855a0c68ade5c499f9e1625f8ef0aaa971d6f","523b02796db2ca0f64a4f0428e2260ca8470e920aa6f63ceae0bd9a544e4eeba","1d689e276381587edd929fbfa71f889746ea17b6630f769f9a64a57ce3176c0e","7f91f0a2ae0b58c971031b22b8cc76d5f240857df59871078ef4ed2f3de4bf1d","2e7ffce09a3d5d91324c2a7137ca313b78c172b21c20ef25d705bf978844932f","738c532ee063033d1c1a27811a5945c245d6cd50062c2fad958e70634e773e59","25847f26ca19374ab18daf25643c1e12eeff6432e1f09f95291492070ccf4b66","0fa0e859b3f3e91fbaaf1e8b491b56fff67fd72d8d5951489f21d5a35eab6807","95a4f44af72d1b88734f67722cdbe5e3cf7ae77a7c16fbbb8265ad26d048d52c","ac2bc32ec8b1100e729863c0e261ab6492b490f569b8404eb2da630dca0482ba","17ccc5be73a8f219fcdaabd41f453437ac64d745b6df6380ae3181c70e6c70fc","1ce78d6f9326262a96f1f2d6af30692e2e764f0f50d2239e7821e82f034411ed","98f40132aab59240e3daa408377a6f779aa81f4340f4451959cd2eba3750e456","8dfed5c91ad36e69e6da6b7e49be929d4e19666db2b651aa839c485170a2902c","2d914aefa0dbd5acb35cbce747fced45f6b79eba10483f7d4a27646c49940f20","93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","3b043cf9a81854a72963fdb57d1884fc4da1cf5be69b5e0a4c5b751e58cb6d88","71c56bdaa82d7ce75a72d3c06c04fe10becec09bd9c4ef21776a2a055d3f428e","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"bf629ebbac2c65601bcb5c032644023a2b4b3b1151c0d1bf60ced7c35cc81b5d","affectsGlobalScope":true},"0ddef426964b396f57357b9e61209dd558f7652dd06af5a35893d296c29dff7a",{"version":"80ca040774450bb70975bcb532c55c452f52889cca6e4a62ff9b39db6df52597","affectsGlobalScope":true},"ca3b86d3300cb6817ee3d161421db0b4994d168fb5820a33c89743bc73716292","13aa2483c2987df1237be45d8b366556ddd1f6a55ab75cb021878e7a8d9da451",{"version":"5012207e217a67f821855e1ce3059e089953847e1ce0adff8186a46c459e96f7","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","84c1d7b722b37351f7422d1cf031fbf8b3322ce2a0470e688e8a67ea50e8a7c3","decd29e5c9dfd0159e88721a4986dff6b58d255012ade0cacba7130dc7abe3c1","7ed1067f8c4acf58cdaf97c0a755445a56a61b54ef70d59da7aa73743912b189","db840acb7519c1b47747b06b48f67679e226801f30b82ce89c1ecec16c4287c4","87c064559d14068edb2861fc7d48c1a8196a63523e00cc29aadd57c0eefb24a5","9c158ac9bc84d33422b85d4f274f47790e59b9729e739d4fc3f3abff8770d270",{"version":"a976ad617bce5d95209068df27cb6ad69e367f2a72e193c7dbabb73dc35b533c","affectsGlobalScope":true},"4d597061586f910a296454946adcb1783b5ec5d1118216bdb4051b4c45f66af4","141ca893325b744a519f2d897380fcd7f0ec7b10c1dace468be20f00285954d6","9eb774f6cbcfa3efd41ff5a57f6b4f65cbf5da132c84b01126fc97ff0576b032","a18b1d62260772956f7a834db04fe777d4e806addec5a1524aeeb01c248935c6","87b65f004c67a19d250f4505c7031124a8ba7099e2bb01f958fd59c98293ae0a","ed3129f404bfea369c236104e125d5f3885d78540f8f37d3c7e90f0c2449b50f",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"1d5a2f2ec6f67c1c3f7f201901d003f61878e6a3f749417d510af82a7dbca066","a94dbd90397585ae2d01e0a61e980df17e8b5f8f76ecce20c9a1969185adb54b","1b7690edef33f9d150a4ac170d662a9dffedc08e4c9504ece603785007ffdba1","62d37937d7321b1df75292b92eb984babf32302748f200d8aabf67328b37bed0",{"version":"3436d1d485a911c30671690bf952d1dbb508e8627ac8b35bc45076b34f794a1a","affectsGlobalScope":true},"d1b323391b9604f2fa2cca0ddf206a951feb745fd36d400677447436cc7b4f8d","5d08ea86fca386c9d33cb99a66ca8bee9dd4d554c5b2a16819e4ed8e6007b3df","0b28384ffe11674b35d97b9f91248d3f00f823fc4ffc67070e71206a5c7e6305","695bfa2ca7a20a9d4e43f3b7a8af58ce76b12e094b07203bd9bf47345cba7626","c5dc947515dcf6834f08241eda0b6406012b7e5c334242a46c7ba5df6738643f","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","912e95aafa5d85e0636eab990cdcfe2f288310dcd9ee5b7c028d8231e179e967",{"version":"93c6f408623f52df4fd29ed34f3e9cabbe2f4041a6c58ffe9df0f565bad441df","affectsGlobalScope":true},"4d3629fb9800cc91005ee2c811551b9c4b8acb336ba1b332f09df5a523087e2f","a43696d7b22d9c87ca90865f3c10a9aeb6964c5f344e769093c0a43f8931e99f","4b465e7d07abea8e7cfe4e50a63b901a0a32e283f8a81eb7f569e623dc2a6a6a","a714b2c718db95b5bc2286a74c69a964486f09424e60340f715bf91fd4e18795","a4b17cb3fac639af70d893a131d376bedf753cdf64810a8be035f8f8c826e242","ef1ee7763eb7df64da6057ad74fdbbda90e047955fe6a102938914db35fe82dc","0a8c5fb0f16e51973f22f2e01791b9e8376203514e4b72f65a451afebc29f5a0","c19d3a3bb01ac8c5d244c31eac930c451110a58b76ff7a2b82bdffed082e36f6","8ca49a6223d59be5b7228ad99800f01982a1f350eb61c1a195e77547121877bb","55d6f9768363cf0356f4c9fff535ed3c24c67c782a566238cd08fa11a6111940",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"437c2700eaa23c440e97dd4ba5883c75ee82fe8b64772af7bebaa99410776705","de0e63feaddfdf1a7a92071f6e7897d86ca497499116433e99fe15bf4af32e01","6bc3869ee4c247028dc22dcce0b735a82e7d564d10a72bb56e08a3215144a244","e61a21e9418f279bc480394a94d1581b2dee73747adcbdef999b6737e34d721b","c11a691c5842ae2d64665473e7574b0d18a8a37345d0b875a3af2c5aae7478e9","6d829824ead8999f87b6df21200df3c6150391b894b4e80662caa462bd48d073","65cfd1c0bc729fbc2b49fe66bc5ebddba5aa3a978c748e1d2e0d07f502238ce2",{"version":"f7834c76f2d4db5fb156f2f18fdf855431843cf0d32620fcf24b836cd4a85096","affectsGlobalScope":true},{"version":"64d4b35c5456adf258d2cf56c341e203a073253f229ef3208fc0d5020253b241","affectsGlobalScope":true},"0133ebdd17a823ae56861948870cde4dac18dd8818ab641039c85bbb720429e0","7d7c8ef7d48a035142c07dae60545ecc0e4af4c337742760cb09726f2f8e31db","e300bf65972ac08167a72787e19d1b43c285c5424707194d0ba64422f6b02c77","82772e5d55062a042a2715a555d347275a663940926fc785705eb082010cb9f6","16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c","ba601641fac98c229ccd4a303f747de376d761babb33229bb7153bed9356c9cc",{"version":"61b60d145059c3c8e3c7b484713191b6d0b70999bcb11f2b26286b15926a2b5f","affectsGlobalScope":true},"84e3bbd6f80983d468260fdbfeeb431cc81f7ea98d284d836e4d168e36875e86","0b85cb069d0e427ba946e5eb2d86ef65ffd19867042810516d16919f6c1a5aec","15c88bfd1b8dc7231ff828ae8df5d955bae5ebca4cf2bcb417af5821e52299ae","6435575b4feae200831d37df9f871de6e695c64d3148611fe1b4d714d648ea24","8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","725b884357ba84171341a8e4cc08edf11417854fd069842ca6d22afb2e340e45","3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba","090ca38de36da6946266ef9057295341b6499c2fad4fe441afa50b2e864846b0",{"version":"138731b8858262f770a86b026fc960cd6a811211877893e5604534c9976a4fd3","affectsGlobalScope":true},"de18acda71730bac52f4b256ce7511bb56cc21f6f114c59c46782eff2f632857","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322","69da61a7b5093dac77fa3bec8be95dcf9a74c95a0e9161edb98bb24e30e439d2","561eca7a381b96d6ccac6e4061e6d2ae53f5bc44203f3fd9f5b26864c32ae6e9","62ea38627e3ebab429f7616812a9394d327c2bc271003dfba985de9b4137369f","b4439890c168d646357928431100daac5cbdee1d345a34e6bf6eca9f3abe22bc","5d72971a459517c44c1379dab9ed248e87a61ba0a1e0f25c9d67e1e640cd9a09","02d734976af36f4273d930bea88b3e62adf6b078cf120c1c63d49aa8d8427c5c",{"version":"516a426e3960379f310107635b8f3a7e8c307c6c665080b128039d9299ec4087","affectsGlobalScope":true},"cc2dc362fc50995684e9f7e9b38ad9bdf19e74919294a694cbc05392352cad7d","abef3012ae70d98baa449664e9dda50c96fc68b0fd11a592d6590d85bb89cd10","456e83839c811cedebb65c8b05027120336b3bd6920259817d728ffc52d41e2f","ea79d9641e700b2b4a04a857ed1ef692c4caf988017fbabd64c4111f7c287673","0a90b9435b81f45b88c5fb8d30e85b77d3508eb0760dc40b9fb825fd29f92375","8cd7362102d928e21b291a013f80fc68a038d4506d26ea9948c676e3fa1110d9","90f6830fb380f4d2b69df018343ae80ce92991e85a0d7be8d214c643b39d1175","1bfe6db4f3dffacd1da82748cb8f0acec04e8a4d7bd36c09573d5d80a7dec28b","6a8d6deca8ec4250630fea4e5f23bd9bf0face98739ccd22e08a17173117155b","a1d51fd5a8f9c1c038799a43c038397ca3ed99ee73cc0b0aada897e7cc8aca91","6c9708ae545db5f8deb8ef774d412fd1b46adade794664d7c6cfd0a1f6dfd64f","9d14fcf0b69094271127c7b6acb36987be5d1bffa4eb948359549f040fb50349","e3a5287471fb08f053c06fd998632792aa5f022e45278f1e6dd55fb2fa9e7362","28a6c8eeb48e165920067b9193555649fc43c2a28c450f23f622e5eb043d9463","1147c3efa5a256bcd6a3d2cfaf764185b7120bf985f8412d9bae596a0348f77b","67aee88594abc44cd58820dea2ed1a9d373c1c2a59941234e4abe797464bc4da","c127a09e87ad20839582ac29f6ee013822a3e24f8820f5cf47d6c6a0e00b9113","f8cb94e0dffd21068a952754ec67d01d35a15fa61bd3af951f949e9b8bde7976","9928c4f48144f7d79716955310c857518d21ada0fcb7017fbf5921e547320cb8","3c7ef314f6691dbba43cb1310a82d610ea648cc4498cd685c3e25442ea2d98a0","2305508907ae4c993dda584411bfedac5821b8a55853caeebf2341f58b2fa027","187cfee5bd6b9f2fd8bc98cff0e32855cc10b5cc63d87727fe78de9e58eba818","fc37aca06f6b8b296c42412a2e75ab53d30cd1fa8a340a3bb328a723fd678377","201f92d97704e7e17e1c6e208fea976d75ff7b04235b79057891a33c7330bd77","660fa40695c7ca19a59fd09d31d495d952eee946e445a2c455ec63f255ec3050","224b63b6ec3ed8fbabc53e119550862acde02075f1f37dd8822255eee310d994","389303117a81e90897689e7adb4b53a062e68a6fe4067088fae9552907aa28c3",{"version":"d4c4fe14b23180acf25e4a68dc3bb9e5c38233dd3de12a4ab9569e636090ac9b","affectsGlobalScope":true},"270e729660d8df5baf58aa6b0dc1724de4ac41f8cf4a47b0ff51cb713eae9f61","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","438284c7c455a29b9c0e2d1e72abc62ee93d9a163029ffe918a34c5db3b92da2","0c75b204aed9cf6ff1c7b4bed87a3ece0d9d6fc857a6350c0c95ed0c38c814e8","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","c24ad9be9adf28f0927e3d9d9e9cec1c677022356f241ccbbfb97bfe8fb3d1a1","0ec0998e2d085e8ea54266f547976ae152c9dd6cdb9ac4d8a520a230f5ebae84","9364c7566b0be2f7b70ff5285eb34686f83ccb01bda529b82d23b2a844653bfb","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","82251920b05f30981c9a4109cb5f3169dce4b477effc845c6d781044a30e7672","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae","9fa6b83a35e897f340858995ca5d77e901d89fd18644cd4c9e8a4afe0b2e6363",{"version":"0714e2046df66c0e93c3330d30dbc0565b3e8cd3ee302cf99e4ede6220e5fec8","affectsGlobalScope":true},"209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","56dd85019d2374449708458f4acf4712d4c6f7b19ae597e910bab6ae75bc9e05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","65455ea1b00bae7bd26d3c8c2401eb3d10401c09c55192d6f3b8b2275eda20c2","5f7614d60b32dc66e5d665eafd10d7619eedca3a20f0e876e9ec73141735e364","58a3914b1cce4560d9ad6eee2b716caaa030eda0a90b21ca2457ea9e2783eaa3","6ff8adc0ad9c4340ec6fbcaabb8966c0ce2c62a956db72c702d0435635cdf821","6b40029289530423f407a22755c85b81740f9acfd88d2b53564f8c1657c26660","15b043358a9bac56ee6a567d61adf545b3a09e2f2ead9c3ef3cc617ed3522e71","b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298","ac8e6a79bfe23c492eafc3b007ef35a7238727f20fc9ddb136277c03603509f8","f7e133b20ee2669b6c0e5d7f0cd510868c57cd64b283e68c7f598e30ce9d76d2","09c4b2e2d3070239d563fc690f0cc5db04a2d9b66a23e61aef8b5274e3e9910c"],"options":{"composite":true,"declaration":true,"esModuleInterop":true,"experimentalDecorators":true,"module":5,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./esm","removeComments":true,"rootDir":"../src","skipLibCheck":true,"sourceMap":true,"strict":true,"strictPropertyInitialization":false,"target":7},"fileIdsList":[[88,134,201,202,203],[134,201,202,203],[88,89,90,91,92,134,201,202,203],[88,90,134,201,202,203],[111,134,144,145,201,202,203],[111,134,144,201,202,203],[134,150,151,201,202,203],[62,134,148,149,150,201,202,203],[134,151,201,202,203],[108,111,134,144,153,154,201,202,203],[134,146,154,155,157,201,202,203],[109,134,144,201,202,203],[108,134,144,160,201,202,203],[108,111,113,116,125,133,134,144,201,202,203],[134,165,201,202,203],[134,166,201,202,203],[134,172,174,201,202,203],[134,196,201,202,203],[134,180,183,190,191,192,193,201,202,203],[134,183,186,194,201,202,203],[134,180,183,186,194,201,202,203],[134,180,183,186,190,191,193,194,195,201,202,203],[108,134,136,144,199,200,202,203],[134,201,202],[134,201,203],[134,201,202,203,205,207,208,209,210,211,212,213,214,215,216,217],[134,201,202,203,205,206,208,209,210,211,212,213,214,215,216,217],[134,201,202,203,206,207,208,209,210,211,212,213,214,215,216,217],[134,201,202,203,205,206,207,209,210,211,212,213,214,215,216,217],[134,201,202,203,205,206,207,208,210,211,212,213,214,215,216,217],[134,201,202,203,205,206,207,208,209,211,212,213,214,215,216,217],[134,201,202,203,205,206,207,208,209,210,212,213,214,215,216,217],[134,201,202,203,205,206,207,208,209,210,211,213,214,215,216,217],[134,201,202,203,205,206,207,208,209,210,211,212,214,215,216,217],[134,201,202,203,205,206,207,208,209,210,211,212,213,215,216,217],[134,201,202,203,205,206,207,208,209,210,211,212,213,214,216,217],[134,201,202,203,205,206,207,208,209,210,211,212,213,214,215,217],[134,201,202,203,205,206,207,208,209,210,211,212,213,214,215,216],[134,142,201,202,203],[96,134,201,202,203],[134,141,142,201,202,203],[97,102,134,201,202,203],[98,108,109,116,125,133,134,201,202,203],[98,99,108,116,134,201,202,203],[100,134,201,202,203],[101,102,109,117,134,201,202,203],[102,125,130,134,201,202,203],[103,105,108,116,134,201,202,203],[104,134,201,202,203],[105,106,134,201,202,203],[107,108,134,201,202,203],[108,134,201,202,203],[108,109,110,125,133,134,201,202,203],[108,109,110,125,134,201,202,203],[111,116,125,133,134,201,202,203],[108,109,111,112,116,125,130,133,134,201,202,203],[111,113,125,130,133,134,201,202,203],[134,143,201,202,203],[108,114,134,201,202,203],[115,133,134,201,202,203],[105,108,116,125,134,201,202,203],[117,134,201,202,203],[118,134,201,202,203],[96,119,134,201,202,203],[120,132,134,137,201,202,203],[121,134,201,202,203],[122,134,201,202,203],[108,123,134,201,202,203],[123,124,134,136,201,202,203],[108,125,126,134,201,202,203],[125,126,134,201,202,203],[127,134,201,202,203],[108,128,129,134,201,202,203],[128,129,134,201,202,203],[102,116,130,134,201,202,203],[131,134,201,202,203],[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,201,202,203],[116,132,134,201,202,203],[111,122,133,134,201,202,203],[102,134,201,202,203],[125,134,135,201,202,203],[134,136,201,202,203],[134,140,201,202,203],[97,102,108,110,119,125,133,134,136,137,201,202,203],[125,134,138,201,202,203],[134,198,201,202,203],[134,199,201,202,203],[125,134,144,201,202,203],[109,134,144,161,201,202,203],[111,134,144,156,201,202,203],[134,201,202,203,226],[134,201,202,203,230],[41,134,201,202,203],[134,177,178,201,202,203],[134,177,201,202,203],[134,176,178,180,201,202,203],[134,177,183,184,201,202,203],[134,176,180,181,182,201,202,203],[134,176,180,183,185,201,202,203],[134,176,180,201,202,203],[134,176,201,202,203],[134,176,177,179,201,202,203],[134,176,177,179,180,181,183,184,185,201,202,203],[75,134,201,202,203],[74,134,201,202,203],[134,168,169,201,202,203],[134,168,169,170,171,201,202,203],[134,173,201,202,203],[134,187,201,202,203],[134,186,187,188,189,201,202,203],[47,48,49,50,51,134,201,202,203],[53,55,134,201,202,203],[54,55,56,70,81,82,134,201,202,203],[62,134,201,202,203],[45,47,50,52,54,62,69,70,71,72,77,108,134,201,202,203],[62,71,134,201,202,203],[47,50,52,54,55,61,62,70,71,72,77,78,79,80,134,201,202,203],[54,81,134,201,202,203],[47,54,70,134,201,202,203],[43,134,201,202,203],[44,134,201,202,203],[45,46,47,54,55,56,63,66,69,70,71,79,80,81,83,84,85,134,201,202,203],[46,54,63,64,65,66,68,134,201,202,203],[46,54,134,201,202,203],[46,63,134,201,202,203],[43,46,64,67,134,201,202,203],[47,134,201,202,203],[47,50,134,201,202,203],[40,47,134,201,202,203],[46,134,201,202,203],[42,43,45,46,133,134,201,202,203],[73,76,134,201,202,203],[54,134,201,202,203],[57,134,201,202,203],[57,58,59,60,134,201,202,203]],"referencedMap":[[90,1],[88,2],[53,2],[87,2],[93,3],[89,1],[91,4],[92,1],[146,5],[40,2],[147,2],[145,6],[152,7],[148,2],[151,8],[149,9],[150,2],[155,10],[158,11],[159,12],[161,13],[162,12],[163,14],[164,2],[165,2],[166,15],[167,16],[175,17],[197,18],[194,19],[191,20],[192,21],[193,20],[196,22],[195,18],[201,23],[203,24],[202,25],[204,2],[62,2],[206,26],[207,27],[205,28],[208,29],[209,30],[210,31],[211,32],[212,33],[213,34],[214,35],[215,36],[216,37],[217,38],[156,2],[160,2],[218,2],[219,2],[142,39],[94,39],[96,40],[143,41],[97,42],[98,43],[99,44],[100,45],[101,46],[102,47],[103,48],[104,49],[105,50],[106,50],[107,51],[108,52],[109,53],[110,54],[95,2],[139,2],[111,55],[112,56],[113,57],[144,58],[114,59],[115,60],[116,61],[117,62],[118,63],[119,64],[120,65],[121,66],[122,67],[123,68],[124,69],[125,70],[126,71],[127,72],[128,73],[129,74],[130,75],[131,76],[141,77],[132,78],[133,79],[134,80],[135,81],[136,82],[140,83],[137,84],[138,85],[220,2],[221,2],[199,86],[198,87],[222,2],[223,88],[154,2],[153,2],[224,2],[225,89],[157,90],[227,91],[226,2],[228,2],[229,2],[200,2],[230,2],[231,92],[42,93],[67,2],[73,2],[179,94],[178,95],[177,96],[185,97],[183,98],[184,99],[181,100],[182,101],[180,102],[186,103],[176,2],[44,2],[76,104],[75,105],[74,2],[41,2],[168,2],[170,106],[172,107],[171,106],[169,2],[174,108],[173,2],[187,101],[188,109],[189,2],[190,110],[43,2],[8,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[30,2],[31,2],[32,2],[33,2],[7,2],[38,2],[34,2],[35,2],[36,2],[37,2],[1,2],[39,2],[52,111],[56,112],[83,113],[84,114],[78,115],[72,116],[81,117],[70,118],[71,119],[80,120],[45,121],[63,2],[86,122],[54,2],[82,2],[69,123],[64,124],[65,125],[68,126],[49,127],[51,128],[48,129],[85,2],[46,2],[66,130],[47,131],[77,132],[55,133],[79,2],[50,2],[59,134],[61,135],[60,134],[57,2],[58,134]],"exportedModulesMap":[[90,1],[88,2],[53,2],[87,2],[93,3],[89,1],[91,4],[92,1],[146,5],[40,2],[147,2],[145,6],[152,7],[148,2],[151,8],[149,9],[150,2],[155,10],[158,11],[159,12],[161,13],[162,12],[163,14],[164,2],[165,2],[166,15],[167,16],[175,17],[197,18],[194,19],[191,20],[192,21],[193,20],[196,22],[195,18],[201,23],[203,24],[202,25],[204,2],[62,2],[206,26],[207,27],[205,28],[208,29],[209,30],[210,31],[211,32],[212,33],[213,34],[214,35],[215,36],[216,37],[217,38],[156,2],[160,2],[218,2],[219,2],[142,39],[94,39],[96,40],[143,41],[97,42],[98,43],[99,44],[100,45],[101,46],[102,47],[103,48],[104,49],[105,50],[106,50],[107,51],[108,52],[109,53],[110,54],[95,2],[139,2],[111,55],[112,56],[113,57],[144,58],[114,59],[115,60],[116,61],[117,62],[118,63],[119,64],[120,65],[121,66],[122,67],[123,68],[124,69],[125,70],[126,71],[127,72],[128,73],[129,74],[130,75],[131,76],[141,77],[132,78],[133,79],[134,80],[135,81],[136,82],[140,83],[137,84],[138,85],[220,2],[221,2],[199,86],[198,87],[222,2],[223,88],[154,2],[153,2],[224,2],[225,89],[157,90],[227,91],[226,2],[228,2],[229,2],[200,2],[230,2],[231,92],[42,93],[67,2],[73,2],[179,94],[178,95],[177,96],[185,97],[183,98],[184,99],[181,100],[182,101],[180,102],[186,103],[176,2],[44,2],[76,104],[75,105],[74,2],[41,2],[168,2],[170,106],[172,107],[171,106],[169,2],[174,108],[173,2],[187,101],[188,109],[189,2],[190,110],[43,2],[8,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[30,2],[31,2],[32,2],[33,2],[7,2],[38,2],[34,2],[35,2],[36,2],[37,2],[1,2],[39,2],[52,111],[56,112],[83,113],[84,114],[78,115],[72,116],[81,117],[70,118],[71,119],[80,120],[45,121],[63,2],[86,122],[54,2],[82,2],[69,123],[64,124],[65,125],[68,126],[49,127],[51,128],[48,129],[85,2],[46,2],[66,130],[47,131],[77,132],[55,133],[79,2],[50,2],[59,134],[61,135],[60,134],[57,2],[58,134]],"semanticDiagnosticsPerFile":[90,88,53,87,93,89,91,92,146,40,147,145,152,148,151,149,150,155,158,159,161,162,163,164,165,166,167,175,197,194,191,192,193,196,195,201,203,202,204,62,206,207,205,208,209,210,211,212,213,214,215,216,217,156,160,218,219,142,94,96,143,97,98,99,100,101,102,103,104,105,106,107,108,109,110,95,139,111,112,113,144,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,141,132,133,134,135,136,140,137,138,220,221,199,198,222,223,154,153,224,225,157,227,226,228,229,200,230,231,42,67,73,179,178,177,185,183,184,181,182,180,186,176,44,76,75,74,41,168,170,172,171,169,174,173,187,188,189,190,43,8,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,30,31,32,33,7,38,34,35,36,37,1,39,52,56,83,84,78,72,81,70,71,80,45,63,86,54,82,69,64,65,68,49,51,48,85,46,66,47,77,55,79,50,59,61,60,57,58]},"version":"4.3.5"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@segment/actions-core",
|
|
3
3
|
"description": "Core runtime for Destinations Actions.",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.8.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/segmentio/fab-5-engine",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@lukeed/uuid": "^2.0.0",
|
|
59
|
-
"@segment/ajv-human-errors": "^1.
|
|
60
|
-
"@segment/destination-subscriptions": "^3.
|
|
59
|
+
"@segment/ajv-human-errors": "^1.6.0",
|
|
60
|
+
"@segment/destination-subscriptions": "^3.5.0",
|
|
61
61
|
"abort-controller": "^3.0.0",
|
|
62
62
|
"aggregate-error": "^3.1.0",
|
|
63
63
|
"ajv": "^6.12.4",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"@segment/destination-subscriptions": "<rootDir>/../destination-subscriptions/src"
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "6a3532ba6c061cd6e57d0f309857074f310cdb80"
|
|
81
81
|
}
|