@n8n/i18n 1.1.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/LICENSE.md ADDED
@@ -0,0 +1,88 @@
1
+ # License
2
+
3
+ Portions of this software are licensed as follows:
4
+
5
+ - Content of branches other than the main branch (i.e. "master") are not licensed.
6
+ - Source code files that contain ".ee." in their filename or ".ee" in their dirname are NOT licensed under
7
+ the Sustainable Use License.
8
+ To use source code files that contain ".ee." in their filename or ".ee" in their dirname you must hold a
9
+ valid n8n Enterprise License specifically allowing you access to such source code files and as defined
10
+ in "LICENSE_EE.md".
11
+ - All third party components incorporated into the n8n Software are licensed under the original license
12
+ provided by the owner of the applicable component.
13
+ - Content outside of the above mentioned files or restrictions is available under the "Sustainable Use
14
+ License" as defined below.
15
+
16
+ ## Sustainable Use License
17
+
18
+ Version 1.0
19
+
20
+ ### Acceptance
21
+
22
+ By using the software, you agree to all of the terms and conditions below.
23
+
24
+ ### Copyright License
25
+
26
+ The licensor grants you a non-exclusive, royalty-free, worldwide, non-sublicensable, non-transferable license
27
+ to use, copy, distribute, make available, and prepare derivative works of the software, in each case subject
28
+ to the limitations below.
29
+
30
+ ### Limitations
31
+
32
+ You may use or modify the software only for your own internal business purposes or for non-commercial or
33
+ personal use. You may distribute the software or provide it to others only if you do so free of charge for
34
+ non-commercial purposes. You may not alter, remove, or obscure any licensing, copyright, or other notices of
35
+ the licensor in the software. Any use of the licensor’s trademarks is subject to applicable law.
36
+
37
+ ### Patents
38
+
39
+ The licensor grants you a license, under any patent claims the licensor can license, or becomes able to
40
+ license, to make, have made, use, sell, offer for sale, import and have imported the software, in each case
41
+ subject to the limitations and conditions in this license. This license does not cover any patent claims that
42
+ you cause to be infringed by modifications or additions to the software. If you or your company make any
43
+ written claim that the software infringes or contributes to infringement of any patent, your patent license
44
+ for the software granted under these terms ends immediately. If your company makes such a claim, your patent
45
+ license ends immediately for work on behalf of your company.
46
+
47
+ ### Notices
48
+
49
+ You must ensure that anyone who gets a copy of any part of the software from you also gets a copy of these
50
+ terms. If you modify the software, you must include in any modified copies of the software a prominent notice
51
+ stating that you have modified the software.
52
+
53
+ ### No Other Rights
54
+
55
+ These terms do not imply any licenses other than those expressly granted in these terms.
56
+
57
+ ### Termination
58
+
59
+ If you use the software in violation of these terms, such use is not licensed, and your license will
60
+ automatically terminate. If the licensor provides you with a notice of your violation, and you cease all
61
+ violation of this license no later than 30 days after you receive that notice, your license will be reinstated
62
+ retroactively. However, if you violate these terms after such reinstatement, any additional violation of these
63
+ terms will cause your license to terminate automatically and permanently.
64
+
65
+ ### No Liability
66
+
67
+ As far as the law allows, the software comes as is, without any warranty or condition, and the licensor will
68
+ not be liable to you for any damages arising out of these terms or the use or nature of the software, under
69
+ any kind of legal claim.
70
+
71
+ ### Definitions
72
+
73
+ The “licensor” is the entity offering these terms.
74
+
75
+ The “software” is the software the licensor makes available under these terms, including any portion of it.
76
+
77
+ “You” refers to the individual or entity agreeing to these terms.
78
+
79
+ “Your company” is any legal entity, sole proprietorship, or other kind of organization that you work for, plus
80
+ all organizations that have control over, are under the control of, or are under common control with that
81
+ organization. Control means ownership of substantially all the assets of an entity, or the power to direct its
82
+ management and policies by vote, contract, or otherwise. Control can be direct or indirect.
83
+
84
+ “Your license” is the license granted to you for the software under these terms.
85
+
86
+ “Use” means anything you do with the software requiring your license.
87
+
88
+ “Trademark” means trademarks, service marks, and similar rights.
package/LICENSE_EE.md ADDED
@@ -0,0 +1,27 @@
1
+ # The n8n Enterprise License (the “Enterprise License”)
2
+
3
+ Copyright (c) 2022-present n8n GmbH.
4
+
5
+ With regard to the n8n Software:
6
+
7
+ This software and associated documentation files (the "Software") may only be used in production, if
8
+ you (and any entity that you represent) hold a valid n8n Enterprise license corresponding to your
9
+ usage. Subject to the foregoing sentence, you are free to modify this Software and publish patches
10
+ to the Software. You agree that n8n and/or its licensors (as applicable) retain all right, title and
11
+ interest in and to all such modifications and/or patches, and all such modifications and/or patches
12
+ may only be used, copied, modified, displayed, distributed, or otherwise exploited with a valid n8n
13
+ Enterprise license for the corresponding usage. Notwithstanding the foregoing, you may copy and
14
+ modify the Software for development and testing purposes, without requiring a subscription. You
15
+ agree that n8n and/or its licensors (as applicable) retain all right, title and interest in and to
16
+ all such modifications. You are not granted any other rights beyond what is expressly stated herein.
17
+ Subject to the foregoing, it is forbidden to copy, merge, publish, distribute, sublicense, and/or
18
+ sell the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
21
+ NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
22
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
23
+ OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
24
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
+
26
+ For all third party components incorporated into the n8n Software, those components are licensed
27
+ under the original license provided by the owner of the applicable component.
package/README.md ADDED
@@ -0,0 +1,27 @@
1
+ # @n8n/i18n
2
+
3
+ A package for managing internationalization (i18n) in n8n's Frontend codebase. It provides a structured way to handle translations and localization, ensuring that the application can be easily adapted to different languages and regions.
4
+
5
+ ## Table of Contents
6
+
7
+ - [Features](#features)
8
+ - [Contributing](#contributing)
9
+ - [License](#license)
10
+
11
+ ## Features
12
+
13
+ - **Translation Management**: Simplifies the process of managing translations for different languages.
14
+ - **Localization Support**: Provides tools to adapt the application for different regions and cultures.
15
+ - **Easy Integration**: Seamlessly integrates with n8n's Frontend codebase, making it easy to implement and use.
16
+ - **Reusable Base Text**: Allows for the definition of reusable base text strings, reducing redundancy in translations.
17
+ - **Pluralization and Interpolation**: Supports pluralization and interpolation in base text strings, making it flexible for various use cases.
18
+ - **Versioned Nodes Support**: Facilitates the management of translations for nodes in versioned directories, ensuring consistency across different versions.
19
+ - **Documentation**: Comprehensive documentation to help developers understand and utilize the package effectively.
20
+
21
+ ## Contributing
22
+
23
+ For more details, please read our [CONTRIBUTING.md](CONTRIBUTING.md).
24
+
25
+ ## License
26
+
27
+ For more details, please read our [LICENSE.md](LICENSE.md).
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=chunk-55J6XMHW.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,34 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/utils.ts
2
+ function deriveMiddleKey(path, parameter) {
3
+ let middleKey = parameter.name;
4
+ if (isTopLevelCollection(path, parameter) || isNestedInCollectionLike(path)) {
5
+ const pathSegments = normalize(path).split(".");
6
+ middleKey = insertOptionsAndValues(pathSegments).join(".");
7
+ }
8
+ if (isNestedCollection(path, parameter) || isFixedCollection(path, parameter)) {
9
+ const pathSegments = [...normalize(path).split("."), parameter.name];
10
+ middleKey = insertOptionsAndValues(pathSegments).join(".");
11
+ }
12
+ return middleKey;
13
+ }
14
+ var isNestedInCollectionLike = (path) => path.split(".").length >= 3;
15
+ var isTopLevelCollection = (path, parameter) => path.split(".").length === 2 && parameter.type === "collection";
16
+ var isNestedCollection = (path, parameter) => path.split(".").length > 2 && parameter.type === "collection";
17
+ var isFixedCollection = (path, parameter) => parameter.type === "fixedCollection" && path !== "parameters";
18
+ var normalize = (path) => path.replace(/\[.*?\]/g, "").replace("parameters.", "");
19
+ var insertOptionsAndValues = (pathSegments) => {
20
+ return pathSegments.reduce((acc, cur, i) => {
21
+ acc.push(cur);
22
+ if (i === pathSegments.length - 1) return acc;
23
+ acc.push(i % 2 === 0 ? "options" : "values");
24
+ return acc;
25
+ }, []);
26
+ };
27
+
28
+
29
+
30
+
31
+
32
+
33
+ exports.deriveMiddleKey = deriveMiddleKey; exports.isNestedInCollectionLike = isNestedInCollectionLike; exports.normalize = normalize; exports.insertOptionsAndValues = insertOptionsAndValues;
34
+ //# sourceMappingURL=chunk-MOPMPZJO.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["/home/runner/work/n8n/n8n/packages/frontend/@n8n/i18n/dist/chunk-MOPMPZJO.cjs","../src/utils.ts"],"names":[],"mappings":"AAAA;ACQO,SAAS,eAAA,CAAgB,IAAA,EAAc,SAAA,EAA4C;AACzF,EAAA,IAAI,UAAA,EAAY,SAAA,CAAU,IAAA;AAE1B,EAAA,GAAA,CAAI,oBAAA,CAAqB,IAAA,EAAM,SAAS,EAAA,GAAK,wBAAA,CAAyB,IAAI,CAAA,EAAG;AAC5E,IAAA,MAAM,aAAA,EAAe,SAAA,CAAU,IAAI,CAAA,CAAE,KAAA,CAAM,GAAG,CAAA;AAC9C,IAAA,UAAA,EAAY,sBAAA,CAAuB,YAAY,CAAA,CAAE,IAAA,CAAK,GAAG,CAAA;AAAA,EAC1D;AAEA,EAAA,GAAA,CAAI,kBAAA,CAAmB,IAAA,EAAM,SAAS,EAAA,GAAK,iBAAA,CAAkB,IAAA,EAAM,SAAS,CAAA,EAAG;AAC9E,IAAA,MAAM,aAAA,EAAe,CAAC,GAAG,SAAA,CAAU,IAAI,CAAA,CAAE,KAAA,CAAM,GAAG,CAAA,EAAG,SAAA,CAAU,IAAI,CAAA;AACnE,IAAA,UAAA,EAAY,sBAAA,CAAuB,YAAY,CAAA,CAAE,IAAA,CAAK,GAAG,CAAA;AAAA,EAC1D;AAEA,EAAA,OAAO,SAAA;AACR;AAMO,IAAM,yBAAA,EAA2B,CAAC,IAAA,EAAA,GAAiB,IAAA,CAAK,KAAA,CAAM,GAAG,CAAA,CAAE,OAAA,GAAU,CAAA;AAEpF,IAAM,qBAAA,EAAuB,CAAC,IAAA,EAAc,SAAA,EAAA,GAC3C,IAAA,CAAK,KAAA,CAAM,GAAG,CAAA,CAAE,OAAA,IAAW,EAAA,GAAK,SAAA,CAAU,KAAA,IAAS,YAAA;AAEpD,IAAM,mBAAA,EAAqB,CAAC,IAAA,EAAc,SAAA,EAAA,GACzC,IAAA,CAAK,KAAA,CAAM,GAAG,CAAA,CAAE,OAAA,EAAS,EAAA,GAAK,SAAA,CAAU,KAAA,IAAS,YAAA;AAMlD,IAAM,kBAAA,EAAoB,CAAC,IAAA,EAAc,SAAA,EAAA,GACxC,SAAA,CAAU,KAAA,IAAS,kBAAA,GAAqB,KAAA,IAAS,YAAA;AAO3C,IAAM,UAAA,EAAY,CAAC,IAAA,EAAA,GAAiB,IAAA,CAAK,OAAA,CAAQ,UAAA,EAAY,EAAE,CAAA,CAAE,OAAA,CAAQ,aAAA,EAAe,EAAE,CAAA;AAQ1F,IAAM,uBAAA,EAAyB,CAAC,YAAA,EAAA,GAA2B;AACjE,EAAA,OAAO,YAAA,CAAa,MAAA,CAAiB,CAAC,GAAA,EAAK,GAAA,EAAK,CAAA,EAAA,GAAM;AACrD,IAAA,GAAA,CAAI,IAAA,CAAK,GAAG,CAAA;AAEZ,IAAA,GAAA,CAAI,EAAA,IAAM,YAAA,CAAa,OAAA,EAAS,CAAA,EAAG,OAAO,GAAA;AAE1C,IAAA,GAAA,CAAI,IAAA,CAAK,EAAA,EAAI,EAAA,IAAM,EAAA,EAAI,UAAA,EAAY,QAAQ,CAAA;AAE3C,IAAA,OAAO,GAAA;AAAA,EACR,CAAA,EAAG,CAAC,CAAC,CAAA;AACN,CAAA;ADxCA;AACA;AACE;AACA;AACA;AACA;AACF,+LAAC","file":"/home/runner/work/n8n/n8n/packages/frontend/@n8n/i18n/dist/chunk-MOPMPZJO.cjs","sourcesContent":[null,"/**\n * Derive the middle key, i.e. the segment of the render key located between\n * the initial key (path to parameters root) and the property to render.\n *\n * Used by `nodeText()` to handle nested params.\n *\n * Location: `n8n-nodes-base.nodes.github.nodeView.<middleKey>.placeholder`\n */\nexport function deriveMiddleKey(path: string, parameter: { name: string; type?: string }) {\n\tlet middleKey = parameter.name;\n\n\tif (isTopLevelCollection(path, parameter) || isNestedInCollectionLike(path)) {\n\t\tconst pathSegments = normalize(path).split('.');\n\t\tmiddleKey = insertOptionsAndValues(pathSegments).join('.');\n\t}\n\n\tif (isNestedCollection(path, parameter) || isFixedCollection(path, parameter)) {\n\t\tconst pathSegments = [...normalize(path).split('.'), parameter.name];\n\t\tmiddleKey = insertOptionsAndValues(pathSegments).join('.');\n\t}\n\n\treturn middleKey;\n}\n\n/**\n * Check if a param path is for a param nested inside a `collection` or\n * `fixedCollection` param.\n */\nexport const isNestedInCollectionLike = (path: string) => path.split('.').length >= 3;\n\nconst isTopLevelCollection = (path: string, parameter: { type?: string }) =>\n\tpath.split('.').length === 2 && parameter.type === 'collection';\n\nconst isNestedCollection = (path: string, parameter: { type?: string }) =>\n\tpath.split('.').length > 2 && parameter.type === 'collection';\n\n/**\n * Check if the param is a normal `fixedCollection`, i.e. a FC other than the wrapper\n * that sits at the root of a node's top-level param and contains all of them.\n */\nconst isFixedCollection = (path: string, parameter: { type?: string }) =>\n\tparameter.type === 'fixedCollection' && path !== 'parameters';\n\n/**\n * Remove all indices and the `parameters.` prefix from a parameter path.\n *\n * Example: `parameters.a[0].b` → `a.b`\n */\nexport const normalize = (path: string) => path.replace(/\\[.*?\\]/g, '').replace('parameters.', '');\n\n/**\n * Insert `'options'` and `'values'` on an alternating basis in a string array of\n * indefinite length. Helper to create a valid render key for a collection-like param.\n *\n * Example: `['a', 'b', 'c']` → `['a', 'options', 'b', 'values', 'c']`\n */\nexport const insertOptionsAndValues = (pathSegments: string[]) => {\n\treturn pathSegments.reduce<string[]>((acc, cur, i) => {\n\t\tacc.push(cur);\n\n\t\tif (i === pathSegments.length - 1) return acc;\n\n\t\tacc.push(i % 2 === 0 ? 'options' : 'values');\n\n\t\treturn acc;\n\t}, []);\n};\n"]}
@@ -0,0 +1,34 @@
1
+ // src/utils.ts
2
+ function deriveMiddleKey(path, parameter) {
3
+ let middleKey = parameter.name;
4
+ if (isTopLevelCollection(path, parameter) || isNestedInCollectionLike(path)) {
5
+ const pathSegments = normalize(path).split(".");
6
+ middleKey = insertOptionsAndValues(pathSegments).join(".");
7
+ }
8
+ if (isNestedCollection(path, parameter) || isFixedCollection(path, parameter)) {
9
+ const pathSegments = [...normalize(path).split("."), parameter.name];
10
+ middleKey = insertOptionsAndValues(pathSegments).join(".");
11
+ }
12
+ return middleKey;
13
+ }
14
+ var isNestedInCollectionLike = (path) => path.split(".").length >= 3;
15
+ var isTopLevelCollection = (path, parameter) => path.split(".").length === 2 && parameter.type === "collection";
16
+ var isNestedCollection = (path, parameter) => path.split(".").length > 2 && parameter.type === "collection";
17
+ var isFixedCollection = (path, parameter) => parameter.type === "fixedCollection" && path !== "parameters";
18
+ var normalize = (path) => path.replace(/\[.*?\]/g, "").replace("parameters.", "");
19
+ var insertOptionsAndValues = (pathSegments) => {
20
+ return pathSegments.reduce((acc, cur, i) => {
21
+ acc.push(cur);
22
+ if (i === pathSegments.length - 1) return acc;
23
+ acc.push(i % 2 === 0 ? "options" : "values");
24
+ return acc;
25
+ }, []);
26
+ };
27
+
28
+ export {
29
+ deriveMiddleKey,
30
+ isNestedInCollectionLike,
31
+ normalize,
32
+ insertOptionsAndValues
33
+ };
34
+ //# sourceMappingURL=chunk-NITZKE2M.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/utils.ts"],"sourcesContent":["/**\n * Derive the middle key, i.e. the segment of the render key located between\n * the initial key (path to parameters root) and the property to render.\n *\n * Used by `nodeText()` to handle nested params.\n *\n * Location: `n8n-nodes-base.nodes.github.nodeView.<middleKey>.placeholder`\n */\nexport function deriveMiddleKey(path: string, parameter: { name: string; type?: string }) {\n\tlet middleKey = parameter.name;\n\n\tif (isTopLevelCollection(path, parameter) || isNestedInCollectionLike(path)) {\n\t\tconst pathSegments = normalize(path).split('.');\n\t\tmiddleKey = insertOptionsAndValues(pathSegments).join('.');\n\t}\n\n\tif (isNestedCollection(path, parameter) || isFixedCollection(path, parameter)) {\n\t\tconst pathSegments = [...normalize(path).split('.'), parameter.name];\n\t\tmiddleKey = insertOptionsAndValues(pathSegments).join('.');\n\t}\n\n\treturn middleKey;\n}\n\n/**\n * Check if a param path is for a param nested inside a `collection` or\n * `fixedCollection` param.\n */\nexport const isNestedInCollectionLike = (path: string) => path.split('.').length >= 3;\n\nconst isTopLevelCollection = (path: string, parameter: { type?: string }) =>\n\tpath.split('.').length === 2 && parameter.type === 'collection';\n\nconst isNestedCollection = (path: string, parameter: { type?: string }) =>\n\tpath.split('.').length > 2 && parameter.type === 'collection';\n\n/**\n * Check if the param is a normal `fixedCollection`, i.e. a FC other than the wrapper\n * that sits at the root of a node's top-level param and contains all of them.\n */\nconst isFixedCollection = (path: string, parameter: { type?: string }) =>\n\tparameter.type === 'fixedCollection' && path !== 'parameters';\n\n/**\n * Remove all indices and the `parameters.` prefix from a parameter path.\n *\n * Example: `parameters.a[0].b` → `a.b`\n */\nexport const normalize = (path: string) => path.replace(/\\[.*?\\]/g, '').replace('parameters.', '');\n\n/**\n * Insert `'options'` and `'values'` on an alternating basis in a string array of\n * indefinite length. Helper to create a valid render key for a collection-like param.\n *\n * Example: `['a', 'b', 'c']` → `['a', 'options', 'b', 'values', 'c']`\n */\nexport const insertOptionsAndValues = (pathSegments: string[]) => {\n\treturn pathSegments.reduce<string[]>((acc, cur, i) => {\n\t\tacc.push(cur);\n\n\t\tif (i === pathSegments.length - 1) return acc;\n\n\t\tacc.push(i % 2 === 0 ? 'options' : 'values');\n\n\t\treturn acc;\n\t}, []);\n};\n"],"mappings":";AAQO,SAAS,gBAAgB,MAAc,WAA4C;AACzF,MAAI,YAAY,UAAU;AAE1B,MAAI,qBAAqB,MAAM,SAAS,KAAK,yBAAyB,IAAI,GAAG;AAC5E,UAAM,eAAe,UAAU,IAAI,EAAE,MAAM,GAAG;AAC9C,gBAAY,uBAAuB,YAAY,EAAE,KAAK,GAAG;AAAA,EAC1D;AAEA,MAAI,mBAAmB,MAAM,SAAS,KAAK,kBAAkB,MAAM,SAAS,GAAG;AAC9E,UAAM,eAAe,CAAC,GAAG,UAAU,IAAI,EAAE,MAAM,GAAG,GAAG,UAAU,IAAI;AACnE,gBAAY,uBAAuB,YAAY,EAAE,KAAK,GAAG;AAAA,EAC1D;AAEA,SAAO;AACR;AAMO,IAAM,2BAA2B,CAAC,SAAiB,KAAK,MAAM,GAAG,EAAE,UAAU;AAEpF,IAAM,uBAAuB,CAAC,MAAc,cAC3C,KAAK,MAAM,GAAG,EAAE,WAAW,KAAK,UAAU,SAAS;AAEpD,IAAM,qBAAqB,CAAC,MAAc,cACzC,KAAK,MAAM,GAAG,EAAE,SAAS,KAAK,UAAU,SAAS;AAMlD,IAAM,oBAAoB,CAAC,MAAc,cACxC,UAAU,SAAS,qBAAqB,SAAS;AAO3C,IAAM,YAAY,CAAC,SAAiB,KAAK,QAAQ,YAAY,EAAE,EAAE,QAAQ,eAAe,EAAE;AAQ1F,IAAM,yBAAyB,CAAC,iBAA2B;AACjE,SAAO,aAAa,OAAiB,CAAC,KAAK,KAAK,MAAM;AACrD,QAAI,KAAK,GAAG;AAEZ,QAAI,MAAM,aAAa,SAAS,EAAG,QAAO;AAE1C,QAAI,KAAK,IAAI,MAAM,IAAI,YAAY,QAAQ;AAE3C,WAAO;AAAA,EACR,GAAG,CAAC,CAAC;AACN;","names":[]}
@@ -0,0 +1 @@
1
+ "use strict";//# sourceMappingURL=chunk-PO2SPQJP.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["/home/runner/work/n8n/n8n/packages/frontend/@n8n/i18n/dist/chunk-PO2SPQJP.cjs"],"names":[],"mappings":"AAAA","file":"/home/runner/work/n8n/n8n/packages/frontend/@n8n/i18n/dist/chunk-PO2SPQJP.cjs"}
@@ -0,0 +1,10 @@
1
+ var __glob = (map) => (path) => {
2
+ var fn = map[path];
3
+ if (fn) return fn();
4
+ throw new Error("Module not found in bundle: " + path);
5
+ };
6
+
7
+ export {
8
+ __glob
9
+ };
10
+ //# sourceMappingURL=chunk-QKQ47GQZ.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}