@jjlmoya/utils-developer 1.11.0 → 1.13.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.
Files changed (100) hide show
  1. package/package.json +7 -4
  2. package/scripts/postinstall.mjs +27 -0
  3. package/src/entries.ts +74 -0
  4. package/src/tool/aspectRatio/aspect-ratio-calculator.css +276 -0
  5. package/src/tool/aspectRatio/component.astro +0 -278
  6. package/src/tool/aspectRatio/entry.ts +30 -0
  7. package/src/tool/aspectRatio/index.ts +2 -32
  8. package/src/tool/calculadoraTiempoDatos/component.astro +0 -524
  9. package/src/tool/calculadoraTiempoDatos/data-time-calculator-web-speed-impact.css +522 -0
  10. package/src/tool/calculadoraTiempoDatos/entry.ts +29 -0
  11. package/src/tool/calculadoraTiempoDatos/index.ts +2 -31
  12. package/src/tool/colorConverter/color-converter-rgb-hex-hsl.css +262 -0
  13. package/src/tool/colorConverter/component.astro +0 -264
  14. package/src/tool/colorConverter/entry.ts +29 -0
  15. package/src/tool/colorConverter/index.ts +2 -31
  16. package/src/tool/conversorExcelCsvHtml/component.astro +0 -360
  17. package/src/tool/conversorExcelCsvHtml/entry.ts +29 -0
  18. package/src/tool/conversorExcelCsvHtml/excel-csv-html-table-converter.css +358 -0
  19. package/src/tool/conversorExcelCsvHtml/index.ts +2 -31
  20. package/src/tool/cronGenerator/component.astro +0 -317
  21. package/src/tool/cronGenerator/cron.css +315 -0
  22. package/src/tool/cronGenerator/entry.ts +30 -0
  23. package/src/tool/cronGenerator/index.ts +2 -32
  24. package/src/tool/cssSpecificityCalculator/component.astro +0 -205
  25. package/src/tool/cssSpecificityCalculator/css-specificity-calculator.css +203 -0
  26. package/src/tool/cssSpecificityCalculator/entry.ts +30 -0
  27. package/src/tool/cssSpecificityCalculator/index.ts +2 -32
  28. package/src/tool/cssToInlineConverter/component.astro +0 -150
  29. package/src/tool/cssToInlineConverter/css-to-inline-converter.css +148 -0
  30. package/src/tool/cssToInlineConverter/entry.ts +30 -0
  31. package/src/tool/cssToInlineConverter/index.ts +2 -32
  32. package/src/tool/duplicateCssRemover/component.astro +0 -197
  33. package/src/tool/duplicateCssRemover/duplicate-css-remover.css +195 -0
  34. package/src/tool/duplicateCssRemover/entry.ts +30 -0
  35. package/src/tool/duplicateCssRemover/index.ts +2 -32
  36. package/src/tool/generadorSecurityTxt/component.astro +0 -231
  37. package/src/tool/generadorSecurityTxt/entry.ts +29 -0
  38. package/src/tool/generadorSecurityTxt/index.ts +2 -31
  39. package/src/tool/generadorSecurityTxt/security-txt-generator-rfc-9116.css +229 -0
  40. package/src/tool/hashGenerator/component.astro +0 -229
  41. package/src/tool/hashGenerator/entry.ts +29 -0
  42. package/src/tool/hashGenerator/hash-generator.css +227 -0
  43. package/src/tool/hashGenerator/index.ts +2 -31
  44. package/src/tool/inspectorCertificadosSsl/component.astro +0 -261
  45. package/src/tool/inspectorCertificadosSsl/entry.ts +45 -0
  46. package/src/tool/inspectorCertificadosSsl/index.ts +2 -47
  47. package/src/tool/inspectorCertificadosSsl/ssl-tls-certificate-inspector.css +259 -0
  48. package/src/tool/jsonFormatter/component.astro +0 -346
  49. package/src/tool/jsonFormatter/entry.ts +30 -0
  50. package/src/tool/jsonFormatter/index.ts +2 -32
  51. package/src/tool/jsonFormatter/json-formatter.css +344 -0
  52. package/src/tool/keycode/component.astro +0 -298
  53. package/src/tool/keycode/entry.ts +30 -0
  54. package/src/tool/keycode/index.ts +2 -32
  55. package/src/tool/keycode/keycode.css +296 -0
  56. package/src/tool/llmCostCalculator/component.astro +0 -253
  57. package/src/tool/llmCostCalculator/entry.ts +46 -0
  58. package/src/tool/llmCostCalculator/index.ts +2 -48
  59. package/src/tool/llmCostCalculator/llm-cost-calculator.css +251 -0
  60. package/src/tool/mobileMockupGenerator/component.astro +0 -906
  61. package/src/tool/mobileMockupGenerator/entry.ts +45 -0
  62. package/src/tool/mobileMockupGenerator/index.ts +2 -47
  63. package/src/tool/mobileMockupGenerator/mobile-mockup-generator.css +904 -0
  64. package/src/tool/musicalTypography/component.astro +0 -291
  65. package/src/tool/musicalTypography/entry.ts +29 -0
  66. package/src/tool/musicalTypography/index.ts +2 -31
  67. package/src/tool/musicalTypography/musical-typography.css +289 -0
  68. package/src/tool/placeholderGenerator/component.astro +0 -255
  69. package/src/tool/placeholderGenerator/entry.ts +46 -0
  70. package/src/tool/placeholderGenerator/index.ts +2 -48
  71. package/src/tool/placeholderGenerator/placeholder-image-generator.css +253 -0
  72. package/src/tool/promptLibrary/component.astro +0 -689
  73. package/src/tool/promptLibrary/entry.ts +45 -0
  74. package/src/tool/promptLibrary/index.ts +2 -47
  75. package/src/tool/promptLibrary/prompt-library.css +687 -0
  76. package/src/tool/readabilityCalculator/component.astro +0 -322
  77. package/src/tool/readabilityCalculator/entry.ts +45 -0
  78. package/src/tool/readabilityCalculator/index.ts +2 -47
  79. package/src/tool/readabilityCalculator/visual-readability-calculator-wcag-apca.css +320 -0
  80. package/src/tool/svgSanitizer/component.astro +0 -289
  81. package/src/tool/svgSanitizer/entry.ts +45 -0
  82. package/src/tool/svgSanitizer/index.ts +2 -47
  83. package/src/tool/svgSanitizer/svg-sanitizer.css +287 -0
  84. package/src/tool/svgToCss/component.astro +0 -196
  85. package/src/tool/svgToCss/entry.ts +30 -0
  86. package/src/tool/svgToCss/index.ts +2 -32
  87. package/src/tool/svgToCss/svg-to-css-converter.css +194 -0
  88. package/src/tool/urlCleaner/component.astro +0 -282
  89. package/src/tool/urlCleaner/entry.ts +45 -0
  90. package/src/tool/urlCleaner/index.ts +2 -47
  91. package/src/tool/urlCleaner/url-tracking-cleaner.css +280 -0
  92. package/src/tool/urlEncoderDecoder/component.astro +0 -168
  93. package/src/tool/urlEncoderDecoder/entry.ts +30 -0
  94. package/src/tool/urlEncoderDecoder/index.ts +2 -32
  95. package/src/tool/urlEncoderDecoder/url-encoder-decoder.css +166 -0
  96. package/src/tool/utmGenerator/component.astro +0 -156
  97. package/src/tool/utmGenerator/entry.ts +29 -0
  98. package/src/tool/utmGenerator/index.ts +2 -31
  99. package/src/tool/utmGenerator/utm-generator.css +154 -0
  100. package/src/tools.ts +1 -1
@@ -0,0 +1,45 @@
1
+ import type { DeveloperToolEntry, ToolLocaleContent } from '../../types';
2
+ import type { MobileMockupGeneratorUI } from './ui';
3
+
4
+ export type MobileMockupGeneratorLocaleContent = ToolLocaleContent<MobileMockupGeneratorUI>;
5
+
6
+ import { content as es } from './i18n/es';
7
+ import { content as en } from './i18n/en';
8
+ import { content as fr } from './i18n/fr';
9
+ import { content as de } from './i18n/de';
10
+ import { content as id } from './i18n/id';
11
+ import { content as it } from './i18n/it';
12
+ import { content as ja } from './i18n/ja';
13
+ import { content as ko } from './i18n/ko';
14
+ import { content as nl } from './i18n/nl';
15
+ import { content as pl } from './i18n/pl';
16
+ import { content as pt } from './i18n/pt';
17
+ import { content as ru } from './i18n/ru';
18
+ import { content as sv } from './i18n/sv';
19
+ import { content as tr } from './i18n/tr';
20
+ import { content as zh } from './i18n/zh';
21
+
22
+ export const mobileMockupGenerator: DeveloperToolEntry<MobileMockupGeneratorUI> = {
23
+ id: 'mobile-mockup-generator',
24
+ icons: {
25
+ bg: 'mdi:cellphone',
26
+ fg: 'mdi:image-frame',
27
+ },
28
+ i18n: {
29
+ es: async () => es,
30
+ en: async () => en,
31
+ fr: async () => fr,
32
+ de: async () => de,
33
+ id: async () => id,
34
+ it: async () => it,
35
+ ja: async () => ja,
36
+ ko: async () => ko,
37
+ nl: async () => nl,
38
+ pl: async () => pl,
39
+ pt: async () => pt,
40
+ ru: async () => ru,
41
+ sv: async () => sv,
42
+ tr: async () => tr,
43
+ zh: async () => zh,
44
+ },
45
+ };
@@ -1,50 +1,5 @@
1
- import type { DeveloperToolEntry, ToolLocaleContent, ToolDefinition } from '../../types';
2
- import type { MobileMockupGeneratorUI } from './ui';
3
-
4
- export type MobileMockupGeneratorLocaleContent = ToolLocaleContent<MobileMockupGeneratorUI>;
5
-
6
- import { content as es } from './i18n/es';
7
- import { content as en } from './i18n/en';
8
- import { content as fr } from './i18n/fr';
9
- import { content as de } from './i18n/de';
10
- import { content as id } from './i18n/id';
11
- import { content as it } from './i18n/it';
12
- import { content as ja } from './i18n/ja';
13
- import { content as ko } from './i18n/ko';
14
- import { content as nl } from './i18n/nl';
15
- import { content as pl } from './i18n/pl';
16
- import { content as pt } from './i18n/pt';
17
- import { content as ru } from './i18n/ru';
18
- import { content as sv } from './i18n/sv';
19
- import { content as tr } from './i18n/tr';
20
- import { content as zh } from './i18n/zh';
21
-
22
- export const mobileMockupGenerator: DeveloperToolEntry<MobileMockupGeneratorUI> = {
23
- id: 'mobile-mockup-generator',
24
- icons: {
25
- bg: 'mdi:cellphone',
26
- fg: 'mdi:image-frame',
27
- },
28
- i18n: {
29
- es: async () => es,
30
- en: async () => en,
31
- fr: async () => fr,
32
- de: async () => de,
33
- id: async () => id,
34
- it: async () => it,
35
- ja: async () => ja,
36
- ko: async () => ko,
37
- nl: async () => nl,
38
- pl: async () => pl,
39
- pt: async () => pt,
40
- ru: async () => ru,
41
- sv: async () => sv,
42
- tr: async () => tr,
43
- zh: async () => zh,
44
- },
45
- };
46
-
47
-
1
+ import { mobileMockupGenerator } from './entry';
2
+ export * from './entry';
48
3
  export const MOBILE_MOCKUP_GENERATOR_TOOL: ToolDefinition = {
49
4
  entry: mobileMockupGenerator,
50
5
  Component: () => import('./component.astro'),