n8n-node-dev 1.1.1 → 1.2.1
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/oclif.manifest.json +1 -1
- package/package.json +7 -12
- package/dist/commands/build.d.ts +0 -11
- package/dist/commands/build.js +0 -47
- package/dist/commands/build.js.map +0 -1
- package/dist/commands/new.d.ts +0 -6
- package/dist/commands/new.js +0 -136
- package/dist/commands/new.js.map +0 -1
- package/dist/src/Build.d.ts +0 -6
- package/dist/src/Build.js +0 -73
- package/dist/src/Build.js.map +0 -1
- package/dist/src/Create.d.ts +0 -1
- package/dist/src/Create.js +0 -45
- package/dist/src/Create.js.map +0 -1
- package/dist/src/Interfaces.d.ts +0 -4
- package/dist/src/Interfaces.js +0 -3
- package/dist/src/Interfaces.js.map +0 -1
- package/dist/src/index.d.ts +0 -3
- package/dist/src/index.js +0 -20
- package/dist/src/index.js.map +0 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"1.
|
|
1
|
+
{"version":"1.2.1","commands":{}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-node-dev",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "CLI to simplify n8n credentials/node development",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://n8n.io",
|
|
@@ -36,10 +36,7 @@
|
|
|
36
36
|
],
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@oclif/dev-cli": "^1.22.2",
|
|
39
|
-
"@types/
|
|
40
|
-
"@types/inquirer": "^6.5.0",
|
|
41
|
-
"@types/tmp": "^0.2.0",
|
|
42
|
-
"@types/vorpal": "^1.11.0"
|
|
39
|
+
"@types/inquirer": "^6.5.0"
|
|
43
40
|
},
|
|
44
41
|
"dependencies": {
|
|
45
42
|
"@oclif/command": "^1.5.18",
|
|
@@ -47,12 +44,10 @@
|
|
|
47
44
|
"change-case": "^4.1.1",
|
|
48
45
|
"fast-glob": "^3.2.5",
|
|
49
46
|
"inquirer": "^7.0.1",
|
|
50
|
-
"oauth-1.0a": "^2.2.6",
|
|
51
47
|
"replace-in-file": "^6.0.0",
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"n8n-
|
|
55
|
-
"n8n-workflow": "1.1.1"
|
|
48
|
+
"tmp-promise": "^3.0.3",
|
|
49
|
+
"n8n-core": "1.2.1",
|
|
50
|
+
"n8n-workflow": "1.2.0"
|
|
56
51
|
},
|
|
57
52
|
"scripts": {
|
|
58
53
|
"clean": "rimraf dist .turbo",
|
|
@@ -60,8 +55,8 @@
|
|
|
60
55
|
"build": "tsc --noEmit",
|
|
61
56
|
"build-node-dev": "tsc",
|
|
62
57
|
"format": "prettier --write . --ignore-path ../../.prettierignore",
|
|
63
|
-
"lint": "eslint --quiet
|
|
64
|
-
"lintfix": "eslint . --fix",
|
|
58
|
+
"lint": "eslint . --quiet --report-unused-disable-directives",
|
|
59
|
+
"lintfix": "eslint . --fix --report-unused-disable-directives",
|
|
65
60
|
"watch": "tsc --watch"
|
|
66
61
|
}
|
|
67
62
|
}
|
package/dist/commands/build.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Command, flags } from '@oclif/command';
|
|
2
|
-
export declare class Build extends Command {
|
|
3
|
-
static description: string;
|
|
4
|
-
static examples: string[];
|
|
5
|
-
static flags: {
|
|
6
|
-
help: import("@oclif/parser/lib/flags").IBooleanFlag<void>;
|
|
7
|
-
destination: flags.IOptionFlag<string | undefined>;
|
|
8
|
-
watch: import("@oclif/parser/lib/flags").IBooleanFlag<boolean>;
|
|
9
|
-
};
|
|
10
|
-
run(): Promise<void>;
|
|
11
|
-
}
|
package/dist/commands/build.js
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Build = void 0;
|
|
4
|
-
const n8n_core_1 = require("n8n-core");
|
|
5
|
-
const command_1 = require("@oclif/command");
|
|
6
|
-
const src_1 = require("../src");
|
|
7
|
-
class Build extends command_1.Command {
|
|
8
|
-
async run() {
|
|
9
|
-
const { flags } = this.parse(Build);
|
|
10
|
-
this.log('\nBuild credentials and nodes');
|
|
11
|
-
this.log('=========================');
|
|
12
|
-
try {
|
|
13
|
-
const options = {};
|
|
14
|
-
if (flags.destination) {
|
|
15
|
-
options.destinationFolder = flags.destination;
|
|
16
|
-
}
|
|
17
|
-
if (flags.watch) {
|
|
18
|
-
options.watch = true;
|
|
19
|
-
}
|
|
20
|
-
const outputDirectory = await (0, src_1.buildFiles)(options);
|
|
21
|
-
this.log(`The nodes got built and saved into the following folder:\n${outputDirectory}`);
|
|
22
|
-
}
|
|
23
|
-
catch (error) {
|
|
24
|
-
this.log(`\nGOT ERROR: "${error.message}"`);
|
|
25
|
-
this.log('====================================');
|
|
26
|
-
this.log(error.stack);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
exports.Build = Build;
|
|
31
|
-
Build.description = 'Builds credentials and nodes and copies it to n8n custom extension folder';
|
|
32
|
-
Build.examples = [
|
|
33
|
-
'$ n8n-node-dev build',
|
|
34
|
-
'$ n8n-node-dev build --destination ~/n8n-nodes',
|
|
35
|
-
'$ n8n-node-dev build --watch',
|
|
36
|
-
];
|
|
37
|
-
Build.flags = {
|
|
38
|
-
help: command_1.flags.help({ char: 'h' }),
|
|
39
|
-
destination: command_1.flags.string({
|
|
40
|
-
char: 'd',
|
|
41
|
-
description: `The path to copy the compiles files to [default: ${n8n_core_1.UserSettings.getUserN8nFolderCustomExtensionPath()}]`,
|
|
42
|
-
}),
|
|
43
|
-
watch: command_1.flags.boolean({
|
|
44
|
-
description: 'Starts in watch mode and automatically builds and copies file whenever they change',
|
|
45
|
-
}),
|
|
46
|
-
};
|
|
47
|
-
//# sourceMappingURL=build.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"build.js","sourceRoot":"","sources":["../../commands/build.ts"],"names":[],"mappings":";;;AAAA,uCAAwC;AACxC,4CAAgD;AAGhD,gCAAoC;AAEpC,MAAa,KAAM,SAAQ,iBAAO;IAsBjC,KAAK,CAAC,GAAG;QAER,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QAEpC,IAAI,CAAC,GAAG,CAAC,+BAA+B,CAAC,CAAC;QAC1C,IAAI,CAAC,GAAG,CAAC,2BAA2B,CAAC,CAAC;QAEtC,IAAI;YACH,MAAM,OAAO,GAAkB,EAAE,CAAC;YAElC,IAAI,KAAK,CAAC,WAAW,EAAE;gBACtB,OAAO,CAAC,iBAAiB,GAAG,KAAK,CAAC,WAAW,CAAC;aAC9C;YACD,IAAI,KAAK,CAAC,KAAK,EAAE;gBAChB,OAAO,CAAC,KAAK,GAAG,IAAI,CAAC;aACrB;YAED,MAAM,eAAe,GAAG,MAAM,IAAA,gBAAU,EAAC,OAAO,CAAC,CAAC;YAElD,IAAI,CAAC,GAAG,CAAC,6DAA6D,eAAe,EAAE,CAAC,CAAC;SACzF;QAAC,OAAO,KAAK,EAAE;YAEf,IAAI,CAAC,GAAG,CAAC,iBAAiB,KAAK,CAAC,OAAO,GAAG,CAAC,CAAC;YAC5C,IAAI,CAAC,GAAG,CAAC,sCAAsC,CAAC,CAAC;YAEjD,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;SACtB;IACF,CAAC;;AAjDF,sBAkDC;AAjDO,iBAAW,GAAG,2EAA2E,CAAC;AAE1F,cAAQ,GAAG;IACjB,sBAAsB;IACtB,gDAAgD;IAChD,8BAA8B;CAC9B,CAAC;AAEK,WAAK,GAAG;IACd,IAAI,EAAE,eAAK,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,CAAC;IAC/B,WAAW,EAAE,eAAK,CAAC,MAAM,CAAC;QACzB,IAAI,EAAE,GAAG;QACT,WAAW,EAAE,oDAAoD,uBAAY,CAAC,mCAAmC,EAAE,GAAG;KACtH,CAAC;IACF,KAAK,EAAE,eAAK,CAAC,OAAO,CAAC;QACpB,WAAW,EACV,oFAAoF;KACrF,CAAC;CACF,CAAC"}
|
package/dist/commands/new.d.ts
DELETED
package/dist/commands/new.js
DELETED
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.New = void 0;
|
|
27
|
-
const changeCase = __importStar(require("change-case"));
|
|
28
|
-
const fs = __importStar(require("fs"));
|
|
29
|
-
const inquirer = __importStar(require("inquirer"));
|
|
30
|
-
const command_1 = require("@oclif/command");
|
|
31
|
-
const path_1 = require("path");
|
|
32
|
-
const src_1 = require("../src");
|
|
33
|
-
const { promisify } = require('util');
|
|
34
|
-
const fsAccess = promisify(fs.access);
|
|
35
|
-
class New extends command_1.Command {
|
|
36
|
-
async run() {
|
|
37
|
-
try {
|
|
38
|
-
this.log('\nCreate new credentials/node');
|
|
39
|
-
this.log('=========================');
|
|
40
|
-
const typeQuestion = {
|
|
41
|
-
name: 'type',
|
|
42
|
-
type: 'list',
|
|
43
|
-
default: 'Node',
|
|
44
|
-
message: 'What do you want to create?',
|
|
45
|
-
choices: ['Credentials', 'Node'],
|
|
46
|
-
};
|
|
47
|
-
const typeAnswers = await inquirer.prompt(typeQuestion);
|
|
48
|
-
let sourceFolder = '';
|
|
49
|
-
const sourceFileName = 'simple.ts';
|
|
50
|
-
let defaultName = '';
|
|
51
|
-
let getDescription = false;
|
|
52
|
-
if (typeAnswers.type === 'Node') {
|
|
53
|
-
getDescription = true;
|
|
54
|
-
const nodeTypeQuestion = {
|
|
55
|
-
name: 'nodeType',
|
|
56
|
-
type: 'list',
|
|
57
|
-
default: 'Execute',
|
|
58
|
-
message: 'What kind of node do you want to create?',
|
|
59
|
-
choices: ['Execute', 'Trigger', 'Webhook'],
|
|
60
|
-
};
|
|
61
|
-
const nodeTypeAnswers = await inquirer.prompt(nodeTypeQuestion);
|
|
62
|
-
sourceFolder = 'execute';
|
|
63
|
-
defaultName = 'My Node';
|
|
64
|
-
if (nodeTypeAnswers.nodeType === 'Trigger') {
|
|
65
|
-
sourceFolder = 'trigger';
|
|
66
|
-
defaultName = 'My Trigger';
|
|
67
|
-
}
|
|
68
|
-
else if (nodeTypeAnswers.nodeType === 'Webhook') {
|
|
69
|
-
sourceFolder = 'webhook';
|
|
70
|
-
defaultName = 'My Webhook';
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
else {
|
|
74
|
-
sourceFolder = 'credentials';
|
|
75
|
-
defaultName = 'My Service API';
|
|
76
|
-
}
|
|
77
|
-
const additionalQuestions = [
|
|
78
|
-
{
|
|
79
|
-
name: 'name',
|
|
80
|
-
type: 'input',
|
|
81
|
-
default: defaultName,
|
|
82
|
-
message: 'How should the node be called?',
|
|
83
|
-
},
|
|
84
|
-
];
|
|
85
|
-
if (getDescription) {
|
|
86
|
-
additionalQuestions.push({
|
|
87
|
-
name: 'description',
|
|
88
|
-
type: 'input',
|
|
89
|
-
default: 'Node converts input data to chocolate',
|
|
90
|
-
message: 'What should the node description be?',
|
|
91
|
-
});
|
|
92
|
-
}
|
|
93
|
-
const additionalAnswers = await inquirer.prompt(additionalQuestions);
|
|
94
|
-
const nodeName = additionalAnswers.name;
|
|
95
|
-
const destinationFilePath = (0, path_1.join)(process.cwd(), `${changeCase.pascalCase(nodeName)}.${typeAnswers.type.toLowerCase()}.ts`);
|
|
96
|
-
const sourceFilePath = (0, path_1.join)(__dirname, '../../templates', sourceFolder, sourceFileName);
|
|
97
|
-
try {
|
|
98
|
-
await fsAccess(destinationFilePath);
|
|
99
|
-
const overwriteQuestion = [
|
|
100
|
-
{
|
|
101
|
-
name: 'overwrite',
|
|
102
|
-
type: 'confirm',
|
|
103
|
-
default: false,
|
|
104
|
-
message: `The file "${destinationFilePath}" already exists and would be overwritten. Do you want to proceed and overwrite the file?`,
|
|
105
|
-
},
|
|
106
|
-
];
|
|
107
|
-
const overwriteAnswers = await inquirer.prompt(overwriteQuestion);
|
|
108
|
-
if (overwriteAnswers.overwrite === false) {
|
|
109
|
-
this.log('\nNode creation got canceled!');
|
|
110
|
-
return;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
catch (error) {
|
|
114
|
-
}
|
|
115
|
-
const replaceValues = {
|
|
116
|
-
ClassNameReplace: changeCase.pascalCase(nodeName),
|
|
117
|
-
DisplayNameReplace: changeCase.capitalCase(nodeName),
|
|
118
|
-
N8nNameReplace: changeCase.camelCase(nodeName),
|
|
119
|
-
NodeDescriptionReplace: additionalAnswers.description,
|
|
120
|
-
};
|
|
121
|
-
await (0, src_1.createTemplate)(sourceFilePath, destinationFilePath, replaceValues);
|
|
122
|
-
this.log('\nExecution was successful:');
|
|
123
|
-
this.log('====================================');
|
|
124
|
-
this.log(`Node got created: ${destinationFilePath}`);
|
|
125
|
-
}
|
|
126
|
-
catch (error) {
|
|
127
|
-
this.log(`\nGOT ERROR: "${error.message}"`);
|
|
128
|
-
this.log('====================================');
|
|
129
|
-
this.log(error.stack);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
exports.New = New;
|
|
134
|
-
New.description = 'Create new credentials/node';
|
|
135
|
-
New.examples = ['$ n8n-node-dev new'];
|
|
136
|
-
//# sourceMappingURL=new.js.map
|
package/dist/commands/new.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"new.js","sourceRoot":"","sources":["../../commands/new.ts"],"names":[],"mappings":"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"}
|
package/dist/src/Build.d.ts
DELETED
package/dist/src/Build.js
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.buildFiles = exports.createCustomTsconfig = void 0;
|
|
7
|
-
const fast_glob_1 = __importDefault(require("fast-glob"));
|
|
8
|
-
const child_process_1 = require("child_process");
|
|
9
|
-
const promises_1 = require("fs/promises");
|
|
10
|
-
const path_1 = require("path");
|
|
11
|
-
const tmp_promise_1 = require("tmp-promise");
|
|
12
|
-
const n8n_workflow_1 = require("n8n-workflow");
|
|
13
|
-
const n8n_core_1 = require("n8n-core");
|
|
14
|
-
async function createCustomTsconfig() {
|
|
15
|
-
const tsconfigPath = (0, path_1.join)((0, path_1.dirname)(require.resolve('n8n-node-dev/src')), 'tsconfig-build.json');
|
|
16
|
-
const tsConfigString = await (0, promises_1.readFile)(tsconfigPath, { encoding: 'utf8' });
|
|
17
|
-
const tsConfig = (0, n8n_workflow_1.jsonParse)(tsConfigString);
|
|
18
|
-
const newIncludeFiles = [];
|
|
19
|
-
for (const includeFile of tsConfig.include) {
|
|
20
|
-
newIncludeFiles.push((0, path_1.join)(process.cwd(), includeFile));
|
|
21
|
-
}
|
|
22
|
-
tsConfig.include = newIncludeFiles;
|
|
23
|
-
const { path, cleanup } = await (0, tmp_promise_1.file)();
|
|
24
|
-
await (0, promises_1.writeFile)(path, JSON.stringify(tsConfig, null, 2));
|
|
25
|
-
return {
|
|
26
|
-
path,
|
|
27
|
-
cleanup,
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
exports.createCustomTsconfig = createCustomTsconfig;
|
|
31
|
-
async function buildFiles({ destinationFolder = n8n_core_1.UserSettings.getUserN8nFolderCustomExtensionPath(), watch, }) {
|
|
32
|
-
const tscPath = (0, path_1.join)((0, path_1.dirname)(require.resolve('typescript')), 'tsc');
|
|
33
|
-
const tsconfigData = await createCustomTsconfig();
|
|
34
|
-
await Promise.all(['*.svg', '*.png', '*.node.json'].map(async (filenamePattern) => {
|
|
35
|
-
const files = await (0, fast_glob_1.default)(`**/${filenamePattern}`);
|
|
36
|
-
for (const file of files) {
|
|
37
|
-
const src = (0, path_1.resolve)(process.cwd(), file);
|
|
38
|
-
const dest = (0, path_1.resolve)(destinationFolder, file);
|
|
39
|
-
await (0, promises_1.mkdir)((0, path_1.dirname)(dest), { recursive: true });
|
|
40
|
-
await (0, promises_1.copyFile)(src, dest);
|
|
41
|
-
}
|
|
42
|
-
}));
|
|
43
|
-
const nodeModulesPath = (0, path_1.join)(__dirname, '../../node_modules/');
|
|
44
|
-
let buildCommand = `${tscPath} --p ${tsconfigData.path} --outDir ${destinationFolder} --rootDir ${process.cwd()} --baseUrl ${nodeModulesPath}`;
|
|
45
|
-
if (watch) {
|
|
46
|
-
buildCommand += ' --watch';
|
|
47
|
-
}
|
|
48
|
-
try {
|
|
49
|
-
const buildProcess = (0, child_process_1.spawn)('node', buildCommand.split(' '), {
|
|
50
|
-
windowsVerbatimArguments: true,
|
|
51
|
-
cwd: process.cwd(),
|
|
52
|
-
});
|
|
53
|
-
buildProcess.stdout.pipe(process.stdout);
|
|
54
|
-
buildProcess.stderr.pipe(process.stderr);
|
|
55
|
-
process.on('exit', () => buildProcess.kill());
|
|
56
|
-
await new Promise((resolve) => {
|
|
57
|
-
buildProcess.on('exit', resolve);
|
|
58
|
-
});
|
|
59
|
-
}
|
|
60
|
-
catch (error) {
|
|
61
|
-
let errorMessage = error.message;
|
|
62
|
-
if (error.stdout !== undefined) {
|
|
63
|
-
errorMessage = `${errorMessage}\nGot following output:\n${error.stdout}`;
|
|
64
|
-
}
|
|
65
|
-
throw new Error(errorMessage);
|
|
66
|
-
}
|
|
67
|
-
finally {
|
|
68
|
-
await tsconfigData.cleanup();
|
|
69
|
-
}
|
|
70
|
-
return destinationFolder;
|
|
71
|
-
}
|
|
72
|
-
exports.buildFiles = buildFiles;
|
|
73
|
-
//# sourceMappingURL=Build.js.map
|
package/dist/src/Build.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Build.js","sourceRoot":"","sources":["../../src/Build.ts"],"names":[],"mappings":"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"}
|
package/dist/src/Create.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function createTemplate(sourceFilePath: string, destinationFilePath: string, replaceValues: object): Promise<void>;
|
package/dist/src/Create.js
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.createTemplate = void 0;
|
|
27
|
-
const fs = __importStar(require("fs"));
|
|
28
|
-
const replace_in_file_1 = require("replace-in-file");
|
|
29
|
-
const { promisify } = require('util');
|
|
30
|
-
const fsCopyFile = promisify(fs.copyFile);
|
|
31
|
-
async function createTemplate(sourceFilePath, destinationFilePath, replaceValues) {
|
|
32
|
-
await fsCopyFile(sourceFilePath, destinationFilePath);
|
|
33
|
-
const options = {
|
|
34
|
-
files: [destinationFilePath],
|
|
35
|
-
from: [],
|
|
36
|
-
to: [],
|
|
37
|
-
};
|
|
38
|
-
options.from = Object.keys(replaceValues).map((key) => {
|
|
39
|
-
return new RegExp(key, 'g');
|
|
40
|
-
});
|
|
41
|
-
options.to = Object.values(replaceValues);
|
|
42
|
-
await (0, replace_in_file_1.replaceInFile)(options);
|
|
43
|
-
}
|
|
44
|
-
exports.createTemplate = createTemplate;
|
|
45
|
-
//# sourceMappingURL=Create.js.map
|
package/dist/src/Create.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../src/Create.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uCAAyB;AAEzB,qDAAgD;AAGhD,MAAM,EAAE,SAAS,EAAE,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;AAGtC,MAAM,UAAU,GAAG,SAAS,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC;AASnC,KAAK,UAAU,cAAc,CACnC,cAAsB,EACtB,mBAA2B,EAC3B,aAAqB;IAIrB,MAAM,UAAU,CAAC,cAAc,EAAE,mBAAmB,CAAC,CAAC;IAGtD,MAAM,OAAO,GAAwB;QACpC,KAAK,EAAE,CAAC,mBAAmB,CAAC;QAC5B,IAAI,EAAE,EAAE;QACR,EAAE,EAAE,EAAE;KACN,CAAC;IACF,OAAO,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE;QACrD,OAAO,IAAI,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;IAC7B,CAAC,CAAC,CAAC;IACH,OAAO,CAAC,EAAE,GAAG,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;IAC1C,MAAM,IAAA,+BAAa,EAAC,OAAO,CAAC,CAAC;AAC9B,CAAC;AApBD,wCAoBC"}
|
package/dist/src/Interfaces.d.ts
DELETED
package/dist/src/Interfaces.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Interfaces.js","sourceRoot":"","sources":["../../src/Interfaces.ts"],"names":[],"mappings":""}
|
package/dist/src/index.d.ts
DELETED
package/dist/src/index.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./Build"), exports);
|
|
18
|
-
__exportStar(require("./Create"), exports);
|
|
19
|
-
__exportStar(require("./Interfaces"), exports);
|
|
20
|
-
//# sourceMappingURL=index.js.map
|
package/dist/src/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,2CAAyB;AACzB,+CAA6B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.1.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/jest-expect-message/types/index.d.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/dom-events.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/readline/promises.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/test.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/range-parser/index.d.ts","../../../node_modules/@types/qs/index.d.ts","../../../node_modules/@types/express-serve-static-core/index.d.ts","../../../node_modules/@types/mime/index.d.ts","../../../node_modules/@types/serve-static/index.d.ts","../../../node_modules/@types/connect/index.d.ts","../../../node_modules/@types/body-parser/index.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/node_modules/@types/express/index.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/node_modules/form-data/index.d.ts","../../../node_modules/@types/caseless/index.d.ts","../../../node_modules/form-data/index.d.ts","../../../node_modules/@types/tough-cookie/index.d.ts","../../../node_modules/@types/request/index.d.ts","../node_modules/n8n-core/node_modules/@types/request-promise-native/index.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/Constants.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/DeferredPromise.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/NodeErrors.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/ExpressionError.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/Expression.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/Workflow.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/WorkflowHooks.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/WorkflowActivationError.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/WorkflowErrors.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/ExecutionStatus.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/Authentication.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/Interfaces.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/LoggerProxy.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/utils.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/ErrorReporterProxy.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/node_modules/@types/luxon/src/zone.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/node_modules/@types/luxon/src/misc.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/node_modules/@types/luxon/src/duration.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/node_modules/@types/luxon/src/interval.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/node_modules/@types/luxon/src/datetime.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/node_modules/@types/luxon/src/info.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/node_modules/@types/luxon/src/settings.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/node_modules/@types/luxon/src/luxon.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/node_modules/@types/luxon/index.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/NodeHelpers.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/ObservableObject.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/TelemetryHelpers.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/Cron.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/MessageEventBus.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/RoutingNode.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/WorkflowDataProxy.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/VersionedNodeType.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/type-guards.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/Extensions/Extensions.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/Extensions/ExpressionExtension.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/Extensions/index.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/NativeMethods/index.d.ts","../node_modules/n8n-core/node_modules/n8n-workflow/dist/index.d.ts","../node_modules/n8n-core/dist/NodeExecuteFunctions.d.ts","../node_modules/n8n-core/dist/Interfaces.d.ts","../node_modules/n8n-core/dist/UserSettings.d.ts","../node_modules/n8n-core/dist/ActiveWorkflows.d.ts","../node_modules/n8n-core/dist/BinaryDataManager/index.d.ts","../node_modules/n8n-core/dist/ClassLoader.d.ts","../node_modules/n8n-core/dist/Constants.d.ts","../node_modules/n8n-core/dist/Credentials.d.ts","../node_modules/n8n-core/dist/DirectoryLoader.d.ts","../node_modules/n8n-core/dist/LoadNodeDetails.d.ts","../node_modules/n8n-core/dist/LoadMappingOptions.d.ts","../node_modules/n8n-core/dist/LoadNodeParameterOptions.d.ts","../node_modules/n8n-core/dist/LoadNodeListSearch.d.ts","../node_modules/n8n-core/node_modules/p-cancelable/index.d.ts","../node_modules/n8n-core/dist/WorkflowExecute.d.ts","../node_modules/n8n-core/dist/errors.d.ts","../node_modules/n8n-core/dist/index.d.ts","../../../node_modules/@oclif/parser/lib/args.d.ts","../../../node_modules/@oclif/parser/lib/alphabet.d.ts","../../../node_modules/@oclif/parser/lib/flags.d.ts","../../../node_modules/@oclif/parser/lib/metadata.d.ts","../../../node_modules/@oclif/parser/lib/parse.d.ts","../../../node_modules/@oclif/parser/lib/help.d.ts","../../../node_modules/@oclif/parser/lib/index.d.ts","../../../node_modules/@oclif/config/lib/command.d.ts","../../../node_modules/@oclif/config/lib/hooks.d.ts","../../../node_modules/@oclif/config/lib/pjson.d.ts","../../../node_modules/@oclif/config/lib/manifest.d.ts","../../../node_modules/@oclif/config/lib/topic.d.ts","../../../node_modules/@oclif/config/lib/plugin.d.ts","../../../node_modules/@oclif/config/lib/config.d.ts","../../../node_modules/@oclif/config/lib/index.d.ts","../node_modules/@oclif/command/lib/flags.d.ts","../node_modules/@oclif/errors/lib/errors/pretty-print.d.ts","../node_modules/@oclif/errors/lib/errors/cli.d.ts","../node_modules/@oclif/errors/lib/handle.d.ts","../node_modules/@oclif/errors/lib/errors/exit.d.ts","../node_modules/@oclif/errors/lib/logger.d.ts","../node_modules/@oclif/errors/lib/config.d.ts","../node_modules/@oclif/errors/lib/index.d.ts","../node_modules/@oclif/command/lib/command.d.ts","../node_modules/@oclif/command/lib/main.d.ts","../node_modules/@oclif/command/lib/index.d.ts","../../../node_modules/@nodelib/fs.stat/out/types/index.d.ts","../../../node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts","../../../node_modules/@nodelib/fs.stat/out/settings.d.ts","../../../node_modules/@nodelib/fs.stat/out/providers/async.d.ts","../../../node_modules/@nodelib/fs.stat/out/index.d.ts","../../../node_modules/@nodelib/fs.scandir/out/types/index.d.ts","../../../node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts","../../../node_modules/@nodelib/fs.scandir/out/settings.d.ts","../../../node_modules/@nodelib/fs.scandir/out/providers/async.d.ts","../../../node_modules/@nodelib/fs.scandir/out/index.d.ts","../../../node_modules/@nodelib/fs.walk/out/types/index.d.ts","../../../node_modules/@nodelib/fs.walk/out/settings.d.ts","../../../node_modules/@nodelib/fs.walk/out/readers/reader.d.ts","../../../node_modules/@nodelib/fs.walk/out/readers/async.d.ts","../../../node_modules/@nodelib/fs.walk/out/providers/async.d.ts","../../../node_modules/@nodelib/fs.walk/out/index.d.ts","../node_modules/fast-glob/out/types/index.d.ts","../node_modules/fast-glob/out/settings.d.ts","../node_modules/fast-glob/out/managers/tasks.d.ts","../node_modules/fast-glob/out/index.d.ts","../node_modules/@types/tmp/index.d.ts","../node_modules/tmp-promise/index.d.ts","../node_modules/n8n-workflow/dist/index.d.ts","../src/Interfaces.ts","../src/Build.ts","../node_modules/replace-in-file/types/index.d.ts","../src/Create.ts","../src/index.ts","../commands/build.ts","../../../node_modules/no-case/dist/index.d.ts","../../../node_modules/pascal-case/dist/index.d.ts","../../../node_modules/camel-case/dist/index.d.ts","../../../node_modules/capital-case/dist/index.d.ts","../../../node_modules/constant-case/dist/index.d.ts","../../../node_modules/dot-case/dist/index.d.ts","../../../node_modules/header-case/dist/index.d.ts","../../../node_modules/param-case/dist/index.d.ts","../../../node_modules/path-case/dist/index.d.ts","../../../node_modules/sentence-case/dist/index.d.ts","../../../node_modules/snake-case/dist/index.d.ts","../node_modules/change-case/dist/index.d.ts","../../../node_modules/rxjs/internal/Subscription.d.ts","../../../node_modules/rxjs/internal/types.d.ts","../../../node_modules/rxjs/internal/Subscriber.d.ts","../../../node_modules/rxjs/internal/Operator.d.ts","../../../node_modules/rxjs/internal/observable/iif.d.ts","../../../node_modules/rxjs/internal/observable/throwError.d.ts","../../../node_modules/rxjs/internal/Observable.d.ts","../../../node_modules/rxjs/internal/Subject.d.ts","../../../node_modules/rxjs/internal/observable/ConnectableObservable.d.ts","../../../node_modules/rxjs/internal/operators/groupBy.d.ts","../../../node_modules/rxjs/internal/symbol/observable.d.ts","../../../node_modules/rxjs/internal/BehaviorSubject.d.ts","../../../node_modules/rxjs/internal/ReplaySubject.d.ts","../../../node_modules/rxjs/internal/AsyncSubject.d.ts","../../../node_modules/rxjs/internal/Scheduler.d.ts","../../../node_modules/rxjs/internal/scheduler/Action.d.ts","../../../node_modules/rxjs/internal/scheduler/AsyncScheduler.d.ts","../../../node_modules/rxjs/internal/scheduler/AsyncAction.d.ts","../../../node_modules/rxjs/internal/scheduler/AsapScheduler.d.ts","../../../node_modules/rxjs/internal/scheduler/asap.d.ts","../../../node_modules/rxjs/internal/scheduler/async.d.ts","../../../node_modules/rxjs/internal/scheduler/QueueScheduler.d.ts","../../../node_modules/rxjs/internal/scheduler/queue.d.ts","../../../node_modules/rxjs/internal/scheduler/AnimationFrameScheduler.d.ts","../../../node_modules/rxjs/internal/scheduler/animationFrame.d.ts","../../../node_modules/rxjs/internal/scheduler/VirtualTimeScheduler.d.ts","../../../node_modules/rxjs/internal/Notification.d.ts","../../../node_modules/rxjs/internal/util/pipe.d.ts","../../../node_modules/rxjs/internal/util/noop.d.ts","../../../node_modules/rxjs/internal/util/identity.d.ts","../../../node_modules/rxjs/internal/util/isObservable.d.ts","../../../node_modules/rxjs/internal/util/ArgumentOutOfRangeError.d.ts","../../../node_modules/rxjs/internal/util/EmptyError.d.ts","../../../node_modules/rxjs/internal/util/ObjectUnsubscribedError.d.ts","../../../node_modules/rxjs/internal/util/UnsubscriptionError.d.ts","../../../node_modules/rxjs/internal/util/TimeoutError.d.ts","../../../node_modules/rxjs/internal/observable/bindCallback.d.ts","../../../node_modules/rxjs/internal/observable/bindNodeCallback.d.ts","../../../node_modules/rxjs/internal/InnerSubscriber.d.ts","../../../node_modules/rxjs/internal/OuterSubscriber.d.ts","../../../node_modules/rxjs/internal/observable/combineLatest.d.ts","../../../node_modules/rxjs/internal/observable/concat.d.ts","../../../node_modules/rxjs/internal/observable/defer.d.ts","../../../node_modules/rxjs/internal/observable/empty.d.ts","../../../node_modules/rxjs/internal/observable/forkJoin.d.ts","../../../node_modules/rxjs/internal/observable/from.d.ts","../../../node_modules/rxjs/internal/observable/fromEvent.d.ts","../../../node_modules/rxjs/internal/observable/fromEventPattern.d.ts","../../../node_modules/rxjs/internal/observable/generate.d.ts","../../../node_modules/rxjs/internal/observable/interval.d.ts","../../../node_modules/rxjs/internal/observable/merge.d.ts","../../../node_modules/rxjs/internal/observable/never.d.ts","../../../node_modules/rxjs/internal/observable/of.d.ts","../../../node_modules/rxjs/internal/observable/onErrorResumeNext.d.ts","../../../node_modules/rxjs/internal/observable/pairs.d.ts","../../../node_modules/rxjs/internal/observable/partition.d.ts","../../../node_modules/rxjs/internal/observable/race.d.ts","../../../node_modules/rxjs/internal/observable/range.d.ts","../../../node_modules/rxjs/internal/observable/timer.d.ts","../../../node_modules/rxjs/internal/observable/using.d.ts","../../../node_modules/rxjs/internal/observable/zip.d.ts","../../../node_modules/rxjs/internal/scheduled/scheduled.d.ts","../../../node_modules/rxjs/internal/config.d.ts","../../../node_modules/rxjs/index.d.ts","../../../node_modules/@types/through/index.d.ts","../node_modules/@types/inquirer/lib/objects/choice.d.ts","../node_modules/@types/inquirer/lib/objects/separator.d.ts","../node_modules/@types/inquirer/lib/objects/choices.d.ts","../node_modules/@types/inquirer/lib/utils/screen-manager.d.ts","../node_modules/@types/inquirer/lib/prompts/base.d.ts","../node_modules/@types/inquirer/lib/utils/paginator.d.ts","../node_modules/@types/inquirer/lib/prompts/checkbox.d.ts","../node_modules/@types/inquirer/lib/prompts/confirm.d.ts","../node_modules/@types/inquirer/lib/prompts/editor.d.ts","../node_modules/@types/inquirer/lib/prompts/expand.d.ts","../node_modules/@types/inquirer/lib/prompts/input.d.ts","../node_modules/@types/inquirer/lib/prompts/list.d.ts","../node_modules/@types/inquirer/lib/prompts/number.d.ts","../node_modules/@types/inquirer/lib/prompts/password.d.ts","../node_modules/@types/inquirer/lib/prompts/rawlist.d.ts","../node_modules/@types/inquirer/lib/ui/baseUI.d.ts","../node_modules/@types/inquirer/lib/ui/bottom-bar.d.ts","../node_modules/@types/inquirer/lib/ui/prompt.d.ts","../node_modules/@types/inquirer/lib/utils/events.d.ts","../node_modules/@types/inquirer/lib/utils/readline.d.ts","../node_modules/@types/inquirer/lib/utils/utils.d.ts","../node_modules/@types/inquirer/index.d.ts","../commands/new.ts"],"fileInfos":[{"version":"f59215c5f1d886b05395ee7aca73e0ac69ddfad2843aa88530e797879d511bad","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","27147504487dc1159369da4f4da8a26406364624fa9bc3db632f7d94a5bae2c3","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"9d9885c728913c1d16e0d2831b40341d6ad9a0ceecaabc55209b306ad9c736a5","affectsGlobalScope":true},{"version":"17bea081b9c0541f39dd1ae9bc8c78bdd561879a682e60e2f25f688c0ecab248","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"ab22100fdd0d24cfc2cc59d0a00fc8cf449830d9c4030dc54390a46bd562e929","affectsGlobalScope":true},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true},{"version":"36ae84ccc0633f7c0787bc6108386c8b773e95d3b052d9464a99cd9b8795fbec","affectsGlobalScope":true},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true},{"version":"f06948deb2a51aae25184561c9640fb66afeddb34531a9212d011792b1d19e0a","affectsGlobalScope":true},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"f5c92f2c27b06c1a41b88f6db8299205aee52c2a2943f7ed29bd585977f254e8","affectsGlobalScope":true},{"version":"307c8b7ebbd7f23a92b73a4c6c0a697beca05b06b036c23a34553e5fe65e4fdc","affectsGlobalScope":true},{"version":"189c0703923150aa30673fa3de411346d727cc44a11c75d05d7cf9ef095daa22","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"406a5a771d97867cba07e7fbd3cd1fb2dd1004558b973733205737e9dd7ed929","affectsGlobalScope":true},"ba8691cf6bea9d53e6bf6cbc22af964a9633a21793981a1be3dce65e7a714d8b","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"bce910d9164785c9f0d4dcea4be359f5f92130c7c7833dea6138ab1db310a1f9","affectsGlobalScope":true},"7d2e3fea24c712c99c03ad8f556abedbfe105f87f1be10b95dbd409d24bc05a3",{"version":"c7a976828c7acb8ada184935195aef0f389c4e37d87daa52eb4f2f3df3edcdea","affectsGlobalScope":true},"3719525a8f6ab731e3dfd585d9f87df55ec7d50d461df84f74eb4d68bb165244","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","b787b5b54349a24f07d089b612a9fb8ff024dbbe991ff52ea2b188a6b1230644","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","1cdcfc1f624d6c08aa12c73935f6e13f095919cd99edf95752951796eb225729","4eaff3d8e10676fd7913d8c108890e71c688e1e7d52f6d1d55c39514f493dc47","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"00dee7cdca8b8420c47ea4a31a34b8e8294013ebc4f463fd941e867e7bf05029","affectsGlobalScope":true},"7abd2623cdd8148233c0c6b9da0289e124f1718bc58dcb8da4262432e9ce0f0a","f4a3088770ba56a4c72e9907bc9798706ab1575097cd024503f57966df2d3d3a","7f138842074d0a40681775af008c8452093b68c383c94de31759e853c6d06b5c","a3d541d303ee505053f5dcbf9fafb65cac3d5631037501cd616195863a6c5740","8d3c583a07e0c37e876908c2d5da575019f689df8d9fa4c081d99119d53dba22","2c828a5405191d006115ab34e191b8474bc6c86ffdc401d1a9864b1b6e088a58",{"version":"e630e5528e899219ae319e83bef54bf3bcb91b01d76861ecf881e8e614b167f0","affectsGlobalScope":true},"bcebb922784739bdb34c18ee51095d25a92b560c78ccd2eaacd6bd00f7443d83","7ee6ed878c4528215c82b664fe0cfe80e8b4da6c0d4cc80869367868774db8b1","b0973c3cbcdc59b37bf477731d468696ecaf442593ec51bab497a613a580fe30",{"version":"4989e92ba5b69b182d2caaea6295af52b7dc73a4f7a2e336a676722884e7139d","affectsGlobalScope":true},{"version":"0715e4cd28ad471b2a93f3e552ff51a3ae423417a01a10aa1d3bc7c6b95059d6","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","210d54cd652ec0fec8c8916e4af59bb341065576ecda039842f9ffb2e908507c","36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","4f3fdeba4e28e21aa719c081b8dc8f91d47e12e773389b9d35679c08151c9d37","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","69ee23dd0d215b09907ad30d23f88b7790c93329d1faf31d7835552a10cf7cbf","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","5629c03c44d1e07698c31d04318c9950d78940461269c0f692a42091cedea142",{"version":"3c4ba1dd9b12ffa284b565063108f2f031d150ea15b8fafbdc17f5d2a07251f3","affectsGlobalScope":true},"e10177274a35a9d07c825615340b2fcde2f610f53f3fb40269fd196b4288dda6","1422cd9e705adcc09088fda85a900c2b70e3ad36ea85846f68bd1a884cdf4e2b","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"c6b124041039647ff446e19ea0e90a7a83256593d64f23c66b4fda6e0c5b968e","affectsGlobalScope":true},{"version":"a9fc1469744055a3435f203123246b96c094e7ff8c4e1c3863829d9b705b7a34","affectsGlobalScope":true},"868831cab82b65dfe1d68180e898af1f2101e89ba9b754d1db6fb8cc2fac1921","0fe8985a28f82c450a04a6edf1279d7181c0893f37da7d2a27f8efd4fd5edb03","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa",{"version":"52120bb7e4583612225bdf08e7c12559548170f11e660d33a33623bae9bbdbba","affectsGlobalScope":true},"8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"a6dd3dba8e665ac43d279e0fdf5219edda0eed69b5e9a5061f46cd6a65c4f7a1","16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c","ba601641fac98c229ccd4a303f747de376d761babb33229bb7153bed9356c9cc",{"version":"ae3fe461989bbd951344efc1f1fe932360ce7392e6126bdb225a82a1bbaf15ee","affectsGlobalScope":true},"84e3bbd6f80983d468260fdbfeeb431cc81f7ea98d284d836e4d168e36875e86","f47887b61c6cf2f48746980390d6cb5b8013518951d912cfb37fe748071942be","6d829824ead8999f87b6df21200df3c6150391b894b4e80662caa462bd48d073","afc559c1b93df37c25aef6b3dfa2d64325b0e112e887ee18bf7e6f4ec383fc90","15c88bfd1b8dc7231ff828ae8df5d955bae5ebca4cf2bcb417af5821e52299ae","736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50","5343f3c160282dfbaab9af350119a0c3b59b7076ef0117bb5995a66e240dab28","736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50","cc256fd958b33576ed32c7338c64adb0d08fc0c2c6525010202fab83f32745da","bf0b1297461549a0e32cd57dffb992c63d7c7134fe0f9e15d359abcc88dbd28c","7467a3a9a7941b98dc80713e03b474a1d5e0ce25701a9f1b3c96db00aed9880a","caedd5f627fa8adfa65990aa23126cc105087e50d4ff91b8725e974401dd4ca3","8b9e20585ff8d1664c6cd14d4b02ccc46300a7cf30871fae19436a5babedd86d","3b3e3c052cef8b65de5af080cbd91c5273b334a13ed84374ff2311c21e88e858","bc798e7704de5c49dd5fee370e3c8e8d8337542e6e9edea84fe0aebedd798b98","c6cea9e13c7df58fefc7923b619e30716075ad4461b9456e7ef43871301abb56","5d920591dfcd3b1467ced64fb9f000d4089751c7cf6ff295bc98c05c876bd52c","c2e81cdcaaaacf8fb582b2dba7dd20e61d69137aa4334592818cdd00cc9be2ee","3fd20ce4d7c8c2e388bc14c745fb9885ea24eab6451bbef4b6a2b01a441129b6","e793ba3683fc3c7e7708a5e00cf2a18115c3c2140f61e3390a5f960a66468e37","eec12cd4c2c484dd03a87a63ff2cf6dfe7bb98c22be4c9c07ea2e0e11918f6b3","d00d9369b2ee770658530f04dc09cd14deebdc6456816c5ecd5495911b1cae84","d68a1351853c4b2e85578f1ba53a06e10f3e57d811a957e5cc8d22ae2e2aac0a","3735c6d4f47344fb7e5f1f806af6a3b318a8001cb155a92dbe4a7615ed4ff57c","af02445cc032e48f600facc4609a9fd707f00721b1e261a51058e0dc960442b1","3026ffe8ed2103258b0a25823715656eca63694485afb3848a510371635444a5","45938045285af93edb0065d83c44410e18b34fd1285b5ce46e025a46d5042a46","52ed17fe2c0a4bb27a4f13e99234b3d1f364dc27f9bd7964946d5ec62792a0cc","8730165f29194af5ede515a69201c6e744ac1fd19baf6c10d4dbb6e2bba82969","735c5063be074ef29f3af5470aed320f1832a4ac538a1e7168a82aa6e68595a2","51d8d20e9fc612a8ef908dbfb1e36e90a9b6be8d0a2166659e6f123445626446","ed4be5a31cd8dbb8e31ccde91e7b8c1552eb191c4787d19ed028763577674772","d40e7cb322841e538e686b8a39f05e8b3e0b6d5b7c6687efa69f0cbf9124c4ec","c5641bb951da5d5252e7d8a806ec3c84f42555b5bd6a0879dbf1c7df1b8bd850","8606f6b3214dea6bd5006d18d8d1c8a1e4af96cc33a4fbda106ae8db64422332","4d39f82cf05470ca5b71368cd744f2a4acdde8591a6c58abb5cec338561e9547","edd5e20e9eb8cb2eaf941d431af3ab69a9b94e7f5d8699b4c938fee1be8d53c4","ac3cc90f9fa90ed3dfc9f3ec16e6082be364af9f9054afa924241aa017e42369","0234584eaf3c5c21e7d3b79e1a9d71551e2a6fa5ca25bdc39c544f00e6e52b1e","8ed62c6a2b723a6651121e314c75784adb0c6071fca2dbc069c2d114238f8f0b","280c72d8d6a18e47b89a18e5d37d9070537096e6868994fcd59ee4f5a4d69cfb","cf6c4a3968683a226342403f0ba60060dd277c08097c28f78b2664cb0a6e56fc","951baa882e6e3e5026cb8a16f80a8bebec1caa35c3fa016c9a3ce6a338bd3123","9d262213265fed751ed67d299c10ae98b7e424522874a623ce986a5431d225a5","e38804187e84fd7b87a19aa9215d69cfad48a10511c4e6ffe2d87bcc4e29957c","5067e5ccf5e8a516f6bd8668ac660bace0b953298740dbb675d38e7ff00f482a","0a0903a245127de02e4f221f3a7c2483d63dbc9d2ae3d4f81a88acaac7da84ed","1f981721ece2d049f9dbd84a00b906915fa358aa1397419546501b866a38b982","85d2f5691cfa8792c5fb75f361d5fd3b37d3d1c0add1e43142b60bcfb5d1e448","fad33e2d66d71fe1fda03f628086990b3d9cdf73f3ffa0944f49e5878a966cd4","9b8fb8809ef39e7cc694e74ed1ab07fa4bf31bdb97dcf3c638f95571bfd8bed6","dbd8ec8dedb32e373b0b044e77cdff2b37e7c544c3858623b85ea599c122c9d0","dc09d7cf1e5004743e79b4060cf57b89f85bfd20487eb368e2ac549555a75b36","fe4b4a6d13a1510fb5f087ebbbc84323fbdf646d45d3f546e53cade31d06d674","4bfdad139574f13b03a7cb18cce8d3e2bb1acf30b226aa59d2f75de6abb11aa6","4b4795d6b66d64eb433fdd49a632edd114c8192d9177ea377a917963d10433da","68493077398e4b3baa7e98a4dc6b2a6e4d52fc9ce9836428412070d1088d22d3","2d8ef423aef4059a15c96d4edeb934303a7d78a8cce4b34f3c4e1251be3a3f4c","3d8165bbdd508d694e864a499ac6eb359b4476fc030c52af4679ed585bc76831","56a2bf55d131efb1ada4547caba16e962a94302dae1398a5a2b631e778165eae","e4be278932b42cd9a89829e67d02e908348a39696cf48c4fb1b95293f760988a","2ce321f1ae14b928877d9ed07c4bdcb4da3910d367f7f7088ac78c7234816123","6bc64e37d72e60ec298911f260518ad11a875b236c237a4b4319a2c8f76a6467","5033fecb0ab1cd20a73acb827d6ef8f95bbac19c0392a0bd3775fe020a8869e2","9ad1dcbfefaeb9a36bb76377f81265c3c532e86f5b38b6fca526016da7d266cd","e2a19e29b615c297a2ce6b84b921646f8ab9945456ead739d0513c8f9d4389a9","b8fac2a2a066d140f34e5e0c698440f1f8c8a94eea2c95d156ce821ed53336e2","2f79c688ac24759632fe8dda94c822d169cbe2a11f37fe6de1588d653af051ca","d2a6dad10dec61f752adeda5f60da4f279583c1c1f6159cafb9cafb737480e24","ebdcf50c5fdb4f68caf05066fb3bd839436a3c39c3154d65dd81a8855382b5e5","79916c6363722cd06ac49cb5c405208ff3ac240d83a928b4ae8c5e79b3294953","34e73f0523e9afb52074fcec0844a6334d48bdb2977f944b3e6648da99755bba","0096b80854aa269e2d6cb47d7d264cf376ee27f902f71406fb09faa0288432bb","e959961027053278d3c8bde65a01f7726697229ea3cb798b0d15ffdec888ec02","cfdabb68603bfcb6982f6d8afd3aaeb6ff4b257feec096e47e105368ca6eb8c7","516f3a00079e9daa8f0fed1559a1a7729a29e29800a84962a9cf65f18b914b31","4108bca6ec2cc28598948e80fca629bb096ca3371091ee3bbca6f87c8a8ff3e1","bd80422c68e0575fee07883efc93fdbf32da39f76ab8479d56eba05e7fac8363","6f2a12bcdefb010863cf811f8b053ffda5cd2f92a3cea9aba63bef3a5e7474e4","6a0e697b567ca52ee396cac73ed795e8e6fd0a47f7803bcad9369e1248242a05","03d343b7b13b8809088b45ab0f6f442adc2b49e2a77ab375d205d018f0d56785","4a0526eb0ecf26a2d03fce5318a09d310b38235da9fa8324513a42b4298c6668","98299f3eff3a3fafe751a30ac2fc803dcb71204fc51241dc843c9ee512698b59","b6850d3a344c6155ed97f8528dd94ce5ce38357c050b41cc3a8a33018853edb6","aee649a090f5838fa2a716f29479cab3f0786858c173780fc8da6a55b6ddfeca","7778f0c4f09b6e5f4ed62b6276bc40c93e1e1a5ac3965cd3f7fd2cb93600d86b","1b9f1ba55985edc074f18ddfe23c6c93d8463ff30651482e8783e56ca0df0653","e12f2c48252d0ae261db2be28206e4f1cc282fa5459a0f991a09f86bb766543f","c9edfd849bbf97b7dc89fc19c60622301a78eadcec309805eef028a1f8efdca8","c862682e704dcf6f691f7270ea9273bcb049fb0974c4e95de6b5ca5f2c990347","26e74359e4963d337447cce5fca95f91d5b805859a398115b0d28b5512970780","778d7164f3612aad776e12987f46889f3fe3541e5d9aed5f673daed728b643d5","46324183533e34fad2461b51174132e8e0e4b3ac1ceb5032e4952992739d1eab","d3fa0530dfb1df408f0abd76486de39def69ca47683d4a3529b2d22fce27c693","d9be977c415df16e4defe4995caeca96e637eeef9d216d0d90cdba6fc617e97e","98e0c2b48d855a844099123e8ec20fe383ecd1c5877f3895b048656befe268d0","ff53802a97b7d11ab3c4395aa052baa14cd12d2b1ed236b520a833fdd2a15003","fce9262f840a74118112caf685b725e1cc86cd2b0927311511113d90d87cc61e","d7a7cac49af2a3bfc208fe68831fbfa569864f74a7f31cc3a607f641e6c583fd","9a80e3322d08274f0e41b77923c91fe67b2c8a5134a5278c2cb60a330441554e","2460af41191009298d931c592fb6d4151beea320f1f25b73605e2211e53e4e88","2f87ea988d84d1c617afdeba9d151435473ab24cd5fc456510c8db26d8bd1581","b7336c1c536e3deaedbda956739c6250ac2d0dd171730c42cb57b10368f38a14","6fb67d664aaab2f1d1ad4613b58548aecb4b4703b9e4c5dba6b865b31bd14722","4414644199b1a047b4234965e07d189781a92b578707c79c3933918d67cd9d85","04a4b38c6a1682059eac00e7d0948d99c46642b57003d61d0fe9ccc9df442887","f12ea658b060da1752c65ae4f1e4c248587f6cd4cb4acabbf79a110b6b02ff75","011b2857871a878d5eae463bedc4b3dd14755dc3a67d5d10f8fbb7823d119294","4498108732bcb5b7000ff9cdc011058b4155e985271ac3f926468acfed0c79dd","36d7b72ed8f35f9e21cc223c06697eca0d4699178fc59cfd3a310e2983fd0fd6","5a5cbc7aa7c4f74f49073d747a2a2518d1ec22694c88bc46092b0f25ccb8ebb7","51bfe35171efe121cefb2501a6cd674c367d541c4c8b0ae639c126adcc84f37d","6061aa83817c30d3a590f037b3cba22cdd809fbe697926d6511b45147928a342","ff02ce10e048b5bba5bdbc28f1604d52d2d23fab76d405320e7ec9496626a948","85d2f5691cfa8792c5fb75f361d5fd3b37d3d1c0add1e43142b60bcfb5d1e448",{"version":"d20a912af1c21ad52a56d0d6593795599011afb3f848409fac3748bbef523a86","signature":"d45ab4bc6cf3d33a83891b61e4053004bef77c2272952d7c861b883d2382bed4"},{"version":"e8c6a44b12a4b33dabbe3b77a25c79c4709745b9378b3988872447a10edf9d18","signature":"1491245f11d0e00c1877b18804c6f17b8785ffd1e33d82cc56b70b42ee91084f"},{"version":"a5aad080e3af4ed94425cd5a43dda211d4c820360eb4c1117f08c5af99761555","affectsGlobalScope":true},{"version":"cb8c07bbeb15d50fbac524db78ed9ee735b4e171e87cde99bc0d96c936a28646","signature":"b3119138a8670c7d81e995be67a3f7fd2369a2e4e3b41691d4b47c852ca9778e"},"fe3777768d77db71b17806d3a9c3d067cf26b1aa69176cbc98804984cfe332e1",{"version":"521287823c5b5b2e3c0b06a440e304d14739b935e81242c929a305f018b07ba1","signature":"b6e783c5cb5761e23b11d68496be65eb4dcdbb6d1ce2f0824c83aac8fcd31192"},"b4e123af1af6049685c93073a15868b50aebdad666d422edc72fa2b585fa8a37","f86c04a744ebcede96bac376f9a2c90f2bd3c422740d91dda4ca6233199d4977","6ae1bddee5c790439bd992abd063b9b46e0cadd676c2a8562268d1869213ff60","606244fc97a6a74b877f2e924ba7e55b233bc6acb57d7bf40ba84a5be2d9adb0","4a1cabac71036b8a14f5db1b753b579f0c901c7d7b9227e6872dadf6efb104e8","062959a1d825b96639d87be35fe497cbd3f89544bf06fdad577bbfb85fcf604c","4c3672dc8f4e4fdd3d18525b22b31f1b5481f5a415db96550d3ac5163a6c3dd3","f9a69ca445010b91fe08f08c06e0f86d79c0d776905f9bdb828477cb2a1eb7fc","ad7fd0e7ee457d4884b3aaecbcbd2a80b6803407c4ce2540c296170d4c7918ef","a50ef21605f41c6acad6c3ef0307e5311b94963c846ca093c764b80cdb5318d6","74b4035dd26d09a417c44ca23ab5ee69b173f8c2f6b2e47350ab0795cf2d4a17","918f86ee2b19cc38cb8b1a4cf8f223eb228aaa39df3604c42f700fac2f0b3ea1","6cb35d83d21a7e72bd00398c93302749bcd38349d0cc5e76ff3a90c6d1498a4d",{"version":"369dd7668d0e6c91550bce0c325f37ce6402e5dd40ecfca66fbb5283e23e559d","affectsGlobalScope":true},"2632057d8b983ee33295566088c080384d7d69a492bc60b008d6a6dfd3508d6b","4bf71cf2a94492fc71e97800bdf2bcb0a9a0fa5fce921c8fe42c67060780cbfa","0996ff06f64cb05b6dac158a6ada2e16f8c2ccd20f9ff6f3c3e871f1ba5fb6d9","5c492d01a19fea5ebfff9d27e786bc533e5078909521ca17ae41236f16f9686a","a6ee930b81c65ec79aca49025b797817dde6f2d2e9b0e0106f0844e18e2cc819","84fce15473e993e6b656db9dd3c9196b80f545647458e6621675e840fd700d29","7d5336ee766aa72dffb1cc2a515f61d18a4fb61b7a2757cbccfb7b286b783dfb","63e96248ab63f6e7a86e31aa3e654ed6de1c3f99e3b668e04800df05874e8b77","80da0f61195385d22b666408f6cccbc261c066d401611a286f07dfddf7764017","06a20cc7d937074863861ea1159ac783ff97b13952b4b5d1811c7d8ab5c94776","ab6de4af0e293eae73b67dad251af097d7bcc0b8b62de84e3674e831514cb056","18cbd79079af97af66c9c07c61b481fce14a4e7282eca078c474b40c970ba1d0","e7b45405689d87e745a217b648d3646fb47a6aaba9c8d775204de90c7ea9ff35","669b754ec246dd7471e19b655b73bda6c2ca5bb7ccb1a4dff44a9ae45b6a716a","bcfaca4a8ff50f57fd36df91fba5d34056883f213baff7192cbfc4d3805d2084","76a564b360b267502219a89514953058494713ee0923a63b2024e542c18b40e5","8f62cbd3afbd6a07bb8c934294b6bfbe437021b89e53a4da7de2648ecfc7af25","a20629551ed7923f35f7556c4c15d0c8b2ebe7afaa68ceaab079a1707ba64be2","d6de66600c97cd499526ddecea6e12166ab1c0e8d9bf36fb2339fd39c8b3372a","8e7a5b8f867b99cc8763c0b024068fb58e09f7da2c4810c12833e1ca6eb11c4f","a8932876de2e3138a5a27f9426b225a4d27f0ba0a1e2764ba20930b4c3faf4b9","df877050b04c29b9f8409aa10278d586825f511f0841d1ec41b6554f8362092b","027d600e00c5f5e1816c207854285d736f2f5fa28276e2829db746d5d6811ba1","5443113a16ef378446e08d6500bb48b35de582426459abdb5c9704f5c7d327d9","0fb581ecb53304a3c95bb930160b4fa610537470cce850371cbaad5a458ca0d9","7da4e290c009d7967343a7f8c3f145a3d2c157c62483362183ba9f637a536489","eb21ddc3a8136a12e69176531197def71dc28ffaf357b74d4bf83407bd845991","914560d0c4c6aa947cfe7489fe970c94ba25383c414bbe0168b44fd20dbf0df4","4fb3405055b54566dea2135845c3a776339e7e170d692401d97fd41ad9a20e5d","8d607832a6ef0eac30657173441367dd76c96bf7800d77193428b922e060c3af","20ff7207f0bb5cdde5fee8e83315ade7e5b8100cfa2087d20d39069a3d7d06f4","7ca4c534eab7cff43d81327e369a23464bc37ef38ce5337ceff24a42c6c84eb2","5252dec18a34078398be4e321dee884dc7f47930e5225262543a799b591b36d2","23caed4dff98bd28157d2b798b43f1dfefe727f18641648c01ce4e0e929a1630","f67e013d5374826596d7c23dbae1cdb14375a27cd72e16c5fb46a4b445059329","ea3401b70e2302683bbf4c18b69ef2292b60f4d8f8e6d920413b81fb7bde0f65","71afe26642c0fb86b9f8b1af4af5deb5181b43b6542a3ff2314871b53d04c749","0d7f01634e6234d84cf0106508efdb8ae00e5ed126eff9606d37b031ac1de654","f8d209086bad78af6bd7fef063c1ed449c815e6f8d36058115f222d9f788b848","3ad003278d569d1953779e2f838f7798f02e793f6a1eceac8e0065f1a202669b","fb2c5eceffcd918dbb86332afa0199f5e7b6cf6ee42809e930a827b28ef25afe","f664aaff6a981eeca68f1ff2d9fd21b6664f47bf45f3ae19874df5a6683a8d8a","ce066f85d73e09e9adbd0049bcf6471c7eefbfc2ec4b5692b5bcef1e36babd2a","09d302513cacfbcc54b67088739bd8ac1c3c57917f83f510b2d1adcb99fd7d2a","3faa54e978b92a6f726440c13fe3ab35993dc74d697c7709681dc1764a25219f","2bd0489e968925eb0c4c0fb12ef090be5165c86bd088e1e803102c38d4a717d8","88924207132b9ba339c1adb1ed3ea07e47b3149ff8a2e21a3ea1f91cee68589d","b8800b93d8ab532f8915be73f8195b9d4ef06376d8a82e8cdc17c400553172d6","d7d469703b78beba76d511957f8c8b534c3bbb02bea7ab4705c65ef573532fb8","74c8c3057669c03264263d911d0f82e876cef50b05be21c54fef23c900de0420","b303eda2ff2d582a9c3c5ecb708fb57355cdc25e8c8197a9f66d4d1bf09fda19","4e5dc89fa22ff43da3dee1db97d5add0591ebaff9e4adef6c8b6f0b41f0f60f0","ec4e82cb42a902fe83dc13153c7a260bee95684541f8d7ef26cb0629a2f4ca31","5f36e24cd92b0ff3e2a243685a8a780c9413941c36739f04b428cc4e15de629d","40a26494e6ab10a91851791169582ab77fed4fbd799518968177e7eefe08c7a9","208e125b45bc561765a74f6f1019d88e44e94678769824cf93726e1bac457961","b3985971de086ef3aa698ef19009a53527b72e65851b782dc188ac341a1e1390","c81d421aabb6113cd98b9d4f11e9a03273b363b841f294b457f37c15d513151d","30063e3a184ff31254bbafa782c78a2d6636943dfe59e1a34f451827fd7a68dc","c05d4cae0bceed02c9d013360d3e65658297acb1b7a90252fe366f2bf4f9ccc9","6f14b92848889abba03a474e0750f7350cc91fc190c107408ca48679a03975ae","a588d0765b1d18bf00a498b75a83e095aef75a9300b6c1e91cbf39e408f2fe2f","656424ca784760c679bf2677d8aaf55d1cb8452cd0ac04bbe1c0f659f45f8c11","5d2651c679f59706bf484e7d423f0ec2d9c79897e2e68c91a3f582f21328d193","30d49e69cb62f350ff0bc5dda1c557429c425014955c19c557f101c0de9272e7","d3747dbed45540212e9a906c2fb8b5beb691f2cd0861af58a66dc01871004f38","05a21cbb7cbe1ec502e7baca1f4846a4e860d96bad112f3e316b995ba99715b7","1eaee2b52f1c0e1848845a79050c1d06ae554d8050c35e3bf479f13d6ee19dd5","fd219904eea67c470dfebbaf44129b0db858207c3c3b55514bdc84de547b1687","4de232968f584b960b4101b4cdae593456aff149c5d0c70c2389248e9eb9fbac","933c42f6ed2768265dfb42faa817ce8d902710c57a21a1859a9c3fe5e985080e","c5430542eeebb207d651e8b00a08e4bb680c47ecb73dd388d8fa597a1fc5de5b","a6c5c9906262cf10549989c0061e5a44afdc1f61da77d5e09418a9ecea0018fe","bc6e433cb982bf63eaa523dbbbd30fe12960a09861b352d77baf77ad6dd8886d","9af64ab00918f552388252977c1569fe31890686ca1fdb8e20f58d3401c9a50c","3d3cc03b5c6e056c24aac76789f4bc67caee98a4f0774ab82bc8ba34d16be916","747ce36fa27a750a05096f3610e59c9b5a55e13defec545c01a75fd13d67b620","1a8f503c64bdb36308f245960d9e4acac4cf65d8b6bd0534f88230ebf0be7883","a2c1f4012459547d62116d724e7ec820bb2e6848da40ea0747bf160ffd99b283","0dc197e52512a7cbea4823cc33c23b0337af97bd59b38bf83be047f37cd8c9a8","492c93ade227fe4545fabb3035b9dd5d57d8b4fde322e5217fdaef20aa1b80a8","83c54a3b3e836d1773b8c23ff76ce6e0aae1a2209fc772b75e9de173fec9eac0","475e411f48f74c14b1f6e50cc244387a5cc8ce52340dddfae897c96e03f86527","5573ce7aa683a81c9a727294ffdb47d82d7715a148bfe9f4ddcf2f6cdfef1f0a","2cd9edbb4a6411a9f5258237dd73323db978d7aa9ebf1d1b0ac79771ac233e24",{"version":"293f4c81d9ffae6a3e9a08359f7b9ed9dad7de8316c81262e693f1a7ec61ca22","signature":"3ae08781e8b4c2468e2aa0bc9607f8616d8747c2a88f35db4db01e8e061e2032"}],"root":[45,218,219,[221,223],323],"options":{"declaration":true,"esModuleInterop":true,"module":1,"noImplicitAny":true,"noImplicitReturns":true,"noUnusedLocals":false,"outDir":"./","preserveConstEnums":true,"removeComments":true,"skipLibCheck":true,"sourceMap":true,"strict":true,"strictNullChecks":true,"target":6,"useUnknownInCatchVariables":false},"fileIdsList":[[92],[92,199,200],[92,200,201,202,203],[92,99,200,202],[92,199,201],[63,92,99],[63,92,99,195],[92,195,196,197,198],[92,195,197],[92,196],[80,92,99,204,205,206,209],[92,205,206,208],[62,92,99,204,205,206,207],[92,206],[92,204,205],[92,99,204],[92,175,183],[92,176,177,178,180,181],[92,183],[92,176,177,178,179,180,181,182],[92,176],[92,176,178,179,180],[92,170],[92,171],[92,169,171,173,174],[92,169,171,172],[65,92,99,105,151],[65,92,99,151],[62,65,92,99,100,101,151],[46,92],[49,92],[50,55,83,92],[51,62,63,70,80,91,92],[51,52,62,70,92],[53,92],[54,55,63,71,92],[55,80,88,92],[56,58,62,70,92],[57,92],[58,59,92],[62,92],[60,62,92],[62,63,64,80,91,92],[62,63,64,77,80,83,92],[92,96],[58,62,65,70,80,91,92,151],[62,63,65,66,70,80,88,91,92],[65,67,80,88,91,92],[46,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,86,87,88,89,90,91,92,93,94,95,96,97,98],[62,68,92],[69,91,92],[58,62,70,80,92],[71,92],[72,92],[49,73,92],[74,90,92,96],[75,92],[76,92],[62,77,78,92],[77,79,92,94],[50,62,80,81,82,83,92],[50,80,82,92],[80,81,92],[83,92],[84,92],[62,86,87,92],[86,87,92],[55,70,80,88,92],[89,92],[70,90,92],[50,65,76,91,92],[55,92],[80,92,93],[92,94],[92,95],[50,55,62,64,73,80,91,92,94,96],[80,92,97],[63,65,67,70,80,91,92,99,108,109,111,151],[65,92,99,103,151],[80,92,99],[92,225],[92,224],[65,80,92,99,151],[92,227],[92,229],[92,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,255,256,258,260,261,262,263,264,265,266,267,268,269,270,271,272,273,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298],[92,236,238,243],[92,238,275],[92,237,242],[92,236,237,238,239,240,241],[92,237,238],[92,238,274],[92,236,237,238,243],[92,236,237,251],[92,236,237,238,239,242],[92,236,237],[92,237],[92,236,238,242,243],[92,237,238,239,242,275],[92,242],[92,242,282],[92,236,237,238,242],[92,237,238,239,242],[92,236,237,238,242,243],[92,299],[92,236,237,250],[92,252,253],[92,236,237,251,252],[92,236,237,250,251,253],[92,252],[92,236,237,252,253],[92,259],[92,254],[92,257],[92,236,242],[92,168,194,222],[63,72,92,194,222,235,322],[92,175,183,184,191],[92,171,175,183],[92,184,192,193],[92,183,192],[92,189],[92,185],[92,186],[92,185,186],[92,185,186,187,188,189,190],[77,92,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,317,318,319,320,321],[92,322],[92,301,302,322],[77,92,299,304,322],[77,92,305,306,322],[77,92,305,322],[77,92,299,305,322],[77,92,311,322],[77,92,322],[92,300,316,322],[92,299,316,322],[77,92,299],[92,304],[77,92],[92,299,322],[92,224,225,226,227,228,229,230,231,232,233,234],[92,99,211,212,213],[92,211,212],[92,211],[92,99,210],[92,151,153],[80,92,99,151,153],[92,151],[80,92,99,151],[92,151,161],[80,92,99,112,113,151],[92,153],[92,151,165],[92,152,153,154,155,156,157,158,159,160,162,163,164,166,167],[65,92,112,151],[92,127],[92,117,119,125],[92,116],[92,147],[92,147,148],[63,65,80,91,92,99,107,108,112,113,114,115,116,117,119,120,121,122,123,124,151],[92,125],[92,125,137],[92,119,125,137],[92,119,125],[92,118,125],[92,116,125],[65,92,99,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,138,139,140,141,142,143,144,145,146,149,150],[92,101,102,104,106],[92,136],[92,129,131,132,137],[92,130,133],[92,129,130],[92,131,133],[92,129,130,131,132,133,134,135],[92,129],[65,92,99,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,138,139,140,141,142,143,144,145,146,149,150,151],[92,215],[51,64,72,92,151,168,214,216,218],[63,92,220],[92,218,219,221],[171,194],[194],[218]],"referencedMap":[[43,1],[44,1],[9,1],[8,1],[2,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[3,1],[4,1],[21,1],[18,1],[19,1],[20,1],[22,1],[23,1],[24,1],[5,1],[25,1],[26,1],[27,1],[28,1],[6,1],[32,1],[29,1],[30,1],[31,1],[33,1],[7,1],[34,1],[39,1],[40,1],[35,1],[36,1],[37,1],[38,1],[41,1],[1,1],[42,1],[201,2],[204,3],[203,4],[202,5],[200,6],[196,7],[199,8],[198,9],[197,10],[195,6],[210,11],[209,12],[208,13],[207,14],[206,15],[205,16],[176,17],[182,18],[177,19],[183,20],[179,21],[178,1],[181,22],[180,1],[170,1],[169,1],[171,23],[174,24],[175,25],[172,1],[173,26],[106,27],[109,1],[105,28],[102,29],[103,1],[46,30],[47,30],[49,31],[50,32],[51,33],[52,34],[53,35],[54,36],[55,37],[56,38],[57,39],[58,40],[59,40],[61,41],[60,42],[62,41],[63,43],[64,44],[48,45],[98,1],[65,46],[66,47],[67,48],[99,49],[68,50],[69,51],[70,52],[71,53],[72,54],[73,55],[74,56],[75,57],[76,58],[77,59],[78,59],[79,60],[80,61],[82,62],[81,63],[83,64],[84,65],[85,1],[86,66],[87,67],[88,68],[89,69],[90,70],[91,71],[92,72],[93,73],[94,74],[95,75],[96,76],[97,77],[101,1],[100,1],[112,78],[104,79],[300,80],[111,1],[226,81],[227,82],[228,82],[229,82],[110,83],[230,84],[45,1],[224,1],[231,85],[225,82],[232,85],[299,86],[249,87],[247,87],[274,88],[262,89],[242,90],[239,91],[275,92],[248,93],[250,94],[243,95],[238,96],[236,97],[298,1],[244,98],[272,89],[273,89],[276,99],[277,89],[278,89],[279,89],[280,89],[281,89],[282,100],[283,101],[284,89],[240,89],[285,89],[286,89],[287,100],[288,89],[289,89],[290,102],[291,89],[292,99],[293,89],[241,89],[294,89],[295,89],[296,103],[245,104],[297,105],[251,106],[259,107],[254,107],[253,108],[252,109],[257,110],[261,111],[260,112],[255,113],[256,110],[258,114],[246,1],[237,115],[267,1],[268,1],[269,1],[271,1],[270,1],[265,1],[266,100],[264,1],[263,97],[233,82],[234,85],[223,116],[323,117],[192,118],[184,119],[194,120],[193,121],[190,122],[186,123],[188,124],[185,1],[187,125],[191,126],[189,1],[322,127],[301,128],[303,129],[302,128],[305,130],[307,131],[308,132],[309,133],[310,131],[311,132],[312,131],[313,134],[314,132],[315,131],[316,135],[317,136],[318,137],[319,138],[306,139],[320,140],[304,140],[321,141],[215,1],[235,142],[214,143],[213,144],[212,145],[211,146],[155,147],[156,148],[157,1],[158,1],[159,149],[160,147],[153,150],[162,151],[161,149],[164,151],[163,151],[152,152],[154,153],[166,154],[167,1],[168,155],[113,156],[124,1],[114,1],[141,1],[115,1],[128,157],[123,1],[118,158],[117,159],[148,160],[147,1],[149,161],[125,162],[126,163],[142,164],[150,1],[116,163],[138,165],[139,163],[143,166],[140,163],[145,163],[119,167],[121,168],[144,166],[122,163],[120,163],[151,169],[146,163],[127,163],[107,170],[137,171],[133,172],[131,173],[134,174],[132,175],[136,176],[130,1],[135,177],[129,1],[108,83],[165,1],[217,178],[220,1],[216,179],[219,180],[221,181],[218,1],[222,182]],"exportedModulesMap":[[43,1],[44,1],[9,1],[8,1],[2,1],[10,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[3,1],[4,1],[21,1],[18,1],[19,1],[20,1],[22,1],[23,1],[24,1],[5,1],[25,1],[26,1],[27,1],[28,1],[6,1],[32,1],[29,1],[30,1],[31,1],[33,1],[7,1],[34,1],[39,1],[40,1],[35,1],[36,1],[37,1],[38,1],[41,1],[1,1],[42,1],[201,2],[204,3],[203,4],[202,5],[200,6],[196,7],[199,8],[198,9],[197,10],[195,6],[210,11],[209,12],[208,13],[207,14],[206,15],[205,16],[176,17],[182,18],[177,19],[183,20],[179,21],[178,1],[181,22],[180,1],[170,1],[169,1],[171,23],[174,24],[175,25],[172,1],[173,26],[106,27],[109,1],[105,28],[102,29],[103,1],[46,30],[47,30],[49,31],[50,32],[51,33],[52,34],[53,35],[54,36],[55,37],[56,38],[57,39],[58,40],[59,40],[61,41],[60,42],[62,41],[63,43],[64,44],[48,45],[98,1],[65,46],[66,47],[67,48],[99,49],[68,50],[69,51],[70,52],[71,53],[72,54],[73,55],[74,56],[75,57],[76,58],[77,59],[78,59],[79,60],[80,61],[82,62],[81,63],[83,64],[84,65],[85,1],[86,66],[87,67],[88,68],[89,69],[90,70],[91,71],[92,72],[93,73],[94,74],[95,75],[96,76],[97,77],[101,1],[100,1],[112,78],[104,79],[300,80],[111,1],[226,81],[227,82],[228,82],[229,82],[110,83],[230,84],[45,1],[224,1],[231,85],[225,82],[232,85],[299,86],[249,87],[247,87],[274,88],[262,89],[242,90],[239,91],[275,92],[248,93],[250,94],[243,95],[238,96],[236,97],[298,1],[244,98],[272,89],[273,89],[276,99],[277,89],[278,89],[279,89],[280,89],[281,89],[282,100],[283,101],[284,89],[240,89],[285,89],[286,89],[287,100],[288,89],[289,89],[290,102],[291,89],[292,99],[293,89],[241,89],[294,89],[295,89],[296,103],[245,104],[297,105],[251,106],[259,107],[254,107],[253,108],[252,109],[257,110],[261,111],[260,112],[255,113],[256,110],[258,114],[246,1],[237,115],[267,1],[268,1],[269,1],[271,1],[270,1],[265,1],[266,100],[264,1],[263,97],[233,82],[234,85],[223,183],[323,184],[192,118],[184,119],[194,120],[193,121],[190,122],[186,123],[188,124],[185,1],[187,125],[191,126],[189,1],[322,127],[301,128],[303,129],[302,128],[305,130],[307,131],[308,132],[309,133],[310,131],[311,132],[312,131],[313,134],[314,132],[315,131],[316,135],[317,136],[318,137],[319,138],[306,139],[320,140],[304,140],[321,141],[215,1],[235,142],[214,143],[213,144],[212,145],[211,146],[155,147],[156,148],[157,1],[158,1],[159,149],[160,147],[153,150],[162,151],[161,149],[164,151],[163,151],[152,152],[154,153],[166,154],[167,1],[168,155],[113,156],[124,1],[114,1],[141,1],[115,1],[128,157],[123,1],[118,158],[117,159],[148,160],[147,1],[149,161],[125,162],[126,163],[142,164],[150,1],[116,163],[138,165],[139,163],[143,166],[140,163],[145,163],[119,167],[121,168],[144,166],[122,163],[120,163],[151,169],[146,163],[127,163],[107,170],[137,171],[133,172],[131,173],[134,174],[132,175],[136,176],[130,1],[135,177],[129,1],[108,83],[165,1],[217,178],[220,1],[216,179],[219,185],[222,182]],"semanticDiagnosticsPerFile":[43,44,9,8,2,10,11,12,13,14,15,16,17,3,4,21,18,19,20,22,23,24,5,25,26,27,28,6,32,29,30,31,33,7,34,39,40,35,36,37,38,41,1,42,201,204,203,202,200,196,199,198,197,195,210,209,208,207,206,205,176,182,177,183,179,178,181,180,170,169,171,174,175,172,173,106,109,105,102,103,46,47,49,50,51,52,53,54,55,56,57,58,59,61,60,62,63,64,48,98,65,66,67,99,68,69,70,71,72,73,74,75,76,77,78,79,80,82,81,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,101,100,112,104,300,111,226,227,228,229,110,230,45,224,231,225,232,299,249,247,274,262,242,239,275,248,250,243,238,236,298,244,272,273,276,277,278,279,280,281,282,283,284,240,285,286,287,288,289,290,291,292,293,241,294,295,296,245,297,251,259,254,253,252,257,261,260,255,256,258,246,237,267,268,269,271,270,265,266,264,263,233,234,223,323,192,184,194,193,190,186,188,185,187,191,189,322,301,303,302,305,307,308,309,310,311,312,313,314,315,316,317,318,319,306,320,304,321,215,235,214,213,212,211,155,156,157,158,159,160,153,162,161,164,163,152,154,166,167,168,113,124,114,141,115,128,123,118,117,148,147,149,125,126,142,150,116,138,139,143,140,145,119,121,144,122,120,151,146,127,107,137,133,131,134,132,136,130,135,129,108,165,217,220,216,219,221,218,222]},"version":"5.1.3"}
|