@odg/log 0.0.2

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,125 @@
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
+ ODG Log Interface By Dragons Gamers
10
+ <br />
11
+ </h1>
12
+
13
+ <h4 align="center">Log Package interface ๐Ÿ”Š</h4>
14
+ <h5 align="center">Using Stanley</h5>
15
+
16
+ <p align="center">
17
+
18
+ [![Stargazers](https://img.shields.io/github/stars/ODGodinho/ODGLog?color=F430A4)](https://github.com/ODGodinho/ODGLog/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/ODGLog?color=CD4D34)](https://github.com/ODGodinho/ODGLog/network/members)
21
+ ![Repository size](https://img.shields.io/github/repo-size/ODGodinho/ODGLog)
22
+ [![GitHub last commit](https://img.shields.io/github/last-commit/ODGodinho/ODGLog)](https://github.com/ODGodinho/ODGLog/commits/master)
23
+ [![License](https://img.shields.io/badge/license-MIT-brightgreen)](https://opensource.org/licenses/MIT)
24
+
25
+ </p>
26
+
27
+ # Table of Contents
28
+
29
+ - [๐ŸŽ‡ Benefits](#-benefits)
30
+ - [๐Ÿ“— Libraries](#-libraries)
31
+ - [๐Ÿ“ Dependencies](#-dependencies)
32
+ - [โฉ Get Started](#-get-started)
33
+ - [๐Ÿ”˜ Use Log Interface](#-use-log-interface)
34
+ - [๐Ÿ“ฐ Usage](#-usage)
35
+ - [๐Ÿ™ˆ Exception](#-exception)
36
+ - [๐Ÿ” Implementation](#-implementation)
37
+ - [๐Ÿ’ป Prepare to develop](#-prepare-to-develop)
38
+ - [๐Ÿ“ Start Project](#-start-project)
39
+ - [๐Ÿ“จ Build and Run](#-build-and-run)
40
+ - [๐Ÿงช Teste Code](#-teste-code)
41
+
42
+ ---
43
+
44
+ ## ๐ŸŽ‡ Benefits
45
+
46
+ - ๐Ÿš€ Logs Pattern interface
47
+ - ๐Ÿšจ Similar PHP psr-3
48
+
49
+ ## ๐Ÿ“— Libraries
50
+
51
+ - [Node.js 16](https://nodejs.org/?n=dragonsgamers)
52
+ - [Typescript](https://www.typescriptlang.org/?n=dragonsgamers)
53
+ - [Eslint](https://eslint.org/?n=dragonsgamers)
54
+ - [ODG-Linter-JS](https://github.com/ODGodinho/ODG-Linter-Js?n=dragonsgamers)
55
+ - [EditorConfig](https://editorconfig.org/?n=dragonsgamers)
56
+ - [ReviewDog](https://github.com/reviewdog/action-eslint)
57
+
58
+ ## ๐Ÿ“ Dependencies
59
+
60
+ - [Node.js](https://nodejs.org) 16 or later
61
+ - [Yarn](https://yarnpkg.com/) Optional/Recommended
62
+ - [ODG TsConfig](https://github.com/ODGodinho/tsconfig) Last Version
63
+
64
+ ## โฉ Get Started
65
+
66
+ ---
67
+
68
+ ### ๐Ÿ”˜ Use Log Interface
69
+
70
+ Install in your project using this command
71
+
72
+ ```powershell
73
+ yarn add @odg/log
74
+ ```
75
+
76
+ ### ๐Ÿ“ฐ Usage
77
+
78
+ #### ๐Ÿ“ฐ Exception
79
+
80
+ InvalidArgumentException dispatch if send invalid arguments
81
+
82
+ #### ๐ŸŒŽ Implementation
83
+
84
+ - LoggerAwareInterface Implements this if your class dependencies Logger
85
+ - LogLevel it is an enum with the types of logs
86
+ - LogLevelType is a list of log types
87
+ - LoggerInterface for create a logger class
88
+ - AbstractLogger Abstract class to logger implements only log function
89
+ - NullLogger Generic logger without action
90
+
91
+ ## ๐Ÿ’ป Prepare To Develop
92
+
93
+ Copy `.env.example` to `.env` and add the values according to your needs.
94
+
95
+ ### ๐Ÿ“ Start Project
96
+
97
+ First install dependencies with the following command
98
+
99
+ ```bash
100
+ yarn install
101
+ # or
102
+ npm install
103
+ ```
104
+
105
+ ## ๐Ÿ“จ Build and Run
106
+
107
+ To build the project, you can use the following command
108
+
109
+ > if you change files, you need to run `yarn build` and `yarn start` again
110
+
111
+ ```bash
112
+ yarn build && yarn start
113
+ # or
114
+ yarn dev
115
+ ```
116
+
117
+ ## ๐Ÿงช Teste Code
118
+
119
+ To Test execute this command
120
+
121
+ ```bash
122
+ yarn test
123
+ # or
124
+ yarn test:watch
125
+ ```
@@ -0,0 +1,3 @@
1
+ declare class InvalidArgumentException extends Error {
2
+ }
3
+ export { InvalidArgumentException };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.InvalidArgumentException = void 0;
4
+ class InvalidArgumentException extends Error {
5
+ }
6
+ exports.InvalidArgumentException = InvalidArgumentException;
7
+ //# sourceMappingURL=InvalidArgumentException.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvalidArgumentException.js","sourceRoot":"","sources":["../../src/Exceptions/InvalidArgumentException.ts"],"names":[],"mappings":";;;AAAA,MAAM,wBAAyB,SAAQ,KAAK;CAE3C;AAEQ,4DAAwB"}
@@ -0,0 +1,12 @@
1
+ declare enum LogLevel {
2
+ EMERGENCY = "emergency",
3
+ ALERT = "alert",
4
+ CRITICAL = "critical",
5
+ ERROR = "error",
6
+ WARNING = "warning",
7
+ NOTICE = "notice",
8
+ INFO = "info",
9
+ DEBUG = "debug"
10
+ }
11
+ type LogLevelType = keyof typeof LogLevel;
12
+ export { LogLevel, LogLevelType };
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LogLevel = void 0;
4
+ var LogLevel;
5
+ (function (LogLevel) {
6
+ LogLevel["EMERGENCY"] = "emergency";
7
+ LogLevel["ALERT"] = "alert";
8
+ LogLevel["CRITICAL"] = "critical";
9
+ LogLevel["ERROR"] = "error";
10
+ LogLevel["WARNING"] = "warning";
11
+ LogLevel["NOTICE"] = "notice";
12
+ LogLevel["INFO"] = "info";
13
+ LogLevel["DEBUG"] = "debug";
14
+ })(LogLevel || (LogLevel = {}));
15
+ exports.LogLevel = LogLevel;
16
+ //# sourceMappingURL=LogLevel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LogLevel.js","sourceRoot":"","sources":["../../src/Interfaces/LogLevel.ts"],"names":[],"mappings":";;;AAKA,IAAK,QASJ;AATD,WAAK,QAAQ;IACT,mCAAuB,CAAA;IACvB,2BAAe,CAAA;IACf,iCAAqB,CAAA;IACrB,2BAAe,CAAA;IACf,+BAAmB,CAAA;IACnB,6BAAiB,CAAA;IACjB,yBAAa,CAAA;IACb,2BAAe,CAAA;AACnB,CAAC,EATI,QAAQ,KAAR,QAAQ,QASZ;AAIQ,4BAAQ"}
@@ -0,0 +1,5 @@
1
+ import { LoggerInterface } from "./LoggerInterface";
2
+ interface LoggerAwareInterface {
3
+ setLogger(logger: LoggerInterface): void;
4
+ }
5
+ export { LoggerAwareInterface };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=LoggerAwareInterface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoggerAwareInterface.js","sourceRoot":"","sources":["../../src/Interfaces/LoggerAwareInterface.ts"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ import { LogLevel } from "./LogLevel";
2
+ type TContext = Record<string, string> | undefined;
3
+ interface LoggerInterface {
4
+ emergency(message: unknown, context?: TContext): Promise<void>;
5
+ alert(message: unknown, context?: TContext): Promise<void>;
6
+ critical(message: unknown, context?: TContext): Promise<void>;
7
+ error(message: unknown, context?: TContext): Promise<void>;
8
+ warning(message: unknown, context?: TContext): Promise<void>;
9
+ notice(message: unknown, context?: TContext): Promise<void>;
10
+ info(message: unknown, context?: TContext): Promise<void>;
11
+ debug(message: unknown, context?: TContext): Promise<void>;
12
+ log(level: LogLevel, message: unknown, context?: TContext): Promise<void>;
13
+ }
14
+ export { LoggerInterface, TContext };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=LoggerInterface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoggerInterface.js","sourceRoot":"","sources":["../../src/Interfaces/LoggerInterface.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ export { InvalidArgumentException } from "./Exceptions/InvalidArgumentException";
2
+ export { LoggerAwareInterface } from "./Interfaces/LoggerAwareInterface";
3
+ export { LoggerInterface } from "./Interfaces/LoggerInterface";
4
+ export { LogLevel, LogLevelType } from "./Interfaces/LogLevel";
5
+ export { AbstractLogger } from "./logs/AbstractLogger";
6
+ export { NullLogger } from "./logs/NullLogger";
package/dist/index.js ADDED
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NullLogger = exports.AbstractLogger = exports.LogLevel = exports.InvalidArgumentException = void 0;
4
+ var InvalidArgumentException_1 = require("./Exceptions/InvalidArgumentException");
5
+ Object.defineProperty(exports, "InvalidArgumentException", { enumerable: true, get: function () { return InvalidArgumentException_1.InvalidArgumentException; } });
6
+ var LogLevel_1 = require("./Interfaces/LogLevel");
7
+ Object.defineProperty(exports, "LogLevel", { enumerable: true, get: function () { return LogLevel_1.LogLevel; } });
8
+ var AbstractLogger_1 = require("./logs/AbstractLogger");
9
+ Object.defineProperty(exports, "AbstractLogger", { enumerable: true, get: function () { return AbstractLogger_1.AbstractLogger; } });
10
+ var NullLogger_1 = require("./logs/NullLogger");
11
+ Object.defineProperty(exports, "NullLogger", { enumerable: true, get: function () { return NullLogger_1.NullLogger; } });
12
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,kFAAiF;AAAxE,oIAAA,wBAAwB,OAAA;AAMjC,kDAA+D;AAAtD,oGAAA,QAAQ,OAAA;AAEjB,wDAAuD;AAA9C,gHAAA,cAAc,OAAA;AAEvB,gDAA+C;AAAtC,wGAAA,UAAU,OAAA"}
@@ -0,0 +1,13 @@
1
+ import { LoggerInterface, LogLevel } from "../index";
2
+ declare abstract class AbstractLogger implements LoggerInterface {
3
+ emergency(message: unknown, context?: Record<string, string>): Promise<void>;
4
+ alert(message: unknown, context?: Record<string, string>): Promise<void>;
5
+ critical(message: unknown, context?: Record<string, string>): Promise<void>;
6
+ error(message: unknown, context?: Record<string, string>): Promise<void>;
7
+ warning(message: unknown, context?: Record<string, string>): Promise<void>;
8
+ notice(message: unknown, context?: Record<string, string>): Promise<void>;
9
+ info(message: unknown, context?: Record<string, string>): Promise<void>;
10
+ debug(message: unknown, context?: Record<string, string>): Promise<void>;
11
+ abstract log(level: LogLevel, message: unknown, context?: Record<string, string>): Promise<void>;
12
+ }
13
+ export { AbstractLogger };
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AbstractLogger = void 0;
4
+ const index_1 = require("../index");
5
+ class AbstractLogger {
6
+ async emergency(message, context) {
7
+ this.log(index_1.LogLevel.EMERGENCY, message, context);
8
+ }
9
+ async alert(message, context) {
10
+ this.log(index_1.LogLevel.ALERT, message, context);
11
+ }
12
+ async critical(message, context) {
13
+ this.log(index_1.LogLevel.CRITICAL, message, context);
14
+ }
15
+ async error(message, context) {
16
+ this.log(index_1.LogLevel.ERROR, message, context);
17
+ }
18
+ async warning(message, context) {
19
+ this.log(index_1.LogLevel.WARNING, message, context);
20
+ }
21
+ async notice(message, context) {
22
+ this.log(index_1.LogLevel.NOTICE, message, context);
23
+ }
24
+ async info(message, context) {
25
+ this.log(index_1.LogLevel.INFO, message, context);
26
+ }
27
+ async debug(message, context) {
28
+ this.log(index_1.LogLevel.DEBUG, message, context);
29
+ }
30
+ }
31
+ exports.AbstractLogger = AbstractLogger;
32
+ //# sourceMappingURL=AbstractLogger.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AbstractLogger.js","sourceRoot":"","sources":["../../src/logs/AbstractLogger.ts"],"names":[],"mappings":";;;AAAA,oCAAqD;AAOrD,MAAe,cAAc;IAUlB,KAAK,CAAC,SAAS,CAAC,OAAgB,EAAE,OAAgC;QACrE,IAAI,CAAC,GAAG,CAAC,gBAAQ,CAAC,SAAS,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;IACnD,CAAC;IAaM,KAAK,CAAC,KAAK,CAAC,OAAgB,EAAE,OAAgC;QACjE,IAAI,CAAC,GAAG,CAAC,gBAAQ,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;IAC/C,CAAC;IAYM,KAAK,CAAC,QAAQ,CAAC,OAAgB,EAAE,OAAgC;QACpE,IAAI,CAAC,GAAG,CAAC,gBAAQ,CAAC,QAAQ,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;IAClD,CAAC;IAWM,KAAK,CAAC,KAAK,CAAC,OAAgB,EAAE,OAAgC;QACjE,IAAI,CAAC,GAAG,CAAC,gBAAQ,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;IAC/C,CAAC;IAaM,KAAK,CAAC,OAAO,CAAC,OAAgB,EAAE,OAAgC;QACnE,IAAI,CAAC,GAAG,CAAC,gBAAQ,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;IACjD,CAAC;IAUM,KAAK,CAAC,MAAM,CAAC,OAAgB,EAAE,OAAgC;QAClE,IAAI,CAAC,GAAG,CAAC,gBAAQ,CAAC,MAAM,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;IAChD,CAAC;IAYM,KAAK,CAAC,IAAI,CAAC,OAAgB,EAAE,OAAgC;QAChE,IAAI,CAAC,GAAG,CAAC,gBAAQ,CAAC,IAAI,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;IAC9C,CAAC;IAUM,KAAK,CAAC,KAAK,CAAC,OAAgB,EAAE,OAAgC;QACjE,IAAI,CAAC,GAAG,CAAC,gBAAQ,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;IAC/C,CAAC;CAaJ;AAEQ,wCAAc"}
@@ -0,0 +1,7 @@
1
+ import { LogLevel } from "../index";
2
+ import { TContext } from "../Interfaces/LoggerInterface";
3
+ import { AbstractLogger } from "./AbstractLogger";
4
+ declare class NullLogger extends AbstractLogger {
5
+ log(_level: LogLevel, _message: unknown, context?: TContext): Promise<void>;
6
+ }
7
+ export { NullLogger };
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.NullLogger = void 0;
4
+ const AbstractLogger_1 = require("./AbstractLogger");
5
+ class NullLogger extends AbstractLogger_1.AbstractLogger {
6
+ async log(_level, _message, context) {
7
+ return void context;
8
+ }
9
+ }
10
+ exports.NullLogger = NullLogger;
11
+ //# sourceMappingURL=NullLogger.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NullLogger.js","sourceRoot":"","sources":["../../src/logs/NullLogger.ts"],"names":[],"mappings":";;;AAGA,qDAAkD;AAYlD,MAAM,UAAW,SAAQ,+BAAc;IAW5B,KAAK,CAAC,GAAG,CAAC,MAAgB,EAAE,QAAiB,EAAE,OAAkB;QACpE,OAAO,KAAK,OAAO,CAAC;IACxB,CAAC;CAEJ;AAEQ,gCAAU"}
@@ -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","../src/exceptions/invalidargumentexception.ts","../src/interfaces/loglevel.ts","../src/interfaces/loggerinterface.ts","../src/interfaces/loggerawareinterface.ts","../src/logs/abstractlogger.ts","../src/logs/nulllogger.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":"5f86fa925bface0e63990f153c5dec3376976abd1317ee7151348e33043a0635","signature":"963e29de323457cb1d2426d77ccf2c52b0dc1240821d849a4c895ce02146bafb","impliedFormat":1},{"version":"9a04310418e29d60fd0540cb92226e06afc00938b3224b9d63788dc789020dc5","signature":"39764517e5f0ae5ad821b9dc7f2c283f4ba35b0503592788add907fad60d35c9","impliedFormat":1},{"version":"9339a1ec1d5374a90393b6e421548652c89fef78fe9ef3d6b913d8a4fe737943","signature":"4e7650e6fd5571fe614da9662a262d876230641eb35ace085a674d805a938ef4","impliedFormat":1},{"version":"6bf211a142f359f9e2dc2cce4b1420c6782d6aa0b941694ede727fe6a930ae11","signature":"53c0859601b68eb9c4fa49564f12553c33e482224aa91288f8c19c511f2e2154","impliedFormat":1},{"version":"61eb505000a0b32ac6c4dc09b2382db3cdf1a90fe71f8b1853eca7091d09aeba","signature":"367660cf69cf120fe7c6c3e9b9ac64c9aad6b36006158b78da92ab8bd9c8d69b","impliedFormat":1},{"version":"a044f42a98304697b5e7ccc8187fb300c03c5a9ed5856f628e912ed031b746d3","signature":"6f15d5a75413fafe6a822b05cae23ca826912685e3210db0e160f3008c697e54","impliedFormat":1},{"version":"8edd79e3965ed4a591daf430ae19cee3ebdab815791954169a63a2e6d3cc5e97","signature":"aa994a8bd861c1a0bad87abcbd297f2e63843bccc3743ca52287d5f04e447702","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":"95843d5cfafced8f3f8a5ce57d2335f0bcd361b9483587d12a25e4bd403b8216","impliedFormat":1},{"version":"afc6e96061af46bcff47246158caee7e056f5288783f2d83d6858cd25be1c565","impliedFormat":1},{"version":"34f5bcac12b36d70304b73de5f5aab3bb91bd9919f984be80579ebcad03a624e","affectsGlobalScope":true,"impliedFormat":1},{"version":"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","impliedFormat":1},{"version":"67a12e6c992d3f770078bacc562f767cf6142ae4453759a482f8f5ed30a99027","impliedFormat":1},{"version":"f50c975ab7b50e25a69e3d8a3773894125b44e9698924105f23b812bf7488baf","impliedFormat":1},{"version":"c993aac3b6d4a4620ef9651497069eb84806a131420e4f158ea9396fb8eb9b8c","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":"ee3bad055a79f188626b1a7046f04ab151fdd3581e55c51d32face175bd9d06f","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":"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","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":"720cc88a37751d012654b508f0588263269aaaebc3fe12320b94c6e8633a20f3","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":true,"sourceMap":true,"strict":true,"strictFunctionTypes":true,"strictNullChecks":true,"strictPropertyInitialization":true,"target":5},"fileIdsList":[[107],[107,117],[107,119,122],[63,107],[66,107],[67,72,98,107],[68,78,79,86,95,106,107],[68,69,78,86,107],[70,107],[71,72,79,87,107],[72,95,103,107],[73,75,78,86,107],[74,107],[75,76,107],[77,78,107],[78,107],[78,79,80,95,106,107],[78,79,80,95,107],[81,86,95,106,107],[78,79,81,82,86,95,103,106,107],[81,83,95,103,106,107],[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,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113],[78,84,107],[85,106,107],[75,78,86,95,107],[87,107],[88,107],[66,89,107],[90,105,107,111],[91,107],[92,107],[78,93,107],[93,94,107,109],[67,78,95,96,97,107],[67,95,97,107],[95,96,107],[98,107],[99,107],[78,101,102,107],[101,102,107],[72,86,103,107],[104,107],[86,105,107],[67,81,92,106,107],[72,107],[95,107,108],[107,109],[107,110],[67,72,78,80,89,95,106,107,109,111],[95,107,112],[107,115,121],[107,119],[107,116,120],[107,118],[56,57,58,59,60,61,107],[58,107],[57,107],[62,107],[58,60,62,107],[56,57,58,59,60,61],[58],[57],[62],[58,60,62]],"referencedMap":[[115,1],[118,2],[117,1],[123,3],[63,4],[64,4],[66,5],[67,6],[68,7],[69,8],[70,9],[71,10],[72,11],[73,12],[74,13],[75,14],[76,14],[77,15],[78,16],[79,17],[80,18],[65,1],[113,1],[81,19],[82,20],[83,21],[114,22],[84,23],[85,24],[86,25],[87,26],[88,27],[89,28],[90,29],[91,30],[92,31],[93,32],[94,33],[95,34],[97,35],[96,36],[98,37],[99,38],[100,1],[101,39],[102,40],[103,41],[104,42],[105,43],[106,44],[107,45],[108,46],[109,47],[110,48],[111,49],[112,50],[116,1],[122,51],[120,52],[121,53],[119,54],[11,1],[13,1],[12,1],[2,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[3,1],[4,1],[25,1],[22,1],[23,1],[24,1],[26,1],[27,1],[28,1],[5,1],[29,1],[30,1],[31,1],[32,1],[6,1],[36,1],[33,1],[34,1],[35,1],[37,1],[7,1],[38,1],[43,1],[44,1],[39,1],[40,1],[41,1],[42,1],[8,1],[48,1],[45,1],[46,1],[47,1],[49,1],[9,1],[50,1],[51,1],[52,1],[53,1],[54,1],[1,1],[10,1],[55,1],[56,1],[62,55],[59,56],[58,57],[57,1],[60,58],[61,59]],"exportedModulesMap":[[115,1],[118,2],[117,1],[123,3],[63,4],[64,4],[66,5],[67,6],[68,7],[69,8],[70,9],[71,10],[72,11],[73,12],[74,13],[75,14],[76,14],[77,15],[78,16],[79,17],[80,18],[65,1],[113,1],[81,19],[82,20],[83,21],[114,22],[84,23],[85,24],[86,25],[87,26],[88,27],[89,28],[90,29],[91,30],[92,31],[93,32],[94,33],[95,34],[97,35],[96,36],[98,37],[99,38],[100,1],[101,39],[102,40],[103,41],[104,42],[105,43],[106,44],[107,45],[108,46],[109,47],[110,48],[111,49],[112,50],[116,1],[122,51],[120,52],[121,53],[119,54],[11,1],[13,1],[12,1],[2,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[3,1],[4,1],[25,1],[22,1],[23,1],[24,1],[26,1],[27,1],[28,1],[5,1],[29,1],[30,1],[31,1],[32,1],[6,1],[36,1],[33,1],[34,1],[35,1],[37,1],[7,1],[38,1],[43,1],[44,1],[39,1],[40,1],[41,1],[42,1],[8,1],[48,1],[45,1],[46,1],[47,1],[49,1],[9,1],[50,1],[51,1],[52,1],[53,1],[54,1],[1,1],[10,1],[55,1],[62,60],[59,61],[58,62],[60,63],[61,64]],"semanticDiagnosticsPerFile":[115,118,117,123,63,64,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,65,113,81,82,83,114,84,85,86,87,88,89,90,91,92,93,94,95,97,96,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,116,122,120,121,119,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,56,62,59,58,57,60,61]},"version":"4.9.3"}
package/package.json ADDED
@@ -0,0 +1,45 @@
1
+ {
2
+ "name": "@odg/log",
3
+ "version": "0.0.2",
4
+ "description": "Interface logs types",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "scripts": {
8
+ "build": "tsc --project ./tsconfig.build.json",
9
+ "build:watch": "tsc --project ./tsconfig.build.json -w",
10
+ "dev": "ts-node ./src/index.ts",
11
+ "start": "node ./dist/index.ts",
12
+ "lint": "eslint .",
13
+ "lint:fix": "eslint . --fix",
14
+ "test": "jest",
15
+ "test:ci": "jest --ci --passWithNoTests",
16
+ "test:watch": "jest --watchAll"
17
+ },
18
+ "files": [
19
+ "./dist/",
20
+ "./README.md"
21
+ ],
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "git+https://github.com/ODGodinho/Stanley-TheTemplate-Typescript.git"
25
+ },
26
+ "author": "Dragons Gamers <https://www.linkedin.com/in/victor-alves-odgodinho>",
27
+ "license": "MIT",
28
+ "bugs": {
29
+ "url": "https://github.com/ODGodinho/Stanley-TheTemplate-Typescript/issues"
30
+ },
31
+ "homepage": "https://github.com/ODGodinho/Stanley-TheTemplate-Typescript#readme",
32
+ "devDependencies": {
33
+ "@odg/eslint-config": "*",
34
+ "@types/jest": "^29.2.2",
35
+ "@types/node": "^16",
36
+ "eslint": "*",
37
+ "jest": "^29.2.2",
38
+ "ts-jest": "^29.0.3",
39
+ "ts-node": "^10.9.1",
40
+ "typescript": "^4.8.4"
41
+ },
42
+ "dependencies": {
43
+ "@odg/tsconfig": "*"
44
+ }
45
+ }