@ts-type/package-dts 1.0.56 → 1.0.59
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/CHANGELOG.md +43 -0
- package/lerna-json.js +5 -1
- package/lerna-json.js.map +1 -1
- package/package-json.js +5 -1
- package/package-json.js.map +1 -1
- package/package.json +10 -5
- package/schema/eslintrc.json +3 -1
- package/schema/package.json +4 -7
- package/schema/travis.json +2 -4
- package/schema/tsconfig.json +19 -18
- package/tsconfig.check.tsbuildinfo +1 -1
- package/types/eslintrc.json.d.ts +42 -4
- package/types/package.json.d.ts +6 -7
- package/types/travis.json.d.ts +2 -4
- package/types/tsconfig.json.d.ts +38 -14
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,49 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.0.59](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.58...@ts-type/package-dts@1.0.59) (2022-02-26)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### 🛠 Build System
|
|
10
|
+
|
|
11
|
+
* **schema:** update schema ([aebdba1](https://github.com/bluelovers/ws-ts-type/commit/aebdba11d7d030454704f3840141a8d554a2f04d))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### 🔖 Miscellaneous
|
|
15
|
+
|
|
16
|
+
* . ([b0bf8f4](https://github.com/bluelovers/ws-ts-type/commit/b0bf8f445b91b384e0db1fe129b21040138195a8))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [1.0.58](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.57...@ts-type/package-dts@1.0.58) (2022-01-12)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### 🔖 Miscellaneous
|
|
26
|
+
|
|
27
|
+
* . ([8105510](https://github.com/bluelovers/ws-ts-type/commit/8105510b7783a152a816a4e47bbe7b135fc683e7))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [1.0.57](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.56...@ts-type/package-dts@1.0.57) (2022-01-12)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### 🛠 Build System
|
|
37
|
+
|
|
38
|
+
* **schema:** update schema ([aaddf19](https://github.com/bluelovers/ws-ts-type/commit/aaddf199d7b9a93b11524cc99ce90c4a702876e1))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### 🔖 Miscellaneous
|
|
42
|
+
|
|
43
|
+
* adds `peerDependencies` to `package-dts` ([092677b](https://github.com/bluelovers/ws-ts-type/commit/092677bdbc895b48f71e9ec97c1eda205e478816))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
6
49
|
## [1.0.56](https://github.com/bluelovers/ws-ts-type/compare/@ts-type/package-dts@1.0.55...@ts-type/package-dts@1.0.56) (2021-12-04)
|
|
7
50
|
|
|
8
51
|
|
package/lerna-json.js
CHANGED
|
@@ -4,7 +4,11 @@
|
|
|
4
4
|
*/
|
|
5
5
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
6
|
if (k2 === undefined) k2 = k;
|
|
7
|
-
Object.
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
8
12
|
}) : (function(o, m, k, k2) {
|
|
9
13
|
if (k2 === undefined) k2 = k;
|
|
10
14
|
o[k2] = m[k];
|
package/lerna-json.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lerna-json.js","sourceRoot":"","sources":["lerna-json.ts"],"names":[],"mappings":";AAAA;;GAEG
|
|
1
|
+
{"version":3,"file":"lerna-json.js","sourceRoot":"","sources":["lerna-json.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;AAOH,yDAAuC","sourcesContent":["/**\n * Created by user on 2020/6/19.\n */\n\nimport { AJSONSchemaForLernaJsonFiles } from './types/lerna.json';\nimport { ITSPartialPick, ITSMergeBoth, ITSOverwrite } from 'ts-type/lib/type/record';\n\nimport { IPackageJsonTag, IReleaseType } from './lib/package-json/types';\n\nexport * from './lib/lerna-json/types';\nimport { INpmClient } from './lib/lerna-json/types';\nimport { IBranch } from './lib/types';\nimport { ITSOmitRecordType } from 'ts-type/lib/helper/record/pick-type';\n\nexport type { IReleaseType }\n\ntype _Command = AJSONSchemaForLernaJsonFiles[\"command\"];\n\ntype _MergeCommand<T extends Record<string, Record<string, any>>> = {\n\t[P in keyof (T & _Command)]?:\n\t\t(P extends keyof _Command ?\n\t\t\tP extends keyof T ?\n\t\t\t\tITSMergeBoth<_Command[P], T[P]>\n\t\t\t\t: _Command[P]\n\t\t\t: T[P])\n}\n\nexport interface ILernaJsonCommand extends _MergeCommand<{\n\tpublish?: {\n\t\tconcurrency?: number;\n\t\t\"bump\"?: IReleaseType,\n\t\t\"conventionalCommits\"?: boolean,\n\t\t\"conventionalGraduate\"?: boolean,\n\t\tdistTag?: IPackageJsonTag,\n\t\tnpmClient?: INpmClient,\n\t\tallowBranch?: IBranch[],\n\t\tnoPrivate?: boolean,\n\t},\n\n\t\"version\"?: {\n\t\tconcurrency?: number;\n\t\t\"bump\"?: IReleaseType,\n\t\tallowBranch?: IBranch[],\n\t\t\"conventionalCommits\"?: boolean,\n\t\t\"changelogPreset\"?: string | \"@bluelovers/conventional-changelog-bluelovers\",\n\t\texact?: boolean;\n\t\tcreateRelease?: \"gitlab\" | \"github\",\n\t\tnoPrivate?: boolean,\n\t},\n\n\trun?: {\n\t\tconcurrency?: number;\n\t\t\"stream\"?: boolean,\n\t\tnpmClient?: INpmClient,\n\t\t[k: string]: unknown;\n\t},\n\n\texec?: {\n\t\tconcurrency?: number;\n\t\t\"stream\"?: boolean\n\t\t[k: string]: unknown;\n\t},\n}>\n{\n\t[k: string]: Record<string, unknown>;\n}\n\nexport interface ILernaJson extends ITSOverwrite<AJSONSchemaForLernaJsonFiles,\n\t{\n\n\t\t/**\n\t\t * The current version of the repository (or independent).\n\t\t */\n\t\tversion?: string | \"independent\";\n\n\t\t/**\n\t\t * Specify which client to run commands with (change to \"yarn\" to run commands with yarn. Defaults to \"npm\".\n\t\t */\n\t\tnpmClient?: INpmClient;\n\n\t\tworkspaces?: (string | \"packages/*\")[];\n\t\tpackages?: (string | \"packages/*\")[];\n\n\t\tcommand?: ILernaJsonCommand,\n\t}>\n{\n\n}\n\nexport default ILernaJson\n"]}
|
package/package-json.js
CHANGED
|
@@ -4,7 +4,11 @@
|
|
|
4
4
|
*/
|
|
5
5
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
6
|
if (k2 === undefined) k2 = k;
|
|
7
|
-
Object.
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
8
12
|
}) : (function(o, m, k, k2) {
|
|
9
13
|
if (k2 === undefined) k2 = k;
|
|
10
14
|
o[k2] = m[k];
|
package/package-json.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"package-json.js","sourceRoot":"","sources":["package-json.ts"],"names":[],"mappings":";AAAA;;GAEG
|
|
1
|
+
{"version":3,"file":"package-json.js","sourceRoot":"","sources":["package-json.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;AAYH,kDAA6D;AAApD,0GAAA,iBAAiB,OAAA;AAC1B,2DAAyC","sourcesContent":["/**\n * Created by user on 2019/5/18.\n */\n\nimport type { JSONSchemaForNPMPackageJsonFiles as CoreProperties, Dependency } from './types/package.json';\nimport type { IPackageJsonDependenciesField, IDependency, IPackageJsonPublishConfig } from './lib/package-json/types';\nimport type { ILernaJson } from './lerna-json';\nimport type { ITSOverwrite } from 'ts-type/lib/type/record';\nimport { IPackageJsonExtendYarn } from './lib/package-json/yarn';\nimport { IBooleanString } from './lib/types';\nimport { ITSPartialRecord } from 'ts-type/lib/type/record/partial';\nimport { ITSOmitIndexSignatures } from 'ts-type/lib/helper/record/omit-index';\nimport { _IPackageJsonCore } from './lib/package-json/extend';\n\nexport { EnumVersionValue2 } from './lib/package-json/types';\nexport * from './lib/package-json/types';\n\nexport type ILibPackageJson = typeof import('./types/package.json');\n\n/**\n * @example IPackageJson<unknown>\n */\nexport interface IPackageJson<T = any> extends ITSOverwrite<ITSOmitIndexSignatures<CoreProperties>, _IPackageJsonCore & ITSPartialRecord<IPackageJsonDependenciesField, IDependency> & IPackageJsonExtendYarn>\n{\n/*\n\t//[k in Exclude<string, keyof CoreProperties>]: T;\n\t[k: string]: unknown;\n */\n\t// @ts-ignore\n\t[k: string]: T;\n}\n\nexport default IPackageJson\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ts-type/package-dts",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.59",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Typescript type definition for NPM package json",
|
|
6
6
|
"keywords": [
|
|
@@ -62,19 +62,24 @@
|
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@types/semver": "^7.3.9",
|
|
65
|
-
"ts-type": "^2.1.
|
|
65
|
+
"ts-type": "^2.1.5"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"axios": "^0.
|
|
68
|
+
"axios": "^0.26.0",
|
|
69
69
|
"bluebird": "^3.7.2",
|
|
70
70
|
"dot-values2": "^2.0.5",
|
|
71
|
-
"fs-extra": "^10.0.
|
|
71
|
+
"fs-extra": "^10.0.1",
|
|
72
72
|
"json-schema-to-typescript": "^10.1.5"
|
|
73
73
|
},
|
|
74
|
+
"peerDependencies": {
|
|
75
|
+
"@types/bluebird": "*",
|
|
76
|
+
"@types/node": "*",
|
|
77
|
+
"ts-toolbelt": "*"
|
|
78
|
+
},
|
|
74
79
|
"publishConfig": {
|
|
75
80
|
"access": "public"
|
|
76
81
|
},
|
|
77
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "e8c949105b230b7b3a956d1c0c8f35e21e9c150a",
|
|
78
83
|
"sharedDependencies": {
|
|
79
84
|
"eslint-config-bluelovers": "latest"
|
|
80
85
|
}
|
package/schema/eslintrc.json
CHANGED
|
@@ -1367,10 +1367,12 @@
|
|
|
1367
1367
|
2020,
|
|
1368
1368
|
12,
|
|
1369
1369
|
2021,
|
|
1370
|
+
13,
|
|
1371
|
+
2022,
|
|
1370
1372
|
"latest"
|
|
1371
1373
|
],
|
|
1372
1374
|
"default": 11,
|
|
1373
|
-
"description": "Set to 3, 5, 6, 7, 8, 9, 10, 11 (default), 12 or \"latest\" to specify the version of ECMAScript syntax you want to use. You can also set to 2015 (same as 6), 2016 (same as 7), 2017 (same as 8), 2018 (same as 9), 2019 (same as 10), 2020 (same as 11) or 2021 (same as 12) to use the year-based naming. \"latest\" always enables the latest supported ECMAScript version."
|
|
1375
|
+
"description": "Set to 3, 5, 6, 7, 8, 9, 10, 11 (default), 12, 13 or \"latest\" to specify the version of ECMAScript syntax you want to use. You can also set to 2015 (same as 6), 2016 (same as 7), 2017 (same as 8), 2018 (same as 9), 2019 (same as 10), 2020 (same as 11) or 2021 (same as 12) or 2022 (same as 13) to use the year-based naming. \"latest\" always enables the latest supported ECMAScript version."
|
|
1374
1376
|
},
|
|
1375
1377
|
"sourceType": {
|
|
1376
1378
|
"enum": [
|
package/schema/package.json
CHANGED
|
@@ -243,16 +243,12 @@
|
|
|
243
243
|
".": {
|
|
244
244
|
"$ref": "#/definitions/packageExportsEntryOrFallback",
|
|
245
245
|
"description": "The module path that is resolved when the module specifier matches \"name\", shadows the \"main\" field."
|
|
246
|
-
},
|
|
247
|
-
"./": {
|
|
248
|
-
"$ref": "#/definitions/packageExportsEntryOrFallback",
|
|
249
|
-
"description": "The module path prefix that is resolved when the module specifier starts with \"name/\", set to \"./\" to allow external modules to import any subpath."
|
|
250
246
|
}
|
|
251
247
|
},
|
|
252
248
|
"patternProperties": {
|
|
253
|
-
"
|
|
249
|
+
"^\\./.+": {
|
|
254
250
|
"$ref": "#/definitions/packageExportsEntryOrFallback",
|
|
255
|
-
"description": "The module path that is resolved when the
|
|
251
|
+
"description": "The module path prefix that is resolved when the module specifier starts with \"name/\", set to \"./*\" to allow external modules to import any subpath."
|
|
256
252
|
}
|
|
257
253
|
},
|
|
258
254
|
"additionalProperties": false
|
|
@@ -414,7 +410,8 @@
|
|
|
414
410
|
"description": "Run AFTER the tarball has been generated and moved to its final destination."
|
|
415
411
|
},
|
|
416
412
|
"publish": {
|
|
417
|
-
"
|
|
413
|
+
"type": "string",
|
|
414
|
+
"description": "Publishes a package to the registry so that it can be installed by name. See https://docs.npmjs.com/cli/v8/commands/npm-publish"
|
|
418
415
|
},
|
|
419
416
|
"postpublish": {
|
|
420
417
|
"$ref": "#/definitions/scriptsPublishAfter"
|
package/schema/travis.json
CHANGED
|
@@ -203,7 +203,6 @@
|
|
|
203
203
|
},
|
|
204
204
|
"xcodeVersions": {
|
|
205
205
|
"enum": [
|
|
206
|
-
"xcode6.4",
|
|
207
206
|
"xcode7.3",
|
|
208
207
|
"xcode8",
|
|
209
208
|
"xcode8.3",
|
|
@@ -223,15 +222,14 @@
|
|
|
223
222
|
"xcode11.4",
|
|
224
223
|
"xcode11.5",
|
|
225
224
|
"xcode11.6",
|
|
226
|
-
"xcode11.7",
|
|
227
225
|
"xcode12u",
|
|
228
226
|
"xcode12",
|
|
229
|
-
"xcode12.1",
|
|
230
227
|
"xcode12.2",
|
|
231
228
|
"xcode12.3",
|
|
232
229
|
"xcode12.4",
|
|
233
230
|
"xcode12.5",
|
|
234
|
-
"xcode13.1"
|
|
231
|
+
"xcode13.1",
|
|
232
|
+
"xcode13.2"
|
|
235
233
|
]
|
|
236
234
|
},
|
|
237
235
|
"envVars": {
|
package/schema/tsconfig.json
CHANGED
|
@@ -301,13 +301,13 @@
|
|
|
301
301
|
"ES2020",
|
|
302
302
|
"ESNext",
|
|
303
303
|
"None",
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
"
|
|
304
|
+
"ES2022",
|
|
305
|
+
"Node12",
|
|
306
|
+
"NodeNext"
|
|
307
307
|
]
|
|
308
308
|
},
|
|
309
309
|
{
|
|
310
|
-
"pattern": "^([Cc][Oo][Mm][Mm][Oo][Nn][Jj][Ss]|[AaUu][Mm][Dd]|[Ss][Yy][Ss][Tt][Ee][Mm]|[Ee][Ss]([356]|
|
|
310
|
+
"pattern": "^([Cc][Oo][Mm][Mm][Oo][Nn][Jj][Ss]|[AaUu][Mm][Dd]|[Ss][Yy][Ss][Tt][Ee][Mm]|[Ee][Ss]([356]|20(1[567]|2[02])|[Nn][Ee][Xx][Tt])|[Nn][Oo][Nn][Ee])$"
|
|
311
311
|
}
|
|
312
312
|
],
|
|
313
313
|
"markdownDescription": "Specify what module code is generated.\n\nSee more: https://www.typescriptlang.org/tsconfig#module"
|
|
@@ -516,11 +516,12 @@
|
|
|
516
516
|
"ES2019",
|
|
517
517
|
"ES2020",
|
|
518
518
|
"ES2021",
|
|
519
|
+
"ES2022",
|
|
519
520
|
"ESNext"
|
|
520
521
|
]
|
|
521
522
|
},
|
|
522
523
|
{
|
|
523
|
-
"pattern": "^([Ee][Ss]([356]|(20(1[56789]|2[
|
|
524
|
+
"pattern": "^([Ee][Ss]([356]|(20(1[56789]|2[012]))|[Nn][Ee][Xx][Tt]))$"
|
|
524
525
|
}
|
|
525
526
|
],
|
|
526
527
|
"markdownDescription": "Set the JavaScript language version for emitted JavaScript and include compatible library declarations.\n\nSee more: https://www.typescriptlang.org/tsconfig#target"
|
|
@@ -1015,6 +1016,9 @@
|
|
|
1015
1016
|
}
|
|
1016
1017
|
}
|
|
1017
1018
|
},
|
|
1019
|
+
"tsNodeModuleTypes": {
|
|
1020
|
+
"type": "object"
|
|
1021
|
+
},
|
|
1018
1022
|
"tsNodeDefinition": {
|
|
1019
1023
|
"properties": {
|
|
1020
1024
|
"ts-node": {
|
|
@@ -1050,6 +1054,10 @@
|
|
|
1050
1054
|
"description": "Allows the usage of top level await in REPL.\n\nUses node's implementation which accomplishes this with an AST syntax transformation.\n\nEnabled by default when tsconfig target is es2018 or above. Set to false to disable.\n\n**Note**: setting to `true` when tsconfig target is too low will throw an Error. Leave as `undefined`\nto get default, automatic behavior.",
|
|
1051
1055
|
"type": "boolean"
|
|
1052
1056
|
},
|
|
1057
|
+
"experimentalResolverFeatures": {
|
|
1058
|
+
"description": "Enable experimental features that re-map imports and require calls to support:\n`baseUrl`, `paths`, `rootDirs`, `.js` to `.ts` file extension mappings,\n`outDir` to `rootDir` mappings for composite projects and monorepos.\n\nFor details, see https://github.com/TypeStrong/ts-node/issues/1514",
|
|
1059
|
+
"type": "boolean"
|
|
1060
|
+
},
|
|
1053
1061
|
"files": {
|
|
1054
1062
|
"default": false,
|
|
1055
1063
|
"description": "Load \"files\" and \"include\" from `tsconfig.json` on startup.\n\nDefault is to override `tsconfig.json` \"files\" and \"include\" to only include the entrypoint script.",
|
|
@@ -1081,7 +1089,7 @@
|
|
|
1081
1089
|
"type": "boolean"
|
|
1082
1090
|
},
|
|
1083
1091
|
"moduleTypes": {
|
|
1084
|
-
"
|
|
1092
|
+
"$ref": "#/definitions/tsNodeModuleTypes",
|
|
1085
1093
|
"description": "Override certain paths to be compiled and executed as CommonJS or ECMAScript modules.\nWhen overridden, the tsconfig \"module\" and package.json \"type\" fields are overridden.\nThis is useful because TypeScript files cannot use the .cjs nor .mjs file extensions;\nit achieves the same effect.\n\nEach key is a glob pattern following the same rules as tsconfig's \"include\" array.\nWhen multiple patterns match the same file, the last pattern takes precedence.\n\n`cjs` overrides matches files to compile and execute as CommonJS.\n`esm` overrides matches files to compile and execute as native ECMAScript modules.\n`package` overrides either of the above to default behavior, which obeys package.json \"type\" and\ntsconfig.json \"module\" options."
|
|
1086
1094
|
},
|
|
1087
1095
|
"preferTsExts": {
|
|
@@ -1115,6 +1123,10 @@
|
|
|
1115
1123
|
"description": "Skip ignore check, so that compilation will be attempted for all files with matching extensions.",
|
|
1116
1124
|
"type": "boolean"
|
|
1117
1125
|
},
|
|
1126
|
+
"swc": {
|
|
1127
|
+
"description": "Transpile with swc instead of the TypeScript compiler, and skip typechecking.\n\nEquivalent to setting both `transpileOnly: true` and `transpiler: 'ts-node/transpilers/swc'`\n\nFor complete instructions: https://typestrong.org/ts-node/docs/transpilers",
|
|
1128
|
+
"type": "boolean"
|
|
1129
|
+
},
|
|
1118
1130
|
"transpileOnly": {
|
|
1119
1131
|
"default": false,
|
|
1120
1132
|
"description": "Use TypeScript's faster `transpileModule`.",
|
|
@@ -1123,18 +1135,6 @@
|
|
|
1123
1135
|
"transpiler": {
|
|
1124
1136
|
"anyOf": [
|
|
1125
1137
|
{
|
|
1126
|
-
"additionalItems": {
|
|
1127
|
-
"anyOf": [
|
|
1128
|
-
{
|
|
1129
|
-
"type": "string"
|
|
1130
|
-
},
|
|
1131
|
-
{
|
|
1132
|
-
"additionalProperties": true,
|
|
1133
|
-
"properties": {},
|
|
1134
|
-
"type": "object"
|
|
1135
|
-
}
|
|
1136
|
-
]
|
|
1137
|
-
},
|
|
1138
1138
|
"items": [
|
|
1139
1139
|
{
|
|
1140
1140
|
"type": "string"
|
|
@@ -1145,6 +1145,7 @@
|
|
|
1145
1145
|
"type": "object"
|
|
1146
1146
|
}
|
|
1147
1147
|
],
|
|
1148
|
+
"maxItems": 2,
|
|
1148
1149
|
"minItems": 2,
|
|
1149
1150
|
"type": "array"
|
|
1150
1151
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../node_modules/@tsd/typescript/typescript/lib/lib.es5.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2016.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2017.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2018.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2019.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2020.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.dom.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.webworker.importscripts.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.scripthost.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.core.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2017.object.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2017.string.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2019.array.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2019.object.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2019.string.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2020.string.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2019.full.d.ts","./types/eslintrc.json.d.ts","./eslintrc-json.ts","./types/package.json.d.ts","../../node_modules/@types/semver/classes/semver.d.ts","../../node_modules/@types/semver/functions/parse.d.ts","../../node_modules/@types/semver/functions/valid.d.ts","../../node_modules/@types/semver/functions/clean.d.ts","../../node_modules/@types/semver/functions/inc.d.ts","../../node_modules/@types/semver/functions/diff.d.ts","../../node_modules/@types/semver/functions/major.d.ts","../../node_modules/@types/semver/functions/minor.d.ts","../../node_modules/@types/semver/functions/patch.d.ts","../../node_modules/@types/semver/functions/prerelease.d.ts","../../node_modules/@types/semver/functions/compare.d.ts","../../node_modules/@types/semver/functions/rcompare.d.ts","../../node_modules/@types/semver/functions/compare-loose.d.ts","../../node_modules/@types/semver/functions/compare-build.d.ts","../../node_modules/@types/semver/functions/sort.d.ts","../../node_modules/@types/semver/functions/rsort.d.ts","../../node_modules/@types/semver/functions/gt.d.ts","../../node_modules/@types/semver/functions/lt.d.ts","../../node_modules/@types/semver/functions/eq.d.ts","../../node_modules/@types/semver/functions/neq.d.ts","../../node_modules/@types/semver/functions/gte.d.ts","../../node_modules/@types/semver/functions/lte.d.ts","../../node_modules/@types/semver/functions/cmp.d.ts","../../node_modules/@types/semver/functions/coerce.d.ts","../../node_modules/@types/semver/classes/comparator.d.ts","../../node_modules/@types/semver/classes/range.d.ts","../../node_modules/@types/semver/functions/satisfies.d.ts","../../node_modules/@types/semver/ranges/max-satisfying.d.ts","../../node_modules/@types/semver/ranges/min-satisfying.d.ts","../../node_modules/@types/semver/ranges/to-comparators.d.ts","../../node_modules/@types/semver/ranges/min-version.d.ts","../../node_modules/@types/semver/ranges/valid.d.ts","../../node_modules/@types/semver/ranges/outside.d.ts","../../node_modules/@types/semver/ranges/gtr.d.ts","../../node_modules/@types/semver/ranges/ltr.d.ts","../../node_modules/@types/semver/ranges/intersects.d.ts","../../node_modules/@types/semver/ranges/simplify.d.ts","../../node_modules/@types/semver/ranges/subset.d.ts","../../node_modules/@types/semver/internals/identifiers.d.ts","../../node_modules/@types/semver/index.d.ts","./lib/package-json/publishconfig.ts","./lib/package-json/types.ts","./types/lerna.json.d.ts","../ts-type/lib/helper/filter.ts","../ts-type/lib/type/record/partial.ts","../ts-type/lib/type/record.ts","./lib/lerna-json/types.ts","./lib/types.ts","../ts-type/lib/generic.ts","../ts-type/lib/type/base.ts","../ts-type/lib/helper/typeof.ts","../ts-type/lib/helper/key-value.ts","../ts-type/lib/helper/record/pick-type.ts","./lerna-json.ts","./lib/package-json/yarn.ts","../ts-type/lib/helper/record/omit-index.ts","./lib/package-json/extend.ts","./package-json.ts","./types/tsconfig.json.d.ts","./tsconfig-json.ts","./types/travis.json.d.ts","./travis-json.ts","./index.ts","../../node_modules/@types/node/assert.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/stream/consumers.d.ts","../../node_modules/@types/node/stream/web.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/wasi.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/index.d.ts","../../node_modules/@types/fs-extra/index.d.ts","../../node_modules/axios/index.d.ts","../../node_modules/@types/bluebird/index.d.ts","../../node_modules/@types/json-schema/index.d.ts","../../node_modules/@apidevtools/json-schema-ref-parser/lib/index.d.ts","../../node_modules/json-schema-ref-parser/index.d.ts","../../node_modules/@types/prettier/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/json-schema-to-typescript/dist/src/types/jsonschema.d.ts","../../node_modules/json-schema-to-typescript/dist/src/index.d.ts","./script/util.ts","../../node_modules/dot-values2/module.d.ts","../../node_modules/dot-values2/node_modules/ts-type/lib/generic.d.ts","../../node_modules/dot-values2/node_modules/ts-type/lib/type/base.d.ts","../../node_modules/dot-values2/lib/types.d.ts","../../node_modules/dot-values2/lib/util.d.ts","../../node_modules/dot-values2/lib/get.d.ts","../../node_modules/dot-values2/lib/set.d.ts","../../node_modules/dot-values2/lib/has.d.ts","../../node_modules/dot-values2/lib/unset.d.ts","../../node_modules/dot-values2/lib/index.d.ts","./schema/package.json","./schema/lerna.json","./script/index.ts","./package.json","./test/temp.ts","./test/temp2.ts","./test/spec/lerna-json.ts","./test/spec/package-json.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/minimatch/index.d.ts","../../node_modules/@types/glob/index.d.ts","../../node_modules/@types/minimist/index.d.ts","../../node_modules/@types/normalize-package-data/index.d.ts","./node_modules/ts-type/lib/type/base.d.ts","./node_modules/ts-type/lib/generic.d.ts","./node_modules/ts-type/lib/helper.d.ts","./node_modules/ts-type/lib/helper/filter.d.ts","./node_modules/ts-type/lib/helper/infer.d.ts","./node_modules/ts-type/lib/helper/intersection.d.ts","./node_modules/ts-type/lib/helper/key-value.d.ts","./node_modules/ts-type/lib/helper/number.d.ts","./node_modules/ts-type/lib/helper/overwrite.d.ts","./node_modules/ts-type/lib/helper/readonly.d.ts","./node_modules/ts-type/lib/helper/record.d.ts","./node_modules/ts-type/lib/helper/string.d.ts","./node_modules/ts-type/lib/helper/tuple.d.ts","./node_modules/ts-type/lib/helper/typeof.d.ts","./node_modules/ts-type/lib/helper/unpacked.d.ts","./node_modules/ts-type/lib/index.d.ts","./node_modules/ts-type/lib/internal/filter.d.ts","./node_modules/ts-type/lib/internal/logic/string-literal.d.ts","./node_modules/ts-type/lib/logic/any.d.ts","./node_modules/ts-type/lib/type/bluebird.d.ts","./node_modules/ts-type/lib/type/decorators.d.ts","./node_modules/ts-type/lib/type/promise.d.ts","./node_modules/ts-type/lib/type/proxy.d.ts","./node_modules/ts-type/lib/type/record.d.ts"],"fileInfos":[{"version":"6adbf5efd0e374ff5f427a4f26a5a413e9734eee5067a0e86da69aea41910b52","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940",{"version":"abba1071bfd89e55e88a054b0c851ea3e8a494c340d0f3fab19eb18f6afb0c9e","affectsGlobalScope":true},{"version":"927cb2b60048e1395b183bf74b2b80a75bdb1dbe384e1d9fac654313ea2fb136","affectsGlobalScope":true},{"version":"7fac8cb5fc820bc2a59ae11ef1c5b38d3832c6d0dfaec5acdb5569137d09a481","affectsGlobalScope":true},{"version":"097a57355ded99c68e6df1b738990448e0bf170e606707df5a7c0481ff2427cd","affectsGlobalScope":true},{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"4378fc8122ec9d1a685b01eb66c46f62aba6b239ca7228bb6483bcf8259ee493","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","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":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"d071129cba6a5f2700be09c86c07ad2791ab67d4e5ed1eb301d6746c62745ea4","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},"1f03b495671c3a1bd24510f38b8947f0991dfd6bf0278c68eca14af15b306e1f","bb92d6222cdcae353c55bfcc33d0dd1f2defb81e9373602f920e72a66087ec33","f8047e89050e511c103095417dc4241b692da40f0ce971732117874d648161e4","df77ec0b60c5b344a51593cefdb1a8cc855f9851eb7f113a4e24f208a8acf9cc","d9e55d93aa33fad61bd5c63800972d00ba8879ec5d29f6f3bce67d16d86abc33","2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","77c1d91a129ba60b8c405f9f539e42df834afb174fe0785f89d92a2c7c16b77a","c544d81603149987796b24cca297c965db427b84b2580fb27e52fb37ddc1f470","906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","9eb2875a1e4c583066af7d6194ea8162191b2756e5d87ccb3c562fdf74d06869","c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","6eef5113135a0f2bbac8259909a5bbb7666bcde022c28f4ab95145623cbe1f72","058b8dd97b7c67b6bf33e7bda7b1e247b019b675d4b6449d14ac002091a8b4f8","89c8a7b88c378663a8124664f2d9b8c2887e186b55aa066edf6d67177ca1aa04","5a30ba65ad753eb2ef65355dbb3011b28b192cb9df2ef0b5f595b51ca7faf353","b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","86d425f7fcd8d100dafa6286cc289af88cbb639ecbdbd25c3018a8f0f7b09fe5","9795e0a3a45d5b6f1a791ee54b7c8b58bc931e8900966cea2dff9c5bae56073b","5890be29879d02424b7654f40592915189034948f7a18c5ad121c006d4e92811","0ab49086f10c75a1cb3b18bffe799dae021774146d8a2d5a4bb42dda67b64f9b","81c77839e152b8f715ec67b0a8b910bcc2d6cf916794c3519f8798c40efd12ac","a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","464843c00fb3dd4735b28255c5c9fe713f16b8e47a3db09ba1647687440f7aef","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","d0f6d36b2d86f934560c48d8bfdc7ab60c67cfb2ab6dc1916706aa68e83d6dc2","4c3afd5ad9d0d77157d3dce6746cd171807940e63dda3362d65454d374325bf4","4128053f212ffd463294b7d1d62b36002f25f6faa454b4a6bc64118f6d7312e4","2fa343d4a34bcab281d37cd89e34228cbed2d07ea2b410187d047b3937d5d902","2c3d97a84af1289bbff642ac7e31e2cd17fa28598c4eb216b6f7907c4b9956a1","eb876afa9a4c51f9beedf27208c05fa9beaf4283ed71b3e991a8040e921bf9c1","66dc5d0cb1eed26a44cdb3cf93bb747c633f9c18ab5a5d7c2fd3e74ed5442aba","b1a9246a8270b80555ac859ed4ce87155fda2cc5875d826496390d87cb4eb828","d17688b682b07072256d81ecd8001e7a10a871e286389066d8b18f4bf51afcd9","f44c7e8edf452ef8eebea847c4a72f92f5a1afe341d45411ded867513d69011d","263f994558969582631838363e6ed072fe56db12457e67e76b9536751b1f9401","30a0a331dc5ca5c3d34a3f3b6bbd2e7badc62c1effe393650af1d78afcf31c76","17dec98c15b12786d26552f0b4eed667d1850a9f169a6a955974a616f86c7839","627f25a052bd6ba0f91c9a54857fd8030b34dffed7eb24c3036fbef274f8a276","f495331c08b16183d0b9dd65ad148c59269235dece6a29438c51bd233b8d16c2","6bf6d553e086ea3ba4067abdb46a11e437e410f58c8f60182c24b947a7897e9e","d6df68a2f8717857470226d76f50d5cdfdc93128a5192f1fb60b3b5db5f32c19","9d481dcb367f1784550b1e5f49e10c7b34401284b2681437bb8f55f5967d9006","001b8af4461754170f2d408b64417fb1035093a90f6c249489613adb65fa7e2d","0d72245f0e143cbd88880751f263591e8ecf7b4a2305d47c89bbddbba016ff3e","8c30ad5a90bcc7563c21ff7bd9daf554a623a499816f275f57ca56a45eefe150","713a9ece1839bbbe6beacc21f67b68ff27abfa802e00314759f7c194fea6e485","da3fa2afe8b071a88b08b37612cb87ac539b466ece69e8932dac2fabebd82c49","294554913f43e53471148f2c56b32ec7348fd88355e6d7e01bb68ecb5cd34a7f","0d5a2ee1fdfa82740e0103389b9efd6bfe145a20018a2da3c02b89666181f4d9","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"92d63add669d18ebc349efbacd88966d6f2ccdddfb1b880b2db98ae3aa7bf7c4","affectsGlobalScope":true},"ccc94049a9841fe47abe5baef6be9a38fc6228807974ae675fb15dc22531b4be",{"version":"9acfe4d1ff027015151ce81d60797b04b52bffe97ad8310bb0ec2e8fd61e1303","affectsGlobalScope":true},"95843d5cfafced8f3f8a5ce57d2335f0bcd361b9483587d12a25e4bd403b8216","afc6e96061af46bcff47246158caee7e056f5288783f2d83d6858cd25be1c565",{"version":"34f5bcac12b36d70304b73de5f5aab3bb91bd9919f984be80579ebcad03a624e","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","2f520601649a893e6a49a8851ebfcf4be8ce090dc1281c2a08a871cb04e8251f","f50c975ab7b50e25a69e3d8a3773894125b44e9698924105f23b812bf7488baf","2b8c764f856a1dd0a9a2bf23e5efddbff157de8138b0754010be561ae5fcaa90","ad4b60488fb1e562bf375dac9299815f7028bf667d9b5887b2d01d501b7d1ddd","246341c3a7a2638cf830d690e69de1e6085a102c6a30596435b050e6ac86c11a","6972fca26f6e9bd56197568d4379f99071a90766e06b4fcb5920a0130a9202be",{"version":"4a2628e95962c8ab756121faa3ac2ed348112ff7a87b5c286dd2cc3326546b4c","affectsGlobalScope":true},"aa8fe22e10f78a67b2ffbcc614b45fe258ff9e71d53ddb56e75fa7883c530270","a049a59a02009fc023684fcfaf0ac526fe36c35dcc5d2b7d620c1750ba11b083","a361a26932d73497a174a6d48c53cfedb55f735f20e8638fdf7b25cdeaac9ca4","b287b810b5035d5685f1df6e1e418f1ca452a3ed4f59fd5cc081dbf2045f0d9b","4b9a003b5c556c96784132945bb41c655ea11273b1917f5c8d0c154dd5fd20dd","a458dc78104cc80048ac24fdc02fe6dce254838094c2f25641b3f954d9721241",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"902cd98bf46e95caf4118a0733fb801e9e90eec3edaed6abdad77124afec9ca2","abc1c425b2ad6720433f40f1877abfa4223f0f3dd486c9c28c492179ca183cb6","cd4854d38f4eb5592afd98ab95ca17389a7dfe38013d9079e802d739bdbcc939","94eed4cc2f5f658d5e229ff1ccd38860bddf4233e347bf78edd2154dee1f2b99",{"version":"e51bee3200733b1f58818b5a9ea90fcd61c5b8afa3a0378391991f3696826a65","affectsGlobalScope":true},"9f1069b9e2c051737b1f9b4f1baf50e4a63385a6a89c32235549ae87fc3d5492","ee18f2da7a037c6ceeb112a084e485aead9ea166980bf433474559eac1b46553","29c2706fa0cc49a2bd90c83234da33d08bb9554ecec675e91c1f85087f5a5324","0acbf26bf958f9e80c1ffa587b74749d2697b75b484062d36e103c137c562bc3","d7838022c7dab596357a9604b9c6adffe37dc34085ce0779c958ce9545bd7139","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"a279435e7813d1f061c0cab6ab77b1b9377e8d96851e5ed4a76a1ce6eb6e628f","c33a6ea7147af60d8e98f1ac127047f4b0d4e2ce28b8f08ff3de07ca7cc00637",{"version":"b42b47e17b8ece2424ae8039feb944c2e3ba4b262986aebd582e51efbdca93dc","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","2408611d9b4146e35d1dbd1f443ccd8e187c74614a54b80300728277529dbf11","998a3de5237518c0b3ac00a11b3b4417affb008aa20aedee52f3fdae3cb86151","ad41008ffe077206e1811fc873f4d9005b5fd7f6ab52bb6118fef600815a5cb4","d88ecca73348e7c337541c4b8b60a50aca5e87384f6b8a422fc6603c637e4c21","badae0df9a8016ac36994b0a0e7b82ba6aaa3528e175a8c3cb161e4683eec03e","c3db860bcaaaeb3bbc23f353bbda1f8ab82756c8d5e973bebb3953cb09ea68f2","235a53595bd20b0b0eeb1a29cb2887c67c48375e92f03749b2488fbd46d0b1a0","bc09393cd4cd13f69cf1366d4236fbae5359bb550f0de4e15767e9a91d63dfb1","9c266243b01545e11d2733a55ad02b4c00ecdbda99c561cd1674f96e89cdc958","c71155c05fc76ff948a4759abc1cb9feec036509f500174bc18dad4c7827a60c",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"e6ef68f677c1b63967d87568043b8af9d2dfd71d5873acd1de3abeb1db606741","ed19da84b7dbf00952ad0b98ce5c194f1903bcf7c94d8103e8e0d63b271543ae","644c59289eb29590d65062c5b64dda9ef2797ce120071265a9099436f0d41a16","338bd7c3518b05b4c473971be0e5f8f854aca7cdb00d1b97192c14860f4ebf2f","0359682c54e487c4cab2b53b2b4d35cc8dea4d9914bc6abcdb5701f8b8e745a4","6bf066feed9a2020bec7b198c2b36e56545f107c5f2f059ae507f35325ef5ec5","ef2347ab5b328013eb07a25d7689ca77a8728788ff2e625092844ae5566c29af","f58599a92d4a64416f4999a4d7241e1647aec2a6249214892722f712a6eedbe0","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","378df8bbbb9e3f6fca05d58f644aab538e1062eab5e778fb0b83d41125df246d","d88a479cccf787b4aa82362150fbeba5211a32dbfafa7b92ba6995ecaf9a1a89","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","c24ad9be9adf28f0927e3d9d9e9cec1c677022356f241ccbbfb97bfe8fb3d1a1","0ec0998e2d085e8ea54266f547976ae152c9dd6cdb9ac4d8a520a230f5ebae84","9364c7566b0be2f7b70ff5285eb34686f83ccb01bda529b82d23b2a844653bfb","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","ae9930989ed57478eb03b9b80ad3efa7a3eacdfeff0f78ecf7894c4963a64f93","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae","9fa6b83a35e897f340858995ca5d77e901d89fd18644cd4c9e8a4afe0b2e6363",{"version":"0714e2046df66c0e93c3330d30dbc0565b3e8cd3ee302cf99e4ede6220e5fec8","affectsGlobalScope":true},"67bec1ef11c1e97f6f4f78df7aaa48ac13321e937c1f6e3a8cac9fcbafa66c5e","279752b695159b05f542c9e092a943aad787b393e0eeabea72bb14b78141733f","da2342a5667d78aca7d4021fb040e588d82d1f448e4680d036cddd93c3feac52","b32dbd9a355452b1e36f5bfd99ac857eedefe556a704a78a76f53ecd8884f6a1","be286e579e42c0665af2a8d7bd091541cd37c19daaa4f5d1c109cc2497feff3a","4ad99c18b6d308718e6487e3aa151e3aea2b847be8b20e7a161940ad3075c4f5","0a22d33155c9566aa295761ff814421d38f9b7e50dea9a8cfa98a192eaae71c4","85021bf76a9327644bf808d76adf74b471e14fc64fdd3167bc0dfd148f15f163","265158b08e92c8b44b6bf16f4e223d5fa354a17bb052df13deb3f340bb8fc525","8128f73d3289ada601bc32e9263911907be2980e9dcbd421c358e4cdc904ebff","bdaee3b9c26d2f97fb49b925d725654106b30b1016fb0bb9361bdd66188d386d","e60aaf372df8437098eaabd1cdfeb37980bec7e64f5cdc491b7db049c4e93e94","c514916c76446f935ffd0a15b7c4af30677641f749b8ac1f52e35ac9f16349bc","56740db89dcf25e99ee3ba21b3576aba1956f0016c7718ddffb1dbded584b5dc","5a721e414c8cb8c64762d76b93a86f5fb0b0ee7ef92f738cda36e34acc426188","a3c72791f4e8be2b565d0282b34be5c25a7e7f08008e4c0d88c9a98005e66f65",{"version":"e1cf891e1a96bc0a9dcccd53ff907327b598083dce583c1f357296e4d2f0ad09","signature":"306d42a9623c2ec540a3c0c8443f56b33efb547b761adb90407091602965e707"},"23cd9871539ea4b6b4fa4cef3c47eee3215d6fe9349f3c481e4911d9a6cbef03","83627d497cdd4242766c284d87e9cbe3277a8ace6c3fd483d77d6c1593f58e0e","039aa333683d3a733f25cc2a5b18e392e7c75e3a6f708849fbf89da9a3844161","295d81aa7a8ca5de033c84d5658c63b7e0c2b79358b4a9980cbb147519296551",{"version":"64d4b35c5456adf258d2cf56c341e203a073253f229ef3208fc0d5020253b241","affectsGlobalScope":true},"0133ebdd17a823ae56861948870cde4dac18dd8818ab641039c85bbb720429e0","7d7c8ef7d48a035142c07dae60545ecc0e4af4c337742760cb09726f2f8e31db","ab9cce8526b1878586804696261de5505885a9b9bbe8af15e99b7387c81f2b6d","8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","fd326577c62145816fe1acc306c734c2396487f76719d3785d4e825b34540b33","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a"],"options":{"allowSyntheticDefaultImports":true,"allowUmdGlobalAccess":false,"declaration":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"inlineSourceMap":false,"inlineSources":true,"jsx":1,"module":1,"newLine":1,"noErrorTruncation":true,"noImplicitOverride":true,"noImplicitThis":true,"noUncheckedIndexedAccess":true,"preserveConstEnums":true,"removeComments":false,"skipLibCheck":true,"sourceMap":true,"strict":false,"strictNullChecks":false,"target":6},"fileIdsList":[[153,164],[153],[153,164,202,203,204],[153,205],[126,153,160],[125,126,153,160,206],[153,168,170,171,172,173,174,175,176,177,178,179,180],[153,168,169,171,172,173,174,175,176,177,178,179,180],[153,169,170,171,172,173,174,175,176,177,178,179,180],[153,168,169,170,172,173,174,175,176,177,178,179,180],[153,168,169,170,171,173,174,175,176,177,178,179,180],[153,168,169,170,171,172,174,175,176,177,178,179,180],[153,168,169,170,171,172,173,175,176,177,178,179,180],[153,168,169,170,171,172,173,174,176,177,178,179,180],[153,168,169,170,171,172,173,174,175,177,178,179,180],[153,168,169,170,171,172,173,174,175,176,178,179,180],[153,168,169,170,171,172,173,174,175,176,177,179,180],[153,168,169,170,171,172,173,174,175,176,177,178,180],[153,168,169,170,171,172,173,174,175,176,177,178,179],[110,153],[113,153],[114,119,153],[115,125,126,133,142,152,153],[115,116,125,133,153],[117,153],[118,119,126,134,153],[119,142,149,153],[120,122,125,133,153],[121,153],[122,123,153],[124,125,153],[125,153],[125,126,127,142,152,153],[125,126,127,142,153],[128,133,142,152,153],[125,126,128,129,133,142,149,152,153],[128,130,142,149,152,153],[110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159],[125,131,153],[132,152,153],[122,125,133,142,153],[134,153],[135,153],[113,136,153],[137,151,153,157],[138,153],[139,153],[125,140,153],[140,141,153,155],[125,142,143,144,153],[142,144,153],[142,143,153],[145,153],[146,153],[125,147,148,153],[147,148,153],[119,133,149,153],[150,153],[133,151,153],[114,128,139,152,153],[119,153],[142,153,154],[153,155],[153,156],[114,119,125,127,136,142,152,153,155,157],[142,153,158],[47,86,153],[47,71,86,153],[86,153],[47,153],[47,72,86,153],[47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,153],[72,86,153],[153,188],[153,189,190,191,192],[153,186],[153,184,186,187],[153,185],[153,165],[153,164,166,167,181],[153,164,180],[44,153],[45,104,106,108,126,153],[88,89,92,93,94,99,153],[88,94,100,153],[86,87,153],[88,153],[46,88,91,92,94,100,101,102,103,153],[135,153,163,183,193,194,195],[128,135,153,161,162,163,164,182],[100,104,153],[104,153],[104,153,197],[107,153],[105,153],[95,97,153],[90,96,98,153],[95,153],[90,91,153],[153,210],[153,184,187,210],[153,211]],"referencedMap":[[165,1],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[43,2],[33,2],[34,2],[35,2],[36,2],[7,2],[41,2],[37,2],[38,2],[39,2],[40,2],[1,2],[42,2],[11,2],[10,2],[163,2],[202,2],[205,3],[203,4],[204,2],[161,5],[207,6],[164,2],[169,7],[170,8],[168,9],[171,10],[172,11],[173,12],[174,13],[175,14],[176,15],[177,16],[178,17],[179,18],[180,19],[206,2],[208,2],[110,20],[111,20],[113,21],[114,22],[115,23],[116,24],[117,25],[118,26],[119,27],[120,28],[121,29],[122,30],[123,30],[124,31],[125,32],[126,33],[127,34],[112,2],[159,2],[128,35],[129,36],[130,37],[160,38],[131,39],[132,40],[133,41],[134,42],[135,43],[136,44],[137,45],[138,46],[139,47],[140,48],[141,49],[142,50],[144,51],[143,52],[145,53],[146,54],[147,55],[148,56],[149,57],[150,58],[151,59],[152,60],[153,61],[154,62],[155,63],[156,64],[157,65],[158,66],[209,2],[167,2],[71,67],[72,68],[47,69],[50,69],[69,67],[70,67],[60,70],[59,70],[57,67],[52,67],[65,67],[63,67],[67,67],[51,67],[64,67],[68,67],[53,67],[54,67],[66,67],[48,67],[55,67],[56,67],[58,67],[62,67],[73,71],[61,67],[49,67],[86,72],[85,2],[80,71],[82,73],[81,71],[74,71],[75,71],[77,71],[79,71],[83,73],[84,73],[76,73],[78,73],[162,2],[189,74],[191,74],[193,75],[190,74],[187,76],[192,74],[188,77],[184,2],[185,2],[186,78],[166,79],[182,80],[181,81],[45,82],[109,83],[100,84],[93,2],[103,85],[87,2],[88,86],[101,87],[94,2],[104,88],[197,2],[195,2],[194,2],[196,89],[183,90],[200,91],[201,92],[198,93],[199,92],[108,94],[106,95],[44,2],[89,2],[46,2],[107,2],[105,2],[95,2],[90,2],[98,96],[102,2],[99,97],[97,2],[96,98],[92,99],[91,2]],"exportedModulesMap":[[165,1],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[43,2],[33,2],[34,2],[35,2],[36,2],[7,2],[41,2],[37,2],[38,2],[39,2],[40,2],[1,2],[42,2],[11,2],[10,2],[163,2],[202,2],[205,3],[203,4],[204,2],[161,5],[207,6],[164,2],[169,7],[170,8],[168,9],[171,10],[172,11],[173,12],[174,13],[175,14],[176,15],[177,16],[178,17],[179,18],[180,19],[206,2],[208,2],[110,20],[111,20],[113,21],[114,22],[115,23],[116,24],[117,25],[118,26],[119,27],[120,28],[121,29],[122,30],[123,30],[124,31],[125,32],[126,33],[127,34],[112,2],[159,2],[128,35],[129,36],[130,37],[160,38],[131,39],[132,40],[133,41],[134,42],[135,43],[136,44],[137,45],[138,46],[139,47],[140,48],[141,49],[142,50],[144,51],[143,52],[145,53],[146,54],[147,55],[148,56],[149,57],[150,58],[151,59],[152,60],[153,61],[154,62],[155,63],[156,64],[157,65],[158,66],[209,2],[167,2],[71,67],[72,68],[47,69],[50,69],[69,67],[70,67],[60,70],[59,70],[57,67],[52,67],[65,67],[63,67],[67,67],[51,67],[64,67],[68,67],[53,67],[54,67],[66,67],[48,67],[55,67],[56,67],[58,67],[62,67],[73,71],[61,67],[49,67],[86,72],[85,2],[80,71],[82,73],[81,71],[74,71],[75,71],[77,71],[79,71],[83,73],[84,73],[76,73],[78,73],[162,2],[189,74],[191,74],[193,75],[190,74],[187,100],[192,74],[188,101],[184,2],[185,2],[186,102],[166,79],[182,80],[181,81],[45,82],[109,83],[100,84],[93,2],[103,85],[87,2],[88,86],[101,87],[94,2],[104,88],[195,2],[194,2],[196,89],[183,90],[200,91],[201,92],[198,93],[199,92],[108,94],[106,95],[44,2],[89,2],[46,2],[107,2],[105,2],[95,2],[90,2],[98,96],[102,2],[99,97],[97,2],[96,98],[92,99],[91,2]],"semanticDiagnosticsPerFile":[165,8,9,13,12,2,14,15,16,17,18,19,20,21,3,4,25,22,23,24,26,27,28,5,29,30,31,32,6,43,33,34,35,36,7,41,37,38,39,40,1,42,11,10,163,202,205,203,204,161,207,164,169,170,168,171,172,173,174,175,176,177,178,179,180,206,208,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,112,159,128,129,130,160,131,132,133,134,135,136,137,138,139,140,141,142,144,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,209,167,71,72,47,50,69,70,60,59,57,52,65,63,67,51,64,68,53,54,66,48,55,56,58,62,73,61,49,86,85,80,82,81,74,75,77,79,83,84,76,78,162,189,191,193,190,187,192,188,184,185,186,166,182,181,45,109,100,93,103,87,88,101,94,104,197,195,194,196,183,200,201,198,199,108,106,44,89,46,107,105,95,90,98,102,99,97,96,92,91],"affectedFilesPendingEmit":[[165,1],[2,1],[3,1],[4,1],[5,1],[6,1],[43,1],[7,1],[163,1],[202,1],[205,1],[203,1],[204,1],[161,1],[207,1],[164,1],[169,1],[170,1],[168,1],[171,1],[172,1],[173,1],[174,1],[175,1],[176,1],[177,1],[178,1],[179,1],[180,1],[206,1],[208,1],[110,1],[111,1],[113,1],[114,1],[115,1],[116,1],[117,1],[118,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[112,1],[159,1],[128,1],[129,1],[130,1],[160,1],[131,1],[132,1],[133,1],[134,1],[135,1],[136,1],[137,1],[138,1],[139,1],[140,1],[141,1],[142,1],[144,1],[143,1],[145,1],[146,1],[147,1],[148,1],[149,1],[150,1],[151,1],[152,1],[153,1],[154,1],[155,1],[156,1],[157,1],[158,1],[209,1],[167,1],[71,1],[72,1],[47,1],[50,1],[69,1],[70,1],[60,1],[59,1],[57,1],[52,1],[65,1],[63,1],[67,1],[51,1],[64,1],[68,1],[53,1],[54,1],[66,1],[48,1],[55,1],[56,1],[58,1],[62,1],[73,1],[61,1],[49,1],[86,1],[85,1],[80,1],[82,1],[81,1],[74,1],[75,1],[77,1],[79,1],[83,1],[84,1],[76,1],[78,1],[162,1],[189,1],[191,1],[193,1],[190,1],[187,1],[192,1],[188,1],[184,1],[185,1],[186,1],[166,1],[182,1],[181,1],[45,1],[109,1],[100,1],[93,1],[103,1],[87,1],[88,1],[101,1],[94,1],[211,1],[212,1],[213,1],[214,1],[215,1],[216,1],[217,1],[218,1],[219,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[210,1],[229,1],[230,1],[231,1],[232,1],[233,1],[104,1],[197,1],[195,1],[194,1],[196,1],[183,1],[200,1],[201,1],[198,1],[199,1],[108,1],[106,1],[44,1],[89,1],[46,1],[107,1],[105,1],[95,1],[90,1],[98,1],[102,1],[99,1],[97,1],[96,1],[92,1],[91,1]]},"version":"4.5.2"}
|
|
1
|
+
{"program":{"fileNames":["../../node_modules/@tsd/typescript/typescript/lib/lib.es5.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2016.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2017.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2018.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2019.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2020.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.dom.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.webworker.importscripts.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.scripthost.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.core.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2017.object.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2017.string.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2019.array.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2019.object.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2019.string.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2020.string.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/@tsd/typescript/typescript/lib/lib.es2019.full.d.ts","./types/eslintrc.json.d.ts","./eslintrc-json.ts","./types/package.json.d.ts","../../node_modules/@types/semver/classes/semver.d.ts","../../node_modules/@types/semver/functions/parse.d.ts","../../node_modules/@types/semver/functions/valid.d.ts","../../node_modules/@types/semver/functions/clean.d.ts","../../node_modules/@types/semver/functions/inc.d.ts","../../node_modules/@types/semver/functions/diff.d.ts","../../node_modules/@types/semver/functions/major.d.ts","../../node_modules/@types/semver/functions/minor.d.ts","../../node_modules/@types/semver/functions/patch.d.ts","../../node_modules/@types/semver/functions/prerelease.d.ts","../../node_modules/@types/semver/functions/compare.d.ts","../../node_modules/@types/semver/functions/rcompare.d.ts","../../node_modules/@types/semver/functions/compare-loose.d.ts","../../node_modules/@types/semver/functions/compare-build.d.ts","../../node_modules/@types/semver/functions/sort.d.ts","../../node_modules/@types/semver/functions/rsort.d.ts","../../node_modules/@types/semver/functions/gt.d.ts","../../node_modules/@types/semver/functions/lt.d.ts","../../node_modules/@types/semver/functions/eq.d.ts","../../node_modules/@types/semver/functions/neq.d.ts","../../node_modules/@types/semver/functions/gte.d.ts","../../node_modules/@types/semver/functions/lte.d.ts","../../node_modules/@types/semver/functions/cmp.d.ts","../../node_modules/@types/semver/functions/coerce.d.ts","../../node_modules/@types/semver/classes/comparator.d.ts","../../node_modules/@types/semver/classes/range.d.ts","../../node_modules/@types/semver/functions/satisfies.d.ts","../../node_modules/@types/semver/ranges/max-satisfying.d.ts","../../node_modules/@types/semver/ranges/min-satisfying.d.ts","../../node_modules/@types/semver/ranges/to-comparators.d.ts","../../node_modules/@types/semver/ranges/min-version.d.ts","../../node_modules/@types/semver/ranges/valid.d.ts","../../node_modules/@types/semver/ranges/outside.d.ts","../../node_modules/@types/semver/ranges/gtr.d.ts","../../node_modules/@types/semver/ranges/ltr.d.ts","../../node_modules/@types/semver/ranges/intersects.d.ts","../../node_modules/@types/semver/ranges/simplify.d.ts","../../node_modules/@types/semver/ranges/subset.d.ts","../../node_modules/@types/semver/internals/identifiers.d.ts","../../node_modules/@types/semver/index.d.ts","./lib/package-json/publishconfig.ts","./lib/package-json/types.ts","./types/lerna.json.d.ts","../ts-type/lib/helper/filter.ts","../ts-type/lib/type/record/partial.ts","../ts-type/lib/type/record.ts","./lib/lerna-json/types.ts","./lib/types.ts","../ts-type/lib/generic.ts","../ts-type/lib/type/base.ts","../ts-type/lib/helper/typeof.ts","../ts-type/lib/helper/key-value.ts","../ts-type/lib/helper/record/pick-type.ts","./lerna-json.ts","./lib/package-json/yarn.ts","../ts-type/lib/helper/record/omit-index.ts","./lib/package-json/extend.ts","./package-json.ts","./types/tsconfig.json.d.ts","./tsconfig-json.ts","./types/travis.json.d.ts","./travis-json.ts","./index.ts","../../node_modules/@types/node/assert.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/stream/consumers.d.ts","../../node_modules/@types/node/stream/web.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/wasi.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/index.d.ts","../../node_modules/@types/fs-extra/index.d.ts","../../node_modules/axios/index.d.ts","../../node_modules/@types/bluebird/index.d.ts","../../node_modules/@types/json-schema/index.d.ts","../../node_modules/@apidevtools/json-schema-ref-parser/lib/index.d.ts","../../node_modules/json-schema-ref-parser/index.d.ts","../../node_modules/@types/prettier/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/json-schema-to-typescript/dist/src/types/jsonschema.d.ts","../../node_modules/json-schema-to-typescript/dist/src/index.d.ts","./script/util.ts","../../node_modules/dot-values2/module.d.ts","../../node_modules/dot-values2/node_modules/ts-type/lib/generic.d.ts","../../node_modules/dot-values2/node_modules/ts-type/lib/type/base.d.ts","../../node_modules/dot-values2/lib/types.d.ts","../../node_modules/dot-values2/lib/util.d.ts","../../node_modules/dot-values2/lib/get.d.ts","../../node_modules/dot-values2/lib/set.d.ts","../../node_modules/dot-values2/lib/has.d.ts","../../node_modules/dot-values2/lib/unset.d.ts","../../node_modules/dot-values2/lib/index.d.ts","./schema/package.json","./schema/lerna.json","./script/index.ts","./package.json","./test/temp.ts","./test/temp2.ts","./test/spec/lerna-json.ts","./test/spec/package-json.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/minimatch/index.d.ts","../../node_modules/@types/glob/index.d.ts","../../node_modules/@types/minimist/index.d.ts","../../node_modules/@types/normalize-package-data/index.d.ts","./node_modules/ts-type/lib/type/base.d.ts","./node_modules/ts-type/lib/generic.d.ts","./node_modules/ts-type/lib/helper.d.ts","./node_modules/ts-type/lib/helper/filter.d.ts","./node_modules/ts-type/lib/helper/infer.d.ts","./node_modules/ts-type/lib/helper/intersection.d.ts","./node_modules/ts-type/lib/helper/key-value.d.ts","./node_modules/ts-type/lib/helper/number.d.ts","./node_modules/ts-type/lib/helper/overwrite.d.ts","./node_modules/ts-type/lib/helper/readonly.d.ts","./node_modules/ts-type/lib/helper/record.d.ts","./node_modules/ts-type/lib/helper/string.d.ts","./node_modules/ts-type/lib/helper/tuple.d.ts","./node_modules/ts-type/lib/helper/typeof.d.ts","./node_modules/ts-type/lib/helper/unpacked.d.ts","./node_modules/ts-type/lib/index.d.ts","./node_modules/ts-type/lib/internal/filter.d.ts","./node_modules/ts-type/lib/internal/logic/string-literal.d.ts","./node_modules/ts-type/lib/logic/any.d.ts","./node_modules/ts-type/lib/type/bluebird.d.ts","./node_modules/ts-type/lib/type/decorators.d.ts","./node_modules/ts-type/lib/type/promise.d.ts","./node_modules/ts-type/lib/type/proxy.d.ts","./node_modules/ts-type/lib/type/record.d.ts"],"fileInfos":[{"version":"6adbf5efd0e374ff5f427a4f26a5a413e9734eee5067a0e86da69aea41910b52","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940",{"version":"abba1071bfd89e55e88a054b0c851ea3e8a494c340d0f3fab19eb18f6afb0c9e","affectsGlobalScope":true},{"version":"927cb2b60048e1395b183bf74b2b80a75bdb1dbe384e1d9fac654313ea2fb136","affectsGlobalScope":true},{"version":"7fac8cb5fc820bc2a59ae11ef1c5b38d3832c6d0dfaec5acdb5569137d09a481","affectsGlobalScope":true},{"version":"097a57355ded99c68e6df1b738990448e0bf170e606707df5a7c0481ff2427cd","affectsGlobalScope":true},{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"4378fc8122ec9d1a685b01eb66c46f62aba6b239ca7228bb6483bcf8259ee493","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","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":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"d071129cba6a5f2700be09c86c07ad2791ab67d4e5ed1eb301d6746c62745ea4","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},"1f03b495671c3a1bd24510f38b8947f0991dfd6bf0278c68eca14af15b306e1f","84b07790c97a0777e3a5c45c5a48c28e38198f00323e9548044db2162b3c2de4",{"version":"f8047e89050e511c103095417dc4241b692da40f0ce971732117874d648161e4","signature":"c21c518472e8f11bf539ba1d6d9e772af7d936e0796d2992d152f1b1e1ea15ba"},"1fd56074eaf180628b75e51ec85783ca245e98fe00fa7224f0883fef368c822f","d9e55d93aa33fad61bd5c63800972d00ba8879ec5d29f6f3bce67d16d86abc33","2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","77c1d91a129ba60b8c405f9f539e42df834afb174fe0785f89d92a2c7c16b77a","c544d81603149987796b24cca297c965db427b84b2580fb27e52fb37ddc1f470","906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","9eb2875a1e4c583066af7d6194ea8162191b2756e5d87ccb3c562fdf74d06869","c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","6eef5113135a0f2bbac8259909a5bbb7666bcde022c28f4ab95145623cbe1f72","058b8dd97b7c67b6bf33e7bda7b1e247b019b675d4b6449d14ac002091a8b4f8","89c8a7b88c378663a8124664f2d9b8c2887e186b55aa066edf6d67177ca1aa04","5a30ba65ad753eb2ef65355dbb3011b28b192cb9df2ef0b5f595b51ca7faf353","b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","86d425f7fcd8d100dafa6286cc289af88cbb639ecbdbd25c3018a8f0f7b09fe5","9795e0a3a45d5b6f1a791ee54b7c8b58bc931e8900966cea2dff9c5bae56073b","5890be29879d02424b7654f40592915189034948f7a18c5ad121c006d4e92811","0ab49086f10c75a1cb3b18bffe799dae021774146d8a2d5a4bb42dda67b64f9b","81c77839e152b8f715ec67b0a8b910bcc2d6cf916794c3519f8798c40efd12ac","a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","464843c00fb3dd4735b28255c5c9fe713f16b8e47a3db09ba1647687440f7aef","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","d0f6d36b2d86f934560c48d8bfdc7ab60c67cfb2ab6dc1916706aa68e83d6dc2","4c3afd5ad9d0d77157d3dce6746cd171807940e63dda3362d65454d374325bf4","4128053f212ffd463294b7d1d62b36002f25f6faa454b4a6bc64118f6d7312e4","2fa343d4a34bcab281d37cd89e34228cbed2d07ea2b410187d047b3937d5d902","2c3d97a84af1289bbff642ac7e31e2cd17fa28598c4eb216b6f7907c4b9956a1","eb876afa9a4c51f9beedf27208c05fa9beaf4283ed71b3e991a8040e921bf9c1","66dc5d0cb1eed26a44cdb3cf93bb747c633f9c18ab5a5d7c2fd3e74ed5442aba","b1a9246a8270b80555ac859ed4ce87155fda2cc5875d826496390d87cb4eb828","d17688b682b07072256d81ecd8001e7a10a871e286389066d8b18f4bf51afcd9","f44c7e8edf452ef8eebea847c4a72f92f5a1afe341d45411ded867513d69011d","263f994558969582631838363e6ed072fe56db12457e67e76b9536751b1f9401","30a0a331dc5ca5c3d34a3f3b6bbd2e7badc62c1effe393650af1d78afcf31c76","17dec98c15b12786d26552f0b4eed667d1850a9f169a6a955974a616f86c7839","627f25a052bd6ba0f91c9a54857fd8030b34dffed7eb24c3036fbef274f8a276","f495331c08b16183d0b9dd65ad148c59269235dece6a29438c51bd233b8d16c2","6bf6d553e086ea3ba4067abdb46a11e437e410f58c8f60182c24b947a7897e9e","d6df68a2f8717857470226d76f50d5cdfdc93128a5192f1fb60b3b5db5f32c19","9d481dcb367f1784550b1e5f49e10c7b34401284b2681437bb8f55f5967d9006",{"version":"001b8af4461754170f2d408b64417fb1035093a90f6c249489613adb65fa7e2d","signature":"da620765299ef8efecd892073a80d99ced11a8a764f38007faeeb2045da2cda5"},"8ad040781fd56018dfd4ecc6827374f3760db99dc7536a8371c7dd23994453fa",{"version":"8c30ad5a90bcc7563c21ff7bd9daf554a623a499816f275f57ca56a45eefe150","signature":"c9d1dd1426720c8e5e7a4f0e9752af314121a2d571cac1c895198ca597a56f88"},"9548864d0093141e7078cc3e731bfb447e2299fbe08edada6697734293a47a6a",{"version":"da3fa2afe8b071a88b08b37612cb87ac539b466ece69e8932dac2fabebd82c49","signature":"f64e4d960a9fe98cdb136cebd971d38cd00e9883305fb353e65103d684368717"},"294554913f43e53471148f2c56b32ec7348fd88355e6d7e01bb68ecb5cd34a7f","0d5a2ee1fdfa82740e0103389b9efd6bfe145a20018a2da3c02b89666181f4d9","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"92d63add669d18ebc349efbacd88966d6f2ccdddfb1b880b2db98ae3aa7bf7c4","affectsGlobalScope":true},"ccc94049a9841fe47abe5baef6be9a38fc6228807974ae675fb15dc22531b4be",{"version":"9acfe4d1ff027015151ce81d60797b04b52bffe97ad8310bb0ec2e8fd61e1303","affectsGlobalScope":true},"95843d5cfafced8f3f8a5ce57d2335f0bcd361b9483587d12a25e4bd403b8216","afc6e96061af46bcff47246158caee7e056f5288783f2d83d6858cd25be1c565",{"version":"34f5bcac12b36d70304b73de5f5aab3bb91bd9919f984be80579ebcad03a624e","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","2f520601649a893e6a49a8851ebfcf4be8ce090dc1281c2a08a871cb04e8251f","f50c975ab7b50e25a69e3d8a3773894125b44e9698924105f23b812bf7488baf","2b8c764f856a1dd0a9a2bf23e5efddbff157de8138b0754010be561ae5fcaa90","ad4b60488fb1e562bf375dac9299815f7028bf667d9b5887b2d01d501b7d1ddd","246341c3a7a2638cf830d690e69de1e6085a102c6a30596435b050e6ac86c11a","6972fca26f6e9bd56197568d4379f99071a90766e06b4fcb5920a0130a9202be",{"version":"4a2628e95962c8ab756121faa3ac2ed348112ff7a87b5c286dd2cc3326546b4c","affectsGlobalScope":true},"aa8fe22e10f78a67b2ffbcc614b45fe258ff9e71d53ddb56e75fa7883c530270","a049a59a02009fc023684fcfaf0ac526fe36c35dcc5d2b7d620c1750ba11b083","a361a26932d73497a174a6d48c53cfedb55f735f20e8638fdf7b25cdeaac9ca4","b287b810b5035d5685f1df6e1e418f1ca452a3ed4f59fd5cc081dbf2045f0d9b","4b9a003b5c556c96784132945bb41c655ea11273b1917f5c8d0c154dd5fd20dd","a458dc78104cc80048ac24fdc02fe6dce254838094c2f25641b3f954d9721241",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"902cd98bf46e95caf4118a0733fb801e9e90eec3edaed6abdad77124afec9ca2","abc1c425b2ad6720433f40f1877abfa4223f0f3dd486c9c28c492179ca183cb6","cd4854d38f4eb5592afd98ab95ca17389a7dfe38013d9079e802d739bdbcc939","94eed4cc2f5f658d5e229ff1ccd38860bddf4233e347bf78edd2154dee1f2b99",{"version":"e51bee3200733b1f58818b5a9ea90fcd61c5b8afa3a0378391991f3696826a65","affectsGlobalScope":true},"9f1069b9e2c051737b1f9b4f1baf50e4a63385a6a89c32235549ae87fc3d5492","ee18f2da7a037c6ceeb112a084e485aead9ea166980bf433474559eac1b46553","29c2706fa0cc49a2bd90c83234da33d08bb9554ecec675e91c1f85087f5a5324","0acbf26bf958f9e80c1ffa587b74749d2697b75b484062d36e103c137c562bc3","d7838022c7dab596357a9604b9c6adffe37dc34085ce0779c958ce9545bd7139","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"a279435e7813d1f061c0cab6ab77b1b9377e8d96851e5ed4a76a1ce6eb6e628f","c33a6ea7147af60d8e98f1ac127047f4b0d4e2ce28b8f08ff3de07ca7cc00637",{"version":"b42b47e17b8ece2424ae8039feb944c2e3ba4b262986aebd582e51efbdca93dc","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","2408611d9b4146e35d1dbd1f443ccd8e187c74614a54b80300728277529dbf11","998a3de5237518c0b3ac00a11b3b4417affb008aa20aedee52f3fdae3cb86151","ad41008ffe077206e1811fc873f4d9005b5fd7f6ab52bb6118fef600815a5cb4","d88ecca73348e7c337541c4b8b60a50aca5e87384f6b8a422fc6603c637e4c21","badae0df9a8016ac36994b0a0e7b82ba6aaa3528e175a8c3cb161e4683eec03e","c3db860bcaaaeb3bbc23f353bbda1f8ab82756c8d5e973bebb3953cb09ea68f2","235a53595bd20b0b0eeb1a29cb2887c67c48375e92f03749b2488fbd46d0b1a0","bc09393cd4cd13f69cf1366d4236fbae5359bb550f0de4e15767e9a91d63dfb1","9c266243b01545e11d2733a55ad02b4c00ecdbda99c561cd1674f96e89cdc958","c71155c05fc76ff948a4759abc1cb9feec036509f500174bc18dad4c7827a60c",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"e6ef68f677c1b63967d87568043b8af9d2dfd71d5873acd1de3abeb1db606741","ed19da84b7dbf00952ad0b98ce5c194f1903bcf7c94d8103e8e0d63b271543ae","2808645b990069e5f8b5ff14c9f1e6077eb642583c3f7854012d60757f23c70e","338bd7c3518b05b4c473971be0e5f8f854aca7cdb00d1b97192c14860f4ebf2f","0359682c54e487c4cab2b53b2b4d35cc8dea4d9914bc6abcdb5701f8b8e745a4","6bf066feed9a2020bec7b198c2b36e56545f107c5f2f059ae507f35325ef5ec5","ef2347ab5b328013eb07a25d7689ca77a8728788ff2e625092844ae5566c29af","f58599a92d4a64416f4999a4d7241e1647aec2a6249214892722f712a6eedbe0","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","378df8bbbb9e3f6fca05d58f644aab538e1062eab5e778fb0b83d41125df246d","d88a479cccf787b4aa82362150fbeba5211a32dbfafa7b92ba6995ecaf9a1a89","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","c24ad9be9adf28f0927e3d9d9e9cec1c677022356f241ccbbfb97bfe8fb3d1a1","0ec0998e2d085e8ea54266f547976ae152c9dd6cdb9ac4d8a520a230f5ebae84","9364c7566b0be2f7b70ff5285eb34686f83ccb01bda529b82d23b2a844653bfb","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","ae9930989ed57478eb03b9b80ad3efa7a3eacdfeff0f78ecf7894c4963a64f93","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae","9fa6b83a35e897f340858995ca5d77e901d89fd18644cd4c9e8a4afe0b2e6363",{"version":"0714e2046df66c0e93c3330d30dbc0565b3e8cd3ee302cf99e4ede6220e5fec8","affectsGlobalScope":true},"67bec1ef11c1e97f6f4f78df7aaa48ac13321e937c1f6e3a8cac9fcbafa66c5e","279752b695159b05f542c9e092a943aad787b393e0eeabea72bb14b78141733f",{"version":"da2342a5667d78aca7d4021fb040e588d82d1f448e4680d036cddd93c3feac52","signature":"ede16e776b5d1b1beee650f3552e6ef957836781e05d296f65d2c949b5009903"},"b32dbd9a355452b1e36f5bfd99ac857eedefe556a704a78a76f53ecd8884f6a1","be286e579e42c0665af2a8d7bd091541cd37c19daaa4f5d1c109cc2497feff3a","4ad99c18b6d308718e6487e3aa151e3aea2b847be8b20e7a161940ad3075c4f5","0a22d33155c9566aa295761ff814421d38f9b7e50dea9a8cfa98a192eaae71c4","85021bf76a9327644bf808d76adf74b471e14fc64fdd3167bc0dfd148f15f163","265158b08e92c8b44b6bf16f4e223d5fa354a17bb052df13deb3f340bb8fc525","8128f73d3289ada601bc32e9263911907be2980e9dcbd421c358e4cdc904ebff","bdaee3b9c26d2f97fb49b925d725654106b30b1016fb0bb9361bdd66188d386d","e60aaf372df8437098eaabd1cdfeb37980bec7e64f5cdc491b7db049c4e93e94","c514916c76446f935ffd0a15b7c4af30677641f749b8ac1f52e35ac9f16349bc",{"version":"63a780c696c266f4b0bba6416742918098d91ad4446003fb2b4f298a8a432142","signature":"f5f43d50cfb9cc8f442dd87a7d1303ec2cfb2885c64d50b0ea1e38ffc44f2311"},"5a721e414c8cb8c64762d76b93a86f5fb0b0ee7ef92f738cda36e34acc426188",{"version":"a3c72791f4e8be2b565d0282b34be5c25a7e7f08008e4c0d88c9a98005e66f65","signature":"fd72124042c7ac53138e22ed3fbe597a318d7980f4e163b459428a87d4685a19"},{"version":"0d2c581ae49b7040dab73e5939e238db4f8587f652d1f35bb2bd07d03d10fdb6","signature":"6cca8d17d768e57af8c27270c575019f068dbf432e206f2fa0c78904ce6bf025"},{"version":"23cd9871539ea4b6b4fa4cef3c47eee3215d6fe9349f3c481e4911d9a6cbef03","signature":"fd72124042c7ac53138e22ed3fbe597a318d7980f4e163b459428a87d4685a19"},{"version":"83627d497cdd4242766c284d87e9cbe3277a8ace6c3fd483d77d6c1593f58e0e","signature":"4597dfacf195594946bf0fd9447dc70c67021171c722a3c0c4c59514dc3f51e7"},{"version":"039aa333683d3a733f25cc2a5b18e392e7c75e3a6f708849fbf89da9a3844161","signature":"94e5a98aa26b10c21c75a1c55d8aa4f60f782d1e4bea722e1ba1d75474d69eca"},{"version":"295d81aa7a8ca5de033c84d5658c63b7e0c2b79358b4a9980cbb147519296551","signature":"b4a52ec3a69d76a98f4b2a75effd8443829516b73aff0e165de6246127dfb4c5"},{"version":"64d4b35c5456adf258d2cf56c341e203a073253f229ef3208fc0d5020253b241","affectsGlobalScope":true},"0133ebdd17a823ae56861948870cde4dac18dd8818ab641039c85bbb720429e0","7d7c8ef7d48a035142c07dae60545ecc0e4af4c337742760cb09726f2f8e31db","ab9cce8526b1878586804696261de5505885a9b9bbe8af15e99b7387c81f2b6d","8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","fd326577c62145816fe1acc306c734c2396487f76719d3785d4e825b34540b33","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a"],"options":{"allowSyntheticDefaultImports":true,"allowUmdGlobalAccess":false,"declaration":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"inlineSourceMap":false,"inlineSources":true,"jsx":1,"module":1,"newLine":1,"noErrorTruncation":true,"noImplicitOverride":true,"noImplicitThis":true,"noUncheckedIndexedAccess":true,"preserveConstEnums":true,"removeComments":false,"skipLibCheck":true,"sourceMap":true,"strict":false,"strictNullChecks":false,"target":6},"fileIdsList":[[153,164],[153],[153,164,202,203,204],[153,205],[126,153,160],[125,126,153,160,206],[153,168,170,171,172,173,174,175,176,177,178,179,180],[153,168,169,171,172,173,174,175,176,177,178,179,180],[153,169,170,171,172,173,174,175,176,177,178,179,180],[153,168,169,170,172,173,174,175,176,177,178,179,180],[153,168,169,170,171,173,174,175,176,177,178,179,180],[153,168,169,170,171,172,174,175,176,177,178,179,180],[153,168,169,170,171,172,173,175,176,177,178,179,180],[153,168,169,170,171,172,173,174,176,177,178,179,180],[153,168,169,170,171,172,173,174,175,177,178,179,180],[153,168,169,170,171,172,173,174,175,176,178,179,180],[153,168,169,170,171,172,173,174,175,176,177,179,180],[153,168,169,170,171,172,173,174,175,176,177,178,180],[153,168,169,170,171,172,173,174,175,176,177,178,179],[110,153],[113,153],[114,119,153],[115,125,126,133,142,152,153],[115,116,125,133,153],[117,153],[118,119,126,134,153],[119,142,149,153],[120,122,125,133,153],[121,153],[122,123,153],[124,125,153],[125,153],[125,126,127,142,152,153],[125,126,127,142,153],[128,133,142,152,153],[125,126,128,129,133,142,149,152,153],[128,130,142,149,152,153],[110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159],[125,131,153],[132,152,153],[122,125,133,142,153],[134,153],[135,153],[113,136,153],[137,151,153,157],[138,153],[139,153],[125,140,153],[140,141,153,155],[125,142,143,144,153],[142,144,153],[142,143,153],[145,153],[146,153],[125,147,148,153],[147,148,153],[119,133,149,153],[150,153],[133,151,153],[114,128,139,152,153],[119,153],[142,153,154],[153,155],[153,156],[114,119,125,127,136,142,152,153,155,157],[142,153,158],[47,86,153],[47,71,86,153],[86,153],[47,153],[47,72,86,153],[47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,153],[72,86,153],[153,188],[153,189,190,191,192],[153,186],[153,184,186,187],[153,185],[153,165],[153,164,166,167,181],[153,164,180],[44,153],[45,104,106,108,126,153],[88,89,92,93,94,99,153],[88,94,100,153],[86,87,153],[88,153],[46,88,91,92,94,100,101,102,103,153],[135,153,163,183,193,194,195],[128,135,153,161,162,163,164,182],[100,104,153],[104,153],[104,153,197],[107,153],[105,153],[95,97,153],[90,96,98,153],[95,153],[90,91,153],[153,210],[153,184,187,210],[153,211],[44],[46,88,91,92,101,102,103],[163,164],[86,92],[46,94,101,104],[107],[105]],"referencedMap":[[165,1],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[43,2],[33,2],[34,2],[35,2],[36,2],[7,2],[41,2],[37,2],[38,2],[39,2],[40,2],[1,2],[42,2],[11,2],[10,2],[163,2],[202,2],[205,3],[203,4],[204,2],[161,5],[207,6],[164,2],[169,7],[170,8],[168,9],[171,10],[172,11],[173,12],[174,13],[175,14],[176,15],[177,16],[178,17],[179,18],[180,19],[206,2],[208,2],[110,20],[111,20],[113,21],[114,22],[115,23],[116,24],[117,25],[118,26],[119,27],[120,28],[121,29],[122,30],[123,30],[124,31],[125,32],[126,33],[127,34],[112,2],[159,2],[128,35],[129,36],[130,37],[160,38],[131,39],[132,40],[133,41],[134,42],[135,43],[136,44],[137,45],[138,46],[139,47],[140,48],[141,49],[142,50],[144,51],[143,52],[145,53],[146,54],[147,55],[148,56],[149,57],[150,58],[151,59],[152,60],[153,61],[154,62],[155,63],[156,64],[157,65],[158,66],[209,2],[167,2],[71,67],[72,68],[47,69],[50,69],[69,67],[70,67],[60,70],[59,70],[57,67],[52,67],[65,67],[63,67],[67,67],[51,67],[64,67],[68,67],[53,67],[54,67],[66,67],[48,67],[55,67],[56,67],[58,67],[62,67],[73,71],[61,67],[49,67],[86,72],[85,2],[80,71],[82,73],[81,71],[74,71],[75,71],[77,71],[79,71],[83,73],[84,73],[76,73],[78,73],[162,2],[189,74],[191,74],[193,75],[190,74],[187,76],[192,74],[188,77],[184,2],[185,2],[186,78],[166,79],[182,80],[181,81],[45,82],[109,83],[100,84],[93,2],[103,85],[87,2],[88,86],[101,87],[94,2],[104,88],[197,2],[195,2],[194,2],[196,89],[183,90],[200,91],[201,92],[198,93],[199,92],[108,94],[106,95],[44,2],[89,2],[46,2],[107,2],[105,2],[95,2],[90,2],[98,96],[102,2],[99,97],[97,2],[96,98],[92,99],[91,2]],"exportedModulesMap":[[165,1],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[43,2],[33,2],[34,2],[35,2],[36,2],[7,2],[41,2],[37,2],[38,2],[39,2],[40,2],[1,2],[42,2],[11,2],[10,2],[163,2],[202,2],[205,3],[203,4],[204,2],[161,5],[207,6],[164,2],[169,7],[170,8],[168,9],[171,10],[172,11],[173,12],[174,13],[175,14],[176,15],[177,16],[178,17],[179,18],[180,19],[206,2],[208,2],[110,20],[111,20],[113,21],[114,22],[115,23],[116,24],[117,25],[118,26],[119,27],[120,28],[121,29],[122,30],[123,30],[124,31],[125,32],[126,33],[127,34],[112,2],[159,2],[128,35],[129,36],[130,37],[160,38],[131,39],[132,40],[133,41],[134,42],[135,43],[136,44],[137,45],[138,46],[139,47],[140,48],[141,49],[142,50],[144,51],[143,52],[145,53],[146,54],[147,55],[148,56],[149,57],[150,58],[151,59],[152,60],[153,61],[154,62],[155,63],[156,64],[157,65],[158,66],[209,2],[167,2],[71,67],[72,68],[47,69],[50,69],[69,67],[70,67],[60,70],[59,70],[57,67],[52,67],[65,67],[63,67],[67,67],[51,67],[64,67],[68,67],[53,67],[54,67],[66,67],[48,67],[55,67],[56,67],[58,67],[62,67],[73,71],[61,67],[49,67],[86,72],[85,2],[80,71],[82,73],[81,71],[74,71],[75,71],[77,71],[79,71],[83,73],[84,73],[76,73],[78,73],[162,2],[189,74],[191,74],[193,75],[190,74],[187,100],[192,74],[188,101],[184,2],[185,2],[186,102],[166,79],[182,80],[181,81],[45,103],[109,83],[100,84],[93,2],[103,85],[87,2],[88,86],[101,87],[94,2],[104,104],[195,2],[183,105],[200,106],[201,107],[108,108],[106,109],[44,2],[89,2],[46,2],[107,2],[105,2],[95,2],[90,2],[98,96],[102,2],[99,97],[97,2],[96,98],[92,99],[91,2]],"semanticDiagnosticsPerFile":[165,8,9,13,12,2,14,15,16,17,18,19,20,21,3,4,25,22,23,24,26,27,28,5,29,30,31,32,6,43,33,34,35,36,7,41,37,38,39,40,1,42,11,10,163,202,205,203,204,161,207,164,169,170,168,171,172,173,174,175,176,177,178,179,180,206,208,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,112,159,128,129,130,160,131,132,133,134,135,136,137,138,139,140,141,142,144,143,145,146,147,148,149,150,151,152,153,154,155,156,157,158,209,167,71,72,47,50,69,70,60,59,57,52,65,63,67,51,64,68,53,54,66,48,55,56,58,62,73,61,49,86,85,80,82,81,74,75,77,79,83,84,76,78,162,189,191,193,190,187,192,188,184,185,186,166,182,181,45,109,100,93,103,87,88,101,94,104,197,195,194,196,183,200,201,198,199,108,106,44,89,46,107,105,95,90,98,102,99,97,96,92,91],"affectedFilesPendingEmit":[[165,1],[2,1],[3,1],[4,1],[5,1],[6,1],[43,1],[7,1],[163,1],[202,1],[205,1],[203,1],[204,1],[161,1],[207,1],[164,1],[169,1],[170,1],[168,1],[171,1],[172,1],[173,1],[174,1],[175,1],[176,1],[177,1],[178,1],[179,1],[180,1],[206,1],[208,1],[110,1],[111,1],[113,1],[114,1],[115,1],[116,1],[117,1],[118,1],[119,1],[120,1],[121,1],[122,1],[123,1],[124,1],[125,1],[126,1],[127,1],[112,1],[159,1],[128,1],[129,1],[130,1],[160,1],[131,1],[132,1],[133,1],[134,1],[135,1],[136,1],[137,1],[138,1],[139,1],[140,1],[141,1],[142,1],[144,1],[143,1],[145,1],[146,1],[147,1],[148,1],[149,1],[150,1],[151,1],[152,1],[153,1],[154,1],[155,1],[156,1],[157,1],[158,1],[209,1],[167,1],[71,1],[72,1],[47,1],[50,1],[69,1],[70,1],[60,1],[59,1],[57,1],[52,1],[65,1],[63,1],[67,1],[51,1],[64,1],[68,1],[53,1],[54,1],[66,1],[48,1],[55,1],[56,1],[58,1],[62,1],[73,1],[61,1],[49,1],[86,1],[85,1],[80,1],[82,1],[81,1],[74,1],[75,1],[77,1],[79,1],[83,1],[84,1],[76,1],[78,1],[162,1],[189,1],[191,1],[193,1],[190,1],[187,1],[192,1],[188,1],[184,1],[185,1],[186,1],[166,1],[182,1],[181,1],[45,1],[109,1],[100,1],[93,1],[103,1],[87,1],[88,1],[101,1],[94,1],[211,1],[212,1],[213,1],[214,1],[215,1],[216,1],[217,1],[218,1],[219,1],[220,1],[221,1],[222,1],[223,1],[224,1],[225,1],[226,1],[227,1],[228,1],[210,1],[229,1],[230,1],[231,1],[232,1],[233,1],[104,1],[197,1],[195,1],[194,1],[196,1],[183,1],[200,1],[201,1],[198,1],[199,1],[108,1],[106,1],[44,1],[89,1],[46,1],[107,1],[105,1],[95,1],[90,1],[98,1],[102,1],[99,1],[97,1],[96,1],[92,1],[91,1]]},"version":"4.5.2"}
|
package/types/eslintrc.json.d.ts
CHANGED
|
@@ -224,9 +224,28 @@ export interface JSONSchemaForESLintConfigurationFiles {
|
|
|
224
224
|
[k: string]: unknown;
|
|
225
225
|
};
|
|
226
226
|
/**
|
|
227
|
-
* Set to 3, 5, 6, 7, 8, 9, 10, 11 (default), 12 or "latest" to specify the version of ECMAScript syntax you want to use. You can also set to 2015 (same as 6), 2016 (same as 7), 2017 (same as 8), 2018 (same as 9), 2019 (same as 10), 2020 (same as 11) or 2021 (same as 12) to use the year-based naming. "latest" always enables the latest supported ECMAScript version.
|
|
227
|
+
* Set to 3, 5, 6, 7, 8, 9, 10, 11 (default), 12, 13 or "latest" to specify the version of ECMAScript syntax you want to use. You can also set to 2015 (same as 6), 2016 (same as 7), 2017 (same as 8), 2018 (same as 9), 2019 (same as 10), 2020 (same as 11) or 2021 (same as 12) or 2022 (same as 13) to use the year-based naming. "latest" always enables the latest supported ECMAScript version.
|
|
228
228
|
*/
|
|
229
|
-
ecmaVersion?:
|
|
229
|
+
ecmaVersion?:
|
|
230
|
+
| 3
|
|
231
|
+
| 5
|
|
232
|
+
| 6
|
|
233
|
+
| 2015
|
|
234
|
+
| 7
|
|
235
|
+
| 2016
|
|
236
|
+
| 8
|
|
237
|
+
| 2017
|
|
238
|
+
| 9
|
|
239
|
+
| 2018
|
|
240
|
+
| 10
|
|
241
|
+
| 2019
|
|
242
|
+
| 11
|
|
243
|
+
| 2020
|
|
244
|
+
| 12
|
|
245
|
+
| 2021
|
|
246
|
+
| 13
|
|
247
|
+
| 2022
|
|
248
|
+
| "latest";
|
|
230
249
|
/**
|
|
231
250
|
* set to "script" (default) or "module" if your code is in ECMAScript modules
|
|
232
251
|
*/
|
|
@@ -482,9 +501,28 @@ export interface JSONSchemaForESLintConfigurationFiles {
|
|
|
482
501
|
[k: string]: unknown;
|
|
483
502
|
};
|
|
484
503
|
/**
|
|
485
|
-
* Set to 3, 5, 6, 7, 8, 9, 10, 11 (default), 12 or "latest" to specify the version of ECMAScript syntax you want to use. You can also set to 2015 (same as 6), 2016 (same as 7), 2017 (same as 8), 2018 (same as 9), 2019 (same as 10), 2020 (same as 11) or 2021 (same as 12) to use the year-based naming. "latest" always enables the latest supported ECMAScript version.
|
|
504
|
+
* Set to 3, 5, 6, 7, 8, 9, 10, 11 (default), 12, 13 or "latest" to specify the version of ECMAScript syntax you want to use. You can also set to 2015 (same as 6), 2016 (same as 7), 2017 (same as 8), 2018 (same as 9), 2019 (same as 10), 2020 (same as 11) or 2021 (same as 12) or 2022 (same as 13) to use the year-based naming. "latest" always enables the latest supported ECMAScript version.
|
|
486
505
|
*/
|
|
487
|
-
ecmaVersion?:
|
|
506
|
+
ecmaVersion?:
|
|
507
|
+
| 3
|
|
508
|
+
| 5
|
|
509
|
+
| 6
|
|
510
|
+
| 2015
|
|
511
|
+
| 7
|
|
512
|
+
| 2016
|
|
513
|
+
| 8
|
|
514
|
+
| 2017
|
|
515
|
+
| 9
|
|
516
|
+
| 2018
|
|
517
|
+
| 10
|
|
518
|
+
| 2019
|
|
519
|
+
| 11
|
|
520
|
+
| 2020
|
|
521
|
+
| 12
|
|
522
|
+
| 2021
|
|
523
|
+
| 13
|
|
524
|
+
| 2022
|
|
525
|
+
| "latest";
|
|
488
526
|
/**
|
|
489
527
|
* set to "script" (default) or "module" if your code is in ECMAScript modules
|
|
490
528
|
*/
|
package/types/package.json.d.ts
CHANGED
|
@@ -181,14 +181,10 @@ export interface JSONSchemaForNPMPackageJsonFiles2 {
|
|
|
181
181
|
*/
|
|
182
182
|
"."?: PackageExportsEntry | PackageExportsFallback;
|
|
183
183
|
/**
|
|
184
|
-
* The module path prefix that is resolved when the module specifier starts with "name/", set to "
|
|
185
|
-
*/
|
|
186
|
-
"./"?: PackageExportsEntry | PackageExportsFallback;
|
|
187
|
-
/**
|
|
188
|
-
* The module path that is resolved when the path component of the module specifier matches the property name.
|
|
184
|
+
* The module path prefix that is resolved when the module specifier starts with "name/", set to "./*" to allow external modules to import any subpath.
|
|
189
185
|
*
|
|
190
186
|
* This interface was referenced by `undefined`'s JSON-Schema definition
|
|
191
|
-
* via the `patternProperty` "
|
|
187
|
+
* via the `patternProperty` "^\./.+".
|
|
192
188
|
*/
|
|
193
189
|
[k: string]: PackageExportsEntry | PackageExportsFallback;
|
|
194
190
|
}
|
|
@@ -319,7 +315,10 @@ export interface JSONSchemaForNPMPackageJsonFiles2 {
|
|
|
319
315
|
* Run AFTER the tarball has been generated and moved to its final destination.
|
|
320
316
|
*/
|
|
321
317
|
postpack?: string;
|
|
322
|
-
|
|
318
|
+
/**
|
|
319
|
+
* Publishes a package to the registry so that it can be installed by name. See https://docs.npmjs.com/cli/v8/commands/npm-publish
|
|
320
|
+
*/
|
|
321
|
+
publish?: string;
|
|
323
322
|
postpublish?: ScriptsPublishAfter;
|
|
324
323
|
/**
|
|
325
324
|
* Run BEFORE the package is installed.
|
package/types/travis.json.d.ts
CHANGED
|
@@ -393,7 +393,6 @@ export type StringOrNumberOrAcceptBothTypeAsArrayUnique = StringOrNumber | Strin
|
|
|
393
393
|
export type StringOrNumber = NonEmptyString | number;
|
|
394
394
|
export type StringOrNumberAndBothAreTypeArrayUnique = [StringOrNumber, ...StringOrNumber[]];
|
|
395
395
|
export type XcodeVersions =
|
|
396
|
-
| "xcode6.4"
|
|
397
396
|
| "xcode7.3"
|
|
398
397
|
| "xcode8"
|
|
399
398
|
| "xcode8.3"
|
|
@@ -413,15 +412,14 @@ export type XcodeVersions =
|
|
|
413
412
|
| "xcode11.4"
|
|
414
413
|
| "xcode11.5"
|
|
415
414
|
| "xcode11.6"
|
|
416
|
-
| "xcode11.7"
|
|
417
415
|
| "xcode12u"
|
|
418
416
|
| "xcode12"
|
|
419
|
-
| "xcode12.1"
|
|
420
417
|
| "xcode12.2"
|
|
421
418
|
| "xcode12.3"
|
|
422
419
|
| "xcode12.4"
|
|
423
420
|
| "xcode12.5"
|
|
424
|
-
| "xcode13.1"
|
|
421
|
+
| "xcode13.1"
|
|
422
|
+
| "xcode13.2";
|
|
425
423
|
export type PossiblySecretString =
|
|
426
424
|
| string
|
|
427
425
|
| {
|
package/types/tsconfig.json.d.ts
CHANGED
|
@@ -117,9 +117,9 @@ export interface CompilerOptionsDefinition {
|
|
|
117
117
|
| "ES2020"
|
|
118
118
|
| "ESNext"
|
|
119
119
|
| "None"
|
|
120
|
-
| "
|
|
121
|
-
| "
|
|
122
|
-
| "
|
|
120
|
+
| "ES2022"
|
|
121
|
+
| "Node12"
|
|
122
|
+
| "NodeNext"
|
|
123
123
|
)
|
|
124
124
|
| {
|
|
125
125
|
[k: string]: unknown;
|
|
@@ -258,7 +258,20 @@ export interface CompilerOptionsDefinition {
|
|
|
258
258
|
* Set the JavaScript language version for emitted JavaScript and include compatible library declarations.
|
|
259
259
|
*/
|
|
260
260
|
target?: (
|
|
261
|
-
| (
|
|
261
|
+
| (
|
|
262
|
+
| "ES3"
|
|
263
|
+
| "ES5"
|
|
264
|
+
| "ES6"
|
|
265
|
+
| "ES2015"
|
|
266
|
+
| "ES2016"
|
|
267
|
+
| "ES2017"
|
|
268
|
+
| "ES2018"
|
|
269
|
+
| "ES2019"
|
|
270
|
+
| "ES2020"
|
|
271
|
+
| "ES2021"
|
|
272
|
+
| "ES2022"
|
|
273
|
+
| "ESNext"
|
|
274
|
+
)
|
|
262
275
|
| {
|
|
263
276
|
[k: string]: unknown;
|
|
264
277
|
}
|
|
@@ -811,9 +824,9 @@ export interface TsNodeDefinition {
|
|
|
811
824
|
| "ES2020"
|
|
812
825
|
| "ESNext"
|
|
813
826
|
| "None"
|
|
814
|
-
| "
|
|
815
|
-
| "
|
|
816
|
-
| "
|
|
827
|
+
| "ES2022"
|
|
828
|
+
| "Node12"
|
|
829
|
+
| "NodeNext"
|
|
817
830
|
)
|
|
818
831
|
| {
|
|
819
832
|
[k: string]: unknown;
|
|
@@ -963,6 +976,7 @@ export interface TsNodeDefinition {
|
|
|
963
976
|
| "ES2019"
|
|
964
977
|
| "ES2020"
|
|
965
978
|
| "ES2021"
|
|
979
|
+
| "ES2022"
|
|
966
980
|
| "ESNext"
|
|
967
981
|
)
|
|
968
982
|
| {
|
|
@@ -1311,6 +1325,14 @@ export interface TsNodeDefinition {
|
|
|
1311
1325
|
* to get default, automatic behavior.
|
|
1312
1326
|
*/
|
|
1313
1327
|
experimentalReplAwait?: boolean;
|
|
1328
|
+
/**
|
|
1329
|
+
* Enable experimental features that re-map imports and require calls to support:
|
|
1330
|
+
* `baseUrl`, `paths`, `rootDirs`, `.js` to `.ts` file extension mappings,
|
|
1331
|
+
* `outDir` to `rootDir` mappings for composite projects and monorepos.
|
|
1332
|
+
*
|
|
1333
|
+
* For details, see https://github.com/TypeStrong/ts-node/issues/1514
|
|
1334
|
+
*/
|
|
1335
|
+
experimentalResolverFeatures?: boolean;
|
|
1314
1336
|
/**
|
|
1315
1337
|
* Load "files" and "include" from `tsconfig.json` on startup.
|
|
1316
1338
|
*
|
|
@@ -1380,6 +1402,14 @@ export interface TsNodeDefinition {
|
|
|
1380
1402
|
* Skip ignore check, so that compilation will be attempted for all files with matching extensions.
|
|
1381
1403
|
*/
|
|
1382
1404
|
skipIgnore?: boolean;
|
|
1405
|
+
/**
|
|
1406
|
+
* Transpile with swc instead of the TypeScript compiler, and skip typechecking.
|
|
1407
|
+
*
|
|
1408
|
+
* Equivalent to setting both `transpileOnly: true` and `transpiler: 'ts-node/transpilers/swc'`
|
|
1409
|
+
*
|
|
1410
|
+
* For complete instructions: https://typestrong.org/ts-node/docs/transpilers
|
|
1411
|
+
*/
|
|
1412
|
+
swc?: boolean;
|
|
1383
1413
|
/**
|
|
1384
1414
|
* Use TypeScript's faster `transpileModule`.
|
|
1385
1415
|
*/
|
|
@@ -1392,13 +1422,7 @@ export interface TsNodeDefinition {
|
|
|
1392
1422
|
string,
|
|
1393
1423
|
{
|
|
1394
1424
|
[k: string]: unknown;
|
|
1395
|
-
}
|
|
1396
|
-
...(
|
|
1397
|
-
| string
|
|
1398
|
-
| {
|
|
1399
|
-
[k: string]: unknown;
|
|
1400
|
-
}
|
|
1401
|
-
)[]
|
|
1425
|
+
}
|
|
1402
1426
|
]
|
|
1403
1427
|
| string;
|
|
1404
1428
|
/**
|