From 95783d9446cf698ecc72f841c0a0ec085d1e113a Mon Sep 17 00:00:00 2001 From: Vova Rutskyi Date: Mon, 23 Sep 2024 13:53:29 +0300 Subject: [PATCH 1/6] chore: upgrade realm version --- package-lock.json | 9238 +++++++++++++-------------------------------- package.json | 2 +- 2 files changed, 2678 insertions(+), 6562 deletions(-) diff --git a/package-lock.json b/package-lock.json index 436e052837f..9c8d6c8de82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@codemirror/state": "6.4.1", "@codemirror/view": "^6.22.2", "@lezer/highlight": "^1.2.0", - "@redocly/realm": "0.97.4", + "@redocly/realm": "0.102.0", "@uiw/codemirror-themes": "4.21.21", "@uiw/react-codemirror": "^4.21.21", "@xrplf/isomorphic": "^1.0.0-beta.1", @@ -69,6 +69,7 @@ "version": "7.25.2", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz", "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", + "peer": true, "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.24.7", @@ -98,6 +99,7 @@ "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "peer": true, "bin": { "semver": "bin/semver.js" } @@ -271,96 +273,6 @@ "node": ">=6.0.0" } }, - "node_modules/@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-bigint": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", - "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz", - "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-syntax-jsx": { "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz", @@ -375,123 +287,6 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.4.tgz", - "integrity": "sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/runtime": { "version": "7.25.4", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.4.tgz", @@ -546,12 +341,6 @@ "node": ">=6.9.0" } }, - "node_modules/@bcoe/v8-coverage": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", - "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", - "peer": true - }, "node_modules/@cocalc/ansi-to-react": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/@cocalc/ansi-to-react/-/ansi-to-react-7.0.0.tgz", @@ -595,21 +384,23 @@ } }, "node_modules/@codemirror/lang-css": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@codemirror/lang-css/-/lang-css-6.2.1.tgz", - "integrity": "sha512-/UNWDNV5Viwi/1lpr/dIXJNWiwDxpw13I4pTUAsNxZdg6E0mI2kTQb0P2iHczg1Tu+H4EBgJR+hYhKiHKko7qg==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@codemirror/lang-css/-/lang-css-6.3.0.tgz", + "integrity": "sha512-CyR4rUNG9OYcXDZwMPvJdtb6PHbBDKUc/6Na2BIwZ6dKab1JQqKa4di+RNRY9Myn7JB81vayKwJeQ7jEdmNVDA==", + "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.0.0", "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", "@lezer/common": "^1.0.2", - "@lezer/css": "^1.0.0" + "@lezer/css": "^1.1.7" } }, "node_modules/@codemirror/lang-html": { "version": "6.4.9", "resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.4.9.tgz", "integrity": "sha512-aQv37pIMSlueybId/2PVSP6NPnmurFDVmZwzc7jszd2KAF8qd4VBbvNYPXWQq90WIARjsdVkPbw29pszmHws3Q==", + "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.0.0", "@codemirror/lang-css": "^6.0.0", @@ -626,6 +417,7 @@ "version": "6.2.2", "resolved": "https://registry.npmjs.org/@codemirror/lang-javascript/-/lang-javascript-6.2.2.tgz", "integrity": "sha512-VGQfY+FCc285AhWuwjYxQyUQcYurWlxdKYT4bqwr3Twnd5wP5WSeu52t4tvvuWmljT4EmgEgZCqSieokhtY8hg==", + "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.0.0", "@codemirror/language": "^6.6.0", @@ -640,6 +432,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/@codemirror/lang-json/-/lang-json-6.0.1.tgz", "integrity": "sha512-+T1flHdgpqDDlJZ2Lkil/rLiRy684WMLc74xUnjJH48GQdfJo/pudlTRreZmKwzP8/tGdKf83wlbAdOCzlJOGQ==", + "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", "@lezer/json": "^1.0.0" @@ -649,6 +442,7 @@ "version": "6.1.0", "resolved": "https://registry.npmjs.org/@codemirror/lang-xml/-/lang-xml-6.1.0.tgz", "integrity": "sha512-3z0blhicHLfwi2UgkZYRPioSgVTo9PV5GP5ducFH6FaHy0IAJRg+ixj5gTR1gnT/glAIC8xv4w2VL1LoZfs+Jg==", + "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.0.0", "@codemirror/language": "^6.4.0", @@ -721,6 +515,7 @@ "version": "0.8.1", "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "0.3.9" }, @@ -732,6 +527,7 @@ "version": "0.3.9", "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" @@ -741,6 +537,7 @@ "version": "11.12.0", "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.12.0.tgz", "integrity": "sha512-y2WQb+oP8Jqvvclh8Q55gLUyb7UFvgv7eJfsj7td5TToBrIUtPay2kMrZi4xjq9qw2vD0ZR5fSho0yqoFgX7Rw==", + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.16.7", "@babel/runtime": "^7.18.3", @@ -758,12 +555,14 @@ "node_modules/@emotion/babel-plugin/node_modules/convert-source-map": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "license": "MIT" }, "node_modules/@emotion/babel-plugin/node_modules/escape-string-regexp": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "license": "MIT", "engines": { "node": ">=10" }, @@ -771,18 +570,11 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@emotion/babel-plugin/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/@emotion/cache": { "version": "11.13.1", "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.13.1.tgz", "integrity": "sha512-iqouYkuEblRcXmylXIwwOodiEK5Ifl7JcX7o6V4jI3iW4mLXX3dmt5xwBtIkJiQEXFAI+pC8X0i67yiPkH9Ucw==", + "license": "MIT", "dependencies": { "@emotion/memoize": "^0.9.0", "@emotion/sheet": "^1.4.0", @@ -794,7 +586,8 @@ "node_modules/@emotion/hash": { "version": "0.9.2", "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz", - "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==" + "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==", + "license": "MIT" }, "node_modules/@emotion/is-prop-valid": { "version": "1.3.0", @@ -813,6 +606,7 @@ "version": "11.13.3", "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.13.3.tgz", "integrity": "sha512-lIsdU6JNrmYfJ5EbUCf4xW1ovy5wKQ2CkPRM4xogziOxH1nXxBSjpC9YqbFAP7circxMfYp+6x676BqWcEiixg==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.18.3", "@emotion/babel-plugin": "^11.12.0", @@ -833,21 +627,23 @@ } }, "node_modules/@emotion/serialize": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.1.tgz", - "integrity": "sha512-dEPNKzBPU+vFPGa+z3axPRn8XVDetYORmDC0wAiej+TNcOZE70ZMJa0X7JdeoM6q/nWTMZeLpN/fTnD9o8MQBA==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.2.tgz", + "integrity": "sha512-grVnMvVPK9yUVE6rkKfAJlYZgo0cu3l9iMC77V7DW6E1DUIrU68pSEXRmFZFOFB1QFo57TncmOcvcbMDWsL4yA==", + "license": "MIT", "dependencies": { "@emotion/hash": "^0.9.2", "@emotion/memoize": "^0.9.0", "@emotion/unitless": "^0.10.0", - "@emotion/utils": "^1.4.0", + "@emotion/utils": "^1.4.1", "csstype": "^3.0.2" } }, "node_modules/@emotion/sheet": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz", - "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==" + "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==", + "license": "MIT" }, "node_modules/@emotion/stylis": { "version": "0.8.5", @@ -857,33 +653,38 @@ "node_modules/@emotion/unitless": { "version": "0.10.0", "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz", - "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==" + "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==", + "license": "MIT" }, "node_modules/@emotion/use-insertion-effect-with-fallbacks": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.1.0.tgz", "integrity": "sha512-+wBOcIV5snwGgI2ya3u99D7/FJquOIniQT1IKyDsBmEgwvpxMNeS65Oib7OnE2d2aY+3BU4OiH+0Wchf8yk3Hw==", + "license": "MIT", "peerDependencies": { "react": ">=16.8.0" } }, "node_modules/@emotion/utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.0.tgz", - "integrity": "sha512-spEnrA1b6hDR/C68lC2M7m6ALPUHZC0lIY7jAS/B/9DuuO1ZP04eov8SMv/6fwRd8pzmsn2AuJEznRREWlQrlQ==" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.1.tgz", + "integrity": "sha512-BymCXzCG3r72VKJxaYVwOXATqXIZ85cuvg0YOUDxMGNrKc1DJRZk8MgV5wyXRyEayIMd4FuXJIUgTBXvDNW5cA==", + "license": "MIT" }, "node_modules/@emotion/weak-memoize": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz", - "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==" + "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==", + "license": "MIT" }, "node_modules/@esbuild/android-arm": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz", - "integrity": "sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.15.tgz", + "integrity": "sha512-sRSOVlLawAktpMvDyJIkdLI/c/kdRTOqo8t6ImVxg8yT7LQDUYV5Rp2FKeEosLr6ZCja9UjYAzyRSxGteSJPYg==", "cpu": [ "arm" ], + "license": "MIT", "optional": true, "os": [ "android" @@ -893,12 +694,13 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz", - "integrity": "sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.15.tgz", + "integrity": "sha512-0kOB6Y7Br3KDVgHeg8PRcvfLkq+AccreK///B4Z6fNZGr/tNHX0z2VywCc7PTeWp+bPvjA5WMvNXltHw5QjAIA==", "cpu": [ "arm64" ], + "license": "MIT", "optional": true, "os": [ "android" @@ -908,12 +710,13 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz", - "integrity": "sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.15.tgz", + "integrity": "sha512-MzDqnNajQZ63YkaUWVl9uuhcWyEyh69HGpMIrf+acR4otMkfLJ4sUCxqwbCyPGicE9dVlrysI3lMcDBjGiBBcQ==", "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "android" @@ -922,13 +725,30 @@ "node": ">=12" } }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.15.tgz", + "integrity": "sha512-7siLjBc88Z4+6qkMDxPT2juf2e8SJxmsbNVKFY2ifWCDT72v5YJz9arlvBw5oB4W/e61H1+HDB/jnu8nNg0rLA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, "node_modules/@esbuild/darwin-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz", - "integrity": "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.15.tgz", + "integrity": "sha512-NbImBas2rXwYI52BOKTW342Tm3LTeVlaOQ4QPZ7XuWNKiO226DisFk/RyPk3T0CKZkKMuU69yOvlapJEmax7cg==", "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "darwin" @@ -938,12 +758,13 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz", - "integrity": "sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.15.tgz", + "integrity": "sha512-Xk9xMDjBVG6CfgoqlVczHAdJnCs0/oeFOspFap5NkYAmRCT2qTn1vJWA2f419iMtsHSLm+O8B6SLV/HlY5cYKg==", "cpu": [ "arm64" ], + "license": "MIT", "optional": true, "os": [ "freebsd" @@ -953,12 +774,13 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz", - "integrity": "sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.15.tgz", + "integrity": "sha512-3TWAnnEOdclvb2pnfsTWtdwthPfOz7qAfcwDLcfZyGJwm1SRZIMOeB5FODVhnM93mFSPsHB9b/PmxNNbSnd0RQ==", "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "freebsd" @@ -968,12 +790,13 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz", - "integrity": "sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.15.tgz", + "integrity": "sha512-MLTgiXWEMAMr8nmS9Gigx43zPRmEfeBfGCwxFQEMgJ5MC53QKajaclW6XDPjwJvhbebv+RzK05TQjvH3/aM4Xw==", "cpu": [ "arm" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -983,12 +806,13 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz", - "integrity": "sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.15.tgz", + "integrity": "sha512-T0MVnYw9KT6b83/SqyznTs/3Jg2ODWrZfNccg11XjDehIved2oQfrX/wVuev9N936BpMRaTR9I1J0tdGgUgpJA==", "cpu": [ "arm64" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -998,12 +822,13 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz", - "integrity": "sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.15.tgz", + "integrity": "sha512-wp02sHs015T23zsQtU4Cj57WiteiuASHlD7rXjKUyAGYzlOKDAjqK6bk5dMi2QEl/KVOcsjwL36kD+WW7vJt8Q==", "cpu": [ "ia32" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -1013,12 +838,13 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz", - "integrity": "sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.15.tgz", + "integrity": "sha512-k7FsUJjGGSxwnBmMh8d7IbObWu+sF/qbwc+xKZkBe/lTAF16RqxRCnNHA7QTd3oS2AfGBAnHlXL67shV5bBThQ==", "cpu": [ "loong64" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -1028,12 +854,13 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz", - "integrity": "sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.15.tgz", + "integrity": "sha512-ZLWk6czDdog+Q9kE/Jfbilu24vEe/iW/Sj2d8EVsmiixQ1rM2RKH2n36qfxK4e8tVcaXkvuV3mU5zTZviE+NVQ==", "cpu": [ "mips64el" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -1043,12 +870,13 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz", - "integrity": "sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.15.tgz", + "integrity": "sha512-mY6dPkIRAiFHRsGfOYZC8Q9rmr8vOBZBme0/j15zFUKM99d4ILY4WpOC7i/LqoY+RE7KaMaSfvY8CqjJtuO4xg==", "cpu": [ "ppc64" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -1058,12 +886,13 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz", - "integrity": "sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.15.tgz", + "integrity": "sha512-EcyUtxffdDtWjjwIH8sKzpDRLcVtqANooMNASO59y+xmqqRYBBM7xVLQhqF7nksIbm2yHABptoioS9RAbVMWVA==", "cpu": [ "riscv64" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -1073,12 +902,13 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz", - "integrity": "sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.15.tgz", + "integrity": "sha512-BuS6Jx/ezxFuHxgsfvz7T4g4YlVrmCmg7UAwboeyNNg0OzNzKsIZXpr3Sb/ZREDXWgt48RO4UQRDBxJN3B9Rbg==", "cpu": [ "s390x" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -1088,12 +918,13 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz", - "integrity": "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.15.tgz", + "integrity": "sha512-JsdS0EgEViwuKsw5tiJQo9UdQdUJYuB+Mf6HxtJSPN35vez1hlrNb1KajvKWF5Sa35j17+rW1ECEO9iNrIXbNg==", "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "linux" @@ -1103,12 +934,13 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz", - "integrity": "sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.15.tgz", + "integrity": "sha512-R6fKjtUysYGym6uXf6qyNephVUQAGtf3n2RCsOST/neIwPqRWcnc3ogcielOd6pT+J0RDR1RGcy0ZY7d3uHVLA==", "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "netbsd" @@ -1118,12 +950,13 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz", - "integrity": "sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.15.tgz", + "integrity": "sha512-mVD4PGc26b8PI60QaPUltYKeSX0wxuy0AltC+WCTFwvKCq2+OgLP4+fFd+hZXzO2xW1HPKcytZBdjqL6FQFa7w==", "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "openbsd" @@ -1133,12 +966,13 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz", - "integrity": "sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.15.tgz", + "integrity": "sha512-U6tYPovOkw3459t2CBwGcFYfFRjivcJJc1WC8Q3funIwX8x4fP+R6xL/QuTPNGOblbq/EUDxj9GU+dWKX0oWlQ==", "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "sunos" @@ -1148,12 +982,13 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz", - "integrity": "sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.15.tgz", + "integrity": "sha512-W+Z5F++wgKAleDABemiyXVnzXgvRFs+GVKThSI+mGgleLWluv0D7Diz4oQpgdpNzh4i2nNDzQtWbjJiqutRp6Q==", "cpu": [ "arm64" ], + "license": "MIT", "optional": true, "os": [ "win32" @@ -1163,12 +998,13 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz", - "integrity": "sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.15.tgz", + "integrity": "sha512-Muz/+uGgheShKGqSVS1KsHtCyEzcdOn/W/Xbh6H91Etm+wiIfwZaBn1W58MeGtfI8WA961YMHFYTthBdQs4t+w==", "cpu": [ "ia32" ], + "license": "MIT", "optional": true, "os": [ "win32" @@ -1178,12 +1014,13 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz", - "integrity": "sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==", + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.15.tgz", + "integrity": "sha512-DjDa9ywLUUmjhV2Y9wUTIF+1XsmuFGvZoCmOWkli1XcNAh5t25cc7fgsCx4Zi/Uurep3TTLyDiKATgGEg61pkA==", "cpu": [ "x64" ], + "license": "MIT", "optional": true, "os": [ "win32" @@ -1195,4566 +1032,1333 @@ "node_modules/@exodus/schemasafe": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@exodus/schemasafe/-/schemasafe-1.3.0.tgz", - "integrity": "sha512-5Aap/GaRupgNx/feGBwLLTVv8OQFfv3pq2lPRzPg9R+IOBnDgghTGW7l7EuVXOvg5cc/xSAlRW8rBrjIC3Nvqw==" + "integrity": "sha512-5Aap/GaRupgNx/feGBwLLTVv8OQFfv3pq2lPRzPg9R+IOBnDgghTGW7l7EuVXOvg5cc/xSAlRW8rBrjIC3Nvqw==", + "license": "MIT" }, "node_modules/@floating-ui/core": { - "version": "1.6.7", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.7.tgz", - "integrity": "sha512-yDzVT/Lm101nQ5TCVeK65LtdN7Tj4Qpr9RTXJ2vPFLqtLxwOrpoxAHAJI8J3yYWUc40J0BDBheaitK5SJmno2g==", + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.8.tgz", + "integrity": "sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==", + "license": "MIT", "dependencies": { - "@floating-ui/utils": "^0.2.7" + "@floating-ui/utils": "^0.2.8" } }, "node_modules/@floating-ui/dom": { - "version": "1.6.10", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.10.tgz", - "integrity": "sha512-fskgCFv8J8OamCmyun8MfjB1Olfn+uZKjOKZ0vhYF3gRmEUXcGOjxWL8bBr7i4kIuPZ2KD2S3EUIOxnjC8kl2A==", + "version": "1.6.11", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.11.tgz", + "integrity": "sha512-qkMCxSR24v2vGkhYDo/UzxfJN3D4syqSjyuTFz6C7XcpU1pASPRieNI0Kj5VP3/503mOfYiGY891ugBX1GlABQ==", + "license": "MIT", "dependencies": { "@floating-ui/core": "^1.6.0", - "@floating-ui/utils": "^0.2.7" + "@floating-ui/utils": "^0.2.8" } }, "node_modules/@floating-ui/utils": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.7.tgz", - "integrity": "sha512-X8R8Oj771YRl/w+c1HqAC1szL8zWQRwFvgDwT129k9ACdBoud/+/rX9V0qiMl6LWUdP9voC2nDVZYPMQQsb6eA==" + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.8.tgz", + "integrity": "sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig==", + "license": "MIT" }, "node_modules/@hookstate/core": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/@hookstate/core/-/core-4.0.1.tgz", "integrity": "sha512-Uh2D8Z0z/pqOJ7t+SfC+2sj13JQcB4yFhtL+T1choCaBxTSlgOS/CKRBohgJ4cjTKoxOmTT8uSQysu3gUjX+Gw==", + "license": "MIT", "peerDependencies": { "react": "^16.8.6 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@istanbuljs/load-nyc-config": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", - "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", - "peer": true, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", "dependencies": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" }, "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "peer": true, - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "peer": true, - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "node": ">=6.0.0" } }, - "node_modules/@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", - "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", - "peer": true, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "engines": { - "node": ">=8" + "node": ">=6.0.0" } }, - "node_modules/@jest/console": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz", - "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==", - "peer": true, - "dependencies": { - "@jest/types": "^29.6.3", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^29.7.0", - "jest-util": "^29.7.0", - "slash": "^3.0.0" - }, + "node_modules/@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=6.0.0" } }, - "node_modules/@jest/console/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" }, - "node_modules/@jest/console/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/@jest/console/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, + "node_modules/@kwsites/file-exists": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz", + "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==", + "license": "MIT", "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/console/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true - }, - "node_modules/@jest/console/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, - "engines": { - "node": ">=8" + "debug": "^4.1.1" } }, - "node_modules/@jest/console/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } + "node_modules/@kwsites/promise-deferred": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz", + "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==", + "license": "MIT" }, - "node_modules/@jest/core": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz", - "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==", - "peer": true, - "dependencies": { - "@jest/console": "^29.7.0", - "@jest/reporters": "^29.7.0", - "@jest/test-result": "^29.7.0", - "@jest/transform": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "jest-changed-files": "^29.7.0", - "jest-config": "^29.7.0", - "jest-haste-map": "^29.7.0", - "jest-message-util": "^29.7.0", - "jest-regex-util": "^29.6.3", - "jest-resolve": "^29.7.0", - "jest-resolve-dependencies": "^29.7.0", - "jest-runner": "^29.7.0", - "jest-runtime": "^29.7.0", - "jest-snapshot": "^29.7.0", - "jest-util": "^29.7.0", - "jest-validate": "^29.7.0", - "jest-watcher": "^29.7.0", - "micromatch": "^4.0.4", - "pretty-format": "^29.7.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } - } + "node_modules/@lezer/common": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.1.tgz", + "integrity": "sha512-yemX0ZD2xS/73llMZIK6KplkjIjf2EvAHcinDi/TfJ9hS25G0388+ClHt6/3but0oOxinTcQHJLDXh6w1crzFQ==" }, - "node_modules/@jest/core/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, + "node_modules/@lezer/css": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/@lezer/css/-/css-1.1.9.tgz", + "integrity": "sha512-TYwgljcDv+YrV0MZFFvYFQHCfGgbPMR6nuqLabBdmZoFH3EP1gvw8t0vae326Ne3PszQkbXfVBjCnf3ZVCr0bA==", + "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "@lezer/common": "^1.2.0", + "@lezer/highlight": "^1.0.0", + "@lezer/lr": "^1.0.0" } }, - "node_modules/@jest/core/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/@lezer/highlight": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.1.tgz", + "integrity": "sha512-Z5duk4RN/3zuVO7Jq0pGLJ3qynpxUVsh7IbUbGj88+uV2ApSAn6kWg2au3iJb+0Zi7kKtqffIESgNcRXWZWmSA==", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "@lezer/common": "^1.0.0" } }, - "node_modules/@jest/core/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, + "node_modules/@lezer/html": { + "version": "1.3.10", + "resolved": "https://registry.npmjs.org/@lezer/html/-/html-1.3.10.tgz", + "integrity": "sha512-dqpT8nISx/p9Do3AchvYGV3qYc4/rKr3IBZxlHmpIKam56P47RSHkSF5f13Vu9hebS1jM0HmtJIwLbWz1VIY6w==", + "license": "MIT", "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/core/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true - }, - "node_modules/@jest/core/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, - "engines": { - "node": ">=8" + "@lezer/common": "^1.2.0", + "@lezer/highlight": "^1.0.0", + "@lezer/lr": "^1.0.0" } }, - "node_modules/@jest/core/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, + "node_modules/@lezer/javascript": { + "version": "1.4.18", + "resolved": "https://registry.npmjs.org/@lezer/javascript/-/javascript-1.4.18.tgz", + "integrity": "sha512-Y8BeHOt4LtcxJgXwadtfSeWPrh0XzklcCHnCVT+vOsxqH4gWmunP2ykX+VVOlM/dusyVyiNfG3lv0f10UK+mgA==", + "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "@lezer/common": "^1.2.0", + "@lezer/highlight": "^1.1.3", + "@lezer/lr": "^1.3.0" } }, - "node_modules/@jest/environment": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", - "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", - "peer": true, + "node_modules/@lezer/json": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@lezer/json/-/json-1.0.2.tgz", + "integrity": "sha512-xHT2P4S5eeCYECyKNPhr4cbEL9tc8w83SPwRC373o9uEdrvGKTZoJVAGxpOsZckMlEh9W23Pc72ew918RWQOBQ==", + "license": "MIT", "dependencies": { - "@jest/fake-timers": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "jest-mock": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "@lezer/common": "^1.2.0", + "@lezer/highlight": "^1.0.0", + "@lezer/lr": "^1.0.0" } }, - "node_modules/@jest/expect": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz", - "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==", - "peer": true, + "node_modules/@lezer/lr": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.2.tgz", + "integrity": "sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==", "dependencies": { - "expect": "^29.7.0", - "jest-snapshot": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "@lezer/common": "^1.0.0" } }, - "node_modules/@jest/expect-utils": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", - "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", - "peer": true, + "node_modules/@lezer/xml": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@lezer/xml/-/xml-1.0.5.tgz", + "integrity": "sha512-VFouqOzmUWfIg+tfmpcdV33ewtK+NSwd4ngSe1aG7HFb4BN0ExyY1b8msp+ndFrnlG4V4iC8yXacjFtrwERnaw==", + "license": "MIT", "dependencies": { - "jest-get-type": "^29.6.3" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "@lezer/common": "^1.2.0", + "@lezer/highlight": "^1.0.0", + "@lezer/lr": "^1.0.0" } }, - "node_modules/@jest/fake-timers": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz", - "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", - "peer": true, - "dependencies": { - "@jest/types": "^29.6.3", - "@sinonjs/fake-timers": "^10.0.2", - "@types/node": "*", - "jest-message-util": "^29.7.0", - "jest-mock": "^29.7.0", - "jest-util": "^29.7.0" - }, + "node_modules/@markdoc/markdoc": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@markdoc/markdoc/-/markdoc-0.4.0.tgz", + "integrity": "sha512-fSh4P3Y4E7oaKYc2oNzSIJVPDto7SMzAuQN1Iyx53UxzleA6QzRdNWRxmiPqtVDaDi5dELd2yICoG91csrGrAw==", + "license": "MIT", "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jest/globals": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz", - "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==", - "peer": true, - "dependencies": { - "@jest/environment": "^29.7.0", - "@jest/expect": "^29.7.0", - "@jest/types": "^29.6.3", - "jest-mock": "^29.7.0" + "node": ">=14.7.0" }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jest/reporters": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz", - "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==", - "peer": true, - "dependencies": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^29.7.0", - "@jest/test-result": "^29.7.0", - "@jest/transform": "^29.7.0", - "@jest/types": "^29.6.3", - "@jridgewell/trace-mapping": "^0.3.18", - "@types/node": "*", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^6.0.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.1.3", - "jest-message-util": "^29.7.0", - "jest-util": "^29.7.0", - "jest-worker": "^29.7.0", - "slash": "^3.0.0", - "string-length": "^4.0.1", - "strip-ansi": "^6.0.0", - "v8-to-istanbul": "^9.0.1" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "optionalDependencies": { + "@types/markdown-it": "12.2.3" }, "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + "@types/react": "*", + "react": "*" }, "peerDependenciesMeta": { - "node-notifier": { + "@types/react": { + "optional": true + }, + "react": { "optional": true } } }, - "node_modules/@jest/reporters/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, + "node_modules/@noble/curves": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.4.2.tgz", + "integrity": "sha512-TavHr8qycMChk8UwMld0ZDRvatedkzWfH8IiaeGCfymOP5i0hSCozz9vHOL0nkwk7HRMlFnAiKpS2jrUmSybcw==", "dependencies": { - "color-convert": "^2.0.1" + "@noble/hashes": "1.4.0" }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/@noble/hashes": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz", + "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==", "engines": { - "node": ">=8" + "node": ">= 16" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://paulmillr.com/funding/" } }, - "node_modules/@jest/reporters/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/@rc-component/portal": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@rc-component/portal/-/portal-1.1.2.tgz", + "integrity": "sha512-6f813C0IsasTZms08kfA8kPAGxbbkYToa8ALaiDIGGECU4i9hj8Plgbx0sNJDrey3EtHO30hmdaxtT0138xZcg==", + "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "@babel/runtime": "^7.18.0", + "classnames": "^2.3.2", + "rc-util": "^5.24.4" }, "engines": { - "node": ">=10" + "node": ">=8.x" }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" } }, - "node_modules/@jest/reporters/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, + "node_modules/@rc-component/trigger": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@rc-component/trigger/-/trigger-2.2.3.tgz", + "integrity": "sha512-X1oFIpKoXAMXNDYCviOmTfuNuYxE4h5laBsyCqVAVMjNHxoF3/uiyA7XdegK1XbCvBbCZ6P6byWrEoDRpKL8+A==", + "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "@babel/runtime": "^7.23.2", + "@rc-component/portal": "^1.1.0", + "classnames": "^2.3.2", + "rc-motion": "^2.0.0", + "rc-resize-observer": "^1.3.1", + "rc-util": "^5.38.0" }, "engines": { - "node": ">=7.0.0" + "node": ">=8.x" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" } }, - "node_modules/@jest/reporters/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true - }, - "node_modules/@jest/reporters/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/reporters/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, + "node_modules/@redocly/ajv": { + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/@redocly/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-io1JpnwtIcvojV7QKDUSIuMN/ikdOUd1ReEnUnMKGfDVridQZ31J0MmIuqwuRjWDZfmvr+Q0MqCcfHM2gTivOg==", + "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js-replace": "^1.0.1" }, - "engines": { - "node": ">=8" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/@jest/schemas": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", - "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", - "peer": true, - "dependencies": { - "@sinclair/typebox": "^0.27.8" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } + "node_modules/@redocly/config": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.12.0.tgz", + "integrity": "sha512-bUznhqph3oOvaGgA6aLHdGg0Tff7CLwZxCCC4vs6rJv4hAStZQxX8Q9gf9WO0q/cn9Lz0qODpStFXfQLP3xBEQ==", + "license": "MIT" }, - "node_modules/@jest/source-map": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz", - "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==", - "peer": true, + "node_modules/@redocly/graphql-docs": { + "version": "0.6.58", + "resolved": "https://registry.npmjs.org/@redocly/graphql-docs/-/graphql-docs-0.6.58.tgz", + "integrity": "sha512-470/S3tQ2YmsySVhoPTSaYND4K9X6sY12muqfDZdacoYOu59a1lIufmluYQZPfGkti6azeV0LO5GD8VpzLKq8g==", + "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@jridgewell/trace-mapping": "^0.3.18", - "callsites": "^3.0.0", - "graceful-fs": "^4.2.9" + "@redocly/config": "0.12.0", + "deepmerge": "^4.2.2", + "marked": "^4.0.15" }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "peerDependencies": { + "@redocly/theme": "^0.44.0", + "graphql": "^16.9.0", + "prismjs": "^1.29.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0", + "react-router-dom": "^6.21.1", + "styled-components": "^5.3.11" } }, - "node_modules/@jest/test-result": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz", - "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==", - "peer": true, + "node_modules/@redocly/mock-server": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@redocly/mock-server/-/mock-server-0.1.3.tgz", + "integrity": "sha512-Hr8kESc5GS+D3NNd5asvZH9j6E59ZKv8d1VDSfVf7gIwDCU3caU4cOzuY+CQyOR+S8GRrlSInS1dVVKbJgZ+8A==", + "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@jest/console": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "@redocly/ajv": "8.11.2", + "@redocly/openapi-core": "1.25.3", + "ajv": "8.6.3", + "ajv-formats": "^2.1.1", + "js-yaml": "4.1.0", + "openapi-sampler": "1.5.1", + "punycode": "2.3.0", + "swagger2openapi": "^7.0.8", + "ts-node": "^10.9.1", + "yargs": "^17.5.1" } }, - "node_modules/@jest/test-sequencer": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz", - "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==", - "peer": true, + "node_modules/@redocly/openapi-core": { + "version": "1.25.3", + "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.25.3.tgz", + "integrity": "sha512-dqJkyydgagW3FXX5cjtSUAnabsld4K6yq7RFgQ+ngI1m43PkEoSQt8pp+SfQDszSEoMbc7QKj8afbe7mZw17TA==", + "license": "MIT", "dependencies": { - "@jest/test-result": "^29.7.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.7.0", - "slash": "^3.0.0" + "@redocly/ajv": "^8.11.2", + "@redocly/config": "^0.11.0", + "colorette": "^1.2.0", + "https-proxy-agent": "^7.0.4", + "js-levenshtein": "^1.1.6", + "js-yaml": "^4.1.0", + "lodash.isequal": "^4.5.0", + "minimatch": "^5.0.1", + "node-fetch": "^2.6.1", + "pluralize": "^8.0.0", + "yaml-ast-parser": "0.0.43" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=14.19.0", + "npm": ">=7.0.0" } }, - "node_modules/@jest/transform": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz", - "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", - "peer": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@jest/types": "^29.6.3", - "@jridgewell/trace-mapping": "^0.3.18", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^2.0.0", - "fast-json-stable-stringify": "^2.1.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.7.0", - "jest-regex-util": "^29.6.3", - "jest-util": "^29.7.0", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.2" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } + "node_modules/@redocly/openapi-core/node_modules/@redocly/config": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.11.0.tgz", + "integrity": "sha512-vAc77vCuWsVgLx2LN02P6jqLBhHuot6O1LsSJEAAkWEvXARSGSQVon50QW7jlbCMg9OFTYYYRPN4W6K/YmnM3w==", + "license": "MIT" }, - "node_modules/@jest/transform/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, + "node_modules/@redocly/openapi-core/node_modules/colorette": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz", + "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==", + "license": "MIT" + }, + "node_modules/@redocly/openapi-core/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "license": "ISC", "dependencies": { - "color-convert": "^2.0.1" + "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=10" } }, - "node_modules/@jest/transform/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/@redocly/openapi-core/node_modules/node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "whatwg-url": "^5.0.0" }, "engines": { - "node": ">=10" + "node": "4.x || >=6.0.0" }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } } }, - "node_modules/@jest/transform/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, + "node_modules/@redocly/openapi-docs": { + "version": "3.3.21", + "resolved": "https://registry.npmjs.org/@redocly/openapi-docs/-/openapi-docs-3.3.21.tgz", + "integrity": "sha512-GVev1WpGG/443cEpbmEqZv/20tnyUCMsgjB+A6iGnIsYMpkdUXCbKHGTHCPVZECUV6zn52bt64PgiitfHvDGmw==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "color-name": "~1.1.4" + "@markdoc/markdoc": "0.4.0", + "@redocly/config": "0.12.0", + "@redocly/openapi-core": "1.25.3", + "@redocly/replay": "0.5.16", + "deepmerge": "^4.2.2", + "dompurify": "^2.0.12", + "fast-deep-equal": "^3.1.3", + "jotai": "^2.4.2", + "json-pointer": "^0.6.2", + "jstoxml": "^5.0.2", + "lunr": "^2.3.8", + "openapi-sampler": "^1.5.1", + "path-browserify": "^1.0.1", + "prismjs": "1.29.0", + "react-router-dom": "6.21.1", + "slugify": "^1.4.4", + "stickyfill": "^1.1.1", + "stringify-object": "^3.3.0", + "styled-components": "^4.1.1 || ^5.3.11", + "swagger2openapi": "^7.0.8", + "tslib": "^2.2.0", + "url": "~0.11.0", + "url-template": "^2.0.8", + "util": "~0.12.5" + }, + "bin": { + "openapi-docs": "bin.js" }, "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/transform/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true - }, - "node_modules/@jest/transform/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, - "engines": { - "node": ">=8" + "node": ">=12", + "npm": ">=6.0.0" + }, + "peerDependencies": { + "@redocly/theme": ">=0.9.4", + "core-js": "^3.1.4", + "react": "^18.0.0", + "react-dom": "^18.0.0", + "styled-components": "^4.1.1 || ^5.3.11" } }, - "node_modules/@jest/transform/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "node_modules/@redocly/portal-legacy-ui": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@redocly/portal-legacy-ui/-/portal-legacy-ui-0.1.1.tgz", + "integrity": "sha512-Q7AAZf3vNbtzuqG5D2RvKf5P2FWgWdqlClWbjbfCoEeq6yRnZe/cDpD/TYDV4NSyRCc0Zf4J4NwgvcgLEw6BVw==", + "peerDependencies": { + "highlight-words-core": "^1.2.2", + "react": "^17.0.0 || ^18.0.0", + "react-router-dom": "^6.21.1", + "styled-components": "^4.1.1 || ^5.3.11", + "styled-system": "^5.1.5" } }, - "node_modules/@jest/types": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", - "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", - "peer": true, + "node_modules/@redocly/portal-plugin-mock-server": { + "version": "0.3.27", + "resolved": "https://registry.npmjs.org/@redocly/portal-plugin-mock-server/-/portal-plugin-mock-server-0.3.27.tgz", + "integrity": "sha512-ER+VC4f2JG5hSBECi1q7ug/qMJG0XUXnqVCHWbr5MZWtH/hbHxf8YvJG+XSW/5Ekkyzl9YTVTaq0eUl3FOhHxw==", + "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@jest/schemas": "^29.6.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "@redocly/config": "0.12.0", + "@redocly/mock-server": "0.1.3", + "@redocly/openapi-core": "1.25.3", + "@redocly/openapi-docs": "3.3.21" } }, - "node_modules/@jest/types/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, + "node_modules/@redocly/realm": { + "version": "0.102.0", + "resolved": "https://registry.npmjs.org/@redocly/realm/-/realm-0.102.0.tgz", + "integrity": "sha512-gAUPyriVUyUlf1DD85xdM1VuigFdh5A5zR4inptOpTIfa8SJoUjr11e9CV+neU5BLzLbjnpq77s1wWUrziuBOA==", + "license": "SEE LICENSE IN LICENSE", "dependencies": { - "color-convert": "^2.0.1" + "@babel/core": "7.23.5", + "@cocalc/ansi-to-react": "7.0.0", + "@markdoc/markdoc": "0.4.0", + "@redocly/ajv": "8.11.2", + "@redocly/config": "0.12.0", + "@redocly/graphql-docs": "0.6.58", + "@redocly/openapi-core": "1.25.3", + "@redocly/openapi-docs": "3.3.21", + "@redocly/portal-legacy-ui": "0.1.1", + "@redocly/portal-plugin-mock-server": "0.3.27", + "@redocly/theme": "0.44.0", + "@redocly/xml-crypto": "3.0.1", + "@tanstack/react-query": "4.0.5", + "@wojtekmaj/react-datetimerange-picker": "5.0.2", + "@xmldom/xmldom": "0.8.10", + "babel-plugin-styled-components": "2.1.4", + "chokidar": "3.6.0", + "colorette": "2.0.20", + "copy-to-clipboard": "3.3.3", + "dotenv": "16.4.5", + "enquirer": "2.3.6", + "esbuild": "0.17.15", + "fflate": "0.7.4", + "flexsearch": "0.7.43", + "graphql": "16.9.0", + "gray-matter": "4.0.3", + "hono": "4.5.8", + "htmlparser2": "8.0.2", + "i18next": "22.4.15", + "is-glob": "4.0.3", + "js-yaml": "4.1.0", + "lru-cache": "7.18.3", + "minimatch": "7.4.2", + "mri": "1.2.0", + "mustache": "4.2.0", + "nanoid": "3.3.7", + "node-fetch": "3.3.1", + "nprogress": "0.2.0", + "os-browserify": "0.3.0", + "path-browserify": "1.0.1", + "picomatch": "2.3.1", + "prismjs": "1.29.0", + "react": "18.2.0", + "react-calendar": "4.2.1", + "react-date-picker": "10.0.3", + "react-dom": "18.2.0", + "react-helmet": "6.1.0", + "react-router-dom": "6.21.1", + "react-select": "5.8.1", + "react-table": "7.8.0", + "reactjs-popup": "2.0.6", + "semver": "7.6.0", + "simple-git": "3.20.0", + "sitemap": "7.1.1", + "stream-http": "3.2.0", + "styled-components": "5.3.11", + "tty-browserify": "0.0.1", + "typesense": "1.8.2", + "web-vitals": "3.3.1", + "ws": "^8.9.0", + "yaml-ast-parser": "0.0.43" }, - "engines": { - "node": ">=8" + "bin": { + "realm": "bin.js" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "peerDependencies": { + "react": "^18.0.0", + "react-dom": "^18.0.0" } }, - "node_modules/@jest/types/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/@redocly/realm/node_modules/@babel/core": { + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.5.tgz", + "integrity": "sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==", + "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.23.5", + "@babel/generator": "^7.23.5", + "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helpers": "^7.23.5", + "@babel/parser": "^7.23.5", + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.5", + "@babel/types": "^7.23.5", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" }, "engines": { - "node": ">=10" + "node": ">=6.9.0" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/types/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/types/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true - }, - "node_modules/@jest/types/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, - "engines": { - "node": ">=8" + "type": "opencollective", + "url": "https://opencollective.com/babel" } }, - "node_modules/@jest/types/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "node_modules/@redocly/realm/node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" } }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "node_modules/@redocly/replay": { + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/@redocly/replay/-/replay-0.5.16.tgz", + "integrity": "sha512-AUgGgALqxWHNIEU6n4m28gg8Q7rsiGobqEQybG7H7GbcXD4UX0JND8KXBfKvpsFBtHGONkPyE2Y9HoprFyKZKA==", "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" + "@codemirror/autocomplete": "^6.15.0", + "@codemirror/lang-html": "^6.4.7", + "@codemirror/lang-json": "^6.0.1", + "@codemirror/lang-xml": "^6.0.2", + "@codemirror/lint": "^6.5.0", + "@codemirror/state": "^6.4.1", + "@codemirror/view": "^6.25.1", + "@hookstate/core": "^4.0.1", + "@lezer/highlight": "^1.1.6", + "@redocly/vscode-json-languageservice": "^3.4.9", + "@tauri-apps/plugin-dialog": "2.0.0-beta.7", + "@tauri-apps/plugin-fs": "^2.0.0-beta.7", + "@uiw/codemirror-theme-material": "^4.21.20", + "@uiw/react-codemirror": "^4.21.20", + "crypto-js": "^4.2.0", + "dayjs": "^1.11.7", + "js-yaml": "4.1.0", + "marked": "^4.0.15", + "rc-tooltip": "^6.1.3", + "react-resizable-panels": "^1.0.9", + "react-select": "5.8.1", + "styled-components": "^5.3.11" }, - "engines": { - "node": ">=6.0.0" + "peerDependencies": { + "@redocly/theme": "0.44.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0", + "react-router-dom": "^6.21.1", + "styled-components": "^5.3.11" } }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "engines": { - "node": ">=6.0.0" + "node_modules/@redocly/theme": { + "version": "0.44.0", + "resolved": "https://registry.npmjs.org/@redocly/theme/-/theme-0.44.0.tgz", + "integrity": "sha512-ONDo4aZNa8DzXh6mUqz/1wL7mJojnOvkbCop4MWb2x7r1pT4JVZjUSn036zgE6S1TnoClIDIGFICHFRQn0ebNg==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@redocly/config": "0.12.0", + "copy-to-clipboard": "3.3.3", + "highlight-words-core": "1.2.2", + "hotkeys-js": "3.10.1", + "i18next": "22.4.15", + "nprogress": "0.2.0", + "react-calendar": "4.2.1", + "react-date-picker": "10.0.3", + "timeago.js": "4.0.2" + }, + "peerDependencies": { + "@markdoc/markdoc": "0.4.0", + "lodash.throttle": "^4.1.1", + "prismjs": "^1.28.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0", + "react-router-dom": "^6.21.1", + "styled-components": "^4.1.1 || ^5.3.11", + "styled-system": "^5.1.5" } }, - "node_modules/@jridgewell/set-array": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", - "engines": { - "node": ">=6.0.0" + "node_modules/@redocly/vscode-json-languageservice": { + "version": "3.4.9", + "resolved": "https://registry.npmjs.org/@redocly/vscode-json-languageservice/-/vscode-json-languageservice-3.4.9.tgz", + "integrity": "sha512-xbR70FuHcg/oULMUXkNTf12+vgPzeoRnOYHvx1f0ZClr46HLSzBKqMBS695W31sAoM+f/iqxw4WJSa7xC/Gkbg==", + "license": "MIT", + "dependencies": { + "jsonc-parser": "^2.2.0", + "vscode-languageserver-textdocument": "^1.0.0-next.4", + "vscode-languageserver-types": "^3.15.0-next.6", + "vscode-uri": "^2.1.1" } }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", - "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "node_modules/@redocly/xml-crypto": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@redocly/xml-crypto/-/xml-crypto-3.0.1.tgz", + "integrity": "sha512-qtZUNLi5QUjbY8oIWbw/73MYJb00+iB1LfYIbAJsb3ZP7cHrAppRgHjYmjdrOrJ6Kz24z03ywN4oFQflEO4tHQ==", "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" + "@xmldom/xmldom": "^0.8.3", + "xpath": "0.0.32" + }, + "engines": { + "node": ">=0.4.0" } }, - "node_modules/@kwsites/file-exists": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz", - "integrity": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==", - "dependencies": { - "debug": "^4.1.1" + "node_modules/@remix-run/router": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.14.1.tgz", + "integrity": "sha512-Qg4DMQsfPNAs88rb2xkdk03N3bjK4jgX5fR24eHCTR9q6PrhZQZ4UJBPzCHJkIpTRN1UKxx2DzjZmnC+7Lj0Ow==", + "license": "MIT", + "engines": { + "node": ">=14.0.0" } }, - "node_modules/@kwsites/promise-deferred": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@kwsites/promise-deferred/-/promise-deferred-1.1.1.tgz", - "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==" + "node_modules/@scure/base": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.7.tgz", + "integrity": "sha512-PPNYBslrLNNUQ/Yad37MHYsNQtK67EhWb6WtSvNLLPo7SdVZgkUjD6Dg+5On7zNwmskf8OX7I7Nx5oN+MIWE0g==", + "funding": { + "url": "https://paulmillr.com/funding/" + } }, - "node_modules/@lezer/common": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.1.tgz", - "integrity": "sha512-yemX0ZD2xS/73llMZIK6KplkjIjf2EvAHcinDi/TfJ9hS25G0388+ClHt6/3but0oOxinTcQHJLDXh6w1crzFQ==" + "node_modules/@scure/bip32": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-1.4.0.tgz", + "integrity": "sha512-sVUpc0Vq3tXCkDGYVWGIZTRfnvu8LoTDaev7vbwh0omSvVORONr960MQWdKqJDCReIEmTj3PAr73O3aoxz7OPg==", + "dependencies": { + "@noble/curves": "~1.4.0", + "@noble/hashes": "~1.4.0", + "@scure/base": "~1.1.6" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } }, - "node_modules/@lezer/css": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/@lezer/css/-/css-1.1.8.tgz", - "integrity": "sha512-7JhxupKuMBaWQKjQoLtzhGj83DdnZY9MckEOG5+/iLKNK2ZJqKc6hf6uc0HjwCX7Qlok44jBNqZhHKDhEhZYLA==", + "node_modules/@scure/bip39": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.3.0.tgz", + "integrity": "sha512-disdg7gHuTDZtY+ZdkmLpPCk7fxZSu3gBiEGuoC1XYxv9cGx3Z6cpTggCgW6odSOOIXCiDjuGejW+aJKCY/pIQ==", "dependencies": { - "@lezer/common": "^1.2.0", - "@lezer/highlight": "^1.0.0", - "@lezer/lr": "^1.0.0" + "@noble/hashes": "~1.4.0", + "@scure/base": "~1.1.6" + }, + "funding": { + "url": "https://paulmillr.com/funding/" } }, - "node_modules/@lezer/highlight": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.1.tgz", - "integrity": "sha512-Z5duk4RN/3zuVO7Jq0pGLJ3qynpxUVsh7IbUbGj88+uV2ApSAn6kWg2au3iJb+0Zi7kKtqffIESgNcRXWZWmSA==", + "node_modules/@styled-system/background": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@styled-system/background/-/background-5.1.2.tgz", + "integrity": "sha512-jtwH2C/U6ssuGSvwTN3ri/IyjdHb8W9X/g8Y0JLcrH02G+BW3OS8kZdHphF1/YyRklnrKrBT2ngwGUK6aqqV3A==", + "peer": true, "dependencies": { - "@lezer/common": "^1.0.0" + "@styled-system/core": "^5.1.2" } }, - "node_modules/@lezer/html": { - "version": "1.3.10", - "resolved": "https://registry.npmjs.org/@lezer/html/-/html-1.3.10.tgz", - "integrity": "sha512-dqpT8nISx/p9Do3AchvYGV3qYc4/rKr3IBZxlHmpIKam56P47RSHkSF5f13Vu9hebS1jM0HmtJIwLbWz1VIY6w==", + "node_modules/@styled-system/border": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/@styled-system/border/-/border-5.1.5.tgz", + "integrity": "sha512-JvddhNrnhGigtzWRCVuAHepniyVi6hBlimxWDVAdcTuk7aRn9BYJUwfHslURtwYFsF5FoEs8Zmr1oZq2M1AP0A==", + "peer": true, "dependencies": { - "@lezer/common": "^1.2.0", - "@lezer/highlight": "^1.0.0", - "@lezer/lr": "^1.0.0" + "@styled-system/core": "^5.1.2" } }, - "node_modules/@lezer/javascript": { - "version": "1.4.17", - "resolved": "https://registry.npmjs.org/@lezer/javascript/-/javascript-1.4.17.tgz", - "integrity": "sha512-bYW4ctpyGK+JMumDApeUzuIezX01H76R1foD6LcRX224FWfyYit/HYxiPGDjXXe/wQWASjCvVGoukTH68+0HIA==", + "node_modules/@styled-system/color": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@styled-system/color/-/color-5.1.2.tgz", + "integrity": "sha512-1kCkeKDZkt4GYkuFNKc7vJQMcOmTl3bJY3YBUs7fCNM6mMYJeT1pViQ2LwBSBJytj3AB0o4IdLBoepgSgGl5MA==", + "peer": true, "dependencies": { - "@lezer/common": "^1.2.0", - "@lezer/highlight": "^1.1.3", - "@lezer/lr": "^1.3.0" + "@styled-system/core": "^5.1.2" } }, - "node_modules/@lezer/json": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@lezer/json/-/json-1.0.2.tgz", - "integrity": "sha512-xHT2P4S5eeCYECyKNPhr4cbEL9tc8w83SPwRC373o9uEdrvGKTZoJVAGxpOsZckMlEh9W23Pc72ew918RWQOBQ==", + "node_modules/@styled-system/core": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@styled-system/core/-/core-5.1.2.tgz", + "integrity": "sha512-XclBDdNIy7OPOsN4HBsawG2eiWfCcuFt6gxKn1x4QfMIgeO6TOlA2pZZ5GWZtIhCUqEPTgIBta6JXsGyCkLBYw==", + "peer": true, "dependencies": { - "@lezer/common": "^1.2.0", - "@lezer/highlight": "^1.0.0", - "@lezer/lr": "^1.0.0" + "object-assign": "^4.1.1" } }, - "node_modules/@lezer/lr": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.2.tgz", - "integrity": "sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==", + "node_modules/@styled-system/css": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/@styled-system/css/-/css-5.1.5.tgz", + "integrity": "sha512-XkORZdS5kypzcBotAMPBoeckDs9aSZVkvrAlq5K3xP8IMAUek+x2O4NtwoSgkYkWWzVBu6DGdFZLR790QWGG+A==", + "peer": true + }, + "node_modules/@styled-system/flexbox": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@styled-system/flexbox/-/flexbox-5.1.2.tgz", + "integrity": "sha512-6hHV52+eUk654Y1J2v77B8iLeBNtc+SA3R4necsu2VVinSD7+XY5PCCEzBFaWs42dtOEDIa2lMrgL0YBC01mDQ==", + "peer": true, "dependencies": { - "@lezer/common": "^1.0.0" + "@styled-system/core": "^5.1.2" } }, - "node_modules/@lezer/xml": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@lezer/xml/-/xml-1.0.5.tgz", - "integrity": "sha512-VFouqOzmUWfIg+tfmpcdV33ewtK+NSwd4ngSe1aG7HFb4BN0ExyY1b8msp+ndFrnlG4V4iC8yXacjFtrwERnaw==", + "node_modules/@styled-system/grid": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@styled-system/grid/-/grid-5.1.2.tgz", + "integrity": "sha512-K3YiV1KyHHzgdNuNlaw8oW2ktMuGga99o1e/NAfTEi5Zsa7JXxzwEnVSDSBdJC+z6R8WYTCYRQC6bkVFcvdTeg==", + "peer": true, "dependencies": { - "@lezer/common": "^1.2.0", - "@lezer/highlight": "^1.0.0", - "@lezer/lr": "^1.0.0" + "@styled-system/core": "^5.1.2" } }, - "node_modules/@markdoc/markdoc": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@markdoc/markdoc/-/markdoc-0.4.0.tgz", - "integrity": "sha512-fSh4P3Y4E7oaKYc2oNzSIJVPDto7SMzAuQN1Iyx53UxzleA6QzRdNWRxmiPqtVDaDi5dELd2yICoG91csrGrAw==", - "engines": { - "node": ">=14.7.0" - }, - "optionalDependencies": { - "@types/markdown-it": "12.2.3" - }, - "peerDependencies": { - "@types/react": "*", - "react": "*" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "react": { - "optional": true - } + "node_modules/@styled-system/layout": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@styled-system/layout/-/layout-5.1.2.tgz", + "integrity": "sha512-wUhkMBqSeacPFhoE9S6UF3fsMEKFv91gF4AdDWp0Aym1yeMPpqz9l9qS/6vjSsDPF7zOb5cOKC3tcKKOMuDCPw==", + "peer": true, + "dependencies": { + "@styled-system/core": "^5.1.2" } }, - "node_modules/@noble/curves": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.4.2.tgz", - "integrity": "sha512-TavHr8qycMChk8UwMld0ZDRvatedkzWfH8IiaeGCfymOP5i0hSCozz9vHOL0nkwk7HRMlFnAiKpS2jrUmSybcw==", + "node_modules/@styled-system/position": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@styled-system/position/-/position-5.1.2.tgz", + "integrity": "sha512-60IZfMXEOOZe3l1mCu6sj/2NAyUmES2kR9Kzp7s2D3P4qKsZWxD1Se1+wJvevb+1TP+ZMkGPEYYXRyU8M1aF5A==", + "peer": true, "dependencies": { - "@noble/hashes": "1.4.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" + "@styled-system/core": "^5.1.2" } }, - "node_modules/@noble/hashes": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz", - "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==", - "engines": { - "node": ">= 16" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/@rc-component/portal": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@rc-component/portal/-/portal-1.1.2.tgz", - "integrity": "sha512-6f813C0IsasTZms08kfA8kPAGxbbkYToa8ALaiDIGGECU4i9hj8Plgbx0sNJDrey3EtHO30hmdaxtT0138xZcg==", - "dependencies": { - "@babel/runtime": "^7.18.0", - "classnames": "^2.3.2", - "rc-util": "^5.24.4" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/@rc-component/trigger": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@rc-component/trigger/-/trigger-2.2.1.tgz", - "integrity": "sha512-fuU11J8pOt6+U/tU6/CAv8wjCwGaNeRk9f5k8HQth7JBbJ6MMH62WhGycVW75VnXfBZgL/7kO+wbiO2Xc9U9sQ==", + "node_modules/@styled-system/shadow": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@styled-system/shadow/-/shadow-5.1.2.tgz", + "integrity": "sha512-wqniqYb7XuZM7K7C0d1Euxc4eGtqEe/lvM0WjuAFsQVImiq6KGT7s7is+0bNI8O4Dwg27jyu4Lfqo/oIQXNzAg==", + "peer": true, "dependencies": { - "@babel/runtime": "^7.23.2", - "@rc-component/portal": "^1.1.0", - "classnames": "^2.3.2", - "rc-motion": "^2.0.0", - "rc-resize-observer": "^1.3.1", - "rc-util": "^5.38.0" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" + "@styled-system/core": "^5.1.2" } }, - "node_modules/@redocly/ajv": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/@redocly/ajv/-/ajv-8.11.0.tgz", - "integrity": "sha512-9GWx27t7xWhDIR02PA18nzBdLcKQRgc46xNQvjFkrYk4UOmvKhJ/dawwiX0cCOeetN5LcaaiqQbVOWYK62SGHw==", + "node_modules/@styled-system/space": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@styled-system/space/-/space-5.1.2.tgz", + "integrity": "sha512-+zzYpR8uvfhcAbaPXhH8QgDAV//flxqxSjHiS9cDFQQUSznXMQmxJegbhcdEF7/eNnJgHeIXv1jmny78kipgBA==", + "peer": true, "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@redocly/config": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.10.1.tgz", - "integrity": "sha512-H3LnKVGzOaxskwJu8pmJYwBOWjP61qOK7TuTrbafqArDVckE06fhA6l0nO4KvBbjLPjy1Al7UnlxOu23V4Nl0w==" - }, - "node_modules/@redocly/fuse.js": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@redocly/fuse.js/-/fuse.js-7.0.1.tgz", - "integrity": "sha512-phBylt7PvZaAtlfokc37DXCA6Gq7H8/JuXeXWna9afY82wrsA/6l4zhVIE+cEiU7jpRchpDSOmv8eQxlumGPaQ==", - "engines": { - "node": ">=10" + "@styled-system/core": "^5.1.2" } }, - "node_modules/@redocly/graphql-docs": { - "version": "0.6.54", - "resolved": "https://registry.npmjs.org/@redocly/graphql-docs/-/graphql-docs-0.6.54.tgz", - "integrity": "sha512-EgFv2q04WzmXkCLNu7Dl8ct/rULE7Hu1TC/QmKCcQTSxKVwmJfF2UClvNvqY0eT/jGc54DBY+HRPESWh9XOdKw==", + "node_modules/@styled-system/typography": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@styled-system/typography/-/typography-5.1.2.tgz", + "integrity": "sha512-BxbVUnN8N7hJ4aaPOd7wEsudeT7CxarR+2hns8XCX1zp0DFfbWw4xYa/olA0oQaqx7F1hzDg+eRaGzAJbF+jOg==", + "peer": true, "dependencies": { - "@redocly/config": "0.10.1", - "deepmerge": "^4.2.2", - "marked": "^4.0.15" - }, - "peerDependencies": { - "@redocly/theme": "^0.40.0", - "graphql": "^16.9.0", - "prismjs": "^1.29.0", - "react": "^17.0.0 || ^18.0.0", - "react-dom": "^17.0.0 || ^18.0.0", - "react-router-dom": "^6.21.1", - "styled-components": "^5.3.11" + "@styled-system/core": "^5.1.2" } }, - "node_modules/@redocly/mock-server": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@redocly/mock-server/-/mock-server-0.1.0.tgz", - "integrity": "sha512-C0K8GpN+Zdi9i+P8zCBuO6AnRuVnT+76c3PQQSVYWsAdXhjyi3E4GhfiQgWcjdlreQYcPTE2drrjOhiCdRrSEg==", + "node_modules/@styled-system/variant": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/@styled-system/variant/-/variant-5.1.5.tgz", + "integrity": "sha512-Yn8hXAFoWIro8+Q5J8YJd/mP85Teiut3fsGVR9CAxwgNfIAiqlYxsk5iHU7VHJks/0KjL4ATSjmbtCDC/4l1qw==", + "peer": true, "dependencies": { - "@redocly/ajv": "8.6.4", - "@redocly/openapi-core": "1.12.2", - "ajv": "8.6.3", - "ajv-formats": "^2.1.1", - "js-yaml": "^4.1.0", - "openapi-sampler": "1.5.1", - "punycode": "2.3.0", - "swagger2openapi": "^7.0.8", - "ts-node": "^10.9.1", - "yargs": "^17.5.1" + "@styled-system/core": "^5.1.2", + "@styled-system/css": "^5.1.5" } }, - "node_modules/@redocly/mock-server/node_modules/@redocly/ajv": { - "version": "8.6.4", - "resolved": "https://registry.npmjs.org/@redocly/ajv/-/ajv-8.6.4.tgz", - "integrity": "sha512-y9qNj0//tZtWB2jfXNK3BX18BSBp9zNR7KE7lMysVHwbZtY392OJCjm6Rb/h4UHH2r1AqjNEHFD6bRn+DqU9Mw==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, + "node_modules/@tanstack/query-core": { + "version": "4.36.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.36.1.tgz", + "integrity": "sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==", "funding": { "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@redocly/mock-server/node_modules/@redocly/config": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.5.0.tgz", - "integrity": "sha512-oA1ezWPT2tSV9CLk0FtZlViaFKtp+id3iAVeKBme1DdP4xUCdxEdP8umB21iLKdc6leRd5uGa+T5Ox4nHBAXWg==" - }, - "node_modules/@redocly/mock-server/node_modules/@redocly/openapi-core": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.12.2.tgz", - "integrity": "sha512-dImBZaKws54a4/QdoAVsLDm4/gfVnzAVD68pSGFPMTLNM2AZINvevfUfOrbUNTXwHvG2UJkthUxDGQZLsp3Vaw==", - "dependencies": { - "@redocly/ajv": "^8.11.0", - "@redocly/config": "^0.5.0", - "colorette": "^1.2.0", - "js-levenshtein": "^1.1.6", - "js-yaml": "^4.1.0", - "lodash.isequal": "^4.5.0", - "minimatch": "^5.0.1", - "node-fetch": "^2.6.1", - "pluralize": "^8.0.0", - "yaml-ast-parser": "0.0.43" - }, - "engines": { - "node": ">=14.19.0", - "npm": ">=7.0.0" + "url": "https://github.com/sponsors/tannerlinsley" } }, - "node_modules/@redocly/mock-server/node_modules/@redocly/openapi-core/node_modules/@redocly/ajv": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/@redocly/ajv/-/ajv-8.11.0.tgz", - "integrity": "sha512-9GWx27t7xWhDIR02PA18nzBdLcKQRgc46xNQvjFkrYk4UOmvKhJ/dawwiX0cCOeetN5LcaaiqQbVOWYK62SGHw==", + "node_modules/@tanstack/react-query": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.0.5.tgz", + "integrity": "sha512-tIggVlhoFevVpY/LkZroPmrERFHN8tw4aZLtgwSArzHmMJ03WQcaNvbbHy6GERidXtaMdUz+IeQryrE7cO7WPQ==", "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "@tanstack/query-core": "^4.0.0-beta.1", + "@types/use-sync-external-store": "^0.0.3", + "use-sync-external-store": "^1.2.0" }, "funding": { "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@redocly/mock-server/node_modules/colorette": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz", - "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==" - }, - "node_modules/@redocly/mock-server/node_modules/minimatch": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@redocly/mock-server/node_modules/node-fetch": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", - "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" + "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "encoding": "^0.1.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-native": "*" }, "peerDependenciesMeta": { - "encoding": { + "react-dom": { + "optional": true + }, + "react-native": { "optional": true } } }, - "node_modules/@redocly/openapi-core": { - "version": "1.20.1", - "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.20.1.tgz", - "integrity": "sha512-ZbIJRelAAkXuOnKgEyAuzS2Th24ZY4qnJY62ddbAaAn6NworI6BrnoMq/MqkilQWBKhbVTy/XeXc9jWDXLwkRA==", - "dependencies": { - "@redocly/ajv": "^8.11.0", - "@redocly/config": "^0.9.0", - "colorette": "^1.2.0", - "https-proxy-agent": "^7.0.4", - "js-levenshtein": "^1.1.6", - "js-yaml": "^4.1.0", - "lodash.isequal": "^4.5.0", - "minimatch": "^5.0.1", - "node-fetch": "^2.6.1", - "pluralize": "^8.0.0", - "yaml-ast-parser": "0.0.43" - }, + "node_modules/@tauri-apps/api": { + "version": "2.0.0-beta.15", + "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.0.0-beta.15.tgz", + "integrity": "sha512-H9w6iISmR+NvH4XuyCZB4zDN10tf9RFt6i/9JHEjaRhAowdAaJ+oiXq/3kedizNClHMtbTQ5j0oqDVPkZDAI8g==", + "license": "Apache-2.0 OR MIT", "engines": { - "node": ">=14.19.0", - "npm": ">=7.0.0" + "node": ">= 18.18", + "npm": ">= 6.6.0", + "yarn": ">= 1.19.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/tauri" } }, - "node_modules/@redocly/openapi-core/node_modules/@redocly/config": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.9.0.tgz", - "integrity": "sha512-rRd0pSiPC68AQGud2VbrHqUov1VHospfcYE2pFYmGYfZhzZfHBSiVaeiTY+CZmrhf5RB9aVdOHRCm25Vb6GFkQ==" - }, - "node_modules/@redocly/openapi-core/node_modules/colorette": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz", - "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==" - }, - "node_modules/@redocly/openapi-core/node_modules/minimatch": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "node_modules/@tauri-apps/plugin-dialog": { + "version": "2.0.0-beta.7", + "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-dialog/-/plugin-dialog-2.0.0-beta.7.tgz", + "integrity": "sha512-myywwpsKbquDDzl5zaOmmLLv5O8EJ/GgHDAoVSPwO97R4iWzkDvj3HFF91tNh7i25Tu/bP6jYPAdZA1NCRxxtg==", + "license": "MIT or APACHE-2.0", "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" + "@tauri-apps/api": "2.0.0-beta.15" } }, - "node_modules/@redocly/openapi-core/node_modules/node-fetch": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", - "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "node_modules/@tauri-apps/plugin-fs": { + "version": "2.0.0-rc.2", + "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-fs/-/plugin-fs-2.0.0-rc.2.tgz", + "integrity": "sha512-TFjCfso3tN4b5s2EBjqP8N2gYrPh93Ds3VNKj8pCXv4wbvnItyfG0aHO0haUsedBOHQryDwv9vDAdPX6/T0a+g==", + "license": "MIT or APACHE-2.0", "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } + "@tauri-apps/api": "^2.0.0-rc.4" } }, - "node_modules/@redocly/openapi-docs": { - "version": "3.3.9", - "resolved": "https://registry.npmjs.org/@redocly/openapi-docs/-/openapi-docs-3.3.9.tgz", - "integrity": "sha512-MSDFbgESH/QljVLCYoBWaCOvNr/L7FBBjEAb2p4JneHWcUZ9lllh4YgKrgdMA4U4Ld+bCXdZn9u/JF6ZN8fZZw==", - "dependencies": { - "@markdoc/markdoc": "0.4.0", - "@redocly/config": "0.10.1", - "@redocly/openapi-core": "1.20.1", - "@redocly/replay": "0.5.6", - "deepmerge": "^4.2.2", - "dompurify": "^2.0.12", - "fast-deep-equal": "^3.1.3", - "jotai": "^2.4.2", - "json-pointer": "^0.6.2", - "lunr": "^2.3.8", - "openapi-sampler": "^1.5.1", - "path-browserify": "^1.0.1", - "prismjs": "^1.22.0", - "react-router-dom": "^6.21.1", - "slugify": "^1.4.4", - "stickyfill": "^1.1.1", - "stringify-object": "^3.3.0", - "styled-components": "^4.1.1 || ^5.3.11", - "swagger2openapi": "^7.0.8", - "tslib": "^2.2.0", - "url": "~0.11.0", - "url-template": "^2.0.8", - "util": "~0.12.5" - }, - "bin": { - "openapi-docs": "bin.js" - }, - "engines": { - "node": ">=12", - "npm": ">=6.0.0" - }, - "peerDependencies": { - "@redocly/theme": ">=0.9.4", - "core-js": "^3.1.4", - "react": "^18.0.0", - "react-dom": "^18.0.0", - "styled-components": "^4.1.1 || ^5.3.11" - } - }, - "node_modules/@redocly/portal-legacy-ui": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@redocly/portal-legacy-ui/-/portal-legacy-ui-0.1.1.tgz", - "integrity": "sha512-Q7AAZf3vNbtzuqG5D2RvKf5P2FWgWdqlClWbjbfCoEeq6yRnZe/cDpD/TYDV4NSyRCc0Zf4J4NwgvcgLEw6BVw==", - "peerDependencies": { - "highlight-words-core": "^1.2.2", - "react": "^17.0.0 || ^18.0.0", - "react-router-dom": "^6.21.1", - "styled-components": "^4.1.1 || ^5.3.11", - "styled-system": "^5.1.5" - } - }, - "node_modules/@redocly/portal-plugin-mock-server": { - "version": "0.3.15", - "resolved": "https://registry.npmjs.org/@redocly/portal-plugin-mock-server/-/portal-plugin-mock-server-0.3.15.tgz", - "integrity": "sha512-e6skLQiK4OqiLNmWFbolAPOVIzT9ajpcK7Nc2NxQD0ON4OfMKyJDL2J+5RxNxX43xUzrLCao16o95hEj48Vkvg==", - "dependencies": { - "@redocly/config": "0.10.1", - "@redocly/mock-server": "0.1.0", - "@redocly/openapi-core": "1.20.1", - "@redocly/openapi-docs": "3.3.9" - } - }, - "node_modules/@redocly/realm": { - "version": "0.97.4", - "resolved": "https://registry.npmjs.org/@redocly/realm/-/realm-0.97.4.tgz", - "integrity": "sha512-aTPnegOMyYLcowxNVnP+rorapFFIsYl6fswMZ3I1pcPe+ks2MpboAWvS5h0P+wuJrruipQ13fzuh4i74IK8s2w==", - "dependencies": { - "@babel/core": "^7.23.3", - "@cocalc/ansi-to-react": "7.0.0", - "@markdoc/markdoc": "0.4.0", - "@redocly/ajv": "^8.11.0", - "@redocly/config": "0.10.1", - "@redocly/fuse.js": "^7.0.1", - "@redocly/graphql-docs": "0.6.54", - "@redocly/openapi-core": "1.20.1", - "@redocly/openapi-docs": "3.3.9", - "@redocly/portal-legacy-ui": "0.1.1", - "@redocly/portal-plugin-mock-server": "^0.3.15", - "@redocly/theme": "0.40.6", - "@redocly/xml-crypto": "~3.0.1", - "@tanstack/react-query": "4.0.5", - "@wojtekmaj/react-datetimerange-picker": "^5.0.1", - "@xmldom/xmldom": "^0.8.3", - "babel-plugin-styled-components": "^2.0.7", - "buffer": "^6.0.3", - "chokidar": "^3.5.3", - "colorette": "^2.0.19", - "copy-to-clipboard": "^3.3.3", - "dotenv": "^16.0.3", - "enquirer": "^2.3.6", - "esbuild": "^0.17.15", - "events": "3.3.0", - "fflate": "^0.7.4", - "graphql": "^16.9.0", - "gray-matter": "^4.0.3", - "hono": "4.5.8", - "htmlparser2": "^8.0.2", - "i18next": "^22.4.12", - "is-glob": "^4.0.3", - "js-yaml": "^4.1.0", - "lodash.throttle": "^4.1.1", - "lru-cache": "^7.18.3", - "minimatch": "^7.4.2", - "mri": "^1.2.0", - "mustache": "^4.2.0", - "nanoid": "^3.3.4", - "node-fetch": "^3.3.0", - "nprogress": "^0.2.0", - "os-browserify": "0.3.0", - "path-browserify": "1.0.1", - "picomatch": "^2.3.1", - "prismjs": "^1.29.0", - "react": "^18.2.0", - "react-calendar": "4.2.1", - "react-date-picker": "10.0.3", - "react-dom": "^18.2.0", - "react-helmet": "^6.1.0", - "react-router-dom": "^6.21.1", - "react-select": "^5.7.0", - "react-table": "^7.8.0", - "reactjs-popup": "^2.0.5", - "semver": "^7.5.4", - "simple-git": "^3.14.1", - "sitemap": "^7.1.1", - "stream-http": "3.2.0", - "styled-components": "^5.3.11", - "styled-system": "^5.1.5", - "ts-jest-mock-import-meta": "^1.1.0", - "ts-node": "^10.9.1", - "tty-browserify": "0.0.1", - "web-vitals": "^3.3.1", - "ws": "^8.9.0", - "yaml-ast-parser": "0.0.43" - }, - "bin": { - "realm": "bin.js" - }, - "peerDependencies": { - "react": "^18.0.0", - "react-dom": "^18.0.0" - } - }, - "node_modules/@redocly/replay": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/@redocly/replay/-/replay-0.5.6.tgz", - "integrity": "sha512-/2KI0LQJNF3l6JZho8FxlGZvGt6hG1t70MWT8iUr4B/5DxgvLpoGNMi4V++OzkAa/W3aliaSZaL2TvgWEEG6cg==", - "dependencies": { - "@codemirror/autocomplete": "^6.15.0", - "@codemirror/lang-html": "^6.4.7", - "@codemirror/lang-json": "^6.0.1", - "@codemirror/lang-xml": "^6.0.2", - "@codemirror/lint": "^6.5.0", - "@codemirror/state": "^6.4.1", - "@codemirror/view": "^6.25.1", - "@hookstate/core": "^4.0.1", - "@lezer/highlight": "^1.1.6", - "@redocly/vscode-json-languageservice": "^3.4.9", - "@tauri-apps/plugin-dialog": "2.0.0-beta.7", - "@tauri-apps/plugin-fs": "^2.0.0-beta.7", - "@uiw/codemirror-theme-material": "^4.21.20", - "@uiw/react-codemirror": "^4.21.20", - "crypto-js": "^4.2.0", - "dayjs": "^1.11.7", - "js-yaml": "^4.1.0", - "marked": "^4.0.15", - "rc-tooltip": "^6.1.3", - "react-resizable-panels": "^1.0.9", - "react-select": "^5.8.0", - "styled-components": "^5.3.11" - }, - "peerDependencies": { - "@redocly/theme": "0.40.6", - "react": "^17.0.0 || ^18.0.0", - "react-dom": "^17.0.0 || ^18.0.0", - "react-router-dom": "^6.21.1", - "styled-components": "^5.3.11" - } - }, - "node_modules/@redocly/theme": { - "version": "0.40.6", - "resolved": "https://registry.npmjs.org/@redocly/theme/-/theme-0.40.6.tgz", - "integrity": "sha512-IyOn/UwusAJx+9t7A35NVDQNcB5FAMfZFGBHQFW3CTihWlCa7bxgXcQdT/EyTgr0hqQ9RtaXZF807jtg1aOc3w==", - "dependencies": { - "@redocly/config": "0.10.1", - "copy-to-clipboard": "^3.3.3", - "highlight-words-core": "^1.2.2", - "hotkeys-js": "^3.10.1", - "i18next": "^22.4.12", - "nprogress": "^0.2.0", - "react-calendar": "4.2.1", - "react-date-picker": "10.0.3", - "timeago.js": "^4.0.2" - }, - "peerDependencies": { - "@markdoc/markdoc": "0.4.0", - "lodash.throttle": "^4.1.1", - "prismjs": "^1.28.0", - "react": "^17.0.0 || ^18.0.0", - "react-dom": "^17.0.0 || ^18.0.0", - "react-router-dom": "^6.21.1", - "styled-components": "^4.1.1 || ^5.3.11", - "styled-system": "^5.1.5" - } - }, - "node_modules/@redocly/vscode-json-languageservice": { - "version": "3.4.9", - "resolved": "https://registry.npmjs.org/@redocly/vscode-json-languageservice/-/vscode-json-languageservice-3.4.9.tgz", - "integrity": "sha512-xbR70FuHcg/oULMUXkNTf12+vgPzeoRnOYHvx1f0ZClr46HLSzBKqMBS695W31sAoM+f/iqxw4WJSa7xC/Gkbg==", - "dependencies": { - "jsonc-parser": "^2.2.0", - "vscode-languageserver-textdocument": "^1.0.0-next.4", - "vscode-languageserver-types": "^3.15.0-next.6", - "vscode-uri": "^2.1.1" - } - }, - "node_modules/@redocly/xml-crypto": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@redocly/xml-crypto/-/xml-crypto-3.0.1.tgz", - "integrity": "sha512-qtZUNLi5QUjbY8oIWbw/73MYJb00+iB1LfYIbAJsb3ZP7cHrAppRgHjYmjdrOrJ6Kz24z03ywN4oFQflEO4tHQ==", - "dependencies": { - "@xmldom/xmldom": "^0.8.3", - "xpath": "0.0.32" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/@remix-run/router": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.19.1.tgz", - "integrity": "sha512-S45oynt/WH19bHbIXjtli6QmwNYvaz+vtnubvNpNDvUOoA/OWh6j1OikIP3G+v5GHdxyC6EXoChG3HgYGEUfcg==", - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@scure/base": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.7.tgz", - "integrity": "sha512-PPNYBslrLNNUQ/Yad37MHYsNQtK67EhWb6WtSvNLLPo7SdVZgkUjD6Dg+5On7zNwmskf8OX7I7Nx5oN+MIWE0g==", - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/@scure/bip32": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-1.4.0.tgz", - "integrity": "sha512-sVUpc0Vq3tXCkDGYVWGIZTRfnvu8LoTDaev7vbwh0omSvVORONr960MQWdKqJDCReIEmTj3PAr73O3aoxz7OPg==", - "dependencies": { - "@noble/curves": "~1.4.0", - "@noble/hashes": "~1.4.0", - "@scure/base": "~1.1.6" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/@scure/bip39": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.3.0.tgz", - "integrity": "sha512-disdg7gHuTDZtY+ZdkmLpPCk7fxZSu3gBiEGuoC1XYxv9cGx3Z6cpTggCgW6odSOOIXCiDjuGejW+aJKCY/pIQ==", - "dependencies": { - "@noble/hashes": "~1.4.0", - "@scure/base": "~1.1.6" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/@sinclair/typebox": { - "version": "0.27.8", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", - "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", - "peer": true - }, - "node_modules/@sinonjs/commons": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz", - "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==", - "peer": true, - "dependencies": { - "type-detect": "4.0.8" - } - }, - "node_modules/@sinonjs/fake-timers": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", - "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", - "peer": true, - "dependencies": { - "@sinonjs/commons": "^3.0.0" - } - }, - "node_modules/@styled-system/background": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@styled-system/background/-/background-5.1.2.tgz", - "integrity": "sha512-jtwH2C/U6ssuGSvwTN3ri/IyjdHb8W9X/g8Y0JLcrH02G+BW3OS8kZdHphF1/YyRklnrKrBT2ngwGUK6aqqV3A==", - "dependencies": { - "@styled-system/core": "^5.1.2" - } - }, - "node_modules/@styled-system/border": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/@styled-system/border/-/border-5.1.5.tgz", - "integrity": "sha512-JvddhNrnhGigtzWRCVuAHepniyVi6hBlimxWDVAdcTuk7aRn9BYJUwfHslURtwYFsF5FoEs8Zmr1oZq2M1AP0A==", - "dependencies": { - "@styled-system/core": "^5.1.2" - } - }, - "node_modules/@styled-system/color": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@styled-system/color/-/color-5.1.2.tgz", - "integrity": "sha512-1kCkeKDZkt4GYkuFNKc7vJQMcOmTl3bJY3YBUs7fCNM6mMYJeT1pViQ2LwBSBJytj3AB0o4IdLBoepgSgGl5MA==", - "dependencies": { - "@styled-system/core": "^5.1.2" - } - }, - "node_modules/@styled-system/core": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@styled-system/core/-/core-5.1.2.tgz", - "integrity": "sha512-XclBDdNIy7OPOsN4HBsawG2eiWfCcuFt6gxKn1x4QfMIgeO6TOlA2pZZ5GWZtIhCUqEPTgIBta6JXsGyCkLBYw==", - "dependencies": { - "object-assign": "^4.1.1" - } - }, - "node_modules/@styled-system/css": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/@styled-system/css/-/css-5.1.5.tgz", - "integrity": "sha512-XkORZdS5kypzcBotAMPBoeckDs9aSZVkvrAlq5K3xP8IMAUek+x2O4NtwoSgkYkWWzVBu6DGdFZLR790QWGG+A==" - }, - "node_modules/@styled-system/flexbox": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@styled-system/flexbox/-/flexbox-5.1.2.tgz", - "integrity": "sha512-6hHV52+eUk654Y1J2v77B8iLeBNtc+SA3R4necsu2VVinSD7+XY5PCCEzBFaWs42dtOEDIa2lMrgL0YBC01mDQ==", - "dependencies": { - "@styled-system/core": "^5.1.2" - } - }, - "node_modules/@styled-system/grid": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@styled-system/grid/-/grid-5.1.2.tgz", - "integrity": "sha512-K3YiV1KyHHzgdNuNlaw8oW2ktMuGga99o1e/NAfTEi5Zsa7JXxzwEnVSDSBdJC+z6R8WYTCYRQC6bkVFcvdTeg==", - "dependencies": { - "@styled-system/core": "^5.1.2" - } - }, - "node_modules/@styled-system/layout": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@styled-system/layout/-/layout-5.1.2.tgz", - "integrity": "sha512-wUhkMBqSeacPFhoE9S6UF3fsMEKFv91gF4AdDWp0Aym1yeMPpqz9l9qS/6vjSsDPF7zOb5cOKC3tcKKOMuDCPw==", - "dependencies": { - "@styled-system/core": "^5.1.2" - } - }, - "node_modules/@styled-system/position": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@styled-system/position/-/position-5.1.2.tgz", - "integrity": "sha512-60IZfMXEOOZe3l1mCu6sj/2NAyUmES2kR9Kzp7s2D3P4qKsZWxD1Se1+wJvevb+1TP+ZMkGPEYYXRyU8M1aF5A==", - "dependencies": { - "@styled-system/core": "^5.1.2" - } - }, - "node_modules/@styled-system/shadow": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@styled-system/shadow/-/shadow-5.1.2.tgz", - "integrity": "sha512-wqniqYb7XuZM7K7C0d1Euxc4eGtqEe/lvM0WjuAFsQVImiq6KGT7s7is+0bNI8O4Dwg27jyu4Lfqo/oIQXNzAg==", - "dependencies": { - "@styled-system/core": "^5.1.2" - } - }, - "node_modules/@styled-system/space": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@styled-system/space/-/space-5.1.2.tgz", - "integrity": "sha512-+zzYpR8uvfhcAbaPXhH8QgDAV//flxqxSjHiS9cDFQQUSznXMQmxJegbhcdEF7/eNnJgHeIXv1jmny78kipgBA==", - "dependencies": { - "@styled-system/core": "^5.1.2" - } - }, - "node_modules/@styled-system/typography": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@styled-system/typography/-/typography-5.1.2.tgz", - "integrity": "sha512-BxbVUnN8N7hJ4aaPOd7wEsudeT7CxarR+2hns8XCX1zp0DFfbWw4xYa/olA0oQaqx7F1hzDg+eRaGzAJbF+jOg==", - "dependencies": { - "@styled-system/core": "^5.1.2" - } - }, - "node_modules/@styled-system/variant": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/@styled-system/variant/-/variant-5.1.5.tgz", - "integrity": "sha512-Yn8hXAFoWIro8+Q5J8YJd/mP85Teiut3fsGVR9CAxwgNfIAiqlYxsk5iHU7VHJks/0KjL4ATSjmbtCDC/4l1qw==", - "dependencies": { - "@styled-system/core": "^5.1.2", - "@styled-system/css": "^5.1.5" - } - }, - "node_modules/@tanstack/query-core": { - "version": "4.36.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.36.1.tgz", - "integrity": "sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - } - }, - "node_modules/@tanstack/react-query": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.0.5.tgz", - "integrity": "sha512-tIggVlhoFevVpY/LkZroPmrERFHN8tw4aZLtgwSArzHmMJ03WQcaNvbbHy6GERidXtaMdUz+IeQryrE7cO7WPQ==", - "dependencies": { - "@tanstack/query-core": "^4.0.0-beta.1", - "@types/use-sync-external-store": "^0.0.3", - "use-sync-external-store": "^1.2.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-native": "*" - }, - "peerDependenciesMeta": { - "react-dom": { - "optional": true - }, - "react-native": { - "optional": true - } - } - }, - "node_modules/@tauri-apps/api": { - "version": "2.0.0-beta.15", - "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.0.0-beta.15.tgz", - "integrity": "sha512-H9w6iISmR+NvH4XuyCZB4zDN10tf9RFt6i/9JHEjaRhAowdAaJ+oiXq/3kedizNClHMtbTQ5j0oqDVPkZDAI8g==", - "engines": { - "node": ">= 18.18", - "npm": ">= 6.6.0", - "yarn": ">= 1.19.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/tauri" - } - }, - "node_modules/@tauri-apps/plugin-dialog": { - "version": "2.0.0-beta.7", - "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-dialog/-/plugin-dialog-2.0.0-beta.7.tgz", - "integrity": "sha512-myywwpsKbquDDzl5zaOmmLLv5O8EJ/GgHDAoVSPwO97R4iWzkDvj3HFF91tNh7i25Tu/bP6jYPAdZA1NCRxxtg==", - "dependencies": { - "@tauri-apps/api": "2.0.0-beta.15" - } - }, - "node_modules/@tauri-apps/plugin-fs": { - "version": "2.0.0-rc.1", - "resolved": "https://registry.npmjs.org/@tauri-apps/plugin-fs/-/plugin-fs-2.0.0-rc.1.tgz", - "integrity": "sha512-r6N5dqBNXy9YAK9XbiEqAq3ZKBIN+TWevE7ZFmSRdvdSB1urrLweYu4wxycY2kDaDPzSeeOIJhCmqdNrFT9OSA==", - "dependencies": { - "@tauri-apps/api": "^2.0.0-rc.1" - } - }, - "node_modules/@tauri-apps/plugin-fs/node_modules/@tauri-apps/api": { - "version": "2.0.0-rc.3", - "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.0.0-rc.3.tgz", - "integrity": "sha512-k1erUfnoOFJwL5VNFZz0BQZ2agNstG7CNOjwpdWMl1vOaVuSn4DhJtXB0Deh9lZaaDlfrykKOyZs9c3XXpMi5Q==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/tauri" - } - }, - "node_modules/@tsconfig/node10": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz", - "integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==" - }, - "node_modules/@tsconfig/node12": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", - "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==" - }, - "node_modules/@tsconfig/node14": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", - "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==" - }, - "node_modules/@tsconfig/node16": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", - "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==" - }, - "node_modules/@types/babel__core": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", - "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", - "peer": true, - "dependencies": { - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - } - }, - "node_modules/@types/babel__generator": { - "version": "7.6.8", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", - "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", - "peer": true, - "dependencies": { - "@babel/types": "^7.0.0" - } - }, - "node_modules/@types/babel__template": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", - "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", - "peer": true, - "dependencies": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" - } - }, - "node_modules/@types/babel__traverse": { - "version": "7.20.6", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", - "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", - "peer": true, - "dependencies": { - "@babel/types": "^7.20.7" - } - }, - "node_modules/@types/graceful-fs": { - "version": "4.1.9", - "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", - "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", - "peer": true, - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", - "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", - "peer": true - }, - "node_modules/@types/istanbul-lib-report": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", - "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", - "peer": true, - "dependencies": { - "@types/istanbul-lib-coverage": "*" - } - }, - "node_modules/@types/istanbul-reports": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", - "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", - "peer": true, - "dependencies": { - "@types/istanbul-lib-report": "*" - } - }, - "node_modules/@types/json-schema": { - "version": "7.0.15", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" - }, - "node_modules/@types/linkify-it": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz", - "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==", - "optional": true - }, - "node_modules/@types/markdown-it": { - "version": "12.2.3", - "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-12.2.3.tgz", - "integrity": "sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ==", - "optional": true, - "dependencies": { - "@types/linkify-it": "*", - "@types/mdurl": "*" - } - }, - "node_modules/@types/mdurl": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz", - "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==", - "optional": true - }, - "node_modules/@types/node": { - "version": "22.5.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.1.tgz", - "integrity": "sha512-KkHsxej0j9IW1KKOOAA/XBA0z08UFSrRQHErzEfA3Vgq57eXIMYboIlHJuYIfd+lwCQjtKqUu3UnmKbtUc9yRw==", - "dependencies": { - "undici-types": "~6.19.2" - } - }, - "node_modules/@types/parse-json": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", - "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" - }, - "node_modules/@types/prop-types": { - "version": "15.7.12", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", - "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" - }, - "node_modules/@types/react": { - "version": "18.3.4", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.4.tgz", - "integrity": "sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==", - "dependencies": { - "@types/prop-types": "*", - "csstype": "^3.0.2" - } - }, - "node_modules/@types/react-transition-group": { - "version": "4.4.11", - "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.11.tgz", - "integrity": "sha512-RM05tAniPZ5DZPzzNFP+DmrcOdD0efDUxMy3145oljWSl3x9ZV5vhme98gTxFrj2lhXvmGNnUiuDyJgY9IKkNA==", - "dependencies": { - "@types/react": "*" - } - }, - "node_modules/@types/sax": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz", - "integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/stack-utils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", - "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", - "peer": true - }, - "node_modules/@types/use-sync-external-store": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz", - "integrity": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==" - }, - "node_modules/@types/yargs": { - "version": "17.0.33", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz", - "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", - "peer": true, - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/@types/yargs-parser": { - "version": "21.0.3", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", - "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", - "peer": true - }, - "node_modules/@uiw/codemirror-extensions-basic-setup": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.23.0.tgz", - "integrity": "sha512-+k5nkRpUWGaHr1JWT8jcKsVewlXw5qBgSopm9LW8fZ6KnSNZBycz8kHxh0+WSvckmXEESGptkIsb7dlkmJT/hQ==", - "dependencies": { - "@codemirror/autocomplete": "^6.0.0", - "@codemirror/commands": "^6.0.0", - "@codemirror/language": "^6.0.0", - "@codemirror/lint": "^6.0.0", - "@codemirror/search": "^6.0.0", - "@codemirror/state": "^6.0.0", - "@codemirror/view": "^6.0.0" - }, - "funding": { - "url": "https://jaywcjlove.github.io/#/sponsor" - }, - "peerDependencies": { - "@codemirror/autocomplete": ">=6.0.0", - "@codemirror/commands": ">=6.0.0", - "@codemirror/language": ">=6.0.0", - "@codemirror/lint": ">=6.0.0", - "@codemirror/search": ">=6.0.0", - "@codemirror/state": ">=6.0.0", - "@codemirror/view": ">=6.0.0" - } - }, - "node_modules/@uiw/codemirror-theme-material": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-material/-/codemirror-theme-material-4.23.0.tgz", - "integrity": "sha512-n1S6g0fhFIu12tCO7PC6LyPk0MxS747Hmp5ZBA3+lp3NHm/47EoZTl0SHr7+Qg5PxBRc1TkHD7YyXTN7TSWOsA==", - "dependencies": { - "@uiw/codemirror-themes": "4.23.0" - }, - "funding": { - "url": "https://jaywcjlove.github.io/#/sponsor" - } - }, - "node_modules/@uiw/codemirror-theme-material/node_modules/@uiw/codemirror-themes": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.23.0.tgz", - "integrity": "sha512-9fiji9xooZyBQozR1i6iTr56YP7j/Dr/VgsNWbqf5Szv+g+4WM1iZuiDGwNXmFMWX8gbkDzp6ASE21VCPSofWw==", - "dependencies": { - "@codemirror/language": "^6.0.0", - "@codemirror/state": "^6.0.0", - "@codemirror/view": "^6.0.0" - }, - "funding": { - "url": "https://jaywcjlove.github.io/#/sponsor" - }, - "peerDependencies": { - "@codemirror/language": ">=6.0.0", - "@codemirror/state": ">=6.0.0", - "@codemirror/view": ">=6.0.0" - } - }, - "node_modules/@uiw/codemirror-themes": { - "version": "4.21.21", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.21.tgz", - "integrity": "sha512-ljVcMGdaxo75UaH+EqxJ+jLyMVVgeSfW2AKyT1VeLy+4SDpuqNQ7wq5XVxktsG6LH+OvgSFndWXgPANf4+gQcA==", - "dependencies": { - "@codemirror/language": "^6.0.0", - "@codemirror/state": "^6.0.0", - "@codemirror/view": "^6.0.0" - }, - "funding": { - "url": "https://jaywcjlove.github.io/#/sponsor" - }, - "peerDependencies": { - "@codemirror/language": ">=6.0.0", - "@codemirror/state": ">=6.0.0", - "@codemirror/view": ">=6.0.0" - } - }, - "node_modules/@uiw/react-codemirror": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/@uiw/react-codemirror/-/react-codemirror-4.23.0.tgz", - "integrity": "sha512-MnqTXfgeLA3fsUUQjqjJgemEuNyoGALgsExVm0NQAllAAi1wfj+IoKFeK+h3XXMlTFRCFYOUh4AHDv0YXJLsOg==", - "dependencies": { - "@babel/runtime": "^7.18.6", - "@codemirror/commands": "^6.1.0", - "@codemirror/state": "^6.1.1", - "@codemirror/theme-one-dark": "^6.0.0", - "@uiw/codemirror-extensions-basic-setup": "4.23.0", - "codemirror": "^6.0.0" - }, - "funding": { - "url": "https://jaywcjlove.github.io/#/sponsor" - }, - "peerDependencies": { - "@babel/runtime": ">=7.11.0", - "@codemirror/state": ">=6.0.0", - "@codemirror/theme-one-dark": ">=6.0.0", - "@codemirror/view": ">=6.0.0", - "codemirror": ">=6.0.0", - "react": ">=16.8.0", - "react-dom": ">=16.8.0" - } - }, - "node_modules/@wojtekmaj/date-utils": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@wojtekmaj/date-utils/-/date-utils-1.5.1.tgz", - "integrity": "sha512-+i7+JmNiE/3c9FKxzWFi2IjRJ+KzZl1QPu6QNrsgaa2MuBgXvUy4gA1TVzf/JMdIIloB76xSKikTWuyYAIVLww==", - "funding": { - "url": "https://github.com/wojtekmaj/date-utils?sponsor=1" - } - }, - "node_modules/@wojtekmaj/react-datetimerange-picker": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@wojtekmaj/react-datetimerange-picker/-/react-datetimerange-picker-5.5.0.tgz", - "integrity": "sha512-bgdKBsXUrMSBXmlb4hod78HRQ4sA6oCHzaWoWhXwS/lQizuxPI8K8csNsBBwMYMw7DPRq8Jv6aEawHAfjwvHpw==", - "dependencies": { - "clsx": "^2.0.0", - "make-event-props": "^1.6.0", - "prop-types": "^15.6.0", - "react-calendar": "^4.6.0", - "react-clock": "^4.5.0", - "react-datetime-picker": "^5.5.1", - "react-fit": "^1.7.0" - }, - "funding": { - "url": "https://github.com/wojtekmaj/react-datetimerange-picker?sponsor=1" - }, - "peerDependencies": { - "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@wojtekmaj/react-datetimerange-picker/node_modules/react-calendar": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-4.8.0.tgz", - "integrity": "sha512-qFgwo+p58sgv1QYMI1oGNaop90eJVKuHTZ3ZgBfrrpUb+9cAexxsKat0sAszgsizPMVo7vOXedV7Lqa0GQGMvA==", - "dependencies": { - "@wojtekmaj/date-utils": "^1.1.3", - "clsx": "^2.0.0", - "get-user-locale": "^2.2.1", - "prop-types": "^15.6.0", - "warning": "^4.0.0" - }, - "funding": { - "url": "https://github.com/wojtekmaj/react-calendar?sponsor=1" - }, - "peerDependencies": { - "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@xmldom/xmldom": { - "version": "0.8.10", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz", - "integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==", - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/@xrplf/isomorphic": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@xrplf/isomorphic/-/isomorphic-1.0.1.tgz", - "integrity": "sha512-0bIpgx8PDjYdrLFeC3csF305QQ1L7sxaWnL5y71mCvhenZzJgku9QsA+9QCXBC1eNYtxWO/xR91zrXJy2T/ixg==", - "dependencies": { - "@noble/hashes": "^1.0.0", - "eventemitter3": "5.0.1", - "ws": "^8.13.0" - }, - "engines": { - "node": ">=16.0.0" - } - }, - "node_modules/@xrplf/secret-numbers": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@xrplf/secret-numbers/-/secret-numbers-1.0.0.tgz", - "integrity": "sha512-qsCLGyqe1zaq9j7PZJopK+iGTGRbk6akkg6iZXJJgxKwck0C5x5Gnwlb1HKYGOwPKyrXWpV6a2YmcpNpUFctGg==", - "dependencies": { - "@xrplf/isomorphic": "^1.0.0", - "ripple-keypairs": "^2.0.0" - } - }, - "node_modules/acorn": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-walk": { - "version": "8.3.3", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz", - "integrity": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==", - "dependencies": { - "acorn": "^8.11.0" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/agent-base": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", - "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", - "dependencies": { - "debug": "^4.3.4" - }, - "engines": { - "node": ">= 14" - } - }, - "node_modules/ajv": { - "version": "8.6.3", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.3.tgz", - "integrity": "sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ajv-formats": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "dependencies": { - "ajv": "^8.0.0" - }, - "peerDependencies": { - "ajv": "^8.0.0" - }, - "peerDependenciesMeta": { - "ajv": { - "optional": true - } - } - }, - "node_modules/anser": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/anser/-/anser-2.1.1.tgz", - "integrity": "sha512-nqLm4HxOTpeLOxcmB3QWmV5TcDFhW9y/fyQ+hivtDFcK4OQ+pQ5fzPnXHM1Mfcm0VkLtvVi1TCPr++Qy0Q/3EQ==" - }, - "node_modules/ansi-colors": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", - "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", - "engines": { - "node": ">=6" - } - }, - "node_modules/ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", - "peer": true, - "dependencies": { - "type-fest": "^0.21.3" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/arg": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", - "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" - }, - "node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" - }, - "node_modules/asn1": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", - "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", - "dev": true, - "dependencies": { - "safer-buffer": "~2.1.0" - } - }, - "node_modules/assert-plus": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", - "dev": true, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/async": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", - "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==", - "peer": true - }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" - }, - "node_modules/available-typed-arrays": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", - "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", - "dependencies": { - "possible-typed-array-names": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/aws-sign2": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/aws4": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.2.tgz", - "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==", - "dev": true - }, - "node_modules/axios": { - "version": "1.7.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.5.tgz", - "integrity": "sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==", - "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" - } - }, - "node_modules/babel-jest": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", - "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", - "peer": true, - "dependencies": { - "@jest/transform": "^29.7.0", - "@types/babel__core": "^7.1.14", - "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^29.6.3", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "slash": "^3.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.8.0" - } - }, - "node_modules/babel-jest/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/babel-jest/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/babel-jest/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/babel-jest/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true - }, - "node_modules/babel-jest/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-jest/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-plugin-istanbul": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", - "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^5.0.4", - "test-exclude": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", - "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", - "peer": true, - "dependencies": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-plugin-istanbul/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "peer": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/babel-plugin-jest-hoist": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz", - "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==", - "peer": true, - "dependencies": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.1.14", - "@types/babel__traverse": "^7.0.6" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/babel-plugin-macros": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", - "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", - "dependencies": { - "@babel/runtime": "^7.12.5", - "cosmiconfig": "^7.0.0", - "resolve": "^1.19.0" - }, - "engines": { - "node": ">=10", - "npm": ">=6" - } - }, - "node_modules/babel-plugin-styled-components": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.4.tgz", - "integrity": "sha512-Xgp9g+A/cG47sUyRwwYxGM4bR/jDRg5N6it/8+HxCnbT5XNKSKDT9xm4oag/osgqjC2It/vH0yXsomOG6k558g==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-module-imports": "^7.22.5", - "@babel/plugin-syntax-jsx": "^7.22.5", - "lodash": "^4.17.21", - "picomatch": "^2.3.1" - }, - "peerDependencies": { - "styled-components": ">= 2" - } - }, - "node_modules/babel-preset-current-node-syntax": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz", - "integrity": "sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==", - "peer": true, - "dependencies": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-import-attributes": "^7.24.7", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/babel-preset-jest": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz", - "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==", - "peer": true, - "dependencies": { - "babel-plugin-jest-hoist": "^29.6.3", - "babel-preset-current-node-syntax": "^1.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/bcrypt-pbkdf": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", - "dev": true, - "dependencies": { - "tweetnacl": "^0.14.3" - } - }, - "node_modules/bignumber.js": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.2.tgz", - "integrity": "sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==", - "engines": { - "node": "*" - } - }, - "node_modules/binary-extensions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", - "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/bootstrap": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", - "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/twbs" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" - } - ], - "peerDependencies": { - "jquery": "1.9.1 - 3", - "popper.js": "^1.16.1" - } - }, - "node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/braces": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", - "dependencies": { - "fill-range": "^7.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/browser-request": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/browser-request/-/browser-request-0.3.3.tgz", - "integrity": "sha512-YyNI4qJJ+piQG6MMEuo7J3Bzaqssufx04zpEKYfSrl/1Op59HWali9zMtBpXnkmqMcOuWJPZvudrm9wISmnCbg==", - "dev": true, - "engines": [ - "node" - ] - }, - "node_modules/browserslist": { - "version": "4.23.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz", - "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "caniuse-lite": "^1.0.30001646", - "electron-to-chromium": "^1.5.4", - "node-releases": "^2.0.18", - "update-browserslist-db": "^1.1.0" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/bs-logger": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz", - "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==", - "peer": true, - "dependencies": { - "fast-json-stable-stringify": "2.x" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/bser": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", - "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", - "peer": true, - "dependencies": { - "node-int64": "^0.4.0" - } - }, - "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" - } - ], - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.2.1" - } - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "peer": true - }, - "node_modules/builtin-status-codes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", - "integrity": "sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==" - }, - "node_modules/call-bind": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", - "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", - "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "set-function-length": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/call-me-maybe": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.2.tgz", - "integrity": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==" - }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "peer": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/camelize": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz", - "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001653", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001653.tgz", - "integrity": "sha512-XGWQVB8wFQ2+9NZwZ10GxTYC5hk0Fa+q8cSkr0tgvMhYhMHP/QC+WTgrePMDBWiWc/pV+1ik82Al20XOK25Gcw==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ] - }, - "node_modules/caseless": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", - "dev": true - }, - "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/char-regex": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", - "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", - "peer": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/ci-info": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/sibiraj-s" - } - ], - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cjs-module-lexer": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.4.0.tgz", - "integrity": "sha512-N1NGmowPlGBLsOZLPvm48StN04V4YvQRL0i6b7ctrVY3epjP/ct7hFLOItz6pDIvRjwpfPxi52a2UWV2ziir8g==", - "peer": true - }, - "node_modules/classnames": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", - "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" - }, - "node_modules/cliui": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", - "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^7.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/clsx": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", - "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/co": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", - "peer": true, - "engines": { - "iojs": ">= 1.0.0", - "node": ">= 0.12.0" - } - }, - "node_modules/code-point-at": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", - "integrity": "sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/codemirror": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-6.0.1.tgz", - "integrity": "sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==", - "dependencies": { - "@codemirror/autocomplete": "^6.0.0", - "@codemirror/commands": "^6.0.0", - "@codemirror/language": "^6.0.0", - "@codemirror/lint": "^6.0.0", - "@codemirror/search": "^6.0.0", - "@codemirror/state": "^6.0.0", - "@codemirror/view": "^6.0.0" - } - }, - "node_modules/collect-v8-coverage": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz", - "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==", - "peer": true - }, - "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" - }, - "node_modules/colorette": { - "version": "2.0.20", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", - "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "peer": true - }, - "node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" - }, - "node_modules/copy-to-clipboard": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz", - "integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==", - "dependencies": { - "toggle-selection": "^1.0.6" - } - }, - "node_modules/core-js": { - "version": "3.38.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.1.tgz", - "integrity": "sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==", - "hasInstallScript": true, - "peer": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", - "dev": true - }, - "node_modules/cosmiconfig": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/create-jest": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz", - "integrity": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==", - "peer": true, - "dependencies": { - "@jest/types": "^29.6.3", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "jest-config": "^29.7.0", - "jest-util": "^29.7.0", - "prompts": "^2.0.1" - }, - "bin": { - "create-jest": "bin/create-jest.js" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/create-jest/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/create-jest/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/create-jest/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/create-jest/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true - }, - "node_modules/create-jest/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/create-jest/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/create-require": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", - "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==" - }, - "node_modules/crelt": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz", - "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==" - }, - "node_modules/cross-fetch": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz", - "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==", - "dependencies": { - "node-fetch": "^2.6.12" - } - }, - "node_modules/cross-fetch/node_modules/node-fetch": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", - "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } - } - }, - "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "peer": true, - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/crypto-js": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", - "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" - }, - "node_modules/css-color-keywords": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz", - "integrity": "sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==", - "engines": { - "node": ">=4" - } - }, - "node_modules/css-to-react-native": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz", - "integrity": "sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==", - "dependencies": { - "camelize": "^1.0.0", - "css-color-keywords": "^1.0.0", - "postcss-value-parser": "^4.0.2" - } - }, - "node_modules/cssom": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", - "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", - "dev": true - }, - "node_modules/cssstyle": { - "version": "0.2.37", - "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.37.tgz", - "integrity": "sha512-FUpKc+1FNBsHUr9IsfSGCovr8VuGOiiuzlgCyppKBjJi2jYTOFLN3oiiNRMIvYqbFzF38mqKj4BgcevzU5/kIA==", - "dev": true, - "dependencies": { - "cssom": "0.3.x" - } - }, - "node_modules/csstype": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" - }, - "node_modules/dashdash": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", - "dev": true, - "dependencies": { - "assert-plus": "^1.0.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/data-uri-to-buffer": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", - "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==", - "engines": { - "node": ">= 12" - } - }, - "node_modules/dayjs": { - "version": "1.11.13", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", - "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==" - }, - "node_modules/debug": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", - "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/dedent": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz", - "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==", - "peer": true, - "peerDependencies": { - "babel-plugin-macros": "^3.1.0" - }, - "peerDependenciesMeta": { - "babel-plugin-macros": { - "optional": true - } - } - }, - "node_modules/deepmerge": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", - "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/define-data-property": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", - "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", - "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "gopd": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/detect-element-overflow": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/detect-element-overflow/-/detect-element-overflow-1.4.2.tgz", - "integrity": "sha512-4m6cVOtvm/GJLjo7WFkPfwXoEIIbM7GQwIh4WEa4g7IsNi1YzwUsGL5ApNLrrHL29bHeNeQ+/iZhw+YHqgE2Fw==", - "funding": { - "url": "https://github.com/wojtekmaj/detect-element-overflow?sponsor=1" - } - }, - "node_modules/detect-newline": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", - "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/diff": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", - "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", - "engines": { - "node": ">=0.3.1" - } - }, - "node_modules/diff-sequences": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", - "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", - "peer": true, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/dom-helpers": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", - "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", - "dependencies": { - "@babel/runtime": "^7.8.7", - "csstype": "^3.0.2" - } - }, - "node_modules/dom-serializer": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", - "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.2", - "entities": "^4.2.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/domelementtype": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ] - }, - "node_modules/domhandler": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", - "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", - "dependencies": { - "domelementtype": "^2.3.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/dompurify": { - "version": "2.5.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.6.tgz", - "integrity": "sha512-zUTaUBO8pY4+iJMPE1B9XlO2tXVYIcEA4SNGtvDELzTSCQO7RzH+j7S180BmhmJId78lqGU2z19vgVx2Sxs/PQ==" - }, - "node_modules/domutils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", - "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", - "dependencies": { - "dom-serializer": "^2.0.0", - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/dotenv": { - "version": "16.4.5", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", - "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://dotenvx.com" - } - }, - "node_modules/ecc-jsbn": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", - "dev": true, - "dependencies": { - "jsbn": "~0.1.0", - "safer-buffer": "^2.1.0" - } - }, - "node_modules/ejs": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", - "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", - "peer": true, - "dependencies": { - "jake": "^10.8.5" - }, - "bin": { - "ejs": "bin/cli.js" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/electron-to-chromium": { - "version": "1.5.13", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.13.tgz", - "integrity": "sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==" - }, - "node_modules/emittery": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", - "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", - "peer": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sindresorhus/emittery?sponsor=1" - } - }, - "node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - }, - "node_modules/enquirer": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz", - "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==", - "dependencies": { - "ansi-colors": "^4.1.1", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "node_modules/es-define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", - "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", - "dependencies": { - "get-intrinsic": "^1.2.4" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-errors": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es6-promise": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-3.3.1.tgz", - "integrity": "sha512-SOp9Phqvqn7jtEUxPWdWfWoLmyt2VaJ6MpvP9Comy1MceMXqE6bxvaTu4iaxpYYPzhny28Lc+M87/c2cPK6lDg==" - }, - "node_modules/esbuild": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz", - "integrity": "sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==", - "hasInstallScript": true, - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=12" - }, - "optionalDependencies": { - "@esbuild/android-arm": "0.17.19", - "@esbuild/android-arm64": "0.17.19", - "@esbuild/android-x64": "0.17.19", - "@esbuild/darwin-arm64": "0.17.19", - "@esbuild/darwin-x64": "0.17.19", - "@esbuild/freebsd-arm64": "0.17.19", - "@esbuild/freebsd-x64": "0.17.19", - "@esbuild/linux-arm": "0.17.19", - "@esbuild/linux-arm64": "0.17.19", - "@esbuild/linux-ia32": "0.17.19", - "@esbuild/linux-loong64": "0.17.19", - "@esbuild/linux-mips64el": "0.17.19", - "@esbuild/linux-ppc64": "0.17.19", - "@esbuild/linux-riscv64": "0.17.19", - "@esbuild/linux-s390x": "0.17.19", - "@esbuild/linux-x64": "0.17.19", - "@esbuild/netbsd-x64": "0.17.19", - "@esbuild/openbsd-x64": "0.17.19", - "@esbuild/sunos-x64": "0.17.19", - "@esbuild/win32-arm64": "0.17.19", - "@esbuild/win32-ia32": "0.17.19", - "@esbuild/win32-x64": "0.17.19" - } - }, - "node_modules/esbuild/node_modules/@esbuild/darwin-arm64": { - "version": "0.17.19", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz", - "integrity": "sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/escape-carriage": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/escape-carriage/-/escape-carriage-1.3.1.tgz", - "integrity": "sha512-GwBr6yViW3ttx1kb7/Oh+gKQ1/TrhYwxKqVmg5gS+BK+Qe2KrOa/Vh7w3HPBvgGf0LfcDGoY9I6NHKoA5Hozhw==" - }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/eventemitter3": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", - "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" - }, - "node_modules/events": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", - "engines": { - "node": ">=0.8.x" - } - }, - "node_modules/execa": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", - "peer": true, - "dependencies": { - "cross-spawn": "^7.0.3", - "get-stream": "^6.0.0", - "human-signals": "^2.1.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.1", - "onetime": "^5.1.2", - "signal-exit": "^3.0.3", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" - } - }, - "node_modules/exit": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", - "peer": true, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/expect": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz", - "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", - "peer": true, - "dependencies": { - "@jest/expect-utils": "^29.7.0", - "jest-get-type": "^29.6.3", - "jest-matcher-utils": "^29.7.0", - "jest-message-util": "^29.7.0", - "jest-util": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", - "dev": true - }, - "node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extsprintf": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", - "dev": true, - "engines": [ - "node >=0.6.0" - ] - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "node_modules/fast-safe-stringify": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", - "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" - }, - "node_modules/fb-watchman": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", - "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", - "peer": true, - "dependencies": { - "bser": "2.1.1" - } - }, - "node_modules/fetch-blob": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", - "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/jimmywarting" - }, - { - "type": "paypal", - "url": "https://paypal.me/jimmywarting" - } - ], - "dependencies": { - "node-domexception": "^1.0.0", - "web-streams-polyfill": "^3.0.3" - }, - "engines": { - "node": "^12.20 || >= 14.13" - } - }, - "node_modules/fflate": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.7.4.tgz", - "integrity": "sha512-5u2V/CDW15QM1XbbgS+0DfPxVB+jUKhWEKuuFuHncbk3tEEqzmoXL+2KyOFuKGqOnmdIy0/davWF1CkuwtibCw==" - }, - "node_modules/filelist": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", - "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", - "peer": true, - "dependencies": { - "minimatch": "^5.0.1" - } - }, - "node_modules/filelist/node_modules/minimatch": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", - "peer": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/fill-range": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/find-root": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", - "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==" - }, - "node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "peer": true, - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/follow-redirects": { - "version": "1.15.6", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", - "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], - "engines": { - "node": ">=4.0" - }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } - } - }, - "node_modules/for-each": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", - "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", - "dependencies": { - "is-callable": "^1.1.3" - } - }, - "node_modules/foreach": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.6.tgz", - "integrity": "sha512-k6GAGDyqLe9JaebCsFCoudPPWfihKu8pylYXRlqP1J7ms39iPoTtk2fviNglIeQEwdh0bQeKJ01ZPyuyQvKzwg==" - }, - "node_modules/forever-agent": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", - "dev": true, - "engines": { - "node": "*" - } - }, - "node_modules/form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/formdata-polyfill": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", - "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", - "dependencies": { - "fetch-blob": "^3.1.2" - }, - "engines": { - "node": ">=12.20.0" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "peer": true - }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/get-intrinsic": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", - "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", - "dependencies": { - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "hasown": "^2.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-own-enumerable-property-symbols": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", - "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" - }, - "node_modules/get-package-type": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", - "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", - "peer": true, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/get-stream": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", - "peer": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/get-user-locale": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/get-user-locale/-/get-user-locale-2.3.2.tgz", - "integrity": "sha512-O2GWvQkhnbDoWFUJfaBlDIKUEdND8ATpBXD6KXcbhxlfktyD/d8w6mkzM/IlQEqGZAMz/PW6j6Hv53BiigKLUQ==", - "dependencies": { - "mem": "^8.0.0" - }, - "funding": { - "url": "https://github.com/wojtekmaj/get-user-locale?sponsor=1" - } - }, - "node_modules/getpass": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", - "dev": true, - "dependencies": { - "assert-plus": "^1.0.0" - } - }, - "node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", - "peer": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/glob/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "peer": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/glob/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "peer": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/gopd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", - "dependencies": { - "get-intrinsic": "^1.1.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" - }, - "node_modules/graphql": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", - "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", - "engines": { - "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" - } - }, - "node_modules/gray-matter": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz", - "integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==", - "dependencies": { - "js-yaml": "^3.13.1", - "kind-of": "^6.0.2", - "section-matter": "^1.0.0", - "strip-bom-string": "^1.0.0" - }, - "engines": { - "node": ">=6.0" - } - }, - "node_modules/gray-matter/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/gray-matter/node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/har-schema": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/har-validator": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", - "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", - "deprecated": "this library is no longer supported", - "dev": true, - "dependencies": { - "ajv": "^6.12.3", - "har-schema": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/har-validator/node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/har-validator/node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "engines": { - "node": ">=4" - } - }, - "node_modules/has-property-descriptors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", - "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", - "dependencies": { - "es-define-property": "^1.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-proto": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", - "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-tostringtag": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", - "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", - "dependencies": { - "has-symbols": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/hasown": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/highlight-words-core": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/highlight-words-core/-/highlight-words-core-1.2.2.tgz", - "integrity": "sha512-BXUKIkUuh6cmmxzi5OIbUJxrG8OAk2MqoL1DtO3Wo9D2faJg2ph5ntyuQeLqaHJmzER6H5tllCDA9ZnNe9BVGg==" - }, - "node_modules/hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", - "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", - "dependencies": { - "react-is": "^16.7.0" - } - }, - "node_modules/hoist-non-react-statics/node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "node_modules/hono": { - "version": "4.5.8", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.8.tgz", - "integrity": "sha512-pqpSlcdqGkpTTRpLYU1PnCz52gVr0zVR9H5GzMyJWuKQLLEBQxh96q45QizJ2PPX8NATtz2mu31/PKW/Jt+90Q==", - "engines": { - "node": ">=16.0.0" - } - }, - "node_modules/hosted-git-info": { - "version": "2.8.9", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "dev": true - }, - "node_modules/hotkeys-js": { - "version": "3.13.7", - "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.13.7.tgz", - "integrity": "sha512-ygFIdTqqwG4fFP7kkiYlvayZppeIQX2aPpirsngkv1xM1lP0piDY5QEh68nQnIKvz64hfocxhBaD/uK3sSK1yQ==", + "node_modules/@tauri-apps/plugin-fs/node_modules/@tauri-apps/api": { + "version": "2.0.0-rc.5", + "resolved": "https://registry.npmjs.org/@tauri-apps/api/-/api-2.0.0-rc.5.tgz", + "integrity": "sha512-JWs69pE9NsQdcqTpEVBepAZ08+jgQWuthIiTiaWRq/YlCLgnqq0KfC9sDem55uJ0YpgsytZuyj+m6b6q8oiD2g==", + "license": "Apache-2.0 OR MIT", "funding": { - "url": "https://jaywcjlove.github.io/#/sponsor" - } - }, - "node_modules/html-escaper": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", - "peer": true - }, - "node_modules/htmlparser2": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", - "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3", - "domutils": "^3.0.1", - "entities": "^4.4.0" - } - }, - "node_modules/htmltojsx": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/htmltojsx/-/htmltojsx-0.3.0.tgz", - "integrity": "sha512-ivWTGWn15hph8NIYRRdU1/KdG5qHXe1FW4Q1w7IcJ8zPK+9CSYnEY9yEiaBm8tBhhkVC8Vs+SmHLcCvsWhyqEg==", - "dev": true, - "dependencies": { - "jsdom-no-contextify": "~3.1.0", - "react": "~15.4.1", - "react-dom": "~15.4.1", - "yargs": "~4.6.0" - }, - "bin": { - "htmltojsx": "src/cli.js" + "type": "opencollective", + "url": "https://opencollective.com/tauri" } }, - "node_modules/htmltojsx/node_modules/ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } + "node_modules/@tsconfig/node10": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz", + "integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==", + "license": "MIT" }, - "node_modules/htmltojsx/node_modules/camelcase": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", - "integrity": "sha512-DLIsRzJVBQu72meAKPkWQOLcujdXT32hwdfnkI1frSiSRMK1MofjKHf+MEx0SB6fjEFXL8fBDv1dKymBlOp4Qw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } + "node_modules/@tsconfig/node12": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "license": "MIT" }, - "node_modules/htmltojsx/node_modules/cliui": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz", - "integrity": "sha512-0yayqDxWQbqk3ojkYqUKqaAQ6AfNKeKWRNA8kR0WXzAsdHpP4BIaOmMAG87JGuO6qcobyW4GjxHd9PmhEd+T9w==", - "dev": true, - "dependencies": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1", - "wrap-ansi": "^2.0.0" - } + "node_modules/@tsconfig/node14": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "license": "MIT" }, - "node_modules/htmltojsx/node_modules/is-fullwidth-code-point": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", - "integrity": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==", - "dev": true, - "dependencies": { - "number-is-nan": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } + "node_modules/@tsconfig/node16": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", + "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", + "license": "MIT" }, - "node_modules/htmltojsx/node_modules/string-width": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", - "integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==", - "dev": true, - "dependencies": { - "code-point-at": "^1.0.0", - "is-fullwidth-code-point": "^1.0.0", - "strip-ansi": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } + "node_modules/@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "license": "MIT" }, - "node_modules/htmltojsx/node_modules/strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", - "dev": true, - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } + "node_modules/@types/linkify-it": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz", + "integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==", + "license": "MIT", + "optional": true }, - "node_modules/htmltojsx/node_modules/wrap-ansi": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", - "integrity": "sha512-vAaEaDM946gbNpH5pLVNR+vX2ht6n0Bt3GXwVB1AuAqZosOvHNF3P7wDnh8KLkSqgUh0uh77le7Owgoz+Z9XBw==", - "dev": true, + "node_modules/@types/markdown-it": { + "version": "12.2.3", + "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-12.2.3.tgz", + "integrity": "sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ==", + "license": "MIT", + "optional": true, "dependencies": { - "string-width": "^1.0.1", - "strip-ansi": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" + "@types/linkify-it": "*", + "@types/mdurl": "*" } }, - "node_modules/htmltojsx/node_modules/y18n": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.2.tgz", - "integrity": "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==", - "dev": true + "node_modules/@types/mdurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz", + "integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==", + "license": "MIT", + "optional": true }, - "node_modules/htmltojsx/node_modules/yargs": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-4.6.0.tgz", - "integrity": "sha512-KmjJbWBkYiSRUChcOSa4rtBxDXf0j4ISz+tpeNa4LKIBllgKnkemJ3x4yo4Yydp3wPU4/xJTaKTLLZ8V7zhI7A==", - "dev": true, - "dependencies": { - "camelcase": "^2.0.1", - "cliui": "^3.2.0", - "decamelize": "^1.1.1", - "lodash.assign": "^4.0.3", - "os-locale": "^1.4.0", - "pkg-conf": "^1.1.2", - "read-pkg-up": "^1.0.1", - "require-main-filename": "^1.0.1", - "string-width": "^1.0.1", - "window-size": "^0.2.0", - "y18n": "^3.2.1", - "yargs-parser": "^2.4.0" + "node_modules/@types/node": { + "version": "22.5.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz", + "integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==", + "license": "MIT", + "dependencies": { + "undici-types": "~6.19.2" } }, - "node_modules/htmltojsx/node_modules/yargs-parser": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.4.1.tgz", - "integrity": "sha512-9pIKIJhnI5tonzG6OnCFlz/yln8xHYcGl+pn3xR0Vzff0vzN1PbNRaelgfgRUwZ3s4i3jvxT9WhmUGL4whnasA==", - "dev": true, + "node_modules/@types/parse-json": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", + "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", + "license": "MIT" + }, + "node_modules/@types/prop-types": { + "version": "15.7.13", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz", + "integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==", + "license": "MIT" + }, + "node_modules/@types/react": { + "version": "18.3.8", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.8.tgz", + "integrity": "sha512-syBUrW3/XpnW4WJ41Pft+I+aPoDVbrBVQGEnbD7NijDGlVC+8gV/XKRY+7vMDlfPpbwYt0l1vd/Sj8bJGMbs9Q==", + "license": "MIT", "dependencies": { - "camelcase": "^3.0.0", - "lodash.assign": "^4.0.6" + "@types/prop-types": "*", + "csstype": "^3.0.2" } }, - "node_modules/htmltojsx/node_modules/yargs-parser/node_modules/camelcase": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz", - "integrity": "sha512-4nhGqUkc4BqbBBB4Q6zLuD7lzzrHYrjKGeYaEji/3tFR5VdJu9v+LilhGIVe8wxEJPPOeWo7eg8dwY13TZ1BNg==", - "dev": true, - "engines": { - "node": ">=0.10.0" + "node_modules/@types/react-transition-group": { + "version": "4.4.11", + "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.11.tgz", + "integrity": "sha512-RM05tAniPZ5DZPzzNFP+DmrcOdD0efDUxMy3145oljWSl3x9ZV5vhme98gTxFrj2lhXvmGNnUiuDyJgY9IKkNA==", + "license": "MIT", + "dependencies": { + "@types/react": "*" } }, - "node_modules/http-signature": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", - "dev": true, + "node_modules/@types/sax": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz", + "integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==", + "license": "MIT", "dependencies": { - "assert-plus": "^1.0.0", - "jsprim": "^1.2.2", - "sshpk": "^1.7.0" - }, - "engines": { - "node": ">=0.8", - "npm": ">=1.3.7" + "@types/node": "*" } }, - "node_modules/http2-client": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/http2-client/-/http2-client-1.3.5.tgz", - "integrity": "sha512-EC2utToWl4RKfs5zd36Mxq7nzHHBuomZboI0yYL6Y0RmBgT7Sgkq4rQ0ezFTYoIsSs7Tm9SJe+o2FcAg6GBhGA==" + "node_modules/@types/use-sync-external-store": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz", + "integrity": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==" }, - "node_modules/https-proxy-agent": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", - "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==", + "node_modules/@uiw/codemirror-extensions-basic-setup": { + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.23.0.tgz", + "integrity": "sha512-+k5nkRpUWGaHr1JWT8jcKsVewlXw5qBgSopm9LW8fZ6KnSNZBycz8kHxh0+WSvckmXEESGptkIsb7dlkmJT/hQ==", "dependencies": { - "agent-base": "^7.0.2", - "debug": "4" + "@codemirror/autocomplete": "^6.0.0", + "@codemirror/commands": "^6.0.0", + "@codemirror/language": "^6.0.0", + "@codemirror/lint": "^6.0.0", + "@codemirror/search": "^6.0.0", + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.0.0" }, - "engines": { - "node": ">= 14" + "funding": { + "url": "https://jaywcjlove.github.io/#/sponsor" + }, + "peerDependencies": { + "@codemirror/autocomplete": ">=6.0.0", + "@codemirror/commands": ">=6.0.0", + "@codemirror/language": ">=6.0.0", + "@codemirror/lint": ">=6.0.0", + "@codemirror/search": ">=6.0.0", + "@codemirror/state": ">=6.0.0", + "@codemirror/view": ">=6.0.0" } }, - "node_modules/human-signals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", - "peer": true, - "engines": { - "node": ">=10.17.0" + "node_modules/@uiw/codemirror-theme-material": { + "version": "4.23.3", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-material/-/codemirror-theme-material-4.23.3.tgz", + "integrity": "sha512-YTOymQJrhQETlfL3sElLKO+xIsdEdMFtqzJyErdB7N9OZfUSYEodaxadx04iKd1xMbpY+oncp5wp9GXEIlF3qw==", + "license": "MIT", + "dependencies": { + "@uiw/codemirror-themes": "4.23.3" + }, + "funding": { + "url": "https://jaywcjlove.github.io/#/sponsor" } }, - "node_modules/i18next": { - "version": "22.5.1", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.5.1.tgz", - "integrity": "sha512-8TGPgM3pAD+VRsMtUMNknRz3kzqwp/gPALrWMsDnmC1mKqJwpWyooQRLMcbTwq8z8YwSmuj+ZYvc+xCuEpkssA==", - "funding": [ - { - "type": "individual", - "url": "https://locize.com" - }, - { - "type": "individual", - "url": "https://locize.com/i18next.html" - }, - { - "type": "individual", - "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" - } - ], + "node_modules/@uiw/codemirror-theme-material/node_modules/@uiw/codemirror-themes": { + "version": "4.23.3", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.23.3.tgz", + "integrity": "sha512-oUq2qoj+hMrR34Xhbp7S1P2elPtySWyzij97IwsZAdGZD/yS+c9+2yRSMYqtaWh7D9M4sJmwgU1lZibmwLZOfQ==", + "license": "MIT", "dependencies": { - "@babel/runtime": "^7.20.6" + "@codemirror/language": "^6.0.0", + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.0.0" + }, + "funding": { + "url": "https://jaywcjlove.github.io/#/sponsor" + }, + "peerDependencies": { + "@codemirror/language": ">=6.0.0", + "@codemirror/state": ">=6.0.0", + "@codemirror/view": ">=6.0.0" } }, - "node_modules/ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "node_modules/@uiw/codemirror-themes": { + "version": "4.21.21", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.21.tgz", + "integrity": "sha512-ljVcMGdaxo75UaH+EqxJ+jLyMVVgeSfW2AKyT1VeLy+4SDpuqNQ7wq5XVxktsG6LH+OvgSFndWXgPANf4+gQcA==", "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" + "@codemirror/language": "^6.0.0", + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.0.0" }, - "engines": { - "node": ">=6" + "funding": { + "url": "https://jaywcjlove.github.io/#/sponsor" + }, + "peerDependencies": { + "@codemirror/language": ">=6.0.0", + "@codemirror/state": ">=6.0.0", + "@codemirror/view": ">=6.0.0" + } + }, + "node_modules/@uiw/react-codemirror": { + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/@uiw/react-codemirror/-/react-codemirror-4.23.0.tgz", + "integrity": "sha512-MnqTXfgeLA3fsUUQjqjJgemEuNyoGALgsExVm0NQAllAAi1wfj+IoKFeK+h3XXMlTFRCFYOUh4AHDv0YXJLsOg==", + "dependencies": { + "@babel/runtime": "^7.18.6", + "@codemirror/commands": "^6.1.0", + "@codemirror/state": "^6.1.1", + "@codemirror/theme-one-dark": "^6.0.0", + "@uiw/codemirror-extensions-basic-setup": "4.23.0", + "codemirror": "^6.0.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://jaywcjlove.github.io/#/sponsor" + }, + "peerDependencies": { + "@babel/runtime": ">=7.11.0", + "@codemirror/state": ">=6.0.0", + "@codemirror/theme-one-dark": ">=6.0.0", + "@codemirror/view": ">=6.0.0", + "codemirror": ">=6.0.0", + "react": ">=16.8.0", + "react-dom": ">=16.8.0" } }, - "node_modules/import-fresh/node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "engines": { - "node": ">=4" + "node_modules/@wojtekmaj/date-utils": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@wojtekmaj/date-utils/-/date-utils-1.5.1.tgz", + "integrity": "sha512-+i7+JmNiE/3c9FKxzWFi2IjRJ+KzZl1QPu6QNrsgaa2MuBgXvUy4gA1TVzf/JMdIIloB76xSKikTWuyYAIVLww==", + "license": "MIT", + "funding": { + "url": "https://github.com/wojtekmaj/date-utils?sponsor=1" } }, - "node_modules/import-local": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", - "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", - "peer": true, + "node_modules/@wojtekmaj/react-datetimerange-picker": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@wojtekmaj/react-datetimerange-picker/-/react-datetimerange-picker-5.0.2.tgz", + "integrity": "sha512-Yb2dPJJ/1XlHKbVD4p7824A7YkBSRnYAhBCYq/ADSiUrifvmvKL6/0EHEpstrvC4JO3Arx1hgn8XqnmxQZc+AQ==", + "license": "MIT", "dependencies": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" + "clsx": "^1.2.1", + "make-event-props": "^1.4.2", + "prop-types": "^15.6.0", + "react-calendar": "^4.2.1", + "react-clock": "^4.2.0", + "react-datetime-picker": "^5.0.1", + "react-fit": "^1.5.1" }, - "bin": { - "import-local-fixture": "fixtures/cli.js" + "funding": { + "url": "https://github.com/wojtekmaj/react-datetimerange-picker?sponsor=1" }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@wojtekmaj/react-datetimerange-picker/node_modules/clsx": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", + "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", + "license": "MIT", "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=6" } }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", - "peer": true, + "node_modules/@xmldom/xmldom": { + "version": "0.8.10", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz", + "integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==", "engines": { - "node": ">=0.8.19" + "node": ">=10.0.0" } }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", - "peer": true, + "node_modules/@xrplf/isomorphic": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@xrplf/isomorphic/-/isomorphic-1.0.1.tgz", + "integrity": "sha512-0bIpgx8PDjYdrLFeC3csF305QQ1L7sxaWnL5y71mCvhenZzJgku9QsA+9QCXBC1eNYtxWO/xR91zrXJy2T/ixg==", "dependencies": { - "once": "^1.3.0", - "wrappy": "1" + "@noble/hashes": "^1.0.0", + "eventemitter3": "5.0.1", + "ws": "^8.13.0" + }, + "engines": { + "node": ">=16.0.0" } }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + "node_modules/@xrplf/secret-numbers": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@xrplf/secret-numbers/-/secret-numbers-1.0.0.tgz", + "integrity": "sha512-qsCLGyqe1zaq9j7PZJopK+iGTGRbk6akkg6iZXJJgxKwck0C5x5Gnwlb1HKYGOwPKyrXWpV6a2YmcpNpUFctGg==", + "dependencies": { + "@xrplf/isomorphic": "^1.0.0", + "ripple-keypairs": "^2.0.0" + } }, - "node_modules/invert-kv": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz", - "integrity": "sha512-xgs2NH9AE66ucSq4cNG1nhSFghr5l6tdL15Pk+jl46bmmBapgoaY/AacXyaDznAqmGL99TiLSQgO/XazFSKYeQ==", - "dev": true, + "node_modules/acorn": { + "version": "8.12.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", + "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, "engines": { - "node": ">=0.10.0" + "node": ">=0.4.0" } }, - "node_modules/is-arguments": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", - "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "node_modules/acorn-walk": { + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", + "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", + "license": "MIT", "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "acorn": "^8.11.0" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=0.4.0" } }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "node_modules/agent-base": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", + "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", + "license": "MIT", "dependencies": { - "binary-extensions": "^2.0.0" + "debug": "^4.3.4" }, "engines": { - "node": ">=8" + "node": ">= 14" } }, - "node_modules/is-callable": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", - "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", - "engines": { - "node": ">= 0.4" + "node_modules/ajv": { + "version": "8.6.3", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.3.tgz", + "integrity": "sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==", + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/is-core-module": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", - "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", + "node_modules/ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "license": "MIT", "dependencies": { - "hasown": "^2.0.2" + "ajv": "^8.0.0" }, - "engines": { - "node": ">= 0.4" + "peerDependencies": { + "ajv": "^8.0.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", - "engines": { - "node": ">=0.10.0" + "peerDependenciesMeta": { + "ajv": { + "optional": true + } } }, - "node_modules/is-extglob": { + "node_modules/anser": { "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "engines": { - "node": ">=0.10.0" - } + "resolved": "https://registry.npmjs.org/anser/-/anser-2.1.1.tgz", + "integrity": "sha512-nqLm4HxOTpeLOxcmB3QWmV5TcDFhW9y/fyQ+hivtDFcK4OQ+pQ5fzPnXHM1Mfcm0VkLtvVi1TCPr++Qy0Q/3EQ==" }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "node_modules/ansi-colors": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", + "license": "MIT", "engines": { - "node": ">=8" + "node": ">=6" } }, - "node_modules/is-generator-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", - "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", - "peer": true, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "license": "MIT", "engines": { - "node": ">=6" + "node": ">=8" } }, - "node_modules/is-generator-function": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", - "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dependencies": { - "has-tostringtag": "^1.0.0" + "color-convert": "^1.9.0" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=4" } }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", "dependencies": { - "is-extglob": "^2.1.1" + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" }, "engines": { - "node": ">=0.10.0" + "node": ">= 8" } }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "engines": { - "node": ">=0.12.0" - } + "node_modules/arg": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", + "license": "MIT" }, - "node_modules/is-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", - "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==", - "engines": { - "node": ">=0.10.0" + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "license": "Python-2.0" + }, + "node_modules/asn1": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", + "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", + "dev": true, + "dependencies": { + "safer-buffer": "~2.1.0" } }, - "node_modules/is-regexp": { + "node_modules/assert-plus": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", - "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", + "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">=0.8" } }, - "node_modules/is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "peer": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, - "node_modules/is-typed-array": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", - "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", + "node_modules/available-typed-arrays": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "license": "MIT", "dependencies": { - "which-typed-array": "^1.1.14" + "possible-typed-array-names": "^1.0.0" }, "engines": { "node": ">= 0.4" @@ -5763,1775 +2367,1725 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", - "dev": true + "node_modules/aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", + "dev": true, + "engines": { + "node": "*" + } }, - "node_modules/is-utf8": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", - "integrity": "sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==", + "node_modules/aws4": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.2.tgz", + "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==", "dev": true }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "peer": true - }, - "node_modules/isstream": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", - "dev": true + "node_modules/axios": { + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.5.tgz", + "integrity": "sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } }, - "node_modules/istanbul-lib-coverage": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", - "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", - "peer": true, + "node_modules/babel-plugin-macros": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", + "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.12.5", + "cosmiconfig": "^7.0.0", + "resolve": "^1.19.0" + }, "engines": { - "node": ">=8" + "node": ">=10", + "npm": ">=6" } }, - "node_modules/istanbul-lib-instrument": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz", - "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==", - "peer": true, + "node_modules/babel-plugin-styled-components": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.4.tgz", + "integrity": "sha512-Xgp9g+A/cG47sUyRwwYxGM4bR/jDRg5N6it/8+HxCnbT5XNKSKDT9xm4oag/osgqjC2It/vH0yXsomOG6k558g==", "dependencies": { - "@babel/core": "^7.23.9", - "@babel/parser": "^7.23.9", - "@istanbuljs/schema": "^0.1.3", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^7.5.4" + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-module-imports": "^7.22.5", + "@babel/plugin-syntax-jsx": "^7.22.5", + "lodash": "^4.17.21", + "picomatch": "^2.3.1" }, - "engines": { - "node": ">=10" + "peerDependencies": { + "styled-components": ">= 2" } }, - "node_modules/istanbul-lib-report": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", - "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", - "peer": true, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "license": "MIT" + }, + "node_modules/bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", + "dev": true, "dependencies": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^4.0.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" + "tweetnacl": "^0.14.3" } }, - "node_modules/istanbul-lib-report/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, + "node_modules/bignumber.js": { + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.2.tgz", + "integrity": "sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==", "engines": { - "node": ">=8" + "node": "*" } }, - "node_modules/istanbul-lib-report/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, + "node_modules/binary-extensions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/istanbul-lib-source-maps": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", - "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", - "peer": true, + "node_modules/bootstrap": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", + "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], + "peerDependencies": { + "jquery": "1.9.1 - 3", + "popper.js": "^1.16.1" + } + }, + "node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "license": "MIT", "dependencies": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=10" + "balanced-match": "^1.0.0" } }, - "node_modules/istanbul-reports": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", - "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", - "peer": true, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dependencies": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" + "fill-range": "^7.1.1" }, "engines": { "node": ">=8" } }, - "node_modules/jake": { - "version": "10.9.2", - "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz", - "integrity": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==", - "peer": true, + "node_modules/browser-request": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/browser-request/-/browser-request-0.3.3.tgz", + "integrity": "sha512-YyNI4qJJ+piQG6MMEuo7J3Bzaqssufx04zpEKYfSrl/1Op59HWali9zMtBpXnkmqMcOuWJPZvudrm9wISmnCbg==", + "dev": true, + "engines": [ + "node" + ] + }, + "node_modules/browserslist": { + "version": "4.23.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz", + "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "dependencies": { - "async": "^3.2.3", - "chalk": "^4.0.2", - "filelist": "^1.0.4", - "minimatch": "^3.1.2" + "caniuse-lite": "^1.0.30001646", + "electron-to-chromium": "^1.5.4", + "node-releases": "^2.0.18", + "update-browserslist-db": "^1.1.0" }, "bin": { - "jake": "bin/cli.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/jake/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" + "browserslist": "cli.js" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" } }, - "node_modules/jake/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "peer": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } + "node_modules/builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==" }, - "node_modules/jake/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/call-bind": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" }, "engines": { - "node": ">=10" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jake/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jake/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true - }, - "node_modules/jake/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, - "engines": { - "node": ">=8" - } + "node_modules/call-me-maybe": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.2.tgz", + "integrity": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==", + "license": "MIT" }, - "node_modules/jake/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "peer": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "license": "MIT", "engines": { - "node": "*" + "node": ">=6" } }, - "node_modules/jake/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "node_modules/camelize": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz", + "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==", + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz", - "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==", - "peer": true, - "dependencies": { - "@jest/core": "^29.7.0", - "@jest/types": "^29.6.3", - "import-local": "^3.0.2", - "jest-cli": "^29.7.0" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true + "node_modules/caniuse-lite": { + "version": "1.0.30001653", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001653.tgz", + "integrity": "sha512-XGWQVB8wFQ2+9NZwZ10GxTYC5hk0Fa+q8cSkr0tgvMhYhMHP/QC+WTgrePMDBWiWc/pV+1ik82Al20XOK25Gcw==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } - } + ] }, - "node_modules/jest-changed-files": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz", - "integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==", - "peer": true, + "node_modules/caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", + "dev": true + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dependencies": { - "execa": "^5.0.0", - "jest-util": "^29.7.0", - "p-limit": "^3.1.0" + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=4" } }, - "node_modules/jest-circus": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz", - "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==", - "peer": true, - "dependencies": { - "@jest/environment": "^29.7.0", - "@jest/expect": "^29.7.0", - "@jest/test-result": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "dedent": "^1.0.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^29.7.0", - "jest-matcher-utils": "^29.7.0", - "jest-message-util": "^29.7.0", - "jest-runtime": "^29.7.0", - "jest-snapshot": "^29.7.0", - "jest-util": "^29.7.0", - "p-limit": "^3.1.0", - "pretty-format": "^29.7.0", - "pure-rand": "^6.0.0", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-circus/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, + "node_modules/chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", "dependencies": { - "color-convert": "^2.0.1" + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" }, "engines": { - "node": ">=8" + "node": ">= 8.10.0" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://paulmillr.com/funding/" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" } }, - "node_modules/jest-circus/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/classnames": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==", + "license": "MIT" + }, + "node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "license": "ISC", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=12" } }, - "node_modules/jest-circus/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, - "dependencies": { - "color-name": "~1.1.4" - }, + "node_modules/clsx": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", + "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", "engines": { - "node": ">=7.0.0" + "node": ">=6" } }, - "node_modules/jest-circus/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true - }, - "node_modules/jest-circus/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, + "node_modules/code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==", + "dev": true, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/jest-circus/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, + "node_modules/codemirror": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-6.0.1.tgz", + "integrity": "sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==", "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "@codemirror/autocomplete": "^6.0.0", + "@codemirror/commands": "^6.0.0", + "@codemirror/language": "^6.0.0", + "@codemirror/lint": "^6.0.0", + "@codemirror/search": "^6.0.0", + "@codemirror/state": "^6.0.0", + "@codemirror/view": "^6.0.0" } }, - "node_modules/jest-cli": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz", - "integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==", - "peer": true, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dependencies": { - "@jest/core": "^29.7.0", - "@jest/test-result": "^29.7.0", - "@jest/types": "^29.6.3", - "chalk": "^4.0.0", - "create-jest": "^29.7.0", - "exit": "^0.1.2", - "import-local": "^3.0.2", - "jest-config": "^29.7.0", - "jest-util": "^29.7.0", - "jest-validate": "^29.7.0", - "yargs": "^17.3.1" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } + "color-name": "1.1.3" } }, - "node_modules/jest-cli/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + }, + "node_modules/colorette": { + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "dependencies": { - "color-convert": "^2.0.1" + "delayed-stream": "~1.0.0" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">= 0.8" } }, - "node_modules/jest-cli/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" + }, + "node_modules/copy-to-clipboard": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz", + "integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==", + "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "toggle-selection": "^1.0.6" } }, - "node_modules/jest-cli/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/core-js": { + "version": "3.38.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.1.tgz", + "integrity": "sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==", + "hasInstallScript": true, + "license": "MIT", "peer": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", + "dev": true + }, + "node_modules/cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" }, "engines": { - "node": ">=7.0.0" + "node": ">=10" } }, - "node_modules/jest-cli/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "license": "MIT" + }, + "node_modules/crelt": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz", + "integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==" }, - "node_modules/jest-cli/node_modules/has-flag": { + "node_modules/cross-fetch": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, - "engines": { - "node": ">=8" + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz", + "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==", + "dependencies": { + "node-fetch": "^2.6.12" } }, - "node_modules/jest-cli/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, + "node_modules/cross-fetch/node_modules/node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "dependencies": { - "has-flag": "^4.0.0" + "whatwg-url": "^5.0.0" }, "engines": { - "node": ">=8" - } - }, - "node_modules/jest-config": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", - "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==", - "peer": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@jest/test-sequencer": "^29.7.0", - "@jest/types": "^29.6.3", - "babel-jest": "^29.7.0", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-circus": "^29.7.0", - "jest-environment-node": "^29.7.0", - "jest-get-type": "^29.6.3", - "jest-regex-util": "^29.6.3", - "jest-resolve": "^29.7.0", - "jest-runner": "^29.7.0", - "jest-util": "^29.7.0", - "jest-validate": "^29.7.0", - "micromatch": "^4.0.4", - "parse-json": "^5.2.0", - "pretty-format": "^29.7.0", - "slash": "^3.0.0", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": "4.x || >=6.0.0" }, "peerDependencies": { - "@types/node": "*", - "ts-node": ">=9.0.0" + "encoding": "^0.1.0" }, "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "ts-node": { + "encoding": { "optional": true } } }, - "node_modules/jest-config/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" - }, + "node_modules/crypto-js": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", + "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==", + "license": "MIT" + }, + "node_modules/css-color-keywords": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz", + "integrity": "sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==", "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=4" } }, - "node_modules/jest-config/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/css-to-react-native": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz", + "integrity": "sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==", + "dependencies": { + "camelize": "^1.0.0", + "css-color-keywords": "^1.0.0", + "postcss-value-parser": "^4.0.2" + } + }, + "node_modules/cssom": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", + "dev": true + }, + "node_modules/cssstyle": { + "version": "0.2.37", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.37.tgz", + "integrity": "sha512-FUpKc+1FNBsHUr9IsfSGCovr8VuGOiiuzlgCyppKBjJi2jYTOFLN3oiiNRMIvYqbFzF38mqKj4BgcevzU5/kIA==", + "dev": true, "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "cssom": "0.3.x" } }, - "node_modules/jest-config/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, + "node_modules/csstype": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" + }, + "node_modules/dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", + "dev": true, "dependencies": { - "color-name": "~1.1.4" + "assert-plus": "^1.0.0" }, "engines": { - "node": ">=7.0.0" + "node": ">=0.10" } }, - "node_modules/jest-config/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true - }, - "node_modules/jest-config/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, + "node_modules/data-uri-to-buffer": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", + "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==", + "license": "MIT", "engines": { - "node": ">=8" + "node": ">= 12" } }, - "node_modules/jest-config/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, + "node_modules/dayjs": { + "version": "1.11.13", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", + "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", + "license": "MIT" + }, + "node_modules/debug": { + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", + "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", "dependencies": { - "has-flag": "^4.0.0" + "ms": "2.1.2" }, "engines": { - "node": ">=8" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/jest-diff": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", - "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", - "peer": true, - "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^29.6.3", - "jest-get-type": "^29.6.3", - "pretty-format": "^29.7.0" - }, + "node_modules/decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", + "dev": true, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=0.10.0" } }, - "node_modules/jest-diff/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" - }, + "node_modules/deepmerge": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "license": "MIT", "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=0.10.0" } }, - "node_modules/jest-diff/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" }, "engines": { - "node": ">=10" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-diff/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, - "dependencies": { - "color-name": "~1.1.4" - }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", "engines": { - "node": ">=7.0.0" + "node": ">=0.4.0" } }, - "node_modules/jest-diff/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true - }, - "node_modules/jest-diff/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, - "engines": { - "node": ">=8" + "node_modules/detect-element-overflow": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/detect-element-overflow/-/detect-element-overflow-1.4.2.tgz", + "integrity": "sha512-4m6cVOtvm/GJLjo7WFkPfwXoEIIbM7GQwIh4WEa4g7IsNi1YzwUsGL5ApNLrrHL29bHeNeQ+/iZhw+YHqgE2Fw==", + "license": "MIT", + "funding": { + "url": "https://github.com/wojtekmaj/detect-element-overflow?sponsor=1" } }, - "node_modules/jest-diff/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, + "node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "license": "BSD-3-Clause", "engines": { - "node": ">=8" + "node": ">=0.3.1" } }, - "node_modules/jest-docblock": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz", - "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==", - "peer": true, + "node_modules/dom-helpers": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", + "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", "dependencies": { - "detect-newline": "^3.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "@babel/runtime": "^7.8.7", + "csstype": "^3.0.2" } }, - "node_modules/jest-each": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz", - "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==", - "peer": true, + "node_modules/dom-serializer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", "dependencies": { - "@jest/types": "^29.6.3", - "chalk": "^4.0.0", - "jest-get-type": "^29.6.3", - "jest-util": "^29.7.0", - "pretty-format": "^29.7.0" + "domelementtype": "^2.3.0", + "domhandler": "^5.0.2", + "entities": "^4.2.0" }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" } }, - "node_modules/jest-each/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, + "node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/domhandler": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", "dependencies": { - "color-convert": "^2.0.1" + "domelementtype": "^2.3.0" }, "engines": { - "node": ">=8" + "node": ">= 4" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/fb55/domhandler?sponsor=1" } }, - "node_modules/jest-each/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/dompurify": { + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.6.tgz", + "integrity": "sha512-zUTaUBO8pY4+iJMPE1B9XlO2tXVYIcEA4SNGtvDELzTSCQO7RzH+j7S180BmhmJId78lqGU2z19vgVx2Sxs/PQ==", + "license": "(MPL-2.0 OR Apache-2.0)" + }, + "node_modules/domutils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", + "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "dom-serializer": "^2.0.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3" }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/dotenv": { + "version": "16.4.5", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", + "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", "engines": { - "node": ">=10" + "node": ">=12" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://dotenvx.com" } }, - "node_modules/jest-each/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, + "node_modules/ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", + "dev": true, "dependencies": { - "color-name": "~1.1.4" + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "node_modules/electron-to-chromium": { + "version": "1.5.13", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.13.tgz", + "integrity": "sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==" + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "license": "MIT" + }, + "node_modules/enquirer": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", + "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", + "license": "MIT", + "dependencies": { + "ansi-colors": "^4.1.1" }, "engines": { - "node": ">=7.0.0" + "node": ">=8.6" } }, - "node_modules/jest-each/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true - }, - "node_modules/jest-each/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, + "node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", "engines": { - "node": ">=8" + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" } }, - "node_modules/jest-each/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "is-arrayish": "^0.2.1" } }, - "node_modules/jest-environment-node": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz", - "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", - "peer": true, + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "license": "MIT", "dependencies": { - "@jest/environment": "^29.7.0", - "@jest/fake-timers": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "jest-mock": "^29.7.0", - "jest-util": "^29.7.0" + "get-intrinsic": "^1.2.4" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">= 0.4" } }, - "node_modules/jest-get-type": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", - "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", - "peer": true, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">= 0.4" } }, - "node_modules/jest-haste-map": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz", - "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==", - "peer": true, - "dependencies": { - "@jest/types": "^29.6.3", - "@types/graceful-fs": "^4.1.3", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^29.6.3", - "jest-util": "^29.7.0", - "jest-worker": "^29.7.0", - "micromatch": "^4.0.4", - "walker": "^1.0.8" + "node_modules/es6-promise": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-3.3.1.tgz", + "integrity": "sha512-SOp9Phqvqn7jtEUxPWdWfWoLmyt2VaJ6MpvP9Comy1MceMXqE6bxvaTu4iaxpYYPzhny28Lc+M87/c2cPK6lDg==", + "license": "MIT" + }, + "node_modules/esbuild": { + "version": "0.17.15", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.15.tgz", + "integrity": "sha512-LBUV2VsUIc/iD9ME75qhT4aJj0r75abCVS0jakhFzOtR7TQsqQA5w0tZ+KTKnwl3kXE0MhskNdHDh/I5aCR1Zw==", + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=12" }, "optionalDependencies": { - "fsevents": "^2.3.2" + "@esbuild/android-arm": "0.17.15", + "@esbuild/android-arm64": "0.17.15", + "@esbuild/android-x64": "0.17.15", + "@esbuild/darwin-arm64": "0.17.15", + "@esbuild/darwin-x64": "0.17.15", + "@esbuild/freebsd-arm64": "0.17.15", + "@esbuild/freebsd-x64": "0.17.15", + "@esbuild/linux-arm": "0.17.15", + "@esbuild/linux-arm64": "0.17.15", + "@esbuild/linux-ia32": "0.17.15", + "@esbuild/linux-loong64": "0.17.15", + "@esbuild/linux-mips64el": "0.17.15", + "@esbuild/linux-ppc64": "0.17.15", + "@esbuild/linux-riscv64": "0.17.15", + "@esbuild/linux-s390x": "0.17.15", + "@esbuild/linux-x64": "0.17.15", + "@esbuild/netbsd-x64": "0.17.15", + "@esbuild/openbsd-x64": "0.17.15", + "@esbuild/sunos-x64": "0.17.15", + "@esbuild/win32-arm64": "0.17.15", + "@esbuild/win32-ia32": "0.17.15", + "@esbuild/win32-x64": "0.17.15" } }, - "node_modules/jest-leak-detector": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz", - "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==", - "peer": true, - "dependencies": { - "jest-get-type": "^29.6.3", - "pretty-format": "^29.7.0" - }, + "node_modules/escalade": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=6" } }, - "node_modules/jest-matcher-utils": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", - "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", - "peer": true, - "dependencies": { - "chalk": "^4.0.0", - "jest-diff": "^29.7.0", - "jest-get-type": "^29.6.3", - "pretty-format": "^29.7.0" - }, + "node_modules/escape-carriage": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/escape-carriage/-/escape-carriage-1.3.1.tgz", + "integrity": "sha512-GwBr6yViW3ttx1kb7/Oh+gKQ1/TrhYwxKqVmg5gS+BK+Qe2KrOa/Vh7w3HPBvgGf0LfcDGoY9I6NHKoA5Hozhw==" + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=0.8.0" } }, - "node_modules/jest-matcher-utils/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=4" } }, - "node_modules/jest-matcher-utils/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/eventemitter3": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", + "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" + }, + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "is-extendable": "^0.1.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=0.10.0" } }, - "node_modules/jest-matcher-utils/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, + "node_modules/extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", + "dev": true, + "engines": [ + "node >=0.6.0" + ] + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "node_modules/fast-safe-stringify": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", + "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==", + "license": "MIT" + }, + "node_modules/fetch-blob": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", + "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/jimmywarting" + }, + { + "type": "paypal", + "url": "https://paypal.me/jimmywarting" + } + ], + "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "node-domexception": "^1.0.0", + "web-streams-polyfill": "^3.0.3" }, "engines": { - "node": ">=7.0.0" + "node": "^12.20 || >= 14.13" } }, - "node_modules/jest-matcher-utils/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true + "node_modules/fflate": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.7.4.tgz", + "integrity": "sha512-5u2V/CDW15QM1XbbgS+0DfPxVB+jUKhWEKuuFuHncbk3tEEqzmoXL+2KyOFuKGqOnmdIy0/davWF1CkuwtibCw==" }, - "node_modules/jest-matcher-utils/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dependencies": { + "to-regex-range": "^5.0.1" + }, "engines": { "node": ">=8" } }, - "node_modules/jest-matcher-utils/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, + "node_modules/find-root": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", + "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==", + "license": "MIT" + }, + "node_modules/flexsearch": { + "version": "0.7.43", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.43.tgz", + "integrity": "sha512-c5o/+Um8aqCSOXGcZoqZOm+NqtVwNsvVpWv6lfmSclU954O3wvQKxxK8zj74fPaSJbXpSLTs4PRhh+wnoCXnKg==", + "license": "Apache-2.0" + }, + "node_modules/follow-redirects": { + "version": "1.15.6", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], "engines": { - "node": ">=8" + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } } }, - "node_modules/jest-message-util": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", - "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", - "peer": true, + "node_modules/for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^29.6.3", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^29.7.0", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - }, + "is-callable": "^1.1.3" + } + }, + "node_modules/foreach": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.6.tgz", + "integrity": "sha512-k6GAGDyqLe9JaebCsFCoudPPWfihKu8pylYXRlqP1J7ms39iPoTtk2fviNglIeQEwdh0bQeKJ01ZPyuyQvKzwg==", + "license": "MIT" + }, + "node_modules/forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", + "dev": true, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": "*" } }, - "node_modules/jest-message-util/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, + "node_modules/form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", "dependencies": { - "color-convert": "^2.0.1" + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">= 6" } }, - "node_modules/jest-message-util/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/formdata-polyfill": { + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", + "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", + "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "fetch-blob": "^3.1.2" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=12.20.0" } }, - "node_modules/jest-message-util/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, - "dependencies": { - "color-name": "~1.1.4" - }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": ">=7.0.0" + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } }, - "node_modules/jest-message-util/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, - "node_modules/jest-message-util/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "engines": { - "node": ">=8" + "node": ">=6.9.0" } }, - "node_modules/jest-message-util/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "license": "ISC", "engines": { - "node": ">=8" + "node": "6.* || 8.* || >= 10.*" } }, - "node_modules/jest-mock": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", - "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", - "peer": true, + "node_modules/get-intrinsic": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "license": "MIT", "dependencies": { - "@jest/types": "^29.6.3", - "@types/node": "*", - "jest-util": "^29.7.0" + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-pnp-resolver": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", - "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", - "peer": true, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "jest-resolve": "*" + "node": ">= 0.4" }, - "peerDependenciesMeta": { - "jest-resolve": { - "optional": true - } + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-regex-util": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", - "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", - "peer": true, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } + "node_modules/get-own-enumerable-property-symbols": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", + "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==", + "license": "ISC" }, - "node_modules/jest-resolve": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz", - "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==", - "peer": true, + "node_modules/get-user-locale": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/get-user-locale/-/get-user-locale-2.3.2.tgz", + "integrity": "sha512-O2GWvQkhnbDoWFUJfaBlDIKUEdND8ATpBXD6KXcbhxlfktyD/d8w6mkzM/IlQEqGZAMz/PW6j6Hv53BiigKLUQ==", + "license": "MIT", "dependencies": { - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.7.0", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^29.7.0", - "jest-validate": "^29.7.0", - "resolve": "^1.20.0", - "resolve.exports": "^2.0.0", - "slash": "^3.0.0" + "mem": "^8.0.0" }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "funding": { + "url": "https://github.com/wojtekmaj/get-user-locale?sponsor=1" } }, - "node_modules/jest-resolve-dependencies": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz", - "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==", - "peer": true, + "node_modules/getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", + "dev": true, "dependencies": { - "jest-regex-util": "^29.6.3", - "jest-snapshot": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "assert-plus": "^1.0.0" } }, - "node_modules/jest-resolve/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dependencies": { - "color-convert": "^2.0.1" + "is-glob": "^4.0.1" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">= 6" } }, - "node_modules/jest-resolve/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=4" } }, - "node_modules/jest-resolve/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "get-intrinsic": "^1.1.3" }, - "engines": { - "node": ">=7.0.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-resolve/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true }, - "node_modules/jest-resolve/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, + "node_modules/graphql": { + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", + "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", + "license": "MIT", "engines": { - "node": ">=8" + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } }, - "node_modules/jest-resolve/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, + "node_modules/gray-matter": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz", + "integrity": "sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==", "dependencies": { - "has-flag": "^4.0.0" + "js-yaml": "^3.13.1", + "kind-of": "^6.0.2", + "section-matter": "^1.0.0", + "strip-bom-string": "^1.0.0" }, "engines": { - "node": ">=8" + "node": ">=6.0" } }, - "node_modules/jest-runner": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz", - "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==", - "peer": true, + "node_modules/gray-matter/node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", "dependencies": { - "@jest/console": "^29.7.0", - "@jest/environment": "^29.7.0", - "@jest/test-result": "^29.7.0", - "@jest/transform": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.13.1", - "graceful-fs": "^4.2.9", - "jest-docblock": "^29.7.0", - "jest-environment-node": "^29.7.0", - "jest-haste-map": "^29.7.0", - "jest-leak-detector": "^29.7.0", - "jest-message-util": "^29.7.0", - "jest-resolve": "^29.7.0", - "jest-runtime": "^29.7.0", - "jest-util": "^29.7.0", - "jest-watcher": "^29.7.0", - "jest-worker": "^29.7.0", - "p-limit": "^3.1.0", - "source-map-support": "0.5.13" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-runner/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, + "sprintf-js": "~1.0.2" + } + }, + "node_modules/gray-matter/node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", "dependencies": { - "color-convert": "^2.0.1" + "argparse": "^1.0.7", + "esprima": "^4.0.0" }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", + "dev": true, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=4" } }, - "node_modules/jest-runner/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/har-validator": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "deprecated": "this library is no longer supported", + "dev": true, "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "ajv": "^6.12.3", + "har-schema": "^2.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=6" } }, - "node_modules/jest-runner/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, + "node_modules/har-validator/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, "dependencies": { - "color-name": "~1.1.4" + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" }, - "engines": { - "node": ">=7.0.0" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/jest-runner/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true + "node_modules/har-validator/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true }, - "node_modules/jest-runner/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "engines": { - "node": ">=8" + "node": ">=4" } }, - "node_modules/jest-runner/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "es-define-property": "^1.0.0" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-runtime": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz", - "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==", - "peer": true, - "dependencies": { - "@jest/environment": "^29.7.0", - "@jest/fake-timers": "^29.7.0", - "@jest/globals": "^29.7.0", - "@jest/source-map": "^29.6.3", - "@jest/test-result": "^29.7.0", - "@jest/transform": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "chalk": "^4.0.0", - "cjs-module-lexer": "^1.0.0", - "collect-v8-coverage": "^1.0.0", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.7.0", - "jest-message-util": "^29.7.0", - "jest-mock": "^29.7.0", - "jest-regex-util": "^29.6.3", - "jest-resolve": "^29.7.0", - "jest-snapshot": "^29.7.0", - "jest-util": "^29.7.0", - "slash": "^3.0.0", - "strip-bom": "^4.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-runtime/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" + "node_modules/has-proto": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", + "license": "MIT", + "engines": { + "node": ">= 0.4" }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "license": "MIT", "engines": { - "node": ">=8" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-runtime/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "has-symbols": "^1.0.3" }, "engines": { - "node": ">=10" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-runtime/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", "dependencies": { - "color-name": "~1.1.4" + "function-bind": "^1.1.2" }, "engines": { - "node": ">=7.0.0" + "node": ">= 0.4" } }, - "node_modules/jest-runtime/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true + "node_modules/highlight-words-core": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/highlight-words-core/-/highlight-words-core-1.2.2.tgz", + "integrity": "sha512-BXUKIkUuh6cmmxzi5OIbUJxrG8OAk2MqoL1DtO3Wo9D2faJg2ph5ntyuQeLqaHJmzER6H5tllCDA9ZnNe9BVGg==" }, - "node_modules/jest-runtime/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, - "engines": { - "node": ">=8" + "node_modules/hoist-non-react-statics": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", + "dependencies": { + "react-is": "^16.7.0" } }, - "node_modules/jest-runtime/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, + "node_modules/hoist-non-react-statics/node_modules/react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + }, + "node_modules/hono": { + "version": "4.5.8", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.5.8.tgz", + "integrity": "sha512-pqpSlcdqGkpTTRpLYU1PnCz52gVr0zVR9H5GzMyJWuKQLLEBQxh96q45QizJ2PPX8NATtz2mu31/PKW/Jt+90Q==", "engines": { - "node": ">=8" + "node": ">=16.0.0" } }, - "node_modules/jest-snapshot": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz", - "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==", - "peer": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@babel/generator": "^7.7.2", - "@babel/plugin-syntax-jsx": "^7.7.2", - "@babel/plugin-syntax-typescript": "^7.7.2", - "@babel/types": "^7.3.3", - "@jest/expect-utils": "^29.7.0", - "@jest/transform": "^29.7.0", - "@jest/types": "^29.6.3", - "babel-preset-current-node-syntax": "^1.0.0", - "chalk": "^4.0.0", - "expect": "^29.7.0", - "graceful-fs": "^4.2.9", - "jest-diff": "^29.7.0", - "jest-get-type": "^29.6.3", - "jest-matcher-utils": "^29.7.0", - "jest-message-util": "^29.7.0", - "jest-util": "^29.7.0", - "natural-compare": "^1.4.0", - "pretty-format": "^29.7.0", - "semver": "^7.5.3" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-snapshot/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, + "node_modules/hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true + }, + "node_modules/hotkeys-js": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.10.1.tgz", + "integrity": "sha512-mshqjgTqx8ee0qryHvRgZaZDxTwxam/2yTQmQlqAWS3+twnq1jsY9Yng9zB7lWq6WRrjTbTOc7knNwccXQiAjQ==", + "license": "MIT" + }, + "node_modules/htmlparser2": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", + "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.0.1", + "entities": "^4.4.0" } }, - "node_modules/jest-snapshot/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/htmltojsx": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/htmltojsx/-/htmltojsx-0.3.0.tgz", + "integrity": "sha512-ivWTGWn15hph8NIYRRdU1/KdG5qHXe1FW4Q1w7IcJ8zPK+9CSYnEY9yEiaBm8tBhhkVC8Vs+SmHLcCvsWhyqEg==", + "dev": true, "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "jsdom-no-contextify": "~3.1.0", + "react": "~15.4.1", + "react-dom": "~15.4.1", + "yargs": "~4.6.0" }, + "bin": { + "htmltojsx": "src/cli.js" + } + }, + "node_modules/htmltojsx/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "dev": true, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=0.10.0" } }, - "node_modules/jest-snapshot/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, - "dependencies": { - "color-name": "~1.1.4" - }, + "node_modules/htmltojsx/node_modules/camelcase": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", + "integrity": "sha512-DLIsRzJVBQu72meAKPkWQOLcujdXT32hwdfnkI1frSiSRMK1MofjKHf+MEx0SB6fjEFXL8fBDv1dKymBlOp4Qw==", + "dev": true, "engines": { - "node": ">=7.0.0" + "node": ">=0.10.0" } }, - "node_modules/jest-snapshot/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true + "node_modules/htmltojsx/node_modules/cliui": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz", + "integrity": "sha512-0yayqDxWQbqk3ojkYqUKqaAQ6AfNKeKWRNA8kR0WXzAsdHpP4BIaOmMAG87JGuO6qcobyW4GjxHd9PmhEd+T9w==", + "dev": true, + "dependencies": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wrap-ansi": "^2.0.0" + } }, - "node_modules/jest-snapshot/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, + "node_modules/htmltojsx/node_modules/is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==", + "dev": true, + "dependencies": { + "number-is-nan": "^1.0.0" + }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/jest-snapshot/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, + "node_modules/htmltojsx/node_modules/string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==", + "dev": true, "dependencies": { - "has-flag": "^4.0.0" + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" }, "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/jest-util": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", - "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", - "peer": true, + "node_modules/htmltojsx/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "dev": true, "dependencies": { - "@jest/types": "^29.6.3", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" + "ansi-regex": "^2.0.0" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=0.10.0" } }, - "node_modules/jest-util/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, + "node_modules/htmltojsx/node_modules/wrap-ansi": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "integrity": "sha512-vAaEaDM946gbNpH5pLVNR+vX2ht6n0Bt3GXwVB1AuAqZosOvHNF3P7wDnh8KLkSqgUh0uh77le7Owgoz+Z9XBw==", + "dev": true, "dependencies": { - "color-convert": "^2.0.1" + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=0.10.0" } }, - "node_modules/jest-util/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/htmltojsx/node_modules/y18n": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.2.tgz", + "integrity": "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==", + "dev": true + }, + "node_modules/htmltojsx/node_modules/yargs": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-4.6.0.tgz", + "integrity": "sha512-KmjJbWBkYiSRUChcOSa4rtBxDXf0j4ISz+tpeNa4LKIBllgKnkemJ3x4yo4Yydp3wPU4/xJTaKTLLZ8V7zhI7A==", + "dev": true, "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, + "camelcase": "^2.0.1", + "cliui": "^3.2.0", + "decamelize": "^1.1.1", + "lodash.assign": "^4.0.3", + "os-locale": "^1.4.0", + "pkg-conf": "^1.1.2", + "read-pkg-up": "^1.0.1", + "require-main-filename": "^1.0.1", + "string-width": "^1.0.1", + "window-size": "^0.2.0", + "y18n": "^3.2.1", + "yargs-parser": "^2.4.0" + } + }, + "node_modules/htmltojsx/node_modules/yargs-parser": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-2.4.1.tgz", + "integrity": "sha512-9pIKIJhnI5tonzG6OnCFlz/yln8xHYcGl+pn3xR0Vzff0vzN1PbNRaelgfgRUwZ3s4i3jvxT9WhmUGL4whnasA==", + "dev": true, + "dependencies": { + "camelcase": "^3.0.0", + "lodash.assign": "^4.0.6" + } + }, + "node_modules/htmltojsx/node_modules/yargs-parser/node_modules/camelcase": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz", + "integrity": "sha512-4nhGqUkc4BqbBBB4Q6zLuD7lzzrHYrjKGeYaEji/3tFR5VdJu9v+LilhGIVe8wxEJPPOeWo7eg8dwY13TZ1BNg==", + "dev": true, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=0.10.0" } }, - "node_modules/jest-util/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, + "node_modules/http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", + "dev": true, "dependencies": { - "color-name": "~1.1.4" + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" }, "engines": { - "node": ">=7.0.0" + "node": ">=0.8", + "npm": ">=1.3.7" } }, - "node_modules/jest-util/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true - }, - "node_modules/jest-util/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, - "engines": { - "node": ">=8" - } + "node_modules/http2-client": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/http2-client/-/http2-client-1.3.5.tgz", + "integrity": "sha512-EC2utToWl4RKfs5zd36Mxq7nzHHBuomZboI0yYL6Y0RmBgT7Sgkq4rQ0ezFTYoIsSs7Tm9SJe+o2FcAg6GBhGA==", + "license": "MIT" }, - "node_modules/jest-util/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, + "node_modules/https-proxy-agent": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", + "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==", + "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "agent-base": "^7.0.2", + "debug": "4" }, "engines": { - "node": ">=8" + "node": ">= 14" } }, - "node_modules/jest-validate": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", - "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", - "peer": true, + "node_modules/i18next": { + "version": "22.4.15", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-22.4.15.tgz", + "integrity": "sha512-yYudtbFrrmWKLEhl6jvKUYyYunj4bTBCe2qIUYAxbXoPusY7YmdwPvOE6fx6UIfWvmlbCWDItr7wIs8KEBZ5Zg==", + "funding": [ + { + "type": "individual", + "url": "https://locize.com" + }, + { + "type": "individual", + "url": "https://locize.com/i18next.html" + }, + { + "type": "individual", + "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" + } + ], + "license": "MIT", "dependencies": { - "@jest/types": "^29.6.3", - "camelcase": "^6.2.0", - "chalk": "^4.0.0", - "jest-get-type": "^29.6.3", - "leven": "^3.1.0", - "pretty-format": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "@babel/runtime": "^7.20.6" } }, - "node_modules/jest-validate/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" }, "engines": { - "node": ">=8" + "node": ">=6" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/jest-validate/node_modules/camelcase": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", - "peer": true, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/invert-kv": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz", + "integrity": "sha512-xgs2NH9AE66ucSq4cNG1nhSFghr5l6tdL15Pk+jl46bmmBapgoaY/AacXyaDznAqmGL99TiLSQgO/XazFSKYeQ==", + "dev": true, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.10.0" } }, - "node_modules/jest-validate/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/is-arguments": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", + "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=10" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-validate/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dependencies": { - "color-name": "~1.1.4" + "binary-extensions": "^2.0.0" }, "engines": { - "node": ">=7.0.0" + "node": ">=8" } }, - "node_modules/jest-validate/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true - }, - "node_modules/jest-validate/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, + "node_modules/is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "license": "MIT", "engines": { - "node": ">=8" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-validate/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, + "node_modules/is-core-module": { + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", + "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", "dependencies": { - "has-flag": "^4.0.0" + "hasown": "^2.0.2" }, "engines": { - "node": ">=8" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-watcher": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz", - "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==", - "peer": true, - "dependencies": { - "@jest/test-result": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "emittery": "^0.13.1", - "jest-util": "^29.7.0", - "string-length": "^4.0.1" - }, + "node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=0.10.0" } }, - "node_modules/jest-watcher/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "peer": true, - "dependencies": { - "color-convert": "^2.0.1" - }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "license": "MIT", "engines": { "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/jest-watcher/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "peer": true, + "node_modules/is-generator-function": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", + "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", + "license": "MIT", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=10" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/jest-watcher/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "peer": true, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dependencies": { - "color-name": "~1.1.4" + "is-extglob": "^2.1.1" }, "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-watcher/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "peer": true - }, - "node_modules/jest-watcher/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, - "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/jest-watcher/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "engines": { - "node": ">=8" + "node": ">=0.12.0" } }, - "node_modules/jest-worker": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", - "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", - "peer": true, - "dependencies": { - "@types/node": "*", - "jest-util": "^29.7.0", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, + "node_modules/is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==", + "license": "MIT", "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=0.10.0" } }, - "node_modules/jest-worker/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, + "node_modules/is-regexp": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", + "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==", + "license": "MIT", "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/jest-worker/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "peer": true, + "node_modules/is-typed-array": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", + "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", + "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "which-typed-array": "^1.1.14" }, "engines": { - "node": ">=10" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", + "dev": true + }, + "node_modules/is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==", + "dev": true + }, + "node_modules/isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", + "dev": true + }, "node_modules/jotai": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.9.3.tgz", - "integrity": "sha512-IqMWKoXuEzWSShjd9UhalNsRGbdju5G2FrqNLQJT+Ih6p41VNYe2sav5hnwQx4HJr25jq9wRqvGSWGviGG6Gjw==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.10.0.tgz", + "integrity": "sha512-8W4u0aRlOIwGlLQ0sqfl/c6+eExl5D8lZgAUolirZLktyaj4WnxO/8a0HEPmtriQAB6X5LMhXzZVmw02X0P0qQ==", + "license": "MIT", "engines": { "node": ">=12.20.0" }, @@ -7559,6 +4113,7 @@ "version": "1.1.6", "resolved": "https://registry.npmjs.org/js-levenshtein/-/js-levenshtein-1.1.6.tgz", "integrity": "sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -7572,6 +4127,7 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -7692,12 +4248,14 @@ "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "license": "MIT" }, "node_modules/json-pointer": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/json-pointer/-/json-pointer-0.6.2.tgz", "integrity": "sha512-vLWcKbOaXlO+jvRy4qNd+TI1QUPZzfJj1tpJ3vAXDych5XJf93ftpUKe5pKCrzyIIwgBJcOcCVRUfqQP25afBw==", + "license": "MIT", "dependencies": { "foreach": "^2.0.4" } @@ -7711,7 +4269,8 @@ "node_modules/json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "license": "MIT" }, "node_modules/json-stringify-safe": { "version": "5.0.1", @@ -7733,7 +4292,8 @@ "node_modules/jsonc-parser": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.3.1.tgz", - "integrity": "sha512-H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg==" + "integrity": "sha512-H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg==", + "license": "MIT" }, "node_modules/jsprim": { "version": "1.4.2", @@ -7750,6 +4310,12 @@ "node": ">=0.6.0" } }, + "node_modules/jstoxml": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/jstoxml/-/jstoxml-5.0.2.tgz", + "integrity": "sha512-p/Uyi1nSlAcOL+FbWCbTLAHtMbk/QlPMAE/wRLek7W8646jWII3GtLEKSBzf97UitieRWj1VZcbZxs8arq2nbg==", + "license": "MIT" + }, "node_modules/kind-of": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", @@ -7758,15 +4324,6 @@ "node": ">=0.10.0" } }, - "node_modules/kleur": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", - "peer": true, - "engines": { - "node": ">=6" - } - }, "node_modules/lcid": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz", @@ -7779,19 +4336,11 @@ "node": ">=0.10.0" } }, - "node_modules/leven": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", - "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", - "peer": true, - "engines": { - "node": ">=6" - } - }, "node_modules/lines-and-columns": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "license": "MIT" }, "node_modules/load-json-file": { "version": "1.1.0", @@ -7833,18 +4382,6 @@ "node": ">=0.10.0" } }, - "node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "peer": true, - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", @@ -7859,18 +4396,28 @@ "node_modules/lodash.isequal": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", - "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==" - }, - "node_modules/lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", - "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", - "peer": true + "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", + "license": "MIT" }, "node_modules/lodash.throttle": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", - "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==" + "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==", + "license": "MIT", + "peer": true + }, + "node_modules/loglevel": { + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.9.2.tgz", + "integrity": "sha512-HgMmCqIJSAKqo68l0rS2AanEWfkxaZ5wNiEFb5ggm08lDs9Xl2KxBlX3PTcaD2chBM1gXAYf491/M2Rv8Jwayg==", + "license": "MIT", + "engines": { + "node": ">= 0.6.0" + }, + "funding": { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/loglevel" + } }, "node_modules/loose-envify": { "version": "1.4.0", @@ -7911,49 +4458,29 @@ "node_modules/lunr": { "version": "2.3.9", "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", - "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==" - }, - "node_modules/make-dir": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", - "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", - "peer": true, - "dependencies": { - "semver": "^7.5.3" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", + "license": "MIT" }, "node_modules/make-error": { "version": "1.3.6", "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", - "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "license": "ISC" }, "node_modules/make-event-props": { "version": "1.6.2", "resolved": "https://registry.npmjs.org/make-event-props/-/make-event-props-1.6.2.tgz", "integrity": "sha512-iDwf7mA03WPiR8QxvcVHmVWEPfMY1RZXerDVNCRYW7dUr2ppH3J58Rwb39/WG39yTZdRSxr3x+2v22tvI0VEvA==", + "license": "MIT", "funding": { "url": "https://github.com/wojtekmaj/make-event-props?sponsor=1" } }, - "node_modules/makeerror": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", - "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", - "peer": true, - "dependencies": { - "tmpl": "1.0.5" - } - }, "node_modules/map-age-cleaner": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", + "license": "MIT", "dependencies": { "p-defer": "^1.0.0" }, @@ -7965,6 +4492,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==", + "license": "MIT", "bin": { "marked": "bin/marked.js" }, @@ -7976,6 +4504,7 @@ "version": "8.1.1", "resolved": "https://registry.npmjs.org/mem/-/mem-8.1.1.tgz", "integrity": "sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==", + "license": "MIT", "dependencies": { "map-age-cleaner": "^0.1.3", "mimic-fn": "^3.1.0" @@ -7987,37 +4516,11 @@ "url": "https://github.com/sindresorhus/mem?sponsor=1" } }, - "node_modules/mem/node_modules/mimic-fn": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-3.1.0.tgz", - "integrity": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==", - "engines": { - "node": ">=8" - } - }, "node_modules/memoize-one": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz", - "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==" - }, - "node_modules/merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "peer": true - }, - "node_modules/micromatch": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", - "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", - "peer": true, - "dependencies": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } + "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==", + "license": "MIT" }, "node_modules/mime-db": { "version": "1.52.0", @@ -8039,18 +4542,19 @@ } }, "node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "peer": true, + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-3.1.0.tgz", + "integrity": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==", + "license": "MIT", "engines": { - "node": ">=6" + "node": ">=8" } }, "node_modules/minimatch": { - "version": "7.4.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.6.tgz", - "integrity": "sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==", + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz", + "integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==", + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -8107,12 +4611,6 @@ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "peer": true - }, "node_modules/node-domexception": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", @@ -8127,14 +4625,16 @@ "url": "https://paypal.me/jimmywarting" } ], + "license": "MIT", "engines": { "node": ">=10.5.0" } }, "node_modules/node-fetch": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", - "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.1.tgz", + "integrity": "sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==", + "license": "MIT", "dependencies": { "data-uri-to-buffer": "^4.0.0", "fetch-blob": "^3.1.4", @@ -8152,6 +4652,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/node-fetch-h2/-/node-fetch-h2-2.3.0.tgz", "integrity": "sha512-ofRW94Ab0T4AOh5Fk8t0h8OBWrmjb0SSB20xh1H8YnPV9EJ+f5AMoYSUQ2zgJ4Iq2HAK0I2l5/Nequ8YzFS3Hg==", + "license": "MIT", "dependencies": { "http2-client": "^1.2.5" }, @@ -8159,16 +4660,11 @@ "node": "4.x || >=6.0.0" } }, - "node_modules/node-int64": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", - "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", - "peer": true - }, "node_modules/node-readfiles": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/node-readfiles/-/node-readfiles-0.2.0.tgz", "integrity": "sha512-SU00ZarexNlE4Rjdm83vglt5Y9yiQ+XI1XpflWlb7q7UTN1JUItm69xMeiQCTxtTfnzt+83T8Cx+vI2ED++VDA==", + "license": "MIT", "dependencies": { "es6-promise": "^3.2.1" } @@ -8207,22 +4703,11 @@ "node": ">=0.10.0" } }, - "node_modules/npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "peer": true, - "dependencies": { - "path-key": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/nprogress": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz", - "integrity": "sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==" + "integrity": "sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==", + "license": "MIT" }, "node_modules/number-is-nan": { "version": "1.0.1", @@ -8243,6 +4728,7 @@ "version": "1.0.8", "resolved": "https://registry.npmjs.org/oas-kit-common/-/oas-kit-common-1.0.8.tgz", "integrity": "sha512-pJTS2+T0oGIwgjGpw7sIRU8RQMcUoKCDWFLdBqKB2BNmGpbBMH2sdqAaOXUg8OzonZHU0L7vfJu1mJFEiYDWOQ==", + "license": "BSD-3-Clause", "dependencies": { "fast-safe-stringify": "^2.0.7" } @@ -8251,6 +4737,7 @@ "version": "3.2.2", "resolved": "https://registry.npmjs.org/oas-linter/-/oas-linter-3.2.2.tgz", "integrity": "sha512-KEGjPDVoU5K6swgo9hJVA/qYGlwfbFx+Kg2QB/kd7rzV5N8N5Mg6PlsoCMohVnQmo+pzJap/F610qTodKzecGQ==", + "license": "BSD-3-Clause", "dependencies": { "@exodus/schemasafe": "^1.0.0-rc.2", "should": "^13.2.1", @@ -8264,6 +4751,7 @@ "version": "2.5.6", "resolved": "https://registry.npmjs.org/oas-resolver/-/oas-resolver-2.5.6.tgz", "integrity": "sha512-Yx5PWQNZomfEhPPOphFbZKi9W93CocQj18NlD2Pa4GWZzdZpSJvYwoiuurRI7m3SpcChrnO08hkuQDL3FGsVFQ==", + "license": "BSD-3-Clause", "dependencies": { "node-fetch-h2": "^2.3.0", "oas-kit-common": "^1.0.8", @@ -8282,6 +4770,7 @@ "version": "1.1.5", "resolved": "https://registry.npmjs.org/oas-schema-walker/-/oas-schema-walker-1.1.5.tgz", "integrity": "sha512-2yucenq1a9YPmeNExoUa9Qwrt9RFkjqaMAA1X+U7sbb0AqBeTIdMHky9SQQ6iN94bO5NW0W4TRYXerG+BdAvAQ==", + "license": "BSD-3-Clause", "funding": { "url": "https://github.com/Mermade/oas-kit?sponsor=1" } @@ -8290,6 +4779,7 @@ "version": "5.0.8", "resolved": "https://registry.npmjs.org/oas-validator/-/oas-validator-5.0.8.tgz", "integrity": "sha512-cu20/HE5N5HKqVygs3dt94eYJfBi0TsZvPVXDhbXQHiEityDN+RROTleefoKRKKJ9dFAF2JBkDHgvWj0sjKGmw==", + "license": "BSD-3-Clause", "dependencies": { "call-me-maybe": "^1.0.1", "oas-kit-common": "^1.0.8", @@ -8325,6 +4815,7 @@ "version": "1.13.2", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -8332,34 +4823,11 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "peer": true, - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "peer": true, - "dependencies": { - "mimic-fn": "^2.1.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/openapi-sampler": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.5.1.tgz", "integrity": "sha512-tIWIrZUKNAsbqf3bd9U1oH6JEXo8LNYuDlXw26By67EygpjT+ArFnsxxyTMjFWRfbqo5ozkvgSQDK69Gd8CddA==", + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.7", "json-pointer": "0.6.2" @@ -8386,65 +4854,16 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", "integrity": "sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==", + "license": "MIT", "engines": { "node": ">=4" } }, - "node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "peer": true, - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "peer": true, - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/p-locate/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "peer": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "peer": true, - "engines": { - "node": ">=6" - } - }, "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "license": "MIT", "dependencies": { "callsites": "^3.0.0" }, @@ -8456,6 +4875,7 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", @@ -8478,34 +4898,8 @@ "node_modules/path-browserify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", - "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" - }, - "node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "peer": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "peer": true, - "engines": { - "node": ">=8" - } + "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==", + "license": "MIT" }, "node_modules/path-parse": { "version": "1.0.7", @@ -8516,6 +4910,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "license": "MIT", "engines": { "node": ">=8" } @@ -8572,15 +4967,6 @@ "node": ">=0.10.0" } }, - "node_modules/pirates": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", - "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", - "peer": true, - "engines": { - "node": ">= 6" - } - }, "node_modules/pkg-conf": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-1.1.3.tgz", @@ -8621,22 +5007,11 @@ "node": ">=0.10.0" } }, - "node_modules/pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "peer": true, - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/pluralize": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz", "integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==", + "license": "MIT", "engines": { "node": ">=4" } @@ -8657,6 +5032,7 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", + "license": "MIT", "engines": { "node": ">= 0.4" } @@ -8666,53 +5042,15 @@ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, - "node_modules/pretty-format": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", - "peer": true, - "dependencies": { - "@jest/schemas": "^29.6.3", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "peer": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, "node_modules/prismjs": { "version": "1.29.0", "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", + "license": "MIT", "engines": { "node": ">=6" } }, - "node_modules/prompts": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", - "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", - "peer": true, - "dependencies": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/prop-types": { "version": "15.8.1", "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", @@ -8747,22 +5085,6 @@ "node": ">=6" } }, - "node_modules/pure-rand": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz", - "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==", - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/dubzzz" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/fast-check" - } - ], - "peer": true - }, "node_modules/qs": { "version": "6.5.3", "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", @@ -8773,9 +5095,10 @@ } }, "node_modules/rc-motion": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/rc-motion/-/rc-motion-2.9.2.tgz", - "integrity": "sha512-fUAhHKLDdkAXIDLH0GYwof3raS58dtNUmzLF2MeiR8o6n4thNpSDQhOqQzWE4WfFZDCi9VEN8n7tiB7czREcyw==", + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/rc-motion/-/rc-motion-2.9.3.tgz", + "integrity": "sha512-rkW47ABVkic7WEB0EKJqzySpvDqwl60/tdkY7hWP7dYnh5pm0SzJpo54oW3TDUGXV5wfxXFmMkxrzRRbotQ0+w==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.11.1", "classnames": "^2.2.1", @@ -8790,6 +5113,7 @@ "version": "1.4.0", "resolved": "https://registry.npmjs.org/rc-resize-observer/-/rc-resize-observer-1.4.0.tgz", "integrity": "sha512-PnMVyRid9JLxFavTjeDXEXo65HCRqbmLBw9xX9gfC4BZiSzbLXKzW3jPz+J0P71pLbD5tBMTT+mkstV5gD0c9Q==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.7", "classnames": "^2.2.1", @@ -8802,9 +5126,10 @@ } }, "node_modules/rc-tooltip": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/rc-tooltip/-/rc-tooltip-6.2.0.tgz", - "integrity": "sha512-iS/3iOAvtDh9GIx1ulY7EFUXUtktFccNLsARo3NPgLf0QW9oT0w3dA9cYWlhqAKmD+uriEwdWz1kH0Qs4zk2Aw==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/rc-tooltip/-/rc-tooltip-6.2.1.tgz", + "integrity": "sha512-rws0duD/3sHHsD905Nex7FvoUGy2UBQRhTkKxeEvr2FB+r21HsOxcDJI0TzyO8NHhnAA8ILr8pfbSBg5Jj5KBg==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.11.2", "@rc-component/trigger": "^2.0.0", @@ -8819,6 +5144,7 @@ "version": "5.43.0", "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.43.0.tgz", "integrity": "sha512-AzC7KKOXFqAdIBqdGWepL9Xn7cm3vnAmjlHqUnoQaTMZYhM4VlXGLkkHHxj/BZ7Td0+SOPKB4RGPboBVKT9htw==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.18.3", "react-is": "^18.2.0" @@ -8856,6 +5182,7 @@ "version": "4.2.1", "resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-4.2.1.tgz", "integrity": "sha512-T5oKXD+KLy/g6bmJJkZ7E9wj0iRMesWMZcrC7q2kI6ybOsu9NlPQx8uXJzG4A4C3Sh5Xi0deznyzWIVsUpF8tA==", + "license": "MIT", "dependencies": { "@types/react": "*", "@wojtekmaj/date-utils": "^1.1.3", @@ -8875,6 +5202,7 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", + "license": "MIT", "engines": { "node": ">=6" } @@ -8883,6 +5211,7 @@ "version": "4.6.0", "resolved": "https://registry.npmjs.org/react-clock/-/react-clock-4.6.0.tgz", "integrity": "sha512-Yz+vwrwrfVRSBw3BdmX/Mc7mVdQYJQ5Pi00qDzGLyLNWQuEmp5PC2oYjQAsDalLjekeDwBIGD7OLcKnkAp1kcw==", + "license": "MIT", "dependencies": { "@wojtekmaj/date-utils": "^1.5.0", "clsx": "^2.0.0", @@ -8907,6 +5236,7 @@ "version": "10.0.3", "resolved": "https://registry.npmjs.org/react-date-picker/-/react-date-picker-10.0.3.tgz", "integrity": "sha512-v+ZNN66hEQak20bxngSTJLzR9Z52luof0UDrlFO7hv2hCx7aaSuHLHm+lbwhvFF4y7Gn7Pjvbm5jHuwzn9Xw5w==", + "license": "MIT", "dependencies": { "@wojtekmaj/date-utils": "^1.1.3", "clsx": "^1.2.1", @@ -8929,6 +5259,7 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", + "license": "MIT", "engines": { "node": ">=6" } @@ -8937,6 +5268,7 @@ "version": "5.6.0", "resolved": "https://registry.npmjs.org/react-datetime-picker/-/react-datetime-picker-5.6.0.tgz", "integrity": "sha512-zbYSuYuiRj4/6lR9xGjAgw7V4gpTGtzOwZIfw1TONj6K6OKuaDreczS+6ijJjwLYlMcx8V+Sw1IMP+K059wnnA==", + "license": "MIT", "dependencies": { "@wojtekmaj/date-utils": "^1.1.3", "clsx": "^2.0.0", @@ -8967,6 +5299,7 @@ "version": "4.8.0", "resolved": "https://registry.npmjs.org/react-calendar/-/react-calendar-4.8.0.tgz", "integrity": "sha512-qFgwo+p58sgv1QYMI1oGNaop90eJVKuHTZ3ZgBfrrpUb+9cAexxsKat0sAszgsizPMVo7vOXedV7Lqa0GQGMvA==", + "license": "MIT", "dependencies": { "@wojtekmaj/date-utils": "^1.1.3", "clsx": "^2.0.0", @@ -8992,6 +5325,7 @@ "version": "10.6.0", "resolved": "https://registry.npmjs.org/react-date-picker/-/react-date-picker-10.6.0.tgz", "integrity": "sha512-db5lcmU/52X8ur8SU1QU3PYBiaDG5SbzZDlqWk3YruPx5Ti9w6UpqCRsd1TXycVla9Ut2I3Qb4BUe27jxSwHeg==", + "license": "MIT", "dependencies": { "@wojtekmaj/date-utils": "^1.1.3", "clsx": "^2.0.0", @@ -9037,6 +5371,7 @@ "version": "1.7.1", "resolved": "https://registry.npmjs.org/react-fit/-/react-fit-1.7.1.tgz", "integrity": "sha512-y/TYovCCBzfIwRJsbLj0rH4Es40wPQhU5GPPq9GlbdF09b0OdzTdMSkBza0QixSlgFzTm6dkM7oTFzaVvaBx+w==", + "license": "MIT", "dependencies": { "detect-element-overflow": "^1.4.0", "prop-types": "^15.6.0", @@ -9083,17 +5418,19 @@ "version": "1.0.10", "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-1.0.10.tgz", "integrity": "sha512-0+g0CNqregkuocr+Mi+e6wgWVARnKTYIX3U1QK7GlkLQKCmbymZakx80YGwcRO7HNnKJTQ5v38HlBos/cGxWvg==", + "license": "MIT", "peerDependencies": { "react": "^16.14.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0" } }, "node_modules/react-router": { - "version": "6.26.1", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.26.1.tgz", - "integrity": "sha512-kIwJveZNwp7teQRI5QmwWo39A5bXRyqpH0COKKmPnyD2vBvDwgFXSqDUYtt1h+FEyfnE8eXr7oe0MxRzVwCcvQ==", + "version": "6.21.1", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.21.1.tgz", + "integrity": "sha512-W0l13YlMTm1YrpVIOpjCADJqEUpz1vm+CMo47RuFX4Ftegwm6KOYsL5G3eiE52jnJpKvzm6uB/vTKTPKM8dmkA==", + "license": "MIT", "dependencies": { - "@remix-run/router": "1.19.1" + "@remix-run/router": "1.14.1" }, "engines": { "node": ">=14.0.0" @@ -9103,12 +5440,13 @@ } }, "node_modules/react-router-dom": { - "version": "6.26.1", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.26.1.tgz", - "integrity": "sha512-veut7m41S1fLql4pLhxeSW3jlqs+4MtjRLj0xvuCEXsxusJCbs6I8yn9BxzzDX2XDgafrccY6hwjmd/bL54tFw==", + "version": "6.21.1", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.21.1.tgz", + "integrity": "sha512-QCNrtjtDPwHDO+AO21MJd7yIcr41UetYt5jzaB9Y1UYaPTCnVuJq6S748g1dE11OQlCFIQg+RtAA1SEZIyiBeA==", + "license": "MIT", "dependencies": { - "@remix-run/router": "1.19.1", - "react-router": "6.26.1" + "@remix-run/router": "1.14.1", + "react-router": "6.21.1" }, "engines": { "node": ">=14.0.0" @@ -9119,9 +5457,10 @@ } }, "node_modules/react-select": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.0.tgz", - "integrity": "sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==", + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.1.tgz", + "integrity": "sha512-RT1CJmuc+ejqm5MPgzyZujqDskdvB9a9ZqrdnVLsvAHjJ3Tj0hELnLeVPQlmYdVKCdCpxanepl6z7R5KhXhWzg==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", @@ -9162,6 +5501,7 @@ "version": "6.6.0", "resolved": "https://registry.npmjs.org/react-time-picker/-/react-time-picker-6.6.0.tgz", "integrity": "sha512-1PCetwrYcFNXALU9Oml32NAcFgPCPZLB5U8AQEgBoavJw61YmA0B0OSto6cOz9syGmPdcLZhDqRtN+EkZji+3w==", + "license": "MIT", "dependencies": { "@wojtekmaj/date-utils": "^1.1.3", "clsx": "^2.0.0", @@ -9315,6 +5655,7 @@ "version": "1.1.9", "resolved": "https://registry.npmjs.org/reftools/-/reftools-1.1.9.tgz", "integrity": "sha512-OVede/NQE13xBQ+ob5CKd5KyeJYU2YInb1bmV4nRoOfquZPkAkxuOXicSe1PvqIuZZ4kD13sPKBbR7UFDmli6w==", + "license": "BSD-3-Clause", "funding": { "url": "https://github.com/Mermade/oas-kit?sponsor=1" } @@ -9374,6 +5715,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -9382,6 +5724,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -9395,7 +5738,8 @@ "node_modules/resize-observer-polyfill": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", - "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==" + "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==", + "license": "MIT" }, "node_modules/resolve": { "version": "1.22.8", @@ -9413,34 +5757,13 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/resolve-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", - "peer": true, - "dependencies": { - "resolve-from": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/resolve.exports": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", - "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", - "peer": true, + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "license": "MIT", "engines": { - "node": ">=10" + "node": ">=4" } }, "node_modules/ripple-address-codec": { @@ -9524,7 +5847,8 @@ "node_modules/sax": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz", - "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==" + "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==", + "license": "ISC" }, "node_modules/scheduler": { "version": "0.23.2", @@ -9547,9 +5871,13 @@ } }, "node_modules/semver": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", - "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", + "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, "bin": { "semver": "bin/semver.js" }, @@ -9557,6 +5885,24 @@ "node": ">=10" } }, + "node_modules/semver/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "license": "ISC" + }, "node_modules/serialize-query-params": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/serialize-query-params/-/serialize-query-params-2.0.2.tgz", @@ -9566,6 +5912,7 @@ "version": "1.2.2", "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -9583,31 +5930,11 @@ "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "peer": true, - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "peer": true, - "engines": { - "node": ">=8" - } - }, "node_modules/should": { "version": "13.2.3", "resolved": "https://registry.npmjs.org/should/-/should-13.2.3.tgz", "integrity": "sha512-ggLesLtu2xp+ZxI+ysJTmNjh2U0TsC+rQ/pfED9bUZZ4DKefP27D+7YJVVTvKsmjLpIi9jAa7itwDGkDDmt1GQ==", + "license": "MIT", "dependencies": { "should-equal": "^2.0.0", "should-format": "^3.0.3", @@ -9620,6 +5947,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/should-equal/-/should-equal-2.0.0.tgz", "integrity": "sha512-ZP36TMrK9euEuWQYBig9W55WPC7uo37qzAEmbjHz4gfyuXrEUgF8cUvQVO+w+d3OMfPvSRQJ22lSm8MQJ43LTA==", + "license": "MIT", "dependencies": { "should-type": "^1.4.0" } @@ -9628,6 +5956,7 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/should-format/-/should-format-3.0.3.tgz", "integrity": "sha512-hZ58adtulAk0gKtua7QxevgUaXTTXxIi8t41L3zo9AHvjXO1/7sdLECuHeIN2SRtYXpNkmhoUP2pdeWgricQ+Q==", + "license": "MIT", "dependencies": { "should-type": "^1.3.0", "should-type-adaptors": "^1.0.1" @@ -9636,12 +5965,14 @@ "node_modules/should-type": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/should-type/-/should-type-1.4.0.tgz", - "integrity": "sha512-MdAsTu3n25yDbIe1NeN69G4n6mUnJGtSJHygX3+oN0ZbO3DTiATnf7XnYJdGT42JCXurTb1JI0qOBR65shvhPQ==" + "integrity": "sha512-MdAsTu3n25yDbIe1NeN69G4n6mUnJGtSJHygX3+oN0ZbO3DTiATnf7XnYJdGT42JCXurTb1JI0qOBR65shvhPQ==", + "license": "MIT" }, "node_modules/should-type-adaptors": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/should-type-adaptors/-/should-type-adaptors-1.1.0.tgz", "integrity": "sha512-JA4hdoLnN+kebEp2Vs8eBe9g7uy0zbRo+RMcU0EsNy+R+k049Ki+N5tT5Jagst2g7EAja+euFuoXFCa8vIklfA==", + "license": "MIT", "dependencies": { "should-type": "^1.3.0", "should-util": "^1.0.0" @@ -9650,12 +5981,14 @@ "node_modules/should-util": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/should-util/-/should-util-1.0.1.tgz", - "integrity": "sha512-oXF8tfxx5cDk8r2kYqlkUJzZpDBqVY/II2WhvU0n9Y3XYvAYRmeaf1PvvIvTgPnv4KJ+ES5M0PyDq5Jp+Ygy2g==" + "integrity": "sha512-oXF8tfxx5cDk8r2kYqlkUJzZpDBqVY/II2WhvU0n9Y3XYvAYRmeaf1PvvIvTgPnv4KJ+ES5M0PyDq5Jp+Ygy2g==", + "license": "MIT" }, "node_modules/side-channel": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "es-errors": "^1.3.0", @@ -9669,36 +6002,26 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "peer": true - }, "node_modules/simple-git": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.25.0.tgz", - "integrity": "sha512-KIY5sBnzc4yEcJXW7Tdv4viEz8KyG+nU0hay+DWZasvdFOYKeUZ6Xc25LUHHjw0tinPT7O1eY6pzX7pRT1K8rw==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.20.0.tgz", + "integrity": "sha512-ozK8tl2hvLts8ijTs18iFruE+RoqmC/mqZhjs/+V7gS5W68JpJ3+FCTmLVqmR59MaUQ52MfGQuWsIqfsTbbJ0Q==", + "license": "MIT", "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", - "debug": "^4.3.5" + "debug": "^4.3.4" }, "funding": { "type": "github", "url": "https://github.com/steveukx/git-js?sponsor=1" } }, - "node_modules/sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", - "peer": true - }, "node_modules/sitemap": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-7.1.2.tgz", - "integrity": "sha512-ARCqzHJ0p4gWt+j7NlU5eDlIO9+Rkr/JhPFZKKQ1l5GCus7rJH4UdrlVAh0xC/gDS/Qir2UMxqYNHtsKr2rpCw==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-7.1.1.tgz", + "integrity": "sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg==", + "license": "MIT", "dependencies": { "@types/node": "^17.0.5", "@types/sax": "^1.2.1", @@ -9716,21 +6039,14 @@ "node_modules/sitemap/node_modules/@types/node": { "version": "17.0.45", "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", - "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==" - }, - "node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "peer": true, - "engines": { - "node": ">=8" - } + "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==", + "license": "MIT" }, "node_modules/slugify": { "version": "1.6.6", "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.6.tgz", "integrity": "sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==", + "license": "MIT", "engines": { "node": ">=8.0.0" } @@ -9747,24 +6063,14 @@ } }, "node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "peer": true, + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, - "node_modules/source-map-support": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", - "peer": true, - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, "node_modules/spdx-correct": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", @@ -9827,27 +6133,6 @@ "node": ">=0.10.0" } }, - "node_modules/stack-utils": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", - "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", - "peer": true, - "dependencies": { - "escape-string-regexp": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/stack-utils/node_modules/escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "peer": true, - "engines": { - "node": ">=8" - } - }, "node_modules/stickyfill": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/stickyfill/-/stickyfill-1.1.1.tgz", @@ -9872,23 +6157,11 @@ "safe-buffer": "~5.2.0" } }, - "node_modules/string-length": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", - "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", - "peer": true, - "dependencies": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -9902,6 +6175,7 @@ "version": "3.3.0", "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", + "license": "BSD-2-Clause", "dependencies": { "get-own-enumerable-property-symbols": "^3.0.0", "is-obj": "^1.0.1", @@ -9915,6 +6189,7 @@ "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -9922,15 +6197,6 @@ "node": ">=8" } }, - "node_modules/strip-bom": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", - "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", - "peer": true, - "engines": { - "node": ">=8" - } - }, "node_modules/strip-bom-string": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", @@ -9939,27 +6205,6 @@ "node": ">=0.10.0" } }, - "node_modules/strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "peer": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "peer": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/style-mod": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.2.tgz", @@ -10003,6 +6248,7 @@ "version": "5.1.5", "resolved": "https://registry.npmjs.org/styled-system/-/styled-system-5.1.5.tgz", "integrity": "sha512-7VoD0o2R3RKzOzPK0jYrVnS8iJdfkKsQJNiLRDjikOpQVqQHns/DXWaPZOH4tIKkhAT7I6wIsy9FWTWh2X3q+A==", + "peer": true, "dependencies": { "@styled-system/background": "^5.1.2", "@styled-system/border": "^5.1.5", @@ -10022,7 +6268,8 @@ "node_modules/stylis": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", - "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==" + "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==", + "license": "MIT" }, "node_modules/supports-color": { "version": "5.5.0", @@ -10050,6 +6297,7 @@ "version": "7.0.8", "resolved": "https://registry.npmjs.org/swagger2openapi/-/swagger2openapi-7.0.8.tgz", "integrity": "sha512-upi/0ZGkYgEcLeGieoz8gT74oWHA0E7JivX7aN9mAf+Tc7BQoRBvnIGHoPDw+f9TXTW4s6kGYCZJtauP6OYp7g==", + "license": "BSD-3-Clause", "dependencies": { "call-me-maybe": "^1.0.1", "node-fetch": "^2.6.1", @@ -10076,6 +6324,7 @@ "version": "2.7.0", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "license": "MIT", "dependencies": { "whatwg-url": "^5.0.0" }, @@ -10097,57 +6346,17 @@ "integrity": "sha512-IUW+ek7apEaW5bFhS6WpYoNtVpNTlNoqB/PH7YiMWQTxSPeXCzG4PILVakwXivJt3ZXWeO1fIJnUd/L9A/VeGA==", "dev": true }, - "node_modules/test-exclude": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", - "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", - "peer": true, - "dependencies": { - "@istanbuljs/schema": "^0.1.2", - "glob": "^7.1.4", - "minimatch": "^3.0.4" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/test-exclude/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "peer": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/test-exclude/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "peer": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/timeago.js": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/timeago.js/-/timeago.js-4.0.2.tgz", - "integrity": "sha512-a7wPxPdVlQL7lqvitHGGRsofhdwtkoSXPGATFuSOA2i1ZNQEPLrGnj68vOp2sOJTCFAQVXPeNMX/GctBaO9L2w==" + "integrity": "sha512-a7wPxPdVlQL7lqvitHGGRsofhdwtkoSXPGATFuSOA2i1ZNQEPLrGnj68vOp2sOJTCFAQVXPeNMX/GctBaO9L2w==", + "license": "MIT" }, "node_modules/tiny-warning": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", - "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" - }, - "node_modules/tmpl": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", - "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", - "peer": true + "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==", + "license": "MIT" }, "node_modules/to-fast-properties": { "version": "2.0.0", @@ -10171,7 +6380,8 @@ "node_modules/toggle-selection": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz", - "integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==" + "integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==", + "license": "MIT" }, "node_modules/tough-cookie": { "version": "2.5.0", @@ -10191,66 +6401,11 @@ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" }, - "node_modules/ts-jest": { - "version": "29.2.5", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.2.5.tgz", - "integrity": "sha512-KD8zB2aAZrcKIdGk4OwpJggeLcH1FgrICqDSROWqlnJXGCXK4Mn6FcdK2B6670Xr73lHMG1kHw8R87A0ecZ+vA==", - "peer": true, - "dependencies": { - "bs-logger": "^0.2.6", - "ejs": "^3.1.10", - "fast-json-stable-stringify": "^2.1.0", - "jest-util": "^29.0.0", - "json5": "^2.2.3", - "lodash.memoize": "^4.1.2", - "make-error": "^1.3.6", - "semver": "^7.6.3", - "yargs-parser": "^21.1.1" - }, - "bin": { - "ts-jest": "cli.js" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0" - }, - "peerDependencies": { - "@babel/core": ">=7.0.0-beta.0 <8", - "@jest/transform": "^29.0.0", - "@jest/types": "^29.0.0", - "babel-jest": "^29.0.0", - "jest": "^29.0.0", - "typescript": ">=4.3 <6" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, - "@jest/transform": { - "optional": true - }, - "@jest/types": { - "optional": true - }, - "babel-jest": { - "optional": true - }, - "esbuild": { - "optional": true - } - } - }, - "node_modules/ts-jest-mock-import-meta": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/ts-jest-mock-import-meta/-/ts-jest-mock-import-meta-1.2.0.tgz", - "integrity": "sha512-r2+TH6d8LHBXqLTXjJh1KfTZoMvGV0hdn9gwickNVcwS2Co2/mewGjj0XDVEPLg5MVfZVHUFQ9O09anURA3KCw==", - "peerDependencies": { - "ts-jest": ">=20.0.0" - } - }, "node_modules/ts-node": { "version": "10.9.2", "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", + "license": "MIT", "dependencies": { "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", @@ -10292,12 +6447,14 @@ "node_modules/ts-node/node_modules/arg": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", - "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "license": "MIT" }, "node_modules/tslib": { "version": "2.7.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", - "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==" + "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", + "license": "0BSD" }, "node_modules/tty-browserify": { "version": "0.0.1", @@ -10322,31 +6479,11 @@ "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", "dev": true }, - "node_modules/type-detect": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", - "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", - "peer": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", - "peer": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "license": "Apache-2.0", "peer": true, "bin": { "tsc": "bin/tsc", @@ -10356,10 +6493,27 @@ "node": ">=14.17" } }, + "node_modules/typesense": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/typesense/-/typesense-1.8.2.tgz", + "integrity": "sha512-aBpePjA99Qvo+OP2pJwMpvga4Jrm1Y2oV5NsrWXBxlqUDNEUCPZBIksPv2Hq0jxQxHhLLyJVbjXjByXsvpCDVA==", + "license": "Apache-2.0", + "dependencies": { + "axios": "^1.6.0", + "loglevel": "^1.8.1" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@babel/runtime": "^7.23.2" + } + }, "node_modules/undici-types": { "version": "6.19.8", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "license": "MIT" }, "node_modules/update-browserslist-db": { "version": "1.1.0", @@ -10394,6 +6548,7 @@ "version": "1.4.2", "resolved": "https://registry.npmjs.org/update-input-width/-/update-input-width-1.4.2.tgz", "integrity": "sha512-/p0XLhrQQQ4bMWD7bL9duYObwYCO1qGr8R19xcMmoMSmXuQ7/1//veUnCObQ7/iW6E2pGS6rFkS4TfH4ur7e/g==", + "license": "MIT", "funding": { "url": "https://github.com/wojtekmaj/update-input-width?sponsor=1" } @@ -10406,10 +6561,17 @@ "punycode": "^2.1.0" } }, + "node_modules/uri-js-replace": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/uri-js-replace/-/uri-js-replace-1.0.1.tgz", + "integrity": "sha512-W+C9NWNLFOoBI2QWDp4UT9pv65r2w5Cx+3sTYFvtMdDBxkKt1syCqsUdSFAChbEe1uK5TfS04wt/nGwmaeIQ0g==", + "license": "MIT" + }, "node_modules/url": { "version": "0.11.4", "resolved": "https://registry.npmjs.org/url/-/url-0.11.4.tgz", "integrity": "sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==", + "license": "MIT", "dependencies": { "punycode": "^1.4.1", "qs": "^6.12.3" @@ -10421,17 +6583,20 @@ "node_modules/url-template": { "version": "2.0.8", "resolved": "https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz", - "integrity": "sha512-XdVKMF4SJ0nP/O7XIPB0JwAEuT9lDIYnNsK8yGVe43y0AWoKeJNdv3ZNWh7ksJ6KqQFjOO6ox/VEitLnaVNufw==" + "integrity": "sha512-XdVKMF4SJ0nP/O7XIPB0JwAEuT9lDIYnNsK8yGVe43y0AWoKeJNdv3ZNWh7ksJ6KqQFjOO6ox/VEitLnaVNufw==", + "license": "BSD" }, "node_modules/url/node_modules/punycode": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", - "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==" + "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", + "license": "MIT" }, "node_modules/url/node_modules/qs": { "version": "6.13.0", "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "license": "BSD-3-Clause", "dependencies": { "side-channel": "^1.0.6" }, @@ -10446,6 +6611,7 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz", "integrity": "sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==", + "license": "MIT", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, @@ -10489,6 +6655,7 @@ "version": "0.12.5", "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==", + "license": "MIT", "dependencies": { "inherits": "^2.0.3", "is-arguments": "^1.0.4", @@ -10515,21 +6682,8 @@ "node_modules/v8-compile-cache-lib": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", - "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==" - }, - "node_modules/v8-to-istanbul": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz", - "integrity": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==", - "peer": true, - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.12", - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^2.0.0" - }, - "engines": { - "node": ">=10.12.0" - } + "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", + "license": "MIT" }, "node_modules/validate-npm-package-license": { "version": "3.0.4", @@ -10558,36 +6712,31 @@ "node_modules/vscode-languageserver-textdocument": { "version": "1.0.12", "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz", - "integrity": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==" + "integrity": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==", + "license": "MIT" }, "node_modules/vscode-languageserver-types": { "version": "3.17.5", "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.17.5.tgz", - "integrity": "sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==" + "integrity": "sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==", + "license": "MIT" }, "node_modules/vscode-uri": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-2.1.2.tgz", - "integrity": "sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A==" + "integrity": "sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A==", + "license": "MIT" }, "node_modules/w3c-keyname": { "version": "2.2.8", "resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz", "integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==" }, - "node_modules/walker": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", - "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", - "peer": true, - "dependencies": { - "makeerror": "1.0.12" - } - }, "node_modules/warning": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", + "license": "MIT", "dependencies": { "loose-envify": "^1.0.0" } @@ -10596,14 +6745,16 @@ "version": "3.3.3", "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", + "license": "MIT", "engines": { "node": ">= 8" } }, "node_modules/web-vitals": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", - "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.1.tgz", + "integrity": "sha512-LTfY5GjcY3ngFzNsYFSYL+AmVmlWrzPTUxSMDis2rZbf+SzT7HH3NH4Y/l45XOlrAIunOBeURN9qtBHkRskAiA==", + "license": "Apache-2.0" }, "node_modules/webidl-conversions": { "version": "3.0.1", @@ -10619,25 +6770,11 @@ "webidl-conversions": "^3.0.0" } }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "peer": true, - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, "node_modules/which-typed-array": { "version": "1.1.15", "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz", "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==", + "license": "MIT", "dependencies": { "available-typed-arrays": "^1.0.7", "call-bind": "^1.0.7", @@ -10668,6 +6805,7 @@ "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -10684,6 +6822,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -10698,6 +6837,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -10708,26 +6848,8 @@ "node_modules/wrap-ansi/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "peer": true - }, - "node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "peer": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "license": "MIT" }, "node_modules/ws": { "version": "8.18.0", @@ -10804,6 +6926,7 @@ "version": "5.0.8", "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "license": "ISC", "engines": { "node": ">=10" } @@ -10817,6 +6940,7 @@ "version": "1.10.2", "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "license": "ISC", "engines": { "node": ">= 6" } @@ -10824,12 +6948,14 @@ "node_modules/yaml-ast-parser": { "version": "0.0.43", "resolved": "https://registry.npmjs.org/yaml-ast-parser/-/yaml-ast-parser-0.0.43.tgz", - "integrity": "sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==" + "integrity": "sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==", + "license": "Apache-2.0" }, "node_modules/yargs": { "version": "17.7.2", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "license": "MIT", "dependencies": { "cliui": "^8.0.1", "escalade": "^3.1.1", @@ -10847,6 +6973,7 @@ "version": "21.1.1", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "license": "ISC", "engines": { "node": ">=12" } @@ -10855,21 +6982,10 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "license": "MIT", "engines": { "node": ">=6" } - }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "peer": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } } } } diff --git a/package.json b/package.json index 38d7882cacd..08cfac81aee 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@codemirror/state": "6.4.1", "@codemirror/view": "^6.22.2", "@lezer/highlight": "^1.2.0", - "@redocly/realm": "0.97.4", + "@redocly/realm": "0.102.0", "@uiw/codemirror-themes": "4.21.21", "@uiw/react-codemirror": "^4.21.21", "@xrplf/isomorphic": "^1.0.0-beta.1", From b00e3473a2713ab793c8afd753116518545490ee Mon Sep 17 00:00:00 2001 From: Vova Rutskyi Date: Mon, 23 Sep 2024 14:22:26 +0300 Subject: [PATCH 2/6] chore: remove the theme prefix from translation keys --- @i18n/es-ES/translations.yaml | 16 ++++++------- @i18n/ja/translations.yaml | 42 +++++++++++++++++------------------ redocly.yaml | 8 +++---- top-nav.yaml | 8 +++---- translations.yaml | 26 +++++++++++----------- 5 files changed, 50 insertions(+), 50 deletions(-) diff --git a/@i18n/es-ES/translations.yaml b/@i18n/es-ES/translations.yaml index e7002f13a39..211dbe89b00 100644 --- a/@i18n/es-ES/translations.yaml +++ b/@i18n/es-ES/translations.yaml @@ -1,11 +1,11 @@ -theme.navbar.about: Acerca de -theme.navbar.docs: Docs -theme.navbar.resources: Recursos -theme.navbar.community: Comunidad -theme.footer.about: Acerca de -theme.footer.docs: Docs -theme.footer.resources: Recursos -theme.footer.community: Comunidad +navbar.about: Acerca de +navbar.docs: Docs +navbar.resources: Recursos +navbar.community: Comunidad +footer.about: Acerca de +footer.docs: Docs +footer.resources: Recursos +footer.community: Comunidad sidebar.docs: Docs sidebar.docs.tutorials: Tutoriales sidebar.docs.references: Referencias diff --git a/@i18n/ja/translations.yaml b/@i18n/ja/translations.yaml index 232557bfa0a..0c6926f5ebd 100644 --- a/@i18n/ja/translations.yaml +++ b/@i18n/ja/translations.yaml @@ -1,25 +1,25 @@ -theme.page.previousButton: "前のページ" -theme.page.nextButton: "次のページ" -theme.page.lastUpdated.timeago: "最終更新: " -theme.markdown.editPage.text: 編集 -theme.toc.header: 目次 -theme.search.label: ドキュメントの検索 -theme.search.navbar.label: 検索 -theme.search.recent: 直近の検索 -theme.search.keys.navigate: 選択 -theme.search.keys.select: 決定 -theme.search.keys.exit: 閉じる -theme.feedback.settings.label: 参考になりましたか? -theme.footer.copyrightText: © 2024 XRP Ledger. オープンソース. +page.previousButton: "前のページ" +page.nextButton: "次のページ" +page.lastUpdated.timeago: "最終更新: " +markdown.editPage.text: 編集 +toc.header: 目次 +search.label: ドキュメントの検索 +search.navbar.label: 検索 +search.recent: 直近の検索 +search.keys.navigate: 選択 +search.keys.select: 決定 +search.keys.exit: 閉じる +feedback.settings.label: 参考になりましたか? +footer.copyrightText: © 2024 XRP Ledger. オープンソース. -theme.navbar.about: 概要 -theme.navbar.docs: ドキュメント -theme.navbar.resources: リソース -theme.navbar.community: コミュニティ -theme.footer.about: 概要 -theme.footer.docs: ドキュメント -theme.footer.resources: リソース -theme.footer.community: コミュニティ +navbar.about: 概要 +navbar.docs: ドキュメント +navbar.resources: リソース +navbar.community: コミュニティ +footer.about: 概要 +footer.docs: ドキュメント +footer.resources: リソース +footer.community: コミュニティ sidebar.docs: ドキュメント sidebar.docs.tutorials: チュートリアル diff --git a/redocly.yaml b/redocly.yaml index 5e9bc15e791..affc9b2a15b 100644 --- a/redocly.yaml +++ b/redocly.yaml @@ -70,7 +70,7 @@ theme: copyrightText: © 2024 XRP Ledger. Open Source. items: - group: About - groupTranslationKey: theme.footer.about + groupTranslationKey: footer.about items: - page: about/index.page.tsx label: XRPL Overview @@ -95,7 +95,7 @@ theme: label: Privacy Policy labelTranslationKey: footer.about.privacy-policy - group: Docs - groupTranslationKey: theme.footer.docs + groupTranslationKey: footer.docs items: - label: XRPL Documentation page: docs/index.page.tsx @@ -119,7 +119,7 @@ theme: label: Infrastructure labelTranslationKey: footer.docs.infrastructure - group: Resources - groupTranslationKey: theme.footer.resources + groupTranslationKey: footer.resources items: - page: resources/code-samples.page.tsx label: Code Samples @@ -149,7 +149,7 @@ theme: label: Contribute Documentation labelTranslationKey: footer.resources.contribute-documentation - group: Community - groupTranslationKey: theme.footer.community + groupTranslationKey: footer.community items: - page: community/index.page.tsx label: Community diff --git a/top-nav.yaml b/top-nav.yaml index e4fc325a45e..ddaa80043ec 100644 --- a/top-nav.yaml +++ b/top-nav.yaml @@ -6,7 +6,7 @@ # nav: - group: About - groupTranslationKey: theme.navbar.about + groupTranslationKey: navbar.about items: - group: XRP Ledger groupTranslationKey: topnav.about.xrp-ledger @@ -47,7 +47,7 @@ labelTranslationKey: topnav.about.privacy-policy - group: Docs - groupTranslationKey: theme.navbar.docs + groupTranslationKey: navbar.docs items: - icon: ./static/img/icons/docs.svg # Note: arbitrary keys are dropped from these items, so the label & description are split on " || " @@ -91,7 +91,7 @@ - page: ./docs/tutorials/http-websocket-apis/index.md - group: Resources - groupTranslationKey: theme.navbar.resources + groupTranslationKey: navbar.resources items: - group: Development groupTranslationKey: topnav.resources.development @@ -131,7 +131,7 @@ href: /resources/contribute-documentation - group: Community - groupTranslationKey: theme.navbar.community + groupTranslationKey: navbar.community items: - icon: ./static/img/icons/contribute.svg label: Contribute to the XRPL Community || Join the conversation diff --git a/translations.yaml b/translations.yaml index 2f4491cb9b0..c546140f104 100644 --- a/translations.yaml +++ b/translations.yaml @@ -1,14 +1,14 @@ # Samples for @i18n/[lang]/translations.yaml -# theme.page.previousButton: "Previous page" -# theme.page.nextButton: "Next page" -# theme.page.lastUpdated.timeago: Last updated -# theme.markdown.editPage.text: Edit -# theme.toc.header: On this page -# theme.search.label: "Search docs" -# theme.search.navbar.label: Search -# theme.search.recent: Recent searches -# theme.search.keys.navigate: "to navigate" -# theme.search.keys.select: "to select" -# theme.search.keys.exit: "to exit" -# theme.feedback.settings.label: Was this helpful? -# theme.footer.copyrightText: © 2024 XRP Ledger. Open Source. +# page.previousButton: "Previous page" +# page.nextButton: "Next page" +# page.lastUpdated.timeago: Last updated +# markdown.editPage.text: Edit +# toc.header: On this page +# search.label: "Search docs" +# search.navbar.label: Search +# search.recent: Recent searches +# search.keys.navigate: "to navigate" +# search.keys.select: "to select" +# search.keys.exit: "to exit" +# feedback.settings.label: Was this helpful? +# footer.copyrightText: © 2024 XRP Ledger. Open Source. From a222c3d30b4a83f68a7574ec6fc58c22d197faaf Mon Sep 17 00:00:00 2001 From: Vova Rutskyi Date: Mon, 23 Sep 2024 14:50:40 +0300 Subject: [PATCH 3/6] chore: remove the deprecated theme configuration property --- .../contribute-documentation/index.md | 7 +- .../biweekly-release-notes-14-august-2014.md | 7 +- ...iweekly-release-notes-17-september-2014.md | 7 +- ...biweekly-release-notes-3-september-2014.md | 7 +- .../biweekly-release-notes-31-july-2014.md | 7 +- blog/2014/curves-with-a-twist.md | 7 +- blog/2014/dev-portal-adds-rippled-apis.md | 7 +- ...ateway-advisory-on-partial-payment-flag.md | 7 +- .../2014/how-ripple-labs-supports-gateways.md | 7 +- blog/2014/introducing-offer-autobridging.md | 7 +- blog/2014/introducing-ripple-names.md | 7 +- blog/2014/release-notes-14-october-2014.md | 7 +- blog/2014/release-notes-19-november-2014.md | 7 +- blog/2014/release-notes-29-october-2014.md | 7 +- blog/2014/release-notes-3-december-2014.md | 7 +- ...bs-bounty-program-moves-to-bountysource.md | 7 +- blog/2014/ripplerest-1.3-release.md | 7 +- ...urn-your-exchange-into-a-ripple-gateway.md | 7 +- blog/2014/use-of-cpp14-in-rippled.md | 7 +- ...ar-forking-issue-does-not-affect-ripple.md | 7 +- blog/2014/xrp-giveaway-for-developers.md | 7 +- ...ating-balance-changes-for-a-transaction.md | 7 +- blog/2015/correction-to-ripple-white-paper.md | 7 +- ...-you-have-what-it-takes-to-be-a-gateway.md | 7 +- blog/2015/gatewayd-no-longer-available.md | 7 +- blog/2015/introducing-the-data-api.md | 7 +- ...-update-payment-volume-and-issued-value.md | 7 +- blog/2015/validator-registry.md | 7 +- blog/2016/data-api-v2.2.md | 7 +- blog/2016/flow-available.md | 7 +- blog/2016/flow-reminder.md | 7 +- blog/2016/flow-voting.md | 7 +- blog/2016/flowv2-vetoed.md | 7 +- blog/2016/flowv2-voting.md | 7 +- blog/2016/introducing-rippleapi.md | 7 +- blog/2016/multisign-available.md | 7 +- blog/2016/multisign-reminder.md | 7 +- blog/2016/rippled-0.30.1.md | 7 +- blog/2016/rippled-0.31.2-updates.md | 7 +- blog/2016/rippled-0.32.0.md | 7 +- blog/2016/rippled-0.32.1.md | 7 +- blog/2016/rippled-0.33.0-hf1.md | 7 +- blog/2016/rippled-0.33.0.md | 7 +- blog/2016/rippled-0.40.0.md | 7 +- blog/2016/testnet-ledger-reset.md | 7 +- blog/2016/trustsetauth-available.md | 7 +- blog/2016/trustsetauth-reminder.md | 7 +- blog/2016/trustsetauth-voting.md | 7 +- blog/2017/data-api-load-balancing-test.md | 7 +- blog/2017/decent-strategy-update.md | 7 +- blog/2017/escrow-paychan-fix1368-reminder.md | 7 +- .../2017/explanation-of-ripples-xrp-escrow.md | 7 +- blog/2017/high-scalability-xrp-ledger.md | 7 +- blog/2017/invariant-checking.md | 7 +- blog/2017/response-to-china-cert-report.md | 7 +- ...an-sustain-1000-transactions-per-second.md | 7 +- blog/2017/rippled-0.40.1.md | 7 +- blog/2017/rippled-0.50.0.md | 7 +- blog/2017/rippled-0.50.2.md | 7 +- blog/2017/rippled-0.50.3.md | 7 +- blog/2017/rippled-0.60.0.md | 7 +- blog/2017/rippled-0.60.1.md | 7 +- blog/2017/rippled-0.60.2-2-rpm.md | 7 +- blog/2017/rippled-0.60.2.md | 7 +- blog/2017/rippled-0.60.3.md | 7 +- blog/2017/rippled-0.70.0.md | 7 +- blog/2017/rippled-0.70.1.md | 7 +- blog/2017/rippled-0.70.2.md | 7 +- blog/2017/rippled-0.80.0.md | 7 +- blog/2017/rippled-0.80.2.md | 7 +- blog/2017/ticksize-3days.md | 7 +- blog/2017/ticksize-7days.md | 7 +- blog/2017/ticksize-available.md | 7 +- blog/2017/ticksize-voting.md | 7 +- blog/2017/trust-line-quality-sendmax.md | 7 +- blog/2018/data-api-validations-changes.md | 7 +- blog/2018/depositauth-fix1513-available.md | 7 +- blog/2018/depositpreauth-fix1515-enabled.md | 7 +- blog/2018/fix1543-fix1571-fix1623-voting.md | 7 +- blog/2018/fix1571-enabled.md | 7 +- blog/2018/introducing-history-sharding.md | 7 +- blog/2018/ripple-lib-1.0.0.md | 7 +- blog/2018/rippled-0.81.0.md | 7 +- blog/2018/rippled-0.90.0.md | 7 +- blog/2018/rippled-0.90.1.md | 7 +- blog/2018/rippled-1.0.0.md | 7 +- blog/2018/rippled-1.0.1.md | 7 +- blog/2018/rippled-1.1.0.md | 7 +- blog/2018/rippled-1.1.1.md | 7 +- blog/2018/rippled-1.1.2.md | 7 +- blog/2018/rippled-boost166-warning.md | 7 +- .../2018/rippled-validator-key-replacement.md | 7 +- ...rections-to-data-api-xrp-charts-metrics.md | 7 +- blog/2019/discover-xrp-ledger-explorer.md | 7 +- blog/2019/fix1578-enabled.md | 7 +- blog/2019/fix1578-expected.md | 7 +- blog/2019/fixmasterkeyasregularkey-1day.md | 7 +- blog/2019/fixmasterkeyasregularkey-enabled.md | 7 +- .../2019/fixmasterkeyasregularkey-expected.md | 7 +- blog/2019/fixtakerdryofferremoval-enabled.md | 7 +- blog/2019/interledger-checkin.md | 7 +- blog/2019/multisignreserve-enabled.md | 7 +- blog/2019/multisignreserve-expected.md | 7 +- blog/2019/rippled-1.2.0.md | 7 +- blog/2019/rippled-1.2.1.md | 7 +- blog/2019/rippled-1.2.2.md | 7 +- blog/2019/rippled-1.2.3.md | 7 +- blog/2019/rippled-1.2.4.md | 7 +- blog/2019/rippled-1.3.1.md | 7 +- blog/2019/rippled-1.4.0.md | 7 +- blog/2019/secure-development-practices.md | 7 +- ...atement-on-the-biased-nonce-sense-paper.md | 7 +- blog/2019/testnet-reset.md | 7 +- blog/2019/websocket-tool-update.md | 7 +- blog/2019/welcome-to-xrpl-org.md | 7 +- blog/2019/xrpl-devnet-launch.md | 7 +- blog/2020/checks-enabled.md | 7 +- blog/2020/checks-expected.md | 7 +- blog/2020/deletableaccounts-enabled.md | 7 +- blog/2020/deletableaccounts-expected.md | 7 +- .../2020/developer-reflections-xrp-toolkit.md | 7 +- blog/2020/developer-reflections-xrplorer.md | 7 +- blog/2020/developer-reflections-xrpscan.md | 7 +- ...ng-fixpaychanrecipientownerdir-expected.md | 7 +- ...xpaychanrecipientownerdir-lost-majority.md | 7 +- blog/2020/get-ready-for-deletable-accounts.md | 7 +- blog/2020/moving-devnet-to-vl.md | 7 +- .../2020/requirefullycanonicalsig-expected.md | 7 +- ...-fixqualityupperbound-flowcross-enabled.md | 7 +- blog/2020/rippled-1.4.0-upgrade-advisory.md | 7 +- blog/2020/rippled-1.5.0.md | 7 +- blog/2020/rippled-1.6.0.md | 7 +- blog/2020/running-an-xrp-ledger-validator.md | 7 +- blog/2020/testnet-amendments-rippled-1.5.0.md | 7 +- blog/2020/two-fixes-enabled.md | 7 +- ...ity-spotlight-developing-wallet-protect.md | 7 +- blog/2021/five-upcoming-amendments.md | 7 +- blog/2021/introducing-xrpl-js.md | 7 +- .../introducing-xrpl-py-for-pythonistas.md | 7 +- blog/2021/introducing-xrpl4j.md | 7 +- ...tions-pt-1-proposal-validation-relaying.md | 7 +- blog/2021/reserves-lowered.md | 7 +- blog/2021/ripple-lib-drops-lodash-browsers.md | 7 +- blog/2021/rippled-1.7.0.md | 7 +- blog/2021/rippled-1.7.2.md | 7 +- blog/2021/rippled-1.7.3.md | 7 +- blog/2021/rippled-1.8.1.md | 7 +- blog/2021/rippled-1.8.2.md | 7 +- ...r-1-7-improving-efficiency-and-security.md | 7 +- blog/2021/sidechain-engineering-preview.md | 7 +- blog/2021/three-amendments-expected.md | 7 +- ...-phase-of-open-decentralized-innovation.md | 7 +- blog/2021/xrpl-node-configurator.md | 7 +- blog/2022/clio-1.0.0.md | 7 +- blog/2022/cryptoiso20022interop.md | 7 +- blog/2022/dev-reflections-relaunch.md | 7 +- ...signerlist-enabled-and-nfts-approaching.md | 7 +- blog/2022/gemwallet.md | 7 +- blog/2022/get-ready-for-nfts.md | 7 +- blog/2022/introducing-clio.md | 7 +- blog/2022/introducing-learning-portal.md | 7 +- blog/2022/introducing-xrpl-py-2.0.0beta.md | 7 +- blog/2022/nft-devnet-reset.md | 7 +- blog/2022/nftmaster.md | 7 +- .../non-fungible-tokens-are-now-available.md | 7 +- blog/2022/rippled-1.8.4.md | 7 +- blog/2022/rippled-1.8.5.md | 7 +- blog/2022/rippled-1.9.0.md | 7 +- blog/2022/rippled-1.9.1.md | 7 +- blog/2022/rippled-1.9.2.md | 7 +- blog/2022/rippled-1.9.3.md | 7 +- blog/2022/rippled-1.9.4.md | 7 +- blog/2022/xpmarket.md | 7 +- blog/2022/ziggurat.md | 7 +- blog/2023/aesthetes.md | 7 +- blog/2023/bei-api.md | 7 +- blog/2023/blockdaemon.md | 7 +- blog/2023/chispend.md | 7 +- blog/2023/ciso.md | 7 +- blog/2023/clio-2.0.0.md | 7 +- blog/2023/data-api-v2-deprecated.md | 7 +- blog/2023/decommissioning-amm-devnet.md | 7 +- .../devnet-reset-scheduled-sep-19-2023.md | 7 +- .../disallowincoming-and-others-expected.md | 7 +- blog/2023/edge.md | 7 +- blog/2023/fieldboss.md | 7 +- blog/2023/gemwallet-update.md | 7 +- blog/2023/mandla-money.md | 7 +- blog/2023/nft-devnet-decommission.md | 7 +- blog/2023/rippled-1.10.0.md | 7 +- blog/2023/rippled-1.11.0.md | 7 +- blog/2023/rippled-1.12.0.md | 7 +- blog/2023/santiment.md | 7 +- blog/2023/stably.md | 7 +- blog/2023/summarizing-xrpl-docs-iav3.md | 7 +- blog/2023/upcoming-devnet-reset.md | 7 +- blog/2023/xrp-toolkit.md | 7 +- blog/2023/xrpcafe.md | 7 +- blog/2023/xrpl-py-2.0-release.md | 7 +- blog/2023/zoetic.md | 7 +- blog/2024/amm-status-update.md | 7 +- blog/2024/clio-2.1.0.md | 7 +- blog/2024/clio-2.1.2.md | 7 +- blog/2024/clio-2.2.0.md | 7 +- blog/2024/clio-2.2.1.md | 7 +- blog/2024/clio-2.2.2.md | 7 +- blog/2024/deep-dive-into-amm-integration.md | 7 +- blog/2024/evolving-the-xrp-ledger.md | 7 +- blog/2024/filedgr.md | 7 +- blog/2024/get-ready-for-amm.md | 7 +- blog/2024/how-to-master-xrp-transfers.md | 7 +- blog/2024/how-to-mint-nfts.md | 7 +- blog/2024/rippled-2.0.0.md | 7 +- blog/2024/rippled-2.0.1.md | 7 +- blog/2024/rippled-2.1.0.md | 7 +- blog/2024/rippled-2.1.1.md | 7 +- blog/2024/rippled-2.2.0.md | 7 +- blog/2024/rippled-2.2.1.md | 7 +- blog/2024/rippled-2.2.2.md | 7 +- blog/2024/rippled-2.2.3.md | 7 +- blog/2024/testnet-reset-notification.md | 7 +- blog/2024/testnet-reset.md | 7 +- blog/2024/verifyed.md | 7 +- blog/2024/web3auth.md | 7 +- redocly.yaml | 321 +++++++++--------- resources/contribute-documentation/index.md | 7 +- 226 files changed, 835 insertions(+), 1061 deletions(-) diff --git a/@i18n/ja/resources/contribute-documentation/index.md b/@i18n/ja/resources/contribute-documentation/index.md index 6eb411328bf..92460c0f8b8 100644 --- a/@i18n/ja/resources/contribute-documentation/index.md +++ b/@i18n/ja/resources/contribute-documentation/index.md @@ -169,10 +169,9 @@ seo: ```yaml --- -theme: - navigation: - nextButton: - hide: true +navigation: + nextButton: + hide: true --- ``` diff --git a/blog/2014/biweekly-release-notes-14-august-2014.md b/blog/2014/biweekly-release-notes-14-august-2014.md index 94b18df9c4b..47adc691785 100644 --- a/blog/2014/biweekly-release-notes-14-august-2014.md +++ b/blog/2014/biweekly-release-notes-14-august-2014.md @@ -3,10 +3,9 @@ date: 2014-08-14 category: 2014 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Biweekly Release Notes (14 August 2014) diff --git a/blog/2014/biweekly-release-notes-17-september-2014.md b/blog/2014/biweekly-release-notes-17-september-2014.md index 8c295400655..40d7afee0ce 100644 --- a/blog/2014/biweekly-release-notes-17-september-2014.md +++ b/blog/2014/biweekly-release-notes-17-september-2014.md @@ -3,10 +3,9 @@ date: 2014-07-17 category: 2014 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Biweekly release notes (17 September 2014) diff --git a/blog/2014/biweekly-release-notes-3-september-2014.md b/blog/2014/biweekly-release-notes-3-september-2014.md index 8b0e385cfa7..d7e847e3db2 100644 --- a/blog/2014/biweekly-release-notes-3-september-2014.md +++ b/blog/2014/biweekly-release-notes-3-september-2014.md @@ -3,10 +3,9 @@ date: 2014-07-03 category: 2014 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Biweekly Release Notes (3 September 2014) diff --git a/blog/2014/biweekly-release-notes-31-july-2014.md b/blog/2014/biweekly-release-notes-31-july-2014.md index 7992ef0dd96..5fe24124e4a 100644 --- a/blog/2014/biweekly-release-notes-31-july-2014.md +++ b/blog/2014/biweekly-release-notes-31-july-2014.md @@ -3,10 +3,9 @@ date: 2014-07-31 category: 2014 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Biweekly release notes (31 July 2014) diff --git a/blog/2014/curves-with-a-twist.md b/blog/2014/curves-with-a-twist.md index 11c7a97ec7e..8953ac104e2 100644 --- a/blog/2014/curves-with-a-twist.md +++ b/blog/2014/curves-with-a-twist.md @@ -3,10 +3,9 @@ date: 2014-06-26 category: 2014 labels: - Features -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Curves with a Twist diff --git a/blog/2014/dev-portal-adds-rippled-apis.md b/blog/2014/dev-portal-adds-rippled-apis.md index b2a87968ad4..268ce52161a 100644 --- a/blog/2014/dev-portal-adds-rippled-apis.md +++ b/blog/2014/dev-portal-adds-rippled-apis.md @@ -3,10 +3,9 @@ category: 2014 date: 2014-08-01 labels: - Development -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true author: Rome Reginelli --- # Dev Portal Adds rippled APIs diff --git a/blog/2014/gateway-advisory-on-partial-payment-flag.md b/blog/2014/gateway-advisory-on-partial-payment-flag.md index 20ddd9e0738..4e72e64d2c0 100644 --- a/blog/2014/gateway-advisory-on-partial-payment-flag.md +++ b/blog/2014/gateway-advisory-on-partial-payment-flag.md @@ -3,10 +3,9 @@ date: 2014-10-22 category: 2014 labels: - Advisories -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Gateway Advisory On Partial Payment Flag diff --git a/blog/2014/how-ripple-labs-supports-gateways.md b/blog/2014/how-ripple-labs-supports-gateways.md index 977eb13f67d..8d579a603ca 100644 --- a/blog/2014/how-ripple-labs-supports-gateways.md +++ b/blog/2014/how-ripple-labs-supports-gateways.md @@ -1,10 +1,9 @@ --- category: 2014 date: 2014-09-22 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # How Ripple Labs supports gateways diff --git a/blog/2014/introducing-offer-autobridging.md b/blog/2014/introducing-offer-autobridging.md index c8d3588456e..edfb720aa22 100644 --- a/blog/2014/introducing-offer-autobridging.md +++ b/blog/2014/introducing-offer-autobridging.md @@ -3,10 +3,9 @@ date: 2014-07-02 category: 2014 labels: - Features -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true author: Nikolaos D. Bougalis --- # Introducing: Offer Autobridging diff --git a/blog/2014/introducing-ripple-names.md b/blog/2014/introducing-ripple-names.md index 68654041165..015b2db74eb 100644 --- a/blog/2014/introducing-ripple-names.md +++ b/blog/2014/introducing-ripple-names.md @@ -3,10 +3,9 @@ date: 2014-04-28 category: 2014 labels: - Features -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing Ripple Names diff --git a/blog/2014/release-notes-14-october-2014.md b/blog/2014/release-notes-14-october-2014.md index e778fef553a..c02d19a8fab 100644 --- a/blog/2014/release-notes-14-october-2014.md +++ b/blog/2014/release-notes-14-october-2014.md @@ -3,10 +3,9 @@ date: 2014-10-14 category: 2014 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Release Notes (14 October 2014) diff --git a/blog/2014/release-notes-19-november-2014.md b/blog/2014/release-notes-19-november-2014.md index aeefe654435..00d917bf87f 100644 --- a/blog/2014/release-notes-19-november-2014.md +++ b/blog/2014/release-notes-19-november-2014.md @@ -3,10 +3,9 @@ category: 2014 date: 2014-11-19 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Release Notes (19 November 2014) diff --git a/blog/2014/release-notes-29-october-2014.md b/blog/2014/release-notes-29-october-2014.md index 238e7ee0e30..0c31b4be0c7 100644 --- a/blog/2014/release-notes-29-october-2014.md +++ b/blog/2014/release-notes-29-october-2014.md @@ -3,10 +3,9 @@ category: 2014 date: 2014-10-29 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Release Notes (29 October 2014) diff --git a/blog/2014/release-notes-3-december-2014.md b/blog/2014/release-notes-3-december-2014.md index 8d12287bb05..f4aeb237647 100644 --- a/blog/2014/release-notes-3-december-2014.md +++ b/blog/2014/release-notes-3-december-2014.md @@ -3,10 +3,9 @@ date: 2014-12-03 category: 2014 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Release Notes (3 December 2014) diff --git a/blog/2014/ripple-labs-bounty-program-moves-to-bountysource.md b/blog/2014/ripple-labs-bounty-program-moves-to-bountysource.md index 3de60c019c8..893bb9e42af 100644 --- a/blog/2014/ripple-labs-bounty-program-moves-to-bountysource.md +++ b/blog/2014/ripple-labs-bounty-program-moves-to-bountysource.md @@ -3,10 +3,9 @@ category: 2014 date: 2014-07-07 labels: - Advisories -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true author: Daniel Radding --- # Ripple Labs Bounty Program Moves To Bountysource diff --git a/blog/2014/ripplerest-1.3-release.md b/blog/2014/ripplerest-1.3-release.md index a5db79eb9d5..3ea7b08b9b7 100644 --- a/blog/2014/ripplerest-1.3-release.md +++ b/blog/2014/ripplerest-1.3-release.md @@ -3,10 +3,9 @@ category: 2014 date: 2014-11-04 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # ripple-rest 1.3 release diff --git a/blog/2014/turn-your-exchange-into-a-ripple-gateway.md b/blog/2014/turn-your-exchange-into-a-ripple-gateway.md index e20e21601fd..8ef9292f938 100644 --- a/blog/2014/turn-your-exchange-into-a-ripple-gateway.md +++ b/blog/2014/turn-your-exchange-into-a-ripple-gateway.md @@ -1,10 +1,9 @@ --- category: 2014 date: 2014-12-18 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Turn your exchange into a Ripple Gateway diff --git a/blog/2014/use-of-cpp14-in-rippled.md b/blog/2014/use-of-cpp14-in-rippled.md index 2e07b519ab2..666da2d5779 100644 --- a/blog/2014/use-of-cpp14-in-rippled.md +++ b/blog/2014/use-of-cpp14-in-rippled.md @@ -3,10 +3,9 @@ date: 2014-08-19 category: 2014 labels: - Development -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true author: Howard Hinnant --- # Use of C++14 in rippled diff --git a/blog/2014/why-the-stellar-forking-issue-does-not-affect-ripple.md b/blog/2014/why-the-stellar-forking-issue-does-not-affect-ripple.md index 58e9565f1b2..eedce367145 100644 --- a/blog/2014/why-the-stellar-forking-issue-does-not-affect-ripple.md +++ b/blog/2014/why-the-stellar-forking-issue-does-not-affect-ripple.md @@ -4,10 +4,9 @@ category: 2014 labels: - Advisories - Security -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Why the Stellar Forking Issue Does Not Affect Ripple diff --git a/blog/2014/xrp-giveaway-for-developers.md b/blog/2014/xrp-giveaway-for-developers.md index ccb6d225547..f6ad4be7b97 100644 --- a/blog/2014/xrp-giveaway-for-developers.md +++ b/blog/2014/xrp-giveaway-for-developers.md @@ -3,10 +3,9 @@ date: 2014-07-28 category: 2014 labels: - Development -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # XRP Giveaway for Developers diff --git a/blog/2015/calculating-balance-changes-for-a-transaction.md b/blog/2015/calculating-balance-changes-for-a-transaction.md index 6d8791b1518..cf6b8cd45b0 100644 --- a/blog/2015/calculating-balance-changes-for-a-transaction.md +++ b/blog/2015/calculating-balance-changes-for-a-transaction.md @@ -4,10 +4,9 @@ category: 2015 labels: - Development - Features -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Calculating Balance Changes for a Transaction diff --git a/blog/2015/correction-to-ripple-white-paper.md b/blog/2015/correction-to-ripple-white-paper.md index 59279879799..29590460c4a 100644 --- a/blog/2015/correction-to-ripple-white-paper.md +++ b/blog/2015/correction-to-ripple-white-paper.md @@ -3,10 +3,9 @@ date: 2015-09-02 category: 2015 labels: - Advisories -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Correction to Ripple White Paper diff --git a/blog/2015/do-you-have-what-it-takes-to-be-a-gateway.md b/blog/2015/do-you-have-what-it-takes-to-be-a-gateway.md index 97113a71d73..183cace50f0 100644 --- a/blog/2015/do-you-have-what-it-takes-to-be-a-gateway.md +++ b/blog/2015/do-you-have-what-it-takes-to-be-a-gateway.md @@ -1,10 +1,9 @@ --- category: 2015 date: 2015-03-18 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Do You Have What It Takes to Be a Gateway? diff --git a/blog/2015/gatewayd-no-longer-available.md b/blog/2015/gatewayd-no-longer-available.md index 0945f0587f5..cd99c9314cd 100644 --- a/blog/2015/gatewayd-no-longer-available.md +++ b/blog/2015/gatewayd-no-longer-available.md @@ -3,10 +3,9 @@ date: 2015-07-01 labels: - Advisories category: 2015 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Gatewayd No Longer Available diff --git a/blog/2015/introducing-the-data-api.md b/blog/2015/introducing-the-data-api.md index 02efa1427dc..9925c93bde3 100644 --- a/blog/2015/introducing-the-data-api.md +++ b/blog/2015/introducing-the-data-api.md @@ -3,10 +3,9 @@ date: 2015-08-05 category: 2015 labels: - Features -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing the Data API diff --git a/blog/2015/ripple-charts-update-payment-volume-and-issued-value.md b/blog/2015/ripple-charts-update-payment-volume-and-issued-value.md index 349fd5bc3aa..75cd10e927f 100644 --- a/blog/2015/ripple-charts-update-payment-volume-and-issued-value.md +++ b/blog/2015/ripple-charts-update-payment-volume-and-issued-value.md @@ -3,10 +3,9 @@ date: 2015-06-10 labels: - Advisories category: 2015 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Ripple Charts Update: Payment Volume and Issued Value diff --git a/blog/2015/validator-registry.md b/blog/2015/validator-registry.md index 757bc7fefb5..a8dd2273297 100644 --- a/blog/2015/validator-registry.md +++ b/blog/2015/validator-registry.md @@ -3,10 +3,9 @@ date: 2015-08-18 category: 2015 labels: - Features -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Validator Registry diff --git a/blog/2016/data-api-v2.2.md b/blog/2016/data-api-v2.2.md index 895f7b466bd..15eee6cf128 100644 --- a/blog/2016/data-api-v2.2.md +++ b/blog/2016/data-api-v2.2.md @@ -3,10 +3,9 @@ date: 2016-06-15 category: 2016 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Data API v2.2 Released diff --git a/blog/2016/flow-available.md b/blog/2016/flow-available.md index dad4123b852..83de838a8c4 100644 --- a/blog/2016/flow-available.md +++ b/blog/2016/flow-available.md @@ -3,10 +3,9 @@ date: 2016-10-24 labels: - Amendments category: 2016 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # The Flow Amendment is Now Available diff --git a/blog/2016/flow-reminder.md b/blog/2016/flow-reminder.md index e6bd7fe8f49..09a492add4d 100644 --- a/blog/2016/flow-reminder.md +++ b/blog/2016/flow-reminder.md @@ -3,10 +3,9 @@ date: 2016-10-17 labels: - Amendments category: 2016 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # The Flow Amendment Will Soon Be Available diff --git a/blog/2016/flow-voting.md b/blog/2016/flow-voting.md index 355fd0bd271..75f09e92214 100644 --- a/blog/2016/flow-voting.md +++ b/blog/2016/flow-voting.md @@ -3,10 +3,9 @@ date: 2016-10-07 labels: - Amendments category: 2016 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # The Flow Amendment is Open for Voting diff --git a/blog/2016/flowv2-vetoed.md b/blog/2016/flowv2-vetoed.md index f0e30c06513..a79c61b59be 100644 --- a/blog/2016/flowv2-vetoed.md +++ b/blog/2016/flowv2-vetoed.md @@ -3,10 +3,9 @@ date: 2016-08-18 labels: - Amendments category: 2016 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # The FlowV2 Amendment Was Vetoed diff --git a/blog/2016/flowv2-voting.md b/blog/2016/flowv2-voting.md index d154ac15dbe..22173fb05dd 100644 --- a/blog/2016/flowv2-voting.md +++ b/blog/2016/flowv2-voting.md @@ -3,10 +3,9 @@ date: 2016-08-10 labels: - Amendments category: 2016 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # The FlowV2 Amendment is Open for Voting diff --git a/blog/2016/introducing-rippleapi.md b/blog/2016/introducing-rippleapi.md index f7fd2018aa7..ff30a6da6f9 100644 --- a/blog/2016/introducing-rippleapi.md +++ b/blog/2016/introducing-rippleapi.md @@ -3,10 +3,9 @@ date: 2016-06-12 category: 2016 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing RippleAPI diff --git a/blog/2016/multisign-available.md b/blog/2016/multisign-available.md index 3227a06e9a8..8231d21a8db 100644 --- a/blog/2016/multisign-available.md +++ b/blog/2016/multisign-available.md @@ -3,10 +3,9 @@ date: 2016-06-27 labels: - Amendments category: 2016 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Multi-Signing Now Available # diff --git a/blog/2016/multisign-reminder.md b/blog/2016/multisign-reminder.md index d49fe663fc2..bff08464d9d 100644 --- a/blog/2016/multisign-reminder.md +++ b/blog/2016/multisign-reminder.md @@ -3,10 +3,9 @@ date: 2016-06-21 labels: - Amendments category: 2016 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Multi-Signing Will Soon Be Available diff --git a/blog/2016/rippled-0.30.1.md b/blog/2016/rippled-0.30.1.md index 4d0f026df76..ae6724ca198 100644 --- a/blog/2016/rippled-0.30.1.md +++ b/blog/2016/rippled-0.30.1.md @@ -3,10 +3,9 @@ date: 2016-02-10 labels: - Release Notes category: 2016 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled 0.30.1 Released diff --git a/blog/2016/rippled-0.31.2-updates.md b/blog/2016/rippled-0.31.2-updates.md index 12dc07f793b..16faebf27f0 100644 --- a/blog/2016/rippled-0.31.2-updates.md +++ b/blog/2016/rippled-0.31.2-updates.md @@ -3,10 +3,9 @@ date: 2016-06-10 labels: - Release Notes category: 2016 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled 0.31.2 and Other Updates diff --git a/blog/2016/rippled-0.32.0.md b/blog/2016/rippled-0.32.0.md index c4e2f95c17e..31d9f324505 100644 --- a/blog/2016/rippled-0.32.0.md +++ b/blog/2016/rippled-0.32.0.md @@ -3,10 +3,9 @@ date: 2016-06-27 labels: - Release Notes category: 2016 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled version 0.32.0 has been released # diff --git a/blog/2016/rippled-0.32.1.md b/blog/2016/rippled-0.32.1.md index 3be22112e67..56309928ffb 100644 --- a/blog/2016/rippled-0.32.1.md +++ b/blog/2016/rippled-0.32.1.md @@ -3,10 +3,9 @@ date: 2016-07-29 labels: - Release Notes category: 2016 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled version 0.32.1 diff --git a/blog/2016/rippled-0.33.0-hf1.md b/blog/2016/rippled-0.33.0-hf1.md index 22a5b2ba7cd..b766973d667 100644 --- a/blog/2016/rippled-0.33.0-hf1.md +++ b/blog/2016/rippled-0.33.0-hf1.md @@ -3,10 +3,9 @@ date: 2016-10-16 labels: - Release Notes category: 2016 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled version 0.33.0-hf1 diff --git a/blog/2016/rippled-0.33.0.md b/blog/2016/rippled-0.33.0.md index 9268066b222..2ae05a2128e 100644 --- a/blog/2016/rippled-0.33.0.md +++ b/blog/2016/rippled-0.33.0.md @@ -3,10 +3,9 @@ date: 2016-09-29 labels: - Release Notes category: 2016 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled version 0.33.0 diff --git a/blog/2016/rippled-0.40.0.md b/blog/2016/rippled-0.40.0.md index 29b5ed6ceee..1f84afcd33e 100644 --- a/blog/2016/rippled-0.40.0.md +++ b/blog/2016/rippled-0.40.0.md @@ -3,10 +3,9 @@ date: 2016-12-20 labels: - Release Notes category: 2016 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled version 0.40.0 diff --git a/blog/2016/testnet-ledger-reset.md b/blog/2016/testnet-ledger-reset.md index c9bdde1a48e..5828d681eed 100644 --- a/blog/2016/testnet-ledger-reset.md +++ b/blog/2016/testnet-ledger-reset.md @@ -3,10 +3,9 @@ date: 2016-09-01 category: 2016 labels: - Advisories -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Ripple Test Network Ledger Will Be Reset diff --git a/blog/2016/trustsetauth-available.md b/blog/2016/trustsetauth-available.md index ba3a249a9fd..c8b0b171862 100644 --- a/blog/2016/trustsetauth-available.md +++ b/blog/2016/trustsetauth-available.md @@ -3,10 +3,9 @@ date: 2016-07-19 category: 2016 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # TrustSetAuth is Now Available diff --git a/blog/2016/trustsetauth-reminder.md b/blog/2016/trustsetauth-reminder.md index e37dc23dbcd..1c998a77e30 100644 --- a/blog/2016/trustsetauth-reminder.md +++ b/blog/2016/trustsetauth-reminder.md @@ -3,10 +3,9 @@ date: 2016-07-12 category: 2016 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # TrustSetAuth Will Soon Be Available diff --git a/blog/2016/trustsetauth-voting.md b/blog/2016/trustsetauth-voting.md index dec546f3151..5a3d8d58c9e 100644 --- a/blog/2016/trustsetauth-voting.md +++ b/blog/2016/trustsetauth-voting.md @@ -3,10 +3,9 @@ date: 2016-07-05 category: 2016 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # The TrustSetAuth Amendment Is Open For Voting # diff --git a/blog/2017/data-api-load-balancing-test.md b/blog/2017/data-api-load-balancing-test.md index e94ac808a2a..6dc230caa73 100644 --- a/blog/2017/data-api-load-balancing-test.md +++ b/blog/2017/data-api-load-balancing-test.md @@ -3,10 +3,9 @@ date: 2017-01-18 category: 2017 labels: - Advisories -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Load Testing Data API diff --git a/blog/2017/decent-strategy-update.md b/blog/2017/decent-strategy-update.md index 6edb58963b9..689287c1905 100644 --- a/blog/2017/decent-strategy-update.md +++ b/blog/2017/decent-strategy-update.md @@ -3,10 +3,9 @@ date: 2017-10-17 category: 2017 labels: - Features -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Decentralization Strategy Update diff --git a/blog/2017/escrow-paychan-fix1368-reminder.md b/blog/2017/escrow-paychan-fix1368-reminder.md index 346efdc0334..bc385ec74a2 100644 --- a/blog/2017/escrow-paychan-fix1368-reminder.md +++ b/blog/2017/escrow-paychan-fix1368-reminder.md @@ -3,10 +3,9 @@ date: 2017-03-27 category: 2017 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Escrow, PayChan, and fix1368 Will Be Available in 3 Days diff --git a/blog/2017/explanation-of-ripples-xrp-escrow.md b/blog/2017/explanation-of-ripples-xrp-escrow.md index acb4ce006b8..058a3fbd20e 100644 --- a/blog/2017/explanation-of-ripples-xrp-escrow.md +++ b/blog/2017/explanation-of-ripples-xrp-escrow.md @@ -3,10 +3,9 @@ date: 2017-12-15 category: 2017 labels: - Features -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # An Explanation of Ripple’s XRP Escrow diff --git a/blog/2017/high-scalability-xrp-ledger.md b/blog/2017/high-scalability-xrp-ledger.md index 67e92d24823..23816932ff1 100644 --- a/blog/2017/high-scalability-xrp-ledger.md +++ b/blog/2017/high-scalability-xrp-ledger.md @@ -3,10 +3,9 @@ labels: - Features category: 2017 date: 2017-10-02 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # The Most (Demonstrably) Scalable Blockchain diff --git a/blog/2017/invariant-checking.md b/blog/2017/invariant-checking.md index b6d3b8b9911..86b0fa021f6 100644 --- a/blog/2017/invariant-checking.md +++ b/blog/2017/invariant-checking.md @@ -3,10 +3,9 @@ category: 2017 labels: - Features date: 2017-07-19 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true author: Nik Bougalis --- # Protecting the Ledger: Invariant Checking diff --git a/blog/2017/response-to-china-cert-report.md b/blog/2017/response-to-china-cert-report.md index bf8802765e7..607245d0d04 100644 --- a/blog/2017/response-to-china-cert-report.md +++ b/blog/2017/response-to-china-cert-report.md @@ -3,10 +3,9 @@ category: 2017 labels: - Security date: 2017-01-12 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Response to China CERT Report diff --git a/blog/2017/ripple-consensus-ledger-can-sustain-1000-transactions-per-second.md b/blog/2017/ripple-consensus-ledger-can-sustain-1000-transactions-per-second.md index 3875662edbd..efaa4045425 100644 --- a/blog/2017/ripple-consensus-ledger-can-sustain-1000-transactions-per-second.md +++ b/blog/2017/ripple-consensus-ledger-can-sustain-1000-transactions-per-second.md @@ -3,10 +3,9 @@ category: 2017 labels: - Features date: 2017-02-28 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Ripple Consensus Ledger Can Sustain 1000 Transactions per Second diff --git a/blog/2017/rippled-0.40.1.md b/blog/2017/rippled-0.40.1.md index 635e029490e..0eda22b27c1 100644 --- a/blog/2017/rippled-0.40.1.md +++ b/blog/2017/rippled-0.40.1.md @@ -3,10 +3,9 @@ date: 2017-01-11 category: 2017 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled version 0.40.1 diff --git a/blog/2017/rippled-0.50.0.md b/blog/2017/rippled-0.50.0.md index dc7e0aba447..075d8f9abe8 100644 --- a/blog/2017/rippled-0.50.0.md +++ b/blog/2017/rippled-0.50.0.md @@ -3,10 +3,9 @@ date: 2017-01-27 category: 2017 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled version 0.50.0 diff --git a/blog/2017/rippled-0.50.2.md b/blog/2017/rippled-0.50.2.md index 4459c3c209d..21f05d7f39d 100644 --- a/blog/2017/rippled-0.50.2.md +++ b/blog/2017/rippled-0.50.2.md @@ -3,10 +3,9 @@ date: 2017-01-30 category: 2017 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled version 0.50.2 diff --git a/blog/2017/rippled-0.50.3.md b/blog/2017/rippled-0.50.3.md index e3d9ea06a4e..7980ec5874d 100644 --- a/blog/2017/rippled-0.50.3.md +++ b/blog/2017/rippled-0.50.3.md @@ -3,10 +3,9 @@ date: 2017-03-14 category: 2017 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled version 0.50.3 diff --git a/blog/2017/rippled-0.60.0.md b/blog/2017/rippled-0.60.0.md index 291f8ef245b..6dbfc459f37 100644 --- a/blog/2017/rippled-0.60.0.md +++ b/blog/2017/rippled-0.60.0.md @@ -3,10 +3,9 @@ date: 2017-03-17 category: 2017 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled Version 0.60.0 diff --git a/blog/2017/rippled-0.60.1.md b/blog/2017/rippled-0.60.1.md index 163ffcd1e39..46c7db46ff2 100644 --- a/blog/2017/rippled-0.60.1.md +++ b/blog/2017/rippled-0.60.1.md @@ -3,10 +3,9 @@ date: 2017-03-29 category: 2017 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled version 0.60.1 diff --git a/blog/2017/rippled-0.60.2-2-rpm.md b/blog/2017/rippled-0.60.2-2-rpm.md index 63f47fb1e99..76b087fff3b 100644 --- a/blog/2017/rippled-0.60.2-2-rpm.md +++ b/blog/2017/rippled-0.60.2-2-rpm.md @@ -3,10 +3,9 @@ date: 2017-05-03 category: 2017 labels: - Advisories -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled RPM version 0.60.2-2 diff --git a/blog/2017/rippled-0.60.2.md b/blog/2017/rippled-0.60.2.md index f3f6f4ac268..df275612436 100644 --- a/blog/2017/rippled-0.60.2.md +++ b/blog/2017/rippled-0.60.2.md @@ -3,10 +3,9 @@ date: 2017-03-30 category: 2017 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled version 0.60.2 diff --git a/blog/2017/rippled-0.60.3.md b/blog/2017/rippled-0.60.3.md index e5f596b3f61..14e4177765f 100644 --- a/blog/2017/rippled-0.60.3.md +++ b/blog/2017/rippled-0.60.3.md @@ -3,10 +3,9 @@ date: 2017-05-11 category: 2017 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled version 0.60.3 diff --git a/blog/2017/rippled-0.70.0.md b/blog/2017/rippled-0.70.0.md index 059ab47c891..78f9db80300 100644 --- a/blog/2017/rippled-0.70.0.md +++ b/blog/2017/rippled-0.70.0.md @@ -3,10 +3,9 @@ date: 2017-06-15 category: 2017 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled Version 0.70.0 diff --git a/blog/2017/rippled-0.70.1.md b/blog/2017/rippled-0.70.1.md index 37250eefd20..fd0fab9aa9f 100644 --- a/blog/2017/rippled-0.70.1.md +++ b/blog/2017/rippled-0.70.1.md @@ -3,10 +3,9 @@ date: 2017-07-10 category: 2017 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled version 0.70.1 diff --git a/blog/2017/rippled-0.70.2.md b/blog/2017/rippled-0.70.2.md index f85d99f9ba3..4edde2a1e68 100644 --- a/blog/2017/rippled-0.70.2.md +++ b/blog/2017/rippled-0.70.2.md @@ -3,10 +3,9 @@ date: 2017-09-21 category: 2017 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled version 0.70.2 diff --git a/blog/2017/rippled-0.80.0.md b/blog/2017/rippled-0.80.0.md index 81db9034518..a11e0a6a6cd 100644 --- a/blog/2017/rippled-0.80.0.md +++ b/blog/2017/rippled-0.80.0.md @@ -3,10 +3,9 @@ date: 2017-10-23 category: 2017 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled Version 0.80.0 diff --git a/blog/2017/rippled-0.80.2.md b/blog/2017/rippled-0.80.2.md index bd0b09ceaf8..8e43606c204 100644 --- a/blog/2017/rippled-0.80.2.md +++ b/blog/2017/rippled-0.80.2.md @@ -3,10 +3,9 @@ date: 2017-12-15 category: 2017 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled Version 0.80.2 diff --git a/blog/2017/ticksize-3days.md b/blog/2017/ticksize-3days.md index 12db85b4f8d..1767178254b 100644 --- a/blog/2017/ticksize-3days.md +++ b/blog/2017/ticksize-3days.md @@ -3,10 +3,9 @@ date: 2017-02-18 category: 2017 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # TickSize Will Be Available in 3 Days diff --git a/blog/2017/ticksize-7days.md b/blog/2017/ticksize-7days.md index 0b22ab3edd5..e3337b719a7 100644 --- a/blog/2017/ticksize-7days.md +++ b/blog/2017/ticksize-7days.md @@ -3,10 +3,9 @@ date: 2017-02-14 category: 2017 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # TickSize Will Be Available in 7 Days diff --git a/blog/2017/ticksize-available.md b/blog/2017/ticksize-available.md index 0b8678f8010..47d217dfff7 100644 --- a/blog/2017/ticksize-available.md +++ b/blog/2017/ticksize-available.md @@ -3,10 +3,9 @@ date: 2017-02-22 category: 2017 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # TickSize is Now Available diff --git a/blog/2017/ticksize-voting.md b/blog/2017/ticksize-voting.md index 32d1b763cee..5e4fffd3f91 100644 --- a/blog/2017/ticksize-voting.md +++ b/blog/2017/ticksize-voting.md @@ -3,10 +3,9 @@ date: 2017-02-10 category: 2017 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # TickSize Amendment Open for Voting diff --git a/blog/2017/trust-line-quality-sendmax.md b/blog/2017/trust-line-quality-sendmax.md index 031bf4767ac..dfbe1880a27 100644 --- a/blog/2017/trust-line-quality-sendmax.md +++ b/blog/2017/trust-line-quality-sendmax.md @@ -3,10 +3,9 @@ date: 2017-03-16 category: 2017 labels: - Security -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Gateway Bulletin: Setting Trust Line Quality with SendMax diff --git a/blog/2018/data-api-validations-changes.md b/blog/2018/data-api-validations-changes.md index 22957a71f9c..566ca09ae8e 100644 --- a/blog/2018/data-api-validations-changes.md +++ b/blog/2018/data-api-validations-changes.md @@ -3,10 +3,9 @@ date: 2018-10-23 category: 2018 labels: - Advisories -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Updates Coming to Data API diff --git a/blog/2018/depositauth-fix1513-available.md b/blog/2018/depositauth-fix1513-available.md index eb0f4cb9dbe..c5044fa98ad 100644 --- a/blog/2018/depositauth-fix1513-available.md +++ b/blog/2018/depositauth-fix1513-available.md @@ -3,10 +3,9 @@ date: 2018-04-09 category: 2018 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # The DepositAuth & fix1513 Amendments are Now Available diff --git a/blog/2018/depositpreauth-fix1515-enabled.md b/blog/2018/depositpreauth-fix1515-enabled.md index 97eb8ad9818..c21d4a4339b 100644 --- a/blog/2018/depositpreauth-fix1515-enabled.md +++ b/blog/2018/depositpreauth-fix1515-enabled.md @@ -3,10 +3,9 @@ date: 2018-10-09 category: 2018 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # DepositPreauth is Now Available diff --git a/blog/2018/fix1543-fix1571-fix1623-voting.md b/blog/2018/fix1543-fix1571-fix1623-voting.md index ec6ca176980..80e8d985e59 100644 --- a/blog/2018/fix1543-fix1571-fix1623-voting.md +++ b/blog/2018/fix1543-fix1571-fix1623-voting.md @@ -3,10 +3,9 @@ date: 2018-06-08 category: 2018 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # fix1543, fix1571 & fix1623 Amendments Open for Voting diff --git a/blog/2018/fix1571-enabled.md b/blog/2018/fix1571-enabled.md index 19af489a426..e26f6cbabb6 100644 --- a/blog/2018/fix1571-enabled.md +++ b/blog/2018/fix1571-enabled.md @@ -3,10 +3,9 @@ date: 2018-06-20 category: 2018 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # fix1571 is Now Available diff --git a/blog/2018/introducing-history-sharding.md b/blog/2018/introducing-history-sharding.md index 5e42dca2057..b362932fe21 100644 --- a/blog/2018/introducing-history-sharding.md +++ b/blog/2018/introducing-history-sharding.md @@ -3,10 +3,9 @@ date: 2018-11-07 category: 2018 labels: - Features -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing History Sharding diff --git a/blog/2018/ripple-lib-1.0.0.md b/blog/2018/ripple-lib-1.0.0.md index 79cb5c8e650..90d5ec17da2 100644 --- a/blog/2018/ripple-lib-1.0.0.md +++ b/blog/2018/ripple-lib-1.0.0.md @@ -3,10 +3,9 @@ date: 2018-09-10 category: 2018 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # ripple-lib version 1.0.0 diff --git a/blog/2018/rippled-0.81.0.md b/blog/2018/rippled-0.81.0.md index 8804619c07b..c9d537a324c 100644 --- a/blog/2018/rippled-0.81.0.md +++ b/blog/2018/rippled-0.81.0.md @@ -3,10 +3,9 @@ date: 2018-01-08 category: 2018 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled Version 0.81.0 diff --git a/blog/2018/rippled-0.90.0.md b/blog/2018/rippled-0.90.0.md index 2f9a735172f..3424a75ff42 100644 --- a/blog/2018/rippled-0.90.0.md +++ b/blog/2018/rippled-0.90.0.md @@ -3,10 +3,9 @@ date: 2018-02-21 category: 2018 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled Version 0.90.0 diff --git a/blog/2018/rippled-0.90.1.md b/blog/2018/rippled-0.90.1.md index e6f0ef96b55..e2443e7e69f 100644 --- a/blog/2018/rippled-0.90.1.md +++ b/blog/2018/rippled-0.90.1.md @@ -3,10 +3,9 @@ date: 2018-03-22 category: 2018 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled version 0.90.1 diff --git a/blog/2018/rippled-1.0.0.md b/blog/2018/rippled-1.0.0.md index b3891445cf4..ac7a935c646 100644 --- a/blog/2018/rippled-1.0.0.md +++ b/blog/2018/rippled-1.0.0.md @@ -3,10 +3,9 @@ date: 2018-05-31 category: 2018 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled Version 1.0.0 diff --git a/blog/2018/rippled-1.0.1.md b/blog/2018/rippled-1.0.1.md index e0dff4140bd..09ed8db7033 100644 --- a/blog/2018/rippled-1.0.1.md +++ b/blog/2018/rippled-1.0.1.md @@ -3,10 +3,9 @@ date: 2018-06-14 category: 2018 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled Version 1.0.1 diff --git a/blog/2018/rippled-1.1.0.md b/blog/2018/rippled-1.1.0.md index c7e37659d4e..62e2110a7ad 100644 --- a/blog/2018/rippled-1.1.0.md +++ b/blog/2018/rippled-1.1.0.md @@ -3,10 +3,9 @@ date: 2018-09-17 category: 2018 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger (rippled) version 1.1.0 diff --git a/blog/2018/rippled-1.1.1.md b/blog/2018/rippled-1.1.1.md index 8e9a77123c9..8ff1423b230 100644 --- a/blog/2018/rippled-1.1.1.md +++ b/blog/2018/rippled-1.1.1.md @@ -3,10 +3,9 @@ date: 2018-10-23 category: 2018 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled Version 1.1.1 diff --git a/blog/2018/rippled-1.1.2.md b/blog/2018/rippled-1.1.2.md index 500c56e3ef1..aa425c2b2e2 100644 --- a/blog/2018/rippled-1.1.2.md +++ b/blog/2018/rippled-1.1.2.md @@ -3,10 +3,9 @@ date: 2018-11-07 category: 2018 labels: - Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger (rippled) version 1.1.2 diff --git a/blog/2018/rippled-boost166-warning.md b/blog/2018/rippled-boost166-warning.md index 54a244e6a07..e41b9bed919 100644 --- a/blog/2018/rippled-boost166-warning.md +++ b/blog/2018/rippled-boost166-warning.md @@ -4,10 +4,9 @@ category: 2018 labels: - Advisories - Development -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Boost 1.66 Not Supported for rippled 0.81.0 diff --git a/blog/2018/rippled-validator-key-replacement.md b/blog/2018/rippled-validator-key-replacement.md index 7144f475557..3d24ea4a69d 100644 --- a/blog/2018/rippled-validator-key-replacement.md +++ b/blog/2018/rippled-validator-key-replacement.md @@ -3,10 +3,9 @@ date: 2018-01-17 category: 2018 labels: - Advisories -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # rippled Validator Key Replacement diff --git a/blog/2019/corrections-to-data-api-xrp-charts-metrics.md b/blog/2019/corrections-to-data-api-xrp-charts-metrics.md index e249b5aa024..53028a44f53 100644 --- a/blog/2019/corrections-to-data-api-xrp-charts-metrics.md +++ b/blog/2019/corrections-to-data-api-xrp-charts-metrics.md @@ -4,10 +4,9 @@ labels: - Data API category: 2019 date: 2019-04-04 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Corrections to Data API / XRP Charts Metrics for 2019-03-23 diff --git a/blog/2019/discover-xrp-ledger-explorer.md b/blog/2019/discover-xrp-ledger-explorer.md index 86bdc509991..94a9bbe54ce 100644 --- a/blog/2019/discover-xrp-ledger-explorer.md +++ b/blog/2019/discover-xrp-ledger-explorer.md @@ -3,10 +3,9 @@ labels: - Features category: 2019 date: 2019-07-03 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Discover the XRP Ledger with Explorer! diff --git a/blog/2019/fix1578-enabled.md b/blog/2019/fix1578-enabled.md index e932336ae48..8155be7b949 100644 --- a/blog/2019/fix1578-enabled.md +++ b/blog/2019/fix1578-enabled.md @@ -3,10 +3,9 @@ labels: - Amendments category: 2019 date: 2019-03-23 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # fix1578 is Now Available diff --git a/blog/2019/fix1578-expected.md b/blog/2019/fix1578-expected.md index 7cac11e78db..1cb1a2c5d83 100644 --- a/blog/2019/fix1578-expected.md +++ b/blog/2019/fix1578-expected.md @@ -3,10 +3,9 @@ labels: - Amendments category: 2019 date: 2019-03-19 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # The fix1578 and fixTakerDryOfferRemoval Amendments are Expected diff --git a/blog/2019/fixmasterkeyasregularkey-1day.md b/blog/2019/fixmasterkeyasregularkey-1day.md index 67cbc14fe06..059359a264d 100644 --- a/blog/2019/fixmasterkeyasregularkey-1day.md +++ b/blog/2019/fixmasterkeyasregularkey-1day.md @@ -3,10 +3,9 @@ labels: - Amendments date: 2019-09-30 category: 2019 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # fixMasterKeyAsRegularKey is Expected Tomorrow diff --git a/blog/2019/fixmasterkeyasregularkey-enabled.md b/blog/2019/fixmasterkeyasregularkey-enabled.md index f94cb775b8e..b3939e3fd54 100644 --- a/blog/2019/fixmasterkeyasregularkey-enabled.md +++ b/blog/2019/fixmasterkeyasregularkey-enabled.md @@ -3,10 +3,9 @@ labels: - Amendments date: 2019-10-02 category: 2019 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # fixMasterKeyAsRegularKey is Now Available diff --git a/blog/2019/fixmasterkeyasregularkey-expected.md b/blog/2019/fixmasterkeyasregularkey-expected.md index 0d331282bec..2dcd86363f1 100644 --- a/blog/2019/fixmasterkeyasregularkey-expected.md +++ b/blog/2019/fixmasterkeyasregularkey-expected.md @@ -3,10 +3,9 @@ labels: - Amendments date: 2019-09-18 category: 2019 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # The fixMasterKeyAsRegularKey Amendment is Expected 2019-10-02 diff --git a/blog/2019/fixtakerdryofferremoval-enabled.md b/blog/2019/fixtakerdryofferremoval-enabled.md index 1046e0c1639..027f161e794 100644 --- a/blog/2019/fixtakerdryofferremoval-enabled.md +++ b/blog/2019/fixtakerdryofferremoval-enabled.md @@ -3,10 +3,9 @@ labels: - Amendments category: 2019 date: 2019-04-02 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # fixTakerDryOfferRemoval is Now Available diff --git a/blog/2019/interledger-checkin.md b/blog/2019/interledger-checkin.md index 4bac945533c..b2de23f763c 100644 --- a/blog/2019/interledger-checkin.md +++ b/blog/2019/interledger-checkin.md @@ -3,10 +3,9 @@ labels: - Features category: 2019 date: 2019-04-03 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Interledger Check-in diff --git a/blog/2019/multisignreserve-enabled.md b/blog/2019/multisignreserve-enabled.md index 3a18388902c..0f1c2a5babe 100644 --- a/blog/2019/multisignreserve-enabled.md +++ b/blog/2019/multisignreserve-enabled.md @@ -3,10 +3,9 @@ labels: - Amendments category: 2019 date: 2019-04-17 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # MultiSignReserve is Now Available diff --git a/blog/2019/multisignreserve-expected.md b/blog/2019/multisignreserve-expected.md index f395d510638..d654ed0a2c7 100644 --- a/blog/2019/multisignreserve-expected.md +++ b/blog/2019/multisignreserve-expected.md @@ -3,10 +3,9 @@ labels: - Amendments category: 2019 date: 2019-04-04 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # The MultiSignReserve Amendment is Expected 2019-04-17 diff --git a/blog/2019/rippled-1.2.0.md b/blog/2019/rippled-1.2.0.md index 25786612866..02ab760deaf 100644 --- a/blog/2019/rippled-1.2.0.md +++ b/blog/2019/rippled-1.2.0.md @@ -3,10 +3,9 @@ labels: - Release Notes category: 2019 date: 2019-02-13 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger (rippled) version 1.2.0 diff --git a/blog/2019/rippled-1.2.1.md b/blog/2019/rippled-1.2.1.md index 342fe631919..3b769e70a2e 100644 --- a/blog/2019/rippled-1.2.1.md +++ b/blog/2019/rippled-1.2.1.md @@ -3,10 +3,9 @@ labels: - Release Notes category: 2019 date: 2019-02-26 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger (rippled) version 1.2.1 diff --git a/blog/2019/rippled-1.2.2.md b/blog/2019/rippled-1.2.2.md index 0217bef4861..d58d820c719 100644 --- a/blog/2019/rippled-1.2.2.md +++ b/blog/2019/rippled-1.2.2.md @@ -3,10 +3,9 @@ labels: - Release Notes category: 2019 date: 2019-03-06 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger (rippled) version 1.2.2 diff --git a/blog/2019/rippled-1.2.3.md b/blog/2019/rippled-1.2.3.md index ceb57b6014d..06a6bf18839 100644 --- a/blog/2019/rippled-1.2.3.md +++ b/blog/2019/rippled-1.2.3.md @@ -3,10 +3,9 @@ labels: - Release Notes category: 2019 date: 2019-04-02 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger (rippled) version 1.2.3 diff --git a/blog/2019/rippled-1.2.4.md b/blog/2019/rippled-1.2.4.md index 986d42c2166..1876b1b4b09 100644 --- a/blog/2019/rippled-1.2.4.md +++ b/blog/2019/rippled-1.2.4.md @@ -3,10 +3,9 @@ labels: - Release Notes category: 2019 date: 2019-04-17 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger (rippled) version 1.2.4 diff --git a/blog/2019/rippled-1.3.1.md b/blog/2019/rippled-1.3.1.md index 6c4bf097fe7..bdf75b6def4 100644 --- a/blog/2019/rippled-1.3.1.md +++ b/blog/2019/rippled-1.3.1.md @@ -3,10 +3,9 @@ labels: - Release Notes category: 2019 date: 2019-07-25 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger (rippled) version 1.3.1 diff --git a/blog/2019/rippled-1.4.0.md b/blog/2019/rippled-1.4.0.md index 15c73a99e1f..8f0a46eed3a 100644 --- a/blog/2019/rippled-1.4.0.md +++ b/blog/2019/rippled-1.4.0.md @@ -3,10 +3,9 @@ labels: - Release Notes category: 2019 date: 2019-12-02 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 1.4.0 diff --git a/blog/2019/secure-development-practices.md b/blog/2019/secure-development-practices.md index 4979fcded00..3e066d6f877 100644 --- a/blog/2019/secure-development-practices.md +++ b/blog/2019/secure-development-practices.md @@ -4,10 +4,9 @@ labels: - Security category: 2019 date: 2019-04-05 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true author: Nik Bougalis --- # Protecting the Ledger: Secure Development Practices diff --git a/blog/2019/statement-on-the-biased-nonce-sense-paper.md b/blog/2019/statement-on-the-biased-nonce-sense-paper.md index db990abc375..0e71635a169 100644 --- a/blog/2019/statement-on-the-biased-nonce-sense-paper.md +++ b/blog/2019/statement-on-the-biased-nonce-sense-paper.md @@ -3,10 +3,9 @@ labels: - Security category: 2019 date: 2019-01-14 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Statement on the “Biased Nonce Sense” Paper diff --git a/blog/2019/testnet-reset.md b/blog/2019/testnet-reset.md index f427b84ed45..e10e7e7f5ee 100644 --- a/blog/2019/testnet-reset.md +++ b/blog/2019/testnet-reset.md @@ -3,10 +3,9 @@ labels: - Advisories date: 2019-08-30 category: 2019 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # XRP Testnet Has Been Reset diff --git a/blog/2019/websocket-tool-update.md b/blog/2019/websocket-tool-update.md index b81792fadef..03c3b745843 100644 --- a/blog/2019/websocket-tool-update.md +++ b/blog/2019/websocket-tool-update.md @@ -3,10 +3,9 @@ labels: - Features category: 2019 date: 2019-06-24 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # WebSocket Tool Update diff --git a/blog/2019/welcome-to-xrpl-org.md b/blog/2019/welcome-to-xrpl-org.md index cc858ef8871..0d54a78f38e 100644 --- a/blog/2019/welcome-to-xrpl-org.md +++ b/blog/2019/welcome-to-xrpl-org.md @@ -3,10 +3,9 @@ labels: - Features category: 2019 date: 2019-06-14 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Welcome to xrpl.org! diff --git a/blog/2019/xrpl-devnet-launch.md b/blog/2019/xrpl-devnet-launch.md index dbf1f9efa37..04e25366f10 100644 --- a/blog/2019/xrpl-devnet-launch.md +++ b/blog/2019/xrpl-devnet-launch.md @@ -3,10 +3,9 @@ labels: - Features date: 2019-10-02 category: 2019 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Discover Upcoming XRP Ledger Amendments and Features with Devnet! diff --git a/blog/2020/checks-enabled.md b/blog/2020/checks-enabled.md index 46de2dd8880..1b57e733d21 100644 --- a/blog/2020/checks-enabled.md +++ b/blog/2020/checks-enabled.md @@ -3,10 +3,9 @@ category: 2020 date: 2020-06-17 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # The Checks Amendment is Now Enabled diff --git a/blog/2020/checks-expected.md b/blog/2020/checks-expected.md index fed3893080d..816537b74b9 100644 --- a/blog/2020/checks-expected.md +++ b/blog/2020/checks-expected.md @@ -3,10 +3,9 @@ category: 2020 date: 2020-06-11 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # The Checks Amendment is Expected 2020-06-18 diff --git a/blog/2020/deletableaccounts-enabled.md b/blog/2020/deletableaccounts-enabled.md index 84fc1a517dd..d453b293128 100644 --- a/blog/2020/deletableaccounts-enabled.md +++ b/blog/2020/deletableaccounts-enabled.md @@ -3,10 +3,9 @@ category: 2020 date: 2020-05-08 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # DeletableAccounts is Now Enabled diff --git a/blog/2020/deletableaccounts-expected.md b/blog/2020/deletableaccounts-expected.md index fc15196f598..0c2538c1e72 100644 --- a/blog/2020/deletableaccounts-expected.md +++ b/blog/2020/deletableaccounts-expected.md @@ -3,10 +3,9 @@ category: 2020 date: 2020-04-28 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # DeletableAccounts and Two Other Amendments Expected Soon diff --git a/blog/2020/developer-reflections-xrp-toolkit.md b/blog/2020/developer-reflections-xrp-toolkit.md index 3861ffd575a..f4d52480b3b 100644 --- a/blog/2020/developer-reflections-xrp-toolkit.md +++ b/blog/2020/developer-reflections-xrp-toolkit.md @@ -3,10 +3,9 @@ category: 2020 date: 2020-07-17 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: XRP Toolkit diff --git a/blog/2020/developer-reflections-xrplorer.md b/blog/2020/developer-reflections-xrplorer.md index b85532fed1c..c604b8243ac 100644 --- a/blog/2020/developer-reflections-xrplorer.md +++ b/blog/2020/developer-reflections-xrplorer.md @@ -3,10 +3,9 @@ category: 2020 date: 2020-05-30 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: Xrplorer diff --git a/blog/2020/developer-reflections-xrpscan.md b/blog/2020/developer-reflections-xrpscan.md index d94d6ca73d5..82f33057d19 100644 --- a/blog/2020/developer-reflections-xrpscan.md +++ b/blog/2020/developer-reflections-xrpscan.md @@ -3,10 +3,9 @@ category: 2020 date: 2020-05-02 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: XRPScan diff --git a/blog/2020/fixcheckthreading-fixpaychanrecipientownerdir-expected.md b/blog/2020/fixcheckthreading-fixpaychanrecipientownerdir-expected.md index 28284aaae1d..f625b930264 100644 --- a/blog/2020/fixcheckthreading-fixpaychanrecipientownerdir-expected.md +++ b/blog/2020/fixcheckthreading-fixpaychanrecipientownerdir-expected.md @@ -3,10 +3,9 @@ category: 2020 date: 2020-01-08 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Two Fix Amendments are Expected 2020-01-18 diff --git a/blog/2020/fixcheckthreading-fixpaychanrecipientownerdir-lost-majority.md b/blog/2020/fixcheckthreading-fixpaychanrecipientownerdir-lost-majority.md index 8e9b855d009..bf78427c1cf 100644 --- a/blog/2020/fixcheckthreading-fixpaychanrecipientownerdir-lost-majority.md +++ b/blog/2020/fixcheckthreading-fixpaychanrecipientownerdir-lost-majority.md @@ -3,10 +3,9 @@ category: 2020 date: 2020-01-13 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # fixCheckThreading and fixPayChanRecipientOwnerDir Amendments Lost Majority diff --git a/blog/2020/get-ready-for-deletable-accounts.md b/blog/2020/get-ready-for-deletable-accounts.md index a7db05d5e1f..a4df397213b 100644 --- a/blog/2020/get-ready-for-deletable-accounts.md +++ b/blog/2020/get-ready-for-deletable-accounts.md @@ -3,10 +3,9 @@ category: 2020 date: 2020-05-06 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Get Ready for Deletable Accounts diff --git a/blog/2020/moving-devnet-to-vl.md b/blog/2020/moving-devnet-to-vl.md index 45d0e10fd2e..f63aab3b9df 100644 --- a/blog/2020/moving-devnet-to-vl.md +++ b/blog/2020/moving-devnet-to-vl.md @@ -3,10 +3,9 @@ category: 2020 date: 2020-08-10 labels: - Advisories -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Moving Devnet to a Validator List diff --git a/blog/2020/requirefullycanonicalsig-expected.md b/blog/2020/requirefullycanonicalsig-expected.md index f499a62fd2d..10a46e1ba02 100644 --- a/blog/2020/requirefullycanonicalsig-expected.md +++ b/blog/2020/requirefullycanonicalsig-expected.md @@ -3,10 +3,9 @@ category: 2020 date: 2020-06-24 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # The RequireFullyCanonicalSig Amendment is Expected 2020-07-03 diff --git a/blog/2020/requirefullycanonicalsig-fixqualityupperbound-flowcross-enabled.md b/blog/2020/requirefullycanonicalsig-fixqualityupperbound-flowcross-enabled.md index 2ff72e39244..25e8f842fb0 100644 --- a/blog/2020/requirefullycanonicalsig-fixqualityupperbound-flowcross-enabled.md +++ b/blog/2020/requirefullycanonicalsig-fixqualityupperbound-flowcross-enabled.md @@ -3,10 +3,9 @@ category: 2020 date: 2020-08-04 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # RequireFullyCanonicalSig, fixQualityUpperBound, and FlowCross are Now Available diff --git a/blog/2020/rippled-1.4.0-upgrade-advisory.md b/blog/2020/rippled-1.4.0-upgrade-advisory.md index c8910c1e7a6..f29a5ae6e9f 100644 --- a/blog/2020/rippled-1.4.0-upgrade-advisory.md +++ b/blog/2020/rippled-1.4.0-upgrade-advisory.md @@ -3,10 +3,9 @@ category: 2020 date: 2020-01-13 labels: - Advisories -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # XRP Ledger version 1.4.0 Upgrade Advisory diff --git a/blog/2020/rippled-1.5.0.md b/blog/2020/rippled-1.5.0.md index 2a4cdb60534..ef18cae6be5 100644 --- a/blog/2020/rippled-1.5.0.md +++ b/blog/2020/rippled-1.5.0.md @@ -3,10 +3,9 @@ category: 2020 date: 2020-04-10 labels: - rippled Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 1.5.0 diff --git a/blog/2020/rippled-1.6.0.md b/blog/2020/rippled-1.6.0.md index 921d7545912..7d654653e27 100644 --- a/blog/2020/rippled-1.6.0.md +++ b/blog/2020/rippled-1.6.0.md @@ -3,10 +3,9 @@ category: 2020 date: 2020-08-19 labels: - rippled Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 1.6.0 diff --git a/blog/2020/running-an-xrp-ledger-validator.md b/blog/2020/running-an-xrp-ledger-validator.md index 14e38f75e69..7f911b2e278 100644 --- a/blog/2020/running-an-xrp-ledger-validator.md +++ b/blog/2020/running-an-xrp-ledger-validator.md @@ -3,10 +3,9 @@ category: 2020 date: 2021-02-07 labels: - Features -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true author: Mayur Bhandary --- # Running an XRP Ledger Validator diff --git a/blog/2020/testnet-amendments-rippled-1.5.0.md b/blog/2020/testnet-amendments-rippled-1.5.0.md index 13b58fd67b0..bbb279ff8fd 100644 --- a/blog/2020/testnet-amendments-rippled-1.5.0.md +++ b/blog/2020/testnet-amendments-rippled-1.5.0.md @@ -3,10 +3,9 @@ category: 2020 date: 2020-04-10 labels: - Advisories -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Postmortem: Testnet Amendments from rippled 1.5.0 diff --git a/blog/2020/two-fixes-enabled.md b/blog/2020/two-fixes-enabled.md index d405e3e4feb..96d1c749247 100644 --- a/blog/2020/two-fixes-enabled.md +++ b/blog/2020/two-fixes-enabled.md @@ -3,10 +3,9 @@ category: 2020 date: 2020-05-01 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Two Fix Amendments Are Now Enabled diff --git a/blog/2021/community-spotlight-developing-wallet-protect.md b/blog/2021/community-spotlight-developing-wallet-protect.md index cb46ff4583a..845eddb03e0 100644 --- a/blog/2021/community-spotlight-developing-wallet-protect.md +++ b/blog/2021/community-spotlight-developing-wallet-protect.md @@ -1,9 +1,8 @@ --- category: 2021 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true date: 2020-03-10 labels: - Developer Reflections diff --git a/blog/2021/five-upcoming-amendments.md b/blog/2021/five-upcoming-amendments.md index 29eb2fc1b8c..cc191b07971 100644 --- a/blog/2021/five-upcoming-amendments.md +++ b/blog/2021/five-upcoming-amendments.md @@ -1,9 +1,8 @@ --- category: 2021 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true date: 2021-11-10 labels: - Amendments diff --git a/blog/2021/introducing-xrpl-js.md b/blog/2021/introducing-xrpl-js.md index c2218d277ce..b3c51b5e428 100644 --- a/blog/2021/introducing-xrpl-js.md +++ b/blog/2021/introducing-xrpl-js.md @@ -1,9 +1,8 @@ --- category: 2021 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true date: 2021-10-20 labels: - xrpl.js Release Notes diff --git a/blog/2021/introducing-xrpl-py-for-pythonistas.md b/blog/2021/introducing-xrpl-py-for-pythonistas.md index 05651eb9c59..31080a86450 100644 --- a/blog/2021/introducing-xrpl-py-for-pythonistas.md +++ b/blog/2021/introducing-xrpl-py-for-pythonistas.md @@ -1,9 +1,8 @@ --- category: 2021 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true date: 2021-04-06 labels: - xrpl-py Release Notes diff --git a/blog/2021/introducing-xrpl4j.md b/blog/2021/introducing-xrpl4j.md index f8f640c5f7e..3ab218a56aa 100644 --- a/blog/2021/introducing-xrpl4j.md +++ b/blog/2021/introducing-xrpl4j.md @@ -1,9 +1,8 @@ --- category: 2021 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true date: 2021-05-20 labels: - xrpl4j Release Notes diff --git a/blog/2021/message-routing-optimizations-pt-1-proposal-validation-relaying.md b/blog/2021/message-routing-optimizations-pt-1-proposal-validation-relaying.md index 67286db785e..92fec4f0cb5 100644 --- a/blog/2021/message-routing-optimizations-pt-1-proposal-validation-relaying.md +++ b/blog/2021/message-routing-optimizations-pt-1-proposal-validation-relaying.md @@ -1,9 +1,8 @@ --- category: 2021 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true date: 2021-03-16 labels: - Development diff --git a/blog/2021/reserves-lowered.md b/blog/2021/reserves-lowered.md index bc49c6a20ba..f0240175b58 100644 --- a/blog/2021/reserves-lowered.md +++ b/blog/2021/reserves-lowered.md @@ -1,9 +1,8 @@ --- category: 2021 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true date: 2021-09-21 labels: - Advisories diff --git a/blog/2021/ripple-lib-drops-lodash-browsers.md b/blog/2021/ripple-lib-drops-lodash-browsers.md index 184b21fe7d9..dbd2a28a24f 100644 --- a/blog/2021/ripple-lib-drops-lodash-browsers.md +++ b/blog/2021/ripple-lib-drops-lodash-browsers.md @@ -1,9 +1,8 @@ --- category: 2021 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true date: 2021-08-26 labels: - xrpl.js Release Notes diff --git a/blog/2021/rippled-1.7.0.md b/blog/2021/rippled-1.7.0.md index 70d65676a9c..8b4cce27b31 100644 --- a/blog/2021/rippled-1.7.0.md +++ b/blog/2021/rippled-1.7.0.md @@ -1,9 +1,8 @@ --- category: 2021 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true date: 2021-02-24 labels: - rippled Release Notes diff --git a/blog/2021/rippled-1.7.2.md b/blog/2021/rippled-1.7.2.md index 7c92e050c8a..3070cf37350 100644 --- a/blog/2021/rippled-1.7.2.md +++ b/blog/2021/rippled-1.7.2.md @@ -1,9 +1,8 @@ --- category: 2021 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true date: 2021-05-24 labels: - rippled Release Notes diff --git a/blog/2021/rippled-1.7.3.md b/blog/2021/rippled-1.7.3.md index 575b7ab5b2d..b7465e3db23 100644 --- a/blog/2021/rippled-1.7.3.md +++ b/blog/2021/rippled-1.7.3.md @@ -1,9 +1,8 @@ --- category: 2021 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true date: 2021-08-27 labels: - rippled Release Notes diff --git a/blog/2021/rippled-1.8.1.md b/blog/2021/rippled-1.8.1.md index 8722001d9df..23f7107b5b7 100644 --- a/blog/2021/rippled-1.8.1.md +++ b/blog/2021/rippled-1.8.1.md @@ -1,9 +1,8 @@ --- category: 2021 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true date: 2021-12-02 labels: - rippled Release Notes diff --git a/blog/2021/rippled-1.8.2.md b/blog/2021/rippled-1.8.2.md index 3904da64bf3..35642a59122 100644 --- a/blog/2021/rippled-1.8.2.md +++ b/blog/2021/rippled-1.8.2.md @@ -1,9 +1,8 @@ --- category: 2021 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true date: 2021-12-20 labels: - rippled Release Notes diff --git a/blog/2021/road-to-xrp-ledger-1-7-improving-efficiency-and-security.md b/blog/2021/road-to-xrp-ledger-1-7-improving-efficiency-and-security.md index d31b9c942c2..144ea0fcaaf 100644 --- a/blog/2021/road-to-xrp-ledger-1-7-improving-efficiency-and-security.md +++ b/blog/2021/road-to-xrp-ledger-1-7-improving-efficiency-and-security.md @@ -1,9 +1,8 @@ --- category: 2021 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true date: 2021-02-24 labels: - rippled Release Notes diff --git a/blog/2021/sidechain-engineering-preview.md b/blog/2021/sidechain-engineering-preview.md index 3102439efbf..472a283ae9f 100644 --- a/blog/2021/sidechain-engineering-preview.md +++ b/blog/2021/sidechain-engineering-preview.md @@ -1,9 +1,8 @@ --- category: 2021 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true date: 2021-09-30 labels: - Development diff --git a/blog/2021/three-amendments-expected.md b/blog/2021/three-amendments-expected.md index 05db80d7161..2143c30c867 100644 --- a/blog/2021/three-amendments-expected.md +++ b/blog/2021/three-amendments-expected.md @@ -1,9 +1,8 @@ --- category: 2021 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true date: 2021-03-30 labels: - Amendments diff --git a/blog/2021/xrpl-grants-funding-the-next-phase-of-open-decentralized-innovation.md b/blog/2021/xrpl-grants-funding-the-next-phase-of-open-decentralized-innovation.md index 9b0a4a99e07..9771cdb4b8e 100644 --- a/blog/2021/xrpl-grants-funding-the-next-phase-of-open-decentralized-innovation.md +++ b/blog/2021/xrpl-grants-funding-the-next-phase-of-open-decentralized-innovation.md @@ -1,9 +1,8 @@ --- category: 2021 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true date: 2021-06-05 labels: - Features diff --git a/blog/2021/xrpl-node-configurator.md b/blog/2021/xrpl-node-configurator.md index d9be2e9b17f..8ffbddb9c6c 100644 --- a/blog/2021/xrpl-node-configurator.md +++ b/blog/2021/xrpl-node-configurator.md @@ -1,9 +1,8 @@ --- category: 2021 -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true date: 2021-04-14 labels: - Development diff --git a/blog/2022/clio-1.0.0.md b/blog/2022/clio-1.0.0.md index 68e5b4fe59c..ea935d8421a 100644 --- a/blog/2022/clio-1.0.0.md +++ b/blog/2022/clio-1.0.0.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-06-29 labels: - Clio Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing Clio version 1.0.0 diff --git a/blog/2022/cryptoiso20022interop.md b/blog/2022/cryptoiso20022interop.md index ec2c7cb2dd9..9a278e2f17f 100644 --- a/blog/2022/cryptoiso20022interop.md +++ b/blog/2022/cryptoiso20022interop.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-11-15 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: CryptoIso20022 Interop diff --git a/blog/2022/dev-reflections-relaunch.md b/blog/2022/dev-reflections-relaunch.md index 52dd9e41f8b..3e0d10ca445 100644 --- a/blog/2022/dev-reflections-relaunch.md +++ b/blog/2022/dev-reflections-relaunch.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-10-26 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: Get Your Project Featured on XRPL.org diff --git a/blog/2022/expandedsignerlist-enabled-and-nfts-approaching.md b/blog/2022/expandedsignerlist-enabled-and-nfts-approaching.md index c22120b15a7..c7a36b48e62 100644 --- a/blog/2022/expandedsignerlist-enabled-and-nfts-approaching.md +++ b/blog/2022/expandedsignerlist-enabled-and-nfts-approaching.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-10-13 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # ExpandedSignerList Enabled and NFTs Approaching diff --git a/blog/2022/gemwallet.md b/blog/2022/gemwallet.md index 53e450e345d..d0f642bfc28 100644 --- a/blog/2022/gemwallet.md +++ b/blog/2022/gemwallet.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-11-23 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: GemWallet diff --git a/blog/2022/get-ready-for-nfts.md b/blog/2022/get-ready-for-nfts.md index f9bdd3c514f..f073ef4503d 100644 --- a/blog/2022/get-ready-for-nfts.md +++ b/blog/2022/get-ready-for-nfts.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-09-01 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Get Ready for NFTs diff --git a/blog/2022/introducing-clio.md b/blog/2022/introducing-clio.md index a314b8f8317..0e4648ba436 100644 --- a/blog/2022/introducing-clio.md +++ b/blog/2022/introducing-clio.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-03-22 labels: - Clio Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing Clio, an XRP Ledger API server, now in Beta diff --git a/blog/2022/introducing-learning-portal.md b/blog/2022/introducing-learning-portal.md index 9d45d643a1b..b2d590a2561 100644 --- a/blog/2022/introducing-learning-portal.md +++ b/blog/2022/introducing-learning-portal.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-10-03 labels: - Features -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing the XRP Ledger Learning Portal diff --git a/blog/2022/introducing-xrpl-py-2.0.0beta.md b/blog/2022/introducing-xrpl-py-2.0.0beta.md index b179e488a18..1893b57e4cd 100644 --- a/blog/2022/introducing-xrpl-py-2.0.0beta.md +++ b/blog/2022/introducing-xrpl-py-2.0.0beta.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-12-13 labels: - xrpl-py Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true author: Team RippleX --- # Introducing xrpl-py version 2.0.0-beta.0 diff --git a/blog/2022/nft-devnet-reset.md b/blog/2022/nft-devnet-reset.md index 41f020612bf..a8648c00235 100644 --- a/blog/2022/nft-devnet-reset.md +++ b/blog/2022/nft-devnet-reset.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-03-01 labels: - Advisories -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # The NFT-Devnet Has Been Reset diff --git a/blog/2022/nftmaster.md b/blog/2022/nftmaster.md index 22e9b1b8432..b2ca1b044d8 100644 --- a/blog/2022/nftmaster.md +++ b/blog/2022/nftmaster.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-12-14 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: NFTMASTER diff --git a/blog/2022/non-fungible-tokens-are-now-available.md b/blog/2022/non-fungible-tokens-are-now-available.md index 6b4bdde60c7..643d982fb54 100644 --- a/blog/2022/non-fungible-tokens-are-now-available.md +++ b/blog/2022/non-fungible-tokens-are-now-available.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-11-01 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Non-Fungible Tokens Are Now Available diff --git a/blog/2022/rippled-1.8.4.md b/blog/2022/rippled-1.8.4.md index 2888a9cd722..51919e71058 100644 --- a/blog/2022/rippled-1.8.4.md +++ b/blog/2022/rippled-1.8.4.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-01-13 labels: - rippled Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 1.8.4 diff --git a/blog/2022/rippled-1.8.5.md b/blog/2022/rippled-1.8.5.md index ec69a6dcd1e..f9d693776d1 100644 --- a/blog/2022/rippled-1.8.5.md +++ b/blog/2022/rippled-1.8.5.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-02-08 labels: - rippled Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 1.8.5 diff --git a/blog/2022/rippled-1.9.0.md b/blog/2022/rippled-1.9.0.md index 4d055a60bad..0ef35571095 100644 --- a/blog/2022/rippled-1.9.0.md +++ b/blog/2022/rippled-1.9.0.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-04-07 labels: - rippled Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 1.9.0 diff --git a/blog/2022/rippled-1.9.1.md b/blog/2022/rippled-1.9.1.md index 13ddfbd84f9..c6bc822c29a 100644 --- a/blog/2022/rippled-1.9.1.md +++ b/blog/2022/rippled-1.9.1.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-05-23 labels: - rippled Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 1.9.1 diff --git a/blog/2022/rippled-1.9.2.md b/blog/2022/rippled-1.9.2.md index 07fabafe671..df4eb372590 100644 --- a/blog/2022/rippled-1.9.2.md +++ b/blog/2022/rippled-1.9.2.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-07-26 labels: - rippled Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 1.9.2 diff --git a/blog/2022/rippled-1.9.3.md b/blog/2022/rippled-1.9.3.md index de5aa88f4d2..ac23ef8109d 100644 --- a/blog/2022/rippled-1.9.3.md +++ b/blog/2022/rippled-1.9.3.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-08-26 labels: - rippled Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 1.9.3 diff --git a/blog/2022/rippled-1.9.4.md b/blog/2022/rippled-1.9.4.md index 6fbab6269c1..2547341a633 100644 --- a/blog/2022/rippled-1.9.4.md +++ b/blog/2022/rippled-1.9.4.md @@ -4,10 +4,9 @@ date: 2022-09-20 labels: - rippled Release Notes - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 1.9.4 diff --git a/blog/2022/xpmarket.md b/blog/2022/xpmarket.md index 75d6eed21ed..412d6ac222d 100644 --- a/blog/2022/xpmarket.md +++ b/blog/2022/xpmarket.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-12-07 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: XPmarket diff --git a/blog/2022/ziggurat.md b/blog/2022/ziggurat.md index f6e22f2ade0..53f28aafd02 100644 --- a/blog/2022/ziggurat.md +++ b/blog/2022/ziggurat.md @@ -3,10 +3,9 @@ category: 2022 date: 2022-11-30 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: Ziggurat diff --git a/blog/2023/aesthetes.md b/blog/2023/aesthetes.md index 5210d99d717..b962ac75ad7 100644 --- a/blog/2023/aesthetes.md +++ b/blog/2023/aesthetes.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-01-18 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: Aesthetes diff --git a/blog/2023/bei-api.md b/blog/2023/bei-api.md index eb0b5a5e9f1..eddb911f766 100644 --- a/blog/2023/bei-api.md +++ b/blog/2023/bei-api.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-03-01 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: BEI API diff --git a/blog/2023/blockdaemon.md b/blog/2023/blockdaemon.md index c395602c5a9..eb30971a7e4 100644 --- a/blog/2023/blockdaemon.md +++ b/blog/2023/blockdaemon.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-08-29 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: Blockdaemon diff --git a/blog/2023/chispend.md b/blog/2023/chispend.md index 425e16909d3..48653f5ed95 100644 --- a/blog/2023/chispend.md +++ b/blog/2023/chispend.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-04-05 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: ChiSpend diff --git a/blog/2023/ciso.md b/blog/2023/ciso.md index 7119078719c..f81c7728827 100644 --- a/blog/2023/ciso.md +++ b/blog/2023/ciso.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-06-07 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: CISO Integration for the XRP Ledger diff --git a/blog/2023/clio-2.0.0.md b/blog/2023/clio-2.0.0.md index eb3c2940161..17e4a63b7e8 100644 --- a/blog/2023/clio-2.0.0.md +++ b/blog/2023/clio-2.0.0.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-10-31 labels: - Clio Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing Clio version 2.0.0 diff --git a/blog/2023/data-api-v2-deprecated.md b/blog/2023/data-api-v2-deprecated.md index ef778a70e3b..9ee0487211e 100644 --- a/blog/2023/data-api-v2-deprecated.md +++ b/blog/2023/data-api-v2-deprecated.md @@ -4,10 +4,9 @@ date: 2023-10-05 labels: - Advisories - Data API -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Data API v2 Shutdown diff --git a/blog/2023/decommissioning-amm-devnet.md b/blog/2023/decommissioning-amm-devnet.md index 74d556ff208..048682761f5 100644 --- a/blog/2023/decommissioning-amm-devnet.md +++ b/blog/2023/decommissioning-amm-devnet.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-12-05 labels: - Advisories -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Decommissioning AMM-Devnet diff --git a/blog/2023/devnet-reset-scheduled-sep-19-2023.md b/blog/2023/devnet-reset-scheduled-sep-19-2023.md index f86bf952704..60b1406e92c 100644 --- a/blog/2023/devnet-reset-scheduled-sep-19-2023.md +++ b/blog/2023/devnet-reset-scheduled-sep-19-2023.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-09-11 labels: - Advisories -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Devnet Reset Scheduled for Tue, Sep 19, 2023 _by Team RippleX_ diff --git a/blog/2023/disallowincoming-and-others-expected.md b/blog/2023/disallowincoming-and-others-expected.md index 31f67ffe246..2864532afad 100644 --- a/blog/2023/disallowincoming-and-others-expected.md +++ b/blog/2023/disallowincoming-and-others-expected.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-08-07 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # DisallowIncoming and Others Expected 2023-08-21 diff --git a/blog/2023/edge.md b/blog/2023/edge.md index fca43298bc4..2372ca092f4 100644 --- a/blog/2023/edge.md +++ b/blog/2023/edge.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-05-17 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: Edge diff --git a/blog/2023/fieldboss.md b/blog/2023/fieldboss.md index bc35d4e0ddd..b4da84a47e7 100644 --- a/blog/2023/fieldboss.md +++ b/blog/2023/fieldboss.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-06-28 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: FieldBoss diff --git a/blog/2023/gemwallet-update.md b/blog/2023/gemwallet-update.md index 082a483aba7..4fff865e333 100644 --- a/blog/2023/gemwallet-update.md +++ b/blog/2023/gemwallet-update.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-10-08 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: GemWallet (2023 Update) diff --git a/blog/2023/mandla-money.md b/blog/2023/mandla-money.md index e6a9f7e29ae..01d7b5e029c 100644 --- a/blog/2023/mandla-money.md +++ b/blog/2023/mandla-money.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-02-01 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: Mandla Money diff --git a/blog/2023/nft-devnet-decommission.md b/blog/2023/nft-devnet-decommission.md index 3cec3ad1a1a..6aa8e8adbe3 100644 --- a/blog/2023/nft-devnet-decommission.md +++ b/blog/2023/nft-devnet-decommission.md @@ -3,10 +3,9 @@ category: 2023 date: 2022-01-27 labels: - Advisories -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # The NFT-Devnet Decommissioned on January 31, 2023 diff --git a/blog/2023/rippled-1.10.0.md b/blog/2023/rippled-1.10.0.md index 7f3b58918d0..f96e82be056 100644 --- a/blog/2023/rippled-1.10.0.md +++ b/blog/2023/rippled-1.10.0.md @@ -4,10 +4,9 @@ date: 2023-03-14 labels: - rippled Release Notes - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 1.10.0 diff --git a/blog/2023/rippled-1.11.0.md b/blog/2023/rippled-1.11.0.md index 3e05c0b7ad7..6f3558e08b8 100644 --- a/blog/2023/rippled-1.11.0.md +++ b/blog/2023/rippled-1.11.0.md @@ -4,10 +4,9 @@ date: 2023-06-21 labels: - rippled Release Notes - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 1.11.0 diff --git a/blog/2023/rippled-1.12.0.md b/blog/2023/rippled-1.12.0.md index 8392a08b551..77155f0e2a1 100644 --- a/blog/2023/rippled-1.12.0.md +++ b/blog/2023/rippled-1.12.0.md @@ -4,10 +4,9 @@ date: 2023-09-06 labels: - rippled Release Notes - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 1.12.0 diff --git a/blog/2023/santiment.md b/blog/2023/santiment.md index 83373d2f959..c4f92c3d7e8 100644 --- a/blog/2023/santiment.md +++ b/blog/2023/santiment.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-10-06 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: Santiment - Uncovering XRPL Metrics for Developers diff --git a/blog/2023/stably.md b/blog/2023/stably.md index 502520b8267..6735d61ede0 100644 --- a/blog/2023/stably.md +++ b/blog/2023/stably.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-01-04 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: Stably diff --git a/blog/2023/summarizing-xrpl-docs-iav3.md b/blog/2023/summarizing-xrpl-docs-iav3.md index 0826e874b7b..21f746eaaa0 100644 --- a/blog/2023/summarizing-xrpl-docs-iav3.md +++ b/blog/2023/summarizing-xrpl-docs-iav3.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-07-25 labels: - Features -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Summarizing the Information Architecture v3 Updates (PR#1934) diff --git a/blog/2023/upcoming-devnet-reset.md b/blog/2023/upcoming-devnet-reset.md index bfab07b07c9..4caaabd4fde 100644 --- a/blog/2023/upcoming-devnet-reset.md +++ b/blog/2023/upcoming-devnet-reset.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-09-06 labels: - Advisories -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Upcoming Devnet Reset _by Team RippleX_ diff --git a/blog/2023/xrp-toolkit.md b/blog/2023/xrp-toolkit.md index 0fea306f89d..76228acf797 100644 --- a/blog/2023/xrp-toolkit.md +++ b/blog/2023/xrp-toolkit.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-07-28 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: XRP Toolkit diff --git a/blog/2023/xrpcafe.md b/blog/2023/xrpcafe.md index 03bdbbdb587..11abfcb81d4 100644 --- a/blog/2023/xrpcafe.md +++ b/blog/2023/xrpcafe.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-05-03 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: xrp.cafe diff --git a/blog/2023/xrpl-py-2.0-release.md b/blog/2023/xrpl-py-2.0-release.md index ce72183e5e7..055d609be8a 100644 --- a/blog/2023/xrpl-py-2.0-release.md +++ b/blog/2023/xrpl-py-2.0-release.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-07-05 labels: - xrpl-py Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Migration Guide: Upgrading to xrpl-py Version 2.0.0 _by Team RippleX_ diff --git a/blog/2023/zoetic.md b/blog/2023/zoetic.md index ba2ee1e6b87..d00a7828bb7 100644 --- a/blog/2023/zoetic.md +++ b/blog/2023/zoetic.md @@ -3,10 +3,9 @@ category: 2023 date: 2023-02-15 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: Zoetic diff --git a/blog/2024/amm-status-update.md b/blog/2024/amm-status-update.md index 1a9041bf9b0..244a6e3e77b 100644 --- a/blog/2024/amm-status-update.md +++ b/blog/2024/amm-status-update.md @@ -4,10 +4,9 @@ date: 2024-03-26 labels: - Advisories - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # AMM Status Update diff --git a/blog/2024/clio-2.1.0.md b/blog/2024/clio-2.1.0.md index bc451b18210..6fee5539ec3 100644 --- a/blog/2024/clio-2.1.0.md +++ b/blog/2024/clio-2.1.0.md @@ -3,10 +3,9 @@ category: 2024 date: 2024-02-14 labels: - Clio Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing Clio version 2.1.0 diff --git a/blog/2024/clio-2.1.2.md b/blog/2024/clio-2.1.2.md index c6b65174f0e..2142126c578 100644 --- a/blog/2024/clio-2.1.2.md +++ b/blog/2024/clio-2.1.2.md @@ -3,10 +3,9 @@ category: 2024 date: 2024-06-05 labels: - Clio Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing Clio version 2.1.2 diff --git a/blog/2024/clio-2.2.0.md b/blog/2024/clio-2.2.0.md index 69e8f72f9fd..c3d6c1d0d42 100644 --- a/blog/2024/clio-2.2.0.md +++ b/blog/2024/clio-2.2.0.md @@ -3,10 +3,9 @@ category: 2024 date: 2024-06-26 labels: - Clio Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing Clio version 2.2.0 diff --git a/blog/2024/clio-2.2.1.md b/blog/2024/clio-2.2.1.md index bf0f2b9d4b1..fa2aec60663 100644 --- a/blog/2024/clio-2.2.1.md +++ b/blog/2024/clio-2.2.1.md @@ -3,10 +3,9 @@ category: 2024 date: 2024-07-08 labels: - Clio Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing Clio version 2.2.1 diff --git a/blog/2024/clio-2.2.2.md b/blog/2024/clio-2.2.2.md index 52c5002d9e1..7d55fd6277e 100644 --- a/blog/2024/clio-2.2.2.md +++ b/blog/2024/clio-2.2.2.md @@ -6,10 +6,9 @@ seo: description: Version 2.2.2 of Clio, the XRP Ledger API server optimized for HTTP and WebSocket calls, is now available. Learn more about this update and bug fixes. labels: - Clio Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing Clio version 2.2.2 diff --git a/blog/2024/deep-dive-into-amm-integration.md b/blog/2024/deep-dive-into-amm-integration.md index 457d64cbf01..20e2d9590c0 100644 --- a/blog/2024/deep-dive-into-amm-integration.md +++ b/blog/2024/deep-dive-into-amm-integration.md @@ -6,10 +6,9 @@ seo: description: The XLS-30 AMM amendment unlocks new liquidity and trading options on the XRP Ledger network. Explore how developers can integrate with AMM. labels: - Development -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # XLS-30 Overview: XRP Ledger Automated Market Maker diff --git a/blog/2024/evolving-the-xrp-ledger.md b/blog/2024/evolving-the-xrp-ledger.md index e6db40bd83b..bc57b21deaf 100644 --- a/blog/2024/evolving-the-xrp-ledger.md +++ b/blog/2024/evolving-the-xrp-ledger.md @@ -8,10 +8,9 @@ seo: labels: - General -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Evolving the XRP Ledger Foundation diff --git a/blog/2024/filedgr.md b/blog/2024/filedgr.md index b4d7ca3e60c..7e6214bcaf7 100644 --- a/blog/2024/filedgr.md +++ b/blog/2024/filedgr.md @@ -3,10 +3,9 @@ category: 2024 date: 2024-07-24 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: Filedgr – Transforming Data Control with XRPL Integration diff --git a/blog/2024/get-ready-for-amm.md b/blog/2024/get-ready-for-amm.md index 66669006bd3..8f5c00d23b7 100644 --- a/blog/2024/get-ready-for-amm.md +++ b/blog/2024/get-ready-for-amm.md @@ -3,10 +3,9 @@ category: 2024 date: 2024-03-21 labels: - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Get Ready for AMM diff --git a/blog/2024/how-to-master-xrp-transfers.md b/blog/2024/how-to-master-xrp-transfers.md index 67d7b539dbb..6a85c1e9561 100644 --- a/blog/2024/how-to-master-xrp-transfers.md +++ b/blog/2024/how-to-master-xrp-transfers.md @@ -6,10 +6,9 @@ seo: description: Discover how to create and manage accounts on the XRPL Testnet and master the art of transferring XRP using Python. labels: - Development -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # How to Master XRP Transfers using Python: A Beginner’s Guide diff --git a/blog/2024/how-to-mint-nfts.md b/blog/2024/how-to-mint-nfts.md index 66c52b77795..421c94d82fe 100644 --- a/blog/2024/how-to-mint-nfts.md +++ b/blog/2024/how-to-mint-nfts.md @@ -6,10 +6,9 @@ seo: description: Learn the basics of minting an NFT on XRP Ledger and how you can get started quickly and easily with this step-by-step guide. Get started today! labels: - Development -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # How to Mint an NFT on the XRP Ledger: A Step-by-Step Guide diff --git a/blog/2024/rippled-2.0.0.md b/blog/2024/rippled-2.0.0.md index 95582878e49..eaa8ae4fcb1 100644 --- a/blog/2024/rippled-2.0.0.md +++ b/blog/2024/rippled-2.0.0.md @@ -4,10 +4,9 @@ date: 2024-01-09 labels: - rippled Release Notes - Amendments -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 2.0.0 diff --git a/blog/2024/rippled-2.0.1.md b/blog/2024/rippled-2.0.1.md index 2578fad9468..5bdec32ac27 100644 --- a/blog/2024/rippled-2.0.1.md +++ b/blog/2024/rippled-2.0.1.md @@ -3,10 +3,9 @@ category: 2024 date: 2024-01-29 labels: - rippled Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 2.0.1 diff --git a/blog/2024/rippled-2.1.0.md b/blog/2024/rippled-2.1.0.md index 3e994985ddf..29e8b8ed4c2 100644 --- a/blog/2024/rippled-2.1.0.md +++ b/blog/2024/rippled-2.1.0.md @@ -3,10 +3,9 @@ category: 2024 date: 2024-02-20 labels: - rippled Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 2.1.0 diff --git a/blog/2024/rippled-2.1.1.md b/blog/2024/rippled-2.1.1.md index 3546400fda4..ab046caab26 100644 --- a/blog/2024/rippled-2.1.1.md +++ b/blog/2024/rippled-2.1.1.md @@ -3,10 +3,9 @@ category: 2024 date: 2024-03-27 labels: - rippled Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 2.1.1 diff --git a/blog/2024/rippled-2.2.0.md b/blog/2024/rippled-2.2.0.md index 8d1fd0182a8..85033c341f6 100644 --- a/blog/2024/rippled-2.2.0.md +++ b/blog/2024/rippled-2.2.0.md @@ -3,10 +3,9 @@ category: 2024 date: 2024-06-04 labels: - rippled Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 2.2.0 diff --git a/blog/2024/rippled-2.2.1.md b/blog/2024/rippled-2.2.1.md index 765bcb6b259..f8cd242ae19 100644 --- a/blog/2024/rippled-2.2.1.md +++ b/blog/2024/rippled-2.2.1.md @@ -6,10 +6,9 @@ seo: description: Rippled version 2.2.1 is now available, addressing a critical bug when handling some types of RPC requests. Learn more about this release. labels: - rippled Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 2.2.1 diff --git a/blog/2024/rippled-2.2.2.md b/blog/2024/rippled-2.2.2.md index 22a306a9ab2..2608ed19e20 100644 --- a/blog/2024/rippled-2.2.2.md +++ b/blog/2024/rippled-2.2.2.md @@ -6,10 +6,9 @@ seo: description: Rippled version 2.2.2 is now available, addressing a Mainnet issue that caused validators to stall during consensus. Learn more about this release. labels: - rippled Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 2.2.2 diff --git a/blog/2024/rippled-2.2.3.md b/blog/2024/rippled-2.2.3.md index f99ef9e620c..46a130718fd 100644 --- a/blog/2024/rippled-2.2.3.md +++ b/blog/2024/rippled-2.2.3.md @@ -6,10 +6,9 @@ seo: description: Rippled version 2.2.3 is now available, addressing an issue that could cause full-history servers to run out of space in their SQLite databases. Learn more about this release. labels: - rippled Release Notes -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Introducing XRP Ledger version 2.2.3 diff --git a/blog/2024/testnet-reset-notification.md b/blog/2024/testnet-reset-notification.md index e4a11e078f3..3193d27b20a 100644 --- a/blog/2024/testnet-reset-notification.md +++ b/blog/2024/testnet-reset-notification.md @@ -6,10 +6,9 @@ seo: description: The Testnet reset was completed successfully on Monday, August 19, 2024 to improve stability and reduce the cost of running a Testnet node. Learn more. labels: - Advisories -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Upcoming Testnet Reset diff --git a/blog/2024/testnet-reset.md b/blog/2024/testnet-reset.md index d65e2e28bff..b0f118babb4 100644 --- a/blog/2024/testnet-reset.md +++ b/blog/2024/testnet-reset.md @@ -3,10 +3,9 @@ category: 2024 date: 2024-04-17 labels: - Advisories -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Testnet and Devnet Resets Upcoming diff --git a/blog/2024/verifyed.md b/blog/2024/verifyed.md index 2f93ba995fd..6124a3c5932 100644 --- a/blog/2024/verifyed.md +++ b/blog/2024/verifyed.md @@ -3,10 +3,9 @@ category: 2024 date: 2024-03-14 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: VerifyEd - Empowering Credential Verification on XRP Ledger diff --git a/blog/2024/web3auth.md b/blog/2024/web3auth.md index f3bed1dbc32..251f3dd8153 100644 --- a/blog/2024/web3auth.md +++ b/blog/2024/web3auth.md @@ -3,10 +3,9 @@ category: 2024 date: 2024-01-23 labels: - Developer Reflections -theme: - markdown: - editPage: - hide: true +markdown: + editPage: + hide: true --- # Developer Reflections: Web3Auth diff --git a/redocly.yaml b/redocly.yaml index affc9b2a15b..921411bb24d 100644 --- a/redocly.yaml +++ b/redocly.yaml @@ -18,166 +18,165 @@ seo: rbac: reunite: xrpl-org-editors: maintain -theme: - analytics: - gtm: - includeInDevelopment: true - trackingId: GTM-KCQZ3L8 - defaultDataLayer: - platform: redocly - enableWebVitalsTracking: true - scripts: - head: - - src: https://cmp.osano.com/AzyjT6TIZMlgyLyy8/f11f7772-8ed5-4b73-bd17-c0814edcc440/osano.js - - src: ./static/js/xrpl-2.11.0.min.js - - src: ./static/vendor/jquery-3.7.1.min.js - - src: ./static/vendor/bootstrap.min.js - - src: ./static/js/osano.js - type: text/javascript - body: - - src: ./static/js/xrplai-config.js - id: xrplai-options - - src: https://www.unpkg.com/@xrpl/ai-web/dist/init.js - type: module - id: initjs - links: - - href: https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap - rel: stylesheet - - href: https://fonts.googleapis.com/css?family=Source+Code+Pro:300,400,600,700&display=swap - rel: stylesheet - - href: ./static/css/devportal2024-v1.css - rel: stylesheet - - href: ./static/css/font-awesome.min.css - rel: stylesheet - - href: https://www.unpkg.com/@xrpl/ai-css/xrplai.css - rel: stylesheet +analytics: + gtm: + includeInDevelopment: true + trackingId: GTM-KCQZ3L8 + defaultDataLayer: + platform: redocly + enableWebVitalsTracking: true +scripts: + head: + - src: https://cmp.osano.com/AzyjT6TIZMlgyLyy8/f11f7772-8ed5-4b73-bd17-c0814edcc440/osano.js + - src: ./static/js/xrpl-2.11.0.min.js + - src: ./static/vendor/jquery-3.7.1.min.js + - src: ./static/vendor/bootstrap.min.js + - src: ./static/js/osano.js + type: text/javascript + body: + - src: ./static/js/xrplai-config.js + id: xrplai-options + - src: https://www.unpkg.com/@xrpl/ai-web/dist/init.js + type: module + id: initjs +links: + - href: https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap + rel: stylesheet + - href: https://fonts.googleapis.com/css?family=Source+Code+Pro:300,400,600,700&display=swap + rel: stylesheet + - href: ./static/css/devportal2024-v1.css + rel: stylesheet + - href: ./static/css/font-awesome.min.css + rel: stylesheet + - href: https://www.unpkg.com/@xrpl/ai-css/xrplai.css + rel: stylesheet +logo: + srcSet: ./static/img/XRPLedger_DevPortal-black.svg light ./static/img/XRPLedger_DevPortal-white.svg dark + altText: XRP Ledger Developer Portal + link: / +navbar: + items: + $ref: top-nav.yaml +markdown: + partialsFolders: ["docs/_snippets", "_code-samples", "_api-examples"] + editPage: + baseUrl: https://github.com/XRPLF/xrpl-dev-portal/tree/master/ + hide: false +footer: logo: - srcSet: ./static/img/XRPLedger_DevPortal-black.svg light ./static/img/XRPLedger_DevPortal-white.svg dark - altText: XRP Ledger Developer Portal - link: / - navbar: - items: - $ref: top-nav.yaml - markdown: - partialsFolders: ["docs/_snippets", "_code-samples", "_api-examples"] - editPage: - baseUrl: https://github.com/XRPLF/xrpl-dev-portal/tree/master/ - hide: false - footer: - logo: - hide: true - copyrightText: © 2024 XRP Ledger. Open Source. - items: - - group: About - groupTranslationKey: footer.about - items: - - page: about/index.page.tsx - label: XRPL Overview - labelTranslationKey: footer.about.xrpl-overview - - label: Use Cases & Projects - page: about/uses.page.tsx - labelTranslationKey: footer.about.use-cases-projects - - page: about/history.page.tsx - label: History - labelTranslationKey: footer.about.history - - page: about/impact.page.tsx - label: Impact - labelTranslationKey: footer.about.impact - - label: XRPL Foundation - labelTranslationKey: footer.about.xrpl-foundation - href: https://foundation.xrpl.org/ - external: true - - page: about/faq.md - label: FAQ - labelTranslationKey: footer.about.faq - - page: about/privacy-policy.md - label: Privacy Policy - labelTranslationKey: footer.about.privacy-policy - - group: Docs - groupTranslationKey: footer.docs - items: - - label: XRPL Documentation - page: docs/index.page.tsx - labelTranslationKey: footer.docs.xrpl-documentation - - page: docs/introduction/index.md - label: Introduction - labelTranslationKey: footer.docs.introduction - - page: docs/use-cases/index.md - label: Use Cases - labelTranslationKey: footer.docs.use-cases - - page: docs/concepts/index.md - label: Concepts - labelTranslationKey: footer.docs.concepts - - page: docs/tutorials/index.md - label: Tutorials - labelTranslationKey: footer.docs.tutorials - - page: docs/references/index.md - label: References - labelTranslationKey: footer.docs.references - - page: docs/infrastructure/index.md - label: Infrastructure - labelTranslationKey: footer.docs.infrastructure - - group: Resources - groupTranslationKey: footer.resources - items: - - page: resources/code-samples.page.tsx - label: Code Samples - labelTranslationKey: footer.resources.code-samples - - page: resources/dev-tools/index.page.tsx - label: Dev Tools - labelTranslationKey: footer.resources.dev-tools - - label: XRPL Learning Portal - labelTranslationKey: footer.resources.xrpl-learning-portal - href: https://learn.xrpl.org/ - external: true - - label: XRPL Brand Kit - labelTranslationKey: footer.resources.xrpl-brand-kit - href: /XRPL_Brand_Kit.zip - external: true - - label: Ledger Explorer - labelTranslationKey: footer.resources.explorer - href: https://livenet.xrpl.org/ - external: true - - page: resources/known-amendments.md - label: Known Amendments - labelTranslationKey: footer.resources.known-amendments - - page: resources/contribute-code/index.md - label: Contribute Code - labelTranslationKey: footer.resources.contribute-code - - page: resources/contribute-documentation/index.md - label: Contribute Documentation - labelTranslationKey: footer.resources.contribute-documentation - - group: Community - groupTranslationKey: footer.community - items: - - page: community/index.page.tsx - label: Community - labelTranslationKey: footer.community.community - - page: community/events.page.tsx - label: Events - labelTranslationKey: footer.community.events - - page: community/ambassadors.page.tsx - label: Ambassadors - labelTranslationKey: footer.community.ambassadors - - page: community/developer-funding.page.tsx - label: Developer Funding - labelTranslationKey: footer.community.developer-funding - - label: XRPL Jobs - labelTranslationKey: footer.community.xrpl-jobs - href: https://jobs.xrpl.org/ - external: true - - page: blog/index.page.tsx - label: XRP Ledger Community Blog - labelTranslationKey: footer.community.dev-blog - - label: XRPL Grants - labelTranslationKey: footer.community.xrpl-grants - href: https://xrplgrants.org/ - external: true - - label: GitHub - labelTranslationKey: footer.community.github - href: https://github.com/XRPLF/ - external: true - - page: community/report-a-scam.md - label: Report a Scam - labelTranslationKey: footer.community.report-a-scam + hide: true + copyrightText: © 2024 XRP Ledger. Open Source. + items: + - group: About + groupTranslationKey: footer.about + items: + - page: about/index.page.tsx + label: XRPL Overview + labelTranslationKey: footer.about.xrpl-overview + - label: Use Cases & Projects + page: about/uses.page.tsx + labelTranslationKey: footer.about.use-cases-projects + - page: about/history.page.tsx + label: History + labelTranslationKey: footer.about.history + - page: about/impact.page.tsx + label: Impact + labelTranslationKey: footer.about.impact + - label: XRPL Foundation + labelTranslationKey: footer.about.xrpl-foundation + href: https://foundation.xrpl.org/ + external: true + - page: about/faq.md + label: FAQ + labelTranslationKey: footer.about.faq + - page: about/privacy-policy.md + label: Privacy Policy + labelTranslationKey: footer.about.privacy-policy + - group: Docs + groupTranslationKey: footer.docs + items: + - label: XRPL Documentation + page: docs/index.page.tsx + labelTranslationKey: footer.docs.xrpl-documentation + - page: docs/introduction/index.md + label: Introduction + labelTranslationKey: footer.docs.introduction + - page: docs/use-cases/index.md + label: Use Cases + labelTranslationKey: footer.docs.use-cases + - page: docs/concepts/index.md + label: Concepts + labelTranslationKey: footer.docs.concepts + - page: docs/tutorials/index.md + label: Tutorials + labelTranslationKey: footer.docs.tutorials + - page: docs/references/index.md + label: References + labelTranslationKey: footer.docs.references + - page: docs/infrastructure/index.md + label: Infrastructure + labelTranslationKey: footer.docs.infrastructure + - group: Resources + groupTranslationKey: footer.resources + items: + - page: resources/code-samples.page.tsx + label: Code Samples + labelTranslationKey: footer.resources.code-samples + - page: resources/dev-tools/index.page.tsx + label: Dev Tools + labelTranslationKey: footer.resources.dev-tools + - label: XRPL Learning Portal + labelTranslationKey: footer.resources.xrpl-learning-portal + href: https://learn.xrpl.org/ + external: true + - label: XRPL Brand Kit + labelTranslationKey: footer.resources.xrpl-brand-kit + href: /XRPL_Brand_Kit.zip + external: true + - label: Ledger Explorer + labelTranslationKey: footer.resources.explorer + href: https://livenet.xrpl.org/ + external: true + - page: resources/known-amendments.md + label: Known Amendments + labelTranslationKey: footer.resources.known-amendments + - page: resources/contribute-code/index.md + label: Contribute Code + labelTranslationKey: footer.resources.contribute-code + - page: resources/contribute-documentation/index.md + label: Contribute Documentation + labelTranslationKey: footer.resources.contribute-documentation + - group: Community + groupTranslationKey: footer.community + items: + - page: community/index.page.tsx + label: Community + labelTranslationKey: footer.community.community + - page: community/events.page.tsx + label: Events + labelTranslationKey: footer.community.events + - page: community/ambassadors.page.tsx + label: Ambassadors + labelTranslationKey: footer.community.ambassadors + - page: community/developer-funding.page.tsx + label: Developer Funding + labelTranslationKey: footer.community.developer-funding + - label: XRPL Jobs + labelTranslationKey: footer.community.xrpl-jobs + href: https://jobs.xrpl.org/ + external: true + - page: blog/index.page.tsx + label: XRP Ledger Community Blog + labelTranslationKey: footer.community.dev-blog + - label: XRPL Grants + labelTranslationKey: footer.community.xrpl-grants + href: https://xrplgrants.org/ + external: true + - label: GitHub + labelTranslationKey: footer.community.github + href: https://github.com/XRPLF/ + external: true + - page: community/report-a-scam.md + label: Report a Scam + labelTranslationKey: footer.community.report-a-scam diff --git a/resources/contribute-documentation/index.md b/resources/contribute-documentation/index.md index bc0f0c416d4..05708137b1d 100644 --- a/resources/contribute-documentation/index.md +++ b/resources/contribute-documentation/index.md @@ -170,10 +170,9 @@ If these buttons don't make sense as a proper reading order in context you can d ```yaml --- -theme: - navigation: - nextButton: - hide: true +navigation: + nextButton: + hide: true --- ``` From f910d10e91577f8baee57bd0c08461c3a581972e Mon Sep 17 00:00:00 2001 From: Vova Rutskyi Date: Mon, 23 Sep 2024 15:13:11 +0300 Subject: [PATCH 4/6] chore: rename deprecated i18n to l10n --- {@i18n => @l10n}/es-ES/CODE_OF_CONDUCT.md | 0 {@i18n => @l10n}/es-ES/CONTRIBUTING.md | 0 {@i18n => @l10n}/es-ES/about/faq.md | 0 {@i18n => @l10n}/es-ES/about/privacy-policy.md | 0 {@i18n => @l10n}/es-ES/community/report-a-scam.md | 0 .../es-ES/docs/concepts/accounts/account-types.md | 0 .../es-ES/docs/concepts/accounts/addresses.md | 0 .../es-ES/docs/concepts/accounts/cryptographic-keys.md | 0 .../concepts/accounts/decentralized-identifiers.md | 0 .../es-ES/docs/concepts/accounts/deleting-accounts.md | 0 .../es-ES/docs/concepts/accounts/depositauth.md | 0 {@i18n => @l10n}/es-ES/docs/concepts/accounts/index.md | 0 .../es-ES/docs/concepts/accounts/multi-signing.md | 0 .../es-ES/docs/concepts/accounts/reserves.md | 0 .../es-ES/docs/concepts/accounts/tickets.md | 0 .../consensus-principles-and-rules.md | 0 .../consensus-protocol/consensus-protections.md | 0 .../concepts/consensus-protocol/consensus-research.md | 0 .../concepts/consensus-protocol/consensus-structure.md | 0 .../docs/concepts/consensus-protocol/fee-voting.md | 0 .../es-ES/docs/concepts/consensus-protocol/index.md | 0 .../concepts/consensus-protocol/invariant-checking.md | 0 .../docs/concepts/consensus-protocol/negative-unl.md | 0 {@i18n => @l10n}/es-ES/docs/concepts/ledgers/index.md | 0 .../es-ES/docs/concepts/ledgers/ledger-close-times.md | 0 .../es-ES/docs/concepts/ledgers/ledger-structure.md | 0 .../concepts/ledgers/open-closed-validated-ledgers.md | 0 .../docs/concepts/networks-and-servers/amendments.md | 0 .../docs/concepts/networks-and-servers/clustering.md | 0 .../es-ES/docs/concepts/networks-and-servers/index.md | 0 .../concepts/networks-and-servers/ledger-history.md | 0 .../concepts/networks-and-servers/parallel-networks.md | 0 .../concepts/networks-and-servers/peer-protocol.md | 0 .../networks-and-servers/rippled-server-modes.md | 0 .../concepts/networks-and-servers/the-clio-server.md | 0 .../transaction-censorship-detection.md | 0 .../docs/concepts/payment-types/bouncing-payments.md | 0 .../es-ES/docs/concepts/payment-types/checks.md | 0 .../concepts/payment-types/cross-currency-payments.md | 0 .../docs/concepts/payment-types/direct-xrp-payments.md | 0 .../es-ES/docs/concepts/payment-types/escrow.md | 0 .../es-ES/docs/concepts/payment-types/index.md | 0 .../docs/concepts/payment-types/partial-payments.md | 0 .../docs/concepts/payment-types/payment-channels.md | 0 .../payment-types/robustly-monitoring-for-payments.md | 0 .../payment-types/sending-payments-to-customers.md | 0 .../tokens/decentralized-exchange/autobridging.md | 0 .../decentralized-exchange/automated-market-makers.md | 0 .../concepts/tokens/decentralized-exchange/index.md | 0 .../concepts/tokens/decentralized-exchange/offers.md | 0 .../concepts/tokens/decentralized-exchange/ticksize.md | 0 .../es-ES/docs/introduction/crypto-wallets.md | 0 {@i18n => @l10n}/es-ES/docs/introduction/index.md | 0 .../es-ES/docs/introduction/software-ecosystem.md | 0 .../docs/introduction/transactions-and-requests.md | 0 .../es-ES/docs/introduction/what-is-the-xrp-ledger.md | 0 .../es-ES/docs/introduction/what-is-xrp.md | 0 {@i18n => @l10n}/es-ES/translations.yaml | 0 {@i18n => @l10n}/ja/CODE-OF-CONDUCT.md | 0 {@i18n => @l10n}/ja/CONTRIBUTING.md | 0 {@i18n => @l10n}/ja/about/faq.md | 0 {@i18n => @l10n}/ja/community/report-a-scam.md | 0 .../ja/docs/_snippets/checkcash-prereqs.md | 0 .../ja/docs/_snippets/clawback-disclaimer.md | 0 .../ja/docs/_snippets/conf-file-location.md | 0 .../ja/docs/_snippets/data_types/account_sequence.md | 0 .../ja/docs/_snippets/data_types/address.md | 0 .../ja/docs/_snippets/data_types/currency_code.md | 0 {@i18n => @l10n}/ja/docs/_snippets/data_types/hash.md | 0 .../ja/docs/_snippets/data_types/ledger_index.md | 0 .../ja/docs/_snippets/data_types/public_key.md | 0 .../ja/docs/_snippets/etl-source-object.md | 0 .../_snippets/interactive-tutorials/connect-step.md | 0 .../_snippets/interactive-tutorials/generate-step.md | 0 .../docs/_snippets/interactive-tutorials/wait-step.md | 0 .../issuing-and-operational-addresses-intro.md | 0 .../ja/docs/_snippets/ledger-objects-intro.md | 0 {@i18n => @l10n}/ja/docs/_snippets/no-cli-syntax.md | 0 .../ja/docs/_snippets/peer_reservation_object.md | 0 .../ja/docs/_snippets/port-descriptor-object.md | 0 .../ja/docs/_snippets/post-rippled-install.md | 2 +- .../ja/docs/_snippets/pseudo-tx-fields-intro.md | 0 .../ja/docs/_snippets/public-signing-note.md | 0 .../ja/docs/_snippets/secret-key-warning.md | 0 .../ja/docs/_snippets/setfee_uniqueness_note.md | 0 .../ja/docs/_snippets/string-number-formatting.md | 0 .../ja/docs/_snippets/tutorial-sign-step.md | 0 .../ja/docs/_snippets/tutorial-submit-step.md | 0 {@i18n => @l10n}/ja/docs/_snippets/tx-fields-intro.md | 0 .../ja/docs/_snippets/tx-metadata-field-table.md | 0 .../ja/docs/_snippets/unsynced_warning_logs.md | 0 .../ja/docs/_snippets/wait-for-validation.md | 0 .../ja/docs/concepts/accounts/account-types.md | 2 +- .../ja/docs/concepts/accounts/addresses.md | 2 +- .../ja/docs/concepts/accounts/cryptographic-keys.md | 0 .../concepts/accounts/decentralized-identifiers.md | 0 .../ja/docs/concepts/accounts/deleting-accounts.md | 0 .../ja/docs/concepts/accounts/depositauth.md | 2 +- {@i18n => @l10n}/ja/docs/concepts/accounts/index.md | 0 .../ja/docs/concepts/accounts/multi-signing.md | 0 {@i18n => @l10n}/ja/docs/concepts/accounts/reserves.md | 0 {@i18n => @l10n}/ja/docs/concepts/accounts/tickets.md | 0 .../consensus-principles-and-rules.md | 0 .../consensus-protocol/consensus-protections.md | 0 .../concepts/consensus-protocol/consensus-research.md | 0 .../concepts/consensus-protocol/consensus-structure.md | 0 .../ja/docs/concepts/consensus-protocol/fee-voting.md | 0 .../ja/docs/concepts/consensus-protocol/index.md | 0 .../concepts/consensus-protocol/invariant-checking.md | 0 .../docs/concepts/consensus-protocol/negative-unl.md | 0 .../ja/docs/concepts/consensus-protocol/unl.md | 0 {@i18n => @l10n}/ja/docs/concepts/index.md | 0 {@i18n => @l10n}/ja/docs/concepts/ledgers/index.md | 0 .../ja/docs/concepts/ledgers/ledger-close-times.md | 0 .../ja/docs/concepts/ledgers/ledger-structure.md | 0 .../concepts/ledgers/open-closed-validated-ledgers.md | 0 .../docs/concepts/networks-and-servers/amendments.md | 0 .../docs/concepts/networks-and-servers/clustering.md | 0 .../ja/docs/concepts/networks-and-servers/index.md | 0 .../concepts/networks-and-servers/ledger-history.md | 0 .../concepts/networks-and-servers/parallel-networks.md | 0 .../concepts/networks-and-servers/peer-protocol.md | 0 .../networks-and-servers/rippled-server-modes.md | 0 .../concepts/networks-and-servers/the-clio-server.md | 0 .../transaction-censorship-detection.md | 0 .../docs/concepts/payment-types/bouncing-payments.md | 0 .../ja/docs/concepts/payment-types/checks.md | 0 .../concepts/payment-types/cross-currency-payments.md | 0 .../docs/concepts/payment-types/direct-xrp-payments.md | 0 .../ja/docs/concepts/payment-types/escrow.md | 0 .../ja/docs/concepts/payment-types/index.md | 0 .../ja/docs/concepts/payment-types/partial-payments.md | 0 .../ja/docs/concepts/payment-types/payment-channels.md | 0 .../payment-types/robustly-monitoring-for-payments.md | 0 .../payment-types/sending-payments-to-customers.md | 0 .../tokens/decentralized-exchange/autobridging.md | 0 .../decentralized-exchange/automated-market-makers.md | 0 .../concepts/tokens/decentralized-exchange/index.md | 0 .../concepts/tokens/decentralized-exchange/offers.md | 0 .../concepts/tokens/decentralized-exchange/ticksize.md | 0 .../tokens/fungible-tokens/authorized-trust-lines.md | 4 ++-- .../tokens/fungible-tokens/clawing-back-tokens.md | 2 +- .../common-misconceptions-about-freezes.md | 0 .../docs/concepts/tokens/fungible-tokens/demurrage.md | 0 .../ja/docs/concepts/tokens/fungible-tokens/freezes.md | 0 .../ja/docs/concepts/tokens/fungible-tokens/index.md | 0 .../ja/docs/concepts/tokens/fungible-tokens/paths.md | 0 .../docs/concepts/tokens/fungible-tokens/rippling.md | 0 .../stablecoins/compliance-guidelines.md | 0 .../fungible-tokens/stablecoins/configuration.md | 0 .../tokens/fungible-tokens/stablecoins/index.md | 0 .../tokens/fungible-tokens/stablecoins/precautions.md | 0 .../tokens/fungible-tokens/stablecoins/settings.md | 0 {@i18n => @l10n}/ja/docs/concepts/tokens/index.md | 0 .../concepts/tokens/nfts/authorizing-another-minter.md | 0 .../ja/docs/concepts/tokens/nfts/batch-minting.md | 0 .../ja/docs/concepts/tokens/nfts/collections.md | 0 .../tokens/nfts/guaranteeing-a-fixed-supply.md | 0 {@i18n => @l10n}/ja/docs/concepts/tokens/nfts/index.md | 0 .../ja/docs/concepts/tokens/nfts/nft-apis.md | 0 .../concepts/tokens/nfts/non-transferable-tokens.md | 0 .../ja/docs/concepts/tokens/nfts/payload-storage.md | 0 .../docs/concepts/tokens/nfts/reserve-requirements.md | 0 .../concepts/tokens/nfts/running-an-nft-auction.md | 0 .../ja/docs/concepts/tokens/nfts/trading.md | 0 .../ja/docs/concepts/tokens/transfer-fees.md | 0 {@i18n => @l10n}/ja/docs/concepts/transactions/fees.md | 0 .../finality-of-results/canceling-a-transaction.md | 0 .../concepts/transactions/finality-of-results/index.md | 0 .../finality-of-results/look-up-transaction-results.md | 2 +- .../finality-of-results/transaction-malleability.md | 0 .../ja/docs/concepts/transactions/index.md | 2 +- .../transactions/reliable-transaction-submission.md | 0 .../ja/docs/concepts/transactions/secure-signing.md | 0 .../transactions/source-and-destination-tags.md | 0 .../ja/docs/concepts/transactions/transaction-cost.md | 0 .../ja/docs/concepts/transactions/transaction-queue.md | 0 .../concepts/xrpl-sidechains/cross-chain-bridges.md | 0 .../ja/docs/concepts/xrpl-sidechains/index.md | 0 .../docs/concepts/xrpl-sidechains/witness-servers.md | 0 .../ja/docs/infrastructure/commandline-usage.md | 0 .../configuration/configure-amendment-voting.md | 0 .../infrastructure/configuration/configure-grpc.md | 2 +- .../infrastructure/configuration/configure-statsd.md | 2 +- .../connect-your-rippled-to-the-xrp-test-net.md | 2 +- .../data-retention/configure-advisory-deletion.md | 2 +- .../data-retention/configure-full-history.md | 2 +- .../data-retention/configure-history-sharding.md | 2 +- .../data-retention/configure-online-deletion.md | 2 +- .../configuration/data-retention/history-sharding.md | 0 .../configuration/data-retention/index.md | 0 .../configuration/data-retention/online-deletion.md | 0 .../configuration/enable-public-signing.md | 2 +- .../ja/docs/infrastructure/configuration/index.md | 0 .../configuration/peering/cluster-rippled-servers.md | 0 .../peering/configure-a-private-server.md | 2 +- .../peering/configure-the-peer-crawler.md | 4 ++-- .../configuration/peering/enable-link-compression.md | 2 +- .../configuration/peering/forward-ports-for-peering.md | 0 .../docs/infrastructure/configuration/peering/index.md | 0 .../peering/manually-connect-to-a-specific-peer.md | 0 .../configuration/peering/set-max-number-of-peers.md | 2 +- .../configuration/peering/use-a-peer-reservation.md | 2 +- .../infrastructure/configuration/server-modes/index.md | 0 .../server-modes/run-rippled-as-a-stock-server.md | 0 .../server-modes/run-rippled-as-a-validator.md | 0 {@i18n => @l10n}/ja/docs/infrastructure/index.md | 0 .../installation/build-on-linux-mac-windows.md | 0 .../build-run-rippled-in-reporting-mode.md | 0 .../infrastructure/installation/capacity-planning.md | 0 .../ja/docs/infrastructure/installation/index.md | 0 .../installation/install-clio-on-ubuntu.md | 0 .../install-rippled-on-centos-rhel-with-yum.md | 2 +- .../installation/install-rippled-on-ubuntu.md | 2 +- .../installation/rippled-1-3-migration-instructions.md | 0 .../infrastructure/installation/system-requirements.md | 0 .../update-rippled-automatically-on-linux.md | 0 .../update-rippled-manually-on-centos-rhel.md | 0 .../installation/update-rippled-manually-on-ubuntu.md | 0 .../advance-the-ledger-in-stand-alone-mode.md | 0 .../docs/infrastructure/testing-and-auditing/index.md | 0 .../load-a-saved-ledger-in-stand-alone-mode.md | 0 .../run-private-network-with-docker.md | 0 .../start-a-new-genesis-ledger-in-stand-alone-mode.md | 0 .../testing-and-auditing/test-amendments.md | 0 .../troubleshooting/diagnosing-problems.md | 0 .../fix-sqlite-tx-db-page-size-issue.md | 0 .../troubleshooting/health-check-interventions.md | 0 .../ja/docs/infrastructure/troubleshooting/index.md | 0 .../troubleshooting/server-doesnt-sync.md | 2 +- .../troubleshooting/server-is-amendment-blocked.md | 0 .../troubleshooting/server-wont-start.md | 0 .../troubleshooting/understanding-log-messages.md | 6 +++--- .../ja/docs/introduction/crypto-wallets.md | 0 {@i18n => @l10n}/ja/docs/introduction/index.md | 0 .../ja/docs/introduction/software-ecosystem.md | 0 .../ja/docs/introduction/transactions-and-requests.md | 0 .../ja/docs/introduction/what-is-the-xrp-ledger.md | 0 {@i18n => @l10n}/ja/docs/introduction/what-is-xrp.md | 0 .../ja/docs/references/client-libraries.md | 0 {@i18n => @l10n}/ja/docs/references/data-api.md | 0 .../http-websocket-apis/admin-api-methods/index.md | 0 .../admin-api-methods/key-generation-methods/index.md | 0 .../key-generation-methods/validation_create.md | 0 .../key-generation-methods/wallet_propose.md | 0 .../logging-and-data-management-methods/can_delete.md | 0 .../crawl_shards.md | 0 .../download_shard.md | 0 .../logging-and-data-management-methods/index.md | 0 .../ledger_cleaner.md | 0 .../ledger_request.md | 0 .../logging-and-data-management-methods/log_level.md | 0 .../logging-and-data-management-methods/logrotate.md | 0 .../node_to_shard.md | 0 .../peer-management-methods/connect.md | 0 .../admin-api-methods/peer-management-methods/index.md | 0 .../peer-management-methods/peer_reservations_add.md | 2 +- .../peer-management-methods/peer_reservations_del.md | 2 +- .../peer-management-methods/peer_reservations_list.md | 2 +- .../admin-api-methods/peer-management-methods/peers.md | 0 .../admin-api-methods/server-control-methods/index.md | 0 .../server-control-methods/ledger_accept.md | 0 .../admin-api-methods/server-control-methods/stop.md | 0 .../server-control-methods/validation_seed.md | 0 .../admin-api-methods/signing-methods/index.md | 0 .../admin-api-methods/signing-methods/sign.md | 2 +- .../admin-api-methods/signing-methods/sign_for.md | 2 +- .../status-and-debugging-methods/consensus_info.md | 0 .../status-and-debugging-methods/feature.md | 0 .../status-and-debugging-methods/fetch_info.md | 0 .../status-and-debugging-methods/get_counts.md | 0 .../status-and-debugging-methods/index.md | 0 .../status-and-debugging-methods/print.md | 0 .../status-and-debugging-methods/validator_info.md | 0 .../validator_list_sites.md | 0 .../status-and-debugging-methods/validators.md | 0 .../http-websocket-apis/api-conventions/ctid.md | 0 .../api-conventions/error-formatting.md | 0 .../http-websocket-apis/api-conventions/index.md | 0 .../api-conventions/markers-and-pagination.md | 0 .../api-conventions/rate-limiting.md | 0 .../api-conventions/request-formatting.md | 0 .../api-conventions/response-formatting.md | 0 .../api-conventions/rippled-server-states.md | 0 .../ja/docs/references/http-websocket-apis/index.md | 0 .../peer-port-methods/health-check.md | 0 .../http-websocket-apis/peer-port-methods/index.md | 0 .../peer-port-methods/peer-crawler.md | 0 .../peer-port-methods/validator-list.md | 0 .../account-methods/account_channels.md | 0 .../account-methods/account_currencies.md | 0 .../public-api-methods/account-methods/account_info.md | 0 .../account-methods/account_lines.md | 0 .../public-api-methods/account-methods/account_nfts.md | 2 +- .../account-methods/account_objects.md | 0 .../account-methods/account_offers.md | 0 .../public-api-methods/account-methods/account_tx.md | 0 .../account-methods/gateway_balances.md | 0 .../public-api-methods/account-methods/index.md | 0 .../account-methods/noripple_check.md | 0 .../public-api-methods/clio-methods/ledger-clio.md | 0 .../public-api-methods/clio-methods/nft_history.md | 0 .../public-api-methods/clio-methods/nft_info.md | 0 .../clio-methods/server_info-clio.md | 0 .../public-api-methods/clio-server/index.md | 0 .../http-websocket-apis/public-api-methods/index.md | 0 .../public-api-methods/ledger-methods/index.md | 0 .../public-api-methods/ledger-methods/ledger.md | 0 .../public-api-methods/ledger-methods/ledger_closed.md | 0 .../ledger-methods/ledger_current.md | 0 .../public-api-methods/ledger-methods/ledger_data.md | 0 .../public-api-methods/ledger-methods/ledger_entry.md | 2 +- .../path-and-order-book-methods/amm_info.md | 2 +- .../path-and-order-book-methods/book_offers.md | 0 .../path-and-order-book-methods/deposit_authorized.md | 0 .../path-and-order-book-methods/index.md | 0 .../path-and-order-book-methods/nft_buy_offers.md | 2 +- .../path-and-order-book-methods/nft_sell_offers.md | 2 +- .../path-and-order-book-methods/path_find.md | 0 .../path-and-order-book-methods/ripple_path_find.md | 0 .../payment-channel-methods/channel_authorize.md | 0 .../payment-channel-methods/channel_verify.md | 0 .../payment-channel-methods/index.md | 0 .../public-api-methods/server-info-methods/fee.md | 0 .../public-api-methods/server-info-methods/index.md | 0 .../public-api-methods/server-info-methods/manifest.md | 0 .../server-info-methods/server_definitions.md | 0 .../server-info-methods/server_info.md | 4 ++-- .../server-info-methods/server_state.md | 4 ++-- .../public-api-methods/subscription-methods/index.md | 0 .../subscription-methods/subscribe.md | 0 .../subscription-methods/unsubscribe.md | 0 .../public-api-methods/transaction-methods/index.md | 0 .../public-api-methods/transaction-methods/submit.md | 0 .../transaction-methods/submit_multisigned.md | 0 .../transaction-methods/transaction_entry.md | 0 .../public-api-methods/transaction-methods/tx.md | 0 .../transaction-methods/tx_history.md | 0 .../public-api-methods/utility-methods/index.md | 0 .../public-api-methods/utility-methods/json.md | 0 .../public-api-methods/utility-methods/ping.md | 0 .../public-api-methods/utility-methods/random.md | 0 {@i18n => @l10n}/ja/docs/references/index.md | 0 .../ja/docs/references/protocol/binary-format.md | 0 .../references/protocol/data-types/base58-encodings.md | 0 .../references/protocol/data-types/basic-data-types.md | 8 ++++---- .../references/protocol/data-types/currency-formats.md | 4 ++-- .../ja/docs/references/protocol/data-types/nftoken.md | 0 {@i18n => @l10n}/ja/docs/references/protocol/index.md | 0 .../references/protocol/ledger-data/common-fields.md | 0 .../ja/docs/references/protocol/ledger-data/index.md | 2 +- .../ledger-data/ledger-entry-types/accountroot.md | 0 .../ledger-data/ledger-entry-types/amendments.md | 0 .../protocol/ledger-data/ledger-entry-types/amm.md | 0 .../protocol/ledger-data/ledger-entry-types/bridge.md | 0 .../protocol/ledger-data/ledger-entry-types/check.md | 0 .../ledger-data/ledger-entry-types/depositpreauth.md | 0 .../protocol/ledger-data/ledger-entry-types/did.md | 0 .../ledger-data/ledger-entry-types/directorynode.md | 0 .../protocol/ledger-data/ledger-entry-types/escrow.md | 0 .../ledger-data/ledger-entry-types/feesettings.md | 0 .../protocol/ledger-data/ledger-entry-types/index.md | 2 +- .../ledger-data/ledger-entry-types/ledgerhashes.md | 0 .../ledger-data/ledger-entry-types/negativeunl.md | 0 .../ledger-data/ledger-entry-types/nftokenoffer.md | 0 .../ledger-data/ledger-entry-types/nftokenpage.md | 0 .../protocol/ledger-data/ledger-entry-types/offer.md | 0 .../ledger-data/ledger-entry-types/paychannel.md | 0 .../ledger-data/ledger-entry-types/ripplestate.md | 0 .../ledger-data/ledger-entry-types/signerlist.md | 0 .../protocol/ledger-data/ledger-entry-types/ticket.md | 0 .../ledger-entry-types/xchainownedclaimid.md | 0 .../xchainownedcreateaccountclaimid.md | 0 .../references/protocol/ledger-data/ledger-header.md | 2 +- .../references/protocol/transactions/common-fields.md | 0 .../ja/docs/references/protocol/transactions/index.md | 0 .../docs/references/protocol/transactions/metadata.md | 2 +- .../pseudo-transaction-types/enableamendment.md | 0 .../pseudo-transaction-types.md | 0 .../transactions/pseudo-transaction-types/setfee.md | 2 +- .../transactions/pseudo-transaction-types/unlmodify.md | 2 +- .../protocol/transactions/transaction-results/index.md | 0 .../transactions/transaction-results/tec-codes.md | 0 .../transactions/transaction-results/tef-codes.md | 0 .../transactions/transaction-results/tel-codes.md | 0 .../transactions/transaction-results/tem-codes.md | 0 .../transactions/transaction-results/ter-codes.md | 0 .../transactions/transaction-results/tes-success.md | 0 .../protocol/transactions/types/accountdelete.md | 2 +- .../protocol/transactions/types/accountset.md | 2 +- .../references/protocol/transactions/types/ammbid.md | 2 +- .../protocol/transactions/types/ammcreate.md | 2 +- .../protocol/transactions/types/ammdelete.md | 2 +- .../protocol/transactions/types/ammdeposit.md | 2 +- .../references/protocol/transactions/types/ammvote.md | 2 +- .../protocol/transactions/types/ammwithdraw.md | 2 +- .../protocol/transactions/types/checkcancel.md | 2 +- .../protocol/transactions/types/checkcash.md | 2 +- .../protocol/transactions/types/checkcreate.md | 2 +- .../references/protocol/transactions/types/clawback.md | 4 ++-- .../protocol/transactions/types/depositpreauth.md | 2 +- .../protocol/transactions/types/diddelete.md | 0 .../references/protocol/transactions/types/didset.md | 2 +- .../protocol/transactions/types/escrowcancel.md | 2 +- .../protocol/transactions/types/escrowcreate.md | 2 +- .../protocol/transactions/types/escrowfinish.md | 2 +- .../references/protocol/transactions/types/index.md | 0 .../protocol/transactions/types/nftokenacceptoffer.md | 2 +- .../protocol/transactions/types/nftokenburn.md | 2 +- .../protocol/transactions/types/nftokencanceloffer.md | 2 +- .../protocol/transactions/types/nftokencreateoffer.md | 2 +- .../protocol/transactions/types/nftokenmint.md | 2 +- .../protocol/transactions/types/offercancel.md | 2 +- .../protocol/transactions/types/offercreate.md | 2 +- .../references/protocol/transactions/types/payment.md | 2 +- .../protocol/transactions/types/paymentchannelclaim.md | 2 +- .../transactions/types/paymentchannelcreate.md | 2 +- .../protocol/transactions/types/paymentchannelfund.md | 2 +- .../protocol/transactions/types/setregularkey.md | 2 +- .../protocol/transactions/types/signerlistset.md | 2 +- .../protocol/transactions/types/ticketcreate.md | 2 +- .../references/protocol/transactions/types/trustset.md | 2 +- .../transactions/types/xchainaccountcreatecommit.md | 0 .../types/xchainaddaccountcreateattestation.md | 0 .../transactions/types/xchainaddclaimattestation.md | 0 .../protocol/transactions/types/xchainclaim.md | 0 .../protocol/transactions/types/xchaincommit.md | 0 .../protocol/transactions/types/xchaincreatebridge.md | 0 .../protocol/transactions/types/xchaincreateclaimid.md | 0 .../protocol/transactions/types/xchainmodifybridge.md | 0 {@i18n => @l10n}/ja/docs/references/xrp-api.md | 0 {@i18n => @l10n}/ja/docs/references/xrp-ledger-toml.md | 0 .../ja/docs/references/xrpljs2-migration-guide.md | 0 {@i18n => @l10n}/ja/docs/tutorials/how-tos/index.md | 0 .../assign-a-regular-key-pair.md | 4 ++-- .../change-or-remove-a-regular-key-pair.md | 2 +- .../manage-account-settings/disable-master-key-pair.md | 2 +- .../tutorials/how-tos/manage-account-settings/index.md | 0 .../manage-account-settings/offline-account-setup.md | 0 .../require-destination-tags.md | 0 .../send-a-multi-signed-transaction.md | 4 ++-- .../manage-account-settings/set-up-multi-signing.md | 4 ++-- .../how-tos/manage-account-settings/use-tickets.md | 8 ++++---- {@i18n => @l10n}/ja/docs/tutorials/how-tos/send-xrp.md | 6 +++--- .../how-tos/use-specialized-payment-types/index.md | 0 .../use-checks/cancel-a-check.md | 6 +++--- .../use-checks/cash-a-check-for-a-flexible-amount.md | 8 ++++---- .../use-checks/cash-a-check-for-an-exact-amount.md | 8 ++++---- .../use-checks/look-up-checks-by-recipient.md | 0 .../use-checks/look-up-checks-by-sender.md | 0 .../use-checks/send-a-check.md | 6 +++--- .../use-checks/use-checks.md | 0 .../use-escrows/cancel-an-expired-escrow.md | 4 ++-- .../use-specialized-payment-types/use-escrows/index.md | 0 .../use-escrows/look-up-escrows.md | 0 .../use-escrows/send-a-conditionally-held-escrow.md | 8 ++++---- .../use-escrows/send-a-time-held-escrow.md | 8 ++++---- .../use-payment-channels/index.md | 0 .../ja/docs/tutorials/how-tos/use-tokens/index.md | 0 .../docs/tutorials/http-websocket-apis/get-started.md | 0 .../ja/docs/tutorials/http-websocket-apis/index.md | 0 .../monitor-incoming-payments-with-websocket.md | 0 {@i18n => @l10n}/ja/docs/tutorials/index.md | 0 {@i18n => @l10n}/ja/docs/tutorials/java/index.md | 0 .../ja/docs/tutorials/javascript/get-started.md | 0 {@i18n => @l10n}/ja/docs/tutorials/javascript/index.md | 0 .../ja/docs/tutorials/javascript/nfts/index.md | 0 {@i18n => @l10n}/ja/docs/tutorials/public-servers.md | 0 {@i18n => @l10n}/ja/docs/tutorials/python/index.md | 0 .../ja/docs/use-cases/defi/algorithmic-trading.md | 0 {@i18n => @l10n}/ja/docs/use-cases/defi/index.md | 0 .../ja/docs/use-cases/defi/list-xrp-as-an-exchange.md | 0 {@i18n => @l10n}/ja/docs/use-cases/index.md | 0 {@i18n => @l10n}/ja/docs/use-cases/payments/index.md | 0 .../use-cases/payments/peer-to-peer-payments-uc.md | 0 .../docs/use-cases/payments/restricting-deposits-uc.md | 0 .../ja/docs/use-cases/payments/smart-contracts-uc.md | 0 .../docs/use-cases/tokenization/authorized-minter.md | 0 .../ja/docs/use-cases/tokenization/digital-artist.md | 0 .../ja/docs/use-cases/tokenization/index.md | 0 .../ja/docs/use-cases/tokenization/nft-mkt-overview.md | 0 .../docs/use-cases/tokenization/nftoken-marketplace.md | 0 .../docs/use-cases/tokenization/stablecoin-issuer.md | 0 .../contribute-code/create-custom-transactors.md | 0 {@i18n => @l10n}/ja/resources/contribute-code/index.md | 0 .../contribute-documentation/creating-diagrams.md | 0 .../documentation-translations.md | 0 .../ja/resources/contribute-documentation/index.md | 2 +- .../contribute-documentation/tutorial-guidelines.md | 0 .../contribute-documentation/tutorial-structure.md | 0 {@i18n => @l10n}/ja/resources/index.md | 0 {@i18n => @l10n}/ja/resources/known-amendments.md | 0 {@i18n => @l10n}/ja/translations.yaml | 0 README.md | 10 +++++----- redocly.yaml | 2 +- resources/contribute-documentation/index.md | 2 +- translations.yaml | 2 +- 497 files changed, 136 insertions(+), 136 deletions(-) rename {@i18n => @l10n}/es-ES/CODE_OF_CONDUCT.md (100%) rename {@i18n => @l10n}/es-ES/CONTRIBUTING.md (100%) rename {@i18n => @l10n}/es-ES/about/faq.md (100%) rename {@i18n => @l10n}/es-ES/about/privacy-policy.md (100%) rename {@i18n => @l10n}/es-ES/community/report-a-scam.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/accounts/account-types.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/accounts/addresses.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/accounts/cryptographic-keys.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/accounts/decentralized-identifiers.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/accounts/deleting-accounts.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/accounts/depositauth.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/accounts/index.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/accounts/multi-signing.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/accounts/reserves.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/accounts/tickets.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/consensus-protocol/consensus-principles-and-rules.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/consensus-protocol/consensus-protections.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/consensus-protocol/consensus-research.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/consensus-protocol/consensus-structure.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/consensus-protocol/fee-voting.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/consensus-protocol/index.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/consensus-protocol/invariant-checking.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/consensus-protocol/negative-unl.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/ledgers/index.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/ledgers/ledger-close-times.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/ledgers/ledger-structure.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/ledgers/open-closed-validated-ledgers.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/networks-and-servers/amendments.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/networks-and-servers/clustering.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/networks-and-servers/index.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/networks-and-servers/ledger-history.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/networks-and-servers/parallel-networks.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/networks-and-servers/peer-protocol.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/networks-and-servers/rippled-server-modes.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/networks-and-servers/the-clio-server.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/networks-and-servers/transaction-censorship-detection.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/payment-types/bouncing-payments.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/payment-types/checks.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/payment-types/cross-currency-payments.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/payment-types/direct-xrp-payments.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/payment-types/escrow.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/payment-types/index.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/payment-types/partial-payments.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/payment-types/payment-channels.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/payment-types/robustly-monitoring-for-payments.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/payment-types/sending-payments-to-customers.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/tokens/decentralized-exchange/autobridging.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/tokens/decentralized-exchange/index.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/tokens/decentralized-exchange/offers.md (100%) rename {@i18n => @l10n}/es-ES/docs/concepts/tokens/decentralized-exchange/ticksize.md (100%) rename {@i18n => @l10n}/es-ES/docs/introduction/crypto-wallets.md (100%) rename {@i18n => @l10n}/es-ES/docs/introduction/index.md (100%) rename {@i18n => @l10n}/es-ES/docs/introduction/software-ecosystem.md (100%) rename {@i18n => @l10n}/es-ES/docs/introduction/transactions-and-requests.md (100%) rename {@i18n => @l10n}/es-ES/docs/introduction/what-is-the-xrp-ledger.md (100%) rename {@i18n => @l10n}/es-ES/docs/introduction/what-is-xrp.md (100%) rename {@i18n => @l10n}/es-ES/translations.yaml (100%) rename {@i18n => @l10n}/ja/CODE-OF-CONDUCT.md (100%) rename {@i18n => @l10n}/ja/CONTRIBUTING.md (100%) rename {@i18n => @l10n}/ja/about/faq.md (100%) rename {@i18n => @l10n}/ja/community/report-a-scam.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/checkcash-prereqs.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/clawback-disclaimer.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/conf-file-location.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/data_types/account_sequence.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/data_types/address.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/data_types/currency_code.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/data_types/hash.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/data_types/ledger_index.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/data_types/public_key.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/etl-source-object.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/interactive-tutorials/connect-step.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/interactive-tutorials/generate-step.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/interactive-tutorials/wait-step.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/issuing-and-operational-addresses-intro.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/ledger-objects-intro.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/no-cli-syntax.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/peer_reservation_object.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/port-descriptor-object.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/post-rippled-install.md (98%) rename {@i18n => @l10n}/ja/docs/_snippets/pseudo-tx-fields-intro.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/public-signing-note.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/secret-key-warning.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/setfee_uniqueness_note.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/string-number-formatting.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/tutorial-sign-step.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/tutorial-submit-step.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/tx-fields-intro.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/tx-metadata-field-table.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/unsynced_warning_logs.md (100%) rename {@i18n => @l10n}/ja/docs/_snippets/wait-for-validation.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/accounts/account-types.md (99%) rename {@i18n => @l10n}/ja/docs/concepts/accounts/addresses.md (99%) rename {@i18n => @l10n}/ja/docs/concepts/accounts/cryptographic-keys.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/accounts/decentralized-identifiers.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/accounts/deleting-accounts.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/accounts/depositauth.md (99%) rename {@i18n => @l10n}/ja/docs/concepts/accounts/index.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/accounts/multi-signing.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/accounts/reserves.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/accounts/tickets.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/consensus-protocol/consensus-principles-and-rules.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/consensus-protocol/consensus-protections.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/consensus-protocol/consensus-research.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/consensus-protocol/consensus-structure.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/consensus-protocol/fee-voting.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/consensus-protocol/index.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/consensus-protocol/invariant-checking.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/consensus-protocol/negative-unl.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/consensus-protocol/unl.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/index.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/ledgers/index.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/ledgers/ledger-close-times.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/ledgers/ledger-structure.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/ledgers/open-closed-validated-ledgers.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/networks-and-servers/amendments.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/networks-and-servers/clustering.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/networks-and-servers/index.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/networks-and-servers/ledger-history.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/networks-and-servers/parallel-networks.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/networks-and-servers/peer-protocol.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/networks-and-servers/rippled-server-modes.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/networks-and-servers/the-clio-server.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/networks-and-servers/transaction-censorship-detection.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/payment-types/bouncing-payments.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/payment-types/checks.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/payment-types/cross-currency-payments.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/payment-types/direct-xrp-payments.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/payment-types/escrow.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/payment-types/index.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/payment-types/partial-payments.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/payment-types/payment-channels.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/payment-types/robustly-monitoring-for-payments.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/payment-types/sending-payments-to-customers.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/decentralized-exchange/autobridging.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/decentralized-exchange/index.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/decentralized-exchange/offers.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/decentralized-exchange/ticksize.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/fungible-tokens/authorized-trust-lines.md (98%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/fungible-tokens/clawing-back-tokens.md (97%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/fungible-tokens/common-misconceptions-about-freezes.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/fungible-tokens/demurrage.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/fungible-tokens/freezes.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/fungible-tokens/index.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/fungible-tokens/paths.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/fungible-tokens/rippling.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/fungible-tokens/stablecoins/compliance-guidelines.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/fungible-tokens/stablecoins/configuration.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/fungible-tokens/stablecoins/index.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/fungible-tokens/stablecoins/precautions.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/fungible-tokens/stablecoins/settings.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/index.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/nfts/authorizing-another-minter.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/nfts/batch-minting.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/nfts/collections.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/nfts/guaranteeing-a-fixed-supply.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/nfts/index.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/nfts/nft-apis.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/nfts/non-transferable-tokens.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/nfts/payload-storage.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/nfts/reserve-requirements.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/nfts/running-an-nft-auction.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/nfts/trading.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/tokens/transfer-fees.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/transactions/fees.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/transactions/finality-of-results/canceling-a-transaction.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/transactions/finality-of-results/index.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/transactions/finality-of-results/look-up-transaction-results.md (99%) rename {@i18n => @l10n}/ja/docs/concepts/transactions/finality-of-results/transaction-malleability.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/transactions/index.md (99%) rename {@i18n => @l10n}/ja/docs/concepts/transactions/reliable-transaction-submission.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/transactions/secure-signing.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/transactions/source-and-destination-tags.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/transactions/transaction-cost.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/transactions/transaction-queue.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/xrpl-sidechains/cross-chain-bridges.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/xrpl-sidechains/index.md (100%) rename {@i18n => @l10n}/ja/docs/concepts/xrpl-sidechains/witness-servers.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/commandline-usage.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/configure-amendment-voting.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/configure-grpc.md (97%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/configure-statsd.md (98%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/connect-your-rippled-to-the-xrp-test-net.md (99%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/data-retention/configure-advisory-deletion.md (99%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/data-retention/configure-full-history.md (99%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/data-retention/configure-history-sharding.md (99%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/data-retention/configure-online-deletion.md (98%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/data-retention/history-sharding.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/data-retention/index.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/data-retention/online-deletion.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/enable-public-signing.md (97%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/index.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/peering/cluster-rippled-servers.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/peering/configure-a-private-server.md (99%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/peering/configure-the-peer-crawler.md (96%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/peering/enable-link-compression.md (95%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/peering/forward-ports-for-peering.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/peering/index.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/peering/manually-connect-to-a-specific-peer.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/peering/set-max-number-of-peers.md (98%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/peering/use-a-peer-reservation.md (99%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/server-modes/index.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/server-modes/run-rippled-as-a-stock-server.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/configuration/server-modes/run-rippled-as-a-validator.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/index.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/installation/build-on-linux-mac-windows.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/installation/build-run-rippled-in-reporting-mode.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/installation/capacity-planning.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/installation/index.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/installation/install-clio-on-ubuntu.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/installation/install-rippled-on-centos-rhel-with-yum.md (97%) rename {@i18n => @l10n}/ja/docs/infrastructure/installation/install-rippled-on-ubuntu.md (98%) rename {@i18n => @l10n}/ja/docs/infrastructure/installation/rippled-1-3-migration-instructions.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/installation/system-requirements.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/installation/update-rippled-automatically-on-linux.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/installation/update-rippled-manually-on-centos-rhel.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/installation/update-rippled-manually-on-ubuntu.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/testing-and-auditing/advance-the-ledger-in-stand-alone-mode.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/testing-and-auditing/index.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/testing-and-auditing/load-a-saved-ledger-in-stand-alone-mode.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/testing-and-auditing/run-private-network-with-docker.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/testing-and-auditing/start-a-new-genesis-ledger-in-stand-alone-mode.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/testing-and-auditing/test-amendments.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/troubleshooting/diagnosing-problems.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/troubleshooting/fix-sqlite-tx-db-page-size-issue.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/troubleshooting/health-check-interventions.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/troubleshooting/index.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/troubleshooting/server-doesnt-sync.md (99%) rename {@i18n => @l10n}/ja/docs/infrastructure/troubleshooting/server-is-amendment-blocked.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/troubleshooting/server-wont-start.md (100%) rename {@i18n => @l10n}/ja/docs/infrastructure/troubleshooting/understanding-log-messages.md (98%) rename {@i18n => @l10n}/ja/docs/introduction/crypto-wallets.md (100%) rename {@i18n => @l10n}/ja/docs/introduction/index.md (100%) rename {@i18n => @l10n}/ja/docs/introduction/software-ecosystem.md (100%) rename {@i18n => @l10n}/ja/docs/introduction/transactions-and-requests.md (100%) rename {@i18n => @l10n}/ja/docs/introduction/what-is-the-xrp-ledger.md (100%) rename {@i18n => @l10n}/ja/docs/introduction/what-is-xrp.md (100%) rename {@i18n => @l10n}/ja/docs/references/client-libraries.md (100%) rename {@i18n => @l10n}/ja/docs/references/data-api.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/crawl_shards.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/download_shard.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/node_to_shard.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md (98%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md (98%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md (98%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/validation_seed.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md (99%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md (99%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/api-conventions/ctid.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/api-conventions/error-formatting.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/api-conventions/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/api-conventions/markers-and-pagination.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/api-conventions/rate-limiting.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/api-conventions/request-formatting.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/api-conventions/response-formatting.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/api-conventions/rippled-server-states.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/peer-port-methods/health-check.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/peer-port-methods/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/peer-port-methods/peer-crawler.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/peer-port-methods/validator-list.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_info.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_lines.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md (99%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_offers.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/ledger-clio.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/nft_history.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/nft_info.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/server_info-clio.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/clio-server/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md (99%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md (99%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md (98%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md (98%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_definitions.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md (99%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md (99%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/json.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/ping.md (100%) rename {@i18n => @l10n}/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/random.md (100%) rename {@i18n => @l10n}/ja/docs/references/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/binary-format.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/data-types/base58-encodings.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/data-types/basic-data-types.md (97%) rename {@i18n => @l10n}/ja/docs/references/protocol/data-types/currency-formats.md (98%) rename {@i18n => @l10n}/ja/docs/references/protocol/data-types/nftoken.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/common-fields.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/index.md (93%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/amendments.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/amm.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/bridge.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/check.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/did.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/index.md (75%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/offer.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/ticket.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedclaimid.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedcreateaccountclaimid.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/ledger-data/ledger-header.md (98%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/common-fields.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/metadata.md (99%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/pseudo-transaction-types/pseudo-transaction-types.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/pseudo-transaction-types/setfee.md (97%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md (97%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/transaction-results/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/transaction-results/tec-codes.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/transaction-results/tef-codes.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/transaction-results/tel-codes.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/transaction-results/tem-codes.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/transaction-results/ter-codes.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/transaction-results/tes-success.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/accountdelete.md (98%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/accountset.md (99%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/ammbid.md (99%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/ammcreate.md (99%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/ammdelete.md (98%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/ammdeposit.md (99%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/ammvote.md (98%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/ammwithdraw.md (99%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/checkcancel.md (96%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/checkcash.md (98%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/checkcreate.md (98%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/clawback.md (96%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/depositpreauth.md (98%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/diddelete.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/didset.md (97%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/escrowcancel.md (96%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/escrowcreate.md (98%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/escrowfinish.md (98%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/index.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/nftokenacceptoffer.md (99%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/nftokenburn.md (97%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/nftokencanceloffer.md (98%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/nftokencreateoffer.md (99%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/nftokenmint.md (99%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/offercancel.md (96%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/offercreate.md (99%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/payment.md (99%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/paymentchannelclaim.md (99%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/paymentchannelcreate.md (98%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/paymentchannelfund.md (98%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/setregularkey.md (97%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/signerlistset.md (98%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/ticketcreate.md (98%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/trustset.md (98%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/xchainaccountcreatecommit.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/xchainaddaccountcreateattestation.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/xchainaddclaimattestation.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/xchainclaim.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/xchaincommit.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/xchaincreatebridge.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/xchaincreateclaimid.md (100%) rename {@i18n => @l10n}/ja/docs/references/protocol/transactions/types/xchainmodifybridge.md (100%) rename {@i18n => @l10n}/ja/docs/references/xrp-api.md (100%) rename {@i18n => @l10n}/ja/docs/references/xrp-ledger-toml.md (100%) rename {@i18n => @l10n}/ja/docs/references/xrpljs2-migration-guide.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/index.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/manage-account-settings/assign-a-regular-key-pair.md (99%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/manage-account-settings/change-or-remove-a-regular-key-pair.md (99%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/manage-account-settings/disable-master-key-pair.md (99%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/manage-account-settings/index.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/manage-account-settings/offline-account-setup.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/manage-account-settings/require-destination-tags.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/manage-account-settings/send-a-multi-signed-transaction.md (99%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/manage-account-settings/set-up-multi-signing.md (99%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/manage-account-settings/use-tickets.md (98%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/send-xrp.md (98%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/use-specialized-payment-types/index.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cancel-a-check.md (97%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cash-a-check-for-a-flexible-amount.md (98%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cash-a-check-for-an-exact-amount.md (95%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/look-up-checks-by-recipient.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/look-up-checks-by-sender.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/send-a-check.md (97%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/use-checks.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/cancel-an-expired-escrow.md (97%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/index.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/look-up-escrows.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.md (97%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/send-a-time-held-escrow.md (96%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-payment-channels/index.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/how-tos/use-tokens/index.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/http-websocket-apis/get-started.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/http-websocket-apis/index.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/http-websocket-apis/monitor-incoming-payments-with-websocket.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/index.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/java/index.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/javascript/get-started.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/javascript/index.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/javascript/nfts/index.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/public-servers.md (100%) rename {@i18n => @l10n}/ja/docs/tutorials/python/index.md (100%) rename {@i18n => @l10n}/ja/docs/use-cases/defi/algorithmic-trading.md (100%) rename {@i18n => @l10n}/ja/docs/use-cases/defi/index.md (100%) rename {@i18n => @l10n}/ja/docs/use-cases/defi/list-xrp-as-an-exchange.md (100%) rename {@i18n => @l10n}/ja/docs/use-cases/index.md (100%) rename {@i18n => @l10n}/ja/docs/use-cases/payments/index.md (100%) rename {@i18n => @l10n}/ja/docs/use-cases/payments/peer-to-peer-payments-uc.md (100%) rename {@i18n => @l10n}/ja/docs/use-cases/payments/restricting-deposits-uc.md (100%) rename {@i18n => @l10n}/ja/docs/use-cases/payments/smart-contracts-uc.md (100%) rename {@i18n => @l10n}/ja/docs/use-cases/tokenization/authorized-minter.md (100%) rename {@i18n => @l10n}/ja/docs/use-cases/tokenization/digital-artist.md (100%) rename {@i18n => @l10n}/ja/docs/use-cases/tokenization/index.md (100%) rename {@i18n => @l10n}/ja/docs/use-cases/tokenization/nft-mkt-overview.md (100%) rename {@i18n => @l10n}/ja/docs/use-cases/tokenization/nftoken-marketplace.md (100%) rename {@i18n => @l10n}/ja/docs/use-cases/tokenization/stablecoin-issuer.md (100%) rename {@i18n => @l10n}/ja/resources/contribute-code/create-custom-transactors.md (100%) rename {@i18n => @l10n}/ja/resources/contribute-code/index.md (100%) rename {@i18n => @l10n}/ja/resources/contribute-documentation/creating-diagrams.md (100%) rename {@i18n => @l10n}/ja/resources/contribute-documentation/documentation-translations.md (100%) rename {@i18n => @l10n}/ja/resources/contribute-documentation/index.md (99%) rename {@i18n => @l10n}/ja/resources/contribute-documentation/tutorial-guidelines.md (100%) rename {@i18n => @l10n}/ja/resources/contribute-documentation/tutorial-structure.md (100%) rename {@i18n => @l10n}/ja/resources/index.md (100%) rename {@i18n => @l10n}/ja/resources/known-amendments.md (100%) rename {@i18n => @l10n}/ja/translations.yaml (100%) diff --git a/@i18n/es-ES/CODE_OF_CONDUCT.md b/@l10n/es-ES/CODE_OF_CONDUCT.md similarity index 100% rename from @i18n/es-ES/CODE_OF_CONDUCT.md rename to @l10n/es-ES/CODE_OF_CONDUCT.md diff --git a/@i18n/es-ES/CONTRIBUTING.md b/@l10n/es-ES/CONTRIBUTING.md similarity index 100% rename from @i18n/es-ES/CONTRIBUTING.md rename to @l10n/es-ES/CONTRIBUTING.md diff --git a/@i18n/es-ES/about/faq.md b/@l10n/es-ES/about/faq.md similarity index 100% rename from @i18n/es-ES/about/faq.md rename to @l10n/es-ES/about/faq.md diff --git a/@i18n/es-ES/about/privacy-policy.md b/@l10n/es-ES/about/privacy-policy.md similarity index 100% rename from @i18n/es-ES/about/privacy-policy.md rename to @l10n/es-ES/about/privacy-policy.md diff --git a/@i18n/es-ES/community/report-a-scam.md b/@l10n/es-ES/community/report-a-scam.md similarity index 100% rename from @i18n/es-ES/community/report-a-scam.md rename to @l10n/es-ES/community/report-a-scam.md diff --git a/@i18n/es-ES/docs/concepts/accounts/account-types.md b/@l10n/es-ES/docs/concepts/accounts/account-types.md similarity index 100% rename from @i18n/es-ES/docs/concepts/accounts/account-types.md rename to @l10n/es-ES/docs/concepts/accounts/account-types.md diff --git a/@i18n/es-ES/docs/concepts/accounts/addresses.md b/@l10n/es-ES/docs/concepts/accounts/addresses.md similarity index 100% rename from @i18n/es-ES/docs/concepts/accounts/addresses.md rename to @l10n/es-ES/docs/concepts/accounts/addresses.md diff --git a/@i18n/es-ES/docs/concepts/accounts/cryptographic-keys.md b/@l10n/es-ES/docs/concepts/accounts/cryptographic-keys.md similarity index 100% rename from @i18n/es-ES/docs/concepts/accounts/cryptographic-keys.md rename to @l10n/es-ES/docs/concepts/accounts/cryptographic-keys.md diff --git a/@i18n/es-ES/docs/concepts/accounts/decentralized-identifiers.md b/@l10n/es-ES/docs/concepts/accounts/decentralized-identifiers.md similarity index 100% rename from @i18n/es-ES/docs/concepts/accounts/decentralized-identifiers.md rename to @l10n/es-ES/docs/concepts/accounts/decentralized-identifiers.md diff --git a/@i18n/es-ES/docs/concepts/accounts/deleting-accounts.md b/@l10n/es-ES/docs/concepts/accounts/deleting-accounts.md similarity index 100% rename from @i18n/es-ES/docs/concepts/accounts/deleting-accounts.md rename to @l10n/es-ES/docs/concepts/accounts/deleting-accounts.md diff --git a/@i18n/es-ES/docs/concepts/accounts/depositauth.md b/@l10n/es-ES/docs/concepts/accounts/depositauth.md similarity index 100% rename from @i18n/es-ES/docs/concepts/accounts/depositauth.md rename to @l10n/es-ES/docs/concepts/accounts/depositauth.md diff --git a/@i18n/es-ES/docs/concepts/accounts/index.md b/@l10n/es-ES/docs/concepts/accounts/index.md similarity index 100% rename from @i18n/es-ES/docs/concepts/accounts/index.md rename to @l10n/es-ES/docs/concepts/accounts/index.md diff --git a/@i18n/es-ES/docs/concepts/accounts/multi-signing.md b/@l10n/es-ES/docs/concepts/accounts/multi-signing.md similarity index 100% rename from @i18n/es-ES/docs/concepts/accounts/multi-signing.md rename to @l10n/es-ES/docs/concepts/accounts/multi-signing.md diff --git a/@i18n/es-ES/docs/concepts/accounts/reserves.md b/@l10n/es-ES/docs/concepts/accounts/reserves.md similarity index 100% rename from @i18n/es-ES/docs/concepts/accounts/reserves.md rename to @l10n/es-ES/docs/concepts/accounts/reserves.md diff --git a/@i18n/es-ES/docs/concepts/accounts/tickets.md b/@l10n/es-ES/docs/concepts/accounts/tickets.md similarity index 100% rename from @i18n/es-ES/docs/concepts/accounts/tickets.md rename to @l10n/es-ES/docs/concepts/accounts/tickets.md diff --git a/@i18n/es-ES/docs/concepts/consensus-protocol/consensus-principles-and-rules.md b/@l10n/es-ES/docs/concepts/consensus-protocol/consensus-principles-and-rules.md similarity index 100% rename from @i18n/es-ES/docs/concepts/consensus-protocol/consensus-principles-and-rules.md rename to @l10n/es-ES/docs/concepts/consensus-protocol/consensus-principles-and-rules.md diff --git a/@i18n/es-ES/docs/concepts/consensus-protocol/consensus-protections.md b/@l10n/es-ES/docs/concepts/consensus-protocol/consensus-protections.md similarity index 100% rename from @i18n/es-ES/docs/concepts/consensus-protocol/consensus-protections.md rename to @l10n/es-ES/docs/concepts/consensus-protocol/consensus-protections.md diff --git a/@i18n/es-ES/docs/concepts/consensus-protocol/consensus-research.md b/@l10n/es-ES/docs/concepts/consensus-protocol/consensus-research.md similarity index 100% rename from @i18n/es-ES/docs/concepts/consensus-protocol/consensus-research.md rename to @l10n/es-ES/docs/concepts/consensus-protocol/consensus-research.md diff --git a/@i18n/es-ES/docs/concepts/consensus-protocol/consensus-structure.md b/@l10n/es-ES/docs/concepts/consensus-protocol/consensus-structure.md similarity index 100% rename from @i18n/es-ES/docs/concepts/consensus-protocol/consensus-structure.md rename to @l10n/es-ES/docs/concepts/consensus-protocol/consensus-structure.md diff --git a/@i18n/es-ES/docs/concepts/consensus-protocol/fee-voting.md b/@l10n/es-ES/docs/concepts/consensus-protocol/fee-voting.md similarity index 100% rename from @i18n/es-ES/docs/concepts/consensus-protocol/fee-voting.md rename to @l10n/es-ES/docs/concepts/consensus-protocol/fee-voting.md diff --git a/@i18n/es-ES/docs/concepts/consensus-protocol/index.md b/@l10n/es-ES/docs/concepts/consensus-protocol/index.md similarity index 100% rename from @i18n/es-ES/docs/concepts/consensus-protocol/index.md rename to @l10n/es-ES/docs/concepts/consensus-protocol/index.md diff --git a/@i18n/es-ES/docs/concepts/consensus-protocol/invariant-checking.md b/@l10n/es-ES/docs/concepts/consensus-protocol/invariant-checking.md similarity index 100% rename from @i18n/es-ES/docs/concepts/consensus-protocol/invariant-checking.md rename to @l10n/es-ES/docs/concepts/consensus-protocol/invariant-checking.md diff --git a/@i18n/es-ES/docs/concepts/consensus-protocol/negative-unl.md b/@l10n/es-ES/docs/concepts/consensus-protocol/negative-unl.md similarity index 100% rename from @i18n/es-ES/docs/concepts/consensus-protocol/negative-unl.md rename to @l10n/es-ES/docs/concepts/consensus-protocol/negative-unl.md diff --git a/@i18n/es-ES/docs/concepts/ledgers/index.md b/@l10n/es-ES/docs/concepts/ledgers/index.md similarity index 100% rename from @i18n/es-ES/docs/concepts/ledgers/index.md rename to @l10n/es-ES/docs/concepts/ledgers/index.md diff --git a/@i18n/es-ES/docs/concepts/ledgers/ledger-close-times.md b/@l10n/es-ES/docs/concepts/ledgers/ledger-close-times.md similarity index 100% rename from @i18n/es-ES/docs/concepts/ledgers/ledger-close-times.md rename to @l10n/es-ES/docs/concepts/ledgers/ledger-close-times.md diff --git a/@i18n/es-ES/docs/concepts/ledgers/ledger-structure.md b/@l10n/es-ES/docs/concepts/ledgers/ledger-structure.md similarity index 100% rename from @i18n/es-ES/docs/concepts/ledgers/ledger-structure.md rename to @l10n/es-ES/docs/concepts/ledgers/ledger-structure.md diff --git a/@i18n/es-ES/docs/concepts/ledgers/open-closed-validated-ledgers.md b/@l10n/es-ES/docs/concepts/ledgers/open-closed-validated-ledgers.md similarity index 100% rename from @i18n/es-ES/docs/concepts/ledgers/open-closed-validated-ledgers.md rename to @l10n/es-ES/docs/concepts/ledgers/open-closed-validated-ledgers.md diff --git a/@i18n/es-ES/docs/concepts/networks-and-servers/amendments.md b/@l10n/es-ES/docs/concepts/networks-and-servers/amendments.md similarity index 100% rename from @i18n/es-ES/docs/concepts/networks-and-servers/amendments.md rename to @l10n/es-ES/docs/concepts/networks-and-servers/amendments.md diff --git a/@i18n/es-ES/docs/concepts/networks-and-servers/clustering.md b/@l10n/es-ES/docs/concepts/networks-and-servers/clustering.md similarity index 100% rename from @i18n/es-ES/docs/concepts/networks-and-servers/clustering.md rename to @l10n/es-ES/docs/concepts/networks-and-servers/clustering.md diff --git a/@i18n/es-ES/docs/concepts/networks-and-servers/index.md b/@l10n/es-ES/docs/concepts/networks-and-servers/index.md similarity index 100% rename from @i18n/es-ES/docs/concepts/networks-and-servers/index.md rename to @l10n/es-ES/docs/concepts/networks-and-servers/index.md diff --git a/@i18n/es-ES/docs/concepts/networks-and-servers/ledger-history.md b/@l10n/es-ES/docs/concepts/networks-and-servers/ledger-history.md similarity index 100% rename from @i18n/es-ES/docs/concepts/networks-and-servers/ledger-history.md rename to @l10n/es-ES/docs/concepts/networks-and-servers/ledger-history.md diff --git a/@i18n/es-ES/docs/concepts/networks-and-servers/parallel-networks.md b/@l10n/es-ES/docs/concepts/networks-and-servers/parallel-networks.md similarity index 100% rename from @i18n/es-ES/docs/concepts/networks-and-servers/parallel-networks.md rename to @l10n/es-ES/docs/concepts/networks-and-servers/parallel-networks.md diff --git a/@i18n/es-ES/docs/concepts/networks-and-servers/peer-protocol.md b/@l10n/es-ES/docs/concepts/networks-and-servers/peer-protocol.md similarity index 100% rename from @i18n/es-ES/docs/concepts/networks-and-servers/peer-protocol.md rename to @l10n/es-ES/docs/concepts/networks-and-servers/peer-protocol.md diff --git a/@i18n/es-ES/docs/concepts/networks-and-servers/rippled-server-modes.md b/@l10n/es-ES/docs/concepts/networks-and-servers/rippled-server-modes.md similarity index 100% rename from @i18n/es-ES/docs/concepts/networks-and-servers/rippled-server-modes.md rename to @l10n/es-ES/docs/concepts/networks-and-servers/rippled-server-modes.md diff --git a/@i18n/es-ES/docs/concepts/networks-and-servers/the-clio-server.md b/@l10n/es-ES/docs/concepts/networks-and-servers/the-clio-server.md similarity index 100% rename from @i18n/es-ES/docs/concepts/networks-and-servers/the-clio-server.md rename to @l10n/es-ES/docs/concepts/networks-and-servers/the-clio-server.md diff --git a/@i18n/es-ES/docs/concepts/networks-and-servers/transaction-censorship-detection.md b/@l10n/es-ES/docs/concepts/networks-and-servers/transaction-censorship-detection.md similarity index 100% rename from @i18n/es-ES/docs/concepts/networks-and-servers/transaction-censorship-detection.md rename to @l10n/es-ES/docs/concepts/networks-and-servers/transaction-censorship-detection.md diff --git a/@i18n/es-ES/docs/concepts/payment-types/bouncing-payments.md b/@l10n/es-ES/docs/concepts/payment-types/bouncing-payments.md similarity index 100% rename from @i18n/es-ES/docs/concepts/payment-types/bouncing-payments.md rename to @l10n/es-ES/docs/concepts/payment-types/bouncing-payments.md diff --git a/@i18n/es-ES/docs/concepts/payment-types/checks.md b/@l10n/es-ES/docs/concepts/payment-types/checks.md similarity index 100% rename from @i18n/es-ES/docs/concepts/payment-types/checks.md rename to @l10n/es-ES/docs/concepts/payment-types/checks.md diff --git a/@i18n/es-ES/docs/concepts/payment-types/cross-currency-payments.md b/@l10n/es-ES/docs/concepts/payment-types/cross-currency-payments.md similarity index 100% rename from @i18n/es-ES/docs/concepts/payment-types/cross-currency-payments.md rename to @l10n/es-ES/docs/concepts/payment-types/cross-currency-payments.md diff --git a/@i18n/es-ES/docs/concepts/payment-types/direct-xrp-payments.md b/@l10n/es-ES/docs/concepts/payment-types/direct-xrp-payments.md similarity index 100% rename from @i18n/es-ES/docs/concepts/payment-types/direct-xrp-payments.md rename to @l10n/es-ES/docs/concepts/payment-types/direct-xrp-payments.md diff --git a/@i18n/es-ES/docs/concepts/payment-types/escrow.md b/@l10n/es-ES/docs/concepts/payment-types/escrow.md similarity index 100% rename from @i18n/es-ES/docs/concepts/payment-types/escrow.md rename to @l10n/es-ES/docs/concepts/payment-types/escrow.md diff --git a/@i18n/es-ES/docs/concepts/payment-types/index.md b/@l10n/es-ES/docs/concepts/payment-types/index.md similarity index 100% rename from @i18n/es-ES/docs/concepts/payment-types/index.md rename to @l10n/es-ES/docs/concepts/payment-types/index.md diff --git a/@i18n/es-ES/docs/concepts/payment-types/partial-payments.md b/@l10n/es-ES/docs/concepts/payment-types/partial-payments.md similarity index 100% rename from @i18n/es-ES/docs/concepts/payment-types/partial-payments.md rename to @l10n/es-ES/docs/concepts/payment-types/partial-payments.md diff --git a/@i18n/es-ES/docs/concepts/payment-types/payment-channels.md b/@l10n/es-ES/docs/concepts/payment-types/payment-channels.md similarity index 100% rename from @i18n/es-ES/docs/concepts/payment-types/payment-channels.md rename to @l10n/es-ES/docs/concepts/payment-types/payment-channels.md diff --git a/@i18n/es-ES/docs/concepts/payment-types/robustly-monitoring-for-payments.md b/@l10n/es-ES/docs/concepts/payment-types/robustly-monitoring-for-payments.md similarity index 100% rename from @i18n/es-ES/docs/concepts/payment-types/robustly-monitoring-for-payments.md rename to @l10n/es-ES/docs/concepts/payment-types/robustly-monitoring-for-payments.md diff --git a/@i18n/es-ES/docs/concepts/payment-types/sending-payments-to-customers.md b/@l10n/es-ES/docs/concepts/payment-types/sending-payments-to-customers.md similarity index 100% rename from @i18n/es-ES/docs/concepts/payment-types/sending-payments-to-customers.md rename to @l10n/es-ES/docs/concepts/payment-types/sending-payments-to-customers.md diff --git a/@i18n/es-ES/docs/concepts/tokens/decentralized-exchange/autobridging.md b/@l10n/es-ES/docs/concepts/tokens/decentralized-exchange/autobridging.md similarity index 100% rename from @i18n/es-ES/docs/concepts/tokens/decentralized-exchange/autobridging.md rename to @l10n/es-ES/docs/concepts/tokens/decentralized-exchange/autobridging.md diff --git a/@i18n/es-ES/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md b/@l10n/es-ES/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md similarity index 100% rename from @i18n/es-ES/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md rename to @l10n/es-ES/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md diff --git a/@i18n/es-ES/docs/concepts/tokens/decentralized-exchange/index.md b/@l10n/es-ES/docs/concepts/tokens/decentralized-exchange/index.md similarity index 100% rename from @i18n/es-ES/docs/concepts/tokens/decentralized-exchange/index.md rename to @l10n/es-ES/docs/concepts/tokens/decentralized-exchange/index.md diff --git a/@i18n/es-ES/docs/concepts/tokens/decentralized-exchange/offers.md b/@l10n/es-ES/docs/concepts/tokens/decentralized-exchange/offers.md similarity index 100% rename from @i18n/es-ES/docs/concepts/tokens/decentralized-exchange/offers.md rename to @l10n/es-ES/docs/concepts/tokens/decentralized-exchange/offers.md diff --git a/@i18n/es-ES/docs/concepts/tokens/decentralized-exchange/ticksize.md b/@l10n/es-ES/docs/concepts/tokens/decentralized-exchange/ticksize.md similarity index 100% rename from @i18n/es-ES/docs/concepts/tokens/decentralized-exchange/ticksize.md rename to @l10n/es-ES/docs/concepts/tokens/decentralized-exchange/ticksize.md diff --git a/@i18n/es-ES/docs/introduction/crypto-wallets.md b/@l10n/es-ES/docs/introduction/crypto-wallets.md similarity index 100% rename from @i18n/es-ES/docs/introduction/crypto-wallets.md rename to @l10n/es-ES/docs/introduction/crypto-wallets.md diff --git a/@i18n/es-ES/docs/introduction/index.md b/@l10n/es-ES/docs/introduction/index.md similarity index 100% rename from @i18n/es-ES/docs/introduction/index.md rename to @l10n/es-ES/docs/introduction/index.md diff --git a/@i18n/es-ES/docs/introduction/software-ecosystem.md b/@l10n/es-ES/docs/introduction/software-ecosystem.md similarity index 100% rename from @i18n/es-ES/docs/introduction/software-ecosystem.md rename to @l10n/es-ES/docs/introduction/software-ecosystem.md diff --git a/@i18n/es-ES/docs/introduction/transactions-and-requests.md b/@l10n/es-ES/docs/introduction/transactions-and-requests.md similarity index 100% rename from @i18n/es-ES/docs/introduction/transactions-and-requests.md rename to @l10n/es-ES/docs/introduction/transactions-and-requests.md diff --git a/@i18n/es-ES/docs/introduction/what-is-the-xrp-ledger.md b/@l10n/es-ES/docs/introduction/what-is-the-xrp-ledger.md similarity index 100% rename from @i18n/es-ES/docs/introduction/what-is-the-xrp-ledger.md rename to @l10n/es-ES/docs/introduction/what-is-the-xrp-ledger.md diff --git a/@i18n/es-ES/docs/introduction/what-is-xrp.md b/@l10n/es-ES/docs/introduction/what-is-xrp.md similarity index 100% rename from @i18n/es-ES/docs/introduction/what-is-xrp.md rename to @l10n/es-ES/docs/introduction/what-is-xrp.md diff --git a/@i18n/es-ES/translations.yaml b/@l10n/es-ES/translations.yaml similarity index 100% rename from @i18n/es-ES/translations.yaml rename to @l10n/es-ES/translations.yaml diff --git a/@i18n/ja/CODE-OF-CONDUCT.md b/@l10n/ja/CODE-OF-CONDUCT.md similarity index 100% rename from @i18n/ja/CODE-OF-CONDUCT.md rename to @l10n/ja/CODE-OF-CONDUCT.md diff --git a/@i18n/ja/CONTRIBUTING.md b/@l10n/ja/CONTRIBUTING.md similarity index 100% rename from @i18n/ja/CONTRIBUTING.md rename to @l10n/ja/CONTRIBUTING.md diff --git a/@i18n/ja/about/faq.md b/@l10n/ja/about/faq.md similarity index 100% rename from @i18n/ja/about/faq.md rename to @l10n/ja/about/faq.md diff --git a/@i18n/ja/community/report-a-scam.md b/@l10n/ja/community/report-a-scam.md similarity index 100% rename from @i18n/ja/community/report-a-scam.md rename to @l10n/ja/community/report-a-scam.md diff --git a/@i18n/ja/docs/_snippets/checkcash-prereqs.md b/@l10n/ja/docs/_snippets/checkcash-prereqs.md similarity index 100% rename from @i18n/ja/docs/_snippets/checkcash-prereqs.md rename to @l10n/ja/docs/_snippets/checkcash-prereqs.md diff --git a/@i18n/ja/docs/_snippets/clawback-disclaimer.md b/@l10n/ja/docs/_snippets/clawback-disclaimer.md similarity index 100% rename from @i18n/ja/docs/_snippets/clawback-disclaimer.md rename to @l10n/ja/docs/_snippets/clawback-disclaimer.md diff --git a/@i18n/ja/docs/_snippets/conf-file-location.md b/@l10n/ja/docs/_snippets/conf-file-location.md similarity index 100% rename from @i18n/ja/docs/_snippets/conf-file-location.md rename to @l10n/ja/docs/_snippets/conf-file-location.md diff --git a/@i18n/ja/docs/_snippets/data_types/account_sequence.md b/@l10n/ja/docs/_snippets/data_types/account_sequence.md similarity index 100% rename from @i18n/ja/docs/_snippets/data_types/account_sequence.md rename to @l10n/ja/docs/_snippets/data_types/account_sequence.md diff --git a/@i18n/ja/docs/_snippets/data_types/address.md b/@l10n/ja/docs/_snippets/data_types/address.md similarity index 100% rename from @i18n/ja/docs/_snippets/data_types/address.md rename to @l10n/ja/docs/_snippets/data_types/address.md diff --git a/@i18n/ja/docs/_snippets/data_types/currency_code.md b/@l10n/ja/docs/_snippets/data_types/currency_code.md similarity index 100% rename from @i18n/ja/docs/_snippets/data_types/currency_code.md rename to @l10n/ja/docs/_snippets/data_types/currency_code.md diff --git a/@i18n/ja/docs/_snippets/data_types/hash.md b/@l10n/ja/docs/_snippets/data_types/hash.md similarity index 100% rename from @i18n/ja/docs/_snippets/data_types/hash.md rename to @l10n/ja/docs/_snippets/data_types/hash.md diff --git a/@i18n/ja/docs/_snippets/data_types/ledger_index.md b/@l10n/ja/docs/_snippets/data_types/ledger_index.md similarity index 100% rename from @i18n/ja/docs/_snippets/data_types/ledger_index.md rename to @l10n/ja/docs/_snippets/data_types/ledger_index.md diff --git a/@i18n/ja/docs/_snippets/data_types/public_key.md b/@l10n/ja/docs/_snippets/data_types/public_key.md similarity index 100% rename from @i18n/ja/docs/_snippets/data_types/public_key.md rename to @l10n/ja/docs/_snippets/data_types/public_key.md diff --git a/@i18n/ja/docs/_snippets/etl-source-object.md b/@l10n/ja/docs/_snippets/etl-source-object.md similarity index 100% rename from @i18n/ja/docs/_snippets/etl-source-object.md rename to @l10n/ja/docs/_snippets/etl-source-object.md diff --git a/@i18n/ja/docs/_snippets/interactive-tutorials/connect-step.md b/@l10n/ja/docs/_snippets/interactive-tutorials/connect-step.md similarity index 100% rename from @i18n/ja/docs/_snippets/interactive-tutorials/connect-step.md rename to @l10n/ja/docs/_snippets/interactive-tutorials/connect-step.md diff --git a/@i18n/ja/docs/_snippets/interactive-tutorials/generate-step.md b/@l10n/ja/docs/_snippets/interactive-tutorials/generate-step.md similarity index 100% rename from @i18n/ja/docs/_snippets/interactive-tutorials/generate-step.md rename to @l10n/ja/docs/_snippets/interactive-tutorials/generate-step.md diff --git a/@i18n/ja/docs/_snippets/interactive-tutorials/wait-step.md b/@l10n/ja/docs/_snippets/interactive-tutorials/wait-step.md similarity index 100% rename from @i18n/ja/docs/_snippets/interactive-tutorials/wait-step.md rename to @l10n/ja/docs/_snippets/interactive-tutorials/wait-step.md diff --git a/@i18n/ja/docs/_snippets/issuing-and-operational-addresses-intro.md b/@l10n/ja/docs/_snippets/issuing-and-operational-addresses-intro.md similarity index 100% rename from @i18n/ja/docs/_snippets/issuing-and-operational-addresses-intro.md rename to @l10n/ja/docs/_snippets/issuing-and-operational-addresses-intro.md diff --git a/@i18n/ja/docs/_snippets/ledger-objects-intro.md b/@l10n/ja/docs/_snippets/ledger-objects-intro.md similarity index 100% rename from @i18n/ja/docs/_snippets/ledger-objects-intro.md rename to @l10n/ja/docs/_snippets/ledger-objects-intro.md diff --git a/@i18n/ja/docs/_snippets/no-cli-syntax.md b/@l10n/ja/docs/_snippets/no-cli-syntax.md similarity index 100% rename from @i18n/ja/docs/_snippets/no-cli-syntax.md rename to @l10n/ja/docs/_snippets/no-cli-syntax.md diff --git a/@i18n/ja/docs/_snippets/peer_reservation_object.md b/@l10n/ja/docs/_snippets/peer_reservation_object.md similarity index 100% rename from @i18n/ja/docs/_snippets/peer_reservation_object.md rename to @l10n/ja/docs/_snippets/peer_reservation_object.md diff --git a/@i18n/ja/docs/_snippets/port-descriptor-object.md b/@l10n/ja/docs/_snippets/port-descriptor-object.md similarity index 100% rename from @i18n/ja/docs/_snippets/port-descriptor-object.md rename to @l10n/ja/docs/_snippets/port-descriptor-object.md diff --git a/@i18n/ja/docs/_snippets/post-rippled-install.md b/@l10n/ja/docs/_snippets/post-rippled-install.md similarity index 98% rename from @i18n/ja/docs/_snippets/post-rippled-install.md rename to @l10n/ja/docs/_snippets/post-rippled-install.md index 82daff0098b..e6525ae1ea2 100644 --- a/@i18n/ja/docs/_snippets/post-rippled-install.md +++ b/@l10n/ja/docs/_snippets/post-rippled-install.md @@ -18,7 +18,7 @@ rippled APIを使用した`rippled`サーバとの通信について詳しくは `rippled`は、デフォルト構成でXRP Ledgerに接続する必要があります。ただし、`rippled.cfg`ファイルを編集すれば、設定を変更できます。推奨される構成設定については、[容量の計画](../infrastructure/installation/capacity-planning.md)をご覧ください。 -{% partial file="/@i18n/ja/docs/_snippets/conf-file-location.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/conf-file-location.md" /%} すべての構成オプションの説明については、[`rippled` GitHubリポジトリー](https://github.com/XRPLF/rippled/blob/master/cfg/rippled-example.cfg)をご覧ください。 diff --git a/@i18n/ja/docs/_snippets/pseudo-tx-fields-intro.md b/@l10n/ja/docs/_snippets/pseudo-tx-fields-intro.md similarity index 100% rename from @i18n/ja/docs/_snippets/pseudo-tx-fields-intro.md rename to @l10n/ja/docs/_snippets/pseudo-tx-fields-intro.md diff --git a/@i18n/ja/docs/_snippets/public-signing-note.md b/@l10n/ja/docs/_snippets/public-signing-note.md similarity index 100% rename from @i18n/ja/docs/_snippets/public-signing-note.md rename to @l10n/ja/docs/_snippets/public-signing-note.md diff --git a/@i18n/ja/docs/_snippets/secret-key-warning.md b/@l10n/ja/docs/_snippets/secret-key-warning.md similarity index 100% rename from @i18n/ja/docs/_snippets/secret-key-warning.md rename to @l10n/ja/docs/_snippets/secret-key-warning.md diff --git a/@i18n/ja/docs/_snippets/setfee_uniqueness_note.md b/@l10n/ja/docs/_snippets/setfee_uniqueness_note.md similarity index 100% rename from @i18n/ja/docs/_snippets/setfee_uniqueness_note.md rename to @l10n/ja/docs/_snippets/setfee_uniqueness_note.md diff --git a/@i18n/ja/docs/_snippets/string-number-formatting.md b/@l10n/ja/docs/_snippets/string-number-formatting.md similarity index 100% rename from @i18n/ja/docs/_snippets/string-number-formatting.md rename to @l10n/ja/docs/_snippets/string-number-formatting.md diff --git a/@i18n/ja/docs/_snippets/tutorial-sign-step.md b/@l10n/ja/docs/_snippets/tutorial-sign-step.md similarity index 100% rename from @i18n/ja/docs/_snippets/tutorial-sign-step.md rename to @l10n/ja/docs/_snippets/tutorial-sign-step.md diff --git a/@i18n/ja/docs/_snippets/tutorial-submit-step.md b/@l10n/ja/docs/_snippets/tutorial-submit-step.md similarity index 100% rename from @i18n/ja/docs/_snippets/tutorial-submit-step.md rename to @l10n/ja/docs/_snippets/tutorial-submit-step.md diff --git a/@i18n/ja/docs/_snippets/tx-fields-intro.md b/@l10n/ja/docs/_snippets/tx-fields-intro.md similarity index 100% rename from @i18n/ja/docs/_snippets/tx-fields-intro.md rename to @l10n/ja/docs/_snippets/tx-fields-intro.md diff --git a/@i18n/ja/docs/_snippets/tx-metadata-field-table.md b/@l10n/ja/docs/_snippets/tx-metadata-field-table.md similarity index 100% rename from @i18n/ja/docs/_snippets/tx-metadata-field-table.md rename to @l10n/ja/docs/_snippets/tx-metadata-field-table.md diff --git a/@i18n/ja/docs/_snippets/unsynced_warning_logs.md b/@l10n/ja/docs/_snippets/unsynced_warning_logs.md similarity index 100% rename from @i18n/ja/docs/_snippets/unsynced_warning_logs.md rename to @l10n/ja/docs/_snippets/unsynced_warning_logs.md diff --git a/@i18n/ja/docs/_snippets/wait-for-validation.md b/@l10n/ja/docs/_snippets/wait-for-validation.md similarity index 100% rename from @i18n/ja/docs/_snippets/wait-for-validation.md rename to @l10n/ja/docs/_snippets/wait-for-validation.md diff --git a/@i18n/ja/docs/concepts/accounts/account-types.md b/@l10n/ja/docs/concepts/accounts/account-types.md similarity index 99% rename from @i18n/ja/docs/concepts/accounts/account-types.md rename to @l10n/ja/docs/concepts/accounts/account-types.md index e6e757e16fb..a25a63c283f 100644 --- a/@i18n/ja/docs/concepts/accounts/account-types.md +++ b/@l10n/ja/docs/concepts/accounts/account-types.md @@ -9,7 +9,7 @@ labels: --- # アカウントの種類 -{% partial file="/@i18n/ja/docs/_snippets/issuing-and-operational-addresses-intro.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/issuing-and-operational-addresses-intro.md" /%} ## 資金のライフサイクル diff --git a/@i18n/ja/docs/concepts/accounts/addresses.md b/@l10n/ja/docs/concepts/accounts/addresses.md similarity index 99% rename from @i18n/ja/docs/concepts/accounts/addresses.md rename to @l10n/ja/docs/concepts/accounts/addresses.md index cc1ef3ee2a8..a18bc4af1c1 100644 --- a/@i18n/ja/docs/concepts/accounts/addresses.md +++ b/@l10n/ja/docs/concepts/accounts/addresses.md @@ -8,7 +8,7 @@ labels: --- # アドレス -{% partial file="/@i18n/ja/docs/_snippets/data_types/address.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/data_types/address.md" /%} 有効なアドレスであれば、資金を入金することで[XRP Ledgerのアカウントになる](index.md#creating-accounts)ことができます。また、[レギュラーキー](cryptographic-keys.md)や[署名者リスト](multi-signing.md)のメンバーとして、資金提供されていないアドレスを使用することもできます。資金を供給されたアカウントだけがトランザクションの送信者になることができます。 diff --git a/@i18n/ja/docs/concepts/accounts/cryptographic-keys.md b/@l10n/ja/docs/concepts/accounts/cryptographic-keys.md similarity index 100% rename from @i18n/ja/docs/concepts/accounts/cryptographic-keys.md rename to @l10n/ja/docs/concepts/accounts/cryptographic-keys.md diff --git a/@i18n/ja/docs/concepts/accounts/decentralized-identifiers.md b/@l10n/ja/docs/concepts/accounts/decentralized-identifiers.md similarity index 100% rename from @i18n/ja/docs/concepts/accounts/decentralized-identifiers.md rename to @l10n/ja/docs/concepts/accounts/decentralized-identifiers.md diff --git a/@i18n/ja/docs/concepts/accounts/deleting-accounts.md b/@l10n/ja/docs/concepts/accounts/deleting-accounts.md similarity index 100% rename from @i18n/ja/docs/concepts/accounts/deleting-accounts.md rename to @l10n/ja/docs/concepts/accounts/deleting-accounts.md diff --git a/@i18n/ja/docs/concepts/accounts/depositauth.md b/@l10n/ja/docs/concepts/accounts/depositauth.md similarity index 99% rename from @i18n/ja/docs/concepts/accounts/depositauth.md rename to @l10n/ja/docs/concepts/accounts/depositauth.md index f73fd4a08fd..a7bf36b150d 100644 --- a/@i18n/ja/docs/concepts/accounts/depositauth.md +++ b/@l10n/ja/docs/concepts/accounts/depositauth.md @@ -62,7 +62,7 @@ Deposit Authorizationが有効化されているアカウントの特徴は次 以下の表に、トランザクションタイプ別にDepositAuthが有効または無効な状態での入金の可否をまとめました。 - + {% partial file="/docs/_snippets/depositauth-semantics-table.md" /%} diff --git a/@i18n/ja/docs/concepts/accounts/index.md b/@l10n/ja/docs/concepts/accounts/index.md similarity index 100% rename from @i18n/ja/docs/concepts/accounts/index.md rename to @l10n/ja/docs/concepts/accounts/index.md diff --git a/@i18n/ja/docs/concepts/accounts/multi-signing.md b/@l10n/ja/docs/concepts/accounts/multi-signing.md similarity index 100% rename from @i18n/ja/docs/concepts/accounts/multi-signing.md rename to @l10n/ja/docs/concepts/accounts/multi-signing.md diff --git a/@i18n/ja/docs/concepts/accounts/reserves.md b/@l10n/ja/docs/concepts/accounts/reserves.md similarity index 100% rename from @i18n/ja/docs/concepts/accounts/reserves.md rename to @l10n/ja/docs/concepts/accounts/reserves.md diff --git a/@i18n/ja/docs/concepts/accounts/tickets.md b/@l10n/ja/docs/concepts/accounts/tickets.md similarity index 100% rename from @i18n/ja/docs/concepts/accounts/tickets.md rename to @l10n/ja/docs/concepts/accounts/tickets.md diff --git a/@i18n/ja/docs/concepts/consensus-protocol/consensus-principles-and-rules.md b/@l10n/ja/docs/concepts/consensus-protocol/consensus-principles-and-rules.md similarity index 100% rename from @i18n/ja/docs/concepts/consensus-protocol/consensus-principles-and-rules.md rename to @l10n/ja/docs/concepts/consensus-protocol/consensus-principles-and-rules.md diff --git a/@i18n/ja/docs/concepts/consensus-protocol/consensus-protections.md b/@l10n/ja/docs/concepts/consensus-protocol/consensus-protections.md similarity index 100% rename from @i18n/ja/docs/concepts/consensus-protocol/consensus-protections.md rename to @l10n/ja/docs/concepts/consensus-protocol/consensus-protections.md diff --git a/@i18n/ja/docs/concepts/consensus-protocol/consensus-research.md b/@l10n/ja/docs/concepts/consensus-protocol/consensus-research.md similarity index 100% rename from @i18n/ja/docs/concepts/consensus-protocol/consensus-research.md rename to @l10n/ja/docs/concepts/consensus-protocol/consensus-research.md diff --git a/@i18n/ja/docs/concepts/consensus-protocol/consensus-structure.md b/@l10n/ja/docs/concepts/consensus-protocol/consensus-structure.md similarity index 100% rename from @i18n/ja/docs/concepts/consensus-protocol/consensus-structure.md rename to @l10n/ja/docs/concepts/consensus-protocol/consensus-structure.md diff --git a/@i18n/ja/docs/concepts/consensus-protocol/fee-voting.md b/@l10n/ja/docs/concepts/consensus-protocol/fee-voting.md similarity index 100% rename from @i18n/ja/docs/concepts/consensus-protocol/fee-voting.md rename to @l10n/ja/docs/concepts/consensus-protocol/fee-voting.md diff --git a/@i18n/ja/docs/concepts/consensus-protocol/index.md b/@l10n/ja/docs/concepts/consensus-protocol/index.md similarity index 100% rename from @i18n/ja/docs/concepts/consensus-protocol/index.md rename to @l10n/ja/docs/concepts/consensus-protocol/index.md diff --git a/@i18n/ja/docs/concepts/consensus-protocol/invariant-checking.md b/@l10n/ja/docs/concepts/consensus-protocol/invariant-checking.md similarity index 100% rename from @i18n/ja/docs/concepts/consensus-protocol/invariant-checking.md rename to @l10n/ja/docs/concepts/consensus-protocol/invariant-checking.md diff --git a/@i18n/ja/docs/concepts/consensus-protocol/negative-unl.md b/@l10n/ja/docs/concepts/consensus-protocol/negative-unl.md similarity index 100% rename from @i18n/ja/docs/concepts/consensus-protocol/negative-unl.md rename to @l10n/ja/docs/concepts/consensus-protocol/negative-unl.md diff --git a/@i18n/ja/docs/concepts/consensus-protocol/unl.md b/@l10n/ja/docs/concepts/consensus-protocol/unl.md similarity index 100% rename from @i18n/ja/docs/concepts/consensus-protocol/unl.md rename to @l10n/ja/docs/concepts/consensus-protocol/unl.md diff --git a/@i18n/ja/docs/concepts/index.md b/@l10n/ja/docs/concepts/index.md similarity index 100% rename from @i18n/ja/docs/concepts/index.md rename to @l10n/ja/docs/concepts/index.md diff --git a/@i18n/ja/docs/concepts/ledgers/index.md b/@l10n/ja/docs/concepts/ledgers/index.md similarity index 100% rename from @i18n/ja/docs/concepts/ledgers/index.md rename to @l10n/ja/docs/concepts/ledgers/index.md diff --git a/@i18n/ja/docs/concepts/ledgers/ledger-close-times.md b/@l10n/ja/docs/concepts/ledgers/ledger-close-times.md similarity index 100% rename from @i18n/ja/docs/concepts/ledgers/ledger-close-times.md rename to @l10n/ja/docs/concepts/ledgers/ledger-close-times.md diff --git a/@i18n/ja/docs/concepts/ledgers/ledger-structure.md b/@l10n/ja/docs/concepts/ledgers/ledger-structure.md similarity index 100% rename from @i18n/ja/docs/concepts/ledgers/ledger-structure.md rename to @l10n/ja/docs/concepts/ledgers/ledger-structure.md diff --git a/@i18n/ja/docs/concepts/ledgers/open-closed-validated-ledgers.md b/@l10n/ja/docs/concepts/ledgers/open-closed-validated-ledgers.md similarity index 100% rename from @i18n/ja/docs/concepts/ledgers/open-closed-validated-ledgers.md rename to @l10n/ja/docs/concepts/ledgers/open-closed-validated-ledgers.md diff --git a/@i18n/ja/docs/concepts/networks-and-servers/amendments.md b/@l10n/ja/docs/concepts/networks-and-servers/amendments.md similarity index 100% rename from @i18n/ja/docs/concepts/networks-and-servers/amendments.md rename to @l10n/ja/docs/concepts/networks-and-servers/amendments.md diff --git a/@i18n/ja/docs/concepts/networks-and-servers/clustering.md b/@l10n/ja/docs/concepts/networks-and-servers/clustering.md similarity index 100% rename from @i18n/ja/docs/concepts/networks-and-servers/clustering.md rename to @l10n/ja/docs/concepts/networks-and-servers/clustering.md diff --git a/@i18n/ja/docs/concepts/networks-and-servers/index.md b/@l10n/ja/docs/concepts/networks-and-servers/index.md similarity index 100% rename from @i18n/ja/docs/concepts/networks-and-servers/index.md rename to @l10n/ja/docs/concepts/networks-and-servers/index.md diff --git a/@i18n/ja/docs/concepts/networks-and-servers/ledger-history.md b/@l10n/ja/docs/concepts/networks-and-servers/ledger-history.md similarity index 100% rename from @i18n/ja/docs/concepts/networks-and-servers/ledger-history.md rename to @l10n/ja/docs/concepts/networks-and-servers/ledger-history.md diff --git a/@i18n/ja/docs/concepts/networks-and-servers/parallel-networks.md b/@l10n/ja/docs/concepts/networks-and-servers/parallel-networks.md similarity index 100% rename from @i18n/ja/docs/concepts/networks-and-servers/parallel-networks.md rename to @l10n/ja/docs/concepts/networks-and-servers/parallel-networks.md diff --git a/@i18n/ja/docs/concepts/networks-and-servers/peer-protocol.md b/@l10n/ja/docs/concepts/networks-and-servers/peer-protocol.md similarity index 100% rename from @i18n/ja/docs/concepts/networks-and-servers/peer-protocol.md rename to @l10n/ja/docs/concepts/networks-and-servers/peer-protocol.md diff --git a/@i18n/ja/docs/concepts/networks-and-servers/rippled-server-modes.md b/@l10n/ja/docs/concepts/networks-and-servers/rippled-server-modes.md similarity index 100% rename from @i18n/ja/docs/concepts/networks-and-servers/rippled-server-modes.md rename to @l10n/ja/docs/concepts/networks-and-servers/rippled-server-modes.md diff --git a/@i18n/ja/docs/concepts/networks-and-servers/the-clio-server.md b/@l10n/ja/docs/concepts/networks-and-servers/the-clio-server.md similarity index 100% rename from @i18n/ja/docs/concepts/networks-and-servers/the-clio-server.md rename to @l10n/ja/docs/concepts/networks-and-servers/the-clio-server.md diff --git a/@i18n/ja/docs/concepts/networks-and-servers/transaction-censorship-detection.md b/@l10n/ja/docs/concepts/networks-and-servers/transaction-censorship-detection.md similarity index 100% rename from @i18n/ja/docs/concepts/networks-and-servers/transaction-censorship-detection.md rename to @l10n/ja/docs/concepts/networks-and-servers/transaction-censorship-detection.md diff --git a/@i18n/ja/docs/concepts/payment-types/bouncing-payments.md b/@l10n/ja/docs/concepts/payment-types/bouncing-payments.md similarity index 100% rename from @i18n/ja/docs/concepts/payment-types/bouncing-payments.md rename to @l10n/ja/docs/concepts/payment-types/bouncing-payments.md diff --git a/@i18n/ja/docs/concepts/payment-types/checks.md b/@l10n/ja/docs/concepts/payment-types/checks.md similarity index 100% rename from @i18n/ja/docs/concepts/payment-types/checks.md rename to @l10n/ja/docs/concepts/payment-types/checks.md diff --git a/@i18n/ja/docs/concepts/payment-types/cross-currency-payments.md b/@l10n/ja/docs/concepts/payment-types/cross-currency-payments.md similarity index 100% rename from @i18n/ja/docs/concepts/payment-types/cross-currency-payments.md rename to @l10n/ja/docs/concepts/payment-types/cross-currency-payments.md diff --git a/@i18n/ja/docs/concepts/payment-types/direct-xrp-payments.md b/@l10n/ja/docs/concepts/payment-types/direct-xrp-payments.md similarity index 100% rename from @i18n/ja/docs/concepts/payment-types/direct-xrp-payments.md rename to @l10n/ja/docs/concepts/payment-types/direct-xrp-payments.md diff --git a/@i18n/ja/docs/concepts/payment-types/escrow.md b/@l10n/ja/docs/concepts/payment-types/escrow.md similarity index 100% rename from @i18n/ja/docs/concepts/payment-types/escrow.md rename to @l10n/ja/docs/concepts/payment-types/escrow.md diff --git a/@i18n/ja/docs/concepts/payment-types/index.md b/@l10n/ja/docs/concepts/payment-types/index.md similarity index 100% rename from @i18n/ja/docs/concepts/payment-types/index.md rename to @l10n/ja/docs/concepts/payment-types/index.md diff --git a/@i18n/ja/docs/concepts/payment-types/partial-payments.md b/@l10n/ja/docs/concepts/payment-types/partial-payments.md similarity index 100% rename from @i18n/ja/docs/concepts/payment-types/partial-payments.md rename to @l10n/ja/docs/concepts/payment-types/partial-payments.md diff --git a/@i18n/ja/docs/concepts/payment-types/payment-channels.md b/@l10n/ja/docs/concepts/payment-types/payment-channels.md similarity index 100% rename from @i18n/ja/docs/concepts/payment-types/payment-channels.md rename to @l10n/ja/docs/concepts/payment-types/payment-channels.md diff --git a/@i18n/ja/docs/concepts/payment-types/robustly-monitoring-for-payments.md b/@l10n/ja/docs/concepts/payment-types/robustly-monitoring-for-payments.md similarity index 100% rename from @i18n/ja/docs/concepts/payment-types/robustly-monitoring-for-payments.md rename to @l10n/ja/docs/concepts/payment-types/robustly-monitoring-for-payments.md diff --git a/@i18n/ja/docs/concepts/payment-types/sending-payments-to-customers.md b/@l10n/ja/docs/concepts/payment-types/sending-payments-to-customers.md similarity index 100% rename from @i18n/ja/docs/concepts/payment-types/sending-payments-to-customers.md rename to @l10n/ja/docs/concepts/payment-types/sending-payments-to-customers.md diff --git a/@i18n/ja/docs/concepts/tokens/decentralized-exchange/autobridging.md b/@l10n/ja/docs/concepts/tokens/decentralized-exchange/autobridging.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/decentralized-exchange/autobridging.md rename to @l10n/ja/docs/concepts/tokens/decentralized-exchange/autobridging.md diff --git a/@i18n/ja/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md b/@l10n/ja/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md rename to @l10n/ja/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md diff --git a/@i18n/ja/docs/concepts/tokens/decentralized-exchange/index.md b/@l10n/ja/docs/concepts/tokens/decentralized-exchange/index.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/decentralized-exchange/index.md rename to @l10n/ja/docs/concepts/tokens/decentralized-exchange/index.md diff --git a/@i18n/ja/docs/concepts/tokens/decentralized-exchange/offers.md b/@l10n/ja/docs/concepts/tokens/decentralized-exchange/offers.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/decentralized-exchange/offers.md rename to @l10n/ja/docs/concepts/tokens/decentralized-exchange/offers.md diff --git a/@i18n/ja/docs/concepts/tokens/decentralized-exchange/ticksize.md b/@l10n/ja/docs/concepts/tokens/decentralized-exchange/ticksize.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/decentralized-exchange/ticksize.md rename to @l10n/ja/docs/concepts/tokens/decentralized-exchange/ticksize.md diff --git a/@i18n/ja/docs/concepts/tokens/fungible-tokens/authorized-trust-lines.md b/@l10n/ja/docs/concepts/tokens/fungible-tokens/authorized-trust-lines.md similarity index 98% rename from @i18n/ja/docs/concepts/tokens/fungible-tokens/authorized-trust-lines.md rename to @l10n/ja/docs/concepts/tokens/fungible-tokens/authorized-trust-lines.md index bd59dbac2bb..bcacf560f77 100644 --- a/@i18n/ja/docs/concepts/tokens/fungible-tokens/authorized-trust-lines.md +++ b/@l10n/ja/docs/concepts/tokens/fungible-tokens/authorized-trust-lines.md @@ -61,7 +61,7 @@ POST http://localhost:5005/ } ``` -{% partial file="/@i18n/ja/docs/_snippets/secret-key-warning.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/secret-key-warning.md" /%} ## アカウントのRequireAuthの有効化の確認 @@ -103,7 +103,7 @@ POST http://localhost:8088/ } ``` -{% partial file="/@i18n/ja/docs/_snippets/secret-key-warning.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/secret-key-warning.md" /%} ## トラストラインの認可状況の確認 diff --git a/@i18n/ja/docs/concepts/tokens/fungible-tokens/clawing-back-tokens.md b/@l10n/ja/docs/concepts/tokens/fungible-tokens/clawing-back-tokens.md similarity index 97% rename from @i18n/ja/docs/concepts/tokens/fungible-tokens/clawing-back-tokens.md rename to @l10n/ja/docs/concepts/tokens/fungible-tokens/clawing-back-tokens.md index b904b232f00..469ad948fd7 100644 --- a/@i18n/ja/docs/concepts/tokens/fungible-tokens/clawing-back-tokens.md +++ b/@l10n/ja/docs/concepts/tokens/fungible-tokens/clawing-back-tokens.md @@ -8,7 +8,7 @@ labels: --- # トークンの回収 -{% partial file="/@i18n/ja/docs/_snippets/clawback-disclaimer.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/clawback-disclaimer.md" /%} 規制上の目的から、トークンがアカウントに送信された後にトークンを回収する機能を必要とする発行者が存在します。例えば、トークンが違法行為で制裁を受けたアカウントに送られたことが発覚した場合、発行者はその資金を「回収」することができます。 diff --git a/@i18n/ja/docs/concepts/tokens/fungible-tokens/common-misconceptions-about-freezes.md b/@l10n/ja/docs/concepts/tokens/fungible-tokens/common-misconceptions-about-freezes.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/fungible-tokens/common-misconceptions-about-freezes.md rename to @l10n/ja/docs/concepts/tokens/fungible-tokens/common-misconceptions-about-freezes.md diff --git a/@i18n/ja/docs/concepts/tokens/fungible-tokens/demurrage.md b/@l10n/ja/docs/concepts/tokens/fungible-tokens/demurrage.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/fungible-tokens/demurrage.md rename to @l10n/ja/docs/concepts/tokens/fungible-tokens/demurrage.md diff --git a/@i18n/ja/docs/concepts/tokens/fungible-tokens/freezes.md b/@l10n/ja/docs/concepts/tokens/fungible-tokens/freezes.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/fungible-tokens/freezes.md rename to @l10n/ja/docs/concepts/tokens/fungible-tokens/freezes.md diff --git a/@i18n/ja/docs/concepts/tokens/fungible-tokens/index.md b/@l10n/ja/docs/concepts/tokens/fungible-tokens/index.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/fungible-tokens/index.md rename to @l10n/ja/docs/concepts/tokens/fungible-tokens/index.md diff --git a/@i18n/ja/docs/concepts/tokens/fungible-tokens/paths.md b/@l10n/ja/docs/concepts/tokens/fungible-tokens/paths.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/fungible-tokens/paths.md rename to @l10n/ja/docs/concepts/tokens/fungible-tokens/paths.md diff --git a/@i18n/ja/docs/concepts/tokens/fungible-tokens/rippling.md b/@l10n/ja/docs/concepts/tokens/fungible-tokens/rippling.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/fungible-tokens/rippling.md rename to @l10n/ja/docs/concepts/tokens/fungible-tokens/rippling.md diff --git a/@i18n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/compliance-guidelines.md b/@l10n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/compliance-guidelines.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/compliance-guidelines.md rename to @l10n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/compliance-guidelines.md diff --git a/@i18n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/configuration.md b/@l10n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/configuration.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/configuration.md rename to @l10n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/configuration.md diff --git a/@i18n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/index.md b/@l10n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/index.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/index.md rename to @l10n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/index.md diff --git a/@i18n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/precautions.md b/@l10n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/precautions.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/precautions.md rename to @l10n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/precautions.md diff --git a/@i18n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/settings.md b/@l10n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/settings.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/settings.md rename to @l10n/ja/docs/concepts/tokens/fungible-tokens/stablecoins/settings.md diff --git a/@i18n/ja/docs/concepts/tokens/index.md b/@l10n/ja/docs/concepts/tokens/index.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/index.md rename to @l10n/ja/docs/concepts/tokens/index.md diff --git a/@i18n/ja/docs/concepts/tokens/nfts/authorizing-another-minter.md b/@l10n/ja/docs/concepts/tokens/nfts/authorizing-another-minter.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/nfts/authorizing-another-minter.md rename to @l10n/ja/docs/concepts/tokens/nfts/authorizing-another-minter.md diff --git a/@i18n/ja/docs/concepts/tokens/nfts/batch-minting.md b/@l10n/ja/docs/concepts/tokens/nfts/batch-minting.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/nfts/batch-minting.md rename to @l10n/ja/docs/concepts/tokens/nfts/batch-minting.md diff --git a/@i18n/ja/docs/concepts/tokens/nfts/collections.md b/@l10n/ja/docs/concepts/tokens/nfts/collections.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/nfts/collections.md rename to @l10n/ja/docs/concepts/tokens/nfts/collections.md diff --git a/@i18n/ja/docs/concepts/tokens/nfts/guaranteeing-a-fixed-supply.md b/@l10n/ja/docs/concepts/tokens/nfts/guaranteeing-a-fixed-supply.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/nfts/guaranteeing-a-fixed-supply.md rename to @l10n/ja/docs/concepts/tokens/nfts/guaranteeing-a-fixed-supply.md diff --git a/@i18n/ja/docs/concepts/tokens/nfts/index.md b/@l10n/ja/docs/concepts/tokens/nfts/index.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/nfts/index.md rename to @l10n/ja/docs/concepts/tokens/nfts/index.md diff --git a/@i18n/ja/docs/concepts/tokens/nfts/nft-apis.md b/@l10n/ja/docs/concepts/tokens/nfts/nft-apis.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/nfts/nft-apis.md rename to @l10n/ja/docs/concepts/tokens/nfts/nft-apis.md diff --git a/@i18n/ja/docs/concepts/tokens/nfts/non-transferable-tokens.md b/@l10n/ja/docs/concepts/tokens/nfts/non-transferable-tokens.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/nfts/non-transferable-tokens.md rename to @l10n/ja/docs/concepts/tokens/nfts/non-transferable-tokens.md diff --git a/@i18n/ja/docs/concepts/tokens/nfts/payload-storage.md b/@l10n/ja/docs/concepts/tokens/nfts/payload-storage.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/nfts/payload-storage.md rename to @l10n/ja/docs/concepts/tokens/nfts/payload-storage.md diff --git a/@i18n/ja/docs/concepts/tokens/nfts/reserve-requirements.md b/@l10n/ja/docs/concepts/tokens/nfts/reserve-requirements.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/nfts/reserve-requirements.md rename to @l10n/ja/docs/concepts/tokens/nfts/reserve-requirements.md diff --git a/@i18n/ja/docs/concepts/tokens/nfts/running-an-nft-auction.md b/@l10n/ja/docs/concepts/tokens/nfts/running-an-nft-auction.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/nfts/running-an-nft-auction.md rename to @l10n/ja/docs/concepts/tokens/nfts/running-an-nft-auction.md diff --git a/@i18n/ja/docs/concepts/tokens/nfts/trading.md b/@l10n/ja/docs/concepts/tokens/nfts/trading.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/nfts/trading.md rename to @l10n/ja/docs/concepts/tokens/nfts/trading.md diff --git a/@i18n/ja/docs/concepts/tokens/transfer-fees.md b/@l10n/ja/docs/concepts/tokens/transfer-fees.md similarity index 100% rename from @i18n/ja/docs/concepts/tokens/transfer-fees.md rename to @l10n/ja/docs/concepts/tokens/transfer-fees.md diff --git a/@i18n/ja/docs/concepts/transactions/fees.md b/@l10n/ja/docs/concepts/transactions/fees.md similarity index 100% rename from @i18n/ja/docs/concepts/transactions/fees.md rename to @l10n/ja/docs/concepts/transactions/fees.md diff --git a/@i18n/ja/docs/concepts/transactions/finality-of-results/canceling-a-transaction.md b/@l10n/ja/docs/concepts/transactions/finality-of-results/canceling-a-transaction.md similarity index 100% rename from @i18n/ja/docs/concepts/transactions/finality-of-results/canceling-a-transaction.md rename to @l10n/ja/docs/concepts/transactions/finality-of-results/canceling-a-transaction.md diff --git a/@i18n/ja/docs/concepts/transactions/finality-of-results/index.md b/@l10n/ja/docs/concepts/transactions/finality-of-results/index.md similarity index 100% rename from @i18n/ja/docs/concepts/transactions/finality-of-results/index.md rename to @l10n/ja/docs/concepts/transactions/finality-of-results/index.md diff --git a/@i18n/ja/docs/concepts/transactions/finality-of-results/look-up-transaction-results.md b/@l10n/ja/docs/concepts/transactions/finality-of-results/look-up-transaction-results.md similarity index 99% rename from @i18n/ja/docs/concepts/transactions/finality-of-results/look-up-transaction-results.md rename to @l10n/ja/docs/concepts/transactions/finality-of-results/look-up-transaction-results.md index ef29c86e057..57e668877ee 100644 --- a/@i18n/ja/docs/concepts/transactions/finality-of-results/look-up-transaction-results.md +++ b/@l10n/ja/docs/concepts/transactions/finality-of-results/look-up-transaction-results.md @@ -88,7 +88,7 @@ XRP Ledgerは共有システムとなっていて、すべてのデータが公 トランザクションメタデータは、以下に示すフィールドをはじめとして、トランザクションがレジャーに適用された方法を _正確に_ 示します。 -{% partial file="/@i18n/ja/docs/_snippets/tx-metadata-field-table.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/tx-metadata-field-table.md" /%} ほとんどのメタデータは、[`AffectedNodes`配列](../../../references/protocol/transactions/metadata.md#affectednodes)に含まれています。この配列で探す対象は、トランザクションのタイプによって異なります。ほぼすべてのトランザクションが、送金元の[AccountRootオブジェクト][]を変更してXRP[トランザクションコスト](../transaction-cost.md)を消却し、[アカウントのシーケンス番号](../../../references/protocol/data-types/basic-data-types.md#アカウントシーケンス)を増やします。 diff --git a/@i18n/ja/docs/concepts/transactions/finality-of-results/transaction-malleability.md b/@l10n/ja/docs/concepts/transactions/finality-of-results/transaction-malleability.md similarity index 100% rename from @i18n/ja/docs/concepts/transactions/finality-of-results/transaction-malleability.md rename to @l10n/ja/docs/concepts/transactions/finality-of-results/transaction-malleability.md diff --git a/@i18n/ja/docs/concepts/transactions/index.md b/@l10n/ja/docs/concepts/transactions/index.md similarity index 99% rename from @i18n/ja/docs/concepts/transactions/index.md rename to @l10n/ja/docs/concepts/transactions/index.md index 9b46cef4a44..0b06709a44a 100644 --- a/@i18n/ja/docs/concepts/transactions/index.md +++ b/@l10n/ja/docs/concepts/transactions/index.md @@ -20,7 +20,7 @@ _トランザクション(取引)_ は、XRP Ledgerを変更する唯一の だれでも最終的なステータスを確認として[ハッシュによってトランザクションを調べる](finality-of-results/look-up-transaction-results.md)ことができるため、トランザクションハッシュは「支払いの証明」として使用することができます。 -{% raw-partial file="/@i18n/ja/docs/_snippets/setfee_uniqueness_note.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/setfee_uniqueness_note.md" /%} diff --git a/@i18n/ja/docs/concepts/transactions/reliable-transaction-submission.md b/@l10n/ja/docs/concepts/transactions/reliable-transaction-submission.md similarity index 100% rename from @i18n/ja/docs/concepts/transactions/reliable-transaction-submission.md rename to @l10n/ja/docs/concepts/transactions/reliable-transaction-submission.md diff --git a/@i18n/ja/docs/concepts/transactions/secure-signing.md b/@l10n/ja/docs/concepts/transactions/secure-signing.md similarity index 100% rename from @i18n/ja/docs/concepts/transactions/secure-signing.md rename to @l10n/ja/docs/concepts/transactions/secure-signing.md diff --git a/@i18n/ja/docs/concepts/transactions/source-and-destination-tags.md b/@l10n/ja/docs/concepts/transactions/source-and-destination-tags.md similarity index 100% rename from @i18n/ja/docs/concepts/transactions/source-and-destination-tags.md rename to @l10n/ja/docs/concepts/transactions/source-and-destination-tags.md diff --git a/@i18n/ja/docs/concepts/transactions/transaction-cost.md b/@l10n/ja/docs/concepts/transactions/transaction-cost.md similarity index 100% rename from @i18n/ja/docs/concepts/transactions/transaction-cost.md rename to @l10n/ja/docs/concepts/transactions/transaction-cost.md diff --git a/@i18n/ja/docs/concepts/transactions/transaction-queue.md b/@l10n/ja/docs/concepts/transactions/transaction-queue.md similarity index 100% rename from @i18n/ja/docs/concepts/transactions/transaction-queue.md rename to @l10n/ja/docs/concepts/transactions/transaction-queue.md diff --git a/@i18n/ja/docs/concepts/xrpl-sidechains/cross-chain-bridges.md b/@l10n/ja/docs/concepts/xrpl-sidechains/cross-chain-bridges.md similarity index 100% rename from @i18n/ja/docs/concepts/xrpl-sidechains/cross-chain-bridges.md rename to @l10n/ja/docs/concepts/xrpl-sidechains/cross-chain-bridges.md diff --git a/@i18n/ja/docs/concepts/xrpl-sidechains/index.md b/@l10n/ja/docs/concepts/xrpl-sidechains/index.md similarity index 100% rename from @i18n/ja/docs/concepts/xrpl-sidechains/index.md rename to @l10n/ja/docs/concepts/xrpl-sidechains/index.md diff --git a/@i18n/ja/docs/concepts/xrpl-sidechains/witness-servers.md b/@l10n/ja/docs/concepts/xrpl-sidechains/witness-servers.md similarity index 100% rename from @i18n/ja/docs/concepts/xrpl-sidechains/witness-servers.md rename to @l10n/ja/docs/concepts/xrpl-sidechains/witness-servers.md diff --git a/@i18n/ja/docs/infrastructure/commandline-usage.md b/@l10n/ja/docs/infrastructure/commandline-usage.md similarity index 100% rename from @i18n/ja/docs/infrastructure/commandline-usage.md rename to @l10n/ja/docs/infrastructure/commandline-usage.md diff --git a/@i18n/ja/docs/infrastructure/configuration/configure-amendment-voting.md b/@l10n/ja/docs/infrastructure/configuration/configure-amendment-voting.md similarity index 100% rename from @i18n/ja/docs/infrastructure/configuration/configure-amendment-voting.md rename to @l10n/ja/docs/infrastructure/configuration/configure-amendment-voting.md diff --git a/@i18n/ja/docs/infrastructure/configuration/configure-grpc.md b/@l10n/ja/docs/infrastructure/configuration/configure-grpc.md similarity index 97% rename from @i18n/ja/docs/infrastructure/configuration/configure-grpc.md rename to @l10n/ja/docs/infrastructure/configuration/configure-grpc.md index 2c84ca158a2..dbdd7dce91e 100644 --- a/@i18n/ja/docs/infrastructure/configuration/configure-grpc.md +++ b/@l10n/ja/docs/infrastructure/configuration/configure-grpc.md @@ -35,7 +35,7 @@ gRPCを有効にするには、次の前提条件を満たす必要がありま - `port`はサーバがクライアントアプリケーションからのgRPC接続を待ち受けるポートを定義します。推奨されるポートは`50051`です。 - ip`はサーバが待ち受けるインタフェースを定義します。127.0.0.1`はローカルループバックネットワーク(同じマシン)への接続を制限し、デフォルトで有効になっています。この値を`0.0.0.0`に変更すると、利用可能なすべてのネットワークインターフェイスを待ち受けます。 - {% partial file="/@i18n/ja/docs/_snippets/conf-file-location.md" /%} + {% partial file="/@l10n/ja/docs/_snippets/conf-file-location.md" /%} 2. `rippled`サービスを開始(または再起動)します。 diff --git a/@i18n/ja/docs/infrastructure/configuration/configure-statsd.md b/@l10n/ja/docs/infrastructure/configuration/configure-statsd.md similarity index 98% rename from @i18n/ja/docs/infrastructure/configuration/configure-statsd.md rename to @l10n/ja/docs/infrastructure/configuration/configure-statsd.md index 4574f9c0f53..d65e57fae3d 100644 --- a/@i18n/ja/docs/infrastructure/configuration/configure-statsd.md +++ b/@l10n/ja/docs/infrastructure/configuration/configure-statsd.md @@ -36,7 +36,7 @@ labels: - `address`には`rippledmon`が接続しているIPアドレスとポートを指定します。デフォルトでは、このポートは8125です。 - `prefix`には設定する`rippled`サーバを識別する名前を指定します。prefixには、空白、コロン":"、または縦棒"|"を含めてはいけません。このprefix(接頭辞)は、このサーバからエクスポートされるすべてのStatsDの統計情報に表示されます。 - {% partial file="/@i18n/ja/docs/_snippets/conf-file-location.md" /%} + {% partial file="/@l10n/ja/docs/_snippets/conf-file-location.md" /%} 1. `rippled`サービスを再起動します。 diff --git a/@i18n/ja/docs/infrastructure/configuration/connect-your-rippled-to-the-xrp-test-net.md b/@l10n/ja/docs/infrastructure/configuration/connect-your-rippled-to-the-xrp-test-net.md similarity index 99% rename from @i18n/ja/docs/infrastructure/configuration/connect-your-rippled-to-the-xrp-test-net.md rename to @l10n/ja/docs/infrastructure/configuration/connect-your-rippled-to-the-xrp-test-net.md index 5cf3326b19e..d5bd6b55b48 100644 --- a/@i18n/ja/docs/infrastructure/configuration/connect-your-rippled-to-the-xrp-test-net.md +++ b/@l10n/ja/docs/infrastructure/configuration/connect-your-rippled-to-the-xrp-test-net.md @@ -22,7 +22,7 @@ labels: `rippled.cfg`ファイルを編集します。 -{% partial file="/@i18n/ja/docs/_snippets/conf-file-location.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/conf-file-location.md" /%} 1. `[ips]`に接続したいネットワークのハブを設定します。 diff --git a/@i18n/ja/docs/infrastructure/configuration/data-retention/configure-advisory-deletion.md b/@l10n/ja/docs/infrastructure/configuration/data-retention/configure-advisory-deletion.md similarity index 99% rename from @i18n/ja/docs/infrastructure/configuration/data-retention/configure-advisory-deletion.md rename to @l10n/ja/docs/infrastructure/configuration/data-retention/configure-advisory-deletion.md index 7e7c64de6ba..5f1b830c232 100644 --- a/@i18n/ja/docs/infrastructure/configuration/data-retention/configure-advisory-deletion.md +++ b/@l10n/ja/docs/infrastructure/configuration/data-retention/configure-advisory-deletion.md @@ -53,7 +53,7 @@ labels: - 指示された場合にのみオンライン削除を実行するには、`advisory_delete`を`1`に設定します。(`0`に設定すると、新しいレジャーバージョンが使用可能になると自動的にオンライン削除が実行されます。) - `online_delete`を、オンライン削除の実行後に維持するレジャーバージョンの最小数に設定します。オンライン削除が実行されるまでに蓄積される履歴は、この値よりも多くなります。 - {% partial file="/@i18n/ja/docs/_snippets/conf-file-location.md" /%} + {% partial file="/@l10n/ja/docs/_snippets/conf-file-location.md" /%} 2. サーバに対してオンライン削除を指示する[can_deleteメソッド][]の実行をテストします。 diff --git a/@i18n/ja/docs/infrastructure/configuration/data-retention/configure-full-history.md b/@l10n/ja/docs/infrastructure/configuration/data-retention/configure-full-history.md similarity index 99% rename from @i18n/ja/docs/infrastructure/configuration/data-retention/configure-full-history.md rename to @l10n/ja/docs/infrastructure/configuration/data-retention/configure-full-history.md index 6c8977e6a3c..2a1c0c428de 100644 --- a/@i18n/ja/docs/infrastructure/configuration/data-retention/configure-full-history.md +++ b/@l10n/ja/docs/infrastructure/configuration/data-retention/configure-full-history.md @@ -45,7 +45,7 @@ labels: **注意:** RocksDBで履歴をすでにダウンロードしている場合は、NuDBへ切り替えるときに構成ファイルでデータベースのパスを変更するか、またはそのデータを削除する必要があります。`[node_db]`スタンザの`path`設定**および**`[database_path]`(SQLiteデータベース)設定の両方を変更する必要があります。このようにしないと、サーバの[起動が失敗する](../../troubleshooting/server-wont-start.md#状態dbエラー)可能性があります。 - {% partial file="/@i18n/ja/docs/_snippets/conf-file-location.md" /%} + {% partial file="/@l10n/ja/docs/_snippets/conf-file-location.md" /%} 0. サーバの構成ファイルで`[ledger_history]`スタンザを`full`に設定します。 diff --git a/@i18n/ja/docs/infrastructure/configuration/data-retention/configure-history-sharding.md b/@l10n/ja/docs/infrastructure/configuration/data-retention/configure-history-sharding.md similarity index 99% rename from @i18n/ja/docs/infrastructure/configuration/data-retention/configure-history-sharding.md rename to @l10n/ja/docs/infrastructure/configuration/data-retention/configure-history-sharding.md index 1f6f942a32d..f2db34867a6 100644 --- a/@i18n/ja/docs/infrastructure/configuration/data-retention/configure-history-sharding.md +++ b/@l10n/ja/docs/infrastructure/configuration/data-retention/configure-history-sharding.md @@ -31,7 +31,7 @@ labels: `rippled.cfg`ファイルを編集し、`[shard_db]`スタンザを追加します。 -{% partial file="/@i18n/ja/docs/_snippets/conf-file-location.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/conf-file-location.md" /%} 以下のスニペットに、`[shard_db]`スタンザの例を示します。 diff --git a/@i18n/ja/docs/infrastructure/configuration/data-retention/configure-online-deletion.md b/@l10n/ja/docs/infrastructure/configuration/data-retention/configure-online-deletion.md similarity index 98% rename from @i18n/ja/docs/infrastructure/configuration/data-retention/configure-online-deletion.md rename to @l10n/ja/docs/infrastructure/configuration/data-retention/configure-online-deletion.md index 2e5c99b5e97..0d48cba8604 100644 --- a/@i18n/ja/docs/infrastructure/configuration/data-retention/configure-online-deletion.md +++ b/@l10n/ja/docs/infrastructure/configuration/data-retention/configure-online-deletion.md @@ -45,7 +45,7 @@ labels: `online_delete`を、オンライン削除の実行後に維持するレジャーバージョンの最小数に設定します。自動削除が設定されている場合(デフォルト)、サーバは通常、この数の約2倍のレジャーバージョンが蓄積されると削除を実行します。 - {% partial file="/@i18n/ja/docs/_snippets/conf-file-location.md" /%} + {% partial file="/@l10n/ja/docs/_snippets/conf-file-location.md" /%} 0. `rippled`サービスを起動(または再起動)します。 diff --git a/@i18n/ja/docs/infrastructure/configuration/data-retention/history-sharding.md b/@l10n/ja/docs/infrastructure/configuration/data-retention/history-sharding.md similarity index 100% rename from @i18n/ja/docs/infrastructure/configuration/data-retention/history-sharding.md rename to @l10n/ja/docs/infrastructure/configuration/data-retention/history-sharding.md diff --git a/@i18n/ja/docs/infrastructure/configuration/data-retention/index.md b/@l10n/ja/docs/infrastructure/configuration/data-retention/index.md similarity index 100% rename from @i18n/ja/docs/infrastructure/configuration/data-retention/index.md rename to @l10n/ja/docs/infrastructure/configuration/data-retention/index.md diff --git a/@i18n/ja/docs/infrastructure/configuration/data-retention/online-deletion.md b/@l10n/ja/docs/infrastructure/configuration/data-retention/online-deletion.md similarity index 100% rename from @i18n/ja/docs/infrastructure/configuration/data-retention/online-deletion.md rename to @l10n/ja/docs/infrastructure/configuration/data-retention/online-deletion.md diff --git a/@i18n/ja/docs/infrastructure/configuration/enable-public-signing.md b/@l10n/ja/docs/infrastructure/configuration/enable-public-signing.md similarity index 97% rename from @i18n/ja/docs/infrastructure/configuration/enable-public-signing.md rename to @l10n/ja/docs/infrastructure/configuration/enable-public-signing.md index 21965c26909..919796d0d56 100644 --- a/@i18n/ja/docs/infrastructure/configuration/enable-public-signing.md +++ b/@l10n/ja/docs/infrastructure/configuration/enable-public-signing.md @@ -29,7 +29,7 @@ labels: vim /etc/opt/ripple/rippled.cfg ``` - {% partial file="/@i18n/ja/docs/_snippets/conf-file-location.md" /%} + {% partial file="/@l10n/ja/docs/_snippets/conf-file-location.md" /%} 2. 以下のスタンザを構成ファイルに追加し、変更を保存します。 diff --git a/@i18n/ja/docs/infrastructure/configuration/index.md b/@l10n/ja/docs/infrastructure/configuration/index.md similarity index 100% rename from @i18n/ja/docs/infrastructure/configuration/index.md rename to @l10n/ja/docs/infrastructure/configuration/index.md diff --git a/@i18n/ja/docs/infrastructure/configuration/peering/cluster-rippled-servers.md b/@l10n/ja/docs/infrastructure/configuration/peering/cluster-rippled-servers.md similarity index 100% rename from @i18n/ja/docs/infrastructure/configuration/peering/cluster-rippled-servers.md rename to @l10n/ja/docs/infrastructure/configuration/peering/cluster-rippled-servers.md diff --git a/@i18n/ja/docs/infrastructure/configuration/peering/configure-a-private-server.md b/@l10n/ja/docs/infrastructure/configuration/peering/configure-a-private-server.md similarity index 99% rename from @i18n/ja/docs/infrastructure/configuration/peering/configure-a-private-server.md rename to @l10n/ja/docs/infrastructure/configuration/peering/configure-a-private-server.md index c8eba45c479..da3dc44753e 100644 --- a/@i18n/ja/docs/infrastructure/configuration/peering/configure-a-private-server.md +++ b/@l10n/ja/docs/infrastructure/configuration/peering/configure-a-private-server.md @@ -30,7 +30,7 @@ labels: vim /etc/opt/ripple/rippled.cfg ``` - {% partial file="/@i18n/ja/docs/_snippets/conf-file-location.md" /%} + {% partial file="/@l10n/ja/docs/_snippets/conf-file-location.md" /%} 2. プライベートピアリングを有効にします。 diff --git a/@i18n/ja/docs/infrastructure/configuration/peering/configure-the-peer-crawler.md b/@l10n/ja/docs/infrastructure/configuration/peering/configure-the-peer-crawler.md similarity index 96% rename from @i18n/ja/docs/infrastructure/configuration/peering/configure-the-peer-crawler.md rename to @l10n/ja/docs/infrastructure/configuration/peering/configure-the-peer-crawler.md index b8c0bb30e93..0030909a8c6 100644 --- a/@i18n/ja/docs/infrastructure/configuration/peering/configure-the-peer-crawler.md +++ b/@l10n/ja/docs/infrastructure/configuration/peering/configure-the-peer-crawler.md @@ -26,7 +26,7 @@ labels: vim /etc/opt/ripple/rippled.cfg ``` - {% partial file="/@i18n/ja/docs/_snippets/conf-file-location.md" /%} + {% partial file="/@l10n/ja/docs/_snippets/conf-file-location.md" /%} 2. 設定ファイルに`[crawl]`を追加または更新し、変更を保存します。 @@ -57,7 +57,7 @@ labels: vim /etc/opt/ripple/rippled.cfg ``` - {% partial file="/@i18n/ja/docs/_snippets/conf-file-location.md" /%} + {% partial file="/@l10n/ja/docs/_snippets/conf-file-location.md" /%} 2. 設定ファイルに`[crawl]`を追加または更新し、変更を保存します。 diff --git a/@i18n/ja/docs/infrastructure/configuration/peering/enable-link-compression.md b/@l10n/ja/docs/infrastructure/configuration/peering/enable-link-compression.md similarity index 95% rename from @i18n/ja/docs/infrastructure/configuration/peering/enable-link-compression.md rename to @l10n/ja/docs/infrastructure/configuration/peering/enable-link-compression.md index f12204bf12b..559f7608b1f 100644 --- a/@i18n/ja/docs/infrastructure/configuration/peering/enable-link-compression.md +++ b/@l10n/ja/docs/infrastructure/configuration/peering/enable-link-compression.md @@ -20,7 +20,7 @@ labels: $ vim /etc/opt/ripple/rippled.cfg ``` -{% partial file="/@i18n/ja/docs/_snippets/conf-file-location.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/conf-file-location.md" /%} ### 2. 設定ファイルに`[compression]`を追加またはコメントアウトします。 diff --git a/@i18n/ja/docs/infrastructure/configuration/peering/forward-ports-for-peering.md b/@l10n/ja/docs/infrastructure/configuration/peering/forward-ports-for-peering.md similarity index 100% rename from @i18n/ja/docs/infrastructure/configuration/peering/forward-ports-for-peering.md rename to @l10n/ja/docs/infrastructure/configuration/peering/forward-ports-for-peering.md diff --git a/@i18n/ja/docs/infrastructure/configuration/peering/index.md b/@l10n/ja/docs/infrastructure/configuration/peering/index.md similarity index 100% rename from @i18n/ja/docs/infrastructure/configuration/peering/index.md rename to @l10n/ja/docs/infrastructure/configuration/peering/index.md diff --git a/@i18n/ja/docs/infrastructure/configuration/peering/manually-connect-to-a-specific-peer.md b/@l10n/ja/docs/infrastructure/configuration/peering/manually-connect-to-a-specific-peer.md similarity index 100% rename from @i18n/ja/docs/infrastructure/configuration/peering/manually-connect-to-a-specific-peer.md rename to @l10n/ja/docs/infrastructure/configuration/peering/manually-connect-to-a-specific-peer.md diff --git a/@i18n/ja/docs/infrastructure/configuration/peering/set-max-number-of-peers.md b/@l10n/ja/docs/infrastructure/configuration/peering/set-max-number-of-peers.md similarity index 98% rename from @i18n/ja/docs/infrastructure/configuration/peering/set-max-number-of-peers.md rename to @l10n/ja/docs/infrastructure/configuration/peering/set-max-number-of-peers.md index 02c300bd40b..2ea69ef71ca 100644 --- a/@i18n/ja/docs/infrastructure/configuration/peering/set-max-number-of-peers.md +++ b/@l10n/ja/docs/infrastructure/configuration/peering/set-max-number-of-peers.md @@ -20,7 +20,7 @@ labels: $ vim /etc/opt/ripple/rippled.cfg ``` - {% partial file="/@i18n/ja/docs/_snippets/conf-file-location.md" /%} + {% partial file="/@l10n/ja/docs/_snippets/conf-file-location.md" /%} 2. 構成ファイルで、`[peers_max]`スタンザのコメントを解除して編集するか、まだない場合は追加します。 diff --git a/@i18n/ja/docs/infrastructure/configuration/peering/use-a-peer-reservation.md b/@l10n/ja/docs/infrastructure/configuration/peering/use-a-peer-reservation.md similarity index 99% rename from @i18n/ja/docs/infrastructure/configuration/peering/use-a-peer-reservation.md rename to @l10n/ja/docs/infrastructure/configuration/peering/use-a-peer-reservation.md index 58b729a158f..c7437063a41 100644 --- a/@i18n/ja/docs/infrastructure/configuration/peering/use-a-peer-reservation.md +++ b/@l10n/ja/docs/infrastructure/configuration/peering/use-a-peer-reservation.md @@ -65,7 +65,7 @@ lables: vim /etc/opt/ripple/rippled.cfg ``` - {% partial file="/@i18n/ja/docs/_snippets/conf-file-location.md" /%} + {% partial file="/@l10n/ja/docs/_snippets/conf-file-location.md" /%} 3. 前のステップで生成した`validation_seed`値を使用して、`[node_seed]`スタンザを追加します。 diff --git a/@i18n/ja/docs/infrastructure/configuration/server-modes/index.md b/@l10n/ja/docs/infrastructure/configuration/server-modes/index.md similarity index 100% rename from @i18n/ja/docs/infrastructure/configuration/server-modes/index.md rename to @l10n/ja/docs/infrastructure/configuration/server-modes/index.md diff --git a/@i18n/ja/docs/infrastructure/configuration/server-modes/run-rippled-as-a-stock-server.md b/@l10n/ja/docs/infrastructure/configuration/server-modes/run-rippled-as-a-stock-server.md similarity index 100% rename from @i18n/ja/docs/infrastructure/configuration/server-modes/run-rippled-as-a-stock-server.md rename to @l10n/ja/docs/infrastructure/configuration/server-modes/run-rippled-as-a-stock-server.md diff --git a/@i18n/ja/docs/infrastructure/configuration/server-modes/run-rippled-as-a-validator.md b/@l10n/ja/docs/infrastructure/configuration/server-modes/run-rippled-as-a-validator.md similarity index 100% rename from @i18n/ja/docs/infrastructure/configuration/server-modes/run-rippled-as-a-validator.md rename to @l10n/ja/docs/infrastructure/configuration/server-modes/run-rippled-as-a-validator.md diff --git a/@i18n/ja/docs/infrastructure/index.md b/@l10n/ja/docs/infrastructure/index.md similarity index 100% rename from @i18n/ja/docs/infrastructure/index.md rename to @l10n/ja/docs/infrastructure/index.md diff --git a/@i18n/ja/docs/infrastructure/installation/build-on-linux-mac-windows.md b/@l10n/ja/docs/infrastructure/installation/build-on-linux-mac-windows.md similarity index 100% rename from @i18n/ja/docs/infrastructure/installation/build-on-linux-mac-windows.md rename to @l10n/ja/docs/infrastructure/installation/build-on-linux-mac-windows.md diff --git a/@i18n/ja/docs/infrastructure/installation/build-run-rippled-in-reporting-mode.md b/@l10n/ja/docs/infrastructure/installation/build-run-rippled-in-reporting-mode.md similarity index 100% rename from @i18n/ja/docs/infrastructure/installation/build-run-rippled-in-reporting-mode.md rename to @l10n/ja/docs/infrastructure/installation/build-run-rippled-in-reporting-mode.md diff --git a/@i18n/ja/docs/infrastructure/installation/capacity-planning.md b/@l10n/ja/docs/infrastructure/installation/capacity-planning.md similarity index 100% rename from @i18n/ja/docs/infrastructure/installation/capacity-planning.md rename to @l10n/ja/docs/infrastructure/installation/capacity-planning.md diff --git a/@i18n/ja/docs/infrastructure/installation/index.md b/@l10n/ja/docs/infrastructure/installation/index.md similarity index 100% rename from @i18n/ja/docs/infrastructure/installation/index.md rename to @l10n/ja/docs/infrastructure/installation/index.md diff --git a/@i18n/ja/docs/infrastructure/installation/install-clio-on-ubuntu.md b/@l10n/ja/docs/infrastructure/installation/install-clio-on-ubuntu.md similarity index 100% rename from @i18n/ja/docs/infrastructure/installation/install-clio-on-ubuntu.md rename to @l10n/ja/docs/infrastructure/installation/install-clio-on-ubuntu.md diff --git a/@i18n/ja/docs/infrastructure/installation/install-rippled-on-centos-rhel-with-yum.md b/@l10n/ja/docs/infrastructure/installation/install-rippled-on-centos-rhel-with-yum.md similarity index 97% rename from @i18n/ja/docs/infrastructure/installation/install-rippled-on-centos-rhel-with-yum.md rename to @l10n/ja/docs/infrastructure/installation/install-rippled-on-centos-rhel-with-yum.md index eb356e55c55..3a9ef1ee1ed 100644 --- a/@i18n/ja/docs/infrastructure/installation/install-rippled-on-centos-rhel-with-yum.md +++ b/@l10n/ja/docs/infrastructure/installation/install-rippled-on-centos-rhel-with-yum.md @@ -69,7 +69,7 @@ labels: ## 次のステップ -{% partial file="/@i18n/ja/docs/_snippets/post-rippled-install.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/post-rippled-install.md" /%} ## 関連項目 diff --git a/@i18n/ja/docs/infrastructure/installation/install-rippled-on-ubuntu.md b/@l10n/ja/docs/infrastructure/installation/install-rippled-on-ubuntu.md similarity index 98% rename from @i18n/ja/docs/infrastructure/installation/install-rippled-on-ubuntu.md rename to @l10n/ja/docs/infrastructure/installation/install-rippled-on-ubuntu.md index 49ef9c27c96..74c034e7846 100644 --- a/@i18n/ja/docs/infrastructure/installation/install-rippled-on-ubuntu.md +++ b/@l10n/ja/docs/infrastructure/installation/install-rippled-on-ubuntu.md @@ -105,7 +105,7 @@ labels: ## 次のステップ -{% partial file="/@i18n/ja/docs/_snippets/post-rippled-install.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/post-rippled-install.md" /%} diff --git a/@i18n/ja/docs/infrastructure/installation/rippled-1-3-migration-instructions.md b/@l10n/ja/docs/infrastructure/installation/rippled-1-3-migration-instructions.md similarity index 100% rename from @i18n/ja/docs/infrastructure/installation/rippled-1-3-migration-instructions.md rename to @l10n/ja/docs/infrastructure/installation/rippled-1-3-migration-instructions.md diff --git a/@i18n/ja/docs/infrastructure/installation/system-requirements.md b/@l10n/ja/docs/infrastructure/installation/system-requirements.md similarity index 100% rename from @i18n/ja/docs/infrastructure/installation/system-requirements.md rename to @l10n/ja/docs/infrastructure/installation/system-requirements.md diff --git a/@i18n/ja/docs/infrastructure/installation/update-rippled-automatically-on-linux.md b/@l10n/ja/docs/infrastructure/installation/update-rippled-automatically-on-linux.md similarity index 100% rename from @i18n/ja/docs/infrastructure/installation/update-rippled-automatically-on-linux.md rename to @l10n/ja/docs/infrastructure/installation/update-rippled-automatically-on-linux.md diff --git a/@i18n/ja/docs/infrastructure/installation/update-rippled-manually-on-centos-rhel.md b/@l10n/ja/docs/infrastructure/installation/update-rippled-manually-on-centos-rhel.md similarity index 100% rename from @i18n/ja/docs/infrastructure/installation/update-rippled-manually-on-centos-rhel.md rename to @l10n/ja/docs/infrastructure/installation/update-rippled-manually-on-centos-rhel.md diff --git a/@i18n/ja/docs/infrastructure/installation/update-rippled-manually-on-ubuntu.md b/@l10n/ja/docs/infrastructure/installation/update-rippled-manually-on-ubuntu.md similarity index 100% rename from @i18n/ja/docs/infrastructure/installation/update-rippled-manually-on-ubuntu.md rename to @l10n/ja/docs/infrastructure/installation/update-rippled-manually-on-ubuntu.md diff --git a/@i18n/ja/docs/infrastructure/testing-and-auditing/advance-the-ledger-in-stand-alone-mode.md b/@l10n/ja/docs/infrastructure/testing-and-auditing/advance-the-ledger-in-stand-alone-mode.md similarity index 100% rename from @i18n/ja/docs/infrastructure/testing-and-auditing/advance-the-ledger-in-stand-alone-mode.md rename to @l10n/ja/docs/infrastructure/testing-and-auditing/advance-the-ledger-in-stand-alone-mode.md diff --git a/@i18n/ja/docs/infrastructure/testing-and-auditing/index.md b/@l10n/ja/docs/infrastructure/testing-and-auditing/index.md similarity index 100% rename from @i18n/ja/docs/infrastructure/testing-and-auditing/index.md rename to @l10n/ja/docs/infrastructure/testing-and-auditing/index.md diff --git a/@i18n/ja/docs/infrastructure/testing-and-auditing/load-a-saved-ledger-in-stand-alone-mode.md b/@l10n/ja/docs/infrastructure/testing-and-auditing/load-a-saved-ledger-in-stand-alone-mode.md similarity index 100% rename from @i18n/ja/docs/infrastructure/testing-and-auditing/load-a-saved-ledger-in-stand-alone-mode.md rename to @l10n/ja/docs/infrastructure/testing-and-auditing/load-a-saved-ledger-in-stand-alone-mode.md diff --git a/@i18n/ja/docs/infrastructure/testing-and-auditing/run-private-network-with-docker.md b/@l10n/ja/docs/infrastructure/testing-and-auditing/run-private-network-with-docker.md similarity index 100% rename from @i18n/ja/docs/infrastructure/testing-and-auditing/run-private-network-with-docker.md rename to @l10n/ja/docs/infrastructure/testing-and-auditing/run-private-network-with-docker.md diff --git a/@i18n/ja/docs/infrastructure/testing-and-auditing/start-a-new-genesis-ledger-in-stand-alone-mode.md b/@l10n/ja/docs/infrastructure/testing-and-auditing/start-a-new-genesis-ledger-in-stand-alone-mode.md similarity index 100% rename from @i18n/ja/docs/infrastructure/testing-and-auditing/start-a-new-genesis-ledger-in-stand-alone-mode.md rename to @l10n/ja/docs/infrastructure/testing-and-auditing/start-a-new-genesis-ledger-in-stand-alone-mode.md diff --git a/@i18n/ja/docs/infrastructure/testing-and-auditing/test-amendments.md b/@l10n/ja/docs/infrastructure/testing-and-auditing/test-amendments.md similarity index 100% rename from @i18n/ja/docs/infrastructure/testing-and-auditing/test-amendments.md rename to @l10n/ja/docs/infrastructure/testing-and-auditing/test-amendments.md diff --git a/@i18n/ja/docs/infrastructure/troubleshooting/diagnosing-problems.md b/@l10n/ja/docs/infrastructure/troubleshooting/diagnosing-problems.md similarity index 100% rename from @i18n/ja/docs/infrastructure/troubleshooting/diagnosing-problems.md rename to @l10n/ja/docs/infrastructure/troubleshooting/diagnosing-problems.md diff --git a/@i18n/ja/docs/infrastructure/troubleshooting/fix-sqlite-tx-db-page-size-issue.md b/@l10n/ja/docs/infrastructure/troubleshooting/fix-sqlite-tx-db-page-size-issue.md similarity index 100% rename from @i18n/ja/docs/infrastructure/troubleshooting/fix-sqlite-tx-db-page-size-issue.md rename to @l10n/ja/docs/infrastructure/troubleshooting/fix-sqlite-tx-db-page-size-issue.md diff --git a/@i18n/ja/docs/infrastructure/troubleshooting/health-check-interventions.md b/@l10n/ja/docs/infrastructure/troubleshooting/health-check-interventions.md similarity index 100% rename from @i18n/ja/docs/infrastructure/troubleshooting/health-check-interventions.md rename to @l10n/ja/docs/infrastructure/troubleshooting/health-check-interventions.md diff --git a/@i18n/ja/docs/infrastructure/troubleshooting/index.md b/@l10n/ja/docs/infrastructure/troubleshooting/index.md similarity index 100% rename from @i18n/ja/docs/infrastructure/troubleshooting/index.md rename to @l10n/ja/docs/infrastructure/troubleshooting/index.md diff --git a/@i18n/ja/docs/infrastructure/troubleshooting/server-doesnt-sync.md b/@l10n/ja/docs/infrastructure/troubleshooting/server-doesnt-sync.md similarity index 99% rename from @i18n/ja/docs/infrastructure/troubleshooting/server-doesnt-sync.md rename to @l10n/ja/docs/infrastructure/troubleshooting/server-doesnt-sync.md index cc9099c5974..059b29d6b4c 100644 --- a/@i18n/ja/docs/infrastructure/troubleshooting/server-doesnt-sync.md +++ b/@l10n/ja/docs/infrastructure/troubleshooting/server-doesnt-sync.md @@ -96,7 +96,7 @@ labels: /var/lib/rippled/db_new ``` - {% partial file="/@i18n/ja/docs/_snippets/conf-file-location.md" /%} + {% partial file="/@l10n/ja/docs/_snippets/conf-file-location.md" /%} 4. `rippled`サーバを再起動します。 diff --git a/@i18n/ja/docs/infrastructure/troubleshooting/server-is-amendment-blocked.md b/@l10n/ja/docs/infrastructure/troubleshooting/server-is-amendment-blocked.md similarity index 100% rename from @i18n/ja/docs/infrastructure/troubleshooting/server-is-amendment-blocked.md rename to @l10n/ja/docs/infrastructure/troubleshooting/server-is-amendment-blocked.md diff --git a/@i18n/ja/docs/infrastructure/troubleshooting/server-wont-start.md b/@l10n/ja/docs/infrastructure/troubleshooting/server-wont-start.md similarity index 100% rename from @i18n/ja/docs/infrastructure/troubleshooting/server-wont-start.md rename to @l10n/ja/docs/infrastructure/troubleshooting/server-wont-start.md diff --git a/@i18n/ja/docs/infrastructure/troubleshooting/understanding-log-messages.md b/@l10n/ja/docs/infrastructure/troubleshooting/understanding-log-messages.md similarity index 98% rename from @i18n/ja/docs/infrastructure/troubleshooting/understanding-log-messages.md rename to @l10n/ja/docs/infrastructure/troubleshooting/understanding-log-messages.md index e106c8ccded..8b9ea674fee 100644 --- a/@i18n/ja/docs/infrastructure/troubleshooting/understanding-log-messages.md +++ b/@l10n/ja/docs/infrastructure/troubleshooting/understanding-log-messages.md @@ -188,7 +188,7 @@ ShardStore:ERR shard 2236: No such file or directory 2018-Aug-28 22:56:22.256065549 Validations:WRN Unable to determine hash of ancestor seq=3 from ledger hash=00B1E512EF558F2FD9A0A6C263B3D922297F26A55AEB56A009341A22895B516E seq=12133675 ``` -{% partial file="/@i18n/ja/docs/_snippets/unsynced_warning_logs.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/unsynced_warning_logs.md" /%} @@ -202,7 +202,7 @@ ShardStore:ERR shard 2236: No such file or directory 2018-Aug-28 22:56:22.368499966 LedgerConsensus:WRN {"accepted":true,"account_hash":"89A821400087101F1BF2D2B912C6A9F2788CC715590E8FA5710F2D10BF5E3C03","close_flags":0,"close_time":588812130,"close_time_human":"2018-Aug-28 22:55:30.000000000","close_time_resolution":30,"closed":true,"hash":"96A8DF9ECF5E9D087BAE9DDDE38C197D3C1C6FB842C7BB770F8929E56CC71661","ledger_hash":"96A8DF9ECF5E9D087BAE9DDDE38C197D3C1C6FB842C7BB770F8929E56CC71661","ledger_index":"3","parent_close_time":588812070,"parent_hash":"5F5CB224644F080BC8E1CC10E126D62E9D7F9BE1C64AD0565881E99E3F64688A","seqNum":"3","totalCoins":"100000000000000000","total_coins":"100000000000000000","transaction_hash":"0000000000000000000000000000000000000000000000000000000000000000"} ``` -{% partial file="/@i18n/ja/docs/_snippets/unsynced_warning_logs.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/unsynced_warning_logs.md" /%} @@ -212,7 +212,7 @@ ShardStore:ERR shard 2236: No such file or directory NetworkOPs:WRN We are not running on the consensus ledger ``` -{% partial file="/@i18n/ja/docs/_snippets/unsynced_warning_logs.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/unsynced_warning_logs.md" /%} diff --git a/@i18n/ja/docs/introduction/crypto-wallets.md b/@l10n/ja/docs/introduction/crypto-wallets.md similarity index 100% rename from @i18n/ja/docs/introduction/crypto-wallets.md rename to @l10n/ja/docs/introduction/crypto-wallets.md diff --git a/@i18n/ja/docs/introduction/index.md b/@l10n/ja/docs/introduction/index.md similarity index 100% rename from @i18n/ja/docs/introduction/index.md rename to @l10n/ja/docs/introduction/index.md diff --git a/@i18n/ja/docs/introduction/software-ecosystem.md b/@l10n/ja/docs/introduction/software-ecosystem.md similarity index 100% rename from @i18n/ja/docs/introduction/software-ecosystem.md rename to @l10n/ja/docs/introduction/software-ecosystem.md diff --git a/@i18n/ja/docs/introduction/transactions-and-requests.md b/@l10n/ja/docs/introduction/transactions-and-requests.md similarity index 100% rename from @i18n/ja/docs/introduction/transactions-and-requests.md rename to @l10n/ja/docs/introduction/transactions-and-requests.md diff --git a/@i18n/ja/docs/introduction/what-is-the-xrp-ledger.md b/@l10n/ja/docs/introduction/what-is-the-xrp-ledger.md similarity index 100% rename from @i18n/ja/docs/introduction/what-is-the-xrp-ledger.md rename to @l10n/ja/docs/introduction/what-is-the-xrp-ledger.md diff --git a/@i18n/ja/docs/introduction/what-is-xrp.md b/@l10n/ja/docs/introduction/what-is-xrp.md similarity index 100% rename from @i18n/ja/docs/introduction/what-is-xrp.md rename to @l10n/ja/docs/introduction/what-is-xrp.md diff --git a/@i18n/ja/docs/references/client-libraries.md b/@l10n/ja/docs/references/client-libraries.md similarity index 100% rename from @i18n/ja/docs/references/client-libraries.md rename to @l10n/ja/docs/references/client-libraries.md diff --git a/@i18n/ja/docs/references/data-api.md b/@l10n/ja/docs/references/data-api.md similarity index 100% rename from @i18n/ja/docs/references/data-api.md rename to @l10n/ja/docs/references/data-api.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/index.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/index.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/index.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/index.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/validation_create.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/can_delete.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/crawl_shards.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/crawl_shards.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/crawl_shards.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/crawl_shards.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/download_shard.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/download_shard.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/download_shard.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/download_shard.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/index.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/index.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_cleaner.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/ledger_request.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/log_level.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/logrotate.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/node_to_shard.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/node_to_shard.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/node_to_shard.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/logging-and-data-management-methods/node_to_shard.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/connect.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/index.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/index.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md similarity index 98% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md index a8f2e8c32e7..11bbd646504 100644 --- a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md +++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_add.md @@ -128,7 +128,7 @@ Connecting to 127.0.0.1:5005 `previous`フィールドが指定されている場合は、このピアリザベーションの以前のステータスが次のフィールドとともに表示されます。 -{% partial file="/@i18n/ja/docs/_snippets/peer_reservation_object.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/peer_reservation_object.md" /%} diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md similarity index 98% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md index 56f061a0468..cee3e948268 100644 --- a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md +++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_del.md @@ -126,7 +126,7 @@ Connecting to 127.0.0.1:5005 `previous`フィールドが指定されている場合は、このピアリザベーションの以前のステータスが次のフィールドとともに表示されます。 -{% partial file="/@i18n/ja/docs/_snippets/peer_reservation_object.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/peer_reservation_object.md" /%} ### 考えられるエラー diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md similarity index 98% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md index b6e0d024837..5ca11b0ac43 100644 --- a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md +++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peer_reservations_list.md @@ -129,7 +129,7 @@ Loading: "/etc/rippled.cfg" `reservations`配列の各メンバーは、1つの[ピアリザベーション][]を表すJSONオブジェクトです。このオブジェクトのフィールドを次に示します。 -{% partial file="/@i18n/ja/docs/_snippets/peer_reservation_object.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/peer_reservation_object.md" /%} ### 考えられるエラー diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/peer-management-methods/peers.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/index.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/index.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/ledger_accept.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/stop.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/validation_seed.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/validation_seed.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/validation_seed.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/server-control-methods/validation_seed.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/index.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/index.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md similarity index 99% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md index 39100687b1a..80c183c748c 100644 --- a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md +++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign.md @@ -11,7 +11,7 @@ labels: `sign`メソッドは[JSONフォーマットのトランザクション](../../../protocol/transactions/index.md)と[シード値](../../../../concepts/accounts/cryptographic-keys.md)を受け取り、トランザクションの署名済みバイナリー表現を返します。[マルチシグトランザクション](../../../../concepts/accounts/multi-signing.md)に署名を付与する場合は、代わりに[sign_forメソッド][]を使用します。 -{% partial file="/@i18n/ja/docs/_snippets/public-signing-note.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/public-signing-note.md" /%} **注意:** 独自の`rippled`サーバを運用している場合を除き、このコマンドを使用するのではなく、[クライアントライブラリ](../../../client-libraries.md)を実行してください。詳細については[安全な署名の設定](../../../../concepts/transactions/secure-signing.md)をご覧ください。 diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md similarity index 99% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md index 72077cc2001..89ce4753021 100644 --- a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md +++ b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/signing-methods/sign_for.md @@ -11,7 +11,7 @@ labels: `sign_for`コマンドは、[マルチシグトランザクション](../../../../concepts/accounts/multi-signing.md)の署名を1つ提供します。 -{% partial file="/@i18n/ja/docs/_snippets/public-signing-note.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/public-signing-note.md" /%} このコマンドを使用するには、[MultiSign Amendment][]が有効になっている必要があります。{% badge href="https://github.com/XRPLF/rippled/releases/tag/0.31.0" %}新規: rippled 0.31.0{% /badge %} diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/consensus_info.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/feature.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/fetch_info.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/get_counts.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/index.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/index.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/print.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_info.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validator_list_sites.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md b/@l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md rename to @l10n/ja/docs/references/http-websocket-apis/admin-api-methods/status-and-debugging-methods/validators.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/api-conventions/ctid.md b/@l10n/ja/docs/references/http-websocket-apis/api-conventions/ctid.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/api-conventions/ctid.md rename to @l10n/ja/docs/references/http-websocket-apis/api-conventions/ctid.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/api-conventions/error-formatting.md b/@l10n/ja/docs/references/http-websocket-apis/api-conventions/error-formatting.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/api-conventions/error-formatting.md rename to @l10n/ja/docs/references/http-websocket-apis/api-conventions/error-formatting.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/api-conventions/index.md b/@l10n/ja/docs/references/http-websocket-apis/api-conventions/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/api-conventions/index.md rename to @l10n/ja/docs/references/http-websocket-apis/api-conventions/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/api-conventions/markers-and-pagination.md b/@l10n/ja/docs/references/http-websocket-apis/api-conventions/markers-and-pagination.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/api-conventions/markers-and-pagination.md rename to @l10n/ja/docs/references/http-websocket-apis/api-conventions/markers-and-pagination.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/api-conventions/rate-limiting.md b/@l10n/ja/docs/references/http-websocket-apis/api-conventions/rate-limiting.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/api-conventions/rate-limiting.md rename to @l10n/ja/docs/references/http-websocket-apis/api-conventions/rate-limiting.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/api-conventions/request-formatting.md b/@l10n/ja/docs/references/http-websocket-apis/api-conventions/request-formatting.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/api-conventions/request-formatting.md rename to @l10n/ja/docs/references/http-websocket-apis/api-conventions/request-formatting.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/api-conventions/response-formatting.md b/@l10n/ja/docs/references/http-websocket-apis/api-conventions/response-formatting.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/api-conventions/response-formatting.md rename to @l10n/ja/docs/references/http-websocket-apis/api-conventions/response-formatting.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/api-conventions/rippled-server-states.md b/@l10n/ja/docs/references/http-websocket-apis/api-conventions/rippled-server-states.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/api-conventions/rippled-server-states.md rename to @l10n/ja/docs/references/http-websocket-apis/api-conventions/rippled-server-states.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/index.md b/@l10n/ja/docs/references/http-websocket-apis/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/index.md rename to @l10n/ja/docs/references/http-websocket-apis/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/peer-port-methods/health-check.md b/@l10n/ja/docs/references/http-websocket-apis/peer-port-methods/health-check.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/peer-port-methods/health-check.md rename to @l10n/ja/docs/references/http-websocket-apis/peer-port-methods/health-check.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/peer-port-methods/index.md b/@l10n/ja/docs/references/http-websocket-apis/peer-port-methods/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/peer-port-methods/index.md rename to @l10n/ja/docs/references/http-websocket-apis/peer-port-methods/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/peer-port-methods/peer-crawler.md b/@l10n/ja/docs/references/http-websocket-apis/peer-port-methods/peer-crawler.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/peer-port-methods/peer-crawler.md rename to @l10n/ja/docs/references/http-websocket-apis/peer-port-methods/peer-crawler.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/peer-port-methods/validator-list.md b/@l10n/ja/docs/references/http-websocket-apis/peer-port-methods/validator-list.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/peer-port-methods/validator-list.md rename to @l10n/ja/docs/references/http-websocket-apis/peer-port-methods/validator-list.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_currencies.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_info.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_info.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_info.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_info.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_lines.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_lines.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_lines.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_lines.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md similarity index 99% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md index c61ed8138bf..3add8a5568d 100644 --- a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md +++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_nfts.md @@ -16,7 +16,7 @@ _([NonFungibleTokensV1_1 amendment][]により追加されました。)_ ## リクエストのフォーマット リクエストのフォーマットの例 -{% raw-partial file="/@i18n/ja/docs/_snippets/no-cli-syntax.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/no-cli-syntax.md" /%} {% tabs %} diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_objects.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_offers.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_offers.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_offers.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_offers.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/account_tx.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/gateway_balances.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/index.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/index.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/account-methods/noripple_check.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/ledger-clio.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/ledger-clio.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/ledger-clio.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/ledger-clio.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/nft_history.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/nft_history.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/nft_history.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/nft_history.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/nft_info.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/nft_info.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/nft_info.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/nft_info.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/server_info-clio.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/server_info-clio.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/server_info-clio.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/clio-methods/server_info-clio.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/clio-server/index.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/clio-server/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/clio-server/index.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/clio-server/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/index.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/index.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/index.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/index.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_closed.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_current.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_data.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md similarity index 99% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md index 41bed6aebb4..d7e7d32ce29 100644 --- a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md +++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/ledger-methods/ledger_entry.md @@ -16,7 +16,7 @@ label: このメソッドは複数の異なる種類のデータを取得することができます。以下に記載されている一般的なフィールドと特定のタイプのフィールドで構成される適切なパラメータを渡し、標準の[リクエストのフォーマット](../../api-conventions/request-formatting.md)に従うことで、取得するアイテムの種類を選択できます。(例えば、WebSocketリクエストは常に`command`フィールドとオプションで`id`フィールドを持ち、JSON-RPCリクエストは`method`フィールドと`params`フィールドを使います)。 -{% raw-partial file="/@i18n/ja/docs/_snippets/no-cli-syntax.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/no-cli-syntax.md" /%} ### 一般的なフィールド diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md similarity index 99% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md index d412f9acf7f..c78d62b9690 100644 --- a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md +++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md @@ -21,7 +21,7 @@ _([AMM amendment][])_ リクエストの例 -{% raw-partial file="/@i18n/ja/docs/_snippets/no-cli-syntax.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/no-cli-syntax.md" /%} {% tabs %} diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/book_offers.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/deposit_authorized.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/index.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/index.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md similarity index 98% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md index ec914f012a2..2a4eee5e07d 100644 --- a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md +++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_buy_offers.md @@ -16,7 +16,7 @@ _([NonFungibleTokensV1_1 amendment][]により追加されました。)_ ## リクエストのフォーマット リクエストのフォーマットの例: -{% raw-partial file="/@i18n/ja/docs/_snippets/no-cli-syntax.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/no-cli-syntax.md" /%} {% tabs %} diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md similarity index 98% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md index 47fe0d22956..4d94ffc52ae 100644 --- a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md +++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/nft_sell_offers.md @@ -16,7 +16,7 @@ _([NonFungibleTokensV1_1 amendment][]により追加されました。)_ ## リクエストのフォーマット リクエストのフォーマットの例: -{% raw-partial file="/@i18n/ja/docs/_snippets/no-cli-syntax.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/no-cli-syntax.md" /%} {% tabs %} diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/path_find.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/ripple_path_find.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/index.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/index.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/fee.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/index.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/index.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/manifest.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_definitions.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_definitions.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_definitions.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_definitions.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md similarity index 99% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md index 9ec7ac085b4..7957fd87eaf 100644 --- a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md +++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info.md @@ -122,9 +122,9 @@ rippled server_info **注記:** `closed_ledger`フィールドがあり、`seq`の値が小さい(8桁未満)場合、`rippled`には現在、ピアツーピアネットワークから取得した検証済みレジャーのコピーがないことを表しています。これは、サーバが現在も同期中である可能性を示しています。接続速度とハードウェア仕様にもよりますが、通常はネットワークとの同期に約5分かかります。 -{% partial file="/@i18n/ja/docs/_snippets/etl-source-object.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/etl-source-object.md" /%} -{% partial file="/@i18n/ja/docs/_snippets/port-descriptor-object.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/port-descriptor-object.md" /%} ## 考えられるエラー diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md similarity index 99% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md index 5a05783eb9d..62be5fdc4d5 100644 --- a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md +++ b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_state.md @@ -318,9 +318,9 @@ Headers [レポートモード]: ../../../../concepts/networks-and-servers/rippled-server-modes.md -{% partial file="/@i18n/ja/docs/_snippets/etl-source-object.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/etl-source-object.md" /%} -{% partial file="/@i18n/ja/docs/_snippets/port-descriptor-object.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/port-descriptor-object.md" /%} ## 考えられるエラー diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/index.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/index.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/subscribe.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/subscription-methods/unsubscribe.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/index.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/index.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/submit_multisigned.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/transaction_entry.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx_history.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/index.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/index.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/index.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/index.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/json.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/json.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/json.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/json.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/ping.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/ping.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/ping.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/ping.md diff --git a/@i18n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/random.md b/@l10n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/random.md similarity index 100% rename from @i18n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/random.md rename to @l10n/ja/docs/references/http-websocket-apis/public-api-methods/utility-methods/random.md diff --git a/@i18n/ja/docs/references/index.md b/@l10n/ja/docs/references/index.md similarity index 100% rename from @i18n/ja/docs/references/index.md rename to @l10n/ja/docs/references/index.md diff --git a/@i18n/ja/docs/references/protocol/binary-format.md b/@l10n/ja/docs/references/protocol/binary-format.md similarity index 100% rename from @i18n/ja/docs/references/protocol/binary-format.md rename to @l10n/ja/docs/references/protocol/binary-format.md diff --git a/@i18n/ja/docs/references/protocol/data-types/base58-encodings.md b/@l10n/ja/docs/references/protocol/data-types/base58-encodings.md similarity index 100% rename from @i18n/ja/docs/references/protocol/data-types/base58-encodings.md rename to @l10n/ja/docs/references/protocol/data-types/base58-encodings.md diff --git a/@i18n/ja/docs/references/protocol/data-types/basic-data-types.md b/@l10n/ja/docs/references/protocol/data-types/basic-data-types.md similarity index 97% rename from @i18n/ja/docs/references/protocol/data-types/basic-data-types.md rename to @l10n/ja/docs/references/protocol/data-types/basic-data-types.md index 7f2898cb7a1..48f7789670e 100644 --- a/@i18n/ja/docs/references/protocol/data-types/basic-data-types.md +++ b/@l10n/ja/docs/references/protocol/data-types/basic-data-types.md @@ -17,14 +17,14 @@ seo: ## アドレス [アドレス]: #アドレス -{% partial file="/@i18n/ja/docs/_snippets/data_types/address.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/data_types/address.md" /%} ## ハッシュ [ハッシュ]: #ハッシュ -{% partial file="/@i18n/ja/docs/_snippets/data_types/hash.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/data_types/hash.md" /%} ### ハッシュプレフィクス @@ -58,14 +58,14 @@ seo: ## アカウントシーケンス [シーケンス番号]: #アカウントシーケンス -{% partial file="/@i18n/ja/docs/_snippets/data_types/account_sequence.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/data_types/account_sequence.md" /%} ## レジャーインデックス [レジャーインデックス]: #レジャーインデックス -{% partial file="/@i18n/ja/docs/_snippets/data_types/ledger_index.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/data_types/ledger_index.md" /%} diff --git a/@i18n/ja/docs/references/protocol/data-types/currency-formats.md b/@l10n/ja/docs/references/protocol/data-types/currency-formats.md similarity index 98% rename from @i18n/ja/docs/references/protocol/data-types/currency-formats.md rename to @l10n/ja/docs/references/protocol/data-types/currency-formats.md index 47f16dae0d5..84a9e480454 100644 --- a/@i18n/ja/docs/references/protocol/data-types/currency-formats.md +++ b/@l10n/ja/docs/references/protocol/data-types/currency-formats.md @@ -97,7 +97,7 @@ XRPを金額なしで記述するには、JSONオブジェクトとして`curren ## 文字列フォーマット -{% partial file="/@i18n/ja/docs/_snippets/string-number-formatting.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/string-number-formatting.md" /%} ## XRPの精度 @@ -114,7 +114,7 @@ XRP Ledgerのピアツーピアネットワークでトークンの金額を送 ## 通貨コード [通貨コード]: #通貨コード -{% partial file="/@i18n/ja/docs/_snippets/data_types/currency_code.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/data_types/currency_code.md" /%} diff --git a/@i18n/ja/docs/references/protocol/data-types/nftoken.md b/@l10n/ja/docs/references/protocol/data-types/nftoken.md similarity index 100% rename from @i18n/ja/docs/references/protocol/data-types/nftoken.md rename to @l10n/ja/docs/references/protocol/data-types/nftoken.md diff --git a/@i18n/ja/docs/references/protocol/index.md b/@l10n/ja/docs/references/protocol/index.md similarity index 100% rename from @i18n/ja/docs/references/protocol/index.md rename to @l10n/ja/docs/references/protocol/index.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/common-fields.md b/@l10n/ja/docs/references/protocol/ledger-data/common-fields.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/common-fields.md rename to @l10n/ja/docs/references/protocol/ledger-data/common-fields.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/index.md b/@l10n/ja/docs/references/protocol/ledger-data/index.md similarity index 93% rename from @i18n/ja/docs/references/protocol/ledger-data/index.md rename to @l10n/ja/docs/references/protocol/ledger-data/index.md index feebbea777d..a6222237b86 100644 --- a/@i18n/ja/docs/references/protocol/ledger-data/index.md +++ b/@l10n/ja/docs/references/protocol/ledger-data/index.md @@ -17,6 +17,6 @@ XRP Ledgerに各レジャーバージョンは3つの要素で構成されてい ## 状態データ -{% partial file="/@i18n/ja/docs/_snippets/ledger-objects-intro.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/ledger-objects-intro.md" /%} {% child-pages /%} diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/accountroot.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/amendments.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/amendments.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/amendments.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/amendments.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/amm.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/amm.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/amm.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/amm.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/bridge.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/bridge.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/bridge.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/bridge.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/check.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/check.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/check.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/check.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/depositpreauth.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/did.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/did.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/did.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/did.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/directorynode.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/feesettings.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/index.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/index.md similarity index 75% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/index.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/index.md index 529a8891200..f637a008843 100644 --- a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/index.md +++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/index.md @@ -8,7 +8,7 @@ labels: --- # レジャーエントリのタイプ -{% partial file="/@i18n/ja/docs/_snippets/ledger-objects-intro.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/ledger-objects-intro.md" /%} {% child-pages /%} diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ledgerhashes.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/negativeunl.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/nftokenoffer.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/nftokenpage.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/offer.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/offer.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/offer.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/offer.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ripplestate.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/signerlist.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ticket.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ticket.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ticket.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/ticket.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedclaimid.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedclaimid.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedclaimid.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedclaimid.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedcreateaccountclaimid.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedcreateaccountclaimid.md similarity index 100% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedcreateaccountclaimid.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-entry-types/xchainownedcreateaccountclaimid.md diff --git a/@i18n/ja/docs/references/protocol/ledger-data/ledger-header.md b/@l10n/ja/docs/references/protocol/ledger-data/ledger-header.md similarity index 98% rename from @i18n/ja/docs/references/protocol/ledger-data/ledger-header.md rename to @l10n/ja/docs/references/protocol/ledger-data/ledger-header.md index 20aa9d469eb..1aa674535fa 100644 --- a/@i18n/ja/docs/references/protocol/ledger-data/ledger-header.md +++ b/@l10n/ja/docs/references/protocol/ledger-data/ledger-header.md @@ -27,7 +27,7 @@ labels: ## レジャーインデックス -{% partial file="/@i18n/ja/docs/_snippets/data_types/ledger_index.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/data_types/ledger_index.md" /%} diff --git a/@i18n/ja/docs/references/protocol/transactions/common-fields.md b/@l10n/ja/docs/references/protocol/transactions/common-fields.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/common-fields.md rename to @l10n/ja/docs/references/protocol/transactions/common-fields.md diff --git a/@i18n/ja/docs/references/protocol/transactions/index.md b/@l10n/ja/docs/references/protocol/transactions/index.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/index.md rename to @l10n/ja/docs/references/protocol/transactions/index.md diff --git a/@i18n/ja/docs/references/protocol/transactions/metadata.md b/@l10n/ja/docs/references/protocol/transactions/metadata.md similarity index 99% rename from @i18n/ja/docs/references/protocol/transactions/metadata.md rename to @l10n/ja/docs/references/protocol/transactions/metadata.md index 168dbaf9859..be7e552d3b0 100644 --- a/@i18n/ja/docs/references/protocol/transactions/metadata.md +++ b/@l10n/ja/docs/references/protocol/transactions/metadata.md @@ -14,7 +14,7 @@ labels: 以下に、トランザクションのメタデータに含まれる可能性があるフィールドをいくつか示します。 -{% partial file="/@i18n/ja/docs/_snippets/tx-metadata-field-table.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/tx-metadata-field-table.md" /%} ## メタデータの例 diff --git a/@i18n/ja/docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md b/@l10n/ja/docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md rename to @l10n/ja/docs/references/protocol/transactions/pseudo-transaction-types/enableamendment.md diff --git a/@i18n/ja/docs/references/protocol/transactions/pseudo-transaction-types/pseudo-transaction-types.md b/@l10n/ja/docs/references/protocol/transactions/pseudo-transaction-types/pseudo-transaction-types.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/pseudo-transaction-types/pseudo-transaction-types.md rename to @l10n/ja/docs/references/protocol/transactions/pseudo-transaction-types/pseudo-transaction-types.md diff --git a/@i18n/ja/docs/references/protocol/transactions/pseudo-transaction-types/setfee.md b/@l10n/ja/docs/references/protocol/transactions/pseudo-transaction-types/setfee.md similarity index 97% rename from @i18n/ja/docs/references/protocol/transactions/pseudo-transaction-types/setfee.md rename to @l10n/ja/docs/references/protocol/transactions/pseudo-transaction-types/setfee.md index bf2787a1063..78721042afd 100644 --- a/@i18n/ja/docs/references/protocol/transactions/pseudo-transaction-types/setfee.md +++ b/@l10n/ja/docs/references/protocol/transactions/pseudo-transaction-types/setfee.md @@ -37,6 +37,6 @@ labels: | ReserveIncrement | 符号なし整数 | UInt32 | 増分準備金(drop数) | | LedgerSequence | 数値 | UInt32 | _(過去に発生した`SetFee`疑似トランザクションの場合は省略)_ この擬似トランザクションが表示されるレジャーバージョンのインデックス。これにより、この疑似トランザクションと別途発生する同様の変更が区別されます。 | -{% raw-partial file="/@i18n/ja/docs/_snippets/setfee_uniqueness_note.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/setfee_uniqueness_note.md" /%} {% raw-partial file="/docs/_snippets/common-links.md" /%} diff --git a/@i18n/ja/docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md b/@l10n/ja/docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md similarity index 97% rename from @i18n/ja/docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md rename to @l10n/ja/docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md index f154560e8fe..3c0fac31810 100644 --- a/@i18n/ja/docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md +++ b/@l10n/ja/docs/references/protocol/transactions/pseudo-transaction-types/unlmodify.md @@ -29,7 +29,7 @@ _([NegativeUNL amendment][]により追加されました)_ } ``` -{% partial file="/@i18n/ja/docs/_snippets/pseudo-tx-fields-intro.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/pseudo-tx-fields-intro.md" /%} | 名前 | JSONの型 | [内部の型][] | 説明 | diff --git a/@i18n/ja/docs/references/protocol/transactions/transaction-results/index.md b/@l10n/ja/docs/references/protocol/transactions/transaction-results/index.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/transaction-results/index.md rename to @l10n/ja/docs/references/protocol/transactions/transaction-results/index.md diff --git a/@i18n/ja/docs/references/protocol/transactions/transaction-results/tec-codes.md b/@l10n/ja/docs/references/protocol/transactions/transaction-results/tec-codes.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/transaction-results/tec-codes.md rename to @l10n/ja/docs/references/protocol/transactions/transaction-results/tec-codes.md diff --git a/@i18n/ja/docs/references/protocol/transactions/transaction-results/tef-codes.md b/@l10n/ja/docs/references/protocol/transactions/transaction-results/tef-codes.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/transaction-results/tef-codes.md rename to @l10n/ja/docs/references/protocol/transactions/transaction-results/tef-codes.md diff --git a/@i18n/ja/docs/references/protocol/transactions/transaction-results/tel-codes.md b/@l10n/ja/docs/references/protocol/transactions/transaction-results/tel-codes.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/transaction-results/tel-codes.md rename to @l10n/ja/docs/references/protocol/transactions/transaction-results/tel-codes.md diff --git a/@i18n/ja/docs/references/protocol/transactions/transaction-results/tem-codes.md b/@l10n/ja/docs/references/protocol/transactions/transaction-results/tem-codes.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/transaction-results/tem-codes.md rename to @l10n/ja/docs/references/protocol/transactions/transaction-results/tem-codes.md diff --git a/@i18n/ja/docs/references/protocol/transactions/transaction-results/ter-codes.md b/@l10n/ja/docs/references/protocol/transactions/transaction-results/ter-codes.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/transaction-results/ter-codes.md rename to @l10n/ja/docs/references/protocol/transactions/transaction-results/ter-codes.md diff --git a/@i18n/ja/docs/references/protocol/transactions/transaction-results/tes-success.md b/@l10n/ja/docs/references/protocol/transactions/transaction-results/tes-success.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/transaction-results/tes-success.md rename to @l10n/ja/docs/references/protocol/transactions/transaction-results/tes-success.md diff --git a/@i18n/ja/docs/references/protocol/transactions/types/accountdelete.md b/@l10n/ja/docs/references/protocol/transactions/types/accountdelete.md similarity index 98% rename from @i18n/ja/docs/references/protocol/transactions/types/accountdelete.md rename to @l10n/ja/docs/references/protocol/transactions/types/accountdelete.md index 4e07d049d2f..dab5e6d76ba 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/accountdelete.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/accountdelete.md @@ -28,7 +28,7 @@ AccountDeleteトランザクションは、XRP Ledgerで[アカウント](../../ } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 説明 | diff --git a/@i18n/ja/docs/references/protocol/transactions/types/accountset.md b/@l10n/ja/docs/references/protocol/transactions/types/accountset.md similarity index 99% rename from @i18n/ja/docs/references/protocol/transactions/types/accountset.md rename to @l10n/ja/docs/references/protocol/transactions/types/accountset.md index 2235aa8a38f..2605c853417 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/accountset.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/accountset.md @@ -26,7 +26,7 @@ AccountSetトランザクションは、[XRP Ledgerのアカウント](../../led } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} diff --git a/@i18n/ja/docs/references/protocol/transactions/types/ammbid.md b/@l10n/ja/docs/references/protocol/transactions/types/ammbid.md similarity index 99% rename from @i18n/ja/docs/references/protocol/transactions/types/ammbid.md rename to @l10n/ja/docs/references/protocol/transactions/types/ammbid.md index 178eaa59772..bb851804fd8 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/ammbid.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/ammbid.md @@ -52,7 +52,7 @@ AMMのLPトークンを使って落札すると、落札に利用したLPトー } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 必須? | 説明 | |:---------------|:-----------|:- ----------|:----- |:------------| diff --git a/@i18n/ja/docs/references/protocol/transactions/types/ammcreate.md b/@l10n/ja/docs/references/protocol/transactions/types/ammcreate.md similarity index 99% rename from @i18n/ja/docs/references/protocol/transactions/types/ammcreate.md rename to @l10n/ja/docs/references/protocol/transactions/types/ammcreate.md index f5fdac244da..54e017a2ab8 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/ammcreate.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/ammcreate.md @@ -36,7 +36,7 @@ AMMを表す[AMMエントリ][]と[特殊なAccountRootエントリ](../../ledge } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 必須? | 説明 | |:-------------|:---- -----|:-----------|:------|:------------| diff --git a/@i18n/ja/docs/references/protocol/transactions/types/ammdelete.md b/@l10n/ja/docs/references/protocol/transactions/types/ammdelete.md similarity index 98% rename from @i18n/ja/docs/references/protocol/transactions/types/ammdelete.md rename to @l10n/ja/docs/references/protocol/transactions/types/ammdelete.md index 9038cfb669b..2e8ac60c02e 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/ammdelete.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/ammdelete.md @@ -35,7 +35,7 @@ _([AMM amendment][])_ } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 必須? | 説明 | |:---------|:-----------|:-----------|:------|:----| diff --git a/@i18n/ja/docs/references/protocol/transactions/types/ammdeposit.md b/@l10n/ja/docs/references/protocol/transactions/types/ammdeposit.md similarity index 99% rename from @i18n/ja/docs/references/protocol/transactions/types/ammdeposit.md rename to @l10n/ja/docs/references/protocol/transactions/types/ammdeposit.md index 4b0e862838c..bc2150b00c4 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/ammdeposit.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/ammdeposit.md @@ -40,7 +40,7 @@ _([AMM amendment][])_ } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 必須? | 説明 | |:--------------|:-----------|:-----------|:------|:------------| diff --git a/@i18n/ja/docs/references/protocol/transactions/types/ammvote.md b/@l10n/ja/docs/references/protocol/transactions/types/ammvote.md similarity index 98% rename from @i18n/ja/docs/references/protocol/transactions/types/ammvote.md rename to @l10n/ja/docs/references/protocol/transactions/types/ammvote.md index 2752a3c4746..228c2a85880 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/ammvote.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/ammvote.md @@ -33,7 +33,7 @@ _([AMM amendment][])_ } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 必須? | 説明 | |:-------------|:-----------|:-----------|:-----|:------------| diff --git a/@i18n/ja/docs/references/protocol/transactions/types/ammwithdraw.md b/@l10n/ja/docs/references/protocol/transactions/types/ammwithdraw.md similarity index 99% rename from @i18n/ja/docs/references/protocol/transactions/types/ammwithdraw.md rename to @l10n/ja/docs/references/protocol/transactions/types/ammwithdraw.md index 706740afed8..e441ceb2a0d 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/ammwithdraw.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/ammwithdraw.md @@ -38,7 +38,7 @@ AMMの流動性プロバイダトークン(LPトークン)を返却するこ } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 必須? | 説明 | |:-------------|:-----------|:-----------|:------|:------------| diff --git a/@i18n/ja/docs/references/protocol/transactions/types/checkcancel.md b/@l10n/ja/docs/references/protocol/transactions/types/checkcancel.md similarity index 96% rename from @i18n/ja/docs/references/protocol/transactions/types/checkcancel.md rename to @l10n/ja/docs/references/protocol/transactions/types/checkcancel.md index fa3b58845cd..02a5adf1181 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/checkcancel.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/checkcancel.md @@ -24,7 +24,7 @@ _([Checks Amendment][]が必要です)_ } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 説明 | diff --git a/@i18n/ja/docs/references/protocol/transactions/types/checkcash.md b/@l10n/ja/docs/references/protocol/transactions/types/checkcash.md similarity index 98% rename from @i18n/ja/docs/references/protocol/transactions/types/checkcash.md rename to @l10n/ja/docs/references/protocol/transactions/types/checkcash.md index f8487440c01..c612762e460 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/checkcash.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/checkcash.md @@ -27,7 +27,7 @@ Checkに相当する資金があるとは保証されないため、送金元に } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 説明 | diff --git a/@i18n/ja/docs/references/protocol/transactions/types/checkcreate.md b/@l10n/ja/docs/references/protocol/transactions/types/checkcreate.md similarity index 98% rename from @i18n/ja/docs/references/protocol/transactions/types/checkcreate.md rename to @l10n/ja/docs/references/protocol/transactions/types/checkcreate.md index c9700c7d23b..07c5e69bb8f 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/checkcreate.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/checkcreate.md @@ -28,7 +28,7 @@ _([Checks Amendment][]が必要です)_ } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 説明 | diff --git a/@i18n/ja/docs/references/protocol/transactions/types/clawback.md b/@l10n/ja/docs/references/protocol/transactions/types/clawback.md similarity index 96% rename from @i18n/ja/docs/references/protocol/transactions/types/clawback.md rename to @l10n/ja/docs/references/protocol/transactions/types/clawback.md index cf5bf66349d..67c0c376218 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/clawback.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/clawback.md @@ -10,7 +10,7 @@ labels: [[ソース]](https://github.com/XRPLF/rippled/blob/master/src/ripple/app/tx/impl/Clawback.cpp "ソース") -{% partial file="/@i18n/ja/docs/_snippets/clawback-disclaimer.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/clawback-disclaimer.md" /%} あなたのアカウントが発行したトークンを回収します。 @@ -30,7 +30,7 @@ Clawback機能はデフォルトで無効になっています。使用するに } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド  | JSONの型 | [内部の型][] | 説明 | |:-------------------|:----------|:------------|:----------| diff --git a/@i18n/ja/docs/references/protocol/transactions/types/depositpreauth.md b/@l10n/ja/docs/references/protocol/transactions/types/depositpreauth.md similarity index 98% rename from @i18n/ja/docs/references/protocol/transactions/types/depositpreauth.md rename to @l10n/ja/docs/references/protocol/transactions/types/depositpreauth.md index f4432b1ee45..22b8f7876f1 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/depositpreauth.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/depositpreauth.md @@ -28,7 +28,7 @@ DepositPreauthトランザクションは別のアカウントに対し、この } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} diff --git a/@i18n/ja/docs/references/protocol/transactions/types/diddelete.md b/@l10n/ja/docs/references/protocol/transactions/types/diddelete.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/types/diddelete.md rename to @l10n/ja/docs/references/protocol/transactions/types/diddelete.md diff --git a/@i18n/ja/docs/references/protocol/transactions/types/didset.md b/@l10n/ja/docs/references/protocol/transactions/types/didset.md similarity index 97% rename from @i18n/ja/docs/references/protocol/transactions/types/didset.md rename to @l10n/ja/docs/references/protocol/transactions/types/didset.md index f0478317bc7..107c1bbe913 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/didset.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/didset.md @@ -30,7 +30,7 @@ _([DID Amendment][] {% not-enabled /%} が必要です。)_ } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 必須? | 説明 | |:--------------|:---------|:-----------|:------|:----| diff --git a/@i18n/ja/docs/references/protocol/transactions/types/escrowcancel.md b/@l10n/ja/docs/references/protocol/transactions/types/escrowcancel.md similarity index 96% rename from @i18n/ja/docs/references/protocol/transactions/types/escrowcancel.md rename to @l10n/ja/docs/references/protocol/transactions/types/escrowcancel.md index 3c2815c7f45..90ac76c350a 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/escrowcancel.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/escrowcancel.md @@ -25,7 +25,7 @@ Escrowに留保されているXRPを送金元に返金します。 } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} diff --git a/@i18n/ja/docs/references/protocol/transactions/types/escrowcreate.md b/@l10n/ja/docs/references/protocol/transactions/types/escrowcreate.md similarity index 98% rename from @i18n/ja/docs/references/protocol/transactions/types/escrowcreate.md rename to @l10n/ja/docs/references/protocol/transactions/types/escrowcreate.md index 35671e7423e..ce20b647656 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/escrowcreate.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/escrowcreate.md @@ -30,7 +30,7 @@ Escrowプロセスが終了または取り消されるまでXRPを隔離しま } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} diff --git a/@i18n/ja/docs/references/protocol/transactions/types/escrowfinish.md b/@l10n/ja/docs/references/protocol/transactions/types/escrowfinish.md similarity index 98% rename from @i18n/ja/docs/references/protocol/transactions/types/escrowfinish.md rename to @l10n/ja/docs/references/protocol/transactions/types/escrowfinish.md index ef820aec922..8f62d29405d 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/escrowfinish.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/escrowfinish.md @@ -27,7 +27,7 @@ _[Escrow Amendment][]により追加されました。_ } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} diff --git a/@i18n/ja/docs/references/protocol/transactions/types/index.md b/@l10n/ja/docs/references/protocol/transactions/types/index.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/types/index.md rename to @l10n/ja/docs/references/protocol/transactions/types/index.md diff --git a/@i18n/ja/docs/references/protocol/transactions/types/nftokenacceptoffer.md b/@l10n/ja/docs/references/protocol/transactions/types/nftokenacceptoffer.md similarity index 99% rename from @i18n/ja/docs/references/protocol/transactions/types/nftokenacceptoffer.md rename to @l10n/ja/docs/references/protocol/transactions/types/nftokenacceptoffer.md index ba9aca8bb03..bf1cb5d8438 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/nftokenacceptoffer.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/nftokenacceptoffer.md @@ -72,7 +72,7 @@ _([NonFungibleTokensV1_1 amendment][]により追加されました)_ ## フィールド -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 説明 | |:-------------------|:--------------------|:------------------|:--------------| diff --git a/@i18n/ja/docs/references/protocol/transactions/types/nftokenburn.md b/@l10n/ja/docs/references/protocol/transactions/types/nftokenburn.md similarity index 97% rename from @i18n/ja/docs/references/protocol/transactions/types/nftokenburn.md rename to @l10n/ja/docs/references/protocol/transactions/types/nftokenburn.md index 7732cadacb7..fd35b905563 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/nftokenburn.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/nftokenburn.md @@ -29,7 +29,7 @@ _([NonFungibleTokensV1_1 amendment][]により追加されました)_ } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 説明 | |:------------------|:----------|:------------------|:-------------------------| diff --git a/@i18n/ja/docs/references/protocol/transactions/types/nftokencanceloffer.md b/@l10n/ja/docs/references/protocol/transactions/types/nftokencanceloffer.md similarity index 98% rename from @i18n/ja/docs/references/protocol/transactions/types/nftokencanceloffer.md rename to @l10n/ja/docs/references/protocol/transactions/types/nftokencanceloffer.md index 7bde92ad2b6..7cc053ec7db 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/nftokencanceloffer.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/nftokencanceloffer.md @@ -35,7 +35,7 @@ _([NonFungibleTokensV1_1 amendment][]により追加されました)_ このトランザクションは、リストアップされた`NFTokenOffer`オブジェクトがあればレジャーから削除し、それに応じて必要な準備金を調整します。`NFTokenOffer`が見つからなくてもエラーにはなりません。その場合、トランザクションは正常に完了するでしょう。 -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 説明 | |:------------------|:----------|:------------------|:-------------------------| diff --git a/@i18n/ja/docs/references/protocol/transactions/types/nftokencreateoffer.md b/@l10n/ja/docs/references/protocol/transactions/types/nftokencreateoffer.md similarity index 99% rename from @i18n/ja/docs/references/protocol/transactions/types/nftokencreateoffer.md rename to @l10n/ja/docs/references/protocol/transactions/types/nftokencreateoffer.md index e70fb854f07..c45902a3f1c 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/nftokencreateoffer.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/nftokencreateoffer.md @@ -28,7 +28,7 @@ _([NonFungibleTokensV1_1 amendment][]により追加されました)_ ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 説明 | |:--------------|:--------------------|:------------------|:-------------------| diff --git a/@i18n/ja/docs/references/protocol/transactions/types/nftokenmint.md b/@l10n/ja/docs/references/protocol/transactions/types/nftokenmint.md similarity index 99% rename from @i18n/ja/docs/references/protocol/transactions/types/nftokenmint.md rename to @l10n/ja/docs/references/protocol/transactions/types/nftokenmint.md index 0ce4f6898d9..70cda63efb0 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/nftokenmint.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/nftokenmint.md @@ -40,7 +40,7 @@ _([NonFungibleTokensV1_1 amendment][]により追加されました)_ [トランザクションを取得してみる >](/resources/dev-tools/websocket-api-tool?server=wss%3A%2F%2Fs1.ripple.com%2F&req=%7B%22id%22%3A%22example_NFTokenMint%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%22B42C7A0C9C3061463C619999942D0F25E4AE5FB051EA0D7A4EE1A924DB6DFEE8%22%2C%22binary%22%3Afalse%7D) -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 説明 | |:--------------|:--------------------|:------------------|:-------------------| diff --git a/@i18n/ja/docs/references/protocol/transactions/types/offercancel.md b/@l10n/ja/docs/references/protocol/transactions/types/offercancel.md similarity index 96% rename from @i18n/ja/docs/references/protocol/transactions/types/offercancel.md rename to @l10n/ja/docs/references/protocol/transactions/types/offercancel.md index 7ad5a5a24a4..d8bfe94847a 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/offercancel.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/offercancel.md @@ -26,7 +26,7 @@ OfferCancelトランザクションは、XRP LedgerからOfferオブジェクト } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} diff --git a/@i18n/ja/docs/references/protocol/transactions/types/offercreate.md b/@l10n/ja/docs/references/protocol/transactions/types/offercreate.md similarity index 99% rename from @i18n/ja/docs/references/protocol/transactions/types/offercreate.md rename to @l10n/ja/docs/references/protocol/transactions/types/offercreate.md index 9891ff96b2d..04ed7953b05 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/offercreate.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/offercreate.md @@ -31,7 +31,7 @@ OfferCreateトランザクションは[分散型取引所](../../../../concepts/ } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} diff --git a/@i18n/ja/docs/references/protocol/transactions/types/payment.md b/@l10n/ja/docs/references/protocol/transactions/types/payment.md similarity index 99% rename from @i18n/ja/docs/references/protocol/transactions/types/payment.md rename to @l10n/ja/docs/references/protocol/transactions/types/payment.md index f868a378ab0..f84f838883f 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/payment.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/payment.md @@ -36,7 +36,7 @@ Paymentは、[アカウントを作成](#アカウントの作成)する唯一 [Query example transaction. >](/resources/dev-tools/websocket-api-tool?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example_Payment%22%2C%22command%22%3A%22tx%22%2C%22transaction%22%3A%227BF105CFE4EFE78ADB63FE4E03A851440551FE189FD4B51CAAD9279C9F534F0E%22%2C%22binary%22%3Afalse%7D) -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} diff --git a/@i18n/ja/docs/references/protocol/transactions/types/paymentchannelclaim.md b/@l10n/ja/docs/references/protocol/transactions/types/paymentchannelclaim.md similarity index 99% rename from @i18n/ja/docs/references/protocol/transactions/types/paymentchannelclaim.md rename to @l10n/ja/docs/references/protocol/transactions/types/paymentchannelclaim.md index d5d5954014b..ade067e2857 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/paymentchannelclaim.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/paymentchannelclaim.md @@ -43,7 +43,7 @@ Channelの**宛先アドレス**は以下の操作を実行できます。 -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} diff --git a/@i18n/ja/docs/references/protocol/transactions/types/paymentchannelcreate.md b/@l10n/ja/docs/references/protocol/transactions/types/paymentchannelcreate.md similarity index 98% rename from @i18n/ja/docs/references/protocol/transactions/types/paymentchannelcreate.md rename to @l10n/ja/docs/references/protocol/transactions/types/paymentchannelcreate.md index 20274401e1c..12ecb07248e 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/paymentchannelcreate.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/paymentchannelcreate.md @@ -29,7 +29,7 @@ _[PayChan Amendment][]により追加されました。_ } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} diff --git a/@i18n/ja/docs/references/protocol/transactions/types/paymentchannelfund.md b/@l10n/ja/docs/references/protocol/transactions/types/paymentchannelfund.md similarity index 98% rename from @i18n/ja/docs/references/protocol/transactions/types/paymentchannelfund.md rename to @l10n/ja/docs/references/protocol/transactions/types/paymentchannelfund.md index 3c190108238..b32808bb346 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/paymentchannelfund.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/paymentchannelfund.md @@ -25,7 +25,7 @@ PaymentChannelFundの例: } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 説明 | diff --git a/@i18n/ja/docs/references/protocol/transactions/types/setregularkey.md b/@l10n/ja/docs/references/protocol/transactions/types/setregularkey.md similarity index 97% rename from @i18n/ja/docs/references/protocol/transactions/types/setregularkey.md rename to @l10n/ja/docs/references/protocol/transactions/types/setregularkey.md index 8e25624dec2..5ca9813ba4e 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/setregularkey.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/setregularkey.md @@ -26,7 +26,7 @@ labels: } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 説明 | diff --git a/@i18n/ja/docs/references/protocol/transactions/types/signerlistset.md b/@l10n/ja/docs/references/protocol/transactions/types/signerlistset.md similarity index 98% rename from @i18n/ja/docs/references/protocol/transactions/types/signerlistset.md rename to @l10n/ja/docs/references/protocol/transactions/types/signerlistset.md index 19fd61a65e5..58019a67192 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/signerlistset.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/signerlistset.md @@ -43,7 +43,7 @@ SignerListSetトランザクションは、トランザクションの[マルチ } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 説明 | diff --git a/@i18n/ja/docs/references/protocol/transactions/types/ticketcreate.md b/@l10n/ja/docs/references/protocol/transactions/types/ticketcreate.md similarity index 98% rename from @i18n/ja/docs/references/protocol/transactions/types/ticketcreate.md rename to @l10n/ja/docs/references/protocol/transactions/types/ticketcreate.md index b75b2355bc5..bf87fbb9254 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/ticketcreate.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/ticketcreate.md @@ -26,7 +26,7 @@ TicketCreateトランザクションは、1つまたは複数の[シーケンス } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 説明 | diff --git a/@i18n/ja/docs/references/protocol/transactions/types/trustset.md b/@l10n/ja/docs/references/protocol/transactions/types/trustset.md similarity index 98% rename from @i18n/ja/docs/references/protocol/transactions/types/trustset.md rename to @l10n/ja/docs/references/protocol/transactions/types/trustset.md index 1dfa3eff054..8acd3c03bc9 100644 --- a/@i18n/ja/docs/references/protocol/transactions/types/trustset.md +++ b/@l10n/ja/docs/references/protocol/transactions/types/trustset.md @@ -30,7 +30,7 @@ labels: } ``` -{% raw-partial file="/@i18n/ja/docs/_snippets/tx-fields-intro.md" /%} +{% raw-partial file="/@l10n/ja/docs/_snippets/tx-fields-intro.md" /%} | フィールド | JSONの型 | [内部の型][] | 説明 | diff --git a/@i18n/ja/docs/references/protocol/transactions/types/xchainaccountcreatecommit.md b/@l10n/ja/docs/references/protocol/transactions/types/xchainaccountcreatecommit.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/types/xchainaccountcreatecommit.md rename to @l10n/ja/docs/references/protocol/transactions/types/xchainaccountcreatecommit.md diff --git a/@i18n/ja/docs/references/protocol/transactions/types/xchainaddaccountcreateattestation.md b/@l10n/ja/docs/references/protocol/transactions/types/xchainaddaccountcreateattestation.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/types/xchainaddaccountcreateattestation.md rename to @l10n/ja/docs/references/protocol/transactions/types/xchainaddaccountcreateattestation.md diff --git a/@i18n/ja/docs/references/protocol/transactions/types/xchainaddclaimattestation.md b/@l10n/ja/docs/references/protocol/transactions/types/xchainaddclaimattestation.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/types/xchainaddclaimattestation.md rename to @l10n/ja/docs/references/protocol/transactions/types/xchainaddclaimattestation.md diff --git a/@i18n/ja/docs/references/protocol/transactions/types/xchainclaim.md b/@l10n/ja/docs/references/protocol/transactions/types/xchainclaim.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/types/xchainclaim.md rename to @l10n/ja/docs/references/protocol/transactions/types/xchainclaim.md diff --git a/@i18n/ja/docs/references/protocol/transactions/types/xchaincommit.md b/@l10n/ja/docs/references/protocol/transactions/types/xchaincommit.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/types/xchaincommit.md rename to @l10n/ja/docs/references/protocol/transactions/types/xchaincommit.md diff --git a/@i18n/ja/docs/references/protocol/transactions/types/xchaincreatebridge.md b/@l10n/ja/docs/references/protocol/transactions/types/xchaincreatebridge.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/types/xchaincreatebridge.md rename to @l10n/ja/docs/references/protocol/transactions/types/xchaincreatebridge.md diff --git a/@i18n/ja/docs/references/protocol/transactions/types/xchaincreateclaimid.md b/@l10n/ja/docs/references/protocol/transactions/types/xchaincreateclaimid.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/types/xchaincreateclaimid.md rename to @l10n/ja/docs/references/protocol/transactions/types/xchaincreateclaimid.md diff --git a/@i18n/ja/docs/references/protocol/transactions/types/xchainmodifybridge.md b/@l10n/ja/docs/references/protocol/transactions/types/xchainmodifybridge.md similarity index 100% rename from @i18n/ja/docs/references/protocol/transactions/types/xchainmodifybridge.md rename to @l10n/ja/docs/references/protocol/transactions/types/xchainmodifybridge.md diff --git a/@i18n/ja/docs/references/xrp-api.md b/@l10n/ja/docs/references/xrp-api.md similarity index 100% rename from @i18n/ja/docs/references/xrp-api.md rename to @l10n/ja/docs/references/xrp-api.md diff --git a/@i18n/ja/docs/references/xrp-ledger-toml.md b/@l10n/ja/docs/references/xrp-ledger-toml.md similarity index 100% rename from @i18n/ja/docs/references/xrp-ledger-toml.md rename to @l10n/ja/docs/references/xrp-ledger-toml.md diff --git a/@i18n/ja/docs/references/xrpljs2-migration-guide.md b/@l10n/ja/docs/references/xrpljs2-migration-guide.md similarity index 100% rename from @i18n/ja/docs/references/xrpljs2-migration-guide.md rename to @l10n/ja/docs/references/xrpljs2-migration-guide.md diff --git a/@i18n/ja/docs/tutorials/how-tos/index.md b/@l10n/ja/docs/tutorials/how-tos/index.md similarity index 100% rename from @i18n/ja/docs/tutorials/how-tos/index.md rename to @l10n/ja/docs/tutorials/how-tos/index.md diff --git a/@i18n/ja/docs/tutorials/how-tos/manage-account-settings/assign-a-regular-key-pair.md b/@l10n/ja/docs/tutorials/how-tos/manage-account-settings/assign-a-regular-key-pair.md similarity index 99% rename from @i18n/ja/docs/tutorials/how-tos/manage-account-settings/assign-a-regular-key-pair.md rename to @l10n/ja/docs/tutorials/how-tos/manage-account-settings/assign-a-regular-key-pair.md index 2ce8d1ae57b..cc323c6fb41 100644 --- a/@i18n/ja/docs/tutorials/how-tos/manage-account-settings/assign-a-regular-key-pair.md +++ b/@l10n/ja/docs/tutorials/how-tos/manage-account-settings/assign-a-regular-key-pair.md @@ -131,7 +131,7 @@ SetRegularKeyトランザクションでレギュラーキーペアを初めて ### トランザクションの署名 -{% partial file="/@i18n/ja/docs/_snippets/tutorial-sign-step.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/tutorial-sign-step.md" /%} リクエストフィールドに以下の値を指定します。 @@ -410,7 +410,7 @@ rippled submit 1200052280000000240000000468400000000000000A73210384CA3C528F10C75 ### トランザクションの署名 -{% partial file="/@i18n/ja/docs/_snippets/tutorial-sign-step.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/tutorial-sign-step.md" /%} リクエストフィールドに以下の値を指定します。 diff --git a/@i18n/ja/docs/tutorials/how-tos/manage-account-settings/change-or-remove-a-regular-key-pair.md b/@l10n/ja/docs/tutorials/how-tos/manage-account-settings/change-or-remove-a-regular-key-pair.md similarity index 99% rename from @i18n/ja/docs/tutorials/how-tos/manage-account-settings/change-or-remove-a-regular-key-pair.md rename to @l10n/ja/docs/tutorials/how-tos/manage-account-settings/change-or-remove-a-regular-key-pair.md index 873dd59c6c5..228f671405e 100644 --- a/@i18n/ja/docs/tutorials/how-tos/manage-account-settings/change-or-remove-a-regular-key-pair.md +++ b/@l10n/ja/docs/tutorials/how-tos/manage-account-settings/change-or-remove-a-regular-key-pair.md @@ -30,7 +30,7 @@ XRP Ledgerでは、アカウントはその後のトランザクションには ### トランザクションの署名 -{% partial file="/@i18n/ja/docs/_snippets/tutorial-sign-step.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/tutorial-sign-step.md" /%} リクエストフィールドに以下の値を指定します。 diff --git a/@i18n/ja/docs/tutorials/how-tos/manage-account-settings/disable-master-key-pair.md b/@l10n/ja/docs/tutorials/how-tos/manage-account-settings/disable-master-key-pair.md similarity index 99% rename from @i18n/ja/docs/tutorials/how-tos/manage-account-settings/disable-master-key-pair.md rename to @l10n/ja/docs/tutorials/how-tos/manage-account-settings/disable-master-key-pair.md index 72301a1688f..869f5f684eb 100644 --- a/@i18n/ja/docs/tutorials/how-tos/manage-account-settings/disable-master-key-pair.md +++ b/@l10n/ja/docs/tutorials/how-tos/manage-account-settings/disable-master-key-pair.md @@ -309,7 +309,7 @@ Loading: "/etc/opt/ripple/rippled.cfg" ### 4. 検証の待機 -{% partial file="/@i18n/ja/docs/_snippets/wait-for-validation.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/wait-for-validation.md" /%} ### 5. アカウントフラグの確認 diff --git a/@i18n/ja/docs/tutorials/how-tos/manage-account-settings/index.md b/@l10n/ja/docs/tutorials/how-tos/manage-account-settings/index.md similarity index 100% rename from @i18n/ja/docs/tutorials/how-tos/manage-account-settings/index.md rename to @l10n/ja/docs/tutorials/how-tos/manage-account-settings/index.md diff --git a/@i18n/ja/docs/tutorials/how-tos/manage-account-settings/offline-account-setup.md b/@l10n/ja/docs/tutorials/how-tos/manage-account-settings/offline-account-setup.md similarity index 100% rename from @i18n/ja/docs/tutorials/how-tos/manage-account-settings/offline-account-setup.md rename to @l10n/ja/docs/tutorials/how-tos/manage-account-settings/offline-account-setup.md diff --git a/@i18n/ja/docs/tutorials/how-tos/manage-account-settings/require-destination-tags.md b/@l10n/ja/docs/tutorials/how-tos/manage-account-settings/require-destination-tags.md similarity index 100% rename from @i18n/ja/docs/tutorials/how-tos/manage-account-settings/require-destination-tags.md rename to @l10n/ja/docs/tutorials/how-tos/manage-account-settings/require-destination-tags.md diff --git a/@i18n/ja/docs/tutorials/how-tos/manage-account-settings/send-a-multi-signed-transaction.md b/@l10n/ja/docs/tutorials/how-tos/manage-account-settings/send-a-multi-signed-transaction.md similarity index 99% rename from @i18n/ja/docs/tutorials/how-tos/manage-account-settings/send-a-multi-signed-transaction.md rename to @l10n/ja/docs/tutorials/how-tos/manage-account-settings/send-a-multi-signed-transaction.md index 45ee0fc2898..7f145b05a3e 100644 --- a/@i18n/ja/docs/tutorials/how-tos/manage-account-settings/send-a-multi-signed-transaction.md +++ b/@l10n/ja/docs/tutorials/how-tos/manage-account-settings/send-a-multi-signed-transaction.md @@ -48,7 +48,7 @@ labels: SlignerListのメンバーの1人のシークレットキーとアドレスを指定した[sign_forメソッド][]を使用して、そのメンバーの署名を取得します。 -{% partial file="/@i18n/ja/docs/_snippets/secret-key-warning.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/secret-key-warning.md" /%} ``` @@ -109,7 +109,7 @@ Connecting to 127.0.0.1:5005 * 並行して取得する場合: トランザクションの元のJSONを指定した`sign_for`コマンドを使用します。各レスポンスの`Signers`配列に1つの署名が含まれています。 * 順次取得する場合: 前の`sign_for`レスポンスの`tx_json`値を指定した`sign_for`コマンドを使用します。各レスポンスの既存の`Signers`配列に新しい署名が追加されます。 -{% partial file="/@i18n/ja/docs/_snippets/secret-key-warning.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/secret-key-warning.md" /%} ``` diff --git a/@i18n/ja/docs/tutorials/how-tos/manage-account-settings/set-up-multi-signing.md b/@l10n/ja/docs/tutorials/how-tos/manage-account-settings/set-up-multi-signing.md similarity index 99% rename from @i18n/ja/docs/tutorials/how-tos/manage-account-settings/set-up-multi-signing.md rename to @l10n/ja/docs/tutorials/how-tos/manage-account-settings/set-up-multi-signing.md index 41e93449731..8c29f57edf6 100644 --- a/@i18n/ja/docs/tutorials/how-tos/manage-account-settings/set-up-multi-signing.md +++ b/@l10n/ja/docs/tutorials/how-tos/manage-account-settings/set-up-multi-signing.md @@ -65,7 +65,7 @@ Connecting to 127.0.0.1:5005 この例ではSignerListに3人のメンバーが含まれています。また、マルチシグトランザクションにはrsA2LpzuawewSBQXkiju3YQTMzW13pAAdWの署名と、リストの他の2人のメンバーからの少なくとも1つの署名を必要とするように、重みと定数が設定されています。 -{% partial file="/@i18n/ja/docs/_snippets/secret-key-warning.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/secret-key-warning.md" /%} ``` @@ -147,7 +147,7 @@ Connecting to 127.0.0.1:5005 ## 4. 検証の待機 -{% partial file="/@i18n/ja/docs/_snippets/wait-for-validation.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/wait-for-validation.md" /%} ## 5. 新しい署名者リストの確認 diff --git a/@i18n/ja/docs/tutorials/how-tos/manage-account-settings/use-tickets.md b/@l10n/ja/docs/tutorials/how-tos/manage-account-settings/use-tickets.md similarity index 98% rename from @i18n/ja/docs/tutorials/how-tos/manage-account-settings/use-tickets.md rename to @l10n/ja/docs/tutorials/how-tos/manage-account-settings/use-tickets.md index 2e61ac4a702..41ebd5ed83b 100644 --- a/@i18n/ja/docs/tutorials/how-tos/manage-account-settings/use-tickets.md +++ b/@l10n/ja/docs/tutorials/how-tos/manage-account-settings/use-tickets.md @@ -38,7 +38,7 @@ JavaScriptはWebブラウザ上で動作するため、セットアップなし XRP Ledgerでトランザクションを送信するには、アドレスと秘密鍵、そしてXRPが必要です。開発用には、[Testnet](../../../concepts/networks-and-servers/parallel-networks.md)で以下のようなインターフェースを使ってこれらを入手することができます。 -{% partial file="/@i18n/ja/docs/_snippets/interactive-tutorials/generate-step.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/interactive-tutorials/generate-step.md" /%} [本番環境のソフトウェアを作成する場合](/docs/tutorials)には、既存のアカウントを使用し、[安全な署名](../../../concepts/transactions/secure-signing.md)を使用して鍵を管理する必要があります。 @@ -59,7 +59,7 @@ XRP Ledgerでトランザクションを送信するには、アドレスと秘 このチュートリアルでは、以下のボタンをクリックして接続します。 -{% partial file="/@i18n/ja/docs/_snippets/interactive-tutorials/connect-step.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/interactive-tutorials/connect-step.md" /%} ### 3. シーケンス番号の確認 @@ -145,7 +145,7 @@ XRP Ledgerでトランザクションを送信するには、アドレスと秘 {% /tabs %} -{% partial file="/@i18n/ja/docs/_snippets/interactive-tutorials/wait-step.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/interactive-tutorials/wait-step.md" /%} ### (任意) 休憩 @@ -244,7 +244,7 @@ TicketCreateトランザクションをすぐに送信する予定がない場 チケット付きトランザクションは、シーケンス付きトランザクションと同じようにコンセンサスプロセスを経ます。 -{% partial file="/@i18n/ja/docs/_snippets/interactive-tutorials/wait-step.md" variables={label: "Wait Again"} /%} +{% partial file="/@l10n/ja/docs/_snippets/interactive-tutorials/wait-step.md" variables={label: "Wait Again"} /%} ## マルチシグで使用する diff --git a/@i18n/ja/docs/tutorials/how-tos/send-xrp.md b/@l10n/ja/docs/tutorials/how-tos/send-xrp.md similarity index 98% rename from @i18n/ja/docs/tutorials/how-tos/send-xrp.md rename to @l10n/ja/docs/tutorials/how-tos/send-xrp.md index b00438be458..700b79fefd0 100644 --- a/@i18n/ja/docs/tutorials/how-tos/send-xrp.md +++ b/@l10n/ja/docs/tutorials/how-tos/send-xrp.md @@ -27,7 +27,7 @@ steps: ['Generate', 'Connect', 'Prepare', 'Sign', 'Submit', 'Wait', 'Check'] - XRP Ledgerでトランザクションを送信するには、まずアドレスと秘密鍵、そしていくらかのXRPが必要となります。次のインターフェイスを使用して、XRP Test NetにあるアドレスとTestnet XRPを入手できます。 -{% partial file="/@i18n/ja/docs/_snippets/interactive-tutorials/generate-step.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/interactive-tutorials/generate-step.md" /%} ## Testnetでの送金 @@ -56,7 +56,7 @@ steps: ['Generate', 'Connect', 'Prepare', 'Sign', 'Submit', 'Wait', 'Check'] このチュートリアルでは、以下のボタンをクリックすることでブラウザーから直接接続できます。 -{% partial file="/@i18n/ja/docs/_snippets/interactive-tutorials/connect-step.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/interactive-tutorials/connect-step.md" /%} ### 2. トランザクションの準備 @@ -209,7 +209,7 @@ xrpl.jsの[Wallet.sign()メソッド](https://js.xrpl.org/classes/Wallet.html#si {% /tabs %} -{% partial file="/@i18n/ja/docs/_snippets/interactive-tutorials/wait-step.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/interactive-tutorials/wait-step.md" /%} ### 6. トランザクションステータスの確認 diff --git a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/index.md b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/index.md similarity index 100% rename from @i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/index.md rename to @l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/index.md diff --git a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cancel-a-check.md b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cancel-a-check.md similarity index 97% rename from @i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cancel-a-check.md rename to @l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cancel-a-check.md index 31e845c6e56..da76f82994d 100644 --- a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cancel-a-check.md +++ b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cancel-a-check.md @@ -60,7 +60,7 @@ Checkを取り消す例を以下に示します。 ## 2. CheckCancelトランザクションの署名 -{% partial file="/@i18n/ja/docs/_snippets/tutorial-sign-step.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/tutorial-sign-step.md" /%} ### リクエストの例 @@ -94,7 +94,7 @@ Checkを取り消す例を以下に示します。 ## 3. 署名済みCheckCancelトランザクションの送信 -{% partial file="/@i18n/ja/docs/_snippets/tutorial-submit-step.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/tutorial-submit-step.md" /%} ### リクエストの例 @@ -127,7 +127,7 @@ Checkを取り消す例を以下に示します。 ## 4. 検証の待機 -{% partial file="/@i18n/ja/docs/_snippets/wait-for-validation.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/wait-for-validation.md" /%} ## 5. 最終結果の確認 diff --git a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cash-a-check-for-a-flexible-amount.md b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cash-a-check-for-a-flexible-amount.md similarity index 98% rename from @i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cash-a-check-for-a-flexible-amount.md rename to @l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cash-a-check-for-a-flexible-amount.md index bd169f016ca..29f15596825 100644 --- a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cash-a-check-for-a-flexible-amount.md +++ b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cash-a-check-for-a-flexible-amount.md @@ -19,7 +19,7 @@ Checkから可能な限りの額を受領したい場合には、変動金額で ## 前提条件 -{% partial file="/@i18n/ja/docs/_snippets/checkcash-prereqs.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/checkcash-prereqs.md" /%} ## 1. CheckCashトランザクションの準備 @@ -57,7 +57,7 @@ Checkを変動金額で換金するためのトランザクションを準備す ## 2. CheckCashトランザクションの署名 -{% partial file="/@i18n/ja/docs/_snippets/tutorial-sign-step.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/tutorial-sign-step.md" /%} ### リクエストの例 @@ -83,7 +83,7 @@ Checkを変動金額で換金するためのトランザクションを準備す ## 3. 署名済みCheckCashトランザクションの送信 -{% partial file="/@i18n/ja/docs/_snippets/tutorial-submit-step.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/tutorial-submit-step.md" /%} ### リクエストの例 @@ -108,7 +108,7 @@ Checkを変動金額で換金するためのトランザクションを準備す ## 4. 検証の待機 -{% partial file="/@i18n/ja/docs/_snippets/wait-for-validation.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/wait-for-validation.md" /%} ## 5. 最終結果の確認 diff --git a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cash-a-check-for-an-exact-amount.md b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cash-a-check-for-an-exact-amount.md similarity index 95% rename from @i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cash-a-check-for-an-exact-amount.md rename to @l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cash-a-check-for-an-exact-amount.md index 79517be9468..c1f9500d6dc 100644 --- a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cash-a-check-for-an-exact-amount.md +++ b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/cash-a-check-for-an-exact-amount.md @@ -16,7 +16,7 @@ Checkがレジャーに含まれており有効期限切れではない場合は ## 前提条件 -{% partial file="/@i18n/ja/docs/_snippets/checkcash-prereqs.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/checkcash-prereqs.md" /%} ## 1. CheckCashトランザクションの準備 @@ -56,7 +56,7 @@ Checkを正確な金額で換金するためのトランザクションを準備 ## 2. CheckCashトランザクションの署名 -{% partial file="/@i18n/ja/docs/_snippets/tutorial-sign-step.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/tutorial-sign-step.md" /%} ### リクエストの例 @@ -82,7 +82,7 @@ Checkを正確な金額で換金するためのトランザクションを準備 ## 3. 署名済みCheckCashトランザクションの送信 -{% partial file="/@i18n/ja/docs/_snippets/tutorial-submit-step.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/tutorial-submit-step.md" /%} ### リクエストの例 @@ -107,7 +107,7 @@ Checkを正確な金額で換金するためのトランザクションを準備 ## 4. 検証の待機 -{% partial file="/@i18n/ja/docs/_snippets/wait-for-validation.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/wait-for-validation.md" /%} ## 5.最終結果の確認 diff --git a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/look-up-checks-by-recipient.md b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/look-up-checks-by-recipient.md similarity index 100% rename from @i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/look-up-checks-by-recipient.md rename to @l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/look-up-checks-by-recipient.md diff --git a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/look-up-checks-by-sender.md b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/look-up-checks-by-sender.md similarity index 100% rename from @i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/look-up-checks-by-sender.md rename to @l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/look-up-checks-by-sender.md diff --git a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/send-a-check.md b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/send-a-check.md similarity index 97% rename from @i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/send-a-check.md rename to @l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/send-a-check.md index 9dfc91554c5..1489cb673bc 100644 --- a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/send-a-check.md +++ b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/send-a-check.md @@ -64,7 +64,7 @@ Checkの額と、Checkを現金化できる当事者を決定します。[CheckC ## 2. CheckCreateトランザクションへの署名 -{% partial file="/@i18n/ja/docs/_snippets/tutorial-sign-step.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/tutorial-sign-step.md" /%} ### リクエストの例 @@ -105,7 +105,7 @@ Checkの額と、Checkを現金化できる当事者を決定します。[CheckC ## 3.署名済みトランザクションの送信 -{% partial file="/@i18n/ja/docs/_snippets/tutorial-submit-step.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/tutorial-submit-step.md" /%} ### リクエストの例 @@ -147,7 +147,7 @@ Checkの額と、Checkを現金化できる当事者を決定します。[CheckC ## 4.検証の待機 -{% partial file="/@i18n/ja/docs/_snippets/wait-for-validation.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/wait-for-validation.md" /%} ## 5.最終結果の確認 diff --git a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/use-checks.md b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/use-checks.md similarity index 100% rename from @i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/use-checks.md rename to @l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-checks/use-checks.md diff --git a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/cancel-an-expired-escrow.md b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/cancel-an-expired-escrow.md similarity index 97% rename from @i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/cancel-an-expired-escrow.md rename to @l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/cancel-an-expired-escrow.md index 89450288c97..708393e1d49 100644 --- a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/cancel-an-expired-escrow.md +++ b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/cancel-an-expired-escrow.md @@ -60,7 +60,7 @@ XRP LedgerのEscrowが有効期限切れとなるのは、その`CancelAfter`の XRP Ledgerでは、[EscrowCancelトランザクション][]に[署名して送信する](../../../../concepts/transactions/index.md#トランザクションへの署名とトランザクションの送信)ことで、***誰でも***有効期限切れのEscrowを取り消すことができます。トランザクションの`Owner`フィールドを、そのEscrowを作成した`EscrowCreate`トランザクションの`Account`に設定します。`OfferSequence`フィールドを、`EscrowCreate`トランザクションの`Sequence`に設定します。 -{% partial file="/@i18n/ja/docs/_snippets/secret-key-warning.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/secret-key-warning.md" /%} リクエスト: @@ -86,7 +86,7 @@ XRP Ledgerでは、[EscrowCancelトランザクション][]に[署名して送 ## 3.検証の待機 -{% partial file="/@i18n/ja/docs/_snippets/wait-for-validation.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/wait-for-validation.md" /%} ## 4.最終結果の確認 diff --git a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/index.md b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/index.md similarity index 100% rename from @i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/index.md rename to @l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/index.md diff --git a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/look-up-escrows.md b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/look-up-escrows.md similarity index 100% rename from @i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/look-up-escrows.md rename to @l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/look-up-escrows.md diff --git a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.md b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.md similarity index 97% rename from @i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.md rename to @l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.md index 6bdcfbd67dc..28f04c042f9 100644 --- a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.md +++ b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/send-a-conditionally-held-escrow.md @@ -74,7 +74,7 @@ print(cancel_after) [EscrowCreateトランザクション][]に[署名して送信](../../../../concepts/transactions/index.md#トランザクションへの署名とトランザクションの送信)します。トランザクションの`Condition`フィールドを、保留中の支払いがリリースされる時刻に設定します。`Destination`を受取人に設定します。受取人と送金元のアドレスは同じでもかまいません。前の手順で算出した`CancelAfter`または`FinishAfter`の時刻も指定します。`Amount`を、Escrowする[XRP、drop単位][]の合計額に設定します。 -{% partial file="/@i18n/ja/docs/_snippets/secret-key-warning.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/secret-key-warning.md" /%} リクエスト: @@ -98,7 +98,7 @@ print(cancel_after) ## 4.検証の待機 -{% partial file="/@i18n/ja/docs/_snippets/wait-for-validation.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/wait-for-validation.md" /%} ## 5.Escrowが作成されたことの確認 @@ -132,7 +132,7 @@ print(cancel_after) Escrowが有効期限切れの場合は、[Escrowの取消し](cancel-an-expired-escrow.md)だけが可能です。 -{% partial file="/@i18n/ja/docs/_snippets/secret-key-warning.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/secret-key-warning.md" /%} {% tabs %} @@ -156,7 +156,7 @@ Escrowが有効期限切れの場合は、[Escrowの取消し](cancel-an-expired ## 7.検証の待機 -{% partial file="/@i18n/ja/docs/_snippets/wait-for-validation.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/wait-for-validation.md" /%} ## 8.最終結果の確認 diff --git a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/send-a-time-held-escrow.md b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/send-a-time-held-escrow.md similarity index 96% rename from @i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/send-a-time-held-escrow.md rename to @l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/send-a-time-held-escrow.md index 375bdc31ca7..b8845ad562f 100644 --- a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/send-a-time-held-escrow.md +++ b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-escrows/send-a-time-held-escrow.md @@ -45,7 +45,7 @@ print(release_date_ripple) [EscrowCreateトランザクション][]に[署名して送信](../../../../concepts/transactions/index.md#トランザクションへの署名とトランザクションの送信)します。トランザクションの`FinishAfter`フィールドを、保留中の支払いがリリースされる時刻に設定します。`Condition`フィールドを省略して、時刻を保留中の支払いをリリースする唯一の条件とします。`Destination`を受取人に設定します。受取人と送金元のアドレスは同じでもかまいません。`Amount`を、Escrowする[XRP、drop単位][]の合計額に設定します。 -{% partial file="/@i18n/ja/docs/_snippets/secret-key-warning.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/secret-key-warning.md" /%} リクエスト: @@ -72,7 +72,7 @@ print(release_date_ripple) ## 3.検証の待機 -{% partial file="/@i18n/ja/docs/_snippets/wait-for-validation.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/wait-for-validation.md" /%} ## 4.Escrowが作成されたことの確認 @@ -133,7 +133,7 @@ print(release_date_ripple) Escrowが有効期限切れの場合は、[Escrowの取消し](cancel-an-expired-escrow.md)だけが可能です。 -{% partial file="/@i18n/ja/docs/_snippets/secret-key-warning.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/secret-key-warning.md" /%} リクエスト: @@ -159,7 +159,7 @@ Escrowが有効期限切れの場合は、[Escrowの取消し](cancel-an-expired ## 7.検証の待機 -{% partial file="/@i18n/ja/docs/_snippets/wait-for-validation.md" /%} +{% partial file="/@l10n/ja/docs/_snippets/wait-for-validation.md" /%} ## 8.最終結果の確認 diff --git a/@i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-payment-channels/index.md b/@l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-payment-channels/index.md similarity index 100% rename from @i18n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-payment-channels/index.md rename to @l10n/ja/docs/tutorials/how-tos/use-specialized-payment-types/use-payment-channels/index.md diff --git a/@i18n/ja/docs/tutorials/how-tos/use-tokens/index.md b/@l10n/ja/docs/tutorials/how-tos/use-tokens/index.md similarity index 100% rename from @i18n/ja/docs/tutorials/how-tos/use-tokens/index.md rename to @l10n/ja/docs/tutorials/how-tos/use-tokens/index.md diff --git a/@i18n/ja/docs/tutorials/http-websocket-apis/get-started.md b/@l10n/ja/docs/tutorials/http-websocket-apis/get-started.md similarity index 100% rename from @i18n/ja/docs/tutorials/http-websocket-apis/get-started.md rename to @l10n/ja/docs/tutorials/http-websocket-apis/get-started.md diff --git a/@i18n/ja/docs/tutorials/http-websocket-apis/index.md b/@l10n/ja/docs/tutorials/http-websocket-apis/index.md similarity index 100% rename from @i18n/ja/docs/tutorials/http-websocket-apis/index.md rename to @l10n/ja/docs/tutorials/http-websocket-apis/index.md diff --git a/@i18n/ja/docs/tutorials/http-websocket-apis/monitor-incoming-payments-with-websocket.md b/@l10n/ja/docs/tutorials/http-websocket-apis/monitor-incoming-payments-with-websocket.md similarity index 100% rename from @i18n/ja/docs/tutorials/http-websocket-apis/monitor-incoming-payments-with-websocket.md rename to @l10n/ja/docs/tutorials/http-websocket-apis/monitor-incoming-payments-with-websocket.md diff --git a/@i18n/ja/docs/tutorials/index.md b/@l10n/ja/docs/tutorials/index.md similarity index 100% rename from @i18n/ja/docs/tutorials/index.md rename to @l10n/ja/docs/tutorials/index.md diff --git a/@i18n/ja/docs/tutorials/java/index.md b/@l10n/ja/docs/tutorials/java/index.md similarity index 100% rename from @i18n/ja/docs/tutorials/java/index.md rename to @l10n/ja/docs/tutorials/java/index.md diff --git a/@i18n/ja/docs/tutorials/javascript/get-started.md b/@l10n/ja/docs/tutorials/javascript/get-started.md similarity index 100% rename from @i18n/ja/docs/tutorials/javascript/get-started.md rename to @l10n/ja/docs/tutorials/javascript/get-started.md diff --git a/@i18n/ja/docs/tutorials/javascript/index.md b/@l10n/ja/docs/tutorials/javascript/index.md similarity index 100% rename from @i18n/ja/docs/tutorials/javascript/index.md rename to @l10n/ja/docs/tutorials/javascript/index.md diff --git a/@i18n/ja/docs/tutorials/javascript/nfts/index.md b/@l10n/ja/docs/tutorials/javascript/nfts/index.md similarity index 100% rename from @i18n/ja/docs/tutorials/javascript/nfts/index.md rename to @l10n/ja/docs/tutorials/javascript/nfts/index.md diff --git a/@i18n/ja/docs/tutorials/public-servers.md b/@l10n/ja/docs/tutorials/public-servers.md similarity index 100% rename from @i18n/ja/docs/tutorials/public-servers.md rename to @l10n/ja/docs/tutorials/public-servers.md diff --git a/@i18n/ja/docs/tutorials/python/index.md b/@l10n/ja/docs/tutorials/python/index.md similarity index 100% rename from @i18n/ja/docs/tutorials/python/index.md rename to @l10n/ja/docs/tutorials/python/index.md diff --git a/@i18n/ja/docs/use-cases/defi/algorithmic-trading.md b/@l10n/ja/docs/use-cases/defi/algorithmic-trading.md similarity index 100% rename from @i18n/ja/docs/use-cases/defi/algorithmic-trading.md rename to @l10n/ja/docs/use-cases/defi/algorithmic-trading.md diff --git a/@i18n/ja/docs/use-cases/defi/index.md b/@l10n/ja/docs/use-cases/defi/index.md similarity index 100% rename from @i18n/ja/docs/use-cases/defi/index.md rename to @l10n/ja/docs/use-cases/defi/index.md diff --git a/@i18n/ja/docs/use-cases/defi/list-xrp-as-an-exchange.md b/@l10n/ja/docs/use-cases/defi/list-xrp-as-an-exchange.md similarity index 100% rename from @i18n/ja/docs/use-cases/defi/list-xrp-as-an-exchange.md rename to @l10n/ja/docs/use-cases/defi/list-xrp-as-an-exchange.md diff --git a/@i18n/ja/docs/use-cases/index.md b/@l10n/ja/docs/use-cases/index.md similarity index 100% rename from @i18n/ja/docs/use-cases/index.md rename to @l10n/ja/docs/use-cases/index.md diff --git a/@i18n/ja/docs/use-cases/payments/index.md b/@l10n/ja/docs/use-cases/payments/index.md similarity index 100% rename from @i18n/ja/docs/use-cases/payments/index.md rename to @l10n/ja/docs/use-cases/payments/index.md diff --git a/@i18n/ja/docs/use-cases/payments/peer-to-peer-payments-uc.md b/@l10n/ja/docs/use-cases/payments/peer-to-peer-payments-uc.md similarity index 100% rename from @i18n/ja/docs/use-cases/payments/peer-to-peer-payments-uc.md rename to @l10n/ja/docs/use-cases/payments/peer-to-peer-payments-uc.md diff --git a/@i18n/ja/docs/use-cases/payments/restricting-deposits-uc.md b/@l10n/ja/docs/use-cases/payments/restricting-deposits-uc.md similarity index 100% rename from @i18n/ja/docs/use-cases/payments/restricting-deposits-uc.md rename to @l10n/ja/docs/use-cases/payments/restricting-deposits-uc.md diff --git a/@i18n/ja/docs/use-cases/payments/smart-contracts-uc.md b/@l10n/ja/docs/use-cases/payments/smart-contracts-uc.md similarity index 100% rename from @i18n/ja/docs/use-cases/payments/smart-contracts-uc.md rename to @l10n/ja/docs/use-cases/payments/smart-contracts-uc.md diff --git a/@i18n/ja/docs/use-cases/tokenization/authorized-minter.md b/@l10n/ja/docs/use-cases/tokenization/authorized-minter.md similarity index 100% rename from @i18n/ja/docs/use-cases/tokenization/authorized-minter.md rename to @l10n/ja/docs/use-cases/tokenization/authorized-minter.md diff --git a/@i18n/ja/docs/use-cases/tokenization/digital-artist.md b/@l10n/ja/docs/use-cases/tokenization/digital-artist.md similarity index 100% rename from @i18n/ja/docs/use-cases/tokenization/digital-artist.md rename to @l10n/ja/docs/use-cases/tokenization/digital-artist.md diff --git a/@i18n/ja/docs/use-cases/tokenization/index.md b/@l10n/ja/docs/use-cases/tokenization/index.md similarity index 100% rename from @i18n/ja/docs/use-cases/tokenization/index.md rename to @l10n/ja/docs/use-cases/tokenization/index.md diff --git a/@i18n/ja/docs/use-cases/tokenization/nft-mkt-overview.md b/@l10n/ja/docs/use-cases/tokenization/nft-mkt-overview.md similarity index 100% rename from @i18n/ja/docs/use-cases/tokenization/nft-mkt-overview.md rename to @l10n/ja/docs/use-cases/tokenization/nft-mkt-overview.md diff --git a/@i18n/ja/docs/use-cases/tokenization/nftoken-marketplace.md b/@l10n/ja/docs/use-cases/tokenization/nftoken-marketplace.md similarity index 100% rename from @i18n/ja/docs/use-cases/tokenization/nftoken-marketplace.md rename to @l10n/ja/docs/use-cases/tokenization/nftoken-marketplace.md diff --git a/@i18n/ja/docs/use-cases/tokenization/stablecoin-issuer.md b/@l10n/ja/docs/use-cases/tokenization/stablecoin-issuer.md similarity index 100% rename from @i18n/ja/docs/use-cases/tokenization/stablecoin-issuer.md rename to @l10n/ja/docs/use-cases/tokenization/stablecoin-issuer.md diff --git a/@i18n/ja/resources/contribute-code/create-custom-transactors.md b/@l10n/ja/resources/contribute-code/create-custom-transactors.md similarity index 100% rename from @i18n/ja/resources/contribute-code/create-custom-transactors.md rename to @l10n/ja/resources/contribute-code/create-custom-transactors.md diff --git a/@i18n/ja/resources/contribute-code/index.md b/@l10n/ja/resources/contribute-code/index.md similarity index 100% rename from @i18n/ja/resources/contribute-code/index.md rename to @l10n/ja/resources/contribute-code/index.md diff --git a/@i18n/ja/resources/contribute-documentation/creating-diagrams.md b/@l10n/ja/resources/contribute-documentation/creating-diagrams.md similarity index 100% rename from @i18n/ja/resources/contribute-documentation/creating-diagrams.md rename to @l10n/ja/resources/contribute-documentation/creating-diagrams.md diff --git a/@i18n/ja/resources/contribute-documentation/documentation-translations.md b/@l10n/ja/resources/contribute-documentation/documentation-translations.md similarity index 100% rename from @i18n/ja/resources/contribute-documentation/documentation-translations.md rename to @l10n/ja/resources/contribute-documentation/documentation-translations.md diff --git a/@i18n/ja/resources/contribute-documentation/index.md b/@l10n/ja/resources/contribute-documentation/index.md similarity index 99% rename from @i18n/ja/resources/contribute-documentation/index.md rename to @l10n/ja/resources/contribute-documentation/index.md index 92460c0f8b8..7ce7e90cb4f 100644 --- a/@i18n/ja/resources/contribute-documentation/index.md +++ b/@l10n/ja/resources/contribute-documentation/index.md @@ -23,7 +23,7 @@ XRPL Dev Portalでは、開発者が開発を開始するためのサンプル - `_api-examples/` - APIリクエストやレスポンスのサンプル(特にドキュメントで使用されているもの) - `_code-samples/` - ドキュメントで使用されているサンプルコード(可能な限り完全に動作するスクリプト) -- `@i18n` - 英語以外の翻訳コンテンツ +- `@l10n` - 英語以外の翻訳コンテンツ - `@theme` - MarkdocのコンテンツやReactのカスタムページで使用されるコンポーネントのオーバーライドやカスタムコンポーネント - `about/` - 概要セクションのソースファイル - `blog/` - XRPL開発者ブログのソースファイル diff --git a/@i18n/ja/resources/contribute-documentation/tutorial-guidelines.md b/@l10n/ja/resources/contribute-documentation/tutorial-guidelines.md similarity index 100% rename from @i18n/ja/resources/contribute-documentation/tutorial-guidelines.md rename to @l10n/ja/resources/contribute-documentation/tutorial-guidelines.md diff --git a/@i18n/ja/resources/contribute-documentation/tutorial-structure.md b/@l10n/ja/resources/contribute-documentation/tutorial-structure.md similarity index 100% rename from @i18n/ja/resources/contribute-documentation/tutorial-structure.md rename to @l10n/ja/resources/contribute-documentation/tutorial-structure.md diff --git a/@i18n/ja/resources/index.md b/@l10n/ja/resources/index.md similarity index 100% rename from @i18n/ja/resources/index.md rename to @l10n/ja/resources/index.md diff --git a/@i18n/ja/resources/known-amendments.md b/@l10n/ja/resources/known-amendments.md similarity index 100% rename from @i18n/ja/resources/known-amendments.md rename to @l10n/ja/resources/known-amendments.md diff --git a/@i18n/ja/translations.yaml b/@l10n/ja/translations.yaml similarity index 100% rename from @i18n/ja/translations.yaml rename to @l10n/ja/translations.yaml diff --git a/README.md b/README.md index 5866051e53c..63ef746e579 100644 --- a/README.md +++ b/README.md @@ -51,15 +51,15 @@ If you make changes to the [Domain Verification Checker](https://xrpl.org/valida This repo includes English (en) and Japanese (ja) locales. -This is done by setting up the internationalization (@i18n) folders, adding the `i18n` configuration to your `redocly.yaml` file, and adding the translated content in the respective language directory under the @i18n directory. +This is done by setting up the internationalization (@l10n) folders, adding the `i18n` configuration to your `redocly.yaml` file, and adding the translated content in the respective language directory under the @l10n directory. To add support for a new language: -1. Create a new subdirectory in the @i18n directory of the portal. For example, to add support for Spanish, create a new subdirectory "es-ES". +1. Create a new subdirectory in the @l10n directory of the portal. For example, to add support for Spanish, create a new subdirectory "es-ES". 2. Update the i18n configuration in your `redocly.yaml` file defining the display labels for the different languages you support. - i18n: + l10n: defaultLocale: en-US locales: - code: en-US @@ -69,9 +69,9 @@ To add support for a new language: - code: es-ES name: Spanish -3. Add the translated content in the respective language directory under the @i18n directory. +3. Add the translated content in the respective language directory under the @l10n directory. - The relative path from the language directory to the translated file must be the same as the relative path from the root of the portal to the file in the default language. For example, if you originally had a file with path `path/to/my/markdown.md`, the file translated to Spanish must be /`@i18n/es-ES/path/to/my/markdown.md`. + The relative path from the language directory to the translated file must be the same as the relative path from the root of the portal to the file in the default language. For example, if you originally had a file with path `path/to/my/markdown.md`, the file translated to Spanish must be /`@l10n/es-ES/path/to/my/markdown.md`. ## Issues, Projects, and Project Boards diff --git a/redocly.yaml b/redocly.yaml index 921411bb24d..0d83fd67920 100644 --- a/redocly.yaml +++ b/redocly.yaml @@ -4,7 +4,7 @@ ignore: - _code-samples/*/README.md - _code-samples/**/README.md - _code-samples/create-amm/ts/tsconfig.json -i18n: +l10n: defaultLocale: en-US locales: - code: en-US diff --git a/resources/contribute-documentation/index.md b/resources/contribute-documentation/index.md index 05708137b1d..761774ac267 100644 --- a/resources/contribute-documentation/index.md +++ b/resources/contribute-documentation/index.md @@ -23,7 +23,7 @@ The official source repository for the site is at Date: Mon, 23 Sep 2024 16:02:22 +0300 Subject: [PATCH 5/6] chore: replace deprecated useI18n hook with useL10n --- @theme/components/Navbar/Navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@theme/components/Navbar/Navbar.tsx b/@theme/components/Navbar/Navbar.tsx index 31f8d52c801..f5b5be8e638 100644 --- a/@theme/components/Navbar/Navbar.tsx +++ b/@theme/components/Navbar/Navbar.tsx @@ -19,8 +19,8 @@ const alertBanner = { export function Navbar(props) { // const [isOpen, setIsOpen] = useMobileMenu(false); const themeConfig = useThemeConfig(); - const { useI18n } = useThemeHooks(); - const { changeLanguage } = useI18n(); + const { useL10n } = useThemeHooks(); + const { changeLanguage } = useL10n(); const menu = themeConfig.navbar?.items; const logo = themeConfig.logo; From 2ead10566a32425e571fe324ae43b665907a9ca8 Mon Sep 17 00:00:00 2001 From: Vova Rutskyi Date: Thu, 26 Sep 2024 18:36:09 +0300 Subject: [PATCH 6/6] chore: update realm to 0.103.1 --- package-lock.json | 60 +++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c8d6c8de82..6babc276941 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@codemirror/state": "6.4.1", "@codemirror/view": "^6.22.2", "@lezer/highlight": "^1.2.0", - "@redocly/realm": "0.102.0", + "@redocly/realm": "0.103.1", "@uiw/codemirror-themes": "4.21.21", "@uiw/react-codemirror": "^4.21.21", "@xrplf/isomorphic": "^1.0.0-beta.1", @@ -1416,15 +1416,15 @@ } }, "node_modules/@redocly/openapi-docs": { - "version": "3.3.21", - "resolved": "https://registry.npmjs.org/@redocly/openapi-docs/-/openapi-docs-3.3.21.tgz", - "integrity": "sha512-GVev1WpGG/443cEpbmEqZv/20tnyUCMsgjB+A6iGnIsYMpkdUXCbKHGTHCPVZECUV6zn52bt64PgiitfHvDGmw==", + "version": "3.3.23", + "resolved": "https://registry.npmjs.org/@redocly/openapi-docs/-/openapi-docs-3.3.23.tgz", + "integrity": "sha512-3H+6C8XAnRxiDcaqf7l309FnNB7egf0OKUcOu0ODGCZpeEEzpwFWXVn8uxTo7u6c8ujxn3X2gyEx3owmLDltmw==", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@markdoc/markdoc": "0.4.0", "@redocly/config": "0.12.0", "@redocly/openapi-core": "1.25.3", - "@redocly/replay": "0.5.16", + "@redocly/replay": "0.5.18", "deepmerge": "^4.2.2", "dompurify": "^2.0.12", "fast-deep-equal": "^3.1.3", @@ -1435,7 +1435,7 @@ "openapi-sampler": "^1.5.1", "path-browserify": "^1.0.1", "prismjs": "1.29.0", - "react-router-dom": "6.21.1", + "react-router-dom": "^6.21.1", "slugify": "^1.4.4", "stickyfill": "^1.1.1", "stringify-object": "^3.3.0", @@ -1474,21 +1474,21 @@ } }, "node_modules/@redocly/portal-plugin-mock-server": { - "version": "0.3.27", - "resolved": "https://registry.npmjs.org/@redocly/portal-plugin-mock-server/-/portal-plugin-mock-server-0.3.27.tgz", - "integrity": "sha512-ER+VC4f2JG5hSBECi1q7ug/qMJG0XUXnqVCHWbr5MZWtH/hbHxf8YvJG+XSW/5Ekkyzl9YTVTaq0eUl3FOhHxw==", + "version": "0.3.29", + "resolved": "https://registry.npmjs.org/@redocly/portal-plugin-mock-server/-/portal-plugin-mock-server-0.3.29.tgz", + "integrity": "sha512-2/YTL6ylpxTBlO1iqMEpg+nEeGCqT89aZrUzEFc8BObUx/HO+ZUgHg1D75/gEyDh9EnAsijxv/zkpEVETgctew==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@redocly/config": "0.12.0", "@redocly/mock-server": "0.1.3", "@redocly/openapi-core": "1.25.3", - "@redocly/openapi-docs": "3.3.21" + "@redocly/openapi-docs": "3.3.23" } }, "node_modules/@redocly/realm": { - "version": "0.102.0", - "resolved": "https://registry.npmjs.org/@redocly/realm/-/realm-0.102.0.tgz", - "integrity": "sha512-gAUPyriVUyUlf1DD85xdM1VuigFdh5A5zR4inptOpTIfa8SJoUjr11e9CV+neU5BLzLbjnpq77s1wWUrziuBOA==", + "version": "0.103.1", + "resolved": "https://registry.npmjs.org/@redocly/realm/-/realm-0.103.1.tgz", + "integrity": "sha512-TBM6m/DUigc4JFesuFeCHrNa8ZoKMhZomzv3zVyIvSZxTaAyLcQ77fGczjYalP7Nv8THotj7jmn8MM6kL2lCdw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@babel/core": "7.23.5", @@ -1498,10 +1498,10 @@ "@redocly/config": "0.12.0", "@redocly/graphql-docs": "0.6.58", "@redocly/openapi-core": "1.25.3", - "@redocly/openapi-docs": "3.3.21", + "@redocly/openapi-docs": "3.3.23", "@redocly/portal-legacy-ui": "0.1.1", - "@redocly/portal-plugin-mock-server": "0.3.27", - "@redocly/theme": "0.44.0", + "@redocly/portal-plugin-mock-server": "0.3.29", + "@redocly/theme": "0.44.1", "@redocly/xml-crypto": "3.0.1", "@tanstack/react-query": "4.0.5", "@wojtekmaj/react-datetimerange-picker": "5.0.2", @@ -1533,12 +1533,12 @@ "path-browserify": "1.0.1", "picomatch": "2.3.1", "prismjs": "1.29.0", - "react": "18.2.0", + "react": "^18.2.0", "react-calendar": "4.2.1", "react-date-picker": "10.0.3", - "react-dom": "18.2.0", - "react-helmet": "6.1.0", - "react-router-dom": "6.21.1", + "react-dom": "^18.2.0", + "react-helmet": "^6.1.0", + "react-router-dom": "^6.21.1", "react-select": "5.8.1", "react-table": "7.8.0", "reactjs-popup": "2.0.6", @@ -1601,9 +1601,9 @@ } }, "node_modules/@redocly/replay": { - "version": "0.5.16", - "resolved": "https://registry.npmjs.org/@redocly/replay/-/replay-0.5.16.tgz", - "integrity": "sha512-AUgGgALqxWHNIEU6n4m28gg8Q7rsiGobqEQybG7H7GbcXD4UX0JND8KXBfKvpsFBtHGONkPyE2Y9HoprFyKZKA==", + "version": "0.5.18", + "resolved": "https://registry.npmjs.org/@redocly/replay/-/replay-0.5.18.tgz", + "integrity": "sha512-l7sHH7/LbtKvA55m6zQ8Z9NfE8QTUVP01K3dwVTG7EJ+RJDFTVFZzkph33T2uIF5gzxJBnUhCTKNIoZwkmWGZg==", "dependencies": { "@codemirror/autocomplete": "^6.15.0", "@codemirror/lang-html": "^6.4.7", @@ -1629,7 +1629,7 @@ "styled-components": "^5.3.11" }, "peerDependencies": { - "@redocly/theme": "0.44.0", + "@redocly/theme": "0.44.1", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0", "react-router-dom": "^6.21.1", @@ -1637,9 +1637,9 @@ } }, "node_modules/@redocly/theme": { - "version": "0.44.0", - "resolved": "https://registry.npmjs.org/@redocly/theme/-/theme-0.44.0.tgz", - "integrity": "sha512-ONDo4aZNa8DzXh6mUqz/1wL7mJojnOvkbCop4MWb2x7r1pT4JVZjUSn036zgE6S1TnoClIDIGFICHFRQn0ebNg==", + "version": "0.44.1", + "resolved": "https://registry.npmjs.org/@redocly/theme/-/theme-0.44.1.tgz", + "integrity": "sha512-HRnoLLSFpHY/0P3ZjKYHd2RRzl7SINkf8QEEt7D8n22xj04RBPEtD+TfzgZgTDY8Z5oweOX6obkQunXWScZuLA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@redocly/config": "0.12.0", @@ -3006,9 +3006,9 @@ } }, "node_modules/dompurify": { - "version": "2.5.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.6.tgz", - "integrity": "sha512-zUTaUBO8pY4+iJMPE1B9XlO2tXVYIcEA4SNGtvDELzTSCQO7RzH+j7S180BmhmJId78lqGU2z19vgVx2Sxs/PQ==", + "version": "2.5.7", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.7.tgz", + "integrity": "sha512-2q4bEI+coQM8f5ez7kt2xclg1XsecaV9ASJk/54vwlfRRNQfDqJz2pzQ8t0Ix/ToBpXlVjrRIx7pFC/o8itG2Q==", "license": "(MPL-2.0 OR Apache-2.0)" }, "node_modules/domutils": { diff --git a/package.json b/package.json index 08cfac81aee..8c76ba001ed 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@codemirror/state": "6.4.1", "@codemirror/view": "^6.22.2", "@lezer/highlight": "^1.2.0", - "@redocly/realm": "0.102.0", + "@redocly/realm": "0.103.1", "@uiw/codemirror-themes": "4.21.21", "@uiw/react-codemirror": "^4.21.21", "@xrplf/isomorphic": "^1.0.0-beta.1",