code-languages 1.2.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +116 -23
- package/dist/detect.cjs +1071 -0
- package/dist/detect.cjs.map +1 -0
- package/dist/detect.d.cts +25 -0
- package/dist/detect.d.ts +25 -0
- package/dist/detect.js +1068 -0
- package/dist/detect.js.map +1 -0
- package/dist/i18n.d.cts +5 -1
- package/dist/i18n.d.ts +5 -1
- package/dist/index.cjs +632 -28
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +920 -1
- package/dist/index.d.ts +920 -1
- package/dist/index.js +614 -29
- package/dist/index.js.map +1 -1
- package/dist/languages/astro.cjs +34 -0
- package/dist/languages/astro.cjs.map +1 -0
- package/dist/languages/astro.d.cts +29 -0
- package/dist/languages/astro.d.ts +29 -0
- package/dist/languages/astro.js +32 -0
- package/dist/languages/astro.js.map +1 -0
- package/dist/languages/bash.cjs +5 -0
- package/dist/languages/bash.cjs.map +1 -1
- package/dist/languages/bash.d.cts +5 -0
- package/dist/languages/bash.d.ts +5 -0
- package/dist/languages/bash.js +5 -0
- package/dist/languages/bash.js.map +1 -1
- package/dist/languages/c.cjs +5 -0
- package/dist/languages/c.cjs.map +1 -1
- package/dist/languages/c.d.cts +5 -0
- package/dist/languages/c.d.ts +5 -0
- package/dist/languages/c.js +5 -0
- package/dist/languages/c.js.map +1 -1
- package/dist/languages/cobol.cjs +33 -0
- package/dist/languages/cobol.cjs.map +1 -0
- package/dist/languages/cobol.d.cts +28 -0
- package/dist/languages/cobol.d.ts +28 -0
- package/dist/languages/cobol.js +31 -0
- package/dist/languages/cobol.js.map +1 -0
- package/dist/languages/cpp.cjs +6 -1
- package/dist/languages/cpp.cjs.map +1 -1
- package/dist/languages/cpp.d.cts +5 -0
- package/dist/languages/cpp.d.ts +5 -0
- package/dist/languages/cpp.js +6 -1
- package/dist/languages/cpp.js.map +1 -1
- package/dist/languages/csharp.cjs +34 -0
- package/dist/languages/csharp.cjs.map +1 -0
- package/dist/languages/csharp.d.cts +29 -0
- package/dist/languages/csharp.d.ts +29 -0
- package/dist/languages/csharp.js +32 -0
- package/dist/languages/csharp.js.map +1 -0
- package/dist/languages/dart.cjs +34 -0
- package/dist/languages/dart.cjs.map +1 -0
- package/dist/languages/dart.d.cts +29 -0
- package/dist/languages/dart.d.ts +29 -0
- package/dist/languages/dart.js +32 -0
- package/dist/languages/dart.js.map +1 -0
- package/dist/languages/dockerfile.cjs +4 -0
- package/dist/languages/dockerfile.cjs.map +1 -1
- package/dist/languages/dockerfile.d.cts +4 -0
- package/dist/languages/dockerfile.d.ts +4 -0
- package/dist/languages/dockerfile.js +4 -0
- package/dist/languages/dockerfile.js.map +1 -1
- package/dist/languages/go.cjs +5 -0
- package/dist/languages/go.cjs.map +1 -1
- package/dist/languages/go.d.cts +5 -0
- package/dist/languages/go.d.ts +5 -0
- package/dist/languages/go.js +5 -0
- package/dist/languages/go.js.map +1 -1
- package/dist/languages/graphql.cjs +34 -0
- package/dist/languages/graphql.cjs.map +1 -0
- package/dist/languages/graphql.d.cts +29 -0
- package/dist/languages/graphql.d.ts +29 -0
- package/dist/languages/graphql.js +32 -0
- package/dist/languages/graphql.js.map +1 -0
- package/dist/languages/groovy.cjs +6 -1
- package/dist/languages/groovy.cjs.map +1 -1
- package/dist/languages/groovy.d.cts +5 -0
- package/dist/languages/groovy.d.ts +5 -0
- package/dist/languages/groovy.js +6 -1
- package/dist/languages/groovy.js.map +1 -1
- package/dist/languages/java.cjs +5 -0
- package/dist/languages/java.cjs.map +1 -1
- package/dist/languages/java.d.cts +5 -0
- package/dist/languages/java.d.ts +5 -0
- package/dist/languages/java.js +5 -0
- package/dist/languages/java.js.map +1 -1
- package/dist/languages/javascript.cjs +5 -0
- package/dist/languages/javascript.cjs.map +1 -1
- package/dist/languages/javascript.d.cts +5 -0
- package/dist/languages/javascript.d.ts +5 -0
- package/dist/languages/javascript.js +5 -0
- package/dist/languages/javascript.js.map +1 -1
- package/dist/languages/kotlin.cjs +6 -1
- package/dist/languages/kotlin.cjs.map +1 -1
- package/dist/languages/kotlin.d.cts +5 -0
- package/dist/languages/kotlin.d.ts +5 -0
- package/dist/languages/kotlin.js +6 -1
- package/dist/languages/kotlin.js.map +1 -1
- package/dist/languages/less.cjs +34 -0
- package/dist/languages/less.cjs.map +1 -0
- package/dist/languages/less.d.cts +29 -0
- package/dist/languages/less.d.ts +29 -0
- package/dist/languages/less.js +32 -0
- package/dist/languages/less.js.map +1 -0
- package/dist/languages/makefile.cjs +33 -0
- package/dist/languages/makefile.cjs.map +1 -0
- package/dist/languages/makefile.d.cts +28 -0
- package/dist/languages/makefile.d.ts +28 -0
- package/dist/languages/makefile.js +31 -0
- package/dist/languages/makefile.js.map +1 -0
- package/dist/languages/markdown.cjs +1 -1
- package/dist/languages/markdown.cjs.map +1 -1
- package/dist/languages/markdown.js +1 -1
- package/dist/languages/markdown.js.map +1 -1
- package/dist/languages/nginx.cjs +33 -0
- package/dist/languages/nginx.cjs.map +1 -0
- package/dist/languages/nginx.d.cts +28 -0
- package/dist/languages/nginx.d.ts +28 -0
- package/dist/languages/nginx.js +31 -0
- package/dist/languages/nginx.js.map +1 -0
- package/dist/languages/objective-c.cjs +34 -0
- package/dist/languages/objective-c.cjs.map +1 -0
- package/dist/languages/objective-c.d.cts +29 -0
- package/dist/languages/objective-c.d.ts +29 -0
- package/dist/languages/objective-c.js +32 -0
- package/dist/languages/objective-c.js.map +1 -0
- package/dist/languages/php.cjs +34 -0
- package/dist/languages/php.cjs.map +1 -0
- package/dist/languages/php.d.cts +29 -0
- package/dist/languages/php.d.ts +29 -0
- package/dist/languages/php.js +32 -0
- package/dist/languages/php.js.map +1 -0
- package/dist/languages/python.cjs +5 -0
- package/dist/languages/python.cjs.map +1 -1
- package/dist/languages/python.d.cts +5 -0
- package/dist/languages/python.d.ts +5 -0
- package/dist/languages/python.js +5 -0
- package/dist/languages/python.js.map +1 -1
- package/dist/languages/rust.cjs +5 -0
- package/dist/languages/rust.cjs.map +1 -1
- package/dist/languages/rust.d.cts +5 -0
- package/dist/languages/rust.d.ts +5 -0
- package/dist/languages/rust.js +5 -0
- package/dist/languages/rust.js.map +1 -1
- package/dist/languages/scss.cjs +34 -0
- package/dist/languages/scss.cjs.map +1 -0
- package/dist/languages/scss.d.cts +29 -0
- package/dist/languages/scss.d.ts +29 -0
- package/dist/languages/scss.js +32 -0
- package/dist/languages/scss.js.map +1 -0
- package/dist/languages/svg.cjs +33 -0
- package/dist/languages/svg.cjs.map +1 -0
- package/dist/languages/svg.d.cts +28 -0
- package/dist/languages/svg.d.ts +28 -0
- package/dist/languages/svg.js +31 -0
- package/dist/languages/svg.js.map +1 -0
- package/dist/languages/swift.cjs +6 -1
- package/dist/languages/swift.cjs.map +1 -1
- package/dist/languages/swift.d.cts +5 -0
- package/dist/languages/swift.d.ts +5 -0
- package/dist/languages/swift.js +6 -1
- package/dist/languages/swift.js.map +1 -1
- package/dist/languages/typescript.cjs +5 -0
- package/dist/languages/typescript.cjs.map +1 -1
- package/dist/languages/typescript.d.cts +5 -0
- package/dist/languages/typescript.d.ts +5 -0
- package/dist/languages/typescript.js +5 -0
- package/dist/languages/typescript.js.map +1 -1
- package/dist/languages/visual-basic.cjs +34 -0
- package/dist/languages/visual-basic.cjs.map +1 -0
- package/dist/languages/visual-basic.d.cts +29 -0
- package/dist/languages/visual-basic.d.ts +29 -0
- package/dist/languages/visual-basic.js +32 -0
- package/dist/languages/visual-basic.js.map +1 -0
- package/dist/languages/vue.cjs +34 -0
- package/dist/languages/vue.cjs.map +1 -0
- package/dist/languages/vue.d.cts +29 -0
- package/dist/languages/vue.d.ts +29 -0
- package/dist/languages/vue.js +32 -0
- package/dist/languages/vue.js.map +1 -0
- package/dist/languages/webassembly.cjs +34 -0
- package/dist/languages/webassembly.cjs.map +1 -0
- package/dist/languages/webassembly.d.cts +29 -0
- package/dist/languages/webassembly.d.ts +29 -0
- package/dist/languages/webassembly.js +32 -0
- package/dist/languages/webassembly.js.map +1 -0
- package/dist/languages/zsh.cjs +34 -0
- package/dist/languages/zsh.cjs.map +1 -0
- package/dist/languages/zsh.d.cts +29 -0
- package/dist/languages/zsh.d.ts +29 -0
- package/dist/languages/zsh.js +32 -0
- package/dist/languages/zsh.js.map +1 -0
- package/dist/{i18n-BXk47f_R.d.cts → types-CZDaRR4t.d.cts} +11 -3
- package/dist/{i18n-BXk47f_R.d.ts → types-CZDaRR4t.d.ts} +11 -3
- package/package.json +97 -1
package/dist/index.cjs
CHANGED
|
@@ -1,29 +1,32 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
// src/
|
|
4
|
-
var
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
3
|
+
// src/languages/astro.ts
|
|
4
|
+
var astro = {
|
|
5
|
+
slug: "astro",
|
|
6
|
+
publishedDate: "2021-06-08",
|
|
7
|
+
extensions: [".astro"],
|
|
8
|
+
author: "Fred K. Schott / The Astro Technology Company",
|
|
9
|
+
website: "https://astro.build",
|
|
10
|
+
paradigms: ["component-based", "declarative", "static-site-generation", "server-side-rendering"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Node.js", "Deno"],
|
|
13
|
+
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
14
|
+
ecosystems: ["Web", "Static Sites", "Content"]
|
|
15
|
+
},
|
|
16
|
+
version: "6.3.1",
|
|
17
|
+
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Astro",
|
|
21
|
+
description: "A web framework and component file format for content-driven sites and fast frontends.",
|
|
22
|
+
longDescription: "Astro combines an HTML-first component format with islands architecture, content collections, routing, server rendering, static generation, and integrations for UI frameworks such as React, Vue, Svelte, and Solid.\n\nIt is commonly used for documentation, blogs, marketing sites, ecommerce frontends, and other content-heavy experiences where performance, simple authoring, and flexible rendering matter."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Astro",
|
|
26
|
+
description: "Un framework web y formato de componentes para sitios de contenido y frontends rapidos.",
|
|
27
|
+
longDescription: "Astro combina un formato de componentes centrado en HTML con arquitectura de islas, colecciones de contenido, enrutamiento, renderizado en servidor, generacion estatica e integraciones con frameworks de UI como React, Vue, Svelte y Solid.\n\nSe usa comunmente en documentacion, blogs, sitios de marketing, frontends de ecommerce y otras experiencias con mucho contenido donde importan el rendimiento, la autoria simple y el renderizado flexible."
|
|
28
|
+
}
|
|
25
29
|
}
|
|
26
|
-
return "en";
|
|
27
30
|
};
|
|
28
31
|
|
|
29
32
|
// src/languages/bash.ts
|
|
@@ -34,6 +37,11 @@ var bash = {
|
|
|
34
37
|
author: "Brian Fox / GNU Project",
|
|
35
38
|
website: "https://www.gnu.org/software/bash/",
|
|
36
39
|
paradigms: ["command", "imperative", "scripting", "shell"],
|
|
40
|
+
tooling: {
|
|
41
|
+
runtimes: ["Bash shell", "POSIX-like shells"],
|
|
42
|
+
packageManagers: ["Homebrew", "APT", "DNF", "Pacman"],
|
|
43
|
+
ecosystems: ["Unix", "Linux", "macOS", "DevOps"]
|
|
44
|
+
},
|
|
37
45
|
version: "5.3",
|
|
38
46
|
logo: "https://bashlogo.com/img/symbol/svg/full_colored_dark.svg",
|
|
39
47
|
i18n: {
|
|
@@ -58,6 +66,11 @@ var c = {
|
|
|
58
66
|
author: "Dennis Ritchie / Bell Labs",
|
|
59
67
|
website: "https://www.open-std.org/jtc1/sc22/wg14/",
|
|
60
68
|
paradigms: ["imperative", "procedural", "structured"],
|
|
69
|
+
tooling: {
|
|
70
|
+
runtimes: ["Native"],
|
|
71
|
+
packageManagers: ["Conan", "vcpkg"],
|
|
72
|
+
ecosystems: ["Systems", "Embedded"]
|
|
73
|
+
},
|
|
61
74
|
version: "C23",
|
|
62
75
|
logo: "https://upload.wikimedia.org/wikipedia/commons/1/18/C_Programming_Language.svg",
|
|
63
76
|
i18n: {
|
|
@@ -74,14 +87,47 @@ var c = {
|
|
|
74
87
|
}
|
|
75
88
|
};
|
|
76
89
|
|
|
90
|
+
// src/languages/cobol.ts
|
|
91
|
+
var cobol = {
|
|
92
|
+
slug: "cobol",
|
|
93
|
+
publishedDate: "1959-12-18",
|
|
94
|
+
extensions: [".cob", ".cbl", ".cobol", ".cpy"],
|
|
95
|
+
author: "CODASYL",
|
|
96
|
+
website: "https://www.iso.org/standard/74527.html",
|
|
97
|
+
paradigms: ["imperative", "object-oriented", "procedural", "structured"],
|
|
98
|
+
tooling: {
|
|
99
|
+
runtimes: ["IBM Enterprise COBOL", "GnuCOBOL", "Micro Focus COBOL"],
|
|
100
|
+
ecosystems: ["Mainframe", "Business applications", "Transaction processing"]
|
|
101
|
+
},
|
|
102
|
+
version: "ISO/IEC 1989:2023",
|
|
103
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/COBOL_logo.svg",
|
|
104
|
+
i18n: {
|
|
105
|
+
en: {
|
|
106
|
+
name: "COBOL",
|
|
107
|
+
description: "A business-oriented language for long-lived, data-heavy enterprise systems.",
|
|
108
|
+
longDescription: "COBOL is a business-oriented programming language created by CODASYL for readable, portable data processing across commercial computing systems. Its syntax emphasizes English-like statements, structured records, decimal arithmetic, batch processing, and report-oriented workflows.\n\nIt is used in banking, insurance, government, payroll, transaction processing, mainframe systems, and modernization projects where large, durable business codebases continue to run critical operations."
|
|
109
|
+
},
|
|
110
|
+
es: {
|
|
111
|
+
name: "COBOL",
|
|
112
|
+
description: "Un lenguaje orientado al negocio para sistemas empresariales duraderos y centrados en datos.",
|
|
113
|
+
longDescription: "COBOL es un lenguaje de programacion orientado al negocio creado por CODASYL para procesamiento de datos legible y portable en sistemas comerciales. Su sintaxis prioriza sentencias similares al ingles, registros estructurados, aritmetica decimal, procesamiento por lotes y flujos orientados a reportes.\n\nSe usa en banca, seguros, gobierno, nominas, procesamiento transaccional, sistemas mainframe y proyectos de modernizacion donde grandes bases de codigo empresarial siguen ejecutando operaciones criticas."
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
};
|
|
117
|
+
|
|
77
118
|
// src/languages/cpp.ts
|
|
78
119
|
var cpp = {
|
|
79
120
|
slug: "cpp",
|
|
80
121
|
publishedDate: "1985-10-01",
|
|
81
|
-
extensions: [".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx"],
|
|
122
|
+
extensions: [".cpp", ".cc", ".cxx", ".h", ".hpp", ".hh", ".hxx"],
|
|
82
123
|
author: "Bjarne Stroustrup",
|
|
83
124
|
website: "https://isocpp.org",
|
|
84
125
|
paradigms: ["procedural", "object-oriented", "generic", "functional"],
|
|
126
|
+
tooling: {
|
|
127
|
+
runtimes: ["Native"],
|
|
128
|
+
packageManagers: ["Conan", "vcpkg"],
|
|
129
|
+
ecosystems: ["Systems", "Game Development", "Embedded"]
|
|
130
|
+
},
|
|
85
131
|
version: "C++23",
|
|
86
132
|
logo: "https://upload.wikimedia.org/wikipedia/commons/1/18/ISO_C%2B%2B_Logo.svg",
|
|
87
133
|
i18n: {
|
|
@@ -98,6 +144,35 @@ var cpp = {
|
|
|
98
144
|
}
|
|
99
145
|
};
|
|
100
146
|
|
|
147
|
+
// src/languages/csharp.ts
|
|
148
|
+
var csharp = {
|
|
149
|
+
slug: "csharp",
|
|
150
|
+
publishedDate: "2000-06-26",
|
|
151
|
+
extensions: [".cs", ".csx"],
|
|
152
|
+
author: "Anders Hejlsberg / Microsoft",
|
|
153
|
+
website: "https://dotnet.microsoft.com/languages/csharp",
|
|
154
|
+
paradigms: ["class-based", "component-oriented", "functional", "generic", "object-oriented"],
|
|
155
|
+
tooling: {
|
|
156
|
+
runtimes: [".NET", "Mono", "Unity"],
|
|
157
|
+
packageManagers: ["NuGet"],
|
|
158
|
+
ecosystems: [".NET", "ASP.NET", "Unity", "Microsoft"]
|
|
159
|
+
},
|
|
160
|
+
version: "14",
|
|
161
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/b/bd/Logo_C_sharp.svg",
|
|
162
|
+
i18n: {
|
|
163
|
+
en: {
|
|
164
|
+
name: "C#",
|
|
165
|
+
description: "A modern, object-oriented language for .NET applications, services, games, and tools.",
|
|
166
|
+
longDescription: "C# is a statically typed language created by Microsoft for the .NET platform, combining object-oriented programming, generics, async workflows, pattern matching, and strong tooling support.\n\nIt is widely used for web services, desktop applications, cloud systems, game development with Unity, enterprise software, mobile apps, and cross-platform tools built on .NET."
|
|
167
|
+
},
|
|
168
|
+
es: {
|
|
169
|
+
name: "C#",
|
|
170
|
+
description: "Un lenguaje moderno y orientado a objetos para aplicaciones, servicios, juegos y herramientas .NET.",
|
|
171
|
+
longDescription: "C# es un lenguaje de tipado estatico creado por Microsoft para la plataforma .NET, que combina programacion orientada a objetos, genericos, flujos async, pattern matching y soporte solido de herramientas.\n\nSe usa ampliamente en servicios web, aplicaciones de escritorio, sistemas cloud, desarrollo de juegos con Unity, software empresarial, apps moviles y herramientas multiplataforma construidas sobre .NET."
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
};
|
|
175
|
+
|
|
101
176
|
// src/languages/css.ts
|
|
102
177
|
var css = {
|
|
103
178
|
slug: "css",
|
|
@@ -122,6 +197,35 @@ var css = {
|
|
|
122
197
|
}
|
|
123
198
|
};
|
|
124
199
|
|
|
200
|
+
// src/languages/dart.ts
|
|
201
|
+
var dart = {
|
|
202
|
+
slug: "dart",
|
|
203
|
+
publishedDate: "2011-10-10",
|
|
204
|
+
extensions: [".dart"],
|
|
205
|
+
author: "Google",
|
|
206
|
+
website: "https://dart.dev",
|
|
207
|
+
paradigms: ["class-based", "functional", "object-oriented", "structured"],
|
|
208
|
+
tooling: {
|
|
209
|
+
runtimes: ["Dart VM", "Dart Native", "JavaScript"],
|
|
210
|
+
packageManagers: ["pub"],
|
|
211
|
+
ecosystems: ["Flutter", "Web", "Server-side"]
|
|
212
|
+
},
|
|
213
|
+
version: "3.11.6",
|
|
214
|
+
logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Dart_programming_language_logo.svg",
|
|
215
|
+
i18n: {
|
|
216
|
+
en: {
|
|
217
|
+
name: "Dart",
|
|
218
|
+
description: "A client-optimized language for fast apps across mobile, web, desktop, and server.",
|
|
219
|
+
longDescription: "Dart is a programming language from Google designed for productive, client-oriented application development. It combines sound null safety, classes, generics, async programming, isolates, ahead-of-time compilation, just-in-time development workflows, and compilation to JavaScript.\n\nIt is widely used with Flutter for mobile, web, and desktop apps, and also supports command-line tools, backend services, build systems, and teams that want a typed language with fast iteration and native compilation paths."
|
|
220
|
+
},
|
|
221
|
+
es: {
|
|
222
|
+
name: "Dart",
|
|
223
|
+
description: "Un lenguaje optimizado para crear apps rapidas en movil, web, escritorio y servidor.",
|
|
224
|
+
longDescription: "Dart es un lenguaje de programacion de Google disenado para el desarrollo productivo de aplicaciones orientadas al cliente. Combina null safety solido, clases, genericos, programacion asincrona, isolates, compilacion anticipada, flujos de desarrollo just-in-time y compilacion a JavaScript.\n\nSe usa ampliamente con Flutter para aplicaciones moviles, web y de escritorio, y tambien soporta herramientas de linea de comandos, servicios backend, sistemas de build y equipos que quieren un lenguaje tipado con iteracion rapida y rutas de compilacion nativa."
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
};
|
|
228
|
+
|
|
125
229
|
// src/languages/dockerfile.ts
|
|
126
230
|
var dockerfile = {
|
|
127
231
|
slug: "dockerfile",
|
|
@@ -130,6 +234,10 @@ var dockerfile = {
|
|
|
130
234
|
author: "Docker, Inc.",
|
|
131
235
|
website: "https://docs.docker.com/reference/dockerfile/",
|
|
132
236
|
paradigms: ["declarative", "configuration", "containerization"],
|
|
237
|
+
tooling: {
|
|
238
|
+
runtimes: ["Docker", "BuildKit", "Podman"],
|
|
239
|
+
ecosystems: ["Containers", "DevOps", "Cloud"]
|
|
240
|
+
},
|
|
133
241
|
version: "1.10",
|
|
134
242
|
logo: "https://www.docker.com/wp-content/uploads/2022/03/Moby-logo.png",
|
|
135
243
|
i18n: {
|
|
@@ -154,6 +262,11 @@ var go = {
|
|
|
154
262
|
author: "Robert Griesemer, Rob Pike, Ken Thompson / Google",
|
|
155
263
|
website: "https://go.dev",
|
|
156
264
|
paradigms: ["concurrent", "imperative", "procedural"],
|
|
265
|
+
tooling: {
|
|
266
|
+
runtimes: ["Go runtime"],
|
|
267
|
+
packageManagers: ["Go modules"],
|
|
268
|
+
ecosystems: ["Cloud", "DevOps", "Networking"]
|
|
269
|
+
},
|
|
157
270
|
version: "1.26.3",
|
|
158
271
|
logo: "https://go.dev/blog/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg",
|
|
159
272
|
i18n: {
|
|
@@ -170,6 +283,35 @@ var go = {
|
|
|
170
283
|
}
|
|
171
284
|
};
|
|
172
285
|
|
|
286
|
+
// src/languages/graphql.ts
|
|
287
|
+
var graphql = {
|
|
288
|
+
slug: "graphql",
|
|
289
|
+
publishedDate: "2015-07-02",
|
|
290
|
+
extensions: [".graphql", ".gql", ".graphqls"],
|
|
291
|
+
author: "Facebook / GraphQL Foundation",
|
|
292
|
+
website: "https://graphql.org",
|
|
293
|
+
paradigms: ["declarative", "query", "schema", "typed"],
|
|
294
|
+
tooling: {
|
|
295
|
+
runtimes: ["GraphQL.js", "Apollo Server", "GraphQL Yoga", "Mercurius"],
|
|
296
|
+
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
297
|
+
ecosystems: ["APIs", "Web", "Mobile", "Data Graphs"]
|
|
298
|
+
},
|
|
299
|
+
version: "September 2025",
|
|
300
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/1/17/GraphQL_Logo.svg",
|
|
301
|
+
i18n: {
|
|
302
|
+
en: {
|
|
303
|
+
name: "GraphQL",
|
|
304
|
+
description: "A typed query and schema language for APIs that lets clients request exact data shapes.",
|
|
305
|
+
longDescription: "GraphQL is a typed query language, schema language, and execution model for APIs that lets clients describe the exact data they need and servers expose capabilities through a strongly typed graph.\n\nIt is widely used in web and mobile applications, API gateways, federated service graphs, developer platforms, content systems, and tooling workflows that need introspection, validation, code generation, and predictable client-server contracts."
|
|
306
|
+
},
|
|
307
|
+
es: {
|
|
308
|
+
name: "GraphQL",
|
|
309
|
+
description: "Un lenguaje tipado de consultas y esquemas para APIs que permite pedir datos exactos.",
|
|
310
|
+
longDescription: "GraphQL es un lenguaje tipado de consultas, lenguaje de esquemas y modelo de ejecucion para APIs que permite a los clientes describir exactamente los datos que necesitan y a los servidores exponer capacidades mediante un grafo fuertemente tipado.\n\nSe usa ampliamente en aplicaciones web y moviles, API gateways, grafos de servicios federados, plataformas para desarrolladores, sistemas de contenido y flujos de tooling que necesitan introspeccion, validacion, generacion de codigo y contratos cliente-servidor predecibles."
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
};
|
|
314
|
+
|
|
173
315
|
// src/languages/groovy.ts
|
|
174
316
|
var groovy = {
|
|
175
317
|
slug: "groovy",
|
|
@@ -178,7 +320,12 @@ var groovy = {
|
|
|
178
320
|
author: "James Strachan / Apache Software Foundation",
|
|
179
321
|
website: "https://groovy.apache.org",
|
|
180
322
|
paradigms: ["object-oriented", "functional", "dynamic", "scripting"],
|
|
181
|
-
|
|
323
|
+
tooling: {
|
|
324
|
+
runtimes: ["JVM"],
|
|
325
|
+
packageManagers: ["Gradle", "Maven"],
|
|
326
|
+
ecosystems: ["JVM", "Gradle"]
|
|
327
|
+
},
|
|
328
|
+
version: "5.0.6",
|
|
182
329
|
logo: "https://groovy-lang.org/img/groovy-logo.svg",
|
|
183
330
|
i18n: {
|
|
184
331
|
en: {
|
|
@@ -226,6 +373,11 @@ var java = {
|
|
|
226
373
|
author: "James Gosling / Sun Microsystems",
|
|
227
374
|
website: "https://www.java.com",
|
|
228
375
|
paradigms: ["class-based", "concurrent", "generic", "imperative", "object-oriented"],
|
|
376
|
+
tooling: {
|
|
377
|
+
runtimes: ["JVM"],
|
|
378
|
+
packageManagers: ["Maven", "Gradle"],
|
|
379
|
+
ecosystems: ["JVM", "Android", "Enterprise"]
|
|
380
|
+
},
|
|
229
381
|
version: "26",
|
|
230
382
|
logo: "https://www.vectorlogo.zone/logos/java/java-icon.svg",
|
|
231
383
|
i18n: {
|
|
@@ -250,6 +402,11 @@ var javascript = {
|
|
|
250
402
|
author: "Brendan Eich / Netscape",
|
|
251
403
|
website: "https://developer.mozilla.org/en-US/docs/Web/JavaScript",
|
|
252
404
|
paradigms: ["event-driven", "functional", "imperative", "object-oriented", "prototype-based"],
|
|
405
|
+
tooling: {
|
|
406
|
+
runtimes: ["Browser", "Node.js", "Deno", "Bun"],
|
|
407
|
+
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
408
|
+
ecosystems: ["Web", "Node.js"]
|
|
409
|
+
},
|
|
253
410
|
version: "ECMAScript 2025",
|
|
254
411
|
logo: "https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png",
|
|
255
412
|
i18n: {
|
|
@@ -298,7 +455,12 @@ var kotlin = {
|
|
|
298
455
|
author: "JetBrains",
|
|
299
456
|
website: "https://kotlinlang.org",
|
|
300
457
|
paradigms: ["object-oriented", "functional", "imperative", "generic"],
|
|
301
|
-
|
|
458
|
+
tooling: {
|
|
459
|
+
runtimes: ["JVM", "Android", "JavaScript", "Native", "Wasm"],
|
|
460
|
+
packageManagers: ["Gradle", "Maven"],
|
|
461
|
+
ecosystems: ["JVM", "Android", "Kotlin Multiplatform"]
|
|
462
|
+
},
|
|
463
|
+
version: "2.3.21",
|
|
302
464
|
logo: "https://upload.wikimedia.org/wikipedia/commons/7/74/Kotlin_Icon.png",
|
|
303
465
|
i18n: {
|
|
304
466
|
en: {
|
|
@@ -314,6 +476,63 @@ var kotlin = {
|
|
|
314
476
|
}
|
|
315
477
|
};
|
|
316
478
|
|
|
479
|
+
// src/languages/less.ts
|
|
480
|
+
var less = {
|
|
481
|
+
slug: "less",
|
|
482
|
+
publishedDate: "2009-01-01",
|
|
483
|
+
extensions: [".less"],
|
|
484
|
+
author: "Alexis Sellier / Less Core Team",
|
|
485
|
+
website: "https://lesscss.org",
|
|
486
|
+
paradigms: ["declarative", "stylesheet", "preprocessor"],
|
|
487
|
+
tooling: {
|
|
488
|
+
runtimes: ["Less.js", "Node.js", "Browser"],
|
|
489
|
+
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
490
|
+
ecosystems: ["Web", "Design Systems", "Bootstrap"]
|
|
491
|
+
},
|
|
492
|
+
version: "4.4.1",
|
|
493
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/8/81/LESS_Logo.svg",
|
|
494
|
+
i18n: {
|
|
495
|
+
en: {
|
|
496
|
+
name: "Less",
|
|
497
|
+
description: "A CSS preprocessor with variables, nesting, mixins, operations, and functions.",
|
|
498
|
+
longDescription: "Less is a dynamic stylesheet language that extends CSS with variables, nested rules, mixins, operations, functions, and reusable abstractions while keeping syntax close to standard CSS.\n\nIt is commonly used in web applications, design systems, themes, legacy front-end stacks, and projects that compile richer styling source files into browser-compatible CSS."
|
|
499
|
+
},
|
|
500
|
+
es: {
|
|
501
|
+
name: "Less",
|
|
502
|
+
description: "Un preprocesador CSS con variables, anidamiento, mixins, operaciones y funciones.",
|
|
503
|
+
longDescription: "Less es un lenguaje dinamico de hojas de estilo que extiende CSS con variables, reglas anidadas, mixins, operaciones, funciones y abstracciones reutilizables mientras mantiene una sintaxis cercana a CSS estandar.\n\nSe usa comunmente en aplicaciones web, sistemas de diseno, temas, stacks front-end heredados y proyectos que compilan archivos de estilos mas expresivos a CSS compatible con navegadores."
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
};
|
|
507
|
+
|
|
508
|
+
// src/languages/makefile.ts
|
|
509
|
+
var makefile = {
|
|
510
|
+
slug: "makefile",
|
|
511
|
+
publishedDate: "1976-01-01",
|
|
512
|
+
extensions: ["Makefile", "makefile", "GNUmakefile", ".mk", ".mak"],
|
|
513
|
+
author: "Stuart Feldman / GNU Project",
|
|
514
|
+
website: "https://www.gnu.org/software/make/",
|
|
515
|
+
paradigms: ["build-automation", "declarative", "imperative", "rule-based"],
|
|
516
|
+
tooling: {
|
|
517
|
+
runtimes: ["GNU Make", "BSD make", "POSIX make"],
|
|
518
|
+
ecosystems: ["Unix", "Linux", "C", "C++", "Embedded Systems"]
|
|
519
|
+
},
|
|
520
|
+
version: "4.4.1",
|
|
521
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/2/22/Official_gnu.svg",
|
|
522
|
+
i18n: {
|
|
523
|
+
en: {
|
|
524
|
+
name: "Makefile",
|
|
525
|
+
description: "A rule-based build automation format used by make tools to run reproducible tasks.",
|
|
526
|
+
longDescription: "Makefiles describe targets, prerequisites, variables, and shell recipes that make tools use to decide what work must be rebuilt and which commands should run.\n\nThey are widely used for compiling C and C++ projects, driving Unix build pipelines, packaging software, running development tasks, generating artifacts, and coordinating commands across many programming language ecosystems."
|
|
527
|
+
},
|
|
528
|
+
es: {
|
|
529
|
+
name: "Makefile",
|
|
530
|
+
description: "Un formato de automatizacion de builds basado en reglas usado por herramientas make.",
|
|
531
|
+
longDescription: "Los Makefiles describen targets, prerequisitos, variables y recetas de shell que las herramientas make usan para decidir que trabajo debe reconstruirse y que comandos deben ejecutarse.\n\nSe usan ampliamente para compilar proyectos C y C++, manejar pipelines de build en Unix, empaquetar software, ejecutar tareas de desarrollo, generar artefactos y coordinar comandos en muchos ecosistemas de lenguajes."
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
};
|
|
535
|
+
|
|
317
536
|
// src/languages/markdown.ts
|
|
318
537
|
var markdown = {
|
|
319
538
|
slug: "markdown",
|
|
@@ -322,7 +541,7 @@ var markdown = {
|
|
|
322
541
|
author: "John Gruber / Aaron Swartz",
|
|
323
542
|
website: "https://daringfireball.net/projects/markdown/",
|
|
324
543
|
paradigms: ["declarative", "markup"],
|
|
325
|
-
version: "CommonMark 0
|
|
544
|
+
version: "CommonMark 4.0",
|
|
326
545
|
logo: "https://upload.wikimedia.org/wikipedia/commons/4/48/Markdown-mark.svg",
|
|
327
546
|
i18n: {
|
|
328
547
|
en: {
|
|
@@ -338,6 +557,92 @@ var markdown = {
|
|
|
338
557
|
}
|
|
339
558
|
};
|
|
340
559
|
|
|
560
|
+
// src/languages/nginx.ts
|
|
561
|
+
var nginx = {
|
|
562
|
+
slug: "nginx",
|
|
563
|
+
publishedDate: "2004-10-04",
|
|
564
|
+
extensions: ["nginx.conf", ".nginx", ".conf"],
|
|
565
|
+
author: "Igor Sysoev / NGINX",
|
|
566
|
+
website: "https://nginx.org",
|
|
567
|
+
paradigms: ["configuration", "declarative", "directive-based"],
|
|
568
|
+
tooling: {
|
|
569
|
+
runtimes: ["nginx", "NGINX Plus", "OpenResty"],
|
|
570
|
+
ecosystems: ["Web Servers", "Reverse Proxies", "Load Balancing", "DevOps"]
|
|
571
|
+
},
|
|
572
|
+
version: "1.30.0",
|
|
573
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/c/c5/Nginx_logo.svg",
|
|
574
|
+
i18n: {
|
|
575
|
+
en: {
|
|
576
|
+
name: "nginx",
|
|
577
|
+
description: "A directive-based configuration language for the nginx web server and reverse proxy.",
|
|
578
|
+
longDescription: "nginx configuration files use a directive-based syntax to define HTTP servers, reverse proxies, upstreams, load balancing, TLS settings, caching, logging, access control, and stream or mail proxy behavior.\n\nThey are used in production web infrastructure, container images, edge services, API gateways, static file hosting, traffic routing, and DevOps workflows where nginx or compatible servers need repeatable configuration."
|
|
579
|
+
},
|
|
580
|
+
es: {
|
|
581
|
+
name: "nginx",
|
|
582
|
+
description: "Un lenguaje de configuracion basado en directivas para el servidor web y proxy inverso nginx.",
|
|
583
|
+
longDescription: "Los archivos de configuracion de nginx usan una sintaxis basada en directivas para definir servidores HTTP, proxies inversos, upstreams, balanceo de carga, ajustes TLS, cache, logging, control de acceso y comportamiento de proxy stream o mail.\n\nSe usan en infraestructura web de produccion, imagenes de contenedores, servicios edge, API gateways, hosting de archivos estaticos, ruteo de trafico y flujos DevOps donde nginx o servidores compatibles necesitan configuracion repetible."
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
};
|
|
587
|
+
|
|
588
|
+
// src/languages/objective-c.ts
|
|
589
|
+
var objectiveC = {
|
|
590
|
+
slug: "objective-c",
|
|
591
|
+
publishedDate: "1984-01-01",
|
|
592
|
+
extensions: [".m", ".mm"],
|
|
593
|
+
author: "Brad Cox / Tom Love",
|
|
594
|
+
website: "https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/",
|
|
595
|
+
paradigms: ["class-based", "dynamic", "object-oriented", "reflective"],
|
|
596
|
+
tooling: {
|
|
597
|
+
runtimes: ["Objective-C runtime", "Apple platforms", "GNUstep"],
|
|
598
|
+
packageManagers: ["CocoaPods", "Swift Package Manager"],
|
|
599
|
+
ecosystems: ["Apple", "Cocoa", "Cocoa Touch", "GNUstep"]
|
|
600
|
+
},
|
|
601
|
+
version: "2.0",
|
|
602
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/1/1b/Apple_logo_grey.svg",
|
|
603
|
+
i18n: {
|
|
604
|
+
en: {
|
|
605
|
+
name: "Objective-C",
|
|
606
|
+
description: "A C superset with Smalltalk-style messaging and a dynamic object runtime.",
|
|
607
|
+
longDescription: "Objective-C is an object-oriented extension of C that adds Smalltalk-style message passing, dynamic dispatch, classes, protocols, categories, and runtime reflection.\n\nIt was historically central to NeXTSTEP, macOS, iOS, Cocoa, and Cocoa Touch development, and remains important for maintaining Apple platform codebases and interoperating with C, C++, and Swift."
|
|
608
|
+
},
|
|
609
|
+
es: {
|
|
610
|
+
name: "Objective-C",
|
|
611
|
+
description: "Un superconjunto de C con mensajeria estilo Smalltalk y runtime dinamico de objetos.",
|
|
612
|
+
longDescription: "Objective-C es una extension orientada a objetos de C que agrega envio de mensajes estilo Smalltalk, despacho dinamico, clases, protocolos, categorias y reflexion en runtime.\n\nFue central historicamente en el desarrollo para NeXTSTEP, macOS, iOS, Cocoa y Cocoa Touch, y sigue siendo importante para mantener codebases de plataformas Apple e interoperar con C, C++ y Swift."
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
};
|
|
616
|
+
|
|
617
|
+
// src/languages/php.ts
|
|
618
|
+
var php = {
|
|
619
|
+
slug: "php",
|
|
620
|
+
publishedDate: "1995-06-08",
|
|
621
|
+
extensions: [".php", ".phtml", ".php3", ".php4", ".php5", ".phps"],
|
|
622
|
+
author: "Rasmus Lerdorf / The PHP Group",
|
|
623
|
+
website: "https://www.php.net",
|
|
624
|
+
paradigms: ["imperative", "object-oriented", "functional", "scripting"],
|
|
625
|
+
tooling: {
|
|
626
|
+
runtimes: ["PHP CLI", "PHP-FPM", "Apache mod_php"],
|
|
627
|
+
packageManagers: ["Composer"],
|
|
628
|
+
ecosystems: ["Web", "WordPress", "Laravel", "Symfony"]
|
|
629
|
+
},
|
|
630
|
+
version: "8.5.6",
|
|
631
|
+
logo: "https://www.php.net/images/logos/new-php-logo.svg",
|
|
632
|
+
i18n: {
|
|
633
|
+
en: {
|
|
634
|
+
name: "PHP",
|
|
635
|
+
description: "A server-side scripting language widely used for web applications and dynamic websites.",
|
|
636
|
+
longDescription: "PHP is a general-purpose scripting language especially suited to server-side web development, with built-in support for request handling, templating, databases, extensions, package management, and deployment on common hosting platforms.\n\nIt powers content management systems, ecommerce platforms, APIs, frameworks, command-line tools, and long-running web applications across a large ecosystem."
|
|
637
|
+
},
|
|
638
|
+
es: {
|
|
639
|
+
name: "PHP",
|
|
640
|
+
description: "Un lenguaje de scripting del lado del servidor muy usado en aplicaciones web y sitios dinamicos.",
|
|
641
|
+
longDescription: "PHP es un lenguaje de scripting de proposito general especialmente adecuado para desarrollo web del lado del servidor, con soporte integrado para manejar solicitudes, plantillas, bases de datos, extensiones, gestion de paquetes y despliegue en plataformas comunes de hosting.\n\nImpulsa sistemas de gestion de contenido, plataformas de ecommerce, APIs, frameworks, herramientas de linea de comandos y aplicaciones web de larga duracion dentro de un ecosistema amplio."
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
};
|
|
645
|
+
|
|
341
646
|
// src/languages/python.ts
|
|
342
647
|
var python = {
|
|
343
648
|
slug: "python",
|
|
@@ -346,6 +651,11 @@ var python = {
|
|
|
346
651
|
author: "Guido van Rossum",
|
|
347
652
|
website: "https://www.python.org",
|
|
348
653
|
paradigms: ["object-oriented", "functional", "imperative", "procedural"],
|
|
654
|
+
tooling: {
|
|
655
|
+
runtimes: ["CPython", "PyPy"],
|
|
656
|
+
packageManagers: ["pip", "Poetry", "uv", "conda"],
|
|
657
|
+
ecosystems: ["Web", "Data Science", "Machine Learning", "Automation"]
|
|
658
|
+
},
|
|
349
659
|
version: "3.14.4",
|
|
350
660
|
logo: "https://www.python.org/static/community_logos/python-logo-only.svg",
|
|
351
661
|
i18n: {
|
|
@@ -370,6 +680,11 @@ var rust = {
|
|
|
370
680
|
author: "Graydon Hoare / Mozilla Research",
|
|
371
681
|
website: "https://www.rust-lang.org",
|
|
372
682
|
paradigms: ["concurrent", "functional", "imperative", "procedural"],
|
|
683
|
+
tooling: {
|
|
684
|
+
runtimes: ["Native", "WebAssembly"],
|
|
685
|
+
packageManagers: ["Cargo"],
|
|
686
|
+
ecosystems: ["Systems", "WebAssembly", "Embedded"]
|
|
687
|
+
},
|
|
373
688
|
version: "1.95.0",
|
|
374
689
|
logo: "https://www.rust-lang.org/logos/rust-logo-512x512.png",
|
|
375
690
|
i18n: {
|
|
@@ -386,6 +701,35 @@ var rust = {
|
|
|
386
701
|
}
|
|
387
702
|
};
|
|
388
703
|
|
|
704
|
+
// src/languages/scss.ts
|
|
705
|
+
var scss = {
|
|
706
|
+
slug: "scss",
|
|
707
|
+
publishedDate: "2006-11-28",
|
|
708
|
+
extensions: [".scss", ".sass"],
|
|
709
|
+
author: "Hampton Catlin / Natalie Weizenbaum / Chris Eppstein",
|
|
710
|
+
website: "https://sass-lang.com",
|
|
711
|
+
paradigms: ["declarative", "stylesheet", "preprocessor"],
|
|
712
|
+
tooling: {
|
|
713
|
+
runtimes: ["Dart Sass"],
|
|
714
|
+
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
715
|
+
ecosystems: ["Web", "Design Systems"]
|
|
716
|
+
},
|
|
717
|
+
version: "1.99.0",
|
|
718
|
+
logo: "https://sass-lang.com/assets/img/logos/logo.svg",
|
|
719
|
+
i18n: {
|
|
720
|
+
en: {
|
|
721
|
+
name: "Sass",
|
|
722
|
+
description: "A stylesheet language and CSS preprocessor with variables, nesting, mixins, modules, and functions.",
|
|
723
|
+
longDescription: "Sass extends CSS with features such as variables, nested rules, mixins, functions, modules, inheritance, and compile-time tooling that generates standard CSS.\n\nIt is widely used in design systems, component libraries, large web applications, themes, and projects that need reusable styling patterns on top of the CSS platform."
|
|
724
|
+
},
|
|
725
|
+
es: {
|
|
726
|
+
name: "Sass",
|
|
727
|
+
description: "Un lenguaje de hojas de estilo y preprocesador CSS con variables, anidamiento, mixins, modulos y funciones.",
|
|
728
|
+
longDescription: "Sass extiende CSS con caracteristicas como variables, reglas anidadas, mixins, funciones, modulos, herencia y herramientas de compilacion que generan CSS estandar.\n\nSe usa ampliamente en sistemas de diseno, bibliotecas de componentes, grandes aplicaciones web, temas y proyectos que necesitan patrones de estilos reutilizables sobre la plataforma CSS."
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
};
|
|
732
|
+
|
|
389
733
|
// src/languages/sql.ts
|
|
390
734
|
var sql = {
|
|
391
735
|
slug: "sql",
|
|
@@ -410,6 +754,34 @@ var sql = {
|
|
|
410
754
|
}
|
|
411
755
|
};
|
|
412
756
|
|
|
757
|
+
// src/languages/svg.ts
|
|
758
|
+
var svg = {
|
|
759
|
+
slug: "svg",
|
|
760
|
+
publishedDate: "2001-09-04",
|
|
761
|
+
extensions: [".svg", ".svgz"],
|
|
762
|
+
author: "W3C SVG Working Group",
|
|
763
|
+
website: "https://www.w3.org/TR/SVG/",
|
|
764
|
+
paradigms: ["declarative", "markup", "vector-graphics", "xml-based"],
|
|
765
|
+
tooling: {
|
|
766
|
+
runtimes: ["Web browsers", "SVG viewers", "Vector graphics editors"],
|
|
767
|
+
ecosystems: ["Web", "Design Tools", "Data Visualization"]
|
|
768
|
+
},
|
|
769
|
+
version: "SVG 2",
|
|
770
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/4/4f/SVG_Logo.svg",
|
|
771
|
+
i18n: {
|
|
772
|
+
en: {
|
|
773
|
+
name: "SVG",
|
|
774
|
+
description: "An XML-based markup language for scalable two-dimensional vector graphics.",
|
|
775
|
+
longDescription: "SVG, or Scalable Vector Graphics, is an XML-based markup language for describing two-dimensional vector and mixed vector/raster graphics that can scale cleanly across display sizes.\n\nIt is widely used for icons, illustrations, charts, diagrams, maps, animations, interactive graphics, and web interfaces where graphics need to remain crisp, stylable, scriptable, and accessible."
|
|
776
|
+
},
|
|
777
|
+
es: {
|
|
778
|
+
name: "SVG",
|
|
779
|
+
description: "Un lenguaje de marcado basado en XML para graficos vectoriales bidimensionales escalables.",
|
|
780
|
+
longDescription: "SVG, o Scalable Vector Graphics, es un lenguaje de marcado basado en XML para describir graficos vectoriales bidimensionales y graficos mixtos vector/raster que pueden escalar limpiamente entre tamanos de pantalla.\n\nSe usa ampliamente en iconos, ilustraciones, graficos, diagramas, mapas, animaciones, graficos interactivos e interfaces web donde las imagenes deben mantenerse nitidas, estilizables, programables y accesibles."
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
};
|
|
784
|
+
|
|
413
785
|
// src/languages/swift.ts
|
|
414
786
|
var swift = {
|
|
415
787
|
slug: "swift",
|
|
@@ -418,7 +790,12 @@ var swift = {
|
|
|
418
790
|
author: "Chris Lattner / Apple",
|
|
419
791
|
website: "https://www.swift.org",
|
|
420
792
|
paradigms: ["object-oriented", "functional", "imperative", "protocol-oriented"],
|
|
421
|
-
|
|
793
|
+
tooling: {
|
|
794
|
+
runtimes: ["Apple platforms", "Linux", "Windows"],
|
|
795
|
+
packageManagers: ["Swift Package Manager"],
|
|
796
|
+
ecosystems: ["Apple", "Server-side Swift"]
|
|
797
|
+
},
|
|
798
|
+
version: "6.3.1",
|
|
422
799
|
logo: "https://www.swift.org/assets/images/swift.svg",
|
|
423
800
|
i18n: {
|
|
424
801
|
en: {
|
|
@@ -442,6 +819,11 @@ var typescript = {
|
|
|
442
819
|
author: "Anders Hejlsberg / Microsoft",
|
|
443
820
|
website: "https://www.typescriptlang.org",
|
|
444
821
|
paradigms: ["object-oriented", "functional", "imperative", "generic"],
|
|
822
|
+
tooling: {
|
|
823
|
+
runtimes: ["Browser", "Node.js", "Deno", "Bun"],
|
|
824
|
+
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
825
|
+
ecosystems: ["Web", "Node.js"]
|
|
826
|
+
},
|
|
445
827
|
version: "6.0",
|
|
446
828
|
logo: "https://www.typescriptlang.org/icons/icon-512x512.png",
|
|
447
829
|
i18n: {
|
|
@@ -458,6 +840,93 @@ var typescript = {
|
|
|
458
840
|
}
|
|
459
841
|
};
|
|
460
842
|
|
|
843
|
+
// src/languages/visual-basic.ts
|
|
844
|
+
var visualBasic = {
|
|
845
|
+
slug: "visual-basic",
|
|
846
|
+
publishedDate: "2001-02-13",
|
|
847
|
+
extensions: [".vb"],
|
|
848
|
+
author: "Microsoft",
|
|
849
|
+
website: "https://learn.microsoft.com/dotnet/visual-basic/",
|
|
850
|
+
paradigms: ["event-driven", "generic", "object-oriented", "structured"],
|
|
851
|
+
tooling: {
|
|
852
|
+
runtimes: [".NET", ".NET Framework", "Mono"],
|
|
853
|
+
packageManagers: ["NuGet"],
|
|
854
|
+
ecosystems: [".NET", "Visual Studio", "Windows Forms", "ASP.NET"]
|
|
855
|
+
},
|
|
856
|
+
version: "17.13",
|
|
857
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/4/40/VB.NET_Logo.svg",
|
|
858
|
+
i18n: {
|
|
859
|
+
en: {
|
|
860
|
+
name: "Visual Basic",
|
|
861
|
+
description: "An approachable .NET language for type-safe, object-oriented applications.",
|
|
862
|
+
longDescription: "Visual Basic is a .NET programming language from Microsoft with a readable syntax, static typing, object-oriented features, event-driven programming support, generics, LINQ, async workflows, and access to the .NET ecosystem.\n\nIt is used for Windows desktop applications, business software, automation, legacy .NET systems, ASP.NET applications, libraries, and teams that value a verbose, approachable syntax on top of the .NET runtime."
|
|
863
|
+
},
|
|
864
|
+
es: {
|
|
865
|
+
name: "Visual Basic",
|
|
866
|
+
description: "Un lenguaje .NET accesible para aplicaciones orientadas a objetos y type-safe.",
|
|
867
|
+
longDescription: "Visual Basic es un lenguaje de programacion .NET de Microsoft con sintaxis legible, tipado estatico, caracteristicas orientadas a objetos, soporte para programacion basada en eventos, genericos, LINQ, flujos async y acceso al ecosistema .NET.\n\nSe usa en aplicaciones de escritorio para Windows, software empresarial, automatizacion, sistemas .NET heredados, aplicaciones ASP.NET, bibliotecas y equipos que valoran una sintaxis explicita y accesible sobre el runtime .NET."
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
};
|
|
871
|
+
|
|
872
|
+
// src/languages/vue.ts
|
|
873
|
+
var vue = {
|
|
874
|
+
slug: "vue",
|
|
875
|
+
publishedDate: "2014-02-01",
|
|
876
|
+
extensions: [".vue"],
|
|
877
|
+
author: "Evan You / Vue Core Team",
|
|
878
|
+
website: "https://vuejs.org",
|
|
879
|
+
paradigms: ["component-based", "declarative", "reactive"],
|
|
880
|
+
tooling: {
|
|
881
|
+
runtimes: ["Browser", "Node.js"],
|
|
882
|
+
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
883
|
+
ecosystems: ["Web", "Vue", "Vite", "Nuxt"]
|
|
884
|
+
},
|
|
885
|
+
version: "3.5.34",
|
|
886
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/9/95/Vue.js_Logo_2.svg",
|
|
887
|
+
i18n: {
|
|
888
|
+
en: {
|
|
889
|
+
name: "Vue",
|
|
890
|
+
description: "A progressive JavaScript framework for building user interfaces with reactive components.",
|
|
891
|
+
longDescription: "Vue is a progressive framework for building user interfaces with single-file components, declarative templates, reactivity, composition APIs, routing, state management, and tooling through the broader Vue ecosystem.\n\nIt is widely used for single-page applications, interactive interfaces, design systems, dashboards, embedded widgets, and full-stack web applications with frameworks such as Nuxt."
|
|
892
|
+
},
|
|
893
|
+
es: {
|
|
894
|
+
name: "Vue",
|
|
895
|
+
description: "Un framework progresivo de JavaScript para crear interfaces con componentes reactivos.",
|
|
896
|
+
longDescription: "Vue es un framework progresivo para crear interfaces de usuario con componentes de archivo unico, plantillas declarativas, reactividad, APIs de composicion, enrutamiento, gestion de estado y herramientas del ecosistema Vue.\n\nSe usa ampliamente en aplicaciones de una sola pagina, interfaces interactivas, sistemas de diseno, dashboards, widgets embebidos y aplicaciones web full-stack con frameworks como Nuxt."
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
};
|
|
900
|
+
|
|
901
|
+
// src/languages/webassembly.ts
|
|
902
|
+
var webassembly = {
|
|
903
|
+
slug: "webassembly",
|
|
904
|
+
publishedDate: "2017-03-07",
|
|
905
|
+
extensions: [".wasm", ".wat"],
|
|
906
|
+
author: "W3C WebAssembly Community Group",
|
|
907
|
+
website: "https://webassembly.org",
|
|
908
|
+
paradigms: ["stack-based", "assembly", "low-level", "portable"],
|
|
909
|
+
tooling: {
|
|
910
|
+
runtimes: ["Browser", "Wasmtime", "Wasmer", "Node.js", "WASI"],
|
|
911
|
+
packageManagers: ["Warg", "npm"],
|
|
912
|
+
ecosystems: ["Web", "WASI", "WebAssembly Component Model"]
|
|
913
|
+
},
|
|
914
|
+
version: "3.0",
|
|
915
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/1/1f/WebAssembly_Logo.svg",
|
|
916
|
+
i18n: {
|
|
917
|
+
en: {
|
|
918
|
+
name: "WebAssembly",
|
|
919
|
+
description: "A portable low-level code format for safe, near-native execution across web and non-web runtimes.",
|
|
920
|
+
longDescription: "WebAssembly is a compact binary instruction format with a structured text format, designed as a safe, portable compilation target for languages such as C, C++, Rust, Go, and many others.\n\nIt runs in browsers and standalone runtimes, supports sandboxed execution, and is used for performance-sensitive web applications, plugins, serverless workloads, edge computing, and portable components through WASI and the component model."
|
|
921
|
+
},
|
|
922
|
+
es: {
|
|
923
|
+
name: "WebAssembly",
|
|
924
|
+
description: "Un formato de codigo de bajo nivel y portable para ejecucion segura y casi nativa en runtimes web y no web.",
|
|
925
|
+
longDescription: "WebAssembly es un formato binario compacto de instrucciones con un formato textual estructurado, disenado como objetivo de compilacion seguro y portable para lenguajes como C, C++, Rust, Go y muchos otros.\n\nSe ejecuta en navegadores y runtimes independientes, soporta ejecucion en sandbox y se usa en aplicaciones web sensibles al rendimiento, plugins, cargas serverless, edge computing y componentes portables mediante WASI y el modelo de componentes."
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
};
|
|
929
|
+
|
|
461
930
|
// src/languages/xml.ts
|
|
462
931
|
var xml = {
|
|
463
932
|
slug: "xml",
|
|
@@ -506,26 +975,161 @@ var yaml = {
|
|
|
506
975
|
}
|
|
507
976
|
};
|
|
508
977
|
|
|
978
|
+
// src/languages/zsh.ts
|
|
979
|
+
var zsh = {
|
|
980
|
+
slug: "zsh",
|
|
981
|
+
publishedDate: "1990-01-01",
|
|
982
|
+
extensions: [".zsh", ".zshrc", ".zshenv", ".zprofile", ".zlogin", ".zlogout", ".zsh-theme"],
|
|
983
|
+
author: "Paul Falstad",
|
|
984
|
+
website: "https://www.zsh.org",
|
|
985
|
+
paradigms: ["command", "imperative", "scripting", "shell"],
|
|
986
|
+
tooling: {
|
|
987
|
+
runtimes: ["Z shell", "Unix-like shells"],
|
|
988
|
+
packageManagers: ["Homebrew", "APT", "DNF", "Pacman"],
|
|
989
|
+
ecosystems: ["Unix", "Linux", "macOS", "DevOps"]
|
|
990
|
+
},
|
|
991
|
+
version: "5.9",
|
|
992
|
+
logo: "https://commons.wikimedia.org/wiki/Special:Redirect/file/Z_Shell_Logo_Color_Horizontal.svg",
|
|
993
|
+
i18n: {
|
|
994
|
+
en: {
|
|
995
|
+
name: "zsh",
|
|
996
|
+
description: "A Unix shell and command language for interactive use, scripting, and automation.",
|
|
997
|
+
longDescription: "zsh is a Unix shell designed for interactive command-line use and shell scripting, with advanced completion, globbing, prompt customization, and shell emulation features.\n\nIt is widely used as a login shell, especially on Unix-like systems and macOS, and is common in developer workflows, terminal customization, automation scripts, and system administration."
|
|
998
|
+
},
|
|
999
|
+
es: {
|
|
1000
|
+
name: "zsh",
|
|
1001
|
+
description: "Un shell Unix y lenguaje de comandos para uso interactivo, scripting y automatizacion.",
|
|
1002
|
+
longDescription: "zsh es un shell Unix disenado para uso interactivo en linea de comandos y scripting, con autocompletado avanzado, globbing, personalizacion del prompt y funciones de emulacion de shells.\n\nSe usa ampliamente como login shell, especialmente en sistemas tipo Unix y macOS, y es comun en flujos de desarrollo, personalizacion de terminales, scripts de automatizacion y administracion de sistemas."
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1005
|
+
};
|
|
1006
|
+
|
|
1007
|
+
// src/catalog.ts
|
|
1008
|
+
var languages = [
|
|
1009
|
+
astro,
|
|
1010
|
+
bash,
|
|
1011
|
+
c,
|
|
1012
|
+
cobol,
|
|
1013
|
+
cpp,
|
|
1014
|
+
csharp,
|
|
1015
|
+
css,
|
|
1016
|
+
dart,
|
|
1017
|
+
dockerfile,
|
|
1018
|
+
go,
|
|
1019
|
+
graphql,
|
|
1020
|
+
groovy,
|
|
1021
|
+
html,
|
|
1022
|
+
java,
|
|
1023
|
+
javascript,
|
|
1024
|
+
json,
|
|
1025
|
+
kotlin,
|
|
1026
|
+
less,
|
|
1027
|
+
makefile,
|
|
1028
|
+
markdown,
|
|
1029
|
+
nginx,
|
|
1030
|
+
objectiveC,
|
|
1031
|
+
php,
|
|
1032
|
+
python,
|
|
1033
|
+
rust,
|
|
1034
|
+
scss,
|
|
1035
|
+
sql,
|
|
1036
|
+
svg,
|
|
1037
|
+
swift,
|
|
1038
|
+
typescript,
|
|
1039
|
+
visualBasic,
|
|
1040
|
+
vue,
|
|
1041
|
+
webassembly,
|
|
1042
|
+
xml,
|
|
1043
|
+
yaml,
|
|
1044
|
+
zsh
|
|
1045
|
+
];
|
|
1046
|
+
|
|
1047
|
+
// src/detect.ts
|
|
1048
|
+
var pathSegmentPattern = /[/\\]/;
|
|
1049
|
+
var detectLanguages = (filename) => {
|
|
1050
|
+
const normalizedFilename = filename.trim();
|
|
1051
|
+
if (!normalizedFilename) {
|
|
1052
|
+
return [];
|
|
1053
|
+
}
|
|
1054
|
+
const basename = normalizedFilename.split(pathSegmentPattern).at(-1)?.toLowerCase() ?? "";
|
|
1055
|
+
return languages.filter(
|
|
1056
|
+
(language) => language.extensions.some((extension) => matchesExtension(basename, extension))
|
|
1057
|
+
);
|
|
1058
|
+
};
|
|
1059
|
+
var detectLanguage = (filename) => detectLanguages(filename).at(0);
|
|
1060
|
+
var matchesExtension = (basename, extension) => {
|
|
1061
|
+
const normalizedExtension = extension.toLowerCase();
|
|
1062
|
+
if (normalizedExtension.startsWith(".")) {
|
|
1063
|
+
return basename.endsWith(normalizedExtension);
|
|
1064
|
+
}
|
|
1065
|
+
return basename === normalizedExtension || basename.endsWith(`.${normalizedExtension}`);
|
|
1066
|
+
};
|
|
1067
|
+
|
|
1068
|
+
// src/i18n.ts
|
|
1069
|
+
var localizeLanguage = (language, locale = "en") => {
|
|
1070
|
+
const { i18n, ...metadata } = language;
|
|
1071
|
+
const resolvedLocale = resolveLocale(i18n, locale);
|
|
1072
|
+
const content = i18n[resolvedLocale] ?? i18n.en;
|
|
1073
|
+
return {
|
|
1074
|
+
...metadata,
|
|
1075
|
+
...content,
|
|
1076
|
+
locale,
|
|
1077
|
+
resolvedLocale,
|
|
1078
|
+
availableLocales: Object.keys(i18n)
|
|
1079
|
+
};
|
|
1080
|
+
};
|
|
1081
|
+
var resolveLocale = (translations, locale) => {
|
|
1082
|
+
const normalizedLocale = locale.toLowerCase();
|
|
1083
|
+
const exactLocale = normalizedLocale;
|
|
1084
|
+
if (translations[exactLocale]) {
|
|
1085
|
+
return exactLocale;
|
|
1086
|
+
}
|
|
1087
|
+
const baseLocale = normalizedLocale.split("-")[0];
|
|
1088
|
+
if (translations[baseLocale]) {
|
|
1089
|
+
return baseLocale;
|
|
1090
|
+
}
|
|
1091
|
+
return "en";
|
|
1092
|
+
};
|
|
1093
|
+
|
|
1094
|
+
exports.astro = astro;
|
|
509
1095
|
exports.bash = bash;
|
|
510
1096
|
exports.c = c;
|
|
1097
|
+
exports.cobol = cobol;
|
|
511
1098
|
exports.cpp = cpp;
|
|
1099
|
+
exports.csharp = csharp;
|
|
512
1100
|
exports.css = css;
|
|
1101
|
+
exports.dart = dart;
|
|
1102
|
+
exports.detectLanguage = detectLanguage;
|
|
1103
|
+
exports.detectLanguages = detectLanguages;
|
|
513
1104
|
exports.dockerfile = dockerfile;
|
|
514
1105
|
exports.go = go;
|
|
1106
|
+
exports.graphql = graphql;
|
|
515
1107
|
exports.groovy = groovy;
|
|
516
1108
|
exports.html = html;
|
|
517
1109
|
exports.java = java;
|
|
518
1110
|
exports.javascript = javascript;
|
|
519
1111
|
exports.json = json;
|
|
520
1112
|
exports.kotlin = kotlin;
|
|
1113
|
+
exports.languages = languages;
|
|
1114
|
+
exports.less = less;
|
|
521
1115
|
exports.localizeLanguage = localizeLanguage;
|
|
1116
|
+
exports.makefile = makefile;
|
|
522
1117
|
exports.markdown = markdown;
|
|
1118
|
+
exports.nginx = nginx;
|
|
1119
|
+
exports.objectiveC = objectiveC;
|
|
1120
|
+
exports.php = php;
|
|
523
1121
|
exports.python = python;
|
|
524
1122
|
exports.rust = rust;
|
|
1123
|
+
exports.scss = scss;
|
|
525
1124
|
exports.sql = sql;
|
|
1125
|
+
exports.svg = svg;
|
|
526
1126
|
exports.swift = swift;
|
|
527
1127
|
exports.typescript = typescript;
|
|
1128
|
+
exports.visualBasic = visualBasic;
|
|
1129
|
+
exports.vue = vue;
|
|
1130
|
+
exports.webassembly = webassembly;
|
|
528
1131
|
exports.xml = xml;
|
|
529
1132
|
exports.yaml = yaml;
|
|
1133
|
+
exports.zsh = zsh;
|
|
530
1134
|
//# sourceMappingURL=index.cjs.map
|
|
531
1135
|
//# sourceMappingURL=index.cjs.map
|