code-languages 1.3.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.
Files changed (94) hide show
  1. package/README.md +77 -28
  2. package/dist/detect.cjs +331 -5
  3. package/dist/detect.cjs.map +1 -1
  4. package/dist/detect.js +331 -5
  5. package/dist/detect.js.map +1 -1
  6. package/dist/index.cjs +342 -5
  7. package/dist/index.cjs.map +1 -1
  8. package/dist/index.d.cts +293 -0
  9. package/dist/index.d.ts +293 -0
  10. package/dist/index.js +332 -6
  11. package/dist/index.js.map +1 -1
  12. package/dist/languages/cobol.cjs +33 -0
  13. package/dist/languages/cobol.cjs.map +1 -0
  14. package/dist/languages/cobol.d.cts +28 -0
  15. package/dist/languages/cobol.d.ts +28 -0
  16. package/dist/languages/cobol.js +31 -0
  17. package/dist/languages/cobol.js.map +1 -0
  18. package/dist/languages/csharp.cjs +34 -0
  19. package/dist/languages/csharp.cjs.map +1 -0
  20. package/dist/languages/csharp.d.cts +29 -0
  21. package/dist/languages/csharp.d.ts +29 -0
  22. package/dist/languages/csharp.js +32 -0
  23. package/dist/languages/csharp.js.map +1 -0
  24. package/dist/languages/dart.cjs +34 -0
  25. package/dist/languages/dart.cjs.map +1 -0
  26. package/dist/languages/dart.d.cts +29 -0
  27. package/dist/languages/dart.d.ts +29 -0
  28. package/dist/languages/dart.js +32 -0
  29. package/dist/languages/dart.js.map +1 -0
  30. package/dist/languages/graphql.cjs +34 -0
  31. package/dist/languages/graphql.cjs.map +1 -0
  32. package/dist/languages/graphql.d.cts +29 -0
  33. package/dist/languages/graphql.d.ts +29 -0
  34. package/dist/languages/graphql.js +32 -0
  35. package/dist/languages/graphql.js.map +1 -0
  36. package/dist/languages/groovy.cjs +1 -1
  37. package/dist/languages/groovy.cjs.map +1 -1
  38. package/dist/languages/groovy.js +1 -1
  39. package/dist/languages/groovy.js.map +1 -1
  40. package/dist/languages/kotlin.cjs +1 -1
  41. package/dist/languages/kotlin.cjs.map +1 -1
  42. package/dist/languages/kotlin.js +1 -1
  43. package/dist/languages/kotlin.js.map +1 -1
  44. package/dist/languages/less.cjs +34 -0
  45. package/dist/languages/less.cjs.map +1 -0
  46. package/dist/languages/less.d.cts +29 -0
  47. package/dist/languages/less.d.ts +29 -0
  48. package/dist/languages/less.js +32 -0
  49. package/dist/languages/less.js.map +1 -0
  50. package/dist/languages/makefile.cjs +33 -0
  51. package/dist/languages/makefile.cjs.map +1 -0
  52. package/dist/languages/makefile.d.cts +28 -0
  53. package/dist/languages/makefile.d.ts +28 -0
  54. package/dist/languages/makefile.js +31 -0
  55. package/dist/languages/makefile.js.map +1 -0
  56. package/dist/languages/markdown.cjs +1 -1
  57. package/dist/languages/markdown.cjs.map +1 -1
  58. package/dist/languages/markdown.js +1 -1
  59. package/dist/languages/markdown.js.map +1 -1
  60. package/dist/languages/nginx.cjs +33 -0
  61. package/dist/languages/nginx.cjs.map +1 -0
  62. package/dist/languages/nginx.d.cts +28 -0
  63. package/dist/languages/nginx.d.ts +28 -0
  64. package/dist/languages/nginx.js +31 -0
  65. package/dist/languages/nginx.js.map +1 -0
  66. package/dist/languages/objective-c.cjs +34 -0
  67. package/dist/languages/objective-c.cjs.map +1 -0
  68. package/dist/languages/objective-c.d.cts +29 -0
  69. package/dist/languages/objective-c.d.ts +29 -0
  70. package/dist/languages/objective-c.js +32 -0
  71. package/dist/languages/objective-c.js.map +1 -0
  72. package/dist/languages/svg.cjs +33 -0
  73. package/dist/languages/svg.cjs.map +1 -0
  74. package/dist/languages/svg.d.cts +28 -0
  75. package/dist/languages/svg.d.ts +28 -0
  76. package/dist/languages/svg.js +31 -0
  77. package/dist/languages/svg.js.map +1 -0
  78. package/dist/languages/swift.cjs +1 -1
  79. package/dist/languages/swift.cjs.map +1 -1
  80. package/dist/languages/swift.js +1 -1
  81. package/dist/languages/swift.js.map +1 -1
  82. package/dist/languages/visual-basic.cjs +34 -0
  83. package/dist/languages/visual-basic.cjs.map +1 -0
  84. package/dist/languages/visual-basic.d.cts +29 -0
  85. package/dist/languages/visual-basic.d.ts +29 -0
  86. package/dist/languages/visual-basic.js +32 -0
  87. package/dist/languages/visual-basic.js.map +1 -0
  88. package/dist/languages/zsh.cjs +34 -0
  89. package/dist/languages/zsh.cjs.map +1 -0
  90. package/dist/languages/zsh.d.cts +29 -0
  91. package/dist/languages/zsh.d.ts +29 -0
  92. package/dist/languages/zsh.js +32 -0
  93. package/dist/languages/zsh.js.map +1 -0
  94. package/package.json +56 -1
@@ -0,0 +1,31 @@
1
+ // src/languages/svg.ts
2
+ var svg = {
3
+ slug: "svg",
4
+ publishedDate: "2001-09-04",
5
+ extensions: [".svg", ".svgz"],
6
+ author: "W3C SVG Working Group",
7
+ website: "https://www.w3.org/TR/SVG/",
8
+ paradigms: ["declarative", "markup", "vector-graphics", "xml-based"],
9
+ tooling: {
10
+ runtimes: ["Web browsers", "SVG viewers", "Vector graphics editors"],
11
+ ecosystems: ["Web", "Design Tools", "Data Visualization"]
12
+ },
13
+ version: "SVG 2",
14
+ logo: "https://upload.wikimedia.org/wikipedia/commons/4/4f/SVG_Logo.svg",
15
+ i18n: {
16
+ en: {
17
+ name: "SVG",
18
+ description: "An XML-based markup language for scalable two-dimensional vector graphics.",
19
+ 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."
20
+ },
21
+ es: {
22
+ name: "SVG",
23
+ description: "Un lenguaje de marcado basado en XML para graficos vectoriales bidimensionales escalables.",
24
+ 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."
25
+ }
26
+ }
27
+ };
28
+
29
+ export { svg };
30
+ //# sourceMappingURL=svg.js.map
31
+ //# sourceMappingURL=svg.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/languages/svg.ts"],"names":[],"mappings":";AAEO,IAAM,GAAA,GAAM;AAAA,EACjB,IAAA,EAAM,KAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,MAAA,EAAQ,OAAO,CAAA;AAAA,EAC5B,MAAA,EAAQ,uBAAA;AAAA,EACR,OAAA,EAAS,4BAAA;AAAA,EACT,SAAA,EAAW,CAAC,aAAA,EAAe,QAAA,EAAU,mBAAmB,WAAW,CAAA;AAAA,EACnE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,cAAA,EAAgB,aAAA,EAAe,yBAAyB,CAAA;AAAA,IACnE,UAAA,EAAY,CAAC,KAAA,EAAO,cAAA,EAAgB,oBAAoB;AAAA,GAC1D;AAAA,EACA,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,kEAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EAAa,4EAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,4FAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"svg.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const svg = {\n slug: \"svg\",\n publishedDate: \"2001-09-04\",\n extensions: [\".svg\", \".svgz\"],\n author: \"W3C SVG Working Group\",\n website: \"https://www.w3.org/TR/SVG/\",\n paradigms: [\"declarative\", \"markup\", \"vector-graphics\", \"xml-based\"],\n tooling: {\n runtimes: [\"Web browsers\", \"SVG viewers\", \"Vector graphics editors\"],\n ecosystems: [\"Web\", \"Design Tools\", \"Data Visualization\"],\n },\n version: \"SVG 2\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/4/4f/SVG_Logo.svg\",\n i18n: {\n en: {\n name: \"SVG\",\n description: \"An XML-based markup language for scalable two-dimensional vector graphics.\",\n longDescription:\n \"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.\",\n },\n es: {\n name: \"SVG\",\n description:\n \"Un lenguaje de marcado basado en XML para graficos vectoriales bidimensionales escalables.\",\n longDescription:\n \"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.\",\n },\n },\n} satisfies Language;\n"]}
@@ -13,7 +13,7 @@ var swift = {
13
13
  packageManagers: ["Swift Package Manager"],
14
14
  ecosystems: ["Apple", "Server-side Swift"]
15
15
  },
16
- version: "6.2.2",
16
+ version: "6.3.1",
17
17
  logo: "https://www.swift.org/assets/images/swift.svg",
18
18
  i18n: {
19
19
  en: {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/languages/swift.ts"],"names":[],"mappings":";;;AAEO,IAAM,KAAA,GAAQ;AAAA,EACnB,IAAA,EAAM,OAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,QAAQ,CAAA;AAAA,EACrB,MAAA,EAAQ,uBAAA;AAAA,EACR,OAAA,EAAS,uBAAA;AAAA,EACT,SAAA,EAAW,CAAC,iBAAA,EAAmB,YAAA,EAAc,cAAc,mBAAmB,CAAA;AAAA,EAC9E,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,iBAAA,EAAmB,OAAA,EAAS,SAAS,CAAA;AAAA,IAChD,eAAA,EAAiB,CAAC,uBAAuB,CAAA;AAAA,IACzC,UAAA,EAAY,CAAC,OAAA,EAAS,mBAAmB;AAAA,GAC3C;AAAA,EACA,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,+CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,OAAA;AAAA,MACN,WAAA,EAAa,2EAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,OAAA;AAAA,MACN,WAAA,EAAa,yEAAA;AAAA,MACb,eAAA,EACE;AAAA;AACJ;AAEJ","file":"swift.cjs","sourcesContent":["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 tooling: {\n runtimes: [\"Apple platforms\", \"Linux\", \"Windows\"],\n packageManagers: [\"Swift Package Manager\"],\n ecosystems: [\"Apple\", \"Server-side Swift\"],\n },\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"]}
1
+ {"version":3,"sources":["../../src/languages/swift.ts"],"names":[],"mappings":";;;AAEO,IAAM,KAAA,GAAQ;AAAA,EACnB,IAAA,EAAM,OAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,QAAQ,CAAA;AAAA,EACrB,MAAA,EAAQ,uBAAA;AAAA,EACR,OAAA,EAAS,uBAAA;AAAA,EACT,SAAA,EAAW,CAAC,iBAAA,EAAmB,YAAA,EAAc,cAAc,mBAAmB,CAAA;AAAA,EAC9E,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,iBAAA,EAAmB,OAAA,EAAS,SAAS,CAAA;AAAA,IAChD,eAAA,EAAiB,CAAC,uBAAuB,CAAA;AAAA,IACzC,UAAA,EAAY,CAAC,OAAA,EAAS,mBAAmB;AAAA,GAC3C;AAAA,EACA,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,+CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,OAAA;AAAA,MACN,WAAA,EAAa,2EAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,OAAA;AAAA,MACN,WAAA,EAAa,yEAAA;AAAA,MACb,eAAA,EACE;AAAA;AACJ;AAEJ","file":"swift.cjs","sourcesContent":["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 tooling: {\n runtimes: [\"Apple platforms\", \"Linux\", \"Windows\"],\n packageManagers: [\"Swift Package Manager\"],\n ecosystems: [\"Apple\", \"Server-side Swift\"],\n },\n version: \"6.3.1\",\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"]}
@@ -11,7 +11,7 @@ var swift = {
11
11
  packageManagers: ["Swift Package Manager"],
12
12
  ecosystems: ["Apple", "Server-side Swift"]
13
13
  },
14
- version: "6.2.2",
14
+ version: "6.3.1",
15
15
  logo: "https://www.swift.org/assets/images/swift.svg",
16
16
  i18n: {
17
17
  en: {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/languages/swift.ts"],"names":[],"mappings":";AAEO,IAAM,KAAA,GAAQ;AAAA,EACnB,IAAA,EAAM,OAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,QAAQ,CAAA;AAAA,EACrB,MAAA,EAAQ,uBAAA;AAAA,EACR,OAAA,EAAS,uBAAA;AAAA,EACT,SAAA,EAAW,CAAC,iBAAA,EAAmB,YAAA,EAAc,cAAc,mBAAmB,CAAA;AAAA,EAC9E,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,iBAAA,EAAmB,OAAA,EAAS,SAAS,CAAA;AAAA,IAChD,eAAA,EAAiB,CAAC,uBAAuB,CAAA;AAAA,IACzC,UAAA,EAAY,CAAC,OAAA,EAAS,mBAAmB;AAAA,GAC3C;AAAA,EACA,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,+CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,OAAA;AAAA,MACN,WAAA,EAAa,2EAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,OAAA;AAAA,MACN,WAAA,EAAa,yEAAA;AAAA,MACb,eAAA,EACE;AAAA;AACJ;AAEJ","file":"swift.js","sourcesContent":["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 tooling: {\n runtimes: [\"Apple platforms\", \"Linux\", \"Windows\"],\n packageManagers: [\"Swift Package Manager\"],\n ecosystems: [\"Apple\", \"Server-side Swift\"],\n },\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"]}
1
+ {"version":3,"sources":["../../src/languages/swift.ts"],"names":[],"mappings":";AAEO,IAAM,KAAA,GAAQ;AAAA,EACnB,IAAA,EAAM,OAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,QAAQ,CAAA;AAAA,EACrB,MAAA,EAAQ,uBAAA;AAAA,EACR,OAAA,EAAS,uBAAA;AAAA,EACT,SAAA,EAAW,CAAC,iBAAA,EAAmB,YAAA,EAAc,cAAc,mBAAmB,CAAA;AAAA,EAC9E,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,iBAAA,EAAmB,OAAA,EAAS,SAAS,CAAA;AAAA,IAChD,eAAA,EAAiB,CAAC,uBAAuB,CAAA;AAAA,IACzC,UAAA,EAAY,CAAC,OAAA,EAAS,mBAAmB;AAAA,GAC3C;AAAA,EACA,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,+CAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,OAAA;AAAA,MACN,WAAA,EAAa,2EAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,OAAA;AAAA,MACN,WAAA,EAAa,yEAAA;AAAA,MACb,eAAA,EACE;AAAA;AACJ;AAEJ","file":"swift.js","sourcesContent":["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 tooling: {\n runtimes: [\"Apple platforms\", \"Linux\", \"Windows\"],\n packageManagers: [\"Swift Package Manager\"],\n ecosystems: [\"Apple\", \"Server-side Swift\"],\n },\n version: \"6.3.1\",\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"]}
@@ -0,0 +1,34 @@
1
+ 'use strict';
2
+
3
+ // src/languages/visual-basic.ts
4
+ var visualBasic = {
5
+ slug: "visual-basic",
6
+ publishedDate: "2001-02-13",
7
+ extensions: [".vb"],
8
+ author: "Microsoft",
9
+ website: "https://learn.microsoft.com/dotnet/visual-basic/",
10
+ paradigms: ["event-driven", "generic", "object-oriented", "structured"],
11
+ tooling: {
12
+ runtimes: [".NET", ".NET Framework", "Mono"],
13
+ packageManagers: ["NuGet"],
14
+ ecosystems: [".NET", "Visual Studio", "Windows Forms", "ASP.NET"]
15
+ },
16
+ version: "17.13",
17
+ logo: "https://upload.wikimedia.org/wikipedia/commons/4/40/VB.NET_Logo.svg",
18
+ i18n: {
19
+ en: {
20
+ name: "Visual Basic",
21
+ description: "An approachable .NET language for type-safe, object-oriented applications.",
22
+ 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."
23
+ },
24
+ es: {
25
+ name: "Visual Basic",
26
+ description: "Un lenguaje .NET accesible para aplicaciones orientadas a objetos y type-safe.",
27
+ 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."
28
+ }
29
+ }
30
+ };
31
+
32
+ exports.visualBasic = visualBasic;
33
+ //# sourceMappingURL=visual-basic.cjs.map
34
+ //# sourceMappingURL=visual-basic.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/languages/visual-basic.ts"],"names":[],"mappings":";;;AAEO,IAAM,WAAA,GAAc;AAAA,EACzB,IAAA,EAAM,cAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,KAAK,CAAA;AAAA,EAClB,MAAA,EAAQ,WAAA;AAAA,EACR,OAAA,EAAS,kDAAA;AAAA,EACT,SAAA,EAAW,CAAC,cAAA,EAAgB,SAAA,EAAW,mBAAmB,YAAY,CAAA;AAAA,EACtE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,MAAA,EAAQ,gBAAA,EAAkB,MAAM,CAAA;AAAA,IAC3C,eAAA,EAAiB,CAAC,OAAO,CAAA;AAAA,IACzB,UAAA,EAAY,CAAC,MAAA,EAAQ,eAAA,EAAiB,iBAAiB,SAAS;AAAA,GAClE;AAAA,EACA,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,qEAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,cAAA;AAAA,MACN,WAAA,EAAa,4EAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,cAAA;AAAA,MACN,WAAA,EAAa,gFAAA;AAAA,MACb,eAAA,EACE;AAAA;AACJ;AAEJ","file":"visual-basic.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const visualBasic = {\n slug: \"visual-basic\",\n publishedDate: \"2001-02-13\",\n extensions: [\".vb\"],\n author: \"Microsoft\",\n website: \"https://learn.microsoft.com/dotnet/visual-basic/\",\n paradigms: [\"event-driven\", \"generic\", \"object-oriented\", \"structured\"],\n tooling: {\n runtimes: [\".NET\", \".NET Framework\", \"Mono\"],\n packageManagers: [\"NuGet\"],\n ecosystems: [\".NET\", \"Visual Studio\", \"Windows Forms\", \"ASP.NET\"],\n },\n version: \"17.13\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/4/40/VB.NET_Logo.svg\",\n i18n: {\n en: {\n name: \"Visual Basic\",\n description: \"An approachable .NET language for type-safe, object-oriented applications.\",\n longDescription:\n \"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.\",\n },\n es: {\n name: \"Visual Basic\",\n description: \"Un lenguaje .NET accesible para aplicaciones orientadas a objetos y type-safe.\",\n longDescription:\n \"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.\",\n },\n },\n} satisfies Language;\n"]}
@@ -0,0 +1,29 @@
1
+ declare const visualBasic: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ packageManagers: string[];
11
+ ecosystems: string[];
12
+ };
13
+ version: string;
14
+ logo: string;
15
+ i18n: {
16
+ en: {
17
+ name: string;
18
+ description: string;
19
+ longDescription: string;
20
+ };
21
+ es: {
22
+ name: string;
23
+ description: string;
24
+ longDescription: string;
25
+ };
26
+ };
27
+ };
28
+
29
+ export { visualBasic };
@@ -0,0 +1,29 @@
1
+ declare const visualBasic: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ packageManagers: string[];
11
+ ecosystems: string[];
12
+ };
13
+ version: string;
14
+ logo: string;
15
+ i18n: {
16
+ en: {
17
+ name: string;
18
+ description: string;
19
+ longDescription: string;
20
+ };
21
+ es: {
22
+ name: string;
23
+ description: string;
24
+ longDescription: string;
25
+ };
26
+ };
27
+ };
28
+
29
+ export { visualBasic };
@@ -0,0 +1,32 @@
1
+ // src/languages/visual-basic.ts
2
+ var visualBasic = {
3
+ slug: "visual-basic",
4
+ publishedDate: "2001-02-13",
5
+ extensions: [".vb"],
6
+ author: "Microsoft",
7
+ website: "https://learn.microsoft.com/dotnet/visual-basic/",
8
+ paradigms: ["event-driven", "generic", "object-oriented", "structured"],
9
+ tooling: {
10
+ runtimes: [".NET", ".NET Framework", "Mono"],
11
+ packageManagers: ["NuGet"],
12
+ ecosystems: [".NET", "Visual Studio", "Windows Forms", "ASP.NET"]
13
+ },
14
+ version: "17.13",
15
+ logo: "https://upload.wikimedia.org/wikipedia/commons/4/40/VB.NET_Logo.svg",
16
+ i18n: {
17
+ en: {
18
+ name: "Visual Basic",
19
+ description: "An approachable .NET language for type-safe, object-oriented applications.",
20
+ 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."
21
+ },
22
+ es: {
23
+ name: "Visual Basic",
24
+ description: "Un lenguaje .NET accesible para aplicaciones orientadas a objetos y type-safe.",
25
+ 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."
26
+ }
27
+ }
28
+ };
29
+
30
+ export { visualBasic };
31
+ //# sourceMappingURL=visual-basic.js.map
32
+ //# sourceMappingURL=visual-basic.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/languages/visual-basic.ts"],"names":[],"mappings":";AAEO,IAAM,WAAA,GAAc;AAAA,EACzB,IAAA,EAAM,cAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,KAAK,CAAA;AAAA,EAClB,MAAA,EAAQ,WAAA;AAAA,EACR,OAAA,EAAS,kDAAA;AAAA,EACT,SAAA,EAAW,CAAC,cAAA,EAAgB,SAAA,EAAW,mBAAmB,YAAY,CAAA;AAAA,EACtE,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,MAAA,EAAQ,gBAAA,EAAkB,MAAM,CAAA;AAAA,IAC3C,eAAA,EAAiB,CAAC,OAAO,CAAA;AAAA,IACzB,UAAA,EAAY,CAAC,MAAA,EAAQ,eAAA,EAAiB,iBAAiB,SAAS;AAAA,GAClE;AAAA,EACA,OAAA,EAAS,OAAA;AAAA,EACT,IAAA,EAAM,qEAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,cAAA;AAAA,MACN,WAAA,EAAa,4EAAA;AAAA,MACb,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,cAAA;AAAA,MACN,WAAA,EAAa,gFAAA;AAAA,MACb,eAAA,EACE;AAAA;AACJ;AAEJ","file":"visual-basic.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const visualBasic = {\n slug: \"visual-basic\",\n publishedDate: \"2001-02-13\",\n extensions: [\".vb\"],\n author: \"Microsoft\",\n website: \"https://learn.microsoft.com/dotnet/visual-basic/\",\n paradigms: [\"event-driven\", \"generic\", \"object-oriented\", \"structured\"],\n tooling: {\n runtimes: [\".NET\", \".NET Framework\", \"Mono\"],\n packageManagers: [\"NuGet\"],\n ecosystems: [\".NET\", \"Visual Studio\", \"Windows Forms\", \"ASP.NET\"],\n },\n version: \"17.13\",\n logo: \"https://upload.wikimedia.org/wikipedia/commons/4/40/VB.NET_Logo.svg\",\n i18n: {\n en: {\n name: \"Visual Basic\",\n description: \"An approachable .NET language for type-safe, object-oriented applications.\",\n longDescription:\n \"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.\",\n },\n es: {\n name: \"Visual Basic\",\n description: \"Un lenguaje .NET accesible para aplicaciones orientadas a objetos y type-safe.\",\n longDescription:\n \"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.\",\n },\n },\n} satisfies Language;\n"]}
@@ -0,0 +1,34 @@
1
+ 'use strict';
2
+
3
+ // src/languages/zsh.ts
4
+ var zsh = {
5
+ slug: "zsh",
6
+ publishedDate: "1990-01-01",
7
+ extensions: [".zsh", ".zshrc", ".zshenv", ".zprofile", ".zlogin", ".zlogout", ".zsh-theme"],
8
+ author: "Paul Falstad",
9
+ website: "https://www.zsh.org",
10
+ paradigms: ["command", "imperative", "scripting", "shell"],
11
+ tooling: {
12
+ runtimes: ["Z shell", "Unix-like shells"],
13
+ packageManagers: ["Homebrew", "APT", "DNF", "Pacman"],
14
+ ecosystems: ["Unix", "Linux", "macOS", "DevOps"]
15
+ },
16
+ version: "5.9",
17
+ logo: "https://commons.wikimedia.org/wiki/Special:Redirect/file/Z_Shell_Logo_Color_Horizontal.svg",
18
+ i18n: {
19
+ en: {
20
+ name: "zsh",
21
+ description: "A Unix shell and command language for interactive use, scripting, and automation.",
22
+ 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."
23
+ },
24
+ es: {
25
+ name: "zsh",
26
+ description: "Un shell Unix y lenguaje de comandos para uso interactivo, scripting y automatizacion.",
27
+ 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."
28
+ }
29
+ }
30
+ };
31
+
32
+ exports.zsh = zsh;
33
+ //# sourceMappingURL=zsh.cjs.map
34
+ //# sourceMappingURL=zsh.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/languages/zsh.ts"],"names":[],"mappings":";;;AAEO,IAAM,GAAA,GAAM;AAAA,EACjB,IAAA,EAAM,KAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,MAAA,EAAQ,QAAA,EAAU,WAAW,WAAA,EAAa,SAAA,EAAW,YAAY,YAAY,CAAA;AAAA,EAC1F,MAAA,EAAQ,cAAA;AAAA,EACR,OAAA,EAAS,qBAAA;AAAA,EACT,SAAA,EAAW,CAAC,SAAA,EAAW,YAAA,EAAc,aAAa,OAAO,CAAA;AAAA,EACzD,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,SAAA,EAAW,kBAAkB,CAAA;AAAA,IACxC,eAAA,EAAiB,CAAC,UAAA,EAAY,KAAA,EAAO,OAAO,QAAQ,CAAA;AAAA,IACpD,UAAA,EAAY,CAAC,MAAA,EAAQ,OAAA,EAAS,SAAS,QAAQ;AAAA,GACjD;AAAA,EACA,OAAA,EAAS,KAAA;AAAA,EACT,IAAA,EAAM,4FAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,mFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,wFAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"zsh.cjs","sourcesContent":["import type { Language } from \"../types\";\n\nexport const zsh = {\n slug: \"zsh\",\n publishedDate: \"1990-01-01\",\n extensions: [\".zsh\", \".zshrc\", \".zshenv\", \".zprofile\", \".zlogin\", \".zlogout\", \".zsh-theme\"],\n author: \"Paul Falstad\",\n website: \"https://www.zsh.org\",\n paradigms: [\"command\", \"imperative\", \"scripting\", \"shell\"],\n tooling: {\n runtimes: [\"Z shell\", \"Unix-like shells\"],\n packageManagers: [\"Homebrew\", \"APT\", \"DNF\", \"Pacman\"],\n ecosystems: [\"Unix\", \"Linux\", \"macOS\", \"DevOps\"],\n },\n version: \"5.9\",\n logo: \"https://commons.wikimedia.org/wiki/Special:Redirect/file/Z_Shell_Logo_Color_Horizontal.svg\",\n i18n: {\n en: {\n name: \"zsh\",\n description:\n \"A Unix shell and command language for interactive use, scripting, and automation.\",\n longDescription:\n \"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.\",\n },\n es: {\n name: \"zsh\",\n description:\n \"Un shell Unix y lenguaje de comandos para uso interactivo, scripting y automatizacion.\",\n longDescription:\n \"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.\",\n },\n },\n} satisfies Language;\n"]}
@@ -0,0 +1,29 @@
1
+ declare const zsh: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ packageManagers: string[];
11
+ ecosystems: string[];
12
+ };
13
+ version: string;
14
+ logo: string;
15
+ i18n: {
16
+ en: {
17
+ name: string;
18
+ description: string;
19
+ longDescription: string;
20
+ };
21
+ es: {
22
+ name: string;
23
+ description: string;
24
+ longDescription: string;
25
+ };
26
+ };
27
+ };
28
+
29
+ export { zsh };
@@ -0,0 +1,29 @@
1
+ declare const zsh: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ packageManagers: string[];
11
+ ecosystems: string[];
12
+ };
13
+ version: string;
14
+ logo: string;
15
+ i18n: {
16
+ en: {
17
+ name: string;
18
+ description: string;
19
+ longDescription: string;
20
+ };
21
+ es: {
22
+ name: string;
23
+ description: string;
24
+ longDescription: string;
25
+ };
26
+ };
27
+ };
28
+
29
+ export { zsh };
@@ -0,0 +1,32 @@
1
+ // src/languages/zsh.ts
2
+ var zsh = {
3
+ slug: "zsh",
4
+ publishedDate: "1990-01-01",
5
+ extensions: [".zsh", ".zshrc", ".zshenv", ".zprofile", ".zlogin", ".zlogout", ".zsh-theme"],
6
+ author: "Paul Falstad",
7
+ website: "https://www.zsh.org",
8
+ paradigms: ["command", "imperative", "scripting", "shell"],
9
+ tooling: {
10
+ runtimes: ["Z shell", "Unix-like shells"],
11
+ packageManagers: ["Homebrew", "APT", "DNF", "Pacman"],
12
+ ecosystems: ["Unix", "Linux", "macOS", "DevOps"]
13
+ },
14
+ version: "5.9",
15
+ logo: "https://commons.wikimedia.org/wiki/Special:Redirect/file/Z_Shell_Logo_Color_Horizontal.svg",
16
+ i18n: {
17
+ en: {
18
+ name: "zsh",
19
+ description: "A Unix shell and command language for interactive use, scripting, and automation.",
20
+ 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."
21
+ },
22
+ es: {
23
+ name: "zsh",
24
+ description: "Un shell Unix y lenguaje de comandos para uso interactivo, scripting y automatizacion.",
25
+ 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."
26
+ }
27
+ }
28
+ };
29
+
30
+ export { zsh };
31
+ //# sourceMappingURL=zsh.js.map
32
+ //# sourceMappingURL=zsh.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/languages/zsh.ts"],"names":[],"mappings":";AAEO,IAAM,GAAA,GAAM;AAAA,EACjB,IAAA,EAAM,KAAA;AAAA,EACN,aAAA,EAAe,YAAA;AAAA,EACf,UAAA,EAAY,CAAC,MAAA,EAAQ,QAAA,EAAU,WAAW,WAAA,EAAa,SAAA,EAAW,YAAY,YAAY,CAAA;AAAA,EAC1F,MAAA,EAAQ,cAAA;AAAA,EACR,OAAA,EAAS,qBAAA;AAAA,EACT,SAAA,EAAW,CAAC,SAAA,EAAW,YAAA,EAAc,aAAa,OAAO,CAAA;AAAA,EACzD,OAAA,EAAS;AAAA,IACP,QAAA,EAAU,CAAC,SAAA,EAAW,kBAAkB,CAAA;AAAA,IACxC,eAAA,EAAiB,CAAC,UAAA,EAAY,KAAA,EAAO,OAAO,QAAQ,CAAA;AAAA,IACpD,UAAA,EAAY,CAAC,MAAA,EAAQ,OAAA,EAAS,SAAS,QAAQ;AAAA,GACjD;AAAA,EACA,OAAA,EAAS,KAAA;AAAA,EACT,IAAA,EAAM,4FAAA;AAAA,EACN,IAAA,EAAM;AAAA,IACJ,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,mFAAA;AAAA,MACF,eAAA,EACE;AAAA,KACJ;AAAA,IACA,EAAA,EAAI;AAAA,MACF,IAAA,EAAM,KAAA;AAAA,MACN,WAAA,EACE,wFAAA;AAAA,MACF,eAAA,EACE;AAAA;AACJ;AAEJ","file":"zsh.js","sourcesContent":["import type { Language } from \"../types\";\n\nexport const zsh = {\n slug: \"zsh\",\n publishedDate: \"1990-01-01\",\n extensions: [\".zsh\", \".zshrc\", \".zshenv\", \".zprofile\", \".zlogin\", \".zlogout\", \".zsh-theme\"],\n author: \"Paul Falstad\",\n website: \"https://www.zsh.org\",\n paradigms: [\"command\", \"imperative\", \"scripting\", \"shell\"],\n tooling: {\n runtimes: [\"Z shell\", \"Unix-like shells\"],\n packageManagers: [\"Homebrew\", \"APT\", \"DNF\", \"Pacman\"],\n ecosystems: [\"Unix\", \"Linux\", \"macOS\", \"DevOps\"],\n },\n version: \"5.9\",\n logo: \"https://commons.wikimedia.org/wiki/Special:Redirect/file/Z_Shell_Logo_Color_Horizontal.svg\",\n i18n: {\n en: {\n name: \"zsh\",\n description:\n \"A Unix shell and command language for interactive use, scripting, and automation.\",\n longDescription:\n \"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.\",\n },\n es: {\n name: \"zsh\",\n description:\n \"Un shell Unix y lenguaje de comandos para uso interactivo, scripting y automatizacion.\",\n longDescription:\n \"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.\",\n },\n },\n} satisfies Language;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-languages",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Structured metadata for programming languages.",
5
5
  "homepage": "https://github.com/ElJijuna/code-languages#readme",
6
6
  "bugs": {
@@ -61,16 +61,36 @@
61
61
  "import": "./dist/languages/c.js",
62
62
  "require": "./dist/languages/c.cjs"
63
63
  },
64
+ "./csharp": {
65
+ "types": "./dist/languages/csharp.d.ts",
66
+ "import": "./dist/languages/csharp.js",
67
+ "require": "./dist/languages/csharp.cjs"
68
+ },
69
+ "./cobol": {
70
+ "types": "./dist/languages/cobol.d.ts",
71
+ "import": "./dist/languages/cobol.js",
72
+ "require": "./dist/languages/cobol.cjs"
73
+ },
64
74
  "./cpp": {
65
75
  "types": "./dist/languages/cpp.d.ts",
66
76
  "import": "./dist/languages/cpp.js",
67
77
  "require": "./dist/languages/cpp.cjs"
68
78
  },
79
+ "./dart": {
80
+ "types": "./dist/languages/dart.d.ts",
81
+ "import": "./dist/languages/dart.js",
82
+ "require": "./dist/languages/dart.cjs"
83
+ },
69
84
  "./typescript": {
70
85
  "types": "./dist/languages/typescript.d.ts",
71
86
  "import": "./dist/languages/typescript.js",
72
87
  "require": "./dist/languages/typescript.cjs"
73
88
  },
89
+ "./visual-basic": {
90
+ "types": "./dist/languages/visual-basic.d.ts",
91
+ "import": "./dist/languages/visual-basic.js",
92
+ "require": "./dist/languages/visual-basic.cjs"
93
+ },
74
94
  "./javascript": {
75
95
  "types": "./dist/languages/javascript.d.ts",
76
96
  "import": "./dist/languages/javascript.js",
@@ -86,11 +106,31 @@
86
106
  "import": "./dist/languages/kotlin.js",
87
107
  "require": "./dist/languages/kotlin.cjs"
88
108
  },
109
+ "./less": {
110
+ "types": "./dist/languages/less.d.ts",
111
+ "import": "./dist/languages/less.js",
112
+ "require": "./dist/languages/less.cjs"
113
+ },
114
+ "./makefile": {
115
+ "types": "./dist/languages/makefile.d.ts",
116
+ "import": "./dist/languages/makefile.js",
117
+ "require": "./dist/languages/makefile.cjs"
118
+ },
119
+ "./nginx": {
120
+ "types": "./dist/languages/nginx.d.ts",
121
+ "import": "./dist/languages/nginx.js",
122
+ "require": "./dist/languages/nginx.cjs"
123
+ },
89
124
  "./sql": {
90
125
  "types": "./dist/languages/sql.d.ts",
91
126
  "import": "./dist/languages/sql.js",
92
127
  "require": "./dist/languages/sql.cjs"
93
128
  },
129
+ "./svg": {
130
+ "types": "./dist/languages/svg.d.ts",
131
+ "import": "./dist/languages/svg.js",
132
+ "require": "./dist/languages/svg.cjs"
133
+ },
94
134
  "./swift": {
95
135
  "types": "./dist/languages/swift.d.ts",
96
136
  "import": "./dist/languages/swift.js",
@@ -136,6 +176,11 @@
136
176
  "import": "./dist/languages/go.js",
137
177
  "require": "./dist/languages/go.cjs"
138
178
  },
179
+ "./graphql": {
180
+ "types": "./dist/languages/graphql.d.ts",
181
+ "import": "./dist/languages/graphql.js",
182
+ "require": "./dist/languages/graphql.cjs"
183
+ },
139
184
  "./groovy": {
140
185
  "types": "./dist/languages/groovy.d.ts",
141
186
  "import": "./dist/languages/groovy.js",
@@ -161,6 +206,11 @@
161
206
  "import": "./dist/languages/markdown.js",
162
207
  "require": "./dist/languages/markdown.cjs"
163
208
  },
209
+ "./objective-c": {
210
+ "types": "./dist/languages/objective-c.d.ts",
211
+ "import": "./dist/languages/objective-c.js",
212
+ "require": "./dist/languages/objective-c.cjs"
213
+ },
164
214
  "./yaml": {
165
215
  "types": "./dist/languages/yaml.d.ts",
166
216
  "import": "./dist/languages/yaml.js",
@@ -170,6 +220,11 @@
170
220
  "types": "./dist/languages/xml.d.ts",
171
221
  "import": "./dist/languages/xml.js",
172
222
  "require": "./dist/languages/xml.cjs"
223
+ },
224
+ "./zsh": {
225
+ "types": "./dist/languages/zsh.d.ts",
226
+ "import": "./dist/languages/zsh.js",
227
+ "require": "./dist/languages/zsh.cjs"
173
228
  }
174
229
  },
175
230
  "files": [