code-languages 1.7.0 → 1.9.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 (102) hide show
  1. package/README.md +87 -2
  2. package/dist/api.cjs +2567 -0
  3. package/dist/api.cjs.map +1 -0
  4. package/dist/api.d.cts +1596 -0
  5. package/dist/api.d.ts +1596 -0
  6. package/dist/api.js +2565 -0
  7. package/dist/api.js.map +1 -0
  8. package/dist/detect.cjs +430 -12
  9. package/dist/detect.cjs.map +1 -1
  10. package/dist/detect.js +430 -12
  11. package/dist/detect.js.map +1 -1
  12. package/dist/index.cjs +2452 -1202
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.d.cts +372 -0
  15. package/dist/index.d.ts +372 -0
  16. package/dist/index.js +2408 -1115
  17. package/dist/index.js.map +1 -1
  18. package/dist/languages/asp.cjs +34 -0
  19. package/dist/languages/asp.cjs.map +1 -0
  20. package/dist/languages/asp.d.cts +29 -0
  21. package/dist/languages/asp.d.ts +29 -0
  22. package/dist/languages/asp.js +32 -0
  23. package/dist/languages/asp.js.map +1 -0
  24. package/dist/languages/batch.cjs +33 -0
  25. package/dist/languages/batch.cjs.map +1 -0
  26. package/dist/languages/batch.d.cts +28 -0
  27. package/dist/languages/batch.d.ts +28 -0
  28. package/dist/languages/batch.js +31 -0
  29. package/dist/languages/batch.js.map +1 -0
  30. package/dist/languages/cuda.cjs +34 -0
  31. package/dist/languages/cuda.cjs.map +1 -0
  32. package/dist/languages/cuda.d.cts +29 -0
  33. package/dist/languages/cuda.d.ts +29 -0
  34. package/dist/languages/cuda.js +32 -0
  35. package/dist/languages/cuda.js.map +1 -0
  36. package/dist/languages/fsharp.cjs +34 -0
  37. package/dist/languages/fsharp.cjs.map +1 -0
  38. package/dist/languages/fsharp.d.cts +29 -0
  39. package/dist/languages/fsharp.d.ts +29 -0
  40. package/dist/languages/fsharp.js +32 -0
  41. package/dist/languages/fsharp.js.map +1 -0
  42. package/dist/languages/git.cjs +33 -0
  43. package/dist/languages/git.cjs.map +1 -0
  44. package/dist/languages/git.d.cts +28 -0
  45. package/dist/languages/git.d.ts +28 -0
  46. package/dist/languages/git.js +31 -0
  47. package/dist/languages/git.js.map +1 -0
  48. package/dist/languages/gradle.cjs +34 -0
  49. package/dist/languages/gradle.cjs.map +1 -0
  50. package/dist/languages/gradle.d.cts +29 -0
  51. package/dist/languages/gradle.d.ts +29 -0
  52. package/dist/languages/gradle.js +32 -0
  53. package/dist/languages/gradle.js.map +1 -0
  54. package/dist/languages/julia.cjs +34 -0
  55. package/dist/languages/julia.cjs.map +1 -0
  56. package/dist/languages/julia.d.cts +29 -0
  57. package/dist/languages/julia.d.ts +29 -0
  58. package/dist/languages/julia.js +32 -0
  59. package/dist/languages/julia.js.map +1 -0
  60. package/dist/languages/matlab.cjs +34 -0
  61. package/dist/languages/matlab.cjs.map +1 -0
  62. package/dist/languages/matlab.d.cts +29 -0
  63. package/dist/languages/matlab.d.ts +29 -0
  64. package/dist/languages/matlab.js +32 -0
  65. package/dist/languages/matlab.js.map +1 -0
  66. package/dist/languages/pascal.cjs +34 -0
  67. package/dist/languages/pascal.cjs.map +1 -0
  68. package/dist/languages/pascal.d.cts +29 -0
  69. package/dist/languages/pascal.d.ts +29 -0
  70. package/dist/languages/pascal.js +32 -0
  71. package/dist/languages/pascal.js.map +1 -0
  72. package/dist/languages/pug.cjs +34 -0
  73. package/dist/languages/pug.cjs.map +1 -0
  74. package/dist/languages/pug.d.cts +29 -0
  75. package/dist/languages/pug.d.ts +29 -0
  76. package/dist/languages/pug.js +32 -0
  77. package/dist/languages/pug.js.map +1 -0
  78. package/dist/languages/r.cjs +34 -0
  79. package/dist/languages/r.cjs.map +1 -0
  80. package/dist/languages/r.d.cts +29 -0
  81. package/dist/languages/r.d.ts +29 -0
  82. package/dist/languages/r.js +32 -0
  83. package/dist/languages/r.js.map +1 -0
  84. package/dist/languages/scala.cjs +34 -0
  85. package/dist/languages/scala.cjs.map +1 -0
  86. package/dist/languages/scala.d.cts +29 -0
  87. package/dist/languages/scala.d.ts +29 -0
  88. package/dist/languages/scala.js +32 -0
  89. package/dist/languages/scala.js.map +1 -0
  90. package/dist/languages/toml.cjs +29 -0
  91. package/dist/languages/toml.cjs.map +1 -0
  92. package/dist/languages/toml.d.cts +24 -0
  93. package/dist/languages/toml.d.ts +24 -0
  94. package/dist/languages/toml.js +27 -0
  95. package/dist/languages/toml.js.map +1 -0
  96. package/dist/languages/zig.cjs +34 -0
  97. package/dist/languages/zig.cjs.map +1 -0
  98. package/dist/languages/zig.d.cts +29 -0
  99. package/dist/languages/zig.d.ts +29 -0
  100. package/dist/languages/zig.js +32 -0
  101. package/dist/languages/zig.js.map +1 -0
  102. package/package.json +76 -1
@@ -0,0 +1,34 @@
1
+ 'use strict';
2
+
3
+ // src/languages/asp.ts
4
+ var asp = {
5
+ slug: "asp",
6
+ publishedDate: "1996-12-01",
7
+ extensions: [".asp", ".aspx", ".ascx", ".ashx", ".asmx", ".master"],
8
+ author: "Microsoft",
9
+ website: "https://learn.microsoft.com/en-us/aspnet/web-forms/",
10
+ paradigms: ["server-side", "templating", "object-oriented", "event-driven"],
11
+ tooling: {
12
+ runtimes: ["IIS", ".NET Framework"],
13
+ packageManagers: ["NuGet"],
14
+ ecosystems: ["Windows", ".NET", "Web"]
15
+ },
16
+ version: "4.8.1",
17
+ logo: "https://cdn.simpleicons.org/dotnet/512BD4",
18
+ i18n: {
19
+ en: {
20
+ name: "ASP/ASPX",
21
+ description: "Microsoft server-side web templates and pages for Classic ASP and ASP.NET Web Forms.",
22
+ longDescription: "ASP and ASPX files represent Microsoft server-side web page technologies. Classic ASP uses `.asp` files with script blocks, while ASP.NET Web Forms uses `.aspx`, user controls, handlers, services, and master pages on top of the .NET Framework.\n\nThey are commonly found in legacy and long-lived Windows web applications hosted on IIS, often alongside C#, Visual Basic, HTML, CSS, JavaScript, and NuGet-based .NET Framework dependencies."
23
+ },
24
+ es: {
25
+ name: "ASP/ASPX",
26
+ description: "Plantillas y paginas web server-side de Microsoft para Classic ASP y ASP.NET Web Forms.",
27
+ longDescription: "Los archivos ASP y ASPX representan tecnologias de paginas web server-side de Microsoft. Classic ASP usa archivos `.asp` con bloques de script, mientras ASP.NET Web Forms usa `.aspx`, controles de usuario, handlers, servicios y paginas maestras sobre .NET Framework.\n\nAparecen comunmente en aplicaciones web Windows legacy o de larga vida alojadas en IIS, a menudo junto con C#, Visual Basic, HTML, CSS, JavaScript y dependencias .NET Framework basadas en NuGet."
28
+ }
29
+ }
30
+ };
31
+
32
+ exports.asp = asp;
33
+ //# sourceMappingURL=asp.cjs.map
34
+ //# sourceMappingURL=asp.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/languages/asp.ts"],"names":[],"mappings":";;;AAEO,IAAM,GAAA,GAAM;AAAA,EACjB,IAAA,EAAM,KAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,YAAY,CAAC,MAAA,EAAQ,SAAS,OAAA,EAAS,OAAA,EAAS,SAAS,SAAS,CAAA;AAAA,EAClE,MAAA,EAAQ,WAAA;AAAA,EACR,OAAA,EAAS,qDAAA;AAAA,EACT,SAAA,EAAW,CAAC,aAAA,EAAe,YAAA,EAAc,mBAAmB,cAAc,CAAA;AAAA,EAC1E,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,KAAA,EAAO,gBAAgB,CAAA;AAAA,IAClC,eAAA,EAAiB,CAAC,OAAO,CAAA;AAAA,IACzB,UAAA,EAAY,CAAC,SAAA,EAAW,MAAA,EAAQ,KAAK;AAAA,GACvC;AAAA,EACA,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,2CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,UAAA;AAAA,MACN,WAAA,EACE,sFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,UAAA;AAAA,MACN,WAAA,EACE,yFAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"asp.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const asp = {\n slug: \"asp\",\n publishedDate: \"1996-12-01\",\n extensions: [\".asp\", \".aspx\", \".ascx\", \".ashx\", \".asmx\", \".master\"],\n author: \"Microsoft\",\n website: \"https://learn.microsoft.com/en-us/aspnet/web-forms/\",\n paradigms: [\"server-side\", \"templating\", \"object-oriented\", \"event-driven\"],\n tooling: {\n runtimes: [\"IIS\", \".NET Framework\"],\n packageManagers: [\"NuGet\"],\n ecosystems: [\"Windows\", \".NET\", \"Web\"],\n },\n version: \"4.8.1\",\n logo: \"https://cdn.simpleicons.org/dotnet/512BD4\",\n i18n: {\n en: {\n name: \"ASP/ASPX\",\n description:\n \"Microsoft server-side web templates and pages for Classic ASP and ASP.NET Web Forms.\",\n longDescription:\n \"ASP and ASPX files represent Microsoft server-side web page technologies. Classic ASP uses `.asp` files with script blocks, while ASP.NET Web Forms uses `.aspx`, user controls, handlers, services, and master pages on top of the .NET Framework.\\n\\nThey are commonly found in legacy and long-lived Windows web applications hosted on IIS, often alongside C#, Visual Basic, HTML, CSS, JavaScript, and NuGet-based .NET Framework dependencies.\",\n },\n es: {\n name: \"ASP/ASPX\",\n description:\n \"Plantillas y paginas web server-side de Microsoft para Classic ASP y ASP.NET Web Forms.\",\n longDescription:\n \"Los archivos ASP y ASPX representan tecnologias de paginas web server-side de Microsoft. Classic ASP usa archivos `.asp` con bloques de script, mientras ASP.NET Web Forms usa `.aspx`, controles de usuario, handlers, servicios y paginas maestras sobre .NET Framework.\\n\\nAparecen comunmente en aplicaciones web Windows legacy o de larga vida alojadas en IIS, a menudo junto con C#, Visual Basic, HTML, CSS, JavaScript y dependencias .NET Framework basadas en NuGet.\",\n },\n },\n} satisfies Language;\n"]}
@@ -0,0 +1,29 @@
1
+ declare const asp: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ packageManagers: string[];
11
+ ecosystems: string[];
12
+ };
13
+ version: string;
14
+ logo: string;
15
+ i18n: {
16
+ en: {
17
+ name: string;
18
+ description: string;
19
+ longDescription: string;
20
+ };
21
+ es: {
22
+ name: string;
23
+ description: string;
24
+ longDescription: string;
25
+ };
26
+ };
27
+ };
28
+
29
+ export { asp };
@@ -0,0 +1,29 @@
1
+ declare const asp: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ packageManagers: string[];
11
+ ecosystems: string[];
12
+ };
13
+ version: string;
14
+ logo: string;
15
+ i18n: {
16
+ en: {
17
+ name: string;
18
+ description: string;
19
+ longDescription: string;
20
+ };
21
+ es: {
22
+ name: string;
23
+ description: string;
24
+ longDescription: string;
25
+ };
26
+ };
27
+ };
28
+
29
+ export { asp };
@@ -0,0 +1,32 @@
1
+ // src/languages/asp.ts
2
+ var asp = {
3
+ slug: "asp",
4
+ publishedDate: "1996-12-01",
5
+ extensions: [".asp", ".aspx", ".ascx", ".ashx", ".asmx", ".master"],
6
+ author: "Microsoft",
7
+ website: "https://learn.microsoft.com/en-us/aspnet/web-forms/",
8
+ paradigms: ["server-side", "templating", "object-oriented", "event-driven"],
9
+ tooling: {
10
+ runtimes: ["IIS", ".NET Framework"],
11
+ packageManagers: ["NuGet"],
12
+ ecosystems: ["Windows", ".NET", "Web"]
13
+ },
14
+ version: "4.8.1",
15
+ logo: "https://cdn.simpleicons.org/dotnet/512BD4",
16
+ i18n: {
17
+ en: {
18
+ name: "ASP/ASPX",
19
+ description: "Microsoft server-side web templates and pages for Classic ASP and ASP.NET Web Forms.",
20
+ longDescription: "ASP and ASPX files represent Microsoft server-side web page technologies. Classic ASP uses `.asp` files with script blocks, while ASP.NET Web Forms uses `.aspx`, user controls, handlers, services, and master pages on top of the .NET Framework.\n\nThey are commonly found in legacy and long-lived Windows web applications hosted on IIS, often alongside C#, Visual Basic, HTML, CSS, JavaScript, and NuGet-based .NET Framework dependencies."
21
+ },
22
+ es: {
23
+ name: "ASP/ASPX",
24
+ description: "Plantillas y paginas web server-side de Microsoft para Classic ASP y ASP.NET Web Forms.",
25
+ longDescription: "Los archivos ASP y ASPX representan tecnologias de paginas web server-side de Microsoft. Classic ASP usa archivos `.asp` con bloques de script, mientras ASP.NET Web Forms usa `.aspx`, controles de usuario, handlers, servicios y paginas maestras sobre .NET Framework.\n\nAparecen comunmente en aplicaciones web Windows legacy o de larga vida alojadas en IIS, a menudo junto con C#, Visual Basic, HTML, CSS, JavaScript y dependencias .NET Framework basadas en NuGet."
26
+ }
27
+ }
28
+ };
29
+
30
+ export { asp };
31
+ //# sourceMappingURL=asp.js.map
32
+ //# sourceMappingURL=asp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/languages/asp.ts"],"names":[],"mappings":";AAEO,IAAM,GAAA,GAAM;AAAA,EACjB,IAAA,EAAM,KAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,YAAY,CAAC,MAAA,EAAQ,SAAS,OAAA,EAAS,OAAA,EAAS,SAAS,SAAS,CAAA;AAAA,EAClE,MAAA,EAAQ,WAAA;AAAA,EACR,OAAA,EAAS,qDAAA;AAAA,EACT,SAAA,EAAW,CAAC,aAAA,EAAe,YAAA,EAAc,mBAAmB,cAAc,CAAA;AAAA,EAC1E,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,KAAA,EAAO,gBAAgB,CAAA;AAAA,IAClC,eAAA,EAAiB,CAAC,OAAO,CAAA;AAAA,IACzB,UAAA,EAAY,CAAC,SAAA,EAAW,MAAA,EAAQ,KAAK;AAAA,GACvC;AAAA,EACA,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,2CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,UAAA;AAAA,MACN,WAAA,EACE,sFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,UAAA;AAAA,MACN,WAAA,EACE,yFAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"asp.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const asp = {\n slug: \"asp\",\n publishedDate: \"1996-12-01\",\n extensions: [\".asp\", \".aspx\", \".ascx\", \".ashx\", \".asmx\", \".master\"],\n author: \"Microsoft\",\n website: \"https://learn.microsoft.com/en-us/aspnet/web-forms/\",\n paradigms: [\"server-side\", \"templating\", \"object-oriented\", \"event-driven\"],\n tooling: {\n runtimes: [\"IIS\", \".NET Framework\"],\n packageManagers: [\"NuGet\"],\n ecosystems: [\"Windows\", \".NET\", \"Web\"],\n },\n version: \"4.8.1\",\n logo: \"https://cdn.simpleicons.org/dotnet/512BD4\",\n i18n: {\n en: {\n name: \"ASP/ASPX\",\n description:\n \"Microsoft server-side web templates and pages for Classic ASP and ASP.NET Web Forms.\",\n longDescription:\n \"ASP and ASPX files represent Microsoft server-side web page technologies. Classic ASP uses `.asp` files with script blocks, while ASP.NET Web Forms uses `.aspx`, user controls, handlers, services, and master pages on top of the .NET Framework.\\n\\nThey are commonly found in legacy and long-lived Windows web applications hosted on IIS, often alongside C#, Visual Basic, HTML, CSS, JavaScript, and NuGet-based .NET Framework dependencies.\",\n },\n es: {\n name: \"ASP/ASPX\",\n description:\n \"Plantillas y paginas web server-side de Microsoft para Classic ASP y ASP.NET Web Forms.\",\n longDescription:\n \"Los archivos ASP y ASPX representan tecnologias de paginas web server-side de Microsoft. Classic ASP usa archivos `.asp` con bloques de script, mientras ASP.NET Web Forms usa `.aspx`, controles de usuario, handlers, servicios y paginas maestras sobre .NET Framework.\\n\\nAparecen comunmente en aplicaciones web Windows legacy o de larga vida alojadas en IIS, a menudo junto con C#, Visual Basic, HTML, CSS, JavaScript y dependencias .NET Framework basadas en NuGet.\",\n },\n },\n} satisfies Language;\n"]}
@@ -0,0 +1,33 @@
1
+ 'use strict';
2
+
3
+ // src/languages/batch.ts
4
+ var batch = {
5
+ slug: "batch",
6
+ publishedDate: "1981-08-12",
7
+ extensions: [".bat", ".cmd"],
8
+ author: "Microsoft / IBM",
9
+ website: "https://learn.microsoft.com/windows-server/administration/windows-commands/windows-commands",
10
+ paradigms: ["command", "imperative", "scripting", "shell"],
11
+ tooling: {
12
+ runtimes: ["Command Prompt", "cmd.exe", "MS-DOS"],
13
+ ecosystems: ["Windows", "DOS", "Automation"]
14
+ },
15
+ version: "Windows Command Processor",
16
+ logo: "https://icons.iconarchive.com/icons/simpleicons-team/simple/128/windowsterminal-icon.png",
17
+ i18n: {
18
+ en: {
19
+ name: "Batch",
20
+ description: "A Windows command scripting format used to automate command-line tasks with cmd.exe.",
21
+ longDescription: "Batch files contain commands interpreted by the Windows Command Processor, including command invocation, variables, labels, conditionals, loops, argument handling, and process control.\n\nThey are used for Windows setup scripts, developer shortcuts, administrative automation, legacy DOS workflows, and simple command-line task orchestration on Windows systems."
22
+ },
23
+ es: {
24
+ name: "Batch",
25
+ description: "Un formato de scripting de comandos de Windows usado para automatizar tareas con cmd.exe.",
26
+ longDescription: "Los archivos Batch contienen comandos interpretados por Windows Command Processor, incluyendo invocacion de comandos, variables, etiquetas, condicionales, bucles, manejo de argumentos y control de procesos.\n\nSe usan para scripts de configuracion en Windows, accesos rapidos de desarrollo, automatizacion administrativa, flujos legacy de DOS y orquestacion simple de tareas de linea de comandos en sistemas Windows."
27
+ }
28
+ }
29
+ };
30
+
31
+ exports.batch = batch;
32
+ //# sourceMappingURL=batch.cjs.map
33
+ //# sourceMappingURL=batch.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/languages/batch.ts"],"names":[],"mappings":";;;AAEO,IAAM,KAAA,GAAQ;AAAA,EACnB,IAAA,EAAM,OAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,MAAA,EAAQ,MAAM,CAAA;AAAA,EAC3B,MAAA,EAAQ,iBAAA;AAAA,EACR,OAAA,EACE,6FAAA;AAAA,EACF,SAAA,EAAW,CAAC,SAAA,EAAW,YAAA,EAAc,aAAa,OAAO,CAAA;AAAA,EACzD,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,gBAAA,EAAkB,SAAA,EAAW,QAAQ,CAAA;AAAA,IAChD,UAAA,EAAY,CAAC,SAAA,EAAW,KAAA,EAAO,YAAY;AAAA,GAC7C;AAAA,EACA,OAAA,EAAS,2BAAA;AAAA,EACT,IAAA,EAAM,0FAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,OAAA;AAAA,MACN,WAAA,EACE,sFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,OAAA;AAAA,MACN,WAAA,EACE,2FAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"batch.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const batch = {\n slug: \"batch\",\n publishedDate: \"1981-08-12\",\n extensions: [\".bat\", \".cmd\"],\n author: \"Microsoft / IBM\",\n website:\n \"https://learn.microsoft.com/windows-server/administration/windows-commands/windows-commands\",\n paradigms: [\"command\", \"imperative\", \"scripting\", \"shell\"],\n tooling: {\n runtimes: [\"Command Prompt\", \"cmd.exe\", \"MS-DOS\"],\n ecosystems: [\"Windows\", \"DOS\", \"Automation\"],\n },\n version: \"Windows Command Processor\",\n logo: \"https://icons.iconarchive.com/icons/simpleicons-team/simple/128/windowsterminal-icon.png\",\n i18n: {\n en: {\n name: \"Batch\",\n description:\n \"A Windows command scripting format used to automate command-line tasks with cmd.exe.\",\n longDescription:\n \"Batch files contain commands interpreted by the Windows Command Processor, including command invocation, variables, labels, conditionals, loops, argument handling, and process control.\\n\\nThey are used for Windows setup scripts, developer shortcuts, administrative automation, legacy DOS workflows, and simple command-line task orchestration on Windows systems.\",\n },\n es: {\n name: \"Batch\",\n description:\n \"Un formato de scripting de comandos de Windows usado para automatizar tareas con cmd.exe.\",\n longDescription:\n \"Los archivos Batch contienen comandos interpretados por Windows Command Processor, incluyendo invocacion de comandos, variables, etiquetas, condicionales, bucles, manejo de argumentos y control de procesos.\\n\\nSe usan para scripts de configuracion en Windows, accesos rapidos de desarrollo, automatizacion administrativa, flujos legacy de DOS y orquestacion simple de tareas de linea de comandos en sistemas Windows.\",\n },\n },\n} satisfies Language;\n"]}
@@ -0,0 +1,28 @@
1
+ declare const batch: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ ecosystems: string[];
11
+ };
12
+ version: string;
13
+ logo: string;
14
+ i18n: {
15
+ en: {
16
+ name: string;
17
+ description: string;
18
+ longDescription: string;
19
+ };
20
+ es: {
21
+ name: string;
22
+ description: string;
23
+ longDescription: string;
24
+ };
25
+ };
26
+ };
27
+
28
+ export { batch };
@@ -0,0 +1,28 @@
1
+ declare const batch: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ ecosystems: string[];
11
+ };
12
+ version: string;
13
+ logo: string;
14
+ i18n: {
15
+ en: {
16
+ name: string;
17
+ description: string;
18
+ longDescription: string;
19
+ };
20
+ es: {
21
+ name: string;
22
+ description: string;
23
+ longDescription: string;
24
+ };
25
+ };
26
+ };
27
+
28
+ export { batch };
@@ -0,0 +1,31 @@
1
+ // src/languages/batch.ts
2
+ var batch = {
3
+ slug: "batch",
4
+ publishedDate: "1981-08-12",
5
+ extensions: [".bat", ".cmd"],
6
+ author: "Microsoft / IBM",
7
+ website: "https://learn.microsoft.com/windows-server/administration/windows-commands/windows-commands",
8
+ paradigms: ["command", "imperative", "scripting", "shell"],
9
+ tooling: {
10
+ runtimes: ["Command Prompt", "cmd.exe", "MS-DOS"],
11
+ ecosystems: ["Windows", "DOS", "Automation"]
12
+ },
13
+ version: "Windows Command Processor",
14
+ logo: "https://icons.iconarchive.com/icons/simpleicons-team/simple/128/windowsterminal-icon.png",
15
+ i18n: {
16
+ en: {
17
+ name: "Batch",
18
+ description: "A Windows command scripting format used to automate command-line tasks with cmd.exe.",
19
+ longDescription: "Batch files contain commands interpreted by the Windows Command Processor, including command invocation, variables, labels, conditionals, loops, argument handling, and process control.\n\nThey are used for Windows setup scripts, developer shortcuts, administrative automation, legacy DOS workflows, and simple command-line task orchestration on Windows systems."
20
+ },
21
+ es: {
22
+ name: "Batch",
23
+ description: "Un formato de scripting de comandos de Windows usado para automatizar tareas con cmd.exe.",
24
+ longDescription: "Los archivos Batch contienen comandos interpretados por Windows Command Processor, incluyendo invocacion de comandos, variables, etiquetas, condicionales, bucles, manejo de argumentos y control de procesos.\n\nSe usan para scripts de configuracion en Windows, accesos rapidos de desarrollo, automatizacion administrativa, flujos legacy de DOS y orquestacion simple de tareas de linea de comandos en sistemas Windows."
25
+ }
26
+ }
27
+ };
28
+
29
+ export { batch };
30
+ //# sourceMappingURL=batch.js.map
31
+ //# sourceMappingURL=batch.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/languages/batch.ts"],"names":[],"mappings":";AAEO,IAAM,KAAA,GAAQ;AAAA,EACnB,IAAA,EAAM,OAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,MAAA,EAAQ,MAAM,CAAA;AAAA,EAC3B,MAAA,EAAQ,iBAAA;AAAA,EACR,OAAA,EACE,6FAAA;AAAA,EACF,SAAA,EAAW,CAAC,SAAA,EAAW,YAAA,EAAc,aAAa,OAAO,CAAA;AAAA,EACzD,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,gBAAA,EAAkB,SAAA,EAAW,QAAQ,CAAA;AAAA,IAChD,UAAA,EAAY,CAAC,SAAA,EAAW,KAAA,EAAO,YAAY;AAAA,GAC7C;AAAA,EACA,OAAA,EAAS,2BAAA;AAAA,EACT,IAAA,EAAM,0FAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,OAAA;AAAA,MACN,WAAA,EACE,sFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,OAAA;AAAA,MACN,WAAA,EACE,2FAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"batch.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const batch = {\n slug: \"batch\",\n publishedDate: \"1981-08-12\",\n extensions: [\".bat\", \".cmd\"],\n author: \"Microsoft / IBM\",\n website:\n \"https://learn.microsoft.com/windows-server/administration/windows-commands/windows-commands\",\n paradigms: [\"command\", \"imperative\", \"scripting\", \"shell\"],\n tooling: {\n runtimes: [\"Command Prompt\", \"cmd.exe\", \"MS-DOS\"],\n ecosystems: [\"Windows\", \"DOS\", \"Automation\"],\n },\n version: \"Windows Command Processor\",\n logo: \"https://icons.iconarchive.com/icons/simpleicons-team/simple/128/windowsterminal-icon.png\",\n i18n: {\n en: {\n name: \"Batch\",\n description:\n \"A Windows command scripting format used to automate command-line tasks with cmd.exe.\",\n longDescription:\n \"Batch files contain commands interpreted by the Windows Command Processor, including command invocation, variables, labels, conditionals, loops, argument handling, and process control.\\n\\nThey are used for Windows setup scripts, developer shortcuts, administrative automation, legacy DOS workflows, and simple command-line task orchestration on Windows systems.\",\n },\n es: {\n name: \"Batch\",\n description:\n \"Un formato de scripting de comandos de Windows usado para automatizar tareas con cmd.exe.\",\n longDescription:\n \"Los archivos Batch contienen comandos interpretados por Windows Command Processor, incluyendo invocacion de comandos, variables, etiquetas, condicionales, bucles, manejo de argumentos y control de procesos.\\n\\nSe usan para scripts de configuracion en Windows, accesos rapidos de desarrollo, automatizacion administrativa, flujos legacy de DOS y orquestacion simple de tareas de linea de comandos en sistemas Windows.\",\n },\n },\n} satisfies Language;\n"]}
@@ -0,0 +1,34 @@
1
+ 'use strict';
2
+
3
+ // src/languages/cuda.ts
4
+ var cuda = {
5
+ slug: "cuda",
6
+ publishedDate: "2007-02-15",
7
+ extensions: [".cu", ".cuh"],
8
+ author: "NVIDIA",
9
+ website: "https://developer.nvidia.com/cuda-toolkit",
10
+ paradigms: ["parallel", "data-parallel", "systems", "heterogeneous-computing"],
11
+ tooling: {
12
+ runtimes: ["CUDA Runtime", "CUDA Driver API"],
13
+ packageManagers: ["CUDA Toolkit", "conda"],
14
+ ecosystems: ["GPU Computing", "HPC", "Machine Learning", "Scientific Computing"]
15
+ },
16
+ version: "13.2.1",
17
+ logo: "https://cdn.simpleicons.org/nvidia/76B900",
18
+ i18n: {
19
+ en: {
20
+ name: "CUDA",
21
+ description: "NVIDIA's GPU programming platform and C/C++ extensions for parallel computing.",
22
+ longDescription: "CUDA is NVIDIA's parallel computing platform and programming model for GPU-accelerated applications. CUDA C/C++ source files use extensions for kernels, device functions, memory spaces, grids, blocks, and threads that execute on NVIDIA GPUs.\n\nIt is used in machine learning, scientific computing, simulations, image processing, rendering, high-performance computing, and applications that need to offload massively parallel workloads to GPU hardware."
23
+ },
24
+ es: {
25
+ name: "CUDA",
26
+ description: "La plataforma GPU de NVIDIA y extensiones C/C++ para computacion paralela.",
27
+ longDescription: "CUDA es la plataforma de computacion paralela y modelo de programacion de NVIDIA para aplicaciones aceleradas por GPU. Los archivos CUDA C/C++ usan extensiones para kernels, funciones de dispositivo, espacios de memoria, grids, blocks y threads que se ejecutan en GPUs NVIDIA.\n\nSe usa en machine learning, computacion cientifica, simulaciones, procesamiento de imagenes, rendering, computacion de alto rendimiento y aplicaciones que necesitan descargar cargas masivamente paralelas al hardware GPU."
28
+ }
29
+ }
30
+ };
31
+
32
+ exports.cuda = cuda;
33
+ //# sourceMappingURL=cuda.cjs.map
34
+ //# sourceMappingURL=cuda.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/languages/cuda.ts"],"names":[],"mappings":";;;AAEO,IAAM,IAAA,GAAO;AAAA,EAClB,IAAA,EAAM,MAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,KAAA,EAAO,MAAM,CAAA;AAAA,EAC1B,MAAA,EAAQ,QAAA;AAAA,EACR,OAAA,EAAS,2CAAA;AAAA,EACT,SAAA,EAAW,CAAC,UAAA,EAAY,eAAA,EAAiB,WAAW,yBAAyB,CAAA;AAAA,EAC7E,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,cAAA,EAAgB,iBAAiB,CAAA;AAAA,IAC5C,eAAA,EAAiB,CAAC,cAAA,EAAgB,OAAO,CAAA;AAAA,IACzC,UAAA,EAAY,CAAC,eAAA,EAAiB,KAAA,EAAO,oBAAoB,sBAAsB;AAAA,GACjF;AAAA,EACA,OAAA,EAAS,QAAA;AAAA,EACT,IAAA,EAAM,2CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EAAa,gFAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EAAa,4EAAA;AAAA,MACb,eAAA,EACE;AAAA;AACJ;AAEJ","file":"cuda.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const cuda = {\n slug: \"cuda\",\n publishedDate: \"2007-02-15\",\n extensions: [\".cu\", \".cuh\"],\n author: \"NVIDIA\",\n website: \"https://developer.nvidia.com/cuda-toolkit\",\n paradigms: [\"parallel\", \"data-parallel\", \"systems\", \"heterogeneous-computing\"],\n tooling: {\n runtimes: [\"CUDA Runtime\", \"CUDA Driver API\"],\n packageManagers: [\"CUDA Toolkit\", \"conda\"],\n ecosystems: [\"GPU Computing\", \"HPC\", \"Machine Learning\", \"Scientific Computing\"],\n },\n version: \"13.2.1\",\n logo: \"https://cdn.simpleicons.org/nvidia/76B900\",\n i18n: {\n en: {\n name: \"CUDA\",\n description: \"NVIDIA's GPU programming platform and C/C++ extensions for parallel computing.\",\n longDescription:\n \"CUDA is NVIDIA's parallel computing platform and programming model for GPU-accelerated applications. CUDA C/C++ source files use extensions for kernels, device functions, memory spaces, grids, blocks, and threads that execute on NVIDIA GPUs.\\n\\nIt is used in machine learning, scientific computing, simulations, image processing, rendering, high-performance computing, and applications that need to offload massively parallel workloads to GPU hardware.\",\n },\n es: {\n name: \"CUDA\",\n description: \"La plataforma GPU de NVIDIA y extensiones C/C++ para computacion paralela.\",\n longDescription:\n \"CUDA es la plataforma de computacion paralela y modelo de programacion de NVIDIA para aplicaciones aceleradas por GPU. Los archivos CUDA C/C++ usan extensiones para kernels, funciones de dispositivo, espacios de memoria, grids, blocks y threads que se ejecutan en GPUs NVIDIA.\\n\\nSe usa en machine learning, computacion cientifica, simulaciones, procesamiento de imagenes, rendering, computacion de alto rendimiento y aplicaciones que necesitan descargar cargas masivamente paralelas al hardware GPU.\",\n },\n },\n} satisfies Language;\n"]}
@@ -0,0 +1,29 @@
1
+ declare const cuda: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ packageManagers: string[];
11
+ ecosystems: string[];
12
+ };
13
+ version: string;
14
+ logo: string;
15
+ i18n: {
16
+ en: {
17
+ name: string;
18
+ description: string;
19
+ longDescription: string;
20
+ };
21
+ es: {
22
+ name: string;
23
+ description: string;
24
+ longDescription: string;
25
+ };
26
+ };
27
+ };
28
+
29
+ export { cuda };
@@ -0,0 +1,29 @@
1
+ declare const cuda: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ packageManagers: string[];
11
+ ecosystems: string[];
12
+ };
13
+ version: string;
14
+ logo: string;
15
+ i18n: {
16
+ en: {
17
+ name: string;
18
+ description: string;
19
+ longDescription: string;
20
+ };
21
+ es: {
22
+ name: string;
23
+ description: string;
24
+ longDescription: string;
25
+ };
26
+ };
27
+ };
28
+
29
+ export { cuda };
@@ -0,0 +1,32 @@
1
+ // src/languages/cuda.ts
2
+ var cuda = {
3
+ slug: "cuda",
4
+ publishedDate: "2007-02-15",
5
+ extensions: [".cu", ".cuh"],
6
+ author: "NVIDIA",
7
+ website: "https://developer.nvidia.com/cuda-toolkit",
8
+ paradigms: ["parallel", "data-parallel", "systems", "heterogeneous-computing"],
9
+ tooling: {
10
+ runtimes: ["CUDA Runtime", "CUDA Driver API"],
11
+ packageManagers: ["CUDA Toolkit", "conda"],
12
+ ecosystems: ["GPU Computing", "HPC", "Machine Learning", "Scientific Computing"]
13
+ },
14
+ version: "13.2.1",
15
+ logo: "https://cdn.simpleicons.org/nvidia/76B900",
16
+ i18n: {
17
+ en: {
18
+ name: "CUDA",
19
+ description: "NVIDIA's GPU programming platform and C/C++ extensions for parallel computing.",
20
+ longDescription: "CUDA is NVIDIA's parallel computing platform and programming model for GPU-accelerated applications. CUDA C/C++ source files use extensions for kernels, device functions, memory spaces, grids, blocks, and threads that execute on NVIDIA GPUs.\n\nIt is used in machine learning, scientific computing, simulations, image processing, rendering, high-performance computing, and applications that need to offload massively parallel workloads to GPU hardware."
21
+ },
22
+ es: {
23
+ name: "CUDA",
24
+ description: "La plataforma GPU de NVIDIA y extensiones C/C++ para computacion paralela.",
25
+ longDescription: "CUDA es la plataforma de computacion paralela y modelo de programacion de NVIDIA para aplicaciones aceleradas por GPU. Los archivos CUDA C/C++ usan extensiones para kernels, funciones de dispositivo, espacios de memoria, grids, blocks y threads que se ejecutan en GPUs NVIDIA.\n\nSe usa en machine learning, computacion cientifica, simulaciones, procesamiento de imagenes, rendering, computacion de alto rendimiento y aplicaciones que necesitan descargar cargas masivamente paralelas al hardware GPU."
26
+ }
27
+ }
28
+ };
29
+
30
+ export { cuda };
31
+ //# sourceMappingURL=cuda.js.map
32
+ //# sourceMappingURL=cuda.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/languages/cuda.ts"],"names":[],"mappings":";AAEO,IAAM,IAAA,GAAO;AAAA,EAClB,IAAA,EAAM,MAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,KAAA,EAAO,MAAM,CAAA;AAAA,EAC1B,MAAA,EAAQ,QAAA;AAAA,EACR,OAAA,EAAS,2CAAA;AAAA,EACT,SAAA,EAAW,CAAC,UAAA,EAAY,eAAA,EAAiB,WAAW,yBAAyB,CAAA;AAAA,EAC7E,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,cAAA,EAAgB,iBAAiB,CAAA;AAAA,IAC5C,eAAA,EAAiB,CAAC,cAAA,EAAgB,OAAO,CAAA;AAAA,IACzC,UAAA,EAAY,CAAC,eAAA,EAAiB,KAAA,EAAO,oBAAoB,sBAAsB;AAAA,GACjF;AAAA,EACA,OAAA,EAAS,QAAA;AAAA,EACT,IAAA,EAAM,2CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EAAa,gFAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EAAa,4EAAA;AAAA,MACb,eAAA,EACE;AAAA;AACJ;AAEJ","file":"cuda.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const cuda = {\n slug: \"cuda\",\n publishedDate: \"2007-02-15\",\n extensions: [\".cu\", \".cuh\"],\n author: \"NVIDIA\",\n website: \"https://developer.nvidia.com/cuda-toolkit\",\n paradigms: [\"parallel\", \"data-parallel\", \"systems\", \"heterogeneous-computing\"],\n tooling: {\n runtimes: [\"CUDA Runtime\", \"CUDA Driver API\"],\n packageManagers: [\"CUDA Toolkit\", \"conda\"],\n ecosystems: [\"GPU Computing\", \"HPC\", \"Machine Learning\", \"Scientific Computing\"],\n },\n version: \"13.2.1\",\n logo: \"https://cdn.simpleicons.org/nvidia/76B900\",\n i18n: {\n en: {\n name: \"CUDA\",\n description: \"NVIDIA's GPU programming platform and C/C++ extensions for parallel computing.\",\n longDescription:\n \"CUDA is NVIDIA's parallel computing platform and programming model for GPU-accelerated applications. CUDA C/C++ source files use extensions for kernels, device functions, memory spaces, grids, blocks, and threads that execute on NVIDIA GPUs.\\n\\nIt is used in machine learning, scientific computing, simulations, image processing, rendering, high-performance computing, and applications that need to offload massively parallel workloads to GPU hardware.\",\n },\n es: {\n name: \"CUDA\",\n description: \"La plataforma GPU de NVIDIA y extensiones C/C++ para computacion paralela.\",\n longDescription:\n \"CUDA es la plataforma de computacion paralela y modelo de programacion de NVIDIA para aplicaciones aceleradas por GPU. Los archivos CUDA C/C++ usan extensiones para kernels, funciones de dispositivo, espacios de memoria, grids, blocks y threads que se ejecutan en GPUs NVIDIA.\\n\\nSe usa en machine learning, computacion cientifica, simulaciones, procesamiento de imagenes, rendering, computacion de alto rendimiento y aplicaciones que necesitan descargar cargas masivamente paralelas al hardware GPU.\",\n },\n },\n} satisfies Language;\n"]}
@@ -0,0 +1,34 @@
1
+ 'use strict';
2
+
3
+ // src/languages/fsharp.ts
4
+ var fsharp = {
5
+ slug: "fsharp",
6
+ publishedDate: "2005-05-01",
7
+ extensions: [".fs", ".fsi", ".fsx", ".fsscript"],
8
+ author: "Don Syme / Microsoft Research",
9
+ website: "https://dotnet.microsoft.com/en-us/languages/fsharp",
10
+ paradigms: ["functional", "object-oriented", "imperative", "scripting"],
11
+ tooling: {
12
+ runtimes: [".NET", "F# Interactive"],
13
+ packageManagers: ["NuGet"],
14
+ ecosystems: [".NET", "Data Science", "Web", "Cloud"]
15
+ },
16
+ version: "10",
17
+ logo: "https://cdn.simpleicons.org/fsharp/378BBA",
18
+ i18n: {
19
+ en: {
20
+ name: "F#",
21
+ description: "A succinct, functional-first .NET language for robust applications, scripts, and data workflows.",
22
+ longDescription: "F# is a functional-first programming language in the .NET ecosystem. It combines type inference, immutable data by default, pattern matching, discriminated unions, computation expressions, and interoperability with C# and other .NET languages.\n\nIt is used for backend services, data processing, scripting, domain modeling, financial systems, cloud applications, and teams that want concise code with strong static typing and access to the broader .NET platform."
23
+ },
24
+ es: {
25
+ name: "F#",
26
+ description: "Un lenguaje .NET conciso y funcional para aplicaciones robustas, scripts y flujos de datos.",
27
+ longDescription: "F# es un lenguaje de programacion funcional-first dentro del ecosistema .NET. Combina inferencia de tipos, datos inmutables por defecto, pattern matching, uniones discriminadas, computation expressions e interoperabilidad con C# y otros lenguajes .NET.\n\nSe usa en servicios backend, procesamiento de datos, scripting, modelado de dominios, sistemas financieros, aplicaciones cloud y equipos que quieren codigo conciso con tipado estatico fuerte y acceso a la plataforma .NET."
28
+ }
29
+ }
30
+ };
31
+
32
+ exports.fsharp = fsharp;
33
+ //# sourceMappingURL=fsharp.cjs.map
34
+ //# sourceMappingURL=fsharp.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/languages/fsharp.ts"],"names":[],"mappings":";;;AAEO,IAAM,MAAA,GAAS;AAAA,EACpB,IAAA,EAAM,QAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,KAAA,EAAO,MAAA,EAAQ,QAAQ,WAAW,CAAA;AAAA,EAC/C,MAAA,EAAQ,+BAAA;AAAA,EACR,OAAA,EAAS,qDAAA;AAAA,EACT,SAAA,EAAW,CAAC,YAAA,EAAc,iBAAA,EAAmB,cAAc,WAAW,CAAA;AAAA,EACtE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,MAAA,EAAQ,gBAAgB,CAAA;AAAA,IACnC,eAAA,EAAiB,CAAC,OAAO,CAAA;AAAA,IACzB,UAAA,EAAY,CAAC,MAAA,EAAQ,cAAA,EAAgB,OAAO,OAAO;AAAA,GACrD;AAAA,EACA,OAAA,EAAS,IAAA;AAAA,EACT,IAAA,EAAM,2CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,IAAA;AAAA,MACN,WAAA,EACE,kGAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,IAAA;AAAA,MACN,WAAA,EACE,6FAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"fsharp.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const fsharp = {\n slug: \"fsharp\",\n publishedDate: \"2005-05-01\",\n extensions: [\".fs\", \".fsi\", \".fsx\", \".fsscript\"],\n author: \"Don Syme / Microsoft Research\",\n website: \"https://dotnet.microsoft.com/en-us/languages/fsharp\",\n paradigms: [\"functional\", \"object-oriented\", \"imperative\", \"scripting\"],\n tooling: {\n runtimes: [\".NET\", \"F# Interactive\"],\n packageManagers: [\"NuGet\"],\n ecosystems: [\".NET\", \"Data Science\", \"Web\", \"Cloud\"],\n },\n version: \"10\",\n logo: \"https://cdn.simpleicons.org/fsharp/378BBA\",\n i18n: {\n en: {\n name: \"F#\",\n description:\n \"A succinct, functional-first .NET language for robust applications, scripts, and data workflows.\",\n longDescription:\n \"F# is a functional-first programming language in the .NET ecosystem. It combines type inference, immutable data by default, pattern matching, discriminated unions, computation expressions, and interoperability with C# and other .NET languages.\\n\\nIt is used for backend services, data processing, scripting, domain modeling, financial systems, cloud applications, and teams that want concise code with strong static typing and access to the broader .NET platform.\",\n },\n es: {\n name: \"F#\",\n description:\n \"Un lenguaje .NET conciso y funcional para aplicaciones robustas, scripts y flujos de datos.\",\n longDescription:\n \"F# es un lenguaje de programacion funcional-first dentro del ecosistema .NET. Combina inferencia de tipos, datos inmutables por defecto, pattern matching, uniones discriminadas, computation expressions e interoperabilidad con C# y otros lenguajes .NET.\\n\\nSe usa en servicios backend, procesamiento de datos, scripting, modelado de dominios, sistemas financieros, aplicaciones cloud y equipos que quieren codigo conciso con tipado estatico fuerte y acceso a la plataforma .NET.\",\n },\n },\n} satisfies Language;\n"]}
@@ -0,0 +1,29 @@
1
+ declare const fsharp: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ packageManagers: string[];
11
+ ecosystems: string[];
12
+ };
13
+ version: string;
14
+ logo: string;
15
+ i18n: {
16
+ en: {
17
+ name: string;
18
+ description: string;
19
+ longDescription: string;
20
+ };
21
+ es: {
22
+ name: string;
23
+ description: string;
24
+ longDescription: string;
25
+ };
26
+ };
27
+ };
28
+
29
+ export { fsharp };
@@ -0,0 +1,29 @@
1
+ declare const fsharp: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ packageManagers: string[];
11
+ ecosystems: string[];
12
+ };
13
+ version: string;
14
+ logo: string;
15
+ i18n: {
16
+ en: {
17
+ name: string;
18
+ description: string;
19
+ longDescription: string;
20
+ };
21
+ es: {
22
+ name: string;
23
+ description: string;
24
+ longDescription: string;
25
+ };
26
+ };
27
+ };
28
+
29
+ export { fsharp };
@@ -0,0 +1,32 @@
1
+ // src/languages/fsharp.ts
2
+ var fsharp = {
3
+ slug: "fsharp",
4
+ publishedDate: "2005-05-01",
5
+ extensions: [".fs", ".fsi", ".fsx", ".fsscript"],
6
+ author: "Don Syme / Microsoft Research",
7
+ website: "https://dotnet.microsoft.com/en-us/languages/fsharp",
8
+ paradigms: ["functional", "object-oriented", "imperative", "scripting"],
9
+ tooling: {
10
+ runtimes: [".NET", "F# Interactive"],
11
+ packageManagers: ["NuGet"],
12
+ ecosystems: [".NET", "Data Science", "Web", "Cloud"]
13
+ },
14
+ version: "10",
15
+ logo: "https://cdn.simpleicons.org/fsharp/378BBA",
16
+ i18n: {
17
+ en: {
18
+ name: "F#",
19
+ description: "A succinct, functional-first .NET language for robust applications, scripts, and data workflows.",
20
+ longDescription: "F# is a functional-first programming language in the .NET ecosystem. It combines type inference, immutable data by default, pattern matching, discriminated unions, computation expressions, and interoperability with C# and other .NET languages.\n\nIt is used for backend services, data processing, scripting, domain modeling, financial systems, cloud applications, and teams that want concise code with strong static typing and access to the broader .NET platform."
21
+ },
22
+ es: {
23
+ name: "F#",
24
+ description: "Un lenguaje .NET conciso y funcional para aplicaciones robustas, scripts y flujos de datos.",
25
+ longDescription: "F# es un lenguaje de programacion funcional-first dentro del ecosistema .NET. Combina inferencia de tipos, datos inmutables por defecto, pattern matching, uniones discriminadas, computation expressions e interoperabilidad con C# y otros lenguajes .NET.\n\nSe usa en servicios backend, procesamiento de datos, scripting, modelado de dominios, sistemas financieros, aplicaciones cloud y equipos que quieren codigo conciso con tipado estatico fuerte y acceso a la plataforma .NET."
26
+ }
27
+ }
28
+ };
29
+
30
+ export { fsharp };
31
+ //# sourceMappingURL=fsharp.js.map
32
+ //# sourceMappingURL=fsharp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/languages/fsharp.ts"],"names":[],"mappings":";AAEO,IAAM,MAAA,GAAS;AAAA,EACpB,IAAA,EAAM,QAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,KAAA,EAAO,MAAA,EAAQ,QAAQ,WAAW,CAAA;AAAA,EAC/C,MAAA,EAAQ,+BAAA;AAAA,EACR,OAAA,EAAS,qDAAA;AAAA,EACT,SAAA,EAAW,CAAC,YAAA,EAAc,iBAAA,EAAmB,cAAc,WAAW,CAAA;AAAA,EACtE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,MAAA,EAAQ,gBAAgB,CAAA;AAAA,IACnC,eAAA,EAAiB,CAAC,OAAO,CAAA;AAAA,IACzB,UAAA,EAAY,CAAC,MAAA,EAAQ,cAAA,EAAgB,OAAO,OAAO;AAAA,GACrD;AAAA,EACA,OAAA,EAAS,IAAA;AAAA,EACT,IAAA,EAAM,2CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,IAAA;AAAA,MACN,WAAA,EACE,kGAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,IAAA;AAAA,MACN,WAAA,EACE,6FAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"fsharp.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const fsharp = {\n slug: \"fsharp\",\n publishedDate: \"2005-05-01\",\n extensions: [\".fs\", \".fsi\", \".fsx\", \".fsscript\"],\n author: \"Don Syme / Microsoft Research\",\n website: \"https://dotnet.microsoft.com/en-us/languages/fsharp\",\n paradigms: [\"functional\", \"object-oriented\", \"imperative\", \"scripting\"],\n tooling: {\n runtimes: [\".NET\", \"F# Interactive\"],\n packageManagers: [\"NuGet\"],\n ecosystems: [\".NET\", \"Data Science\", \"Web\", \"Cloud\"],\n },\n version: \"10\",\n logo: \"https://cdn.simpleicons.org/fsharp/378BBA\",\n i18n: {\n en: {\n name: \"F#\",\n description:\n \"A succinct, functional-first .NET language for robust applications, scripts, and data workflows.\",\n longDescription:\n \"F# is a functional-first programming language in the .NET ecosystem. It combines type inference, immutable data by default, pattern matching, discriminated unions, computation expressions, and interoperability with C# and other .NET languages.\\n\\nIt is used for backend services, data processing, scripting, domain modeling, financial systems, cloud applications, and teams that want concise code with strong static typing and access to the broader .NET platform.\",\n },\n es: {\n name: \"F#\",\n description:\n \"Un lenguaje .NET conciso y funcional para aplicaciones robustas, scripts y flujos de datos.\",\n longDescription:\n \"F# es un lenguaje de programacion funcional-first dentro del ecosistema .NET. Combina inferencia de tipos, datos inmutables por defecto, pattern matching, uniones discriminadas, computation expressions e interoperabilidad con C# y otros lenguajes .NET.\\n\\nSe usa en servicios backend, procesamiento de datos, scripting, modelado de dominios, sistemas financieros, aplicaciones cloud y equipos que quieren codigo conciso con tipado estatico fuerte y acceso a la plataforma .NET.\",\n },\n },\n} satisfies Language;\n"]}
@@ -0,0 +1,33 @@
1
+ 'use strict';
2
+
3
+ // src/languages/git.ts
4
+ var git = {
5
+ slug: "git",
6
+ publishedDate: "2005-04-07",
7
+ extensions: [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"],
8
+ author: "Linus Torvalds / Junio C Hamano",
9
+ website: "https://git-scm.com",
10
+ paradigms: ["configuration", "version-control", "ignore-patterns"],
11
+ tooling: {
12
+ runtimes: ["Git"],
13
+ ecosystems: ["Version Control", "DevOps", "Source Control"]
14
+ },
15
+ version: "2.54.0",
16
+ logo: "https://cdn.simpleicons.org/git/F05032",
17
+ i18n: {
18
+ en: {
19
+ name: "Git",
20
+ description: "Metadata and configuration files used by Git repositories and version-control workflows.",
21
+ longDescription: "Git-related files define repository ignore rules, attributes, submodules, local configuration, placeholders, and repository metadata used by Git tooling.\n\nThey are used in software projects to control which files are tracked, how paths are treated, how submodules are linked, and how repository-specific automation or conventions behave."
22
+ },
23
+ es: {
24
+ name: "Git",
25
+ description: "Archivos de metadata y configuracion usados por repositorios Git y flujos de control de versiones.",
26
+ longDescription: "Los archivos relacionados con Git definen reglas de ignorado, atributos, submodulos, configuracion local, placeholders y metadata de repositorio usada por herramientas Git.\n\nSe usan en proyectos de software para controlar que archivos se versionan, como se tratan las rutas, como se enlazan submodulos y como se comportan automatizaciones o convenciones especificas del repositorio."
27
+ }
28
+ }
29
+ };
30
+
31
+ exports.git = git;
32
+ //# sourceMappingURL=git.cjs.map
33
+ //# sourceMappingURL=git.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/languages/git.ts"],"names":[],"mappings":";;;AAEO,IAAM,GAAA,GAAM;AAAA,EACjB,IAAA,EAAM,KAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,YAAY,CAAC,MAAA,EAAQ,YAAA,EAAc,gBAAA,EAAkB,eAAe,UAAU,CAAA;AAAA,EAC9E,MAAA,EAAQ,iCAAA;AAAA,EACR,OAAA,EAAS,qBAAA;AAAA,EACT,SAAA,EAAW,CAAC,eAAA,EAAiB,iBAAA,EAAmB,iBAAiB,CAAA;AAAA,EACjE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,KAAK,CAAA;AAAA,IAChB,UAAA,EAAY,CAAC,iBAAA,EAAmB,QAAA,EAAU,gBAAgB;AAAA,GAC5D;AAAA,EACA,OAAA,EAAS,QAAA;AAAA,EACT,IAAA,EAAM,wCAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,0FAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,oGAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"git.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const git = {\n slug: \"git\",\n publishedDate: \"2005-04-07\",\n extensions: [\".git\", \".gitignore\", \".gitattributes\", \".gitmodules\", \".gitkeep\"],\n author: \"Linus Torvalds / Junio C Hamano\",\n website: \"https://git-scm.com\",\n paradigms: [\"configuration\", \"version-control\", \"ignore-patterns\"],\n tooling: {\n runtimes: [\"Git\"],\n ecosystems: [\"Version Control\", \"DevOps\", \"Source Control\"],\n },\n version: \"2.54.0\",\n logo: \"https://cdn.simpleicons.org/git/F05032\",\n i18n: {\n en: {\n name: \"Git\",\n description:\n \"Metadata and configuration files used by Git repositories and version-control workflows.\",\n longDescription:\n \"Git-related files define repository ignore rules, attributes, submodules, local configuration, placeholders, and repository metadata used by Git tooling.\\n\\nThey are used in software projects to control which files are tracked, how paths are treated, how submodules are linked, and how repository-specific automation or conventions behave.\",\n },\n es: {\n name: \"Git\",\n description:\n \"Archivos de metadata y configuracion usados por repositorios Git y flujos de control de versiones.\",\n longDescription:\n \"Los archivos relacionados con Git definen reglas de ignorado, atributos, submodulos, configuracion local, placeholders y metadata de repositorio usada por herramientas Git.\\n\\nSe usan en proyectos de software para controlar que archivos se versionan, como se tratan las rutas, como se enlazan submodulos y como se comportan automatizaciones o convenciones especificas del repositorio.\",\n },\n },\n} satisfies Language;\n"]}