|
|
|
@ -7,7 +7,7 @@ |
|
|
|
"hasInstallScript": true, |
|
|
|
"hasInstallScript": true, |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
"@antora/atlas-extension": "1.0.0-alpha.2", |
|
|
|
"@antora/atlas-extension": "1.0.0-alpha.2", |
|
|
|
"@antora/cli": "3.2.0-alpha.4", |
|
|
|
"@antora/cli": "3.2.0-alpha.10", |
|
|
|
"@antora/site-generator": "3.2.0-alpha.4", |
|
|
|
"@antora/site-generator": "3.2.0-alpha.4", |
|
|
|
"@asciidoctor/tabs": "1.0.0-beta.6", |
|
|
|
"@asciidoctor/tabs": "1.0.0-beta.6", |
|
|
|
"@springio/antora-extensions": "1.14.7", |
|
|
|
"@springio/antora-extensions": "1.14.7", |
|
|
|
@ -45,22 +45,208 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
"node_modules/@antora/cli": { |
|
|
|
"node_modules/@antora/cli": { |
|
|
|
"version": "3.2.0-alpha.4", |
|
|
|
"version": "3.2.0-alpha.10", |
|
|
|
"resolved": "https://registry.npmjs.org/@antora/cli/-/cli-3.2.0-alpha.4.tgz", |
|
|
|
"resolved": "https://registry.npmjs.org/@antora/cli/-/cli-3.2.0-alpha.10.tgz", |
|
|
|
"integrity": "sha512-tRTdO1Cp5hmV4sZZbD/Y0bZ+fQSCcESc1Y8txmCG+25lFC8PefjKC0mgWOq25RAjNxlUZ390DU35NNR9McjUsA==", |
|
|
|
"integrity": "sha512-7camaWi34Z2WtienCY6RX/LqIPIoNGmDA1wGuBNP58XGT6UVlE109fjeCkY0H1fKDKZ68hmnSnAMFLj+wTKUZw==", |
|
|
|
|
|
|
|
"license": "MPL-2.0", |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
"@antora/logger": "3.2.0-alpha.4", |
|
|
|
"@antora/logger": "3.2.0-alpha.10", |
|
|
|
"@antora/playbook-builder": "3.2.0-alpha.4", |
|
|
|
"@antora/playbook-builder": "3.2.0-alpha.10", |
|
|
|
"@antora/user-require-helper": "~2.0", |
|
|
|
"@antora/user-require-helper": "~3.0", |
|
|
|
"commander": "~10.0" |
|
|
|
"commander": "~12.1" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"bin": { |
|
|
|
"bin": { |
|
|
|
"antora": "bin/antora" |
|
|
|
"antora": "bin/antora" |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
"engines": { |
|
|
|
|
|
|
|
"node": ">=18.0.0" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/@antora/cli/node_modules/@antora/expand-path-helper": { |
|
|
|
|
|
|
|
"version": "3.0.0", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@antora/expand-path-helper/-/expand-path-helper-3.0.0.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-7PdEIhk97v85/CSm3HynCsX14TR6oIVz1s233nNLsiWubE8tTnpPt4sNRJR+hpmIZ6Bx9c6QDp3XIoiyu/WYYA==", |
|
|
|
|
|
|
|
"license": "MPL-2.0", |
|
|
|
"engines": { |
|
|
|
"engines": { |
|
|
|
"node": ">=16.0.0" |
|
|
|
"node": ">=16.0.0" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/@antora/cli/node_modules/@antora/logger": { |
|
|
|
|
|
|
|
"version": "3.2.0-alpha.10", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@antora/logger/-/logger-3.2.0-alpha.10.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-/Tg6/xmy5q9JgAWyDodtmn03s+JaFKMrEk26V5Vofb9NM965vQ1vxcmL9GNJyi6dLxfR1NNdYSVrtNakCvEK9g==", |
|
|
|
|
|
|
|
"license": "MPL-2.0", |
|
|
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
"@antora/expand-path-helper": "~3.0", |
|
|
|
|
|
|
|
"pino": "~9.2", |
|
|
|
|
|
|
|
"pino-pretty": "~11.2", |
|
|
|
|
|
|
|
"sonic-boom": "~4.0" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"engines": { |
|
|
|
|
|
|
|
"node": ">=18.0.0" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/@antora/cli/node_modules/@antora/playbook-builder": { |
|
|
|
|
|
|
|
"version": "3.2.0-alpha.10", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@antora/playbook-builder/-/playbook-builder-3.2.0-alpha.10.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-p2BwoNuFKvPosqHQMDICJVykVfgYkvHZk2tBtcsK+2k7/Gx+OBbOawGN23LUjJmZ74MbA5T9GVUxz7uJdPS8tg==", |
|
|
|
|
|
|
|
"license": "MPL-2.0", |
|
|
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
"@iarna/toml": "~2.2", |
|
|
|
|
|
|
|
"convict": "~6.2", |
|
|
|
|
|
|
|
"js-yaml": "~4.1", |
|
|
|
|
|
|
|
"json5": "~2.2", |
|
|
|
|
|
|
|
"yargs-parser": "~20.2" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"engines": { |
|
|
|
|
|
|
|
"node": ">=18.0.0" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/@antora/cli/node_modules/@antora/user-require-helper": { |
|
|
|
|
|
|
|
"version": "3.0.0", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@antora/user-require-helper/-/user-require-helper-3.0.0.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-KIXb8WYhnrnwH7Jj21l1w+et9k5GvcgcqvLOwxqWLEd0uVZOiMFdqFjqbVm3M+zcrs1JXWMeh2LLvxBbQs3q/Q==", |
|
|
|
|
|
|
|
"license": "MPL-2.0", |
|
|
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
"@antora/expand-path-helper": "~3.0" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"engines": { |
|
|
|
|
|
|
|
"node": ">=16.0.0" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/@antora/cli/node_modules/buffer": { |
|
|
|
|
|
|
|
"version": "6.0.3", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", |
|
|
|
|
|
|
|
"funding": [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"type": "github", |
|
|
|
|
|
|
|
"url": "https://github.com/sponsors/feross" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"type": "patreon", |
|
|
|
|
|
|
|
"url": "https://www.patreon.com/feross" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"type": "consulting", |
|
|
|
|
|
|
|
"url": "https://feross.org/support" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
"base64-js": "^1.3.1", |
|
|
|
|
|
|
|
"ieee754": "^1.2.1" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/@antora/cli/node_modules/help-me": { |
|
|
|
|
|
|
|
"version": "5.0.0", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/help-me/-/help-me-5.0.0.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==", |
|
|
|
|
|
|
|
"license": "MIT" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/@antora/cli/node_modules/pino": { |
|
|
|
|
|
|
|
"version": "9.2.0", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/pino/-/pino-9.2.0.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-g3/hpwfujK5a4oVbaefoJxezLzsDgLcNJeITvC6yrfwYeT9la+edCK42j5QpEQSQCZgTKapXvnQIdgZwvRaZug==", |
|
|
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
"atomic-sleep": "^1.0.0", |
|
|
|
|
|
|
|
"fast-redact": "^3.1.1", |
|
|
|
|
|
|
|
"on-exit-leak-free": "^2.1.0", |
|
|
|
|
|
|
|
"pino-abstract-transport": "^1.2.0", |
|
|
|
|
|
|
|
"pino-std-serializers": "^7.0.0", |
|
|
|
|
|
|
|
"process-warning": "^3.0.0", |
|
|
|
|
|
|
|
"quick-format-unescaped": "^4.0.3", |
|
|
|
|
|
|
|
"real-require": "^0.2.0", |
|
|
|
|
|
|
|
"safe-stable-stringify": "^2.3.1", |
|
|
|
|
|
|
|
"sonic-boom": "^4.0.1", |
|
|
|
|
|
|
|
"thread-stream": "^3.0.0" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"bin": { |
|
|
|
|
|
|
|
"pino": "bin.js" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/@antora/cli/node_modules/pino-abstract-transport": { |
|
|
|
|
|
|
|
"version": "1.2.0", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==", |
|
|
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
"readable-stream": "^4.0.0", |
|
|
|
|
|
|
|
"split2": "^4.0.0" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/@antora/cli/node_modules/pino-pretty": { |
|
|
|
|
|
|
|
"version": "11.2.2", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.2.2.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-2FnyGir8nAJAqD3srROdrF1J5BIcMT4nwj7hHSc60El6Uxlym00UbCCd8pYIterstVBFlMyF1yFV8XdGIPbj4A==", |
|
|
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
"colorette": "^2.0.7", |
|
|
|
|
|
|
|
"dateformat": "^4.6.3", |
|
|
|
|
|
|
|
"fast-copy": "^3.0.2", |
|
|
|
|
|
|
|
"fast-safe-stringify": "^2.1.1", |
|
|
|
|
|
|
|
"help-me": "^5.0.0", |
|
|
|
|
|
|
|
"joycon": "^3.1.1", |
|
|
|
|
|
|
|
"minimist": "^1.2.6", |
|
|
|
|
|
|
|
"on-exit-leak-free": "^2.1.0", |
|
|
|
|
|
|
|
"pino-abstract-transport": "^1.0.0", |
|
|
|
|
|
|
|
"pump": "^3.0.0", |
|
|
|
|
|
|
|
"readable-stream": "^4.0.0", |
|
|
|
|
|
|
|
"secure-json-parse": "^2.4.0", |
|
|
|
|
|
|
|
"sonic-boom": "^4.0.1", |
|
|
|
|
|
|
|
"strip-json-comments": "^3.1.1" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"bin": { |
|
|
|
|
|
|
|
"pino-pretty": "bin.js" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/@antora/cli/node_modules/pino-std-serializers": { |
|
|
|
|
|
|
|
"version": "7.0.0", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==", |
|
|
|
|
|
|
|
"license": "MIT" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/@antora/cli/node_modules/process-warning": { |
|
|
|
|
|
|
|
"version": "3.0.0", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-3.0.0.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==", |
|
|
|
|
|
|
|
"license": "MIT" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/@antora/cli/node_modules/readable-stream": { |
|
|
|
|
|
|
|
"version": "4.7.0", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==", |
|
|
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
"abort-controller": "^3.0.0", |
|
|
|
|
|
|
|
"buffer": "^6.0.3", |
|
|
|
|
|
|
|
"events": "^3.3.0", |
|
|
|
|
|
|
|
"process": "^0.11.10", |
|
|
|
|
|
|
|
"string_decoder": "^1.3.0" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"engines": { |
|
|
|
|
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/@antora/cli/node_modules/sonic-boom": { |
|
|
|
|
|
|
|
"version": "4.0.1", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.0.1.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-hTSD/6JMLyT4r9zeof6UtuBDpjJ9sO08/nmS5djaA9eozT9oOlNdpXSnzcgj4FTqpk3nkLrs61l4gip9r1HCrQ==", |
|
|
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
"atomic-sleep": "^1.0.0" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/@antora/cli/node_modules/thread-stream": { |
|
|
|
|
|
|
|
"version": "3.1.0", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-3.1.0.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-OqyPZ9u96VohAyMfJykzmivOrY2wfMSf3C5TtFJVgN+Hm6aj+voFhlK+kZEIv2FBh1X6Xp3DlnCOfEQ3B2J86A==", |
|
|
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
"real-require": "^0.2.0" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
"node_modules/@antora/content-aggregator": { |
|
|
|
"node_modules/@antora/content-aggregator": { |
|
|
|
"version": "3.2.0-alpha.4", |
|
|
|
"version": "3.2.0-alpha.4", |
|
|
|
"resolved": "https://registry.npmjs.org/@antora/content-aggregator/-/content-aggregator-3.2.0-alpha.4.tgz", |
|
|
|
"resolved": "https://registry.npmjs.org/@antora/content-aggregator/-/content-aggregator-3.2.0-alpha.4.tgz", |
|
|
|
@ -897,11 +1083,12 @@ |
|
|
|
"integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" |
|
|
|
"integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"node_modules/commander": { |
|
|
|
"node_modules/commander": { |
|
|
|
"version": "10.0.1", |
|
|
|
"version": "12.1.0", |
|
|
|
"resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", |
|
|
|
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", |
|
|
|
"integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", |
|
|
|
"integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", |
|
|
|
|
|
|
|
"license": "MIT", |
|
|
|
"engines": { |
|
|
|
"engines": { |
|
|
|
"node": ">=14" |
|
|
|
"node": ">=18" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
"node_modules/compress-commons": { |
|
|
|
"node_modules/compress-commons": { |
|
|
|
|