code-languages 1.16.0 → 1.16.1

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.
@@ -13,7 +13,7 @@ var crystal = {
13
13
  packageManagers: ["Shards"],
14
14
  ecosystems: ["Web", "CLI", "Systems", "Native Applications"]
15
15
  },
16
- version: "1.20.1",
16
+ version: "1.20.2",
17
17
  logo: "https://cdn.simpleicons.org/crystal/000000",
18
18
  i18n: {
19
19
  en: {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/languages/crystal.ts"],"names":[],"mappings":";;;AAEO,IAAM,OAAA,GAAU;AAAA,EACrB,IAAA,EAAM,SAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,KAAK,CAAA;AAAA,EAClB,MAAA,EAAQ,uEAAA;AAAA,EACR,OAAA,EAAS,0BAAA;AAAA,EACT,SAAA,EAAW,CAAC,iBAAA,EAAmB,YAAA,EAAc,cAAc,YAAY,CAAA;AAAA,EACvE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,SAAS,CAAA;AAAA,IACpB,eAAA,EAAiB,CAAC,QAAQ,CAAA;AAAA,IAC1B,UAAA,EAAY,CAAC,KAAA,EAAO,KAAA,EAAO,WAAW,qBAAqB;AAAA,GAC7D;AAAA,EACA,OAAA,EAAS,QAAA;AAAA,EACT,IAAA,EAAM,4CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EACE,yFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EACE,mGAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"crystal.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const crystal = {\n slug: \"crystal\",\n publishedDate: \"2014-06-18\",\n extensions: [\".cr\"],\n author: \"Ary Borenszweig, Juan Wajnerman, Brian Cardiff / Crystal contributors\",\n website: \"https://crystal-lang.org\",\n paradigms: [\"object-oriented\", \"functional\", \"imperative\", \"concurrent\"],\n tooling: {\n runtimes: [\"Crystal\"],\n packageManagers: [\"Shards\"],\n ecosystems: [\"Web\", \"CLI\", \"Systems\", \"Native Applications\"],\n },\n version: \"1.20.1\",\n logo: \"https://cdn.simpleicons.org/crystal/000000\",\n i18n: {\n en: {\n name: \"Crystal\",\n description:\n \"A compiled, statically typed language with Ruby-inspired syntax and native performance.\",\n longDescription:\n \"Crystal is a general-purpose programming language with syntax inspired by Ruby, static type checking, type inference, macros, fibers, channels, C bindings, and native compilation. It aims to keep code expressive while catching type errors at compile time.\\n\\nIt is used for web services, command-line tools, automation, native applications, performance-sensitive backend systems, and projects that want Ruby-like ergonomics with a compiled toolchain.\",\n },\n es: {\n name: \"Crystal\",\n description:\n \"Un lenguaje compilado y tipado estaticamente con sintaxis inspirada en Ruby y rendimiento nativo.\",\n longDescription:\n \"Crystal es un lenguaje de programacion de proposito general con sintaxis inspirada en Ruby, verificacion estatica de tipos, inferencia de tipos, macros, fibers, channels, bindings con C y compilacion nativa. Busca mantener el codigo expresivo mientras detecta errores de tipos en compilacion.\\n\\nSe usa en servicios web, herramientas de linea de comandos, automatizacion, aplicaciones nativas, backends sensibles al rendimiento y proyectos que quieren ergonomia similar a Ruby con un toolchain compilado.\",\n },\n },\n} satisfies Language;\n"]}
1
+ {"version":3,"sources":["../../src/languages/crystal.ts"],"names":[],"mappings":";;;AAEO,IAAM,OAAA,GAAU;AAAA,EACrB,IAAA,EAAM,SAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,KAAK,CAAA;AAAA,EAClB,MAAA,EAAQ,uEAAA;AAAA,EACR,OAAA,EAAS,0BAAA;AAAA,EACT,SAAA,EAAW,CAAC,iBAAA,EAAmB,YAAA,EAAc,cAAc,YAAY,CAAA;AAAA,EACvE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,SAAS,CAAA;AAAA,IACpB,eAAA,EAAiB,CAAC,QAAQ,CAAA;AAAA,IAC1B,UAAA,EAAY,CAAC,KAAA,EAAO,KAAA,EAAO,WAAW,qBAAqB;AAAA,GAC7D;AAAA,EACA,OAAA,EAAS,QAAA;AAAA,EACT,IAAA,EAAM,4CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EACE,yFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EACE,mGAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"crystal.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const crystal = {\n slug: \"crystal\",\n publishedDate: \"2014-06-18\",\n extensions: [\".cr\"],\n author: \"Ary Borenszweig, Juan Wajnerman, Brian Cardiff / Crystal contributors\",\n website: \"https://crystal-lang.org\",\n paradigms: [\"object-oriented\", \"functional\", \"imperative\", \"concurrent\"],\n tooling: {\n runtimes: [\"Crystal\"],\n packageManagers: [\"Shards\"],\n ecosystems: [\"Web\", \"CLI\", \"Systems\", \"Native Applications\"],\n },\n version: \"1.20.2\",\n logo: \"https://cdn.simpleicons.org/crystal/000000\",\n i18n: {\n en: {\n name: \"Crystal\",\n description:\n \"A compiled, statically typed language with Ruby-inspired syntax and native performance.\",\n longDescription:\n \"Crystal is a general-purpose programming language with syntax inspired by Ruby, static type checking, type inference, macros, fibers, channels, C bindings, and native compilation. It aims to keep code expressive while catching type errors at compile time.\\n\\nIt is used for web services, command-line tools, automation, native applications, performance-sensitive backend systems, and projects that want Ruby-like ergonomics with a compiled toolchain.\",\n },\n es: {\n name: \"Crystal\",\n description:\n \"Un lenguaje compilado y tipado estaticamente con sintaxis inspirada en Ruby y rendimiento nativo.\",\n longDescription:\n \"Crystal es un lenguaje de programacion de proposito general con sintaxis inspirada en Ruby, verificacion estatica de tipos, inferencia de tipos, macros, fibers, channels, bindings con C y compilacion nativa. Busca mantener el codigo expresivo mientras detecta errores de tipos en compilacion.\\n\\nSe usa en servicios web, herramientas de linea de comandos, automatizacion, aplicaciones nativas, backends sensibles al rendimiento y proyectos que quieren ergonomia similar a Ruby con un toolchain compilado.\",\n },\n },\n} satisfies Language;\n"]}
@@ -11,7 +11,7 @@ var crystal = {
11
11
  packageManagers: ["Shards"],
12
12
  ecosystems: ["Web", "CLI", "Systems", "Native Applications"]
13
13
  },
14
- version: "1.20.1",
14
+ version: "1.20.2",
15
15
  logo: "https://cdn.simpleicons.org/crystal/000000",
16
16
  i18n: {
17
17
  en: {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/languages/crystal.ts"],"names":[],"mappings":";AAEO,IAAM,OAAA,GAAU;AAAA,EACrB,IAAA,EAAM,SAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,KAAK,CAAA;AAAA,EAClB,MAAA,EAAQ,uEAAA;AAAA,EACR,OAAA,EAAS,0BAAA;AAAA,EACT,SAAA,EAAW,CAAC,iBAAA,EAAmB,YAAA,EAAc,cAAc,YAAY,CAAA;AAAA,EACvE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,SAAS,CAAA;AAAA,IACpB,eAAA,EAAiB,CAAC,QAAQ,CAAA;AAAA,IAC1B,UAAA,EAAY,CAAC,KAAA,EAAO,KAAA,EAAO,WAAW,qBAAqB;AAAA,GAC7D;AAAA,EACA,OAAA,EAAS,QAAA;AAAA,EACT,IAAA,EAAM,4CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EACE,yFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EACE,mGAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"crystal.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const crystal = {\n slug: \"crystal\",\n publishedDate: \"2014-06-18\",\n extensions: [\".cr\"],\n author: \"Ary Borenszweig, Juan Wajnerman, Brian Cardiff / Crystal contributors\",\n website: \"https://crystal-lang.org\",\n paradigms: [\"object-oriented\", \"functional\", \"imperative\", \"concurrent\"],\n tooling: {\n runtimes: [\"Crystal\"],\n packageManagers: [\"Shards\"],\n ecosystems: [\"Web\", \"CLI\", \"Systems\", \"Native Applications\"],\n },\n version: \"1.20.1\",\n logo: \"https://cdn.simpleicons.org/crystal/000000\",\n i18n: {\n en: {\n name: \"Crystal\",\n description:\n \"A compiled, statically typed language with Ruby-inspired syntax and native performance.\",\n longDescription:\n \"Crystal is a general-purpose programming language with syntax inspired by Ruby, static type checking, type inference, macros, fibers, channels, C bindings, and native compilation. It aims to keep code expressive while catching type errors at compile time.\\n\\nIt is used for web services, command-line tools, automation, native applications, performance-sensitive backend systems, and projects that want Ruby-like ergonomics with a compiled toolchain.\",\n },\n es: {\n name: \"Crystal\",\n description:\n \"Un lenguaje compilado y tipado estaticamente con sintaxis inspirada en Ruby y rendimiento nativo.\",\n longDescription:\n \"Crystal es un lenguaje de programacion de proposito general con sintaxis inspirada en Ruby, verificacion estatica de tipos, inferencia de tipos, macros, fibers, channels, bindings con C y compilacion nativa. Busca mantener el codigo expresivo mientras detecta errores de tipos en compilacion.\\n\\nSe usa en servicios web, herramientas de linea de comandos, automatizacion, aplicaciones nativas, backends sensibles al rendimiento y proyectos que quieren ergonomia similar a Ruby con un toolchain compilado.\",\n },\n },\n} satisfies Language;\n"]}
1
+ {"version":3,"sources":["../../src/languages/crystal.ts"],"names":[],"mappings":";AAEO,IAAM,OAAA,GAAU;AAAA,EACrB,IAAA,EAAM,SAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,KAAK,CAAA;AAAA,EAClB,MAAA,EAAQ,uEAAA;AAAA,EACR,OAAA,EAAS,0BAAA;AAAA,EACT,SAAA,EAAW,CAAC,iBAAA,EAAmB,YAAA,EAAc,cAAc,YAAY,CAAA;AAAA,EACvE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,SAAS,CAAA;AAAA,IACpB,eAAA,EAAiB,CAAC,QAAQ,CAAA;AAAA,IAC1B,UAAA,EAAY,CAAC,KAAA,EAAO,KAAA,EAAO,WAAW,qBAAqB;AAAA,GAC7D;AAAA,EACA,OAAA,EAAS,QAAA;AAAA,EACT,IAAA,EAAM,4CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EACE,yFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,SAAA;AAAA,MACN,WAAA,EACE,mGAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"crystal.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const crystal = {\n slug: \"crystal\",\n publishedDate: \"2014-06-18\",\n extensions: [\".cr\"],\n author: \"Ary Borenszweig, Juan Wajnerman, Brian Cardiff / Crystal contributors\",\n website: \"https://crystal-lang.org\",\n paradigms: [\"object-oriented\", \"functional\", \"imperative\", \"concurrent\"],\n tooling: {\n runtimes: [\"Crystal\"],\n packageManagers: [\"Shards\"],\n ecosystems: [\"Web\", \"CLI\", \"Systems\", \"Native Applications\"],\n },\n version: \"1.20.2\",\n logo: \"https://cdn.simpleicons.org/crystal/000000\",\n i18n: {\n en: {\n name: \"Crystal\",\n description:\n \"A compiled, statically typed language with Ruby-inspired syntax and native performance.\",\n longDescription:\n \"Crystal is a general-purpose programming language with syntax inspired by Ruby, static type checking, type inference, macros, fibers, channels, C bindings, and native compilation. It aims to keep code expressive while catching type errors at compile time.\\n\\nIt is used for web services, command-line tools, automation, native applications, performance-sensitive backend systems, and projects that want Ruby-like ergonomics with a compiled toolchain.\",\n },\n es: {\n name: \"Crystal\",\n description:\n \"Un lenguaje compilado y tipado estaticamente con sintaxis inspirada en Ruby y rendimiento nativo.\",\n longDescription:\n \"Crystal es un lenguaje de programacion de proposito general con sintaxis inspirada en Ruby, verificacion estatica de tipos, inferencia de tipos, macros, fibers, channels, bindings con C y compilacion nativa. Busca mantener el codigo expresivo mientras detecta errores de tipos en compilacion.\\n\\nSe usa en servicios web, herramientas de linea de comandos, automatizacion, aplicaciones nativas, backends sensibles al rendimiento y proyectos que quieren ergonomia similar a Ruby con un toolchain compilado.\",\n },\n },\n} satisfies Language;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-languages",
3
- "version": "1.16.0",
3
+ "version": "1.16.1",
4
4
  "description": "Structured metadata for programming languages.",
5
5
  "homepage": "https://github.com/ElJijuna/code-languages#readme",
6
6
  "bugs": {