@vnodes/names 0.0.13 → 0.0.23
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 +3 -3
- package/bin/version.mjs +12 -0
- package/dist/index.d.ts +2 -8
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -9
- package/dist/index.js.map +1 -0
- package/dist/lib/camel-case.d.ts +2 -0
- package/dist/lib/camel-case.d.ts.map +1 -0
- package/dist/lib/camel-case.js +7 -0
- package/dist/lib/camel-case.js.map +1 -0
- package/dist/lib/constant-case.d.ts +2 -0
- package/dist/lib/constant-case.d.ts.map +1 -0
- package/dist/lib/constant-case.js +6 -0
- package/dist/lib/constant-case.js.map +1 -0
- package/dist/lib/dot-case.d.ts +2 -0
- package/dist/lib/dot-case.d.ts.map +1 -0
- package/dist/lib/dot-case.js +5 -0
- package/dist/lib/dot-case.js.map +1 -0
- package/dist/lib/kebab-case.d.ts +2 -0
- package/dist/lib/kebab-case.d.ts.map +1 -0
- package/dist/lib/kebab-case.js +5 -0
- package/dist/lib/kebab-case.js.map +1 -0
- package/dist/lib/lowercase-first.d.ts +2 -0
- package/dist/lib/lowercase-first.d.ts.map +1 -0
- package/dist/lib/lowercase-first.js +5 -0
- package/dist/lib/lowercase-first.js.map +1 -0
- package/dist/lib/names.d.ts +3 -0
- package/dist/lib/names.d.ts.map +1 -0
- package/dist/lib/names.js +24 -0
- package/dist/lib/names.js.map +1 -0
- package/dist/lib/normalize-text.d.ts +2 -0
- package/dist/lib/normalize-text.d.ts.map +1 -0
- package/dist/lib/normalize-text.js +5 -0
- package/dist/lib/normalize-text.js.map +1 -0
- package/dist/lib/pascal-case.d.ts +2 -0
- package/dist/lib/pascal-case.d.ts.map +1 -0
- package/dist/lib/pascal-case.js +6 -0
- package/dist/lib/pascal-case.js.map +1 -0
- package/dist/lib/pluralize.d.ts.map +1 -0
- package/dist/{pluralize.js → lib/pluralize.js} +59 -24
- package/dist/lib/pluralize.js.map +1 -0
- package/dist/lib/sentence-case.d.ts +2 -0
- package/dist/lib/sentence-case.d.ts.map +1 -0
- package/dist/lib/sentence-case.js +6 -0
- package/dist/lib/sentence-case.js.map +1 -0
- package/dist/lib/snake-case.d.ts +2 -0
- package/dist/lib/snake-case.d.ts.map +1 -0
- package/dist/lib/snake-case.js +5 -0
- package/dist/lib/snake-case.js.map +1 -0
- package/dist/lib/title-case.d.ts +2 -0
- package/dist/lib/title-case.d.ts.map +1 -0
- package/dist/lib/title-case.js +6 -0
- package/dist/lib/title-case.js.map +1 -0
- package/dist/lib/uppercase-first.d.ts +2 -0
- package/dist/lib/uppercase-first.d.ts.map +1 -0
- package/dist/lib/uppercase-first.js +5 -0
- package/dist/lib/uppercase-first.js.map +1 -0
- package/package.json +32 -23
- package/assets/favicon.png +0 -0
- package/dist/.tsbuildinfo +0 -1
- package/dist/is-kebab-case.d.ts +0 -2
- package/dist/is-kebab-case.d.ts.map +0 -1
- package/dist/is-kebab-case.js +0 -3
- package/dist/is-snake-case.d.ts +0 -2
- package/dist/is-snake-case.d.ts.map +0 -1
- package/dist/is-snake-case.js +0 -3
- package/dist/lowercase-first.d.ts +0 -2
- package/dist/lowercase-first.d.ts.map +0 -1
- package/dist/lowercase-first.js +0 -3
- package/dist/names.d.ts +0 -12
- package/dist/names.d.ts.map +0 -1
- package/dist/names.js +0 -30
- package/dist/normalize-name.d.ts +0 -20
- package/dist/normalize-name.d.ts.map +0 -1
- package/dist/normalize-name.js +0 -31
- package/dist/pluralize.d.ts.map +0 -1
- package/dist/upercase-first.d.ts +0 -2
- package/dist/upercase-first.d.ts.map +0 -1
- package/dist/upercase-first.js +0 -3
- package/dist/validate-name.d.ts +0 -2
- package/dist/validate-name.d.ts.map +0 -1
- package/dist/validate-name.js +0 -11
- /package/dist/{pluralize.d.ts → lib/pluralize.d.ts} +0 -0
package/README.md
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
<img
|
|
8
|
+
<img srcset="./assets/favicon.png, https://vnodes.github.io/vnodes/libs/names/assets/favicon.png" alt="Logo" width="200" height="200" style="border-radius: 100%"/>
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
## @vnodes/names
|
|
12
12
|
|
|
13
|
-
Names
|
|
13
|
+
Names
|
|
14
14
|
|
|
15
15
|
## Installation
|
|
16
16
|
|
|
@@ -32,4 +32,4 @@ If you find my open-source contributions or the **@vnodes/names** project helpfu
|
|
|
32
32
|
<a href="mailto:robert.brightline+vnodes-names@gmail.com">
|
|
33
33
|
<img src="https://img.shields.io/badge/Email-D14836?style=for-the-badge&logo=gmail&logoColor=white" />
|
|
34
34
|
</a>
|
|
35
|
-
</p>
|
|
35
|
+
</p>
|
package/bin/version.mjs
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
import { readFileSync } from 'node:fs';
|
|
4
|
+
import { dirname, join } from 'node:path';
|
|
5
|
+
import { fileURLToPath } from 'node:url';
|
|
6
|
+
|
|
7
|
+
const __filename = fileURLToPath(import.meta.url);
|
|
8
|
+
const __dirname = dirname(__filename);
|
|
9
|
+
const packageJsonPath = join(__dirname, '..', 'package.json');
|
|
10
|
+
const packageJson = readFileSync(packageJsonPath, { encoding: 'utf-8' });
|
|
11
|
+
const version = JSON.parse(packageJson).version;
|
|
12
|
+
console.log(version);
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './lowercase-first.js';
|
|
4
|
-
export * from './names.js';
|
|
5
|
-
export * from './normalize-name.js';
|
|
6
|
-
export * from './pluralize.js';
|
|
7
|
-
export * from './upercase-first.js';
|
|
8
|
-
export * from './validate-name.js';
|
|
1
|
+
export * from './lib/names.js';
|
|
2
|
+
export * from './lib/pluralize.js';
|
|
9
3
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export * from './
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export * from './names.js';
|
|
6
|
-
export * from './normalize-name.js';
|
|
7
|
-
export * from './pluralize.js';
|
|
8
|
-
export * from './upercase-first.js';
|
|
9
|
-
export * from './validate-name.js';
|
|
1
|
+
export * from './lib/names.js';
|
|
2
|
+
export * from './lib/pluralize.js';
|
|
3
|
+
|
|
4
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './lib/names.js';\nexport * from './lib/pluralize.js';\n"],"names":[],"mappings":"AAAA,cAAc,iBAAiB;AAC/B,cAAc,qBAAqB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"camel-case.d.ts","sourceRoot":"","sources":["../../src/lib/camel-case.ts"],"names":[],"mappings":"AAGA,wBAAgB,WAAW,CAAC,cAAc,EAAE,MAAM,EAAE,UAEnD"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { lowercaseFirst } from './lowercase-first.js';
|
|
2
|
+
import { uppercaseFirst } from './uppercase-first.js';
|
|
3
|
+
export function __camelCase(normalizedText) {
|
|
4
|
+
return lowercaseFirst(normalizedText.map(uppercaseFirst).join(''));
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
//# sourceMappingURL=camel-case.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/lib/camel-case.ts"],"sourcesContent":["import { lowercaseFirst } from './lowercase-first.js';\nimport { uppercaseFirst } from './uppercase-first.js';\n\nexport function __camelCase(normalizedText: string[]) {\n return lowercaseFirst(normalizedText.map(uppercaseFirst).join(''));\n}\n"],"names":["lowercaseFirst","uppercaseFirst","__camelCase","normalizedText","map","join"],"mappings":"AAAA,SAASA,cAAc,QAAQ,uBAAuB;AACtD,SAASC,cAAc,QAAQ,uBAAuB;AAEtD,OAAO,SAASC,YAAYC,cAAwB;IAChD,OAAOH,eAAeG,eAAeC,GAAG,CAACH,gBAAgBI,IAAI,CAAC;AAClE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constant-case.d.ts","sourceRoot":"","sources":["../../src/lib/constant-case.ts"],"names":[],"mappings":"AAEA,wBAAgB,cAAc,CAAC,cAAc,EAAE,MAAM,EAAE,UAEtD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/lib/constant-case.ts"],"sourcesContent":["import { __snakeCase } from './snake-case.js';\n\nexport function __constantCase(normalizedText: string[]) {\n return __snakeCase(normalizedText).toUpperCase();\n}\n"],"names":["__snakeCase","__constantCase","normalizedText","toUpperCase"],"mappings":"AAAA,SAASA,WAAW,QAAQ,kBAAkB;AAE9C,OAAO,SAASC,eAAeC,cAAwB;IACnD,OAAOF,YAAYE,gBAAgBC,WAAW;AAClD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dot-case.d.ts","sourceRoot":"","sources":["../../src/lib/dot-case.ts"],"names":[],"mappings":"AAAA,wBAAgB,SAAS,CAAC,cAAc,EAAE,MAAM,EAAE,UAEjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/lib/dot-case.ts"],"sourcesContent":["export function __dotCase(normalizedText: string[]) {\n return normalizedText.join('.');\n}\n"],"names":["__dotCase","normalizedText","join"],"mappings":"AAAA,OAAO,SAASA,UAAUC,cAAwB;IAC9C,OAAOA,eAAeC,IAAI,CAAC;AAC/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kebab-case.d.ts","sourceRoot":"","sources":["../../src/lib/kebab-case.ts"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,CAAC,cAAc,EAAE,MAAM,EAAE,UAEnD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/lib/kebab-case.ts"],"sourcesContent":["export function __kebabCase(normalizedText: string[]) {\n return normalizedText.join('-');\n}\n"],"names":["__kebabCase","normalizedText","join"],"mappings":"AAAA,OAAO,SAASA,YAAYC,cAAwB;IAChD,OAAOA,eAAeC,IAAI,CAAC;AAC/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lowercase-first.d.ts","sourceRoot":"","sources":["../../src/lib/lowercase-first.ts"],"names":[],"mappings":"AAAA,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,UAE1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/lib/lowercase-first.ts"],"sourcesContent":["export function lowercaseFirst(text: string) {\n return text[0].toLowerCase() + text.slice(1);\n}\n"],"names":["lowercaseFirst","text","toLowerCase","slice"],"mappings":"AAAA,OAAO,SAASA,eAAeC,IAAY;IACvC,OAAOA,IAAI,CAAC,EAAE,CAACC,WAAW,KAAKD,KAAKE,KAAK,CAAC;AAC9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"names.d.ts","sourceRoot":"","sources":["../../src/lib/names.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAW3C,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,KAAK,CAazC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { __camelCase } from './camel-case.js';
|
|
2
|
+
import { __constantCase } from './constant-case.js';
|
|
3
|
+
import { __dotCase } from './dot-case.js';
|
|
4
|
+
import { __kebabCase } from './kebab-case.js';
|
|
5
|
+
import { normalizeText } from './normalize-text.js';
|
|
6
|
+
import { __pascalCase } from './pascal-case.js';
|
|
7
|
+
import { __sentenceCase } from './sentence-case.js';
|
|
8
|
+
import { __snakeCase } from './snake-case.js';
|
|
9
|
+
import { __titleCase } from './title-case.js';
|
|
10
|
+
export function names(text) {
|
|
11
|
+
const normal = normalizeText(text);
|
|
12
|
+
return {
|
|
13
|
+
kebab: __kebabCase(normal),
|
|
14
|
+
camel: __camelCase(normal),
|
|
15
|
+
pascal: __pascalCase(normal),
|
|
16
|
+
snake: __snakeCase(normal),
|
|
17
|
+
constant: __constantCase(normal),
|
|
18
|
+
dot: __dotCase(normal),
|
|
19
|
+
sentence: __sentenceCase(normal),
|
|
20
|
+
title: __titleCase(normal)
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=names.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/lib/names.ts"],"sourcesContent":["import type { Names } from '@vnodes/types';\nimport { __camelCase } from './camel-case.js';\nimport { __constantCase } from './constant-case.js';\nimport { __dotCase } from './dot-case.js';\nimport { __kebabCase } from './kebab-case.js';\nimport { normalizeText } from './normalize-text.js';\nimport { __pascalCase } from './pascal-case.js';\nimport { __sentenceCase } from './sentence-case.js';\nimport { __snakeCase } from './snake-case.js';\nimport { __titleCase } from './title-case.js';\n\nexport function names(text: string): Names {\n const normal = normalizeText(text);\n\n return {\n kebab: __kebabCase(normal),\n camel: __camelCase(normal),\n pascal: __pascalCase(normal),\n snake: __snakeCase(normal),\n constant: __constantCase(normal),\n dot: __dotCase(normal),\n sentence: __sentenceCase(normal),\n title: __titleCase(normal),\n };\n}\n"],"names":["__camelCase","__constantCase","__dotCase","__kebabCase","normalizeText","__pascalCase","__sentenceCase","__snakeCase","__titleCase","names","text","normal","kebab","camel","pascal","snake","constant","dot","sentence","title"],"mappings":"AACA,SAASA,WAAW,QAAQ,kBAAkB;AAC9C,SAASC,cAAc,QAAQ,qBAAqB;AACpD,SAASC,SAAS,QAAQ,gBAAgB;AAC1C,SAASC,WAAW,QAAQ,kBAAkB;AAC9C,SAASC,aAAa,QAAQ,sBAAsB;AACpD,SAASC,YAAY,QAAQ,mBAAmB;AAChD,SAASC,cAAc,QAAQ,qBAAqB;AACpD,SAASC,WAAW,QAAQ,kBAAkB;AAC9C,SAASC,WAAW,QAAQ,kBAAkB;AAE9C,OAAO,SAASC,MAAMC,IAAY;IAC9B,MAAMC,SAASP,cAAcM;IAE7B,OAAO;QACHE,OAAOT,YAAYQ;QACnBE,OAAOb,YAAYW;QACnBG,QAAQT,aAAaM;QACrBI,OAAOR,YAAYI;QACnBK,UAAUf,eAAeU;QACzBM,KAAKf,UAAUS;QACfO,UAAUZ,eAAeK;QACzBQ,OAAOX,YAAYG;IACvB;AACJ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"normalize-text.d.ts","sourceRoot":"","sources":["../../src/lib/normalize-text.ts"],"names":[],"mappings":"AAAA,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAOpD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/lib/normalize-text.ts"],"sourcesContent":["export function normalizeText(text: string): string[] {\n return text\n .trim()\n .replace(/([a-z])([A-Z])/g, '$1 $2')\n .replace(/[\\W_]{1,}/, ' ')\n .toLowerCase()\n .split(' ');\n}\n"],"names":["normalizeText","text","trim","replace","toLowerCase","split"],"mappings":"AAAA,OAAO,SAASA,cAAcC,IAAY;IACtC,OAAOA,KACFC,IAAI,GACJC,OAAO,CAAC,mBAAmB,SAC3BA,OAAO,CAAC,aAAa,KACrBC,WAAW,GACXC,KAAK,CAAC;AACf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pascal-case.d.ts","sourceRoot":"","sources":["../../src/lib/pascal-case.ts"],"names":[],"mappings":"AAEA,wBAAgB,YAAY,CAAC,cAAc,EAAE,MAAM,EAAE,UAEpD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/lib/pascal-case.ts"],"sourcesContent":["import { uppercaseFirst } from './uppercase-first.js';\n\nexport function __pascalCase(normalizedText: string[]) {\n return normalizedText.map(uppercaseFirst).join('');\n}\n"],"names":["uppercaseFirst","__pascalCase","normalizedText","map","join"],"mappings":"AAAA,SAASA,cAAc,QAAQ,uBAAuB;AAEtD,OAAO,SAASC,aAAaC,cAAwB;IACjD,OAAOA,eAAeC,GAAG,CAACH,gBAAgBI,IAAI,CAAC;AACnD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pluralize.d.ts","sourceRoot":"","sources":["../../src/lib/pluralize.ts"],"names":[],"mappings":"AAAA,oEAAoE;AAsKpE,eAAO,MAAM,SAAS,GAAI,MAAM,MAAM,WAGrC,CAAC"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
/** biome-ignore-all lint/complexity/noStaticOnlyClass: No Static */
|
|
2
|
-
import { normalizeName } from './normalize-name.js';
|
|
1
|
+
/** biome-ignore-all lint/complexity/noStaticOnlyClass: No Static */ import { normalizeText } from './normalize-text.js';
|
|
3
2
|
/**
|
|
4
3
|
* Comprehensive English Pluralizer Engine
|
|
5
|
-
*/
|
|
6
|
-
class AdvancedPluralizer {
|
|
4
|
+
*/ let AdvancedPluralizer = class AdvancedPluralizer {
|
|
7
5
|
// 1. UNCOUNTABLE NOUNS: Words that never change form regardless of quantity.
|
|
8
6
|
static UNCOUNTABLES = new Set([
|
|
9
7
|
// General
|
|
@@ -85,7 +83,7 @@ class AdvancedPluralizer {
|
|
|
85
83
|
'gymnastics',
|
|
86
84
|
'mumps',
|
|
87
85
|
'measles',
|
|
88
|
-
'diabetes'
|
|
86
|
+
'diabetes'
|
|
89
87
|
]);
|
|
90
88
|
// 2. IRREGULAR MAPPINGS: Words that follow no standard phonetic rule.
|
|
91
89
|
static IRREGULARS = {
|
|
@@ -121,42 +119,79 @@ class AdvancedPluralizer {
|
|
|
121
119
|
stratum: 'strata',
|
|
122
120
|
curriculum: 'curricula',
|
|
123
121
|
corpus: 'corpora',
|
|
124
|
-
genus: 'genera'
|
|
122
|
+
genus: 'genera'
|
|
125
123
|
};
|
|
126
124
|
// 3. REGEX RULES: Structural patterns for common English suffixes.
|
|
127
125
|
static RULES = [
|
|
128
|
-
[
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
[
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
[
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
126
|
+
[
|
|
127
|
+
/(ax|test|cris|bas|diagnos|the)is$/i,
|
|
128
|
+
'$1es'
|
|
129
|
+
],
|
|
130
|
+
[
|
|
131
|
+
/(octop|vir)us$/i,
|
|
132
|
+
'$1i'
|
|
133
|
+
],
|
|
134
|
+
[
|
|
135
|
+
/(alias|status|walrus|canvas)$/i,
|
|
136
|
+
'$1es'
|
|
137
|
+
],
|
|
138
|
+
[
|
|
139
|
+
/(bu)s$/i,
|
|
140
|
+
'$1ses'
|
|
141
|
+
],
|
|
142
|
+
[
|
|
143
|
+
/(buffal|tomat|potat|her|ech)o$/i,
|
|
144
|
+
'$1oes'
|
|
145
|
+
],
|
|
146
|
+
[
|
|
147
|
+
/(psalm|quiz)$/i,
|
|
148
|
+
'$1zes'
|
|
149
|
+
],
|
|
150
|
+
[
|
|
151
|
+
/(?:([^f])fe|([lr])f)$/i,
|
|
152
|
+
'$1$2ves'
|
|
153
|
+
],
|
|
154
|
+
[
|
|
155
|
+
/([^aeiouy]|qu)y$/i,
|
|
156
|
+
'$1ies'
|
|
157
|
+
],
|
|
158
|
+
[
|
|
159
|
+
/(x|ch|ss|sh)$/i,
|
|
160
|
+
'$1es'
|
|
161
|
+
],
|
|
162
|
+
[
|
|
163
|
+
/(m)an$/i,
|
|
164
|
+
'$1en'
|
|
165
|
+
],
|
|
166
|
+
[
|
|
167
|
+
/s$/i,
|
|
168
|
+
's'
|
|
169
|
+
],
|
|
170
|
+
[
|
|
171
|
+
/$/i,
|
|
172
|
+
's'
|
|
173
|
+
]
|
|
140
174
|
];
|
|
141
175
|
static pluralize(word) {
|
|
142
176
|
// Check Uncountables
|
|
143
|
-
if (AdvancedPluralizer.UNCOUNTABLES.has(word))
|
|
144
|
-
return word;
|
|
177
|
+
if (AdvancedPluralizer.UNCOUNTABLES.has(word)) return word;
|
|
145
178
|
// Check Irregulars
|
|
146
179
|
if (AdvancedPluralizer.IRREGULARS[word]) {
|
|
147
180
|
return AdvancedPluralizer.IRREGULARS[word];
|
|
148
181
|
}
|
|
149
182
|
// Apply Regex Rules
|
|
150
|
-
for (const [rule, replacement] of AdvancedPluralizer.RULES)
|
|
183
|
+
for (const [rule, replacement] of AdvancedPluralizer.RULES){
|
|
151
184
|
if (rule.test(word)) {
|
|
152
185
|
return word.replace(rule, replacement);
|
|
153
186
|
}
|
|
154
187
|
}
|
|
155
188
|
return word;
|
|
156
189
|
}
|
|
157
|
-
}
|
|
190
|
+
};
|
|
158
191
|
// Exported Helper
|
|
159
|
-
export const pluralize = (word)
|
|
160
|
-
word =
|
|
192
|
+
export const pluralize = (word)=>{
|
|
193
|
+
word = normalizeText(word).join('-').toLowerCase();
|
|
161
194
|
return AdvancedPluralizer.pluralize(word);
|
|
162
195
|
};
|
|
196
|
+
|
|
197
|
+
//# sourceMappingURL=pluralize.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/lib/pluralize.ts"],"sourcesContent":["/** biome-ignore-all lint/complexity/noStaticOnlyClass: No Static */\n\nimport { normalizeText } from './normalize-text.js';\n\n/**\n * Comprehensive English Pluralizer Engine\n */\nclass AdvancedPluralizer {\n // 1. UNCOUNTABLE NOUNS: Words that never change form regardless of quantity.\n private static readonly UNCOUNTABLES = new Set([\n // General\n 'advice',\n 'aircraft',\n 'art',\n 'baggage',\n 'butter',\n 'clothing',\n 'coal',\n 'cotton',\n 'corn',\n 'currency',\n 'education',\n 'equipment',\n 'evidence',\n 'experience',\n 'feedback',\n 'fish',\n 'flour',\n 'food',\n 'furniture',\n 'gas',\n 'gold',\n 'grammar',\n 'guilt',\n 'hair',\n 'happiness',\n 'help',\n 'homework',\n 'ice',\n 'impatience',\n 'information',\n 'jeans',\n 'knowledge',\n 'leather',\n 'love',\n 'luggage',\n 'meat',\n 'milk',\n 'money',\n 'music',\n 'news',\n 'oil',\n 'patience',\n 'police',\n 'polish',\n 'progress',\n 'pollution',\n 'rain',\n 'rice',\n 'sand',\n 'series',\n 'sheep',\n 'shrimp',\n 'silver',\n 'snow',\n 'space',\n 'species',\n 'sugar',\n 'swine',\n 'talent',\n 'tea',\n 'toothpaste',\n 'traffic',\n 'understanding',\n 'water',\n 'weather',\n 'wheat',\n 'wood',\n 'wool',\n // Academic Subjects / Diseases\n 'mathematics',\n 'physics',\n 'economics',\n 'statistics',\n 'politics',\n 'athletics',\n 'gymnastics',\n 'mumps',\n 'measles',\n 'diabetes',\n ]);\n\n // 2. IRREGULAR MAPPINGS: Words that follow no standard phonetic rule.\n private static readonly IRREGULARS: Record<string, string> = {\n // People & Animals\n person: 'people',\n child: 'children',\n ox: 'oxen',\n goose: 'geese',\n tooth: 'teeth',\n foot: 'feet',\n mouse: 'mice',\n louse: 'lice',\n leaf: 'leaves',\n // Latin/Greek/Scientific\n cactus: 'cacti',\n nucleus: 'nuclei',\n focus: 'foci',\n radius: 'radii',\n fungus: 'fungi',\n alumnus: 'alumni',\n syllabus: 'syllabi',\n appendix: 'appendices',\n index: 'indices',\n matrix: 'matrices',\n vertex: 'vertices',\n vortex: 'vortices',\n criterion: 'criteria',\n phenomenon: 'phenomena',\n automaton: 'automata',\n bacterium: 'bacteria',\n datum: 'data',\n medium: 'media',\n stratum: 'strata',\n curriculum: 'curricula',\n corpus: 'corpora',\n genus: 'genera',\n };\n\n // 3. REGEX RULES: Structural patterns for common English suffixes.\n private static readonly RULES: [RegExp, string][] = [\n [/(ax|test|cris|bas|diagnos|the)is$/i, '$1es'], // crisis -> crises\n [/(octop|vir)us$/i, '$1i'], // octopus -> octopi\n [/(alias|status|walrus|canvas)$/i, '$1es'], // status -> statuses\n [/(bu)s$/i, '$1ses'], // bus -> buses\n [/(buffal|tomat|potat|her|ech)o$/i, '$1oes'], // hero -> heroes\n [/(psalm|quiz)$/i, '$1zes'], // quiz -> quizes\n [/(?:([^f])fe|([lr])f)$/i, '$1$2ves'], // wolf -> wolves, wife -> wives\n [/([^aeiouy]|qu)y$/i, '$1ies'], // fly -> flies\n [/(x|ch|ss|sh)$/i, '$1es'], // church -> churches\n [/(m)an$/i, '$1en'], // woman -> women\n [/s$/i, 's'], // Already plural\n [/$/i, 's'], // Default\n ];\n\n public static pluralize(word: string): string {\n // Check Uncountables\n if (AdvancedPluralizer.UNCOUNTABLES.has(word)) return word;\n\n // Check Irregulars\n if (AdvancedPluralizer.IRREGULARS[word]) {\n return AdvancedPluralizer.IRREGULARS[word];\n }\n\n // Apply Regex Rules\n for (const [rule, replacement] of AdvancedPluralizer.RULES) {\n if (rule.test(word)) {\n return word.replace(rule, replacement);\n }\n }\n\n return word;\n }\n}\n\n// Exported Helper\nexport const pluralize = (word: string) => {\n word = normalizeText(word).join('-').toLowerCase();\n return AdvancedPluralizer.pluralize(word);\n};\n"],"names":["normalizeText","AdvancedPluralizer","UNCOUNTABLES","Set","IRREGULARS","person","child","ox","goose","tooth","foot","mouse","louse","leaf","cactus","nucleus","focus","radius","fungus","alumnus","syllabus","appendix","index","matrix","vertex","vortex","criterion","phenomenon","automaton","bacterium","datum","medium","stratum","curriculum","corpus","genus","RULES","pluralize","word","has","rule","replacement","test","replace","join","toLowerCase"],"mappings":"AAAA,kEAAkE,GAElE,SAASA,aAAa,QAAQ,sBAAsB;AAEpD;;CAEC,GACD,IAAA,AAAMC,qBAAN,MAAMA;IACF,6EAA6E;IAC7E,OAAwBC,eAAe,IAAIC,IAAI;QAC3C,UAAU;QACV;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA,+BAA+B;QAC/B;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;KACH,EAAE;IAEH,sEAAsE;IACtE,OAAwBC,aAAqC;QACzD,mBAAmB;QACnBC,QAAQ;QACRC,OAAO;QACPC,IAAI;QACJC,OAAO;QACPC,OAAO;QACPC,MAAM;QACNC,OAAO;QACPC,OAAO;QACPC,MAAM;QACN,yBAAyB;QACzBC,QAAQ;QACRC,SAAS;QACTC,OAAO;QACPC,QAAQ;QACRC,QAAQ;QACRC,SAAS;QACTC,UAAU;QACVC,UAAU;QACVC,OAAO;QACPC,QAAQ;QACRC,QAAQ;QACRC,QAAQ;QACRC,WAAW;QACXC,YAAY;QACZC,WAAW;QACXC,WAAW;QACXC,OAAO;QACPC,QAAQ;QACRC,SAAS;QACTC,YAAY;QACZC,QAAQ;QACRC,OAAO;IACX,EAAE;IAEF,mEAAmE;IACnE,OAAwBC,QAA4B;QAChD;YAAC;YAAsC;SAAO;QAC9C;YAAC;YAAmB;SAAM;QAC1B;YAAC;YAAkC;SAAO;QAC1C;YAAC;YAAW;SAAQ;QACpB;YAAC;YAAmC;SAAQ;QAC5C;YAAC;YAAkB;SAAQ;QAC3B;YAAC;YAA0B;SAAU;QACrC;YAAC;YAAqB;SAAQ;QAC9B;YAAC;YAAkB;SAAO;QAC1B;YAAC;YAAW;SAAO;QACnB;YAAC;YAAO;SAAI;QACZ;YAAC;YAAM;SAAI;KACd,CAAC;IAEF,OAAcC,UAAUC,IAAY,EAAU;QAC1C,qBAAqB;QACrB,IAAIrC,mBAAmBC,YAAY,CAACqC,GAAG,CAACD,OAAO,OAAOA;QAEtD,mBAAmB;QACnB,IAAIrC,mBAAmBG,UAAU,CAACkC,KAAK,EAAE;YACrC,OAAOrC,mBAAmBG,UAAU,CAACkC,KAAK;QAC9C;QAEA,oBAAoB;QACpB,KAAK,MAAM,CAACE,MAAMC,YAAY,IAAIxC,mBAAmBmC,KAAK,CAAE;YACxD,IAAII,KAAKE,IAAI,CAACJ,OAAO;gBACjB,OAAOA,KAAKK,OAAO,CAACH,MAAMC;YAC9B;QACJ;QAEA,OAAOH;IACX;AACJ;AAEA,kBAAkB;AAClB,OAAO,MAAMD,YAAY,CAACC;IACtBA,OAAOtC,cAAcsC,MAAMM,IAAI,CAAC,KAAKC,WAAW;IAChD,OAAO5C,mBAAmBoC,SAAS,CAACC;AACxC,EAAE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sentence-case.d.ts","sourceRoot":"","sources":["../../src/lib/sentence-case.ts"],"names":[],"mappings":"AAEA,wBAAgB,cAAc,CAAC,cAAc,EAAE,MAAM,EAAE,UAEtD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/lib/sentence-case.ts"],"sourcesContent":["import { uppercaseFirst } from './uppercase-first.js';\n\nexport function __sentenceCase(normalizedText: string[]) {\n return uppercaseFirst(normalizedText.join(' '));\n}\n"],"names":["uppercaseFirst","__sentenceCase","normalizedText","join"],"mappings":"AAAA,SAASA,cAAc,QAAQ,uBAAuB;AAEtD,OAAO,SAASC,eAAeC,cAAwB;IACnD,OAAOF,eAAeE,eAAeC,IAAI,CAAC;AAC9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"snake-case.d.ts","sourceRoot":"","sources":["../../src/lib/snake-case.ts"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,CAAC,cAAc,EAAE,MAAM,EAAE,UAEnD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/lib/snake-case.ts"],"sourcesContent":["export function __snakeCase(normalizedText: string[]) {\n return normalizedText.join('_');\n}\n"],"names":["__snakeCase","normalizedText","join"],"mappings":"AAAA,OAAO,SAASA,YAAYC,cAAwB;IAChD,OAAOA,eAAeC,IAAI,CAAC;AAC/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"title-case.d.ts","sourceRoot":"","sources":["../../src/lib/title-case.ts"],"names":[],"mappings":"AAEA,wBAAgB,WAAW,CAAC,cAAc,EAAE,MAAM,EAAE,UAEnD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/lib/title-case.ts"],"sourcesContent":["import { uppercaseFirst } from './uppercase-first.js';\n\nexport function __titleCase(normalizedText: string[]) {\n return normalizedText.map(uppercaseFirst).join(' ');\n}\n"],"names":["uppercaseFirst","__titleCase","normalizedText","map","join"],"mappings":"AAAA,SAASA,cAAc,QAAQ,uBAAuB;AAEtD,OAAO,SAASC,YAAYC,cAAwB;IAChD,OAAOA,eAAeC,GAAG,CAACH,gBAAgBI,IAAI,CAAC;AACnD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uppercase-first.d.ts","sourceRoot":"","sources":["../../src/lib/uppercase-first.ts"],"names":[],"mappings":"AAAA,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,UAE1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/lib/uppercase-first.ts"],"sourcesContent":["export function uppercaseFirst(text: string) {\n return text[0].toUpperCase() + text.slice(1);\n}\n"],"names":["uppercaseFirst","text","toUpperCase","slice"],"mappings":"AAAA,OAAO,SAASA,eAAeC,IAAY;IACvC,OAAOA,IAAI,CAAC,EAAE,CAACC,WAAW,KAAKD,KAAKE,KAAK,CAAC;AAC9C"}
|
package/package.json
CHANGED
|
@@ -1,27 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vnodes/names",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"publishConfig": {
|
|
6
|
-
"access": "public",
|
|
7
|
-
"tag": "latest"
|
|
8
|
-
},
|
|
9
|
-
"author": {
|
|
10
|
-
"email": "robert.brightline+vnodes-names@gmail.com",
|
|
11
|
-
"name": "Robert Brightline",
|
|
12
|
-
"url": "https://vnodes.github.io/vnodes/libs/names"
|
|
13
|
-
},
|
|
3
|
+
"version": "0.0.23",
|
|
4
|
+
"description": "@vnodes/names",
|
|
14
5
|
"keywords": [
|
|
15
6
|
"names"
|
|
16
7
|
],
|
|
8
|
+
"author": {
|
|
9
|
+
"name": "Robert Brightline",
|
|
10
|
+
"email": "robert.brightline+vnodes-names@gmail.com",
|
|
11
|
+
"url": "https://vnodes.github.io/vnodes"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://vnodes.github.io/vnodes/libs/names",
|
|
17
14
|
"icon": "https://vnodes.github.io/vnodes/libs/names/assets/favicon.png",
|
|
18
15
|
"funding": [
|
|
19
|
-
|
|
20
|
-
"type": "cashapp",
|
|
21
|
-
"url": "https://cash.app/$puqlib"
|
|
22
|
-
}
|
|
16
|
+
"https://cash.app/$puqlib"
|
|
23
17
|
],
|
|
24
|
-
"
|
|
18
|
+
"bin": {
|
|
19
|
+
"version": "./bin/version.mjs"
|
|
20
|
+
},
|
|
25
21
|
"type": "module",
|
|
26
22
|
"main": "./dist/index.js",
|
|
27
23
|
"module": "./dist/index.js",
|
|
@@ -36,19 +32,32 @@
|
|
|
36
32
|
}
|
|
37
33
|
},
|
|
38
34
|
"files": [
|
|
39
|
-
"
|
|
40
|
-
"
|
|
35
|
+
"dist",
|
|
36
|
+
"bin",
|
|
37
|
+
"!**/*.tsbuildinfo"
|
|
41
38
|
],
|
|
42
39
|
"nx": {
|
|
43
40
|
"sourceRoot": "libs/names/src",
|
|
44
41
|
"targets": {
|
|
45
42
|
"build": {},
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
43
|
+
"doc": {},
|
|
44
|
+
"lint": {}
|
|
45
|
+
},
|
|
46
|
+
"tags": [
|
|
47
|
+
"lib"
|
|
48
|
+
]
|
|
50
49
|
},
|
|
51
50
|
"dependencies": {
|
|
52
|
-
"@swc/helpers": "~0.5.
|
|
51
|
+
"@swc/helpers": "~0.5.18"
|
|
52
|
+
},
|
|
53
|
+
"peerDependencies": {
|
|
54
|
+
"@vnodes/types": "0.0.23"
|
|
55
|
+
},
|
|
56
|
+
"devDependencies": {
|
|
57
|
+
"@vnodes/types": "0.0.23"
|
|
58
|
+
},
|
|
59
|
+
"publishConfig": {
|
|
60
|
+
"access": "public",
|
|
61
|
+
"tag": "latest"
|
|
53
62
|
}
|
|
54
63
|
}
|
package/assets/favicon.png
DELETED
|
Binary file
|
package/dist/.tsbuildinfo
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"fileNames":["../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2023.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2024.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2023.array.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2023.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2024.collection.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2024.object.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2024.promise.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2024.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.array.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.collection.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.promise.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.iterator.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.float16.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.error.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.d.ts","../../../node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/modules/index.d.ts","../src/is-kebab-case.ts","../src/is-snake-case.ts","../src/lowercase-first.ts","../src/validate-name.ts","../src/normalize-name.ts","../src/upercase-first.ts","../src/names.ts","../src/pluralize.ts","../src/index.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/.pnpm/buffer@6.0.3/node_modules/buffer/index.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/header.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/readable.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/file.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/fetch.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/formdata.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/connector.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/client.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/errors.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/global-origin.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/pool.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/handlers.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-client.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/retry-handler.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/retry-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/api.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/interceptors.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/util.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/cookies.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/patch.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/websocket.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/eventsource.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/filereader.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/content-type.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/cache.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/index.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/globals.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/assert.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/buffer.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/child_process.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/cluster.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/console.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/constants.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/crypto.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/dgram.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/dns.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/domain.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/dom-events.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/events.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/fs.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/http.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/http2.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/https.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/inspector.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/module.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/net.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/os.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/path.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/process.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/punycode.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/querystring.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/readline.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/repl.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/sea.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/stream.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/test.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/timers.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/tls.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/tty.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/url.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/util.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/v8.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/vm.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/wasi.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/zlib.d.ts","../../../node_modules/.pnpm/@types+node@20.19.9/node_modules/@types/node/index.d.ts"],"fileIdsList":[[82,83,84,85,86,87,88,89,90,97,140],[82,97,140],[82,87,88,97,140],[82,86,97,140],[82,87,97,140],[97,137,140],[97,139,140],[140],[97,140,145,174],[97,140,141,146,152,153,160,171,182],[97,140,141,142,152,160],[97,140],[92,93,94,97,140],[97,140,143,183],[97,140,144,145,153,161],[97,140,145,171,179],[97,140,146,148,152,160],[97,139,140,147],[97,140,148,149],[97,140,150,152],[97,139,140,152],[97,140,152,153,154,171,182],[97,140,152,153,154,167,171,174],[97,135,140],[97,140,148,152,155,160,171,182],[97,140,152,153,155,156,160,171,179,182],[97,140,155,157,171,179,182],[95,96,97,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188],[97,140,152,158],[97,140,159,182,187],[97,140,148,152,160,171],[97,140,161],[97,140,162],[97,139,140,163],[97,137,138,139,140,141,142,143,144,145,146,147,148,149,150,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188],[97,140,165],[97,140,166],[97,140,152,167,168],[97,140,167,169,183,185],[97,140,152,171,172,174],[97,140,173,174],[97,140,171,172],[97,140,174],[97,140,175],[97,137,140,171,176],[97,140,152,177,178],[97,140,177,178],[97,140,145,160,171,179],[97,140,180],[97,140,160,181],[97,140,155,166,182],[97,140,145,183],[97,140,171,184],[97,140,159,185],[97,140,186],[97,140,152,154,163,171,174,182,185,187],[97,140,171,188],[81,97,140],[97,107,111,140,182],[97,107,140,171,182],[97,102,140],[97,104,107,140,179,182],[97,140,160,179],[97,140,189],[97,102,140,189],[97,104,107,140,160,182],[97,99,100,103,106,140,152,171,182],[97,107,114,140],[97,99,105,140],[97,107,128,129,140],[97,103,107,140,174,182,189],[97,128,140,189],[97,101,102,140,189],[97,107,140],[97,101,102,103,104,105,106,107,108,109,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,129,130,131,132,133,134,140],[97,107,122,140],[97,107,114,115,140],[97,105,107,115,116,140],[97,106,140],[97,99,102,107,140],[97,107,111,115,116,140],[97,111,140],[97,105,107,110,140,182],[97,99,104,107,114,140],[97,140,171],[97,102,107,128,140,187,189]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","impliedFormat":1},{"version":"8fd575e12870e9944c7e1d62e1f5a73fcf23dd8d3a321f2a2c74c20d022283fe","impliedFormat":1},{"version":"2ab096661c711e4a81cc464fa1e6feb929a54f5340b46b0a07ac6bbf857471f0","impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"df83c2a6c73228b625b0beb6669c7ee2a09c914637e2d35170723ad49c0f5cd4","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true,"impliedFormat":1},{"version":"87dc0f382502f5bbce5129bdc0aea21e19a3abbc19259e0b43ae038a9fc4e326","affectsGlobalScope":true,"impliedFormat":1},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ece9f17b3866cc077099c73f4983bddbcb1dc7ddb943227f1ec070f529dedd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1c9319a09485199c1f7b0498f2988d6d2249793ef67edda49d1e584746be9032","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3a2a0cee0f03ffdde24d89660eba2685bfbdeae955a6c67e8c4c9fd28928eeb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"60037901da1a425516449b9a20073aa03386cce92f7a1fd902d7602be3a7c2e9","affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true,"impliedFormat":1},{"version":"22adec94ef7047a6c9d1af3cb96be87a335908bf9ef386ae9fd50eeb37f44c47","affectsGlobalScope":true,"impliedFormat":1},{"version":"196cb558a13d4533a5163286f30b0509ce0210e4b316c56c38d4c0fd2fb38405","affectsGlobalScope":true,"impliedFormat":1},{"version":"73f78680d4c08509933daf80947902f6ff41b6230f94dd002ae372620adb0f60","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5239f5c01bcfa9cd32f37c496cf19c61d69d37e48be9de612b541aac915805b","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6a5253138c5432c68a1510c70fe78a644fe2e632111ba778e1978010d6edfec","impliedFormat":1},{"version":"b8f34dd1757f68e03262b1ca3ddfa668a855b872f8bdd5224d6f993a7b37dc2c","impliedFormat":99},{"version":"561fe9c6a500e24fa22fbb412e1d06ae935cbeab8859ebeead062a46161e50d5","signature":"6acc63311c8882d9c242366e6b98ede5d0b51efd2b4caa6389a91d4564a5060d","impliedFormat":99},{"version":"ccad69e4f5a8c2fb636cf44f39d76fc8ffee3f498809ca48743fab43e1130f77","signature":"681c795e40735f382bb15bf271e5154ea5bda4cf3113b335fc072c321d732d0d","impliedFormat":99},{"version":"193b79ac25b57a7b6bc3ffef4a4c59e814819e17174ca56f64230f61b1d9a684","signature":"119695fda278022127c5ed359e7a8e98569f416e1e08fec4851fab938f583810","impliedFormat":99},{"version":"089c60fa798bc77b3883ac8a9a38f5c5b0288680e3e68c5ff9e98f9379b6ebef","signature":"b5c7fbe447e6ad7c1f5b5e89a8667bc698d4afcae1035b697b43a04636775650","impliedFormat":99},{"version":"bf657ecbbd6bab92d1ee2dacd6fccdd526dcd7e03aaa0711693058b49805cbba","signature":"dd1fe1fabd0dbe4336395bd10bfe7ff724e4137a14952b25924120d0c8ab203b","impliedFormat":99},{"version":"e70b24882926110f0a3950c0a720db2c5c87f5d2a2c91ef43dbe8b402e0354dd","signature":"cdda471da9575f8f33e9af2084ea1b3b10093e90fb3feee72e75b5fb5fb4dd7f","impliedFormat":99},{"version":"35bcd37b164d41c823ccd7f478d9caade206de489ba00d25f76db12fd32a5f51","signature":"3e9f0ab9d11642f63d8d2dd239bed00d778f792799663208191c3ced1339c0ca","impliedFormat":99},{"version":"7f405dbbb4aff7a4a9d8b61133502526a6cb10ae2233637a98804fbf55a4de4a","signature":"34a5d1919330fd549e83f6544c3d9de885d999a2c42be47c4e1c6af6f3ac1fa7","impliedFormat":99},{"version":"c5b3a9adf13a65bbdf180848f8a54ac0e88767a8bfb5a84c9c4da14b06b7d8a9","signature":"101dc63a59357feda5409bd695af53be534f91a5c6a3fe1ea528b5351bd8b02b","impliedFormat":99},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"a79e62f1e20467e11a904399b8b18b18c0c6eea6b50c1168bf215356d5bebfaf","affectsGlobalScope":true,"impliedFormat":1},{"version":"49a5a44f2e68241a1d2bd9ec894535797998841c09729e506a7cbfcaa40f2180","affectsGlobalScope":true,"impliedFormat":1},{"version":"4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"1ca84b44ad1d8e4576f24904d8b95dd23b94ea67e1575f89614ac90062fc67f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d586db0a09a9495ebb5dece28f54df9684bfbd6e1f568426ca153126dac4a40","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"8c0bcd6c6b67b4b503c11e91a1fb91522ed585900eab2ab1f61bba7d7caa9d6f","impliedFormat":1},{"version":"567b7f607f400873151d7bc63a049514b53c3c00f5f56e9e95695d93b66a138e","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3e58c4c18a031cbb17abec7a4ad0bd5ae9fc70c1f4ba1e7fb921ad87c504aca","impliedFormat":1},{"version":"84c1930e33d1bb12ad01bcbe11d656f9646bd21b2fb2afd96e8e10615a021aef","impliedFormat":1},{"version":"35ec8b6760fd7138bbf5809b84551e31028fb2ba7b6dc91d95d098bf212ca8b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"4b87f767c7bc841511113c876a6b8bf1fd0cb0b718c888ad84478b372ec486b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d04e3640dd9eb67f7f1e5bd3d0bf96c784666f7aefc8ac1537af6f2d38d4c29","impliedFormat":1},{"version":"9d19808c8c291a9010a6c788e8532a2da70f811adb431c97520803e0ec649991","impliedFormat":1},{"version":"2bf469abae4cc9c0f340d4e05d9d26e37f936f9c8ca8f007a6534f109dcc77e4","impliedFormat":1},{"version":"4aacb0dd020eeaef65426153686cc639a78ec2885dc72ad220be1d25f1a439df","impliedFormat":1},{"version":"f0bd7e6d931657b59605c44112eaf8b980ba7f957a5051ed21cb93d978cf2f45","impliedFormat":1},{"version":"71450bbc2d82821d24ca05699a533e72758964e9852062c53b30f31c36978ab8","affectsGlobalScope":true,"impliedFormat":1},{"version":"0ada07543808f3b967624645a8e1ccd446f8b01ade47842acf1328aec899fed0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4c21aaa8257d7950a5b75a251d9075b6a371208fc948c9c8402f6690ef3b5b55","impliedFormat":1},{"version":"b5895e6353a5d708f55d8685c38a235c3a6d8138e374dee8ceb8ffde5aa8002a","impliedFormat":1},{"version":"54c4f21f578864961efc94e8f42bc893a53509e886370ec7dd602e0151b9266c","impliedFormat":1},{"version":"de735eca2c51dd8b860254e9fdb6d9ec19fe402dfe597c23090841ce3937cfc5","impliedFormat":1},{"version":"4ff41188773cbf465807dd2f7059c7494cbee5115608efc297383832a1150c43","impliedFormat":1},{"version":"5650cf3dace09e7c25d384e3e6b818b938f68f4e8de96f52d9c5a1b3db068e86","impliedFormat":1},{"version":"1354ca5c38bd3fd3836a68e0f7c9f91f172582ba30ab15bb8c075891b91502b7","affectsGlobalScope":true,"impliedFormat":1},{"version":"5155da3047ef977944d791a2188ff6e6c225f6975cc1910ab7bb6838ab84cede","impliedFormat":1},{"version":"93f437e1398a4f06a984f441f7fa7a9f0535c04399619b5c22e0b87bdee182cb","impliedFormat":1},{"version":"afbe24ab0d74694372baa632ecb28bb375be53f3be53f9b07ecd7fc994907de5","impliedFormat":1},{"version":"e16d218a30f6a6810b57f7e968124eaa08c7bb366133ea34bbf01e7cd6b8c0ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb8692dea24c27821f77e397272d9ed2eda0b95e4a75beb0fdda31081d15a8ae","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e043a1bc8fbf2a255bccf9bf27e0f1caf916c3b0518ea34aa72357c0afd42ec","impliedFormat":1},{"version":"b4f70ec656a11d570e1a9edce07d118cd58d9760239e2ece99306ee9dfe61d02","impliedFormat":1},{"version":"3bc2f1e2c95c04048212c569ed38e338873f6a8593930cf5a7ef24ffb38fc3b6","impliedFormat":1},{"version":"8145e07aad6da5f23f2fcd8c8e4c5c13fb26ee986a79d03b0829b8fce152d8b2","impliedFormat":1},{"version":"f9d9d753d430ed050dc1bf2667a1bab711ccbb1c1507183d794cc195a5b085cc","impliedFormat":1},{"version":"9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","impliedFormat":1},{"version":"5b6844ad931dcc1d3aca53268f4bd671428421464b1286746027aede398094f2","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"125d792ec6c0c0f657d758055c494301cc5fdb327d9d9d5960b3f129aff76093","impliedFormat":1},{"version":"0dbcebe2126d03936c70545e96a6e41007cf065be38a1ce4d32a39fcedefead4","affectsGlobalScope":true,"impliedFormat":1},{"version":"1851a3b4db78664f83901bb9cac9e45e03a37bb5933cc5bf37e10bb7e91ab4eb","impliedFormat":1},{"version":"461e54289e6287e8494a0178ba18182acce51a02bca8dea219149bf2cf96f105","impliedFormat":1},{"version":"12ed4559eba17cd977aa0db658d25c4047067444b51acfdcbf38470630642b23","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3ffabc95802521e1e4bcba4c88d8615176dc6e09111d920c7a213bdda6e1d65","impliedFormat":1},{"version":"e31e51c55800014d926e3f74208af49cb7352803619855c89296074d1ecbb524","impliedFormat":1},{"version":"ae56f65caf3be91108707bd8dfbccc2a57a91feb5daabf7165a06a945545ed26","impliedFormat":1},{"version":"a136d5de521da20f31631a0a96bf712370779d1c05b7015d7019a9b2a0446ca9","impliedFormat":1},{"version":"dfb96ba5177b68003deec9e773c47257da5c4c8a74053d8956389d832df72002","affectsGlobalScope":true,"impliedFormat":1},{"version":"92d3070580cf72b4bb80959b7f16ede9a3f39e6f4ef2ac87cfa4561844fdc69f","affectsGlobalScope":true,"impliedFormat":1},{"version":"d3dffd70e6375b872f0b4e152de4ae682d762c61a24881ecc5eb9f04c5caf76f","impliedFormat":1},{"version":"613deebaec53731ff6b74fe1a89f094b708033db6396b601df3e6d5ab0ec0a47","impliedFormat":1},{"version":"d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c","impliedFormat":1},{"version":"e56eb632f0281c9f8210eb8c86cc4839a427a4ffffcfd2a5e40b956050b3e042","affectsGlobalScope":true,"impliedFormat":1},{"version":"e8a979b8af001c9fc2e774e7809d233c8ca955a28756f52ee5dee88ccb0611d2","impliedFormat":1},{"version":"cac793cc47c29e26e4ac3601dcb00b4435ebed26203485790e44f2ad8b6ad847","impliedFormat":1}],"root":[[83,91]],"options":{"composite":true,"declarationMap":true,"emitDecoratorMetadata":true,"experimentalDecorators":true,"importHelpers":true,"module":199,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noImplicitReturns":true,"noUnusedLocals":true,"outDir":"./","rootDir":"../src","skipLibCheck":true,"strict":true,"strictPropertyInitialization":false,"target":9,"tsBuildInfoFile":"./.tsbuildinfo"},"referencedMap":[[91,1],[83,2],[84,2],[85,2],[89,3],[87,4],[90,5],[88,2],[86,2],[137,6],[138,6],[139,7],[97,8],[140,9],[141,10],[142,11],[92,12],[95,13],[93,12],[94,12],[143,14],[144,15],[145,16],[146,17],[147,18],[148,19],[149,19],[151,12],[150,20],[152,21],[153,22],[154,23],[136,24],[96,12],[155,25],[156,26],[157,27],[189,28],[158,29],[159,30],[160,31],[161,32],[162,33],[163,34],[164,35],[165,36],[166,37],[167,38],[168,38],[169,39],[170,12],[171,40],[173,41],[172,42],[174,43],[175,44],[176,45],[177,46],[178,47],[179,48],[180,49],[181,50],[182,51],[183,52],[184,53],[185,54],[186,55],[187,56],[188,57],[98,12],[82,58],[81,12],[79,12],[80,12],[14,12],[13,12],[2,12],[15,12],[16,12],[17,12],[18,12],[19,12],[20,12],[21,12],[22,12],[3,12],[23,12],[24,12],[4,12],[25,12],[29,12],[26,12],[27,12],[28,12],[30,12],[31,12],[32,12],[5,12],[33,12],[34,12],[35,12],[36,12],[6,12],[40,12],[37,12],[38,12],[39,12],[41,12],[7,12],[42,12],[47,12],[48,12],[43,12],[44,12],[45,12],[46,12],[8,12],[52,12],[49,12],[50,12],[51,12],[53,12],[9,12],[54,12],[55,12],[56,12],[58,12],[57,12],[59,12],[60,12],[10,12],[61,12],[62,12],[63,12],[11,12],[64,12],[65,12],[66,12],[67,12],[68,12],[1,12],[69,12],[70,12],[12,12],[74,12],[72,12],[77,12],[76,12],[71,12],[75,12],[73,12],[78,12],[114,59],[124,60],[113,59],[134,61],[105,62],[104,63],[133,64],[127,65],[132,66],[107,67],[121,68],[106,69],[130,70],[102,71],[101,64],[131,72],[103,73],[108,74],[109,12],[112,74],[99,12],[135,75],[125,76],[116,77],[117,78],[119,79],[115,80],[118,81],[128,64],[110,82],[111,83],[120,84],[100,85],[123,76],[122,74],[126,12],[129,86]],"latestChangedDtsFile":"./index.d.ts","version":"5.9.3"}
|
package/dist/is-kebab-case.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"is-kebab-case.d.ts","sourceRoot":"","sources":["../src/is-kebab-case.ts"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,WAEvC"}
|
package/dist/is-kebab-case.js
DELETED
package/dist/is-snake-case.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"is-snake-case.d.ts","sourceRoot":"","sources":["../src/is-snake-case.ts"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,WAEvC"}
|
package/dist/is-snake-case.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lowercase-first.d.ts","sourceRoot":"","sources":["../src/lowercase-first.ts"],"names":[],"mappings":"AAAA,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,UAE1C"}
|
package/dist/lowercase-first.js
DELETED
package/dist/names.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export type Names = {
|
|
2
|
-
pascalCase: string;
|
|
3
|
-
camelCase: string;
|
|
4
|
-
kebabCase: string;
|
|
5
|
-
snakeCase: string;
|
|
6
|
-
upperSnakeCase: string;
|
|
7
|
-
dotCase: string;
|
|
8
|
-
titleCase: string;
|
|
9
|
-
sentenceCase: string;
|
|
10
|
-
};
|
|
11
|
-
export declare function names(name: string): Names;
|
|
12
|
-
//# sourceMappingURL=names.d.ts.map
|
package/dist/names.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"names.d.ts","sourceRoot":"","sources":["../src/names.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,KAAK,GAAG;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,wBAAgB,KAAK,CAAC,IAAI,EAAE,MAAM,GAAG,KAAK,CA8BzC"}
|
package/dist/names.js
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { normalizeName } from './normalize-name.js';
|
|
2
|
-
import { uppercaseFirst } from './upercase-first.js';
|
|
3
|
-
export function names(name) {
|
|
4
|
-
const normal = normalizeName(name);
|
|
5
|
-
const pascalCase = normal.split('-').map(uppercaseFirst).join('');
|
|
6
|
-
const camelCase = normal
|
|
7
|
-
.split('-')
|
|
8
|
-
.map((value, index) => (index > 0 ? uppercaseFirst(value) : value))
|
|
9
|
-
.join('');
|
|
10
|
-
const kebabCase = normal;
|
|
11
|
-
const snakeCase = normal.replace(/[-]/g, '_');
|
|
12
|
-
const upperSnakeCase = snakeCase.toUpperCase();
|
|
13
|
-
const dotCase = normal.replace(/[-]/g, '.');
|
|
14
|
-
const titleCase = normal.split('-').map(uppercaseFirst).join(' ');
|
|
15
|
-
const sentenceCase = normal
|
|
16
|
-
.split('-')
|
|
17
|
-
.map((value, index) => (index === 0 ? uppercaseFirst(value) : value))
|
|
18
|
-
.join(' ');
|
|
19
|
-
const result = {
|
|
20
|
-
pascalCase,
|
|
21
|
-
camelCase,
|
|
22
|
-
kebabCase,
|
|
23
|
-
snakeCase,
|
|
24
|
-
upperSnakeCase,
|
|
25
|
-
dotCase,
|
|
26
|
-
titleCase,
|
|
27
|
-
sentenceCase,
|
|
28
|
-
};
|
|
29
|
-
return result;
|
|
30
|
-
}
|
package/dist/normalize-name.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export declare function normalizeName(name: string): string;
|
|
2
|
-
/**
|
|
3
|
-
* Same as the {@link normalizeName} function
|
|
4
|
-
* @param name string
|
|
5
|
-
* @returns
|
|
6
|
-
*/
|
|
7
|
-
export declare function slugify(name: string): string;
|
|
8
|
-
/**
|
|
9
|
-
* Same as the {@link normalizeName} function
|
|
10
|
-
* @param name string
|
|
11
|
-
* @returns
|
|
12
|
-
*/
|
|
13
|
-
export declare function toKebabCase(name: string): string;
|
|
14
|
-
/**
|
|
15
|
-
* Same as the {@link normalizeName} function
|
|
16
|
-
* @param name string
|
|
17
|
-
* @returns
|
|
18
|
-
*/
|
|
19
|
-
export declare function toFileName(name: string): string;
|
|
20
|
-
//# sourceMappingURL=normalize-name.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"normalize-name.d.ts","sourceRoot":"","sources":["../src/normalize-name.ts"],"names":[],"mappings":"AAEA,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,UAMzC;AAED;;;;GAIG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,UAEnC;AAED;;;;GAIG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,UAEvC;AAED;;;;GAIG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,UAEtC"}
|
package/dist/normalize-name.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { validateName } from './validate-name.js';
|
|
2
|
-
export function normalizeName(name) {
|
|
3
|
-
validateName(name);
|
|
4
|
-
name = name.replace(/([a-z])([A-Z])/g, '$1-$2');
|
|
5
|
-
name = name.replace(/[-_.]{1,}/g, '-');
|
|
6
|
-
return name.toLowerCase();
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* Same as the {@link normalizeName} function
|
|
10
|
-
* @param name string
|
|
11
|
-
* @returns
|
|
12
|
-
*/
|
|
13
|
-
export function slugify(name) {
|
|
14
|
-
return normalizeName(name);
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Same as the {@link normalizeName} function
|
|
18
|
-
* @param name string
|
|
19
|
-
* @returns
|
|
20
|
-
*/
|
|
21
|
-
export function toKebabCase(name) {
|
|
22
|
-
return normalizeName(name);
|
|
23
|
-
}
|
|
24
|
-
/**
|
|
25
|
-
* Same as the {@link normalizeName} function
|
|
26
|
-
* @param name string
|
|
27
|
-
* @returns
|
|
28
|
-
*/
|
|
29
|
-
export function toFileName(name) {
|
|
30
|
-
return normalizeName(name);
|
|
31
|
-
}
|
package/dist/pluralize.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pluralize.d.ts","sourceRoot":"","sources":["../src/pluralize.ts"],"names":[],"mappings":"AAAA,oEAAoE;AAsKpE,eAAO,MAAM,SAAS,GAAI,MAAM,MAAM,WAGrC,CAAC"}
|
package/dist/upercase-first.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"upercase-first.d.ts","sourceRoot":"","sources":["../src/upercase-first.ts"],"names":[],"mappings":"AAAA,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,UAE1C"}
|
package/dist/upercase-first.js
DELETED
package/dist/validate-name.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"validate-name.d.ts","sourceRoot":"","sources":["../src/validate-name.ts"],"names":[],"mappings":"AAAA,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,QAcxC"}
|
package/dist/validate-name.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export function validateName(name) {
|
|
2
|
-
if (!name.match(/[a-zA-Z]{1,}/)) {
|
|
3
|
-
throw new Error(`name must contain only letters but found ${name}`);
|
|
4
|
-
}
|
|
5
|
-
if (name.match(/[A-Z]{2,}/) && name.match(/[a-z]/)) {
|
|
6
|
-
throw new Error(`name must be in a single format not mixed but found uppercase and lowercase together, ${name}`);
|
|
7
|
-
}
|
|
8
|
-
if (name.match(/[\s]{1,}/)) {
|
|
9
|
-
throw new Error(`name must not contain a space but found ${name}`);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
File without changes
|