@odg/command 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,156 @@
1
+ <h1 align="center">
2
+ <a href="https://github.com/ODGodinho">
3
+ <img
4
+ src="https://raw.githubusercontent.com/ODGodinho/Stanley-TheTemplate/main/public/images/Stanley.jpg"
5
+ alt="Stanley Imagem" width="500"
6
+ />
7
+ </a>
8
+ <br />
9
+ Stanley The Template For Typescript By Dragons Gamers
10
+ <br />
11
+ </h1>
12
+
13
+ <h4 align="center">Template Stanley for Typescript projects and packages ๐Ÿ“ฆ!</h4>
14
+
15
+ <p align="center">
16
+
17
+ [![codecov](https://codecov.io/gh/ODGodinho/Stanley-TheTemplate-Typescript/branch/main/graph/badge.svg?token=HNBNLLPZ3J)](https://codecov.io/gh/ODGodinho/Stanley-TheTemplate-Typescript)
18
+ [![Stargazers](https://img.shields.io/github/stars/ODGodinho/Stanley-TheTemplate-Typescript?color=F430A4)](https://github.com/ODGodinho/Stanley-TheTemplate-Typescript/stargazers)
19
+ [![Made by ODGodinho](https://img.shields.io/badge/made%20by-ODGodinho-%2304A361)](https://www.linkedin.com/in/victor-alves-odgodinho/)
20
+ [![Forks](https://img.shields.io/github/forks/ODGodinho/Stanley-TheTemplate-Typescript?color=CD4D34)](https://github.com/ODGodinho/Stanley-TheTemplate-Typescript/network/members)
21
+ ![Repository size](https://img.shields.io/github/repo-size/ODGodinho/Stanley-TheTemplate-Typescript)
22
+ [![GitHub last commit](https://img.shields.io/github/last-commit/ODGodinho/Stanley-TheTemplate-Typescript)](https://github.com/ODGodinho/Stanley-TheTemplate-Typescript/commits/master)
23
+ [![License](https://img.shields.io/badge/license-MIT-brightgreen)](https://opensource.org/licenses/MIT)
24
+ [![StyleCI](https://github.styleci.io/repos/562306382/shield?branch=main)](https://github.styleci.io/repos/562306382?branch=main)
25
+
26
+ </p>
27
+
28
+ # Table of Contents
29
+
30
+ - [๐ŸŽ‡ Benefits](#-benefits)
31
+ - [๐Ÿ“— Libraries](#-libraries)
32
+ - [๐Ÿ“ Dependencies](#-dependencies)
33
+ - [โฉ Get Started](#-get-started)
34
+ - [๐Ÿ”˜ Use Template](#-use-template)
35
+ - [๐Ÿ”‘ Configure Github Secrets](#-configure-github-secrets)
36
+ - [๐Ÿ™ˆ Create Github Token](#-create-github-token)
37
+ - [๐Ÿ€ Code Coverage](#-code-coverage)
38
+ - [๐Ÿ“ฆ Create NPM Token](#-create-npm-token)
39
+ - [๐Ÿ” Create project Environment](#-create-project-environment)
40
+ - [๐Ÿ’ป Prepare to develop](#-prepare-to-develop)
41
+ - [๐Ÿ“ Start Project](#-start-project)
42
+ - [๐Ÿ“จ Build and Run](#-build-and-run)
43
+ - [๐Ÿงช Teste Code](#-teste-code)
44
+
45
+ ---
46
+
47
+ ## ๐ŸŽ‡ Benefits
48
+
49
+ - ๐Ÿš€ Speed start new project or package using typescript
50
+ - ๐Ÿšจ Over 800 rules for pattern, possible errors and errors in Linter
51
+ - ๐ŸŽ‡ Code quality guaranteed
52
+ - ๐Ÿ“ข AutoReview when opening a pull-request/merge
53
+ ![AutoReview Comment example](https://user-images.githubusercontent.com/3797062/97085944-87233a80-165b-11eb-94a8-0a47d5e24905.png)
54
+ - ๐Ÿงช Automatic Test when opening pull-request/merge
55
+ - ๐Ÿ“ˆ Automatic Code Coverage when opening pull-request/merge
56
+ ![Code Coverage example](https://app.codecov.io/static/media/codecov-report.eeef5dba5ea18b5ed6a4.png)
57
+ - ๐Ÿ“ฆ Automatic Package and release generate on merge
58
+
59
+ ## ๐Ÿ“— Libraries
60
+
61
+ - [Node.js 16](https://nodejs.org/?n=dragonsgamers)
62
+ - [Typescript](https://www.typescriptlang.org/?n=dragonsgamers)
63
+ - [Eslint](https://eslint.org/?n=dragonsgamers)
64
+ - [ODG-Linter-JS](https://github.com/ODGodinho/ODG-Linter-Js?n=dragonsgamers)
65
+ - [EditorConfig](https://editorconfig.org/?n=dragonsgamers)
66
+ - [ReviewDog](https://github.com/reviewdog/action-eslint)
67
+
68
+ ## ๐Ÿ“ Dependencies
69
+
70
+ - [Node.js](https://nodejs.org) 16 or later
71
+ - [Yarn](https://yarnpkg.com/) Optional/Recommended
72
+ - [ODG TsConfig](https://github.com/ODGodinho/tsconfig) Last Version
73
+
74
+ ## โฉ Get Started
75
+
76
+ ---
77
+
78
+ ### ๐Ÿ”˜ Use Template
79
+
80
+ Click in use this template button and clone your template project
81
+
82
+ ![Use Template](https://raw.githubusercontent.com/ODGodinho/Stanley-TheTemplate/main/public/images/UseTemplate.png)
83
+
84
+ ### ๐Ÿ”‘ Configure Github Secrets
85
+
86
+ #### ๐Ÿ™ˆ Create Github Token
87
+
88
+ Before create new GITHUB_TOKEN in
89
+
90
+ - <https://docs.github.com/en/enterprise-server@3.4/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token>
91
+
92
+ #### ๐Ÿ€ Code Coverage
93
+
94
+ Add Code Coverage support in your project
95
+
96
+ 1. Install CodeCov in your account <https://github.com/apps/codecov>
97
+ 2. Enter In <https://app.codecov.io/gh/+> and search your repository
98
+ 3. Click `setup repo`
99
+ 4. Copy CODECOV_TOKEN and create a secret called CODECOV_TOKEN
100
+
101
+ #### ๐Ÿ“ฆ Create NPM Token
102
+
103
+ if you want to generate packages create a secret called IS_PACKAGE = true AND create new NPM_TOKEN in
104
+
105
+ - <https://docs.npmjs.com/creating-and-viewing-access-tokens>
106
+
107
+ #### ๐Ÿ” Create project Environment
108
+
109
+ - On GitHub.com, navigate to the main page of the repository.
110
+ - Under your repository name, click `โš™๏ธ Settings`.
111
+ ![Github Setting images example](https://docs.github.com/assets/cb-27528/images/help/repository/repo-actions-settings.png)
112
+ - In the "Security" section of the sidebar, select `โœณ๏ธ Secrets`, then click Actions.
113
+ - Click New repository secret.
114
+ - Type a name with: **GH_TOKEN**
115
+ - Enter with your access secret token `ghp_Dsfde....`
116
+ - Click Add secret.
117
+ - If you are going to publish package:
118
+ - create **IS_PACKAGE** = `true`
119
+ - create **NPM_TOKEN** = `npm_szxw......`
120
+ - create **CODECOV_TOKEN** = `00000000-0000-0000-0000-000000000000`
121
+
122
+ ### ๐Ÿ’ป Prepare To Develop
123
+
124
+ Copy `.env.example` to `.env` and add the values according to your needs.
125
+
126
+ ### ๐Ÿ“ Start Project
127
+
128
+ First install dependencies with the following command
129
+
130
+ ```bash
131
+ yarn install
132
+ # or
133
+ npm install
134
+ ```
135
+
136
+ ## ๐Ÿ“จ Build and Run
137
+
138
+ To build the project, you can use the following command
139
+
140
+ > if you change files, you need to run `yarn build` and `yarn start` again
141
+
142
+ ```bash
143
+ yarn build && yarn start
144
+ # or
145
+ yarn dev
146
+ ```
147
+
148
+ ## ๐Ÿงช Teste Code
149
+
150
+ To Test execute this command
151
+
152
+ ```bash
153
+ yarn test
154
+ # or
155
+ yarn test:watch
156
+ ```
@@ -0,0 +1,3 @@
1
+ import { Exception } from "@odg/exception";
2
+ export declare class InvalidArgumentException extends Exception {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.InvalidArgumentException = void 0;
4
+ const exception_1 = require("@odg/exception");
5
+ class InvalidArgumentException extends exception_1.Exception {
6
+ }
7
+ exports.InvalidArgumentException = InvalidArgumentException;
8
+ //# sourceMappingURL=InvalidArgumentException.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvalidArgumentException.js","sourceRoot":"","sources":["../../src/Exceptions/InvalidArgumentException.ts"],"names":[],"mappings":";;;AAAA,8CAA2C;AAE3C,MAAa,wBAAyB,SAAQ,qBAAS;CAEtD;AAFD,4DAEC"}
@@ -0,0 +1,26 @@
1
+ export default class StubCreator {
2
+ private readonly filesystem;
3
+ create(stub: string, name: string, pathDestination: string, variables: Record<string, number | string>): Promise<string>;
4
+ /**
5
+ * Return stub file content.
6
+ *
7
+ * @param {string} name Name file stub
8
+ * @param {Record<string, number | string>} variables Variable to replace in stub
9
+ * @returns {string}
10
+ */
11
+ getStub(name: string, variables: Record<string, number | string>): Promise<string>;
12
+ /**
13
+ * Return path to save stub.
14
+ *
15
+ * @param {string} name Generate file name
16
+ * @param {string} path File path destination
17
+ * @returns {string}
18
+ */
19
+ getPath(name: string, path: string): Promise<string>;
20
+ /**
21
+ * Get the path to the stubs.
22
+ *
23
+ * @returns {string}
24
+ */
25
+ getStubPath(): string;
26
+ }
@@ -0,0 +1,77 @@
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
+ const Filesystem = __importStar(require("node:fs"));
27
+ const nodePath = __importStar(require("node:path"));
28
+ const node_util_1 = require("node:util");
29
+ const chemical_x_1 = require("@odg/chemical-x");
30
+ const InvalidArgumentException_1 = require("../Exceptions/InvalidArgumentException");
31
+ class StubCreator {
32
+ constructor() {
33
+ this.filesystem = Filesystem;
34
+ }
35
+ async create(stub, name, pathDestination, variables) {
36
+ const destination = await this.getPath(name, pathDestination);
37
+ if (this.filesystem.existsSync(destination)) {
38
+ throw new InvalidArgumentException_1.InvalidArgumentException(`The ${name} already exists.`);
39
+ }
40
+ const content = await this.getStub(stub, variables);
41
+ await (0, node_util_1.promisify)(this.filesystem.writeFile)(destination, content, {});
42
+ return destination;
43
+ }
44
+ /**
45
+ * Return stub file content.
46
+ *
47
+ * @param {string} name Name file stub
48
+ * @param {Record<string, number | string>} variables Variable to replace in stub
49
+ * @returns {string}
50
+ */
51
+ async getStub(name, variables) {
52
+ const file = await (0, node_util_1.promisify)(this.filesystem.readFile)(`${this.getStubPath()}/${name}.stub`);
53
+ return new chemical_x_1.Str(file.toString())
54
+ .formatUnicorn(variables)
55
+ .toString();
56
+ }
57
+ /**
58
+ * Return path to save stub.
59
+ *
60
+ * @param {string} name Generate file name
61
+ * @param {string} path File path destination
62
+ * @returns {string}
63
+ */
64
+ async getPath(name, path) {
65
+ return `${path}/${name}.ts`;
66
+ }
67
+ /**
68
+ * Get the path to the stubs.
69
+ *
70
+ * @returns {string}
71
+ */
72
+ getStubPath() {
73
+ return nodePath.resolve("src/stubs/");
74
+ }
75
+ }
76
+ exports.default = StubCreator;
77
+ //# sourceMappingURL=StubCreator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StubCreator.js","sourceRoot":"","sources":["../../src/Generators/StubCreator.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,oDAAsC;AACtC,oDAAsC;AACtC,yCAAsC;AAEtC,gDAAsC;AAEtC,qFAAkF;AAElF,MAAqB,WAAW;IAAhC;QAEqB,eAAU,GAAsB,UAAU,CAAC;IAuDhE,CAAC;IArDU,KAAK,CAAC,MAAM,CACf,IAAY,EACZ,IAAY,EACZ,eAAuB,EACvB,SAA0C;QAE1C,MAAM,WAAW,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,eAAe,CAAC,CAAC;QAE9D,IAAI,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,EAAE;YACzC,MAAM,IAAI,mDAAwB,CAAC,OAAO,IAAI,kBAAkB,CAAC,CAAC;SACrE;QAED,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QACpD,MAAM,IAAA,qBAAS,EAAC,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE,OAAO,EAAE,EAAE,CAAC,CAAC;QAErE,OAAO,WAAW,CAAC;IACvB,CAAC;IAED;;;;;;OAMG;IACI,KAAK,CAAC,OAAO,CAAC,IAAY,EAAE,SAA0C;QACzE,MAAM,IAAI,GAAG,MAAM,IAAA,qBAAS,EAAC,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,GAAG,IAAI,CAAC,WAAW,EAAE,IAAI,IAAI,OAAO,CAAC,CAAC;QAE7F,OAAO,IAAI,gBAAG,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC;aAC1B,aAAa,CAAC,SAAS,CAAC;aACxB,QAAQ,EAAE,CAAC;IACpB,CAAC;IAED;;;;;;OAMG;IACI,KAAK,CAAC,OAAO,CAAC,IAAY,EAAE,IAAY;QAC3C,OAAO,GAAG,IAAI,IAAI,IAAI,KAAK,CAAC;IAChC,CAAC;IAED;;;;OAIG;IACI,WAAW;QACd,OAAO,QAAQ,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IAC1C,CAAC;CAEJ;AAzDD,8BAyDC"}
@@ -0,0 +1 @@
1
+ export declare function exampleStanleyTemplate(): string;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.exampleStanleyTemplate = void 0;
4
+ function exampleStanleyTemplate() {
5
+ return "Stanley The Template";
6
+ }
7
+ exports.exampleStanleyTemplate = exampleStanleyTemplate;
8
+ //# sourceMappingURL=example.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"example.js","sourceRoot":"","sources":["../src/example.ts"],"names":[],"mappings":";;;AAAA,SAAgB,sBAAsB;IAClC,OAAO,sBAAsB,CAAC;AAClC,CAAC;AAFD,wDAEC"}
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ export {};
package/dist/index.js ADDED
@@ -0,0 +1,24 @@
1
+ #!/usr/bin/env node
2
+ "use strict";
3
+ var __importDefault = (this && this.__importDefault) || function (mod) {
4
+ return (mod && mod.__esModule) ? mod : { "default": mod };
5
+ };
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ const commander_1 = require("commander");
8
+ const StubCreator_1 = __importDefault(require("./Generators/StubCreator"));
9
+ const chemical_x_1 = require("@odg/chemical-x");
10
+ commander_1.program
11
+ .command("make:page")
12
+ .name("make:page")
13
+ .argument("<pageName>", "page name create")
14
+ .description("Test command description")
15
+ .version("0.1.1")
16
+ .action(async (pageName) => {
17
+ const stubCreator = new StubCreator_1.default();
18
+ await stubCreator.create("page", `${pageName}Page`, "./", {
19
+ "PageName:UCFirst": new chemical_x_1.Str(pageName).ucFirst().toString(),
20
+ "PageName": pageName.charAt(0).toLowerCase() + pageName.slice(1),
21
+ });
22
+ });
23
+ commander_1.program.parse();
24
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AACA,yCAAoC;AAEpC,2EAAmD;AACnD,gDAAsC;AAEtC,mBAAO;KACF,OAAO,CAAC,WAAW,CAAC;KACpB,IAAI,CAAC,WAAW,CAAC;KACjB,QAAQ,CAAC,YAAY,EAAE,kBAAkB,CAAC;KAC1C,WAAW,CAAC,0BAA0B,CAAC;KACvC,OAAO,CAAC,OAAO,CAAC;KAChB,MAAM,CAAC,KAAK,EAAE,QAAgB,EAAE,EAAE;IAC/B,MAAM,WAAW,GAAG,IAAI,qBAAW,EAAE,CAAC;IACtC,MAAM,WAAW,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,QAAQ,MAAM,EAAE,IAAI,EAAE;QACtD,kBAAkB,EAAE,IAAI,gBAAG,CAAC,QAAQ,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QAC1D,UAAU,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC;KACnE,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAEP,mBAAO,CAAC,KAAK,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ {"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.es2021.d.ts","../node_modules/typescript/lib/lib.es2022.d.ts","../node_modules/typescript/lib/lib.esnext.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.es2021.promise.d.ts","../node_modules/typescript/lib/lib.es2021.string.d.ts","../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../node_modules/typescript/lib/lib.es2021.intl.d.ts","../node_modules/typescript/lib/lib.es2022.array.d.ts","../node_modules/typescript/lib/lib.es2022.error.d.ts","../node_modules/typescript/lib/lib.es2022.intl.d.ts","../node_modules/typescript/lib/lib.es2022.object.d.ts","../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2022.string.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/commander/typings/index.d.ts","../../chemicalx/dist/crawler/@types/page.d.ts","../../chemicalx/dist/crawler/@types/context.d.ts","../../chemicalx/dist/crawler/@types/browser.d.ts","../../chemicalx/dist/crawler/browser.d.ts","../../chemicalx/dist/crawler/context.d.ts","../../chemicalx/node_modules/@odg/exception/dist/exceptions/exception.d.ts","../../chemicalx/node_modules/@odg/exception/dist/exceptions/unknownexception.d.ts","../../chemicalx/node_modules/@odg/exception/dist/index.d.ts","../../chemicalx/dist/types/functiontype.d.ts","../../chemicalx/dist/types/promisesynctype.d.ts","../../chemicalx/dist/helpers/retry.d.ts","../../chemicalx/dist/crawler/interfaces/handlerinterface.d.ts","../../chemicalx/dist/crawler/handlers/basehandler.d.ts","../../chemicalx/dist/crawler/handlers/index.d.ts","../../chemicalx/dist/crawler/page.d.ts","../../chemicalx/dist/crawler/@types/index.d.ts","../../chemicalx/dist/crawler/exceptions/browserexception.d.ts","../../chemicalx/dist/crawler/exceptions/browserinstanceexception.d.ts","../../chemicalx/dist/crawler/exceptions/index.d.ts","../../chemicalx/dist/crawler/selectors/selectorstypo.d.ts","../../chemicalx/dist/crawler/pages/basepage.d.ts","../../chemicalx/dist/crawler/pages/components/basecomponentpage.d.ts","../../chemicalx/dist/crawler/pages/index.d.ts","../../chemicalx/dist/crawler/interfaces/pageinterface.d.ts","../../chemicalx/dist/crawler/interfaces/index.d.ts","../../chemicalx/dist/crawler/index.d.ts","../../chemicalx/dist/helpers/sleep.d.ts","../../chemicalx/dist/helpers/index.d.ts","../../chemicalx/dist/interfaces/cloneable.d.ts","../../chemicalx/dist/interfaces/native.d.ts","../../chemicalx/dist/interfaces/index.d.ts","../../chemicalx/dist/support/arr.d.ts","../../chemicalx/dist/support/num.d.ts","../../chemicalx/dist/support/str.d.ts","../../chemicalx/dist/support/index.d.ts","../../chemicalx/dist/exceptions/moneynotfoundexception.d.ts","../../chemicalx/dist/exceptions/moneymultipleresultexception.d.ts","../../chemicalx/dist/exceptions/index.d.ts","../../chemicalx/dist/index.d.ts","../node_modules/@odg/exception/dist/index.d.ts","../src/exceptions/invalidargumentexception.ts","../src/generators/stubcreator.ts","../src/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/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/@jest/expect-utils/build/index.d.ts","../node_modules/chalk/index.d.ts","../node_modules/@sinclair/typebox/typebox.d.ts","../node_modules/@jest/schemas/build/index.d.ts","../node_modules/pretty-format/build/index.d.ts","../node_modules/jest-diff/build/index.d.ts","../node_modules/jest-matcher-utils/build/index.d.ts","../node_modules/expect/build/index.d.ts","../node_modules/@types/jest/index.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","impliedFormat":1},{"version":"7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","impliedFormat":1},{"version":"8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","impliedFormat":1},{"version":"5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","impliedFormat":1},{"version":"4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","impliedFormat":1},{"version":"1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9","impliedFormat":1},{"version":"746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f","impliedFormat":1},{"version":"d11a03592451da2d1065e09e61f4e2a9bf68f780f4f6623c18b57816a9679d17","impliedFormat":1},{"version":"aea179452def8a6152f98f63b191b84e7cbd69b0e248c91e61fb2e52328abe8c","impliedFormat":1},{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true,"impliedFormat":1},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true,"impliedFormat":1},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true,"impliedFormat":1},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true,"impliedFormat":1},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true,"impliedFormat":1},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true,"impliedFormat":1},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true,"impliedFormat":1},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true,"impliedFormat":1},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true,"impliedFormat":1},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true,"impliedFormat":1},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true,"impliedFormat":1},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true,"impliedFormat":1},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true,"impliedFormat":1},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true,"impliedFormat":1},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true,"impliedFormat":1},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true,"impliedFormat":1},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true,"impliedFormat":1},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true,"impliedFormat":1},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true,"impliedFormat":1},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true,"impliedFormat":1},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true,"impliedFormat":1},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true,"impliedFormat":1},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true,"impliedFormat":1},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true,"impliedFormat":1},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true,"impliedFormat":1},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true,"impliedFormat":1},{"version":"34c839eaaa6d78c8674ae2c37af2236dee6831b13db7b4ef4df3ec889a04d4f2","affectsGlobalScope":true,"impliedFormat":1},{"version":"34478567f8a80171f88f2f30808beb7da15eac0538ae91282dd33dce928d98ed","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab7d58e6161a550ff92e5aff755dc37fe896245348332cd5f1e1203479fe0ed1","affectsGlobalScope":true,"impliedFormat":1},{"version":"6bda95ea27a59a276e46043b7065b55bd4b316c25e70e29b572958fa77565d43","affectsGlobalScope":true,"impliedFormat":1},{"version":"aedb8de1abb2ff1095c153854a6df7deae4a5709c37297f9d6e9948b6806fa66","affectsGlobalScope":true,"impliedFormat":1},{"version":"a4da0551fd39b90ca7ce5f68fb55d4dc0c1396d589b612e1902f68ee090aaada","affectsGlobalScope":true,"impliedFormat":1},{"version":"11ffe3c281f375fff9ffdde8bbec7669b4dd671905509079f866f2354a788064","affectsGlobalScope":true,"impliedFormat":1},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"b698a31d813ba3fb6e0a81553259917214b77e275f0f6bef6506fcd3894bca85","impliedFormat":1},{"version":"96ab9b2fb13cb00eb8f74ba1b663f431f3ca8d60345f584ad743f2444474431a","impliedFormat":1},{"version":"0e80a9b6cc481df2b19033645c3732e1f2ef78b66deb82e1d0047bca7eedba05","impliedFormat":1},{"version":"fcfb5ea316620aeea3cd690174f47b650fc8b77251d13889e7edd6fc8819826a","impliedFormat":1},{"version":"28c7ec2eb8e6043c41b54aac622f58f6f12f71dbdab75c1f38a7e39dc8af806f","impliedFormat":1},{"version":"38f601c7abe52aaf27ed2ad6a500a5acf7847f96604ade5d99be1d872d8c19e9","impliedFormat":1},{"version":"26c73c122a410b363632919067345d82ea5fbff776e063319001f9e714d7de72","impliedFormat":1},{"version":"72b9c9f40c1fe32fa9bd1e1f4546905aafd3275b4053ccea8a223d3134f5d775","impliedFormat":1},{"version":"1df58ba1cc41c4166dcbe53efd88611b9ddf5a27f33f4eb88a9189ea2ea56473","impliedFormat":1},{"version":"5846476d4bef36e8874a46bc715aadc0ae5c0c3aa6a01b9a52b5ba1afe074396","impliedFormat":1},{"version":"58cbb30728349cc20c144127060bcec4d5d4288199bf81381dbea2d9edfec6c6","impliedFormat":1},{"version":"5a4429ca135117333fc69cf968425404319dccada176cf1bed31dbc410c00d4e","impliedFormat":1},{"version":"cdf6e27246056c612d2d43f33684a1268597ffe2800e1e265357f95bc527cc8c","impliedFormat":1},{"version":"03f8eb3b730a4e01ba678816278a05710f160b8bf61cb74edf9b41f30de41f24","impliedFormat":1},{"version":"1ce1b69509a7fbb9fc2c848821888212aec64c8e4e9653030ebb4fbe7edd737d","impliedFormat":1},{"version":"e20b06b111c1d08b31bd396bf613a9f1923d40a1a8b1671c61358f721f6f90c3","impliedFormat":1},{"version":"1a255b6ced127cd0314cf8ca3aa27fd60fb2f6ee7735e3ca8241d29c0f3a736e","impliedFormat":1},{"version":"03b43add7d2c0f27e467ddb0566bb6f5b3842fbfe7ccc646db61e79e99950349","impliedFormat":1},{"version":"ac01ae6d1b842b37c75d476f0bc8dff6b8cdf9aef53ff60621ce3fb4a3a99b34","impliedFormat":1},{"version":"a99b689d1379bfd256034b8fa0d16ff1acc4ac7b3729071b515bd4d9191b8d55","impliedFormat":1},{"version":"3998722555c15402d6f5d91cc40b5ea578a7bd964e35f4f18bddc3a9708c99fd","impliedFormat":1},{"version":"0692ed12873eb350ef1af36cc8abe8e59906cddf5f33d65ec460dea68574b5e4","impliedFormat":1},{"version":"25112cd85e369ce5507ffdc134db25df501960cfd52b80596a5e54a5e3704d54","impliedFormat":1},{"version":"0bcde7b0cbd741f162d5c515dff74f3b0a65ca19a535cce18497e35ff88d7157","impliedFormat":1},{"version":"4a4478dd38164d796c8ca0d0e02ba94d6622c959b1f86bbe3e0071c7880a2db1","impliedFormat":1},{"version":"fdbb2049f6a802ccc27c8c4dd979a07702aef71ea877a4b7c980975033e4145c","impliedFormat":1},{"version":"b7435d21f5727786875213c238bdcf259a720ade14f90e46764f2c4f3d3d3dc6","impliedFormat":1},{"version":"4481cae90707fe3fa76364c0b65e33e0d5b5f815e03966a9849cc1ba4995f797","impliedFormat":1},{"version":"5747af773d16d7b6998c1c131ea043d95bed265396ed44b771cc55a03b4457cc","impliedFormat":1},{"version":"bfc4c095e9c43f75fd93638c5671aea57d0b15f479b207d333e01ee99445090f","impliedFormat":1},{"version":"4799b78d261e348773da034d1a53e6624fa197e34b14a983975405138286a748","impliedFormat":1},{"version":"f31ef13f3a27037fab29393c448b09312ee1d2b519e8bccad29c2529f56ac016","impliedFormat":1},{"version":"7faf8342f888c84886995303c54199525403a5f3477578701932c0ae3e854f49","impliedFormat":1},{"version":"c3594c99c4c55a48744e62949023cf8b7067d856eeb0038b214dfc3f0d83a68f","impliedFormat":1},{"version":"4dc9c822ded657ad76dd6056da9f2fa062f3f85540cbcf7047fc1c1084df408e","impliedFormat":1},{"version":"24102fd7ceda577718d0cf20f606bd64e0bd84b52b0e4904fe20cc8f9fdac237","impliedFormat":1},{"version":"ee39e113204504b5f3287d50a54abad8fa8be5a778fb5b4c9842b75e2eb69d38","impliedFormat":1},{"version":"e91d528dfc6496204785f75c2d8043c2406c085eff306c42150fc76cf1ee4b5a","impliedFormat":1},{"version":"928e9aedc59d2f18e6e964717a24053e409c02d9504a0e058e3d0c754511620b","impliedFormat":1},{"version":"99e98cf6bfcf2c31a12b44e11087b3706aacad0ed715c4703f60843c09392495","impliedFormat":1},{"version":"1df58ba1cc41c4166dcbe53efd88611b9ddf5a27f33f4eb88a9189ea2ea56473","impliedFormat":1},{"version":"f7bd5a1891a6ec20c7c294a01e9d1cff8576d722cbb8d87b43fc5881d70c6d93","signature":"de94604d1fdba3421a7d9c9ba16a7af0831c9040c7c67d805157a7926802596c","impliedFormat":1},{"version":"6440bdd009692733579a20c0ce6a1f0977bdbdcdb60a6d4fbd43fd3c084466ab","signature":"7301d79fbe7f5c9685402a76585693fd9ae85f066b3f79ee7b3a75270960f5e8","impliedFormat":1},{"version":"daedafbef519b7f485c7bf98d948749b6bb6a62343401ac7c9f47ca666a485ae","signature":"43e818adf60173644896298637f47b01d5819b17eda46eaa32d0c7d64724d012","impliedFormat":1},{"version":"4911d4c3a7f7c11bad0e2cec329a19a385d10ea83b0b69c76e032359e388f624","impliedFormat":1},{"version":"a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a","impliedFormat":1},{"version":"4f6463a60e5754bbc4a864b2aaf8fecb7706b96a21b88f27b534589b801978b6","affectsGlobalScope":true,"impliedFormat":1},{"version":"56d13f223ab40f71840795f5bef2552a397a70666ee60878222407f3893fb8d0","impliedFormat":1},{"version":"4ffef5c4698e94e49dcf150e3270bad2b24a2aeab48b24acbe7c1366edff377d","affectsGlobalScope":true,"impliedFormat":1},{"version":"2534e46a52653b55dfb5a41ce427ec430c4afbaaf3bfcb1ae09b185c5d6bf169","impliedFormat":1},{"version":"afc6e96061af46bcff47246158caee7e056f5288783f2d83d6858cd25be1c565","impliedFormat":1},{"version":"34f5bcac12b36d70304b73de5f5aab3bb91bd9919f984be80579ebcad03a624e","affectsGlobalScope":true,"impliedFormat":1},{"version":"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","impliedFormat":1},{"version":"3f2478baf49cf27aa1335ba5299e2394131284e9d50a3845e3f95e52664ff518","impliedFormat":1},{"version":"f50c975ab7b50e25a69e3d8a3773894125b44e9698924105f23b812bf7488baf","impliedFormat":1},{"version":"8bd106053ee0345dde7f626ed1f6100a89fb85f13ea65352627cf78c5f30c553","impliedFormat":1},{"version":"76650408392bf49a8fbf3e2b6b302712a92d76af77b06e2da1cc8077359c4409","impliedFormat":1},{"version":"0af3121e68297b2247dd331c0d24dba599e50736a7517a5622d5591aae4a3122","impliedFormat":1},{"version":"06ccebc2c2db57d6bdbca63b71c4ae5e6ddc42d972fd8f122d4c1a28aa111b25","impliedFormat":1},{"version":"81e8508d1e82278f5d3fee936f267e00c308af36219bfcee2631f9513c9c4017","affectsGlobalScope":true,"impliedFormat":1},{"version":"413a4be7f94f631235bbc83dad36c4d15e5a2ff02bca1efdbd03636d6454631b","impliedFormat":1},{"version":"20c468256fd68d3ef1fa53526e76d51d6aa91711e84d72c0343589b99238287e","impliedFormat":1},{"version":"4198acced75d48a039c078734c4efca7788ff8c78609c270a2b63ec20e3e1676","impliedFormat":1},{"version":"8d4c16a26d59e3ce49741a7d4a6e8206b884e226cf308667c7778a0b2c0fee7f","impliedFormat":1},{"version":"288dd0c774a5c6e3964084c7a2bc8cc6b746d70f44a9892d028d04f915cf7ebc","impliedFormat":1},{"version":"d61c7c41eb1960b1285e242fd102c162b65c0522985b839fadda59874308a170","impliedFormat":1},{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true,"impliedFormat":1},{"version":"1805e0e4d1ed00f6361db25dff6887c7fa9b5b39f32599a34e8551da7daaa9c2","impliedFormat":1},{"version":"abc1c425b2ad6720433f40f1877abfa4223f0f3dd486c9c28c492179ca183cb6","impliedFormat":1},{"version":"fb0989383c6109f20281b3d31265293daefdd76d0d30551782c1654e93704f48","impliedFormat":1},{"version":"a4210a84a82b3e7a8cec5b2f3616e46d523f4f10cc1576d8f2fb89d0987b341e","impliedFormat":1},{"version":"8207e7e6db9aa5fc7e61c8f17ba74cf9c115d26f51f91ee93f790815a7ea9dfb","affectsGlobalScope":true,"impliedFormat":1},{"version":"9f1069b9e2c051737b1f9b4f1baf50e4a63385a6a89c32235549ae87fc3d5492","impliedFormat":1},{"version":"22d48bfb37261136423ac687f1fa7bd4dda3083f767416d409a8260cf92bc8fc","impliedFormat":1},{"version":"29c2706fa0cc49a2bd90c83234da33d08bb9554ecec675e91c1f85087f5a5324","impliedFormat":1},{"version":"0acbf26bf958f9e80c1ffa587b74749d2697b75b484062d36e103c137c562bc3","impliedFormat":1},{"version":"95518ff86843e226b62a800f679f6968ad8dac8ccbe30fbfe63de3afb13761a2","impliedFormat":1},{"version":"1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","impliedFormat":1},{"version":"698ab660b477b9c2cd5ccbd99e7e7df8b4a6134c1f5711fa615ed7aab51cb7f7","impliedFormat":1},{"version":"33eee034727baf564056b4ea719075c23d3b4767d0b5f9c6933b81f3d77774d2","impliedFormat":1},{"version":"c33a6ea7147af60d8e98f1ac127047f4b0d4e2ce28b8f08ff3de07ca7cc00637","impliedFormat":1},{"version":"a4471d2bdba495b2a6a30b8765d5e0282fa7009d88345a9528f73c37869d3b93","impliedFormat":1},{"version":"aee7013623e7632fba449d4df1da92925b27d9b816cb05546044dbfe54c88ef4","affectsGlobalScope":true,"impliedFormat":1},{"version":"e10177274a35a9d07c825615340b2fcde2f610f53f3fb40269fd196b4288dda6","impliedFormat":1},{"version":"c9d70d3d7191a66a81cb554557f8ed1cf736ea8397c44a864fe52689de18865a","impliedFormat":1},{"version":"998a3de5237518c0b3ac00a11b3b4417affb008aa20aedee52f3fdae3cb86151","impliedFormat":1},{"version":"ad41008ffe077206e1811fc873f4d9005b5fd7f6ab52bb6118fef600815a5cb4","impliedFormat":1},{"version":"1aad825534c73852a1f3275e527d729a2c0640f539198fdfdfeb83b839851910","affectsGlobalScope":true,"impliedFormat":1},{"version":"badae0df9a8016ac36994b0a0e7b82ba6aaa3528e175a8c3cb161e4683eec03e","impliedFormat":1},{"version":"c3db860bcaaaeb3bbc23f353bbda1f8ab82756c8d5e973bebb3953cb09ea68f2","impliedFormat":1},{"version":"235a53595bd20b0b0eeb1a29cb2887c67c48375e92f03749b2488fbd46d0b1a0","impliedFormat":1},{"version":"bc09393cd4cd13f69cf1366d4236fbae5359bb550f0de4e15767e9a91d63dfb1","impliedFormat":1},{"version":"9c266243b01545e11d2733a55ad02b4c00ecdbda99c561cd1674f96e89cdc958","impliedFormat":1},{"version":"c71155c05fc76ff948a4759abc1cb9feec036509f500174bc18dad4c7827a60c","impliedFormat":1},{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true,"impliedFormat":1},{"version":"88003d9ab15507806f41b120be6d407c1afe566c2f6689ebe3a034dd5ec0c8dc","impliedFormat":1},{"version":"a7321c0e96eecb19dcbf178493836474cef21ee3f9345384ce9d74e4be31228d","impliedFormat":1},{"version":"0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","impliedFormat":1},{"version":"3054ef91b855e005b9c4681399e9d64d2a7b07a22d539314d794f09e53b876a7","impliedFormat":1},{"version":"427ce5854885cfc34387e09de05c1d5c1acf94c2143e1693f1d9ff54880573e7","impliedFormat":1},{"version":"bed2c4f96fab3348be4a34d88dcb12578c1b2475b07c6acd369e99e227718d81","impliedFormat":1},{"version":"e3ba509d3dce019b3190ceb2f3fc88e2610ab717122dabd91a9efaa37804040d","impliedFormat":1},{"version":"9ac9b7b349a96ff204f4172183cca1672cc402e1ee7277bfcdec96c000b7d818","impliedFormat":1},{"version":"ac127e4c6f2b5220b293cc9d2e64ba49781225b792a51cda50f3db8eafba550c","impliedFormat":1},{"version":"9aec3838773b6daece49517d7c04777c538ae9e9881ffb4e6d9aa8fc0c775a61","affectsGlobalScope":true,"impliedFormat":1}],"options":{"alwaysStrict":true,"declaration":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"module":100,"newLine":1,"noFallthroughCasesInSwitch":true,"noImplicitAny":true,"noImplicitReturns":true,"noImplicitThis":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","preserveConstEnums":true,"removeComments":false,"sourceMap":true,"strict":true,"strictFunctionTypes":true,"strictNullChecks":true,"strictPropertyInitialization":true,"target":5},"fileIdsList":[[57,58,144],[57,59,144],[57,58,59,144],[58,59,144],[64,144],[73,144],[73,74,144],[64,68,82,95,144],[69,144],[60,61,70,71,72,75,76,79,81,144],[64,67,144],[68,80,144],[64,65,66,76,82,95,144],[77,82,144],[77,78,144],[144],[92,93,144],[67,83,144],[64,65,66,144],[82,84,87,91,94,144],[85,86,144],[87,144],[88,89,90,144],[88,89,95,144],[62,144],[62,63,144],[144,154],[144,156,159],[100,144],[103,144],[104,109,135,144],[105,115,116,123,132,143,144],[105,106,115,123,144],[107,144],[108,109,116,124,144],[109,132,140,144],[110,112,115,123,144],[111,144],[112,113,144],[114,115,144],[115,144],[115,116,117,132,143,144],[115,116,117,132,144],[118,123,132,143,144],[115,116,118,119,123,132,140,143,144],[118,120,132,140,143,144],[100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],[115,121,144],[122,143,144],[112,115,123,132,144],[124,144],[125,144],[103,126,144],[127,142,144,148],[128,144],[129,144],[115,130,144],[130,131,144,146],[104,115,132,133,134,144],[104,132,134,144],[132,133,144],[135,144],[136,144],[115,138,139,144],[138,139,144],[109,123,140,144],[141,144],[123,142,144],[104,118,129,143,144],[109,144],[132,144,145],[144,146],[144,147],[104,109,115,117,126,132,143,144,146,148],[132,144,149],[144,152,158],[144,156],[144,153,157],[144,155],[95,97,116,125,144],[56,95,98,144],[64]],"referencedMap":[[59,1],[58,2],[72,3],[57,4],[60,3],[61,3],[73,5],[74,6],[75,7],[69,8],[70,9],[82,10],[68,11],[81,12],[80,11],[71,3],[77,13],[78,14],[79,15],[76,16],[94,17],[93,5],[92,5],[84,18],[67,19],[83,16],[95,20],[85,16],[87,21],[86,16],[88,22],[91,23],[89,22],[90,24],[65,16],[66,16],[62,16],[63,25],[64,26],[152,16],[155,27],[96,26],[154,16],[160,28],[100,29],[101,29],[103,30],[104,31],[105,32],[106,33],[107,34],[108,35],[109,36],[110,37],[111,38],[112,39],[113,39],[114,40],[115,41],[116,42],[117,43],[102,16],[150,16],[118,44],[119,45],[120,46],[151,47],[121,48],[122,49],[123,50],[124,51],[125,52],[126,53],[127,54],[128,55],[129,56],[130,57],[131,58],[132,59],[134,60],[133,61],[135,62],[136,63],[137,16],[138,64],[139,65],[140,66],[141,67],[142,68],[143,69],[144,70],[145,71],[146,72],[147,73],[148,74],[149,75],[153,16],[56,16],[159,76],[157,77],[158,78],[156,79],[11,16],[13,16],[12,16],[2,16],[14,16],[15,16],[16,16],[17,16],[18,16],[19,16],[20,16],[21,16],[3,16],[4,16],[25,16],[22,16],[23,16],[24,16],[26,16],[27,16],[28,16],[5,16],[29,16],[30,16],[31,16],[32,16],[6,16],[36,16],[33,16],[34,16],[35,16],[37,16],[7,16],[38,16],[43,16],[44,16],[39,16],[40,16],[41,16],[42,16],[8,16],[48,16],[45,16],[46,16],[47,16],[49,16],[9,16],[50,16],[51,16],[52,16],[53,16],[54,16],[1,16],[10,16],[55,16],[97,5],[98,80],[99,81]],"exportedModulesMap":[[59,1],[58,2],[72,3],[57,4],[60,3],[61,3],[73,5],[74,6],[75,7],[69,8],[70,9],[82,10],[68,11],[81,12],[80,11],[71,3],[77,13],[78,14],[79,15],[76,16],[94,17],[93,5],[92,5],[84,18],[67,19],[83,16],[95,20],[85,16],[87,21],[86,16],[88,22],[91,23],[89,22],[90,24],[65,16],[66,16],[62,16],[63,25],[64,26],[152,16],[155,27],[96,26],[154,16],[160,28],[100,29],[101,29],[103,30],[104,31],[105,32],[106,33],[107,34],[108,35],[109,36],[110,37],[111,38],[112,39],[113,39],[114,40],[115,41],[116,42],[117,43],[102,16],[150,16],[118,44],[119,45],[120,46],[151,47],[121,48],[122,49],[123,50],[124,51],[125,52],[126,53],[127,54],[128,55],[129,56],[130,57],[131,58],[132,59],[134,60],[133,61],[135,62],[136,63],[137,16],[138,64],[139,65],[140,66],[141,67],[142,68],[143,69],[144,70],[145,71],[146,72],[147,73],[148,74],[149,75],[153,16],[56,16],[159,76],[157,77],[158,78],[156,79],[11,16],[13,16],[12,16],[2,16],[14,16],[15,16],[16,16],[17,16],[18,16],[19,16],[20,16],[21,16],[3,16],[4,16],[25,16],[22,16],[23,16],[24,16],[26,16],[27,16],[28,16],[5,16],[29,16],[30,16],[31,16],[32,16],[6,16],[36,16],[33,16],[34,16],[35,16],[37,16],[7,16],[38,16],[43,16],[44,16],[39,16],[40,16],[41,16],[42,16],[8,16],[48,16],[45,16],[46,16],[47,16],[49,16],[9,16],[50,16],[51,16],[52,16],[53,16],[54,16],[1,16],[10,16],[55,16],[97,82]],"semanticDiagnosticsPerFile":[59,58,72,57,60,61,73,74,75,69,70,82,68,81,80,71,77,78,79,76,94,93,92,84,67,83,95,85,87,86,88,91,89,90,65,66,62,63,64,152,155,96,154,160,100,101,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,102,150,118,119,120,151,121,122,123,124,125,126,127,128,129,130,131,132,134,133,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,153,56,159,157,158,156,11,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,36,33,34,35,37,7,38,43,44,39,40,41,42,8,48,45,46,47,49,9,50,51,52,53,54,1,10,55,97,98,99]},"version":"4.9.4"}
package/package.json ADDED
@@ -0,0 +1,76 @@
1
+ {
2
+ "name": "@odg/command",
3
+ "version": "1.0.0",
4
+ "description": "Stanley TheTemplate for typescript project",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "homepage": "",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/ODGodinho/ODCommander.git"
11
+ },
12
+ "bin": {
13
+ "odg": "./dist/index.js"
14
+ },
15
+ "scripts": {
16
+ "build": "rimraf build && tsc --project ./tsconfig.build.json",
17
+ "build:watch": "rimraf build && tsc --project ./tsconfig.build.json -w",
18
+ "dev": "ts-node ./src/index.ts",
19
+ "start": "node ./dist/index.ts",
20
+ "lint": "eslint --ext .js,.jsx,.ts,.tsx,.json,.jsonc,.json5,.yml,.yaml,.xml,.txt,.svg,.properties,.gradle,.java,.cpp,.c,.cs,.html,.css,.groovy,.gitignore,.npmignore,.toml,.env,.example,.sample,.ini,.php,.bat,.powershell,.ps1,.sh,.bash,.eslintrc",
21
+ "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx,.json,.jsonc,.json5,.yml,.yaml,.xml,.txt,.svg,.properties,.gradle,.java,.cpp,.c,.cs,.html,.css,.groovy,.gitignore,.npmignore,.toml,.env,.example,.sample,.ini,.php,.bat,.powershell,.ps1,.sh,.bash,.eslintrc --fix",
22
+ "test": "jest",
23
+ "test:ci": "jest --ci --passWithNoTests",
24
+ "test:watch": "jest --watchAll"
25
+ },
26
+ "publishConfig": {
27
+ "access": "public"
28
+ },
29
+ "release": {
30
+ "branches": [
31
+ "+([0-9])?(.{+([0-9]),x}).x",
32
+ "main",
33
+ "master",
34
+ "next",
35
+ "next-major",
36
+ {
37
+ "name": "beta",
38
+ "prerelease": true
39
+ },
40
+ {
41
+ "name": "alpha",
42
+ "prerelease": true
43
+ }
44
+ ],
45
+ "plugins": [
46
+ "@semantic-release/commit-analyzer",
47
+ "@semantic-release/release-notes-generator",
48
+ "@semantic-release/npm",
49
+ "@semantic-release/github"
50
+ ]
51
+ },
52
+ "files": [
53
+ "./dist/",
54
+ "./README.md"
55
+ ],
56
+ "author": "Dragons Gamers <https://www.linkedin.com/in/victor-alves-odgodinho>",
57
+ "license": "MIT",
58
+ "devDependencies": {
59
+ "@odg/eslint-config": "*",
60
+ "@types/jest": "^29.2.2",
61
+ "@types/node": "^16",
62
+ "eslint": "*",
63
+ "jest": "^29.2.2",
64
+ "rimraf": "^4.1.1",
65
+ "semantic-release": "^20.0.2",
66
+ "ts-jest": "^29.0.3",
67
+ "ts-node": "^10.9.1",
68
+ "typescript": "^4.8.4"
69
+ },
70
+ "dependencies": {
71
+ "@odg/chemical-x": "^1.2.0",
72
+ "@odg/exception": "^1.3.0",
73
+ "@odg/tsconfig": "*",
74
+ "commander": "^10.0.0"
75
+ }
76
+ }