UNPKG

@antora/ui-loader

Version:

Downloads a UI bundle, if necessary, and loads the files into a UI catalog for use in an Antora documentation pipeline.

64 lines (63 loc) 1.58 kB
{ "name": "@antora/ui-loader", "version": "3.1.12", "description": "Downloads a UI bundle, if necessary, and loads the files into a UI catalog for use in an Antora documentation pipeline.", "license": "MPL-2.0", "author": "OpenDevise Inc. (https://opendevise.com)", "contributors": [ "Dan Allen <dan@opendevise.com>", "Sarah White <sarah@opendevise.com>", "Hubert SABLONNIÈRE <hubert.sablonniere@gmail.com>", "Guillaume Grossetie <g.grossetie@gmail.com>" ], "homepage": "https://antora.org", "repository": { "type": "git", "url": "git+https://gitlab.com/antora/antora.git" }, "bugs": { "url": "https://gitlab.com/antora/antora/issues" }, "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./ui-catalog": "./lib/ui-catalog.js", "./package.json": "./package.json" }, "imports": { "#constants": "./lib/constants.js" }, "dependencies": { "@antora/expand-path-helper": "~3.0", "braces": "~3.0", "cache-directory": "~2.0", "fast-glob": "~3.3", "hpagent": "~1.2", "js-yaml": "~4.1", "picomatch": "~4.0", "should-proxy": "~1.0", "simple-get": "~4.0", "vinyl": "~3.0", "yauzl": "~3.1" }, "engines": { "node": ">=16.0.0" }, "files": [ "lib/" ], "keywords": [ "antora", "antora-component", "ui", "theme", "documentation", "static site", "web publishing" ], "scripts": { "test": "_mocha", "prepublishOnly": "npx -y downdoc --prepublish", "postpublish": "npx -y downdoc --postpublish" } }