code-languages 1.34.1 → 1.35.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 (98) hide show
  1. package/README.md +22 -2
  2. package/dist/api.cjs +1239 -0
  3. package/dist/api.d.cts +1 -1
  4. package/dist/api.d.ts +1 -1
  5. package/dist/api.js +1239 -0
  6. package/dist/detect-slugs.cjs +20 -0
  7. package/dist/detect-slugs.d.cts +1 -1
  8. package/dist/detect-slugs.d.ts +1 -1
  9. package/dist/detect-slugs.js +20 -0
  10. package/dist/detect.cjs +999 -0
  11. package/dist/detect.js +999 -0
  12. package/dist/index.cjs +1259 -0
  13. package/dist/index.d.cts +1158 -219
  14. package/dist/index.d.ts +1158 -219
  15. package/dist/index.js +1260 -1
  16. package/dist/{language-registry-CaYtxJN8.d.cts → language-registry-Bz9o1rt_.d.cts} +60 -0
  17. package/dist/{language-registry-CaYtxJN8.d.ts → language-registry-Bz9o1rt_.d.ts} +60 -0
  18. package/dist/languages/ampl.cjs +52 -0
  19. package/dist/languages/ampl.d.cts +49 -0
  20. package/dist/languages/ampl.d.ts +49 -0
  21. package/dist/languages/ampl.js +50 -0
  22. package/dist/languages/bibtex.cjs +52 -0
  23. package/dist/languages/bibtex.d.cts +49 -0
  24. package/dist/languages/bibtex.d.ts +49 -0
  25. package/dist/languages/bibtex.js +50 -0
  26. package/dist/languages/brainfuck.cjs +52 -0
  27. package/dist/languages/brainfuck.d.cts +49 -0
  28. package/dist/languages/brainfuck.d.ts +49 -0
  29. package/dist/languages/brainfuck.js +50 -0
  30. package/dist/languages/capnproto.cjs +52 -0
  31. package/dist/languages/capnproto.d.cts +49 -0
  32. package/dist/languages/capnproto.d.ts +49 -0
  33. package/dist/languages/capnproto.js +50 -0
  34. package/dist/languages/cql.cjs +52 -0
  35. package/dist/languages/cql.d.cts +49 -0
  36. package/dist/languages/cql.d.ts +49 -0
  37. package/dist/languages/cql.js +50 -0
  38. package/dist/languages/dot.cjs +52 -0
  39. package/dist/languages/dot.d.cts +49 -0
  40. package/dist/languages/dot.d.ts +49 -0
  41. package/dist/languages/dot.js +50 -0
  42. package/dist/languages/editorconfig.cjs +51 -0
  43. package/dist/languages/editorconfig.d.cts +48 -0
  44. package/dist/languages/editorconfig.d.ts +48 -0
  45. package/dist/languages/editorconfig.js +49 -0
  46. package/dist/languages/fql.cjs +52 -0
  47. package/dist/languages/fql.d.cts +49 -0
  48. package/dist/languages/fql.d.ts +49 -0
  49. package/dist/languages/fql.js +50 -0
  50. package/dist/languages/gcode.cjs +52 -0
  51. package/dist/languages/gcode.d.cts +49 -0
  52. package/dist/languages/gcode.d.ts +49 -0
  53. package/dist/languages/gcode.js +50 -0
  54. package/dist/languages/gettext.cjs +52 -0
  55. package/dist/languages/gettext.d.cts +49 -0
  56. package/dist/languages/gettext.d.ts +49 -0
  57. package/dist/languages/gettext.js +50 -0
  58. package/dist/languages/gremlin.cjs +52 -0
  59. package/dist/languages/gremlin.d.cts +49 -0
  60. package/dist/languages/gremlin.d.ts +49 -0
  61. package/dist/languages/gremlin.js +50 -0
  62. package/dist/languages/jmespath.cjs +52 -0
  63. package/dist/languages/jmespath.d.cts +49 -0
  64. package/dist/languages/jmespath.d.ts +49 -0
  65. package/dist/languages/jmespath.js +50 -0
  66. package/dist/languages/jsonata.cjs +52 -0
  67. package/dist/languages/jsonata.d.cts +49 -0
  68. package/dist/languages/jsonata.d.ts +49 -0
  69. package/dist/languages/jsonata.js +50 -0
  70. package/dist/languages/kql.cjs +52 -0
  71. package/dist/languages/kql.d.cts +49 -0
  72. package/dist/languages/kql.d.ts +49 -0
  73. package/dist/languages/kql.js +50 -0
  74. package/dist/languages/linkerscript.cjs +52 -0
  75. package/dist/languages/linkerscript.d.cts +49 -0
  76. package/dist/languages/linkerscript.d.ts +49 -0
  77. package/dist/languages/linkerscript.js +50 -0
  78. package/dist/languages/n1ql.cjs +52 -0
  79. package/dist/languages/n1ql.d.cts +49 -0
  80. package/dist/languages/n1ql.d.ts +49 -0
  81. package/dist/languages/n1ql.js +50 -0
  82. package/dist/languages/plpgsql.cjs +52 -0
  83. package/dist/languages/plpgsql.d.cts +49 -0
  84. package/dist/languages/plpgsql.d.ts +49 -0
  85. package/dist/languages/plpgsql.js +50 -0
  86. package/dist/languages/qmake.cjs +52 -0
  87. package/dist/languages/qmake.d.cts +49 -0
  88. package/dist/languages/qmake.d.ts +49 -0
  89. package/dist/languages/qmake.js +50 -0
  90. package/dist/languages/soql.cjs +52 -0
  91. package/dist/languages/soql.d.cts +49 -0
  92. package/dist/languages/soql.d.ts +49 -0
  93. package/dist/languages/soql.js +50 -0
  94. package/dist/languages/spl.cjs +52 -0
  95. package/dist/languages/spl.d.cts +49 -0
  96. package/dist/languages/spl.d.ts +49 -0
  97. package/dist/languages/spl.js +50 -0
  98. package/package.json +101 -1
@@ -0,0 +1,50 @@
1
+ // src/languages/gremlin.ts
2
+ var gremlin = {
3
+ slug: "gremlin",
4
+ publishedDate: "2009-10-01",
5
+ extensions: [".gremlin", ".grem"],
6
+ author: "Apache TinkerPop project",
7
+ website: "https://tinkerpop.apache.org/gremlin.html",
8
+ paradigms: ["graph query", "traversal"],
9
+ tooling: {
10
+ runtimes: ["Apache TinkerPop", "Gremlin Console"],
11
+ ecosystems: ["Graph databases", "Knowledge graphs"]
12
+ },
13
+ version: "stable",
14
+ logo: "https://cdn.simpleicons.org/apache/6B7280",
15
+ color: "#6B7280",
16
+ i18n: {
17
+ en: {
18
+ name: "Gremlin",
19
+ description: "A graph traversal language for Apache TinkerPop-compatible graph systems.",
20
+ longDescription: "Gremlin is a graph traversal language from Apache TinkerPop. It describes walks through vertices and edges using steps for filtering, mapping, branching, aggregation, mutation, and path analysis.\n\nThe language is used across graph databases and services that implement the TinkerPop stack. It fits recommendation systems, network analysis, fraud detection, identity graphs, and applications where relationships are queried as first-class structure."
21
+ },
22
+ es: {
23
+ name: "Gremlin",
24
+ description: "Lenguaje de recorrido de grafos para sistemas compatibles con TinkerPop.",
25
+ longDescription: "Gremlin es un lenguaje de recorrido de grafos de Apache TinkerPop. Describe caminos por vertices y aristas usando pasos para filtrar, mapear, ramificar, agregar, mutar y analizar rutas.\n\nEl lenguaje se usa en bases de datos y servicios de grafos que implementan el stack TinkerPop. Encaja en recomendadores, analisis de redes, deteccion de fraude, grafos de identidad y apps donde las relaciones se consultan como estructura principal."
26
+ },
27
+ it: {
28
+ name: "Gremlin",
29
+ description: "Linguaggio di attraversamento grafi per sistemi compatibili con TinkerPop.",
30
+ longDescription: "Gremlin e un linguaggio di attraversamento grafi di Apache TinkerPop. Descrive cammini tra vertici e archi usando step per filtrare, mappare, ramificare, aggregare, modificare e analizzare percorsi.\n\nIl linguaggio e usato in database e servizi graph che implementano lo stack TinkerPop. Si adatta a raccomandazioni, analisi di reti, rilevamento frodi, grafi di identita e app dove le relazioni sono interrogate come struttura primaria."
31
+ },
32
+ fr: {
33
+ name: "Gremlin",
34
+ description: "Langage de parcours de graphes pour systemes compatibles TinkerPop.",
35
+ longDescription: "Gremlin est un langage de parcours de graphes issu d Apache TinkerPop. Il decrit des trajets dans sommets et aretes avec des etapes de filtrage, projection, branchement, agregation, mutation et analyse de chemins.\n\nLe langage est utilise dans bases et services de graphes qui implementent TinkerPop. Il convient aux recommandations, analyses de reseaux, detection de fraude, graphes d identite et apps ou les relations sont une structure de requete centrale."
36
+ },
37
+ de: {
38
+ name: "Gremlin",
39
+ description: "Graph-Traversal-Sprache fur Apache-TinkerPop-kompatible Systeme.",
40
+ longDescription: "Gremlin ist eine Graph-Traversal-Sprache aus Apache TinkerPop. Sie beschreibt Wege durch Vertices und Edges mit Schritten fur Filtern, Mapping, Verzweigung, Aggregation, Mutation und Pfadanalyse.\n\nDie Sprache wird in Graphdatenbanken und Diensten genutzt, die den TinkerPop-Stack implementieren. Sie passt zu Empfehlungen, Netzwerkanalyse, Betrugserkennung, Identitatsgraphen und Anwendungen, in denen Beziehungen als zentrale Struktur abgefragt werden."
41
+ },
42
+ pt: {
43
+ name: "Gremlin",
44
+ description: "Linguagem de travessia de grafos para sistemas compativeis com TinkerPop.",
45
+ longDescription: "Gremlin e uma linguagem de travessia de grafos do Apache TinkerPop. Ela descreve caminhadas por vertices e arestas usando passos para filtrar, mapear, ramificar, agregar, alterar e analisar caminhos.\n\nA linguagem e usada em bancos e servicos de grafos que implementam o stack TinkerPop. Ela serve para recomendacao, analise de redes, deteccao de fraude, grafos de identidade e apps onde relacoes sao consultadas como estrutura principal."
46
+ }
47
+ }
48
+ };
49
+
50
+ export { gremlin };
@@ -0,0 +1,52 @@
1
+ 'use strict';
2
+
3
+ // src/languages/jmespath.ts
4
+ var jmespath = {
5
+ slug: "jmespath",
6
+ publishedDate: "2013-01-01",
7
+ extensions: [".jmespath", ".jp"],
8
+ author: "James Saryerwinnie",
9
+ website: "https://jmespath.org",
10
+ paradigms: ["query", "functional"],
11
+ tooling: {
12
+ runtimes: ["JMESPath libraries", "AWS CLI"],
13
+ ecosystems: ["JSON", "Cloud tooling"]
14
+ },
15
+ version: "stable",
16
+ logo: "https://dummyimage.com/32x32/2F80ED/ffffff.png",
17
+ color: "#2F80ED",
18
+ i18n: {
19
+ en: {
20
+ name: "JMESPath",
21
+ description: "A declarative query language for extracting and transforming JSON data.",
22
+ longDescription: "JMESPath is a query language for selecting, projecting, filtering, and reshaping JSON documents. Expressions navigate objects and arrays, apply functions, flatten nested data, and produce JSON-compatible results.\n\nIt is embedded in command-line tools, SDKs, and automation systems, notably cloud workflows that need stable client-side JSON extraction. Its portable spec lets the same expression run across implementations in many host languages."
23
+ },
24
+ es: {
25
+ name: "JMESPath",
26
+ description: "Lenguaje declarativo para extraer y transformar datos JSON.",
27
+ longDescription: "JMESPath es un lenguaje de consultas para seleccionar, proyectar, filtrar y remodelar documentos JSON. Las expresiones navegan objetos y arreglos, aplican funciones, aplanan datos anidados y producen resultados compatibles con JSON.\n\nSe integra en herramientas de linea de comandos, SDKs y sistemas de automatizacion, especialmente flujos cloud que necesitan extraccion JSON estable del lado cliente. Su especificacion portable permite usar la misma expresion en implementaciones de muchos lenguajes anfitriones."
28
+ },
29
+ it: {
30
+ name: "JMESPath",
31
+ description: "Linguaggio dichiarativo per estrarre e trasformare dati JSON.",
32
+ longDescription: "JMESPath e un linguaggio di query per selezionare, proiettare, filtrare e rimodellare documenti JSON. Le espressioni navigano oggetti e array, applicano funzioni, appiattiscono dati annidati e producono risultati compatibili con JSON.\n\nE integrato in strumenti CLI, SDK e sistemi di automazione, soprattutto workflow cloud che richiedono estrazione JSON stabile lato client. La sua specifica portabile permette alla stessa espressione di girare in implementazioni per molti linguaggi host."
33
+ },
34
+ fr: {
35
+ name: "JMESPath",
36
+ description: "Langage declaratif pour extraire et transformer des donnees JSON.",
37
+ longDescription: "JMESPath est un langage de requete pour selectionner, projeter, filtrer et remodeler des documents JSON. Les expressions parcourent objets et tableaux, appliquent des fonctions, aplatissent des donnees imbriquees et produisent des resultats compatibles JSON.\n\nIl est integre dans outils en ligne de commande, SDK et systemes d automatisation, notamment les flux cloud qui ont besoin d extraction JSON stable cote client. Sa specification portable permet la meme expression dans beaucoup de langages hotes."
38
+ },
39
+ de: {
40
+ name: "JMESPath",
41
+ description: "Deklarative Abfragesprache zum Extrahieren und Transformieren von JSON.",
42
+ longDescription: "JMESPath ist eine Abfragesprache zum Auswahlen, Projizieren, Filtern und Umformen von JSON-Dokumenten. Ausdruecke navigieren Objekte und Arrays, wenden Funktionen an, flachen verschachtelte Daten ab und erzeugen JSON-kompatible Ergebnisse.\n\nSie ist in Kommandozeilenwerkzeuge, SDKs und Automationssysteme eingebettet, besonders in Cloud-Ablaufe mit stabiler clientseitiger JSON-Extraktion. Die portable Spezifikation lasst denselben Ausdruck in vielen Hostsprachen laufen."
43
+ },
44
+ pt: {
45
+ name: "JMESPath",
46
+ description: "Linguagem declarativa para extrair e transformar dados JSON.",
47
+ longDescription: "JMESPath e uma linguagem de consulta para selecionar, projetar, filtrar e remodelar documentos JSON. Expressoes navegam objetos e arrays, aplicam funcoes, achatam dados aninhados e produzem resultados compativeis com JSON.\n\nEla aparece em ferramentas de linha de comando, SDKs e sistemas de automacao, especialmente fluxos cloud que precisam de extracao JSON estavel no cliente. Sua especificacao portavel permite usar a mesma expressao em implementacoes de muitas linguagens hospedeiras."
48
+ }
49
+ }
50
+ };
51
+
52
+ exports.jmespath = jmespath;
@@ -0,0 +1,49 @@
1
+ declare const jmespath: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ ecosystems: string[];
11
+ };
12
+ version: string;
13
+ logo: string;
14
+ color: "#2F80ED";
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
+ it: {
27
+ name: string;
28
+ description: string;
29
+ longDescription: string;
30
+ };
31
+ fr: {
32
+ name: string;
33
+ description: string;
34
+ longDescription: string;
35
+ };
36
+ de: {
37
+ name: string;
38
+ description: string;
39
+ longDescription: string;
40
+ };
41
+ pt: {
42
+ name: string;
43
+ description: string;
44
+ longDescription: string;
45
+ };
46
+ };
47
+ };
48
+
49
+ export { jmespath };
@@ -0,0 +1,49 @@
1
+ declare const jmespath: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ ecosystems: string[];
11
+ };
12
+ version: string;
13
+ logo: string;
14
+ color: "#2F80ED";
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
+ it: {
27
+ name: string;
28
+ description: string;
29
+ longDescription: string;
30
+ };
31
+ fr: {
32
+ name: string;
33
+ description: string;
34
+ longDescription: string;
35
+ };
36
+ de: {
37
+ name: string;
38
+ description: string;
39
+ longDescription: string;
40
+ };
41
+ pt: {
42
+ name: string;
43
+ description: string;
44
+ longDescription: string;
45
+ };
46
+ };
47
+ };
48
+
49
+ export { jmespath };
@@ -0,0 +1,50 @@
1
+ // src/languages/jmespath.ts
2
+ var jmespath = {
3
+ slug: "jmespath",
4
+ publishedDate: "2013-01-01",
5
+ extensions: [".jmespath", ".jp"],
6
+ author: "James Saryerwinnie",
7
+ website: "https://jmespath.org",
8
+ paradigms: ["query", "functional"],
9
+ tooling: {
10
+ runtimes: ["JMESPath libraries", "AWS CLI"],
11
+ ecosystems: ["JSON", "Cloud tooling"]
12
+ },
13
+ version: "stable",
14
+ logo: "https://dummyimage.com/32x32/2F80ED/ffffff.png",
15
+ color: "#2F80ED",
16
+ i18n: {
17
+ en: {
18
+ name: "JMESPath",
19
+ description: "A declarative query language for extracting and transforming JSON data.",
20
+ longDescription: "JMESPath is a query language for selecting, projecting, filtering, and reshaping JSON documents. Expressions navigate objects and arrays, apply functions, flatten nested data, and produce JSON-compatible results.\n\nIt is embedded in command-line tools, SDKs, and automation systems, notably cloud workflows that need stable client-side JSON extraction. Its portable spec lets the same expression run across implementations in many host languages."
21
+ },
22
+ es: {
23
+ name: "JMESPath",
24
+ description: "Lenguaje declarativo para extraer y transformar datos JSON.",
25
+ longDescription: "JMESPath es un lenguaje de consultas para seleccionar, proyectar, filtrar y remodelar documentos JSON. Las expresiones navegan objetos y arreglos, aplican funciones, aplanan datos anidados y producen resultados compatibles con JSON.\n\nSe integra en herramientas de linea de comandos, SDKs y sistemas de automatizacion, especialmente flujos cloud que necesitan extraccion JSON estable del lado cliente. Su especificacion portable permite usar la misma expresion en implementaciones de muchos lenguajes anfitriones."
26
+ },
27
+ it: {
28
+ name: "JMESPath",
29
+ description: "Linguaggio dichiarativo per estrarre e trasformare dati JSON.",
30
+ longDescription: "JMESPath e un linguaggio di query per selezionare, proiettare, filtrare e rimodellare documenti JSON. Le espressioni navigano oggetti e array, applicano funzioni, appiattiscono dati annidati e producono risultati compatibili con JSON.\n\nE integrato in strumenti CLI, SDK e sistemi di automazione, soprattutto workflow cloud che richiedono estrazione JSON stabile lato client. La sua specifica portabile permette alla stessa espressione di girare in implementazioni per molti linguaggi host."
31
+ },
32
+ fr: {
33
+ name: "JMESPath",
34
+ description: "Langage declaratif pour extraire et transformer des donnees JSON.",
35
+ longDescription: "JMESPath est un langage de requete pour selectionner, projeter, filtrer et remodeler des documents JSON. Les expressions parcourent objets et tableaux, appliquent des fonctions, aplatissent des donnees imbriquees et produisent des resultats compatibles JSON.\n\nIl est integre dans outils en ligne de commande, SDK et systemes d automatisation, notamment les flux cloud qui ont besoin d extraction JSON stable cote client. Sa specification portable permet la meme expression dans beaucoup de langages hotes."
36
+ },
37
+ de: {
38
+ name: "JMESPath",
39
+ description: "Deklarative Abfragesprache zum Extrahieren und Transformieren von JSON.",
40
+ longDescription: "JMESPath ist eine Abfragesprache zum Auswahlen, Projizieren, Filtern und Umformen von JSON-Dokumenten. Ausdruecke navigieren Objekte und Arrays, wenden Funktionen an, flachen verschachtelte Daten ab und erzeugen JSON-kompatible Ergebnisse.\n\nSie ist in Kommandozeilenwerkzeuge, SDKs und Automationssysteme eingebettet, besonders in Cloud-Ablaufe mit stabiler clientseitiger JSON-Extraktion. Die portable Spezifikation lasst denselben Ausdruck in vielen Hostsprachen laufen."
41
+ },
42
+ pt: {
43
+ name: "JMESPath",
44
+ description: "Linguagem declarativa para extrair e transformar dados JSON.",
45
+ longDescription: "JMESPath e uma linguagem de consulta para selecionar, projetar, filtrar e remodelar documentos JSON. Expressoes navegam objetos e arrays, aplicam funcoes, achatam dados aninhados e produzem resultados compativeis com JSON.\n\nEla aparece em ferramentas de linha de comando, SDKs e sistemas de automacao, especialmente fluxos cloud que precisam de extracao JSON estavel no cliente. Sua especificacao portavel permite usar a mesma expressao em implementacoes de muitas linguagens hospedeiras."
46
+ }
47
+ }
48
+ };
49
+
50
+ export { jmespath };
@@ -0,0 +1,52 @@
1
+ 'use strict';
2
+
3
+ // src/languages/jsonata.ts
4
+ var jsonata = {
5
+ slug: "jsonata",
6
+ publishedDate: "2016-01-01",
7
+ extensions: [".jsonata"],
8
+ author: "IBM",
9
+ website: "https://jsonata.org",
10
+ paradigms: ["query", "functional"],
11
+ tooling: {
12
+ runtimes: ["JSONata engine"],
13
+ ecosystems: ["JSON", "Low-code automation"]
14
+ },
15
+ version: "stable",
16
+ logo: "https://jsonata.org/images/jsonata-button.png",
17
+ color: "#D23669",
18
+ i18n: {
19
+ en: {
20
+ name: "JSONata",
21
+ description: "A functional query and transformation language for JSON documents.",
22
+ longDescription: "JSONata is a compact expression language for querying and transforming JSON data. It combines path navigation, predicates, operators, variables, functions, object construction, grouping, and aggregation.\n\nThe language is used in integration tools, message processing, automation platforms, and applications that need declarative JSON reshaping. Its functional features make complex transformations possible without writing a full host-language program."
23
+ },
24
+ es: {
25
+ name: "JSONata",
26
+ description: "Lenguaje funcional de consulta y transformacion para documentos JSON.",
27
+ longDescription: "JSONata es un lenguaje compacto de expresiones para consultar y transformar datos JSON. Combina navegacion por rutas, predicados, operadores, variables, funciones, construccion de objetos, agrupacion y agregacion.\n\nEl lenguaje se usa en herramientas de integracion, procesamiento de mensajes, plataformas de automatizacion y apps que necesitan remodelar JSON de forma declarativa. Sus rasgos funcionales permiten transformaciones complejas sin escribir un programa completo en el lenguaje anfitrion."
28
+ },
29
+ it: {
30
+ name: "JSONata",
31
+ description: "Linguaggio funzionale di query e trasformazione per documenti JSON.",
32
+ longDescription: "JSONata e un linguaggio compatto di espressioni per interrogare e trasformare dati JSON. Combina navigazione per percorsi, predicati, operatori, variabili, funzioni, costruzione di oggetti, raggruppamento e aggregazione.\n\nIl linguaggio e usato in strumenti di integrazione, elaborazione messaggi, piattaforme di automazione e app che richiedono rimodellamento JSON dichiarativo. Le sue funzioni rendono possibili trasformazioni complesse senza scrivere un programma completo nel linguaggio host."
33
+ },
34
+ fr: {
35
+ name: "JSONata",
36
+ description: "Langage fonctionnel de requete et transformation pour documents JSON.",
37
+ longDescription: "JSONata est un langage d expressions compact pour interroger et transformer des donnees JSON. Il combine navigation par chemins, predicats, operateurs, variables, fonctions, construction d objets, groupement et agregation.\n\nLe langage est utilise dans outils d integration, traitement de messages, plateformes d automatisation et apps qui doivent remodeler JSON declarativement. Ses fonctions permettent des transformations complexes sans ecrire un programme complet dans le langage hote."
38
+ },
39
+ de: {
40
+ name: "JSONata",
41
+ description: "Funktionale Abfrage- und Transformationssprache fur JSON-Dokumente.",
42
+ longDescription: "JSONata ist eine kompakte Ausdruckssprache zum Abfragen und Transformieren von JSON-Daten. Sie kombiniert Pfadnavigation, Pradikate, Operatoren, Variablen, Funktionen, Objektaufbau, Gruppierung und Aggregation.\n\nDie Sprache wird in Integrationswerkzeugen, Nachrichtenverarbeitung, Automationsplattformen und Anwendungen genutzt, die JSON deklarativ umformen mussen. Ihre funktionalen Eigenschaften ermoglichen komplexe Transformationen ohne ein vollstandiges Hostsprachen-Programm."
43
+ },
44
+ pt: {
45
+ name: "JSONata",
46
+ description: "Linguagem funcional de consulta e transformacao para documentos JSON.",
47
+ longDescription: "JSONata e uma linguagem compacta de expressoes para consultar e transformar dados JSON. Ela combina navegacao por caminhos, predicados, operadores, variaveis, funcoes, construcao de objetos, agrupamento e agregacao.\n\nA linguagem e usada em ferramentas de integracao, processamento de mensagens, plataformas de automacao e apps que precisam remodelar JSON de forma declarativa. Seus recursos funcionais permitem transformacoes complexas sem escrever um programa completo na linguagem hospedeira."
48
+ }
49
+ }
50
+ };
51
+
52
+ exports.jsonata = jsonata;
@@ -0,0 +1,49 @@
1
+ declare const jsonata: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ ecosystems: string[];
11
+ };
12
+ version: string;
13
+ logo: string;
14
+ color: "#D23669";
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
+ it: {
27
+ name: string;
28
+ description: string;
29
+ longDescription: string;
30
+ };
31
+ fr: {
32
+ name: string;
33
+ description: string;
34
+ longDescription: string;
35
+ };
36
+ de: {
37
+ name: string;
38
+ description: string;
39
+ longDescription: string;
40
+ };
41
+ pt: {
42
+ name: string;
43
+ description: string;
44
+ longDescription: string;
45
+ };
46
+ };
47
+ };
48
+
49
+ export { jsonata };
@@ -0,0 +1,49 @@
1
+ declare const jsonata: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ ecosystems: string[];
11
+ };
12
+ version: string;
13
+ logo: string;
14
+ color: "#D23669";
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
+ it: {
27
+ name: string;
28
+ description: string;
29
+ longDescription: string;
30
+ };
31
+ fr: {
32
+ name: string;
33
+ description: string;
34
+ longDescription: string;
35
+ };
36
+ de: {
37
+ name: string;
38
+ description: string;
39
+ longDescription: string;
40
+ };
41
+ pt: {
42
+ name: string;
43
+ description: string;
44
+ longDescription: string;
45
+ };
46
+ };
47
+ };
48
+
49
+ export { jsonata };
@@ -0,0 +1,50 @@
1
+ // src/languages/jsonata.ts
2
+ var jsonata = {
3
+ slug: "jsonata",
4
+ publishedDate: "2016-01-01",
5
+ extensions: [".jsonata"],
6
+ author: "IBM",
7
+ website: "https://jsonata.org",
8
+ paradigms: ["query", "functional"],
9
+ tooling: {
10
+ runtimes: ["JSONata engine"],
11
+ ecosystems: ["JSON", "Low-code automation"]
12
+ },
13
+ version: "stable",
14
+ logo: "https://jsonata.org/images/jsonata-button.png",
15
+ color: "#D23669",
16
+ i18n: {
17
+ en: {
18
+ name: "JSONata",
19
+ description: "A functional query and transformation language for JSON documents.",
20
+ longDescription: "JSONata is a compact expression language for querying and transforming JSON data. It combines path navigation, predicates, operators, variables, functions, object construction, grouping, and aggregation.\n\nThe language is used in integration tools, message processing, automation platforms, and applications that need declarative JSON reshaping. Its functional features make complex transformations possible without writing a full host-language program."
21
+ },
22
+ es: {
23
+ name: "JSONata",
24
+ description: "Lenguaje funcional de consulta y transformacion para documentos JSON.",
25
+ longDescription: "JSONata es un lenguaje compacto de expresiones para consultar y transformar datos JSON. Combina navegacion por rutas, predicados, operadores, variables, funciones, construccion de objetos, agrupacion y agregacion.\n\nEl lenguaje se usa en herramientas de integracion, procesamiento de mensajes, plataformas de automatizacion y apps que necesitan remodelar JSON de forma declarativa. Sus rasgos funcionales permiten transformaciones complejas sin escribir un programa completo en el lenguaje anfitrion."
26
+ },
27
+ it: {
28
+ name: "JSONata",
29
+ description: "Linguaggio funzionale di query e trasformazione per documenti JSON.",
30
+ longDescription: "JSONata e un linguaggio compatto di espressioni per interrogare e trasformare dati JSON. Combina navigazione per percorsi, predicati, operatori, variabili, funzioni, costruzione di oggetti, raggruppamento e aggregazione.\n\nIl linguaggio e usato in strumenti di integrazione, elaborazione messaggi, piattaforme di automazione e app che richiedono rimodellamento JSON dichiarativo. Le sue funzioni rendono possibili trasformazioni complesse senza scrivere un programma completo nel linguaggio host."
31
+ },
32
+ fr: {
33
+ name: "JSONata",
34
+ description: "Langage fonctionnel de requete et transformation pour documents JSON.",
35
+ longDescription: "JSONata est un langage d expressions compact pour interroger et transformer des donnees JSON. Il combine navigation par chemins, predicats, operateurs, variables, fonctions, construction d objets, groupement et agregation.\n\nLe langage est utilise dans outils d integration, traitement de messages, plateformes d automatisation et apps qui doivent remodeler JSON declarativement. Ses fonctions permettent des transformations complexes sans ecrire un programme complet dans le langage hote."
36
+ },
37
+ de: {
38
+ name: "JSONata",
39
+ description: "Funktionale Abfrage- und Transformationssprache fur JSON-Dokumente.",
40
+ longDescription: "JSONata ist eine kompakte Ausdruckssprache zum Abfragen und Transformieren von JSON-Daten. Sie kombiniert Pfadnavigation, Pradikate, Operatoren, Variablen, Funktionen, Objektaufbau, Gruppierung und Aggregation.\n\nDie Sprache wird in Integrationswerkzeugen, Nachrichtenverarbeitung, Automationsplattformen und Anwendungen genutzt, die JSON deklarativ umformen mussen. Ihre funktionalen Eigenschaften ermoglichen komplexe Transformationen ohne ein vollstandiges Hostsprachen-Programm."
41
+ },
42
+ pt: {
43
+ name: "JSONata",
44
+ description: "Linguagem funcional de consulta e transformacao para documentos JSON.",
45
+ longDescription: "JSONata e uma linguagem compacta de expressoes para consultar e transformar dados JSON. Ela combina navegacao por caminhos, predicados, operadores, variaveis, funcoes, construcao de objetos, agrupamento e agregacao.\n\nA linguagem e usada em ferramentas de integracao, processamento de mensagens, plataformas de automacao e apps que precisam remodelar JSON de forma declarativa. Seus recursos funcionais permitem transformacoes complexas sem escrever um programa completo na linguagem hospedeira."
46
+ }
47
+ }
48
+ };
49
+
50
+ export { jsonata };
@@ -0,0 +1,52 @@
1
+ 'use strict';
2
+
3
+ // src/languages/kql.ts
4
+ var kql = {
5
+ slug: "kql",
6
+ publishedDate: "2014-01-01",
7
+ extensions: [".kql"],
8
+ author: "Microsoft",
9
+ website: "https://learn.microsoft.com/en-us/kusto/query/",
10
+ paradigms: ["query", "data analysis"],
11
+ tooling: {
12
+ runtimes: ["Azure Data Explorer", "Microsoft Sentinel", "Azure Monitor"],
13
+ ecosystems: ["Observability", "Security analytics"]
14
+ },
15
+ version: "stable",
16
+ logo: "https://learn.microsoft.com/favicon.ico",
17
+ color: "#0078D4",
18
+ i18n: {
19
+ en: {
20
+ name: "KQL",
21
+ description: "A query language for Kusto, logs, telemetry, and security analytics.",
22
+ longDescription: "Kusto Query Language is used to explore, filter, aggregate, and visualize large volumes of structured and semi-structured data. Queries flow through tabular operators for projection, summarization, joins, time windows, parsing, and rendering.\n\nKQL is central to Azure Data Explorer, Azure Monitor, Microsoft Sentinel, and related telemetry platforms. It is common in observability, incident response, threat hunting, performance analysis, and operational dashboards."
23
+ },
24
+ es: {
25
+ name: "KQL",
26
+ description: "Lenguaje de consultas para Kusto, logs, telemetria y analitica de seguridad.",
27
+ longDescription: "Kusto Query Language se usa para explorar, filtrar, agregar y visualizar grandes volumenes de datos estructurados y semiestructurados. Las consultas fluyen por operadores tabulares para proyectar, resumir, unir, analizar ventanas de tiempo, parsear y renderizar.\n\nKQL es central en Azure Data Explorer, Azure Monitor, Microsoft Sentinel y plataformas de telemetria relacionadas. Es comun en observabilidad, respuesta a incidentes, threat hunting, analisis de rendimiento y dashboards operativos."
28
+ },
29
+ it: {
30
+ name: "KQL",
31
+ description: "Linguaggio di query per Kusto, log, telemetria e security analytics.",
32
+ longDescription: "Kusto Query Language e usato per esplorare, filtrare, aggregare e visualizzare grandi volumi di dati strutturati e semistrutturati. Le query scorrono attraverso operatori tabellari per proiezione, riepilogo, join, finestre temporali, parsing e rendering.\n\nKQL e centrale in Azure Data Explorer, Azure Monitor, Microsoft Sentinel e piattaforme di telemetria collegate. E comune in osservabilita, risposta agli incidenti, threat hunting, analisi performance e dashboard operative."
33
+ },
34
+ fr: {
35
+ name: "KQL",
36
+ description: "Langage de requete pour Kusto, logs, telemetrie et analyse securite.",
37
+ longDescription: "Kusto Query Language sert a explorer, filtrer, agreger et visualiser de grands volumes de donnees structurees ou semi-structurees. Les requetes passent par des operateurs tabulaires pour projection, synthese, jointures, fenetres temporelles, parsing et rendu.\n\nKQL est central dans Azure Data Explorer, Azure Monitor, Microsoft Sentinel et plateformes de telemetrie liees. Il est courant en observabilite, reponse a incident, threat hunting, analyse performance et tableaux de bord operationnels."
38
+ },
39
+ de: {
40
+ name: "KQL",
41
+ description: "Abfragesprache fur Kusto, Logs, Telemetrie und Sicherheitsanalyse.",
42
+ longDescription: "Kusto Query Language wird genutzt, um grosse Mengen strukturierter und halbstrukturierter Daten zu untersuchen, filtern, aggregieren und visualisieren. Abfragen laufen durch tabellarische Operatoren fur Projektion, Zusammenfassung, Joins, Zeitfenster, Parsing und Darstellung.\n\nKQL ist zentral in Azure Data Explorer, Azure Monitor, Microsoft Sentinel und verwandten Telemetrieplattformen. Es ist verbreitet in Observability, Incident Response, Threat Hunting, Performanceanalyse und operativen Dashboards."
43
+ },
44
+ pt: {
45
+ name: "KQL",
46
+ description: "Linguagem de consulta para Kusto, logs, telemetria e analise de seguranca.",
47
+ longDescription: "Kusto Query Language e usada para explorar, filtrar, agregar e visualizar grandes volumes de dados estruturados e semiestruturados. Consultas passam por operadores tabulares para projecao, resumo, joins, janelas de tempo, parsing e renderizacao.\n\nKQL e central no Azure Data Explorer, Azure Monitor, Microsoft Sentinel e plataformas de telemetria relacionadas. E comum em observabilidade, resposta a incidentes, threat hunting, analise de desempenho e dashboards operacionais."
48
+ }
49
+ }
50
+ };
51
+
52
+ exports.kql = kql;
@@ -0,0 +1,49 @@
1
+ declare const kql: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ ecosystems: string[];
11
+ };
12
+ version: string;
13
+ logo: string;
14
+ color: "#0078D4";
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
+ it: {
27
+ name: string;
28
+ description: string;
29
+ longDescription: string;
30
+ };
31
+ fr: {
32
+ name: string;
33
+ description: string;
34
+ longDescription: string;
35
+ };
36
+ de: {
37
+ name: string;
38
+ description: string;
39
+ longDescription: string;
40
+ };
41
+ pt: {
42
+ name: string;
43
+ description: string;
44
+ longDescription: string;
45
+ };
46
+ };
47
+ };
48
+
49
+ export { kql };
@@ -0,0 +1,49 @@
1
+ declare const kql: {
2
+ slug: string;
3
+ publishedDate: string;
4
+ extensions: string[];
5
+ author: string;
6
+ website: string;
7
+ paradigms: string[];
8
+ tooling: {
9
+ runtimes: string[];
10
+ ecosystems: string[];
11
+ };
12
+ version: string;
13
+ logo: string;
14
+ color: "#0078D4";
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
+ it: {
27
+ name: string;
28
+ description: string;
29
+ longDescription: string;
30
+ };
31
+ fr: {
32
+ name: string;
33
+ description: string;
34
+ longDescription: string;
35
+ };
36
+ de: {
37
+ name: string;
38
+ description: string;
39
+ longDescription: string;
40
+ };
41
+ pt: {
42
+ name: string;
43
+ description: string;
44
+ longDescription: string;
45
+ };
46
+ };
47
+ };
48
+
49
+ export { kql };