code-languages 1.0.0 → 1.2.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 +112 -8
- package/dist/i18n-BXk47f_R.d.cts +45 -0
- package/dist/i18n-BXk47f_R.d.ts +45 -0
- package/dist/i18n.cjs +31 -0
- package/dist/i18n.cjs.map +1 -0
- package/dist/i18n.d.cts +1 -0
- package/dist/i18n.d.ts +1 -0
- package/dist/i18n.js +29 -0
- package/dist/i18n.js.map +1 -0
- package/dist/index.cjs +443 -28
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +14 -27
- package/dist/index.d.ts +14 -27
- package/dist/index.js +430 -29
- package/dist/index.js.map +1 -1
- package/dist/languages/bash.cjs +29 -0
- package/dist/languages/bash.cjs.map +1 -0
- package/dist/languages/bash.d.cts +24 -0
- package/dist/languages/bash.d.ts +24 -0
- package/dist/languages/bash.js +27 -0
- package/dist/languages/bash.js.map +1 -0
- package/dist/languages/c.cjs +29 -0
- package/dist/languages/c.cjs.map +1 -0
- package/dist/languages/c.d.cts +24 -0
- package/dist/languages/c.d.ts +24 -0
- package/dist/languages/c.js +27 -0
- package/dist/languages/c.js.map +1 -0
- package/dist/languages/cpp.cjs +29 -0
- package/dist/languages/cpp.cjs.map +1 -0
- package/dist/languages/cpp.d.cts +24 -0
- package/dist/languages/cpp.d.ts +24 -0
- package/dist/languages/cpp.js +27 -0
- package/dist/languages/cpp.js.map +1 -0
- package/dist/languages/css.cjs +29 -0
- package/dist/languages/css.cjs.map +1 -0
- package/dist/languages/css.d.cts +24 -0
- package/dist/languages/css.d.ts +24 -0
- package/dist/languages/css.js +27 -0
- package/dist/languages/css.js.map +1 -0
- package/dist/languages/dockerfile.cjs +29 -0
- package/dist/languages/dockerfile.cjs.map +1 -0
- package/dist/languages/dockerfile.d.cts +24 -0
- package/dist/languages/dockerfile.d.ts +24 -0
- package/dist/languages/dockerfile.js +27 -0
- package/dist/languages/dockerfile.js.map +1 -0
- package/dist/languages/go.cjs +13 -4
- package/dist/languages/go.cjs.map +1 -1
- package/dist/languages/go.d.cts +12 -3
- package/dist/languages/go.d.ts +12 -3
- package/dist/languages/go.js +13 -4
- package/dist/languages/go.js.map +1 -1
- package/dist/languages/groovy.cjs +29 -0
- package/dist/languages/groovy.cjs.map +1 -0
- package/dist/languages/groovy.d.cts +24 -0
- package/dist/languages/groovy.d.ts +24 -0
- package/dist/languages/groovy.js +27 -0
- package/dist/languages/groovy.js.map +1 -0
- package/dist/languages/html.cjs +13 -4
- package/dist/languages/html.cjs.map +1 -1
- package/dist/languages/html.d.cts +12 -3
- package/dist/languages/html.d.ts +12 -3
- package/dist/languages/html.js +13 -4
- package/dist/languages/html.js.map +1 -1
- package/dist/languages/java.cjs +13 -4
- package/dist/languages/java.cjs.map +1 -1
- package/dist/languages/java.d.cts +12 -3
- package/dist/languages/java.d.ts +12 -3
- package/dist/languages/java.js +13 -4
- package/dist/languages/java.js.map +1 -1
- package/dist/languages/javascript.cjs +13 -4
- package/dist/languages/javascript.cjs.map +1 -1
- package/dist/languages/javascript.d.cts +12 -3
- package/dist/languages/javascript.d.ts +12 -3
- package/dist/languages/javascript.js +13 -4
- package/dist/languages/javascript.js.map +1 -1
- package/dist/languages/json.cjs +29 -0
- package/dist/languages/json.cjs.map +1 -0
- package/dist/languages/json.d.cts +24 -0
- package/dist/languages/json.d.ts +24 -0
- package/dist/languages/json.js +27 -0
- package/dist/languages/json.js.map +1 -0
- package/dist/languages/kotlin.cjs +29 -0
- package/dist/languages/kotlin.cjs.map +1 -0
- package/dist/languages/kotlin.d.cts +24 -0
- package/dist/languages/kotlin.d.ts +24 -0
- package/dist/languages/kotlin.js +27 -0
- package/dist/languages/kotlin.js.map +1 -0
- package/dist/languages/markdown.cjs +29 -0
- package/dist/languages/markdown.cjs.map +1 -0
- package/dist/languages/markdown.d.cts +24 -0
- package/dist/languages/markdown.d.ts +24 -0
- package/dist/languages/markdown.js +27 -0
- package/dist/languages/markdown.js.map +1 -0
- package/dist/languages/python.cjs +13 -4
- package/dist/languages/python.cjs.map +1 -1
- package/dist/languages/python.d.cts +12 -3
- package/dist/languages/python.d.ts +12 -3
- package/dist/languages/python.js +13 -4
- package/dist/languages/python.js.map +1 -1
- package/dist/languages/rust.cjs +13 -4
- package/dist/languages/rust.cjs.map +1 -1
- package/dist/languages/rust.d.cts +12 -3
- package/dist/languages/rust.d.ts +12 -3
- package/dist/languages/rust.js +13 -4
- package/dist/languages/rust.js.map +1 -1
- package/dist/languages/sql.cjs +29 -0
- package/dist/languages/sql.cjs.map +1 -0
- package/dist/languages/sql.d.cts +24 -0
- package/dist/languages/sql.d.ts +24 -0
- package/dist/languages/sql.js +27 -0
- package/dist/languages/sql.js.map +1 -0
- package/dist/languages/swift.cjs +29 -0
- package/dist/languages/swift.cjs.map +1 -0
- package/dist/languages/swift.d.cts +24 -0
- package/dist/languages/swift.d.ts +24 -0
- package/dist/languages/swift.js +27 -0
- package/dist/languages/swift.js.map +1 -0
- package/dist/languages/typescript.cjs +13 -4
- package/dist/languages/typescript.cjs.map +1 -1
- package/dist/languages/typescript.d.cts +12 -3
- package/dist/languages/typescript.d.ts +12 -3
- package/dist/languages/typescript.js +13 -4
- package/dist/languages/typescript.js.map +1 -1
- package/dist/languages/xml.cjs +29 -0
- package/dist/languages/xml.cjs.map +1 -0
- package/dist/languages/xml.d.cts +24 -0
- package/dist/languages/xml.d.ts +24 -0
- package/dist/languages/xml.js +27 -0
- package/dist/languages/xml.js.map +1 -0
- package/dist/languages/yaml.cjs +29 -0
- package/dist/languages/yaml.cjs.map +1 -0
- package/dist/languages/yaml.d.cts +24 -0
- package/dist/languages/yaml.d.ts +24 -0
- package/dist/languages/yaml.js +27 -0
- package/dist/languages/yaml.js.map +1 -0
- package/package.json +71 -1
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/languages/go.ts","../src/languages/html.ts","../src/languages/java.ts","../src/languages/javascript.ts","../src/languages/python.ts","../src/languages/rust.ts","../src/languages/typescript.ts"],"names":[],"mappings":"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","file":"index.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const go = {\n name: \"Go\",\n slug: \"go\",\n description: \"A compiled language designed for simplicity, fast builds, and concurrency.\",\n longDescription:\n \"Go combines a small language specification, garbage collection, static typing, and built-in concurrency primitives through goroutines and channels.\\n\\nIt is commonly used for cloud services, networking tools, distributed systems, command-line applications, and infrastructure software.\",\n publishedDate: \"2012-03-28\",\n extensions: [\".go\"],\n author: \"Robert Griesemer, Rob Pike, Ken Thompson / Google\",\n website: \"https://go.dev\",\n paradigms: [\"concurrent\", \"imperative\", \"procedural\"],\n version: \"1.26.3\",\n logo: \"https://go.dev/blog/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg\",\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const html = {\n name: \"HTML\",\n slug: \"html\",\n description: \"A markup language for structuring web pages and browser-rendered documents.\",\n longDescription:\n \"HTML defines the structure and semantics of documents on the web, using elements and attributes to describe headings, paragraphs, links, media, forms, and application surfaces.\\n\\nIt is maintained as a living standard and works alongside CSS and JavaScript as one of the core technologies of the web platform.\",\n publishedDate: \"1993-06-01\",\n extensions: [\".html\", \".htm\"],\n author: \"Tim Berners-Lee / WHATWG\",\n website: \"https://html.spec.whatwg.org\",\n paradigms: [\"declarative\", \"markup\"],\n version: \"Living Standard\",\n logo: \"https://www.w3.org/html/logo/downloads/HTML5_Badge.svg\",\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const java = {\n name: \"Java\",\n slug: \"java\",\n description: \"A class-based, object-oriented language for portable applications and services.\",\n longDescription:\n \"Java is a statically typed language and runtime platform designed around portability, a large standard library, managed memory, and a mature virtual machine.\\n\\nIt is widely used for enterprise systems, Android applications, backend services, financial platforms, distributed systems, and long-lived production software.\",\n publishedDate: \"1995-05-23\",\n extensions: [\".java\"],\n author: \"James Gosling / Sun Microsystems\",\n website: \"https://www.java.com\",\n paradigms: [\"class-based\", \"concurrent\", \"generic\", \"imperative\", \"object-oriented\"],\n version: \"26\",\n logo: \"https://www.vectorlogo.zone/logos/java/java-icon.svg\",\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const javascript = {\n name: \"JavaScript\",\n slug: \"javascript\",\n description: \"A dynamic scripting language for the web, servers, tools, and applications.\",\n longDescription:\n \"JavaScript is the primary programming language of the web platform, running natively in browsers and in server runtimes such as Node.js, Deno, and Bun.\\n\\nThe language is standardized as ECMAScript and supports event-driven, functional, object-oriented, and prototype-based programming styles.\",\n publishedDate: \"1995-12-04\",\n extensions: [\".js\", \".mjs\", \".cjs\", \".jsx\"],\n author: \"Brendan Eich / Netscape\",\n website: \"https://developer.mozilla.org/en-US/docs/Web/JavaScript\",\n paradigms: [\"event-driven\", \"functional\", \"imperative\", \"object-oriented\", \"prototype-based\"],\n version: \"ECMAScript 2025\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png\",\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const python = {\n name: \"Python\",\n slug: \"python\",\n description: \"A high-level, readable language used for applications, automation, data, and AI.\",\n longDescription:\n \"Python emphasizes readability, a compact syntax, and a broad standard library, making it popular for scripting, backend services, data analysis, education, and scientific computing.\\n\\nIts ecosystem includes major frameworks and packages for web development, automation, machine learning, numerical computing, testing, and command-line tooling.\",\n publishedDate: \"1991-02-20\",\n extensions: [\".py\", \".pyw\"],\n author: \"Guido van Rossum\",\n website: \"https://www.python.org\",\n paradigms: [\"object-oriented\", \"functional\", \"imperative\", \"procedural\"],\n version: \"3.14.4\",\n logo: \"https://www.python.org/static/community_logos/python-logo-only.svg\",\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const rust = {\n name: \"Rust\",\n slug: \"rust\",\n description: \"A systems programming language focused on safety, speed, and concurrency.\",\n longDescription:\n \"Rust provides memory safety without a garbage collector through ownership, borrowing, lifetimes, and strong compile-time checks.\\n\\nIt is used for systems software, command-line tools, web services, embedded development, WebAssembly, and performance-critical infrastructure.\",\n publishedDate: \"2015-05-15\",\n extensions: [\".rs\"],\n author: \"Graydon Hoare / Mozilla Research\",\n website: \"https://www.rust-lang.org\",\n paradigms: [\"concurrent\", \"functional\", \"imperative\", \"procedural\"],\n version: \"1.95.0\",\n logo: \"https://www.rust-lang.org/logos/rust-logo-512x512.png\",\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const typescript = {\n name: \"TypeScript\",\n slug: \"typescript\",\n description: \"A typed superset of JavaScript that compiles to plain JavaScript.\",\n longDescription:\n \"TypeScript adds static typing, interfaces, generics, and modern tooling support to JavaScript while preserving JavaScript runtime semantics.\\n\\nIt is widely used for large web applications, libraries, server-side Node.js projects, and developer tools where maintainability and editor feedback matter.\",\n publishedDate: \"2012-10-01\",\n extensions: [\".ts\", \".tsx\", \".mts\", \".cts\"],\n author: \"Anders Hejlsberg / Microsoft\",\n website: \"https://www.typescriptlang.org\",\n paradigms: [\"object-oriented\", \"functional\", \"imperative\", \"generic\"],\n version: \"6.0\",\n logo: \"https://www.typescriptlang.org/icons/icon-512x512.png\",\n} satisfies Language;\n"]}
|
|
1
|
+
{"version":3,"sources":["../src/i18n.ts","../src/languages/bash.ts","../src/languages/c.ts","../src/languages/cpp.ts","../src/languages/css.ts","../src/languages/dockerfile.ts","../src/languages/go.ts","../src/languages/groovy.ts","../src/languages/html.ts","../src/languages/java.ts","../src/languages/javascript.ts","../src/languages/json.ts","../src/languages/kotlin.ts","../src/languages/markdown.ts","../src/languages/python.ts","../src/languages/rust.ts","../src/languages/sql.ts","../src/languages/swift.ts","../src/languages/typescript.ts","../src/languages/xml.ts","../src/languages/yaml.ts"],"names":[],"mappings":"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","file":"index.js","sourcesContent":["import type { BaseLocale, Language, Locale, LocalizedLanguage } from \"./types\";\n\nexport const localizeLanguage = (language: Language, locale: Locale = \"en\"): LocalizedLanguage => {\n const { i18n, ...metadata } = language;\n const resolvedLocale = resolveLocale(i18n, locale);\n const content = i18n[resolvedLocale] ?? i18n.en;\n\n return {\n ...metadata,\n ...content,\n locale,\n resolvedLocale,\n availableLocales: Object.keys(i18n) as BaseLocale[],\n };\n};\n\nconst resolveLocale = (translations: Language[\"i18n\"], locale: Locale): BaseLocale => {\n const normalizedLocale = locale.toLowerCase();\n const exactLocale = normalizedLocale as BaseLocale;\n\n if (translations[exactLocale]) {\n return exactLocale;\n }\n\n const baseLocale = normalizedLocale.split(\"-\")[0] as BaseLocale;\n\n if (translations[baseLocale]) {\n return baseLocale;\n }\n\n return \"en\";\n};\n","import type { Language } from \"../types\";\n\nexport const bash = {\n slug: \"bash\",\n publishedDate: \"1989-06-08\",\n extensions: [\".sh\", \".bash\", \".bashrc\", \".bash_profile\", \".bash_login\", \".profile\"],\n author: \"Brian Fox / GNU Project\",\n website: \"https://www.gnu.org/software/bash/\",\n paradigms: [\"command\", \"imperative\", \"scripting\", \"shell\"],\n version: \"5.3\",\n logo: \"https://bashlogo.com/img/symbol/svg/full_colored_dark.svg\",\n i18n: {\n en: {\n name: \"Bash\",\n description: \"A Unix shell and command language for scripting and interactive use.\",\n longDescription:\n \"Bash is the GNU Project's Bourne Again Shell, an sh-compatible shell with features from the Bourne shell, Korn shell, and C shell.\\n\\nIt is widely used for command-line sessions, shell scripts, automation, system administration, build tooling, CI workflows, and Unix-like operating system environments.\",\n },\n es: {\n name: \"Bash\",\n description: \"Un shell Unix y lenguaje de comandos para scripting y uso interactivo.\",\n longDescription:\n \"Bash es el Bourne Again Shell del Proyecto GNU, un shell compatible con sh que incorpora caracteristicas del Bourne shell, Korn shell y C shell.\\n\\nSe usa ampliamente en sesiones de linea de comandos, scripts de shell, automatizacion, administracion de sistemas, herramientas de build, flujos CI y entornos de sistemas tipo Unix.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const c = {\n slug: \"c\",\n publishedDate: \"1972-01-01\",\n extensions: [\".c\", \".h\"],\n author: \"Dennis Ritchie / Bell Labs\",\n website: \"https://www.open-std.org/jtc1/sc22/wg14/\",\n paradigms: [\"imperative\", \"procedural\", \"structured\"],\n version: \"C23\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/1/18/C_Programming_Language.svg\",\n i18n: {\n en: {\n name: \"C\",\n description: \"A general-purpose systems programming language with low-level memory access.\",\n longDescription:\n \"C is a compiled language designed for systems programming, portable software, embedded development, operating systems, language runtimes, and performance-sensitive libraries.\\n\\nIt offers direct memory management, a small core language, and close interaction with machine-level concepts while remaining portable across many hardware and operating system targets.\",\n },\n es: {\n name: \"C\",\n description:\n \"Un lenguaje de programacion de proposito general con acceso de bajo nivel a memoria.\",\n longDescription:\n \"C es un lenguaje compilado disenado para programacion de sistemas, software portable, desarrollo embebido, sistemas operativos, runtimes de lenguajes y bibliotecas sensibles al rendimiento.\\n\\nOfrece gestion directa de memoria, un nucleo pequeno de lenguaje e interaccion cercana con conceptos de maquina, manteniendo portabilidad entre muchos sistemas operativos y arquitecturas de hardware.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const cpp = {\n slug: \"cpp\",\n publishedDate: \"1985-10-01\",\n extensions: [\".cpp\", \".cc\", \".cxx\", \".hpp\", \".hh\", \".hxx\"],\n author: \"Bjarne Stroustrup\",\n website: \"https://isocpp.org\",\n paradigms: [\"procedural\", \"object-oriented\", \"generic\", \"functional\"],\n version: \"C++23\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/1/18/ISO_C%2B%2B_Logo.svg\",\n i18n: {\n en: {\n name: \"C++\",\n description:\n \"A high-performance general-purpose language for systems, applications, games, and embedded software.\",\n longDescription:\n \"C++ extends C with classes, templates, exceptions, namespaces, generic programming, deterministic resource management, and a large standard library.\\n\\nIt is widely used for operating systems, game engines, browsers, compilers, databases, financial systems, embedded devices, and software where performance and control over memory matter.\",\n },\n es: {\n name: \"C++\",\n description:\n \"Un lenguaje general de alto rendimiento para sistemas, aplicaciones, juegos y software embebido.\",\n longDescription:\n \"C++ extiende C con clases, plantillas, excepciones, espacios de nombres, programacion generica, gestion determinista de recursos y una gran biblioteca estandar.\\n\\nSe usa ampliamente en sistemas operativos, motores de videojuegos, navegadores, compiladores, bases de datos, sistemas financieros, dispositivos embebidos y software donde importan el rendimiento y el control de memoria.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const css = {\n slug: \"css\",\n publishedDate: \"1996-12-17\",\n extensions: [\".css\"],\n author: \"Hakon Wium Lie / W3C\",\n website: \"https://www.w3.org/Style/CSS/\",\n paradigms: [\"declarative\", \"stylesheet\"],\n version: \"Living Standard\",\n logo: \"https://www.w3.org/html/logo/downloads/CSS3_Logo.svg\",\n i18n: {\n en: {\n name: \"CSS\",\n description: \"A stylesheet language for describing the presentation of web documents.\",\n longDescription:\n \"CSS defines how structured documents are presented, including layout, typography, colors, animations, responsive behavior, and visual states.\\n\\nIt is one of the core technologies of the web platform and is maintained through modular specifications rather than a single versioned language release.\",\n },\n es: {\n name: \"CSS\",\n description:\n \"Un lenguaje de hojas de estilo para describir la presentacion de documentos web.\",\n longDescription:\n \"CSS define como se presentan los documentos estructurados, incluyendo layout, tipografia, colores, animaciones, comportamiento responsivo y estados visuales.\\n\\nEs una de las tecnologias centrales de la plataforma web y se mantiene mediante especificaciones modulares en lugar de una unica version del lenguaje.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const dockerfile = {\n slug: \"dockerfile\",\n publishedDate: \"2013-03-20\",\n extensions: [\"Dockerfile\", \".dockerfile\"],\n author: \"Docker, Inc.\",\n website: \"https://docs.docker.com/reference/dockerfile/\",\n paradigms: [\"declarative\", \"configuration\", \"containerization\"],\n version: \"1.10\",\n logo: \"https://www.docker.com/wp-content/uploads/2022/03/Moby-logo.png\",\n i18n: {\n en: {\n name: \"Dockerfile\",\n description: \"A build instruction format for creating Docker container images.\",\n longDescription:\n \"Dockerfile is a text-based instruction format used to define how Docker images are built, including base images, copied files, environment variables, commands, and runtime metadata.\\n\\nIt is commonly used for packaging applications, defining reproducible build environments, and deploying software across container platforms.\",\n },\n es: {\n name: \"Dockerfile\",\n description:\n \"Un formato de instrucciones de build para crear imagenes de contenedores Docker.\",\n longDescription:\n \"Dockerfile es un formato de instrucciones basado en texto que define como se construyen imagenes Docker, incluyendo imagenes base, archivos copiados, variables de entorno, comandos y metadata de ejecucion.\\n\\nSe usa comunmente para empaquetar aplicaciones, definir entornos de build reproducibles y desplegar software en plataformas de contenedores.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const go = {\n slug: \"go\",\n publishedDate: \"2012-03-28\",\n extensions: [\".go\"],\n author: \"Robert Griesemer, Rob Pike, Ken Thompson / Google\",\n website: \"https://go.dev\",\n paradigms: [\"concurrent\", \"imperative\", \"procedural\"],\n version: \"1.26.3\",\n logo: \"https://go.dev/blog/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg\",\n i18n: {\n en: {\n name: \"Go\",\n description: \"A compiled language designed for simplicity, fast builds, and concurrency.\",\n longDescription:\n \"Go combines a small language specification, garbage collection, static typing, and built-in concurrency primitives through goroutines and channels.\\n\\nIt is commonly used for cloud services, networking tools, distributed systems, command-line applications, and infrastructure software.\",\n },\n es: {\n name: \"Go\",\n description:\n \"Un lenguaje compilado disenado para simplicidad, builds rapidos y concurrencia.\",\n longDescription:\n \"Go combina una especificacion pequena del lenguaje, recoleccion de basura, tipado estatico y primitivas de concurrencia integradas mediante goroutines y channels.\\n\\nSe usa comunmente en servicios cloud, herramientas de red, sistemas distribuidos, aplicaciones de linea de comandos y software de infraestructura.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const groovy = {\n slug: \"groovy\",\n publishedDate: \"2007-01-02\",\n extensions: [\".groovy\", \".gvy\", \".gy\", \".gsh\"],\n author: \"James Strachan / Apache Software Foundation\",\n website: \"https://groovy.apache.org\",\n paradigms: [\"object-oriented\", \"functional\", \"dynamic\", \"scripting\"],\n version: \"5.0.5\",\n logo: \"https://groovy-lang.org/img/groovy-logo.svg\",\n i18n: {\n en: {\n name: \"Groovy\",\n description: \"A dynamic language for the JVM with Java-like syntax and scripting features.\",\n longDescription:\n \"Groovy is a JVM language that integrates with Java while adding dynamic typing, concise syntax, closures, builders, metaprogramming, and scripting capabilities.\\n\\nIt is used for automation, testing, build scripts, Gradle plugins, web applications, and JVM projects that benefit from expressive syntax and Java interoperability.\",\n },\n es: {\n name: \"Groovy\",\n description:\n \"Un lenguaje dinamico para la JVM con sintaxis similar a Java y funciones de scripting.\",\n longDescription:\n \"Groovy es un lenguaje para la JVM que se integra con Java y agrega tipado dinamico, sintaxis concisa, closures, builders, metaprogramacion y capacidades de scripting.\\n\\nSe usa para automatizacion, testing, scripts de build, plugins de Gradle, aplicaciones web y proyectos JVM que se benefician de sintaxis expresiva e interoperabilidad con Java.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const html = {\n slug: \"html\",\n publishedDate: \"1993-06-01\",\n extensions: [\".html\", \".htm\"],\n author: \"Tim Berners-Lee / WHATWG\",\n website: \"https://html.spec.whatwg.org\",\n paradigms: [\"declarative\", \"markup\"],\n version: \"Living Standard\",\n logo: \"https://www.w3.org/html/logo/downloads/HTML5_Badge.svg\",\n i18n: {\n en: {\n name: \"HTML\",\n description: \"A markup language for structuring web pages and browser-rendered documents.\",\n longDescription:\n \"HTML defines the structure and semantics of documents on the web, using elements and attributes to describe headings, paragraphs, links, media, forms, and application surfaces.\\n\\nIt is maintained as a living standard and works alongside CSS and JavaScript as one of the core technologies of the web platform.\",\n },\n es: {\n name: \"HTML\",\n description:\n \"Un lenguaje de marcado para estructurar paginas web y documentos en navegadores.\",\n longDescription:\n \"HTML define la estructura y semantica de documentos en la web, usando elementos y atributos para describir encabezados, parrafos, enlaces, medios, formularios y superficies de aplicacion.\\n\\nSe mantiene como un estandar vivo y trabaja junto a CSS y JavaScript como una de las tecnologias centrales de la plataforma web.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const java = {\n slug: \"java\",\n publishedDate: \"1995-05-23\",\n extensions: [\".java\"],\n author: \"James Gosling / Sun Microsystems\",\n website: \"https://www.java.com\",\n paradigms: [\"class-based\", \"concurrent\", \"generic\", \"imperative\", \"object-oriented\"],\n version: \"26\",\n logo: \"https://www.vectorlogo.zone/logos/java/java-icon.svg\",\n i18n: {\n en: {\n name: \"Java\",\n description:\n \"A class-based, object-oriented language for portable applications and services.\",\n longDescription:\n \"Java is a statically typed language and runtime platform designed around portability, a large standard library, managed memory, and a mature virtual machine.\\n\\nIt is widely used for enterprise systems, Android applications, backend services, financial platforms, distributed systems, and long-lived production software.\",\n },\n es: {\n name: \"Java\",\n description:\n \"Un lenguaje orientado a objetos basado en clases para aplicaciones y servicios portables.\",\n longDescription:\n \"Java es un lenguaje de tipado estatico y una plataforma de ejecucion disenada alrededor de portabilidad, una biblioteca estandar amplia, memoria gestionada y una maquina virtual madura.\\n\\nSe usa ampliamente en sistemas empresariales, aplicaciones Android, servicios backend, plataformas financieras, sistemas distribuidos y software de produccion de larga vida.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const javascript = {\n slug: \"javascript\",\n publishedDate: \"1995-12-04\",\n extensions: [\".js\", \".mjs\", \".cjs\", \".jsx\"],\n author: \"Brendan Eich / Netscape\",\n website: \"https://developer.mozilla.org/en-US/docs/Web/JavaScript\",\n paradigms: [\"event-driven\", \"functional\", \"imperative\", \"object-oriented\", \"prototype-based\"],\n version: \"ECMAScript 2025\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png\",\n i18n: {\n en: {\n name: \"JavaScript\",\n description: \"A dynamic scripting language for the web, servers, tools, and applications.\",\n longDescription:\n \"JavaScript is the primary programming language of the web platform, running natively in browsers and in server runtimes such as Node.js, Deno, and Bun.\\n\\nThe language is standardized as ECMAScript and supports event-driven, functional, object-oriented, and prototype-based programming styles.\",\n },\n es: {\n name: \"JavaScript\",\n description:\n \"Un lenguaje dinamico de scripting para la web, servidores, herramientas y apps.\",\n longDescription:\n \"JavaScript es el lenguaje de programacion principal de la plataforma web, ejecutandose de forma nativa en navegadores y en runtimes de servidor como Node.js, Deno y Bun.\\n\\nEl lenguaje esta estandarizado como ECMAScript y soporta estilos de programacion orientados a eventos, funcionales, orientados a objetos y basados en prototipos.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const json = {\n slug: \"json\",\n publishedDate: \"2001-04-01\",\n extensions: [\".json\"],\n author: \"Douglas Crockford\",\n website: \"https://www.json.org/json-en.html\",\n paradigms: [\"data serialization\", \"declarative\"],\n version: \"RFC 8259\",\n logo: \"https://www.json.org/img/json160.gif\",\n i18n: {\n en: {\n name: \"JSON\",\n description: \"A lightweight data interchange format based on JavaScript object syntax.\",\n longDescription:\n \"JSON represents structured data with objects, arrays, strings, numbers, booleans, and null, using a compact text format that is easy for programs to parse and generate.\\n\\nIt is widely used for web APIs, configuration files, logs, package manifests, application state, and data exchange between services.\",\n },\n es: {\n name: \"JSON\",\n description:\n \"Un formato ligero de intercambio de datos basado en sintaxis de objetos JavaScript.\",\n longDescription:\n \"JSON representa datos estructurados con objetos, arreglos, strings, numeros, booleanos y null, usando un formato de texto compacto facil de parsear y generar para los programas.\\n\\nSe usa ampliamente en APIs web, archivos de configuracion, logs, manifiestos de paquetes, estado de aplicaciones e intercambio de datos entre servicios.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const kotlin = {\n slug: \"kotlin\",\n publishedDate: \"2016-02-15\",\n extensions: [\".kt\", \".kts\"],\n author: \"JetBrains\",\n website: \"https://kotlinlang.org\",\n paradigms: [\"object-oriented\", \"functional\", \"imperative\", \"generic\"],\n version: \"2.3.20\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/7/74/Kotlin_Icon.png\",\n i18n: {\n en: {\n name: \"Kotlin\",\n description:\n \"A concise, multiplatform language for JVM, Android, native, and web development.\",\n longDescription:\n \"Kotlin is a statically typed language developed by JetBrains, designed for interoperability with Java, concise syntax, null safety, coroutines, and multiplatform development.\\n\\nIt is widely used for Android apps, backend services, Kotlin Multiplatform projects, scripting, data tooling, and applications targeting JVM, JavaScript, Native, and WebAssembly.\",\n },\n es: {\n name: \"Kotlin\",\n description:\n \"Un lenguaje conciso y multiplataforma para JVM, Android, nativo y desarrollo web.\",\n longDescription:\n \"Kotlin es un lenguaje de tipado estatico desarrollado por JetBrains, disenado para interoperar con Java, ofrecer sintaxis concisa, null safety, coroutines y desarrollo multiplataforma.\\n\\nSe usa ampliamente en apps Android, servicios backend, proyectos Kotlin Multiplatform, scripting, herramientas de datos y aplicaciones para JVM, JavaScript, Native y WebAssembly.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const markdown = {\n slug: \"markdown\",\n publishedDate: \"2004-03-19\",\n extensions: [\".md\", \".markdown\", \".mdown\", \".mkd\"],\n author: \"John Gruber / Aaron Swartz\",\n website: \"https://daringfireball.net/projects/markdown/\",\n paradigms: [\"declarative\", \"markup\"],\n version: \"CommonMark 0.31.2\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/4/48/Markdown-mark.svg\",\n i18n: {\n en: {\n name: \"Markdown\",\n description: \"A lightweight markup language for writing formatted plain-text documents.\",\n longDescription:\n \"Markdown uses plain-text syntax to represent headings, lists, links, emphasis, code blocks, tables, and other common document structures.\\n\\nIt is widely used for README files, documentation, static sites, notes, issue trackers, and publishing workflows where readable source text matters.\",\n },\n es: {\n name: \"Markdown\",\n description: \"Un lenguaje de marcado ligero para escribir documentos de texto con formato.\",\n longDescription:\n \"Markdown usa sintaxis de texto plano para representar encabezados, listas, enlaces, enfasis, bloques de codigo, tablas y otras estructuras comunes de documentos.\\n\\nSe usa ampliamente en archivos README, documentacion, sitios estaticos, notas, gestores de incidencias y flujos de publicacion donde importa que el texto fuente sea legible.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const python = {\n slug: \"python\",\n publishedDate: \"1991-02-20\",\n extensions: [\".py\", \".pyw\"],\n author: \"Guido van Rossum\",\n website: \"https://www.python.org\",\n paradigms: [\"object-oriented\", \"functional\", \"imperative\", \"procedural\"],\n version: \"3.14.4\",\n logo: \"https://www.python.org/static/community_logos/python-logo-only.svg\",\n i18n: {\n en: {\n name: \"Python\",\n description:\n \"A high-level, readable language used for applications, automation, data, and AI.\",\n longDescription:\n \"Python emphasizes readability, a compact syntax, and a broad standard library, making it popular for scripting, backend services, data analysis, education, and scientific computing.\\n\\nIts ecosystem includes major frameworks and packages for web development, automation, machine learning, numerical computing, testing, and command-line tooling.\",\n },\n es: {\n name: \"Python\",\n description:\n \"Un lenguaje de alto nivel y legible usado en aplicaciones, automatizacion, datos e IA.\",\n longDescription:\n \"Python enfatiza la legibilidad, una sintaxis compacta y una biblioteca estandar amplia, lo que lo hace popular para scripting, servicios backend, analisis de datos, educacion y computacion cientifica.\\n\\nSu ecosistema incluye frameworks y paquetes importantes para desarrollo web, automatizacion, machine learning, computacion numerica, testing y herramientas de linea de comandos.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const rust = {\n slug: \"rust\",\n publishedDate: \"2015-05-15\",\n extensions: [\".rs\"],\n author: \"Graydon Hoare / Mozilla Research\",\n website: \"https://www.rust-lang.org\",\n paradigms: [\"concurrent\", \"functional\", \"imperative\", \"procedural\"],\n version: \"1.95.0\",\n logo: \"https://www.rust-lang.org/logos/rust-logo-512x512.png\",\n i18n: {\n en: {\n name: \"Rust\",\n description: \"A systems programming language focused on safety, speed, and concurrency.\",\n longDescription:\n \"Rust provides memory safety without a garbage collector through ownership, borrowing, lifetimes, and strong compile-time checks.\\n\\nIt is used for systems software, command-line tools, web services, embedded development, WebAssembly, and performance-critical infrastructure.\",\n },\n es: {\n name: \"Rust\",\n description: \"Un lenguaje de sistemas enfocado en seguridad, velocidad y concurrencia.\",\n longDescription:\n \"Rust ofrece seguridad de memoria sin recolector de basura mediante ownership, borrowing, lifetimes y verificaciones fuertes en tiempo de compilacion.\\n\\nSe usa en software de sistemas, herramientas de linea de comandos, servicios web, desarrollo embebido, WebAssembly e infraestructura critica para rendimiento.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const sql = {\n slug: \"sql\",\n publishedDate: \"1986-01-01\",\n extensions: [\".sql\"],\n author: \"Donald D. Chamberlin, Raymond F. Boyce / IBM\",\n website: \"https://www.iso.org/standard/76583.html\",\n paradigms: [\"declarative\", \"data query\", \"relational\"],\n version: \"SQL:2023\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/8/87/Sql_data_base_with_logo.png\",\n i18n: {\n en: {\n name: \"SQL\",\n description: \"A standard language for querying, defining, and managing relational databases.\",\n longDescription:\n \"SQL is a domain-specific language for working with relational databases, including querying data, defining schemas, modifying records, and controlling access.\\n\\nIt is used across database systems such as PostgreSQL, MySQL, SQLite, SQL Server, Oracle Database, and many analytics platforms.\",\n },\n es: {\n name: \"SQL\",\n description:\n \"Un lenguaje estandar para consultar, definir y gestionar bases de datos relacionales.\",\n longDescription:\n \"SQL es un lenguaje especifico de dominio para trabajar con bases de datos relacionales, incluyendo consulta de datos, definicion de esquemas, modificacion de registros y control de acceso.\\n\\nSe usa en sistemas de bases de datos como PostgreSQL, MySQL, SQLite, SQL Server, Oracle Database y muchas plataformas de analitica.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const swift = {\n slug: \"swift\",\n publishedDate: \"2014-06-02\",\n extensions: [\".swift\"],\n author: \"Chris Lattner / Apple\",\n website: \"https://www.swift.org\",\n paradigms: [\"object-oriented\", \"functional\", \"imperative\", \"protocol-oriented\"],\n version: \"6.2.2\",\n logo: \"https://www.swift.org/assets/images/swift.svg\",\n i18n: {\n en: {\n name: \"Swift\",\n description: \"A safe, fast programming language for apps, systems, and server software.\",\n longDescription:\n \"Swift is a compiled programming language designed for safety, performance, expressiveness, and interoperability with Apple platform ecosystems.\\n\\nIt is used for iOS, macOS, watchOS, tvOS, server-side applications, command-line tools, systems programming, and cross-platform software.\",\n },\n es: {\n name: \"Swift\",\n description: \"Un lenguaje seguro y rapido para apps, sistemas y software de servidor.\",\n longDescription:\n \"Swift es un lenguaje de programacion compilado disenado para seguridad, rendimiento, expresividad e interoperabilidad con los ecosistemas de plataformas Apple.\\n\\nSe usa para iOS, macOS, watchOS, tvOS, aplicaciones del lado del servidor, herramientas de linea de comandos, programacion de sistemas y software multiplataforma.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const typescript = {\n slug: \"typescript\",\n publishedDate: \"2012-10-01\",\n extensions: [\".ts\", \".tsx\", \".mts\", \".cts\"],\n author: \"Anders Hejlsberg / Microsoft\",\n website: \"https://www.typescriptlang.org\",\n paradigms: [\"object-oriented\", \"functional\", \"imperative\", \"generic\"],\n version: \"6.0\",\n logo: \"https://www.typescriptlang.org/icons/icon-512x512.png\",\n i18n: {\n en: {\n name: \"TypeScript\",\n description: \"A typed superset of JavaScript that compiles to plain JavaScript.\",\n longDescription:\n \"TypeScript adds static typing, interfaces, generics, and modern tooling support to JavaScript while preserving JavaScript runtime semantics.\\n\\nIt is widely used for large web applications, libraries, server-side Node.js projects, and developer tools where maintainability and editor feedback matter.\",\n },\n es: {\n name: \"TypeScript\",\n description: \"Un superconjunto tipado de JavaScript que compila a JavaScript plano.\",\n longDescription:\n \"TypeScript agrega tipado estatico, interfaces, genericos y soporte moderno de herramientas a JavaScript, preservando la semantica de ejecucion de JavaScript.\\n\\nSe usa ampliamente en aplicaciones web grandes, bibliotecas, proyectos Node.js del lado del servidor y herramientas de desarrollo donde importan la mantenibilidad y el feedback del editor.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const xml = {\n slug: \"xml\",\n publishedDate: \"1998-02-10\",\n extensions: [\".xml\", \".xsd\", \".xsl\", \".xslt\"],\n author: \"World Wide Web Consortium\",\n website: \"https://www.w3.org/TR/xml/\",\n paradigms: [\"declarative\", \"markup\", \"data-serialization\"],\n version: \"XML 1.0 Fifth Edition\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/6/68/XML.svg\",\n i18n: {\n en: {\n name: \"XML\",\n description:\n \"A markup language for structured documents, configuration files, and data interchange.\",\n longDescription:\n \"XML defines a text-based format for representing structured information with custom elements, attributes, namespaces, schemas, and transformation workflows.\\n\\nIt is widely used in configuration files, enterprise integrations, document formats, web services, publishing systems, and standards that need portable, self-describing data.\",\n },\n es: {\n name: \"XML\",\n description:\n \"Un lenguaje de marcado para documentos estructurados, archivos de configuracion e intercambio de datos.\",\n longDescription:\n \"XML define un formato basado en texto para representar informacion estructurada con elementos personalizados, atributos, espacios de nombres, esquemas y flujos de transformacion.\\n\\nSe usa ampliamente en archivos de configuracion, integraciones empresariales, formatos de documentos, servicios web, sistemas de publicacion y estandares que necesitan datos portables y autodescriptivos.\",\n },\n },\n} satisfies Language;\n","import type { Language } from \"../types\";\n\nexport const yaml = {\n slug: \"yaml\",\n publishedDate: \"2001-05-11\",\n extensions: [\".yaml\", \".yml\"],\n author: \"Clark Evans, Ingy dot Net, Oren Ben-Kiki\",\n website: \"https://yaml.org\",\n paradigms: [\"data serialization\", \"declarative\"],\n version: \"1.2.2\",\n logo: \"https://yaml.org/spec/1.2.2/ext/img/yaml-logo.svg\",\n i18n: {\n en: {\n name: \"YAML\",\n description:\n \"A human-readable data serialization language used for configuration and documents.\",\n longDescription:\n \"YAML represents structured data with indentation-based syntax, supporting mappings, sequences, scalars, anchors, aliases, and multiple documents in a stream.\\n\\nIt is widely used for configuration files, CI/CD workflows, infrastructure definitions, application settings, and data exchange where readability is important.\",\n },\n es: {\n name: \"YAML\",\n description:\n \"Un lenguaje legible de serializacion de datos usado en configuracion y documentos.\",\n longDescription:\n \"YAML representa datos estructurados con una sintaxis basada en indentacion, soportando mapas, secuencias, escalares, anchors, aliases y multiples documentos en un flujo.\\n\\nSe usa ampliamente en archivos de configuracion, flujos CI/CD, definiciones de infraestructura, ajustes de aplicaciones e intercambio de datos donde la legibilidad es importante.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/bash.ts
|
|
4
|
+
var bash = {
|
|
5
|
+
slug: "bash",
|
|
6
|
+
publishedDate: "1989-06-08",
|
|
7
|
+
extensions: [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile"],
|
|
8
|
+
author: "Brian Fox / GNU Project",
|
|
9
|
+
website: "https://www.gnu.org/software/bash/",
|
|
10
|
+
paradigms: ["command", "imperative", "scripting", "shell"],
|
|
11
|
+
version: "5.3",
|
|
12
|
+
logo: "https://bashlogo.com/img/symbol/svg/full_colored_dark.svg",
|
|
13
|
+
i18n: {
|
|
14
|
+
en: {
|
|
15
|
+
name: "Bash",
|
|
16
|
+
description: "A Unix shell and command language for scripting and interactive use.",
|
|
17
|
+
longDescription: "Bash is the GNU Project's Bourne Again Shell, an sh-compatible shell with features from the Bourne shell, Korn shell, and C shell.\n\nIt is widely used for command-line sessions, shell scripts, automation, system administration, build tooling, CI workflows, and Unix-like operating system environments."
|
|
18
|
+
},
|
|
19
|
+
es: {
|
|
20
|
+
name: "Bash",
|
|
21
|
+
description: "Un shell Unix y lenguaje de comandos para scripting y uso interactivo.",
|
|
22
|
+
longDescription: "Bash es el Bourne Again Shell del Proyecto GNU, un shell compatible con sh que incorpora caracteristicas del Bourne shell, Korn shell y C shell.\n\nSe usa ampliamente en sesiones de linea de comandos, scripts de shell, automatizacion, administracion de sistemas, herramientas de build, flujos CI y entornos de sistemas tipo Unix."
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
exports.bash = bash;
|
|
28
|
+
//# sourceMappingURL=bash.cjs.map
|
|
29
|
+
//# sourceMappingURL=bash.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/bash.ts"],"names":[],"mappings":";;;AAEO,IAAM,IAAA,GAAO;AAAA,EAClB,IAAA,EAAM,MAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,YAAY,CAAC,KAAA,EAAO,SAAS,SAAA,EAAW,eAAA,EAAiB,eAAe,UAAU,CAAA;AAAA,EAClF,MAAA,EAAQ,yBAAA;AAAA,EACR,OAAA,EAAS,oCAAA;AAAA,EACT,SAAA,EAAW,CAAC,SAAA,EAAW,YAAA,EAAc,aAAa,OAAO,CAAA;AAAA,EACzD,OAAA,EAAS,KAAA;AAAA,EACT,IAAA,EAAM,2DAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EAAa,sEAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EAAa,wEAAA;AAAA,MACb,eAAA,EACE;AAAA;AACJ;AAEJ","file":"bash.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const bash = {\n slug: \"bash\",\n publishedDate: \"1989-06-08\",\n extensions: [\".sh\", \".bash\", \".bashrc\", \".bash_profile\", \".bash_login\", \".profile\"],\n author: \"Brian Fox / GNU Project\",\n website: \"https://www.gnu.org/software/bash/\",\n paradigms: [\"command\", \"imperative\", \"scripting\", \"shell\"],\n version: \"5.3\",\n logo: \"https://bashlogo.com/img/symbol/svg/full_colored_dark.svg\",\n i18n: {\n en: {\n name: \"Bash\",\n description: \"A Unix shell and command language for scripting and interactive use.\",\n longDescription:\n \"Bash is the GNU Project's Bourne Again Shell, an sh-compatible shell with features from the Bourne shell, Korn shell, and C shell.\\n\\nIt is widely used for command-line sessions, shell scripts, automation, system administration, build tooling, CI workflows, and Unix-like operating system environments.\",\n },\n es: {\n name: \"Bash\",\n description: \"Un shell Unix y lenguaje de comandos para scripting y uso interactivo.\",\n longDescription:\n \"Bash es el Bourne Again Shell del Proyecto GNU, un shell compatible con sh que incorpora caracteristicas del Bourne shell, Korn shell y C shell.\\n\\nSe usa ampliamente en sesiones de linea de comandos, scripts de shell, automatizacion, administracion de sistemas, herramientas de build, flujos CI y entornos de sistemas tipo Unix.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const bash: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
version: string;
|
|
9
|
+
logo: string;
|
|
10
|
+
i18n: {
|
|
11
|
+
en: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
longDescription: string;
|
|
15
|
+
};
|
|
16
|
+
es: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export { bash };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const bash: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
version: string;
|
|
9
|
+
logo: string;
|
|
10
|
+
i18n: {
|
|
11
|
+
en: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
longDescription: string;
|
|
15
|
+
};
|
|
16
|
+
es: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export { bash };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// src/languages/bash.ts
|
|
2
|
+
var bash = {
|
|
3
|
+
slug: "bash",
|
|
4
|
+
publishedDate: "1989-06-08",
|
|
5
|
+
extensions: [".sh", ".bash", ".bashrc", ".bash_profile", ".bash_login", ".profile"],
|
|
6
|
+
author: "Brian Fox / GNU Project",
|
|
7
|
+
website: "https://www.gnu.org/software/bash/",
|
|
8
|
+
paradigms: ["command", "imperative", "scripting", "shell"],
|
|
9
|
+
version: "5.3",
|
|
10
|
+
logo: "https://bashlogo.com/img/symbol/svg/full_colored_dark.svg",
|
|
11
|
+
i18n: {
|
|
12
|
+
en: {
|
|
13
|
+
name: "Bash",
|
|
14
|
+
description: "A Unix shell and command language for scripting and interactive use.",
|
|
15
|
+
longDescription: "Bash is the GNU Project's Bourne Again Shell, an sh-compatible shell with features from the Bourne shell, Korn shell, and C shell.\n\nIt is widely used for command-line sessions, shell scripts, automation, system administration, build tooling, CI workflows, and Unix-like operating system environments."
|
|
16
|
+
},
|
|
17
|
+
es: {
|
|
18
|
+
name: "Bash",
|
|
19
|
+
description: "Un shell Unix y lenguaje de comandos para scripting y uso interactivo.",
|
|
20
|
+
longDescription: "Bash es el Bourne Again Shell del Proyecto GNU, un shell compatible con sh que incorpora caracteristicas del Bourne shell, Korn shell y C shell.\n\nSe usa ampliamente en sesiones de linea de comandos, scripts de shell, automatizacion, administracion de sistemas, herramientas de build, flujos CI y entornos de sistemas tipo Unix."
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export { bash };
|
|
26
|
+
//# sourceMappingURL=bash.js.map
|
|
27
|
+
//# sourceMappingURL=bash.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/bash.ts"],"names":[],"mappings":";AAEO,IAAM,IAAA,GAAO;AAAA,EAClB,IAAA,EAAM,MAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,YAAY,CAAC,KAAA,EAAO,SAAS,SAAA,EAAW,eAAA,EAAiB,eAAe,UAAU,CAAA;AAAA,EAClF,MAAA,EAAQ,yBAAA;AAAA,EACR,OAAA,EAAS,oCAAA;AAAA,EACT,SAAA,EAAW,CAAC,SAAA,EAAW,YAAA,EAAc,aAAa,OAAO,CAAA;AAAA,EACzD,OAAA,EAAS,KAAA;AAAA,EACT,IAAA,EAAM,2DAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EAAa,sEAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,MAAA;AAAA,MACN,WAAA,EAAa,wEAAA;AAAA,MACb,eAAA,EACE;AAAA;AACJ;AAEJ","file":"bash.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const bash = {\n slug: \"bash\",\n publishedDate: \"1989-06-08\",\n extensions: [\".sh\", \".bash\", \".bashrc\", \".bash_profile\", \".bash_login\", \".profile\"],\n author: \"Brian Fox / GNU Project\",\n website: \"https://www.gnu.org/software/bash/\",\n paradigms: [\"command\", \"imperative\", \"scripting\", \"shell\"],\n version: \"5.3\",\n logo: \"https://bashlogo.com/img/symbol/svg/full_colored_dark.svg\",\n i18n: {\n en: {\n name: \"Bash\",\n description: \"A Unix shell and command language for scripting and interactive use.\",\n longDescription:\n \"Bash is the GNU Project's Bourne Again Shell, an sh-compatible shell with features from the Bourne shell, Korn shell, and C shell.\\n\\nIt is widely used for command-line sessions, shell scripts, automation, system administration, build tooling, CI workflows, and Unix-like operating system environments.\",\n },\n es: {\n name: \"Bash\",\n description: \"Un shell Unix y lenguaje de comandos para scripting y uso interactivo.\",\n longDescription:\n \"Bash es el Bourne Again Shell del Proyecto GNU, un shell compatible con sh que incorpora caracteristicas del Bourne shell, Korn shell y C shell.\\n\\nSe usa ampliamente en sesiones de linea de comandos, scripts de shell, automatizacion, administracion de sistemas, herramientas de build, flujos CI y entornos de sistemas tipo Unix.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/c.ts
|
|
4
|
+
var c = {
|
|
5
|
+
slug: "c",
|
|
6
|
+
publishedDate: "1972-01-01",
|
|
7
|
+
extensions: [".c", ".h"],
|
|
8
|
+
author: "Dennis Ritchie / Bell Labs",
|
|
9
|
+
website: "https://www.open-std.org/jtc1/sc22/wg14/",
|
|
10
|
+
paradigms: ["imperative", "procedural", "structured"],
|
|
11
|
+
version: "C23",
|
|
12
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/1/18/C_Programming_Language.svg",
|
|
13
|
+
i18n: {
|
|
14
|
+
en: {
|
|
15
|
+
name: "C",
|
|
16
|
+
description: "A general-purpose systems programming language with low-level memory access.",
|
|
17
|
+
longDescription: "C is a compiled language designed for systems programming, portable software, embedded development, operating systems, language runtimes, and performance-sensitive libraries.\n\nIt offers direct memory management, a small core language, and close interaction with machine-level concepts while remaining portable across many hardware and operating system targets."
|
|
18
|
+
},
|
|
19
|
+
es: {
|
|
20
|
+
name: "C",
|
|
21
|
+
description: "Un lenguaje de programacion de proposito general con acceso de bajo nivel a memoria.",
|
|
22
|
+
longDescription: "C es un lenguaje compilado disenado para programacion de sistemas, software portable, desarrollo embebido, sistemas operativos, runtimes de lenguajes y bibliotecas sensibles al rendimiento.\n\nOfrece gestion directa de memoria, un nucleo pequeno de lenguaje e interaccion cercana con conceptos de maquina, manteniendo portabilidad entre muchos sistemas operativos y arquitecturas de hardware."
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
exports.c = c;
|
|
28
|
+
//# sourceMappingURL=c.cjs.map
|
|
29
|
+
//# sourceMappingURL=c.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/c.ts"],"names":[],"mappings":";;;AAEO,IAAM,CAAA,GAAI;AAAA,EACf,IAAA,EAAM,GAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,IAAA,EAAM,IAAI,CAAA;AAAA,EACvB,MAAA,EAAQ,4BAAA;AAAA,EACR,OAAA,EAAS,0CAAA;AAAA,EACT,SAAA,EAAW,CAAC,YAAA,EAAc,YAAA,EAAc,YAAY,CAAA;AAAA,EACpD,OAAA,EAAS,KAAA;AAAA,EACT,IAAA,EAAM,gFAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,GAAA;AAAA,MACN,WAAA,EAAa,8EAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,GAAA;AAAA,MACN,WAAA,EACE,sFAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"c.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const c = {\n slug: \"c\",\n publishedDate: \"1972-01-01\",\n extensions: [\".c\", \".h\"],\n author: \"Dennis Ritchie / Bell Labs\",\n website: \"https://www.open-std.org/jtc1/sc22/wg14/\",\n paradigms: [\"imperative\", \"procedural\", \"structured\"],\n version: \"C23\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/1/18/C_Programming_Language.svg\",\n i18n: {\n en: {\n name: \"C\",\n description: \"A general-purpose systems programming language with low-level memory access.\",\n longDescription:\n \"C is a compiled language designed for systems programming, portable software, embedded development, operating systems, language runtimes, and performance-sensitive libraries.\\n\\nIt offers direct memory management, a small core language, and close interaction with machine-level concepts while remaining portable across many hardware and operating system targets.\",\n },\n es: {\n name: \"C\",\n description:\n \"Un lenguaje de programacion de proposito general con acceso de bajo nivel a memoria.\",\n longDescription:\n \"C es un lenguaje compilado disenado para programacion de sistemas, software portable, desarrollo embebido, sistemas operativos, runtimes de lenguajes y bibliotecas sensibles al rendimiento.\\n\\nOfrece gestion directa de memoria, un nucleo pequeno de lenguaje e interaccion cercana con conceptos de maquina, manteniendo portabilidad entre muchos sistemas operativos y arquitecturas de hardware.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const c: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
version: string;
|
|
9
|
+
logo: string;
|
|
10
|
+
i18n: {
|
|
11
|
+
en: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
longDescription: string;
|
|
15
|
+
};
|
|
16
|
+
es: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export { c };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const c: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
version: string;
|
|
9
|
+
logo: string;
|
|
10
|
+
i18n: {
|
|
11
|
+
en: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
longDescription: string;
|
|
15
|
+
};
|
|
16
|
+
es: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export { c };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// src/languages/c.ts
|
|
2
|
+
var c = {
|
|
3
|
+
slug: "c",
|
|
4
|
+
publishedDate: "1972-01-01",
|
|
5
|
+
extensions: [".c", ".h"],
|
|
6
|
+
author: "Dennis Ritchie / Bell Labs",
|
|
7
|
+
website: "https://www.open-std.org/jtc1/sc22/wg14/",
|
|
8
|
+
paradigms: ["imperative", "procedural", "structured"],
|
|
9
|
+
version: "C23",
|
|
10
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/1/18/C_Programming_Language.svg",
|
|
11
|
+
i18n: {
|
|
12
|
+
en: {
|
|
13
|
+
name: "C",
|
|
14
|
+
description: "A general-purpose systems programming language with low-level memory access.",
|
|
15
|
+
longDescription: "C is a compiled language designed for systems programming, portable software, embedded development, operating systems, language runtimes, and performance-sensitive libraries.\n\nIt offers direct memory management, a small core language, and close interaction with machine-level concepts while remaining portable across many hardware and operating system targets."
|
|
16
|
+
},
|
|
17
|
+
es: {
|
|
18
|
+
name: "C",
|
|
19
|
+
description: "Un lenguaje de programacion de proposito general con acceso de bajo nivel a memoria.",
|
|
20
|
+
longDescription: "C es un lenguaje compilado disenado para programacion de sistemas, software portable, desarrollo embebido, sistemas operativos, runtimes de lenguajes y bibliotecas sensibles al rendimiento.\n\nOfrece gestion directa de memoria, un nucleo pequeno de lenguaje e interaccion cercana con conceptos de maquina, manteniendo portabilidad entre muchos sistemas operativos y arquitecturas de hardware."
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export { c };
|
|
26
|
+
//# sourceMappingURL=c.js.map
|
|
27
|
+
//# sourceMappingURL=c.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/c.ts"],"names":[],"mappings":";AAEO,IAAM,CAAA,GAAI;AAAA,EACf,IAAA,EAAM,GAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,IAAA,EAAM,IAAI,CAAA;AAAA,EACvB,MAAA,EAAQ,4BAAA;AAAA,EACR,OAAA,EAAS,0CAAA;AAAA,EACT,SAAA,EAAW,CAAC,YAAA,EAAc,YAAA,EAAc,YAAY,CAAA;AAAA,EACpD,OAAA,EAAS,KAAA;AAAA,EACT,IAAA,EAAM,gFAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,GAAA;AAAA,MACN,WAAA,EAAa,8EAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,GAAA;AAAA,MACN,WAAA,EACE,sFAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"c.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const c = {\n slug: \"c\",\n publishedDate: \"1972-01-01\",\n extensions: [\".c\", \".h\"],\n author: \"Dennis Ritchie / Bell Labs\",\n website: \"https://www.open-std.org/jtc1/sc22/wg14/\",\n paradigms: [\"imperative\", \"procedural\", \"structured\"],\n version: \"C23\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/1/18/C_Programming_Language.svg\",\n i18n: {\n en: {\n name: \"C\",\n description: \"A general-purpose systems programming language with low-level memory access.\",\n longDescription:\n \"C is a compiled language designed for systems programming, portable software, embedded development, operating systems, language runtimes, and performance-sensitive libraries.\\n\\nIt offers direct memory management, a small core language, and close interaction with machine-level concepts while remaining portable across many hardware and operating system targets.\",\n },\n es: {\n name: \"C\",\n description:\n \"Un lenguaje de programacion de proposito general con acceso de bajo nivel a memoria.\",\n longDescription:\n \"C es un lenguaje compilado disenado para programacion de sistemas, software portable, desarrollo embebido, sistemas operativos, runtimes de lenguajes y bibliotecas sensibles al rendimiento.\\n\\nOfrece gestion directa de memoria, un nucleo pequeno de lenguaje e interaccion cercana con conceptos de maquina, manteniendo portabilidad entre muchos sistemas operativos y arquitecturas de hardware.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/cpp.ts
|
|
4
|
+
var cpp = {
|
|
5
|
+
slug: "cpp",
|
|
6
|
+
publishedDate: "1985-10-01",
|
|
7
|
+
extensions: [".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx"],
|
|
8
|
+
author: "Bjarne Stroustrup",
|
|
9
|
+
website: "https://isocpp.org",
|
|
10
|
+
paradigms: ["procedural", "object-oriented", "generic", "functional"],
|
|
11
|
+
version: "C++23",
|
|
12
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/1/18/ISO_C%2B%2B_Logo.svg",
|
|
13
|
+
i18n: {
|
|
14
|
+
en: {
|
|
15
|
+
name: "C++",
|
|
16
|
+
description: "A high-performance general-purpose language for systems, applications, games, and embedded software.",
|
|
17
|
+
longDescription: "C++ extends C with classes, templates, exceptions, namespaces, generic programming, deterministic resource management, and a large standard library.\n\nIt is widely used for operating systems, game engines, browsers, compilers, databases, financial systems, embedded devices, and software where performance and control over memory matter."
|
|
18
|
+
},
|
|
19
|
+
es: {
|
|
20
|
+
name: "C++",
|
|
21
|
+
description: "Un lenguaje general de alto rendimiento para sistemas, aplicaciones, juegos y software embebido.",
|
|
22
|
+
longDescription: "C++ extiende C con clases, plantillas, excepciones, espacios de nombres, programacion generica, gestion determinista de recursos y una gran biblioteca estandar.\n\nSe usa ampliamente en sistemas operativos, motores de videojuegos, navegadores, compiladores, bases de datos, sistemas financieros, dispositivos embebidos y software donde importan el rendimiento y el control de memoria."
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
exports.cpp = cpp;
|
|
28
|
+
//# sourceMappingURL=cpp.cjs.map
|
|
29
|
+
//# sourceMappingURL=cpp.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/cpp.ts"],"names":[],"mappings":";;;AAEO,IAAM,GAAA,GAAM;AAAA,EACjB,IAAA,EAAM,KAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,YAAY,CAAC,MAAA,EAAQ,OAAO,MAAA,EAAQ,MAAA,EAAQ,OAAO,MAAM,CAAA;AAAA,EACzD,MAAA,EAAQ,mBAAA;AAAA,EACR,OAAA,EAAS,oBAAA;AAAA,EACT,SAAA,EAAW,CAAC,YAAA,EAAc,iBAAA,EAAmB,WAAW,YAAY,CAAA;AAAA,EACpE,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,0EAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,sGAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,kGAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"cpp.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const cpp = {\n slug: \"cpp\",\n publishedDate: \"1985-10-01\",\n extensions: [\".cpp\", \".cc\", \".cxx\", \".hpp\", \".hh\", \".hxx\"],\n author: \"Bjarne Stroustrup\",\n website: \"https://isocpp.org\",\n paradigms: [\"procedural\", \"object-oriented\", \"generic\", \"functional\"],\n version: \"C++23\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/1/18/ISO_C%2B%2B_Logo.svg\",\n i18n: {\n en: {\n name: \"C++\",\n description:\n \"A high-performance general-purpose language for systems, applications, games, and embedded software.\",\n longDescription:\n \"C++ extends C with classes, templates, exceptions, namespaces, generic programming, deterministic resource management, and a large standard library.\\n\\nIt is widely used for operating systems, game engines, browsers, compilers, databases, financial systems, embedded devices, and software where performance and control over memory matter.\",\n },\n es: {\n name: \"C++\",\n description:\n \"Un lenguaje general de alto rendimiento para sistemas, aplicaciones, juegos y software embebido.\",\n longDescription:\n \"C++ extiende C con clases, plantillas, excepciones, espacios de nombres, programacion generica, gestion determinista de recursos y una gran biblioteca estandar.\\n\\nSe usa ampliamente en sistemas operativos, motores de videojuegos, navegadores, compiladores, bases de datos, sistemas financieros, dispositivos embebidos y software donde importan el rendimiento y el control de memoria.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const cpp: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
version: string;
|
|
9
|
+
logo: string;
|
|
10
|
+
i18n: {
|
|
11
|
+
en: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
longDescription: string;
|
|
15
|
+
};
|
|
16
|
+
es: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export { cpp };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const cpp: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
version: string;
|
|
9
|
+
logo: string;
|
|
10
|
+
i18n: {
|
|
11
|
+
en: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
longDescription: string;
|
|
15
|
+
};
|
|
16
|
+
es: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export { cpp };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// src/languages/cpp.ts
|
|
2
|
+
var cpp = {
|
|
3
|
+
slug: "cpp",
|
|
4
|
+
publishedDate: "1985-10-01",
|
|
5
|
+
extensions: [".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx"],
|
|
6
|
+
author: "Bjarne Stroustrup",
|
|
7
|
+
website: "https://isocpp.org",
|
|
8
|
+
paradigms: ["procedural", "object-oriented", "generic", "functional"],
|
|
9
|
+
version: "C++23",
|
|
10
|
+
logo: "https://upload.wikimedia.org/wikipedia/commons/1/18/ISO_C%2B%2B_Logo.svg",
|
|
11
|
+
i18n: {
|
|
12
|
+
en: {
|
|
13
|
+
name: "C++",
|
|
14
|
+
description: "A high-performance general-purpose language for systems, applications, games, and embedded software.",
|
|
15
|
+
longDescription: "C++ extends C with classes, templates, exceptions, namespaces, generic programming, deterministic resource management, and a large standard library.\n\nIt is widely used for operating systems, game engines, browsers, compilers, databases, financial systems, embedded devices, and software where performance and control over memory matter."
|
|
16
|
+
},
|
|
17
|
+
es: {
|
|
18
|
+
name: "C++",
|
|
19
|
+
description: "Un lenguaje general de alto rendimiento para sistemas, aplicaciones, juegos y software embebido.",
|
|
20
|
+
longDescription: "C++ extiende C con clases, plantillas, excepciones, espacios de nombres, programacion generica, gestion determinista de recursos y una gran biblioteca estandar.\n\nSe usa ampliamente en sistemas operativos, motores de videojuegos, navegadores, compiladores, bases de datos, sistemas financieros, dispositivos embebidos y software donde importan el rendimiento y el control de memoria."
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export { cpp };
|
|
26
|
+
//# sourceMappingURL=cpp.js.map
|
|
27
|
+
//# sourceMappingURL=cpp.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/cpp.ts"],"names":[],"mappings":";AAEO,IAAM,GAAA,GAAM;AAAA,EACjB,IAAA,EAAM,KAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,YAAY,CAAC,MAAA,EAAQ,OAAO,MAAA,EAAQ,MAAA,EAAQ,OAAO,MAAM,CAAA;AAAA,EACzD,MAAA,EAAQ,mBAAA;AAAA,EACR,OAAA,EAAS,oBAAA;AAAA,EACT,SAAA,EAAW,CAAC,YAAA,EAAc,iBAAA,EAAmB,WAAW,YAAY,CAAA;AAAA,EACpE,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,0EAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,sGAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,kGAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"cpp.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const cpp = {\n slug: \"cpp\",\n publishedDate: \"1985-10-01\",\n extensions: [\".cpp\", \".cc\", \".cxx\", \".hpp\", \".hh\", \".hxx\"],\n author: \"Bjarne Stroustrup\",\n website: \"https://isocpp.org\",\n paradigms: [\"procedural\", \"object-oriented\", \"generic\", \"functional\"],\n version: \"C++23\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/1/18/ISO_C%2B%2B_Logo.svg\",\n i18n: {\n en: {\n name: \"C++\",\n description:\n \"A high-performance general-purpose language for systems, applications, games, and embedded software.\",\n longDescription:\n \"C++ extends C with classes, templates, exceptions, namespaces, generic programming, deterministic resource management, and a large standard library.\\n\\nIt is widely used for operating systems, game engines, browsers, compilers, databases, financial systems, embedded devices, and software where performance and control over memory matter.\",\n },\n es: {\n name: \"C++\",\n description:\n \"Un lenguaje general de alto rendimiento para sistemas, aplicaciones, juegos y software embebido.\",\n longDescription:\n \"C++ extiende C con clases, plantillas, excepciones, espacios de nombres, programacion generica, gestion determinista de recursos y una gran biblioteca estandar.\\n\\nSe usa ampliamente en sistemas operativos, motores de videojuegos, navegadores, compiladores, bases de datos, sistemas financieros, dispositivos embebidos y software donde importan el rendimiento y el control de memoria.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/css.ts
|
|
4
|
+
var css = {
|
|
5
|
+
slug: "css",
|
|
6
|
+
publishedDate: "1996-12-17",
|
|
7
|
+
extensions: [".css"],
|
|
8
|
+
author: "Hakon Wium Lie / W3C",
|
|
9
|
+
website: "https://www.w3.org/Style/CSS/",
|
|
10
|
+
paradigms: ["declarative", "stylesheet"],
|
|
11
|
+
version: "Living Standard",
|
|
12
|
+
logo: "https://www.w3.org/html/logo/downloads/CSS3_Logo.svg",
|
|
13
|
+
i18n: {
|
|
14
|
+
en: {
|
|
15
|
+
name: "CSS",
|
|
16
|
+
description: "A stylesheet language for describing the presentation of web documents.",
|
|
17
|
+
longDescription: "CSS defines how structured documents are presented, including layout, typography, colors, animations, responsive behavior, and visual states.\n\nIt is one of the core technologies of the web platform and is maintained through modular specifications rather than a single versioned language release."
|
|
18
|
+
},
|
|
19
|
+
es: {
|
|
20
|
+
name: "CSS",
|
|
21
|
+
description: "Un lenguaje de hojas de estilo para describir la presentacion de documentos web.",
|
|
22
|
+
longDescription: "CSS define como se presentan los documentos estructurados, incluyendo layout, tipografia, colores, animaciones, comportamiento responsivo y estados visuales.\n\nEs una de las tecnologias centrales de la plataforma web y se mantiene mediante especificaciones modulares en lugar de una unica version del lenguaje."
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
exports.css = css;
|
|
28
|
+
//# sourceMappingURL=css.cjs.map
|
|
29
|
+
//# sourceMappingURL=css.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/languages/css.ts"],"names":[],"mappings":";;;AAEO,IAAM,GAAA,GAAM;AAAA,EACjB,IAAA,EAAM,KAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,MAAM,CAAA;AAAA,EACnB,MAAA,EAAQ,sBAAA;AAAA,EACR,OAAA,EAAS,+BAAA;AAAA,EACT,SAAA,EAAW,CAAC,aAAA,EAAe,YAAY,CAAA;AAAA,EACvC,OAAA,EAAS,iBAAA;AAAA,EACT,IAAA,EAAM,sDAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EAAa,yEAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,kFAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"css.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const css = {\n slug: \"css\",\n publishedDate: \"1996-12-17\",\n extensions: [\".css\"],\n author: \"Hakon Wium Lie / W3C\",\n website: \"https://www.w3.org/Style/CSS/\",\n paradigms: [\"declarative\", \"stylesheet\"],\n version: \"Living Standard\",\n logo: \"https://www.w3.org/html/logo/downloads/CSS3_Logo.svg\",\n i18n: {\n en: {\n name: \"CSS\",\n description: \"A stylesheet language for describing the presentation of web documents.\",\n longDescription:\n \"CSS defines how structured documents are presented, including layout, typography, colors, animations, responsive behavior, and visual states.\\n\\nIt is one of the core technologies of the web platform and is maintained through modular specifications rather than a single versioned language release.\",\n },\n es: {\n name: \"CSS\",\n description:\n \"Un lenguaje de hojas de estilo para describir la presentacion de documentos web.\",\n longDescription:\n \"CSS define como se presentan los documentos estructurados, incluyendo layout, tipografia, colores, animaciones, comportamiento responsivo y estados visuales.\\n\\nEs una de las tecnologias centrales de la plataforma web y se mantiene mediante especificaciones modulares en lugar de una unica version del lenguaje.\",\n },\n },\n} satisfies Language;\n"]}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const css: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
version: string;
|
|
9
|
+
logo: string;
|
|
10
|
+
i18n: {
|
|
11
|
+
en: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
longDescription: string;
|
|
15
|
+
};
|
|
16
|
+
es: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export { css };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const css: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
version: string;
|
|
9
|
+
logo: string;
|
|
10
|
+
i18n: {
|
|
11
|
+
en: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
longDescription: string;
|
|
15
|
+
};
|
|
16
|
+
es: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export { css };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// src/languages/css.ts
|
|
2
|
+
var css = {
|
|
3
|
+
slug: "css",
|
|
4
|
+
publishedDate: "1996-12-17",
|
|
5
|
+
extensions: [".css"],
|
|
6
|
+
author: "Hakon Wium Lie / W3C",
|
|
7
|
+
website: "https://www.w3.org/Style/CSS/",
|
|
8
|
+
paradigms: ["declarative", "stylesheet"],
|
|
9
|
+
version: "Living Standard",
|
|
10
|
+
logo: "https://www.w3.org/html/logo/downloads/CSS3_Logo.svg",
|
|
11
|
+
i18n: {
|
|
12
|
+
en: {
|
|
13
|
+
name: "CSS",
|
|
14
|
+
description: "A stylesheet language for describing the presentation of web documents.",
|
|
15
|
+
longDescription: "CSS defines how structured documents are presented, including layout, typography, colors, animations, responsive behavior, and visual states.\n\nIt is one of the core technologies of the web platform and is maintained through modular specifications rather than a single versioned language release."
|
|
16
|
+
},
|
|
17
|
+
es: {
|
|
18
|
+
name: "CSS",
|
|
19
|
+
description: "Un lenguaje de hojas de estilo para describir la presentacion de documentos web.",
|
|
20
|
+
longDescription: "CSS define como se presentan los documentos estructurados, incluyendo layout, tipografia, colores, animaciones, comportamiento responsivo y estados visuales.\n\nEs una de las tecnologias centrales de la plataforma web y se mantiene mediante especificaciones modulares en lugar de una unica version del lenguaje."
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export { css };
|
|
26
|
+
//# sourceMappingURL=css.js.map
|
|
27
|
+
//# sourceMappingURL=css.js.map
|