|
1 | 1 | { |
2 | | - "generatedAt": "2026-05-15T04:14:49.402Z", |
3 | | - "total": 72, |
4 | | - "extensions": 210, |
| 2 | + "generatedAt": "2026-05-15T12:12:12.391Z", |
| 3 | + "total": 73, |
| 4 | + "extensions": 215, |
5 | 5 | "locales": ["en", "es"], |
6 | 6 | "languages": [ |
7 | 7 | { |
|
115 | 115 | "packageManagers": ["npm", "pnpm", "Yarn", "Bun"], |
116 | 116 | "ecosystems": ["Web", "Static Sites", "Content"] |
117 | 117 | }, |
118 | | - "version": "6.3.2", |
| 118 | + "version": "6.3.3", |
119 | 119 | "logo": "https://astro.build/assets/press/astro-icon-light.svg" |
120 | 120 | }, |
121 | 121 | { |
|
598 | 598 | "version": "5.0.6", |
599 | 599 | "logo": "https://upload.wikimedia.org/wikipedia/commons/3/36/Groovy-logo.svg" |
600 | 600 | }, |
| 601 | + { |
| 602 | + "slug": "hcl", |
| 603 | + "name": "HCL", |
| 604 | + "description": "HashiCorp Configuration Language for human-readable infrastructure and application configuration.", |
| 605 | + "longDescription": "HCL is HashiCorp Configuration Language, a structured configuration language designed to be readable by humans while remaining easy for tools to parse. It supports blocks, attributes, expressions, variables, functions, object values, and references used to describe infrastructure and application settings.\n\nIt is best known through Terraform, but it is also used across HashiCorp tools such as Packer, Nomad, Vault, and Consul. HCL files commonly define cloud resources, modules, providers, jobs, policies, templates, and environment-specific variables.", |
| 606 | + "esName": "HCL", |
| 607 | + "esDescription": "El lenguaje de configuracion de HashiCorp para infraestructura y configuracion legible por humanos.", |
| 608 | + "esLongDescription": "HCL es HashiCorp Configuration Language, un lenguaje de configuracion estructurado disenado para ser legible por humanos y facil de analizar por herramientas. Soporta bloques, atributos, expresiones, variables, funciones, valores de objeto y referencias usadas para describir infraestructura y configuracion de aplicaciones.\n\nEs conocido principalmente por Terraform, pero tambien se usa en herramientas de HashiCorp como Packer, Nomad, Vault y Consul. Los archivos HCL suelen definir recursos cloud, modulos, providers, jobs, politicas, templates y variables especificas por entorno.", |
| 609 | + "publishedDate": "2014-01-01", |
| 610 | + "extensions": [".hcl", ".tf", ".tfvars", ".pkr.hcl", ".nomad"], |
| 611 | + "author": "HashiCorp", |
| 612 | + "website": "https://github.com/hashicorp/hcl", |
| 613 | + "paradigms": ["declarative", "configuration", "data-serialization"], |
| 614 | + "tooling": { |
| 615 | + "runtimes": ["Terraform", "Packer", "Nomad", "Vault", "Consul"], |
| 616 | + "packageManagers": ["Terraform Registry"], |
| 617 | + "ecosystems": ["Infrastructure as Code", "DevOps", "Cloud", "HashiCorp"] |
| 618 | + }, |
| 619 | + "version": "2.24.0", |
| 620 | + "logo": "https://cdn.simpleicons.org/hashicorp/844FBA" |
| 621 | + }, |
601 | 622 | { |
602 | 623 | "slug": "html", |
603 | 624 | "name": "HTML", |
|
920 | 941 | "runtimes": ["nginx", "NGINX Plus", "OpenResty"], |
921 | 942 | "ecosystems": ["Web Servers", "Reverse Proxies", "Load Balancing", "DevOps"] |
922 | 943 | }, |
923 | | - "version": "1.30.0", |
| 944 | + "version": "1.30.1", |
924 | 945 | "logo": "https://upload.wikimedia.org/wikipedia/commons/c/c5/Nginx_logo.svg" |
925 | 946 | }, |
926 | 947 | { |
|
1067 | 1088 | "packageManagers": ["npm", "pnpm", "Yarn"], |
1068 | 1089 | "ecosystems": ["Web", "Node.js"] |
1069 | 1090 | }, |
1070 | | - "version": "3.0.3", |
| 1091 | + "version": "3.0.4", |
1071 | 1092 | "logo": "https://cdn.simpleicons.org/pug/A86454" |
1072 | 1093 | }, |
1073 | 1094 | { |
|
1130 | 1151 | "packageManagers": ["RubyGems", "Bundler"], |
1131 | 1152 | "ecosystems": ["Web", "Rails", "DevOps", "Automation"] |
1132 | 1153 | }, |
1133 | | - "version": "4.0.3", |
| 1154 | + "version": "4.0.4", |
1134 | 1155 | "logo": "https://www.ruby-lang.org/images/header-ruby-logo.png" |
1135 | 1156 | }, |
1136 | 1157 | { |
|
1193 | 1214 | "packageManagers": ["sbt", "Maven", "Gradle", "Scala CLI"], |
1194 | 1215 | "ecosystems": ["JVM", "Web", "Data Engineering", "Distributed Systems"] |
1195 | 1216 | }, |
1196 | | - "version": "3.7.4", |
| 1217 | + "version": "3.8.3", |
1197 | 1218 | "logo": "https://cdn.simpleicons.org/scala/DC322F" |
1198 | 1219 | }, |
1199 | 1220 | { |
|
1231 | 1252 | "packageManagers": ["npm", "pnpm", "Yarn", "Bun"], |
1232 | 1253 | "ecosystems": ["Web", "SvelteKit", "Vite"] |
1233 | 1254 | }, |
1234 | | - "version": "5.55.5", |
| 1255 | + "version": "5.55.7", |
1235 | 1256 | "logo": "https://upload.wikimedia.org/wikipedia/commons/1/1b/Svelte_Logo.svg" |
1236 | 1257 | }, |
1237 | 1258 | { |
|
1309 | 1330 | "website": "https://toml.io", |
1310 | 1331 | "paradigms": ["configuration", "declarative", "data-serialization"], |
1311 | 1332 | "tooling": {}, |
1312 | | - "version": "1.0.0", |
| 1333 | + "version": "1.1.0", |
1313 | 1334 | "logo": "https://cdn.simpleicons.org/toml/9C4221" |
1314 | 1335 | }, |
1315 | 1336 | { |
|
0 commit comments