Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-05 12:33:00 +0300
committernpmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>2021-01-05 14:49:28 +0300
commit0ad8bc9bbfb81d74be008ad6ffefe737030ca052 (patch)
treeb2d805cbd2ea061ff75de13ac46921ba99b51406 /js/highlight/dust.js.map
parent2dc58270896d6fc06fa189306a425e62994864cf (diff)
Bump axios from 0.21.0 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.0...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Diffstat (limited to 'js/highlight/dust.js.map')
-rw-r--r--js/highlight/dust.js.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/dust.js.map b/js/highlight/dust.js.map
index db3dd89f2..645be522d 100644
--- a/js/highlight/dust.js.map
+++ b/js/highlight/dust.js.map
@@ -1 +1 @@
-{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/dust.js"],"names":["module","exports","hljs","name","aliases","case_insensitive","subLanguage","contains","className","begin","end","illegal","starts","endsWithParent","relevance","QUOTE_STRING_MODE","keywords"],"mappings":"mGA4CAA,EAAOC,QAlCP,SAAcC,GAEZ,MAAO,CACLC,KAAM,OACNC,QAAS,CAAC,OACVC,kBAAkB,EAClBC,YAAa,MACbC,SAAU,CACR,CACEC,UAAW,eACXC,MAAO,UACPC,IAAK,KACLC,QAAS,IACTJ,SAAU,CAAC,CACTC,UAAW,OACXC,MAAO,eACPG,OAAQ,CACNC,gBAAgB,EAChBC,UAAW,EACXP,SAAU,CAACL,EAAKa,uBAItB,CACEP,UAAW,oBACXC,MAAO,KACPC,IAAK,KACLC,QAAS,IACTK,SA3BsB","file":"highlight/dust.js?v=a393b296d236cbaf3166","sourcesContent":["/*\nLanguage: Dust\nRequires: xml.js\nAuthor: Michael Allen <michael.allen@benefitfocus.com>\nDescription: Matcher for dust.js templates.\nWebsite: https://www.dustjs.com\nCategory: template\n*/\n\n/** @type LanguageFn */\nfunction dust(hljs) {\n const EXPRESSION_KEYWORDS = 'if eq ne lt lte gt gte select default math sep';\n return {\n name: 'Dust',\n aliases: ['dst'],\n case_insensitive: true,\n subLanguage: 'xml',\n contains: [\n {\n className: 'template-tag',\n begin: /\\{[#\\/]/,\n end: /\\}/,\n illegal: /;/,\n contains: [{\n className: 'name',\n begin: /[a-zA-Z\\.-]+/,\n starts: {\n endsWithParent: true,\n relevance: 0,\n contains: [hljs.QUOTE_STRING_MODE]\n }\n }]\n },\n {\n className: 'template-variable',\n begin: /\\{/,\n end: /\\}/,\n illegal: /;/,\n keywords: EXPRESSION_KEYWORDS\n }\n ]\n };\n}\n\nmodule.exports = dust;\n"],"sourceRoot":""} \ No newline at end of file
+{"version":3,"sources":["webpack:///./node_modules/highlight.js/lib/languages/dust.js"],"names":["module","exports","hljs","name","aliases","case_insensitive","subLanguage","contains","className","begin","end","illegal","starts","endsWithParent","relevance","QUOTE_STRING_MODE","keywords"],"mappings":"mGA4CAA,EAAOC,QAlCP,SAAcC,GAEZ,MAAO,CACLC,KAAM,OACNC,QAAS,CAAC,OACVC,kBAAkB,EAClBC,YAAa,MACbC,SAAU,CACR,CACEC,UAAW,eACXC,MAAO,UACPC,IAAK,KACLC,QAAS,IACTJ,SAAU,CAAC,CACTC,UAAW,OACXC,MAAO,eACPG,OAAQ,CACNC,gBAAgB,EAChBC,UAAW,EACXP,SAAU,CAACL,EAAKa,uBAItB,CACEP,UAAW,oBACXC,MAAO,KACPC,IAAK,KACLC,QAAS,IACTK,SA3BsB","file":"highlight/dust.js?v=97d04d5c7e0bac2f6661","sourcesContent":["/*\nLanguage: Dust\nRequires: xml.js\nAuthor: Michael Allen <michael.allen@benefitfocus.com>\nDescription: Matcher for dust.js templates.\nWebsite: https://www.dustjs.com\nCategory: template\n*/\n\n/** @type LanguageFn */\nfunction dust(hljs) {\n const EXPRESSION_KEYWORDS = 'if eq ne lt lte gt gte select default math sep';\n return {\n name: 'Dust',\n aliases: ['dst'],\n case_insensitive: true,\n subLanguage: 'xml',\n contains: [\n {\n className: 'template-tag',\n begin: /\\{[#\\/]/,\n end: /\\}/,\n illegal: /;/,\n contains: [{\n className: 'name',\n begin: /[a-zA-Z\\.-]+/,\n starts: {\n endsWithParent: true,\n relevance: 0,\n contains: [hljs.QUOTE_STRING_MODE]\n }\n }]\n },\n {\n className: 'template-variable',\n begin: /\\{/,\n end: /\\}/,\n illegal: /;/,\n keywords: EXPRESSION_KEYWORDS\n }\n ]\n };\n}\n\nmodule.exports = dust;\n"],"sourceRoot":""} \ No newline at end of file