htmlnano 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/docs/package-lock.json +262 -2072
- package/lib/htmlnano.js +60 -3
- package/lib/modules/collapseAttributeWhitespace.js +20 -20
- package/lib/modules/collapseBooleanAttributes.js +13 -19
- package/lib/modules/deduplicateAttributeValues.js +10 -16
- package/lib/modules/minifyJson.js +12 -24
- package/lib/modules/minifySvg.js +3 -2
- package/lib/modules/normalizeAttributeValues.js +9 -15
- package/lib/modules/removeComments.js +17 -9
- package/lib/modules/removeEmptyAttributes.js +13 -17
- package/lib/modules/removeRedundantAttributes.js +19 -23
- package/package.json +3 -3
package/docs/package-lock.json
CHANGED
|
@@ -2005,92 +2005,27 @@
|
|
|
2005
2005
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
2006
2006
|
}
|
|
2007
2007
|
},
|
|
2008
|
-
"node_modules/@docusaurus/
|
|
2008
|
+
"node_modules/@docusaurus/plugin-content-blog": {
|
|
2009
2009
|
"version": "2.0.0-beta.4",
|
|
2010
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/
|
|
2011
|
-
"integrity": "sha512-
|
|
2010
|
+
"resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-2.0.0-beta.4.tgz",
|
|
2011
|
+
"integrity": "sha512-NyLqoem/r/m8mNO3H1PbbPayA5KjgRTeB5T7j949uvGwlK34c+W6bSvr3OSRJdmFXqhFL4CG8E8wbSq7h+8WEA==",
|
|
2012
2012
|
"dependencies": {
|
|
2013
|
-
"@
|
|
2014
|
-
"@
|
|
2015
|
-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
2016
|
-
"@babel/plugin-transform-runtime": "^7.12.15",
|
|
2017
|
-
"@babel/preset-env": "^7.12.16",
|
|
2018
|
-
"@babel/preset-react": "^7.12.13",
|
|
2019
|
-
"@babel/preset-typescript": "^7.12.16",
|
|
2020
|
-
"@babel/runtime": "^7.12.5",
|
|
2021
|
-
"@babel/runtime-corejs3": "^7.12.13",
|
|
2022
|
-
"@babel/traverse": "^7.12.13",
|
|
2023
|
-
"@docusaurus/cssnano-preset": "2.0.0-beta.4",
|
|
2024
|
-
"@docusaurus/react-loadable": "5.5.0",
|
|
2013
|
+
"@docusaurus/core": "2.0.0-beta.4",
|
|
2014
|
+
"@docusaurus/mdx-loader": "2.0.0-beta.4",
|
|
2025
2015
|
"@docusaurus/types": "2.0.0-beta.4",
|
|
2026
2016
|
"@docusaurus/utils": "2.0.0-beta.4",
|
|
2027
|
-
"@docusaurus/utils-common": "2.0.0-beta.4",
|
|
2028
2017
|
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
2029
|
-
"@slorber/static-site-generator-webpack-plugin": "^4.0.0",
|
|
2030
|
-
"@svgr/webpack": "^5.5.0",
|
|
2031
|
-
"autoprefixer": "^10.2.5",
|
|
2032
|
-
"babel-loader": "^8.2.2",
|
|
2033
|
-
"babel-plugin-dynamic-import-node": "2.3.0",
|
|
2034
|
-
"boxen": "^5.0.1",
|
|
2035
2018
|
"chalk": "^4.1.1",
|
|
2036
|
-
"
|
|
2037
|
-
"
|
|
2038
|
-
"commander": "^5.1.0",
|
|
2039
|
-
"copy-webpack-plugin": "^9.0.0",
|
|
2040
|
-
"core-js": "^3.9.1",
|
|
2041
|
-
"css-loader": "^5.1.1",
|
|
2042
|
-
"css-minimizer-webpack-plugin": "^3.0.1",
|
|
2043
|
-
"cssnano": "^5.0.4",
|
|
2044
|
-
"del": "^6.0.0",
|
|
2045
|
-
"detect-port": "^1.3.0",
|
|
2046
|
-
"escape-html": "^1.0.3",
|
|
2047
|
-
"eta": "^1.12.1",
|
|
2048
|
-
"express": "^4.17.1",
|
|
2049
|
-
"file-loader": "^6.2.0",
|
|
2019
|
+
"escape-string-regexp": "^4.0.0",
|
|
2020
|
+
"feed": "^4.2.2",
|
|
2050
2021
|
"fs-extra": "^10.0.0",
|
|
2051
|
-
"github-slugger": "^1.3.0",
|
|
2052
2022
|
"globby": "^11.0.2",
|
|
2053
|
-
"
|
|
2054
|
-
"html-tags": "^3.1.0",
|
|
2055
|
-
"html-webpack-plugin": "^5.3.2",
|
|
2056
|
-
"import-fresh": "^3.3.0",
|
|
2057
|
-
"is-root": "^2.1.0",
|
|
2058
|
-
"leven": "^3.1.0",
|
|
2023
|
+
"loader-utils": "^2.0.0",
|
|
2059
2024
|
"lodash": "^4.17.20",
|
|
2060
|
-
"
|
|
2061
|
-
"
|
|
2062
|
-
"nprogress": "^0.2.0",
|
|
2063
|
-
"postcss": "^8.2.15",
|
|
2064
|
-
"postcss-loader": "^5.3.0",
|
|
2065
|
-
"prompts": "^2.4.1",
|
|
2066
|
-
"react-dev-utils": "^11.0.1",
|
|
2067
|
-
"react-error-overlay": "^6.0.9",
|
|
2068
|
-
"react-helmet": "^6.1.0",
|
|
2069
|
-
"react-loadable": "^5.5.0",
|
|
2070
|
-
"react-loadable-ssr-addon-v5-slorber": "^1.0.1",
|
|
2071
|
-
"react-router": "^5.2.0",
|
|
2072
|
-
"react-router-config": "^5.1.1",
|
|
2073
|
-
"react-router-dom": "^5.2.0",
|
|
2074
|
-
"resolve-pathname": "^3.0.0",
|
|
2075
|
-
"rtl-detect": "^1.0.3",
|
|
2076
|
-
"semver": "^7.3.4",
|
|
2077
|
-
"serve-handler": "^6.1.3",
|
|
2078
|
-
"shelljs": "^0.8.4",
|
|
2079
|
-
"std-env": "^2.2.1",
|
|
2080
|
-
"strip-ansi": "^6.0.0",
|
|
2081
|
-
"terser-webpack-plugin": "^5.1.3",
|
|
2025
|
+
"reading-time": "^1.3.0",
|
|
2026
|
+
"remark-admonitions": "^1.2.1",
|
|
2082
2027
|
"tslib": "^2.2.0",
|
|
2083
|
-
"
|
|
2084
|
-
"url-loader": "^4.1.1",
|
|
2085
|
-
"wait-on": "^5.3.0",
|
|
2086
|
-
"webpack": "^5.40.0",
|
|
2087
|
-
"webpack-bundle-analyzer": "^4.4.2",
|
|
2088
|
-
"webpack-dev-server": "^3.11.2",
|
|
2089
|
-
"webpack-merge": "^5.8.0",
|
|
2090
|
-
"webpackbar": "^5.0.0-3"
|
|
2091
|
-
},
|
|
2092
|
-
"bin": {
|
|
2093
|
-
"docusaurus": "bin/docusaurus.js"
|
|
2028
|
+
"webpack": "^5.40.0"
|
|
2094
2029
|
},
|
|
2095
2030
|
"engines": {
|
|
2096
2031
|
"node": ">=12.13.0"
|
|
@@ -2100,89 +2035,21 @@
|
|
|
2100
2035
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
2101
2036
|
}
|
|
2102
2037
|
},
|
|
2103
|
-
"node_modules/@docusaurus/
|
|
2104
|
-
"version": "
|
|
2105
|
-
"resolved": "https://registry.npmjs.org
|
|
2106
|
-
"integrity": "sha512-
|
|
2107
|
-
"funding": {
|
|
2108
|
-
"type": "opencollective",
|
|
2109
|
-
"url": "https://opencollective.com/unified"
|
|
2110
|
-
},
|
|
2111
|
-
"peerDependencies": {
|
|
2112
|
-
"react": "^16.13.1 || ^17.0.0"
|
|
2113
|
-
}
|
|
2114
|
-
},
|
|
2115
|
-
"node_modules/@docusaurus/mdx-loader/node_modules/@svgr/webpack": {
|
|
2116
|
-
"version": "5.5.0",
|
|
2117
|
-
"resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
|
|
2118
|
-
"integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
|
|
2119
|
-
"dependencies": {
|
|
2120
|
-
"@babel/core": "^7.12.3",
|
|
2121
|
-
"@babel/plugin-transform-react-constant-elements": "^7.12.1",
|
|
2122
|
-
"@babel/preset-env": "^7.12.1",
|
|
2123
|
-
"@babel/preset-react": "^7.12.5",
|
|
2124
|
-
"@svgr/core": "^5.5.0",
|
|
2125
|
-
"@svgr/plugin-jsx": "^5.5.0",
|
|
2126
|
-
"@svgr/plugin-svgo": "^5.5.0",
|
|
2127
|
-
"loader-utils": "^2.0.0"
|
|
2128
|
-
},
|
|
2038
|
+
"node_modules/@docusaurus/plugin-content-blog/node_modules/escape-string-regexp": {
|
|
2039
|
+
"version": "4.0.0",
|
|
2040
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
2041
|
+
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
|
2129
2042
|
"engines": {
|
|
2130
2043
|
"node": ">=10"
|
|
2131
2044
|
},
|
|
2132
2045
|
"funding": {
|
|
2133
|
-
"
|
|
2134
|
-
"url": "https://github.com/sponsors/gregberge"
|
|
2135
|
-
}
|
|
2136
|
-
},
|
|
2137
|
-
"node_modules/@docusaurus/mdx-loader/node_modules/file-loader": {
|
|
2138
|
-
"version": "6.2.0",
|
|
2139
|
-
"resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
|
|
2140
|
-
"integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
|
|
2141
|
-
"dependencies": {
|
|
2142
|
-
"loader-utils": "^2.0.0",
|
|
2143
|
-
"schema-utils": "^3.0.0"
|
|
2144
|
-
},
|
|
2145
|
-
"engines": {
|
|
2146
|
-
"node": ">= 10.13.0"
|
|
2147
|
-
},
|
|
2148
|
-
"funding": {
|
|
2149
|
-
"type": "opencollective",
|
|
2150
|
-
"url": "https://opencollective.com/webpack"
|
|
2151
|
-
},
|
|
2152
|
-
"peerDependencies": {
|
|
2153
|
-
"webpack": "^4.0.0 || ^5.0.0"
|
|
2154
|
-
}
|
|
2155
|
-
},
|
|
2156
|
-
"node_modules/@docusaurus/mdx-loader/node_modules/url-loader": {
|
|
2157
|
-
"version": "4.1.1",
|
|
2158
|
-
"resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz",
|
|
2159
|
-
"integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==",
|
|
2160
|
-
"dependencies": {
|
|
2161
|
-
"loader-utils": "^2.0.0",
|
|
2162
|
-
"mime-types": "^2.1.27",
|
|
2163
|
-
"schema-utils": "^3.0.0"
|
|
2164
|
-
},
|
|
2165
|
-
"engines": {
|
|
2166
|
-
"node": ">= 10.13.0"
|
|
2167
|
-
},
|
|
2168
|
-
"funding": {
|
|
2169
|
-
"type": "opencollective",
|
|
2170
|
-
"url": "https://opencollective.com/webpack"
|
|
2171
|
-
},
|
|
2172
|
-
"peerDependencies": {
|
|
2173
|
-
"file-loader": "*",
|
|
2174
|
-
"webpack": "^4.0.0 || ^5.0.0"
|
|
2175
|
-
},
|
|
2176
|
-
"peerDependenciesMeta": {
|
|
2177
|
-
"file-loader": {
|
|
2178
|
-
"optional": true
|
|
2179
|
-
}
|
|
2046
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2180
2047
|
}
|
|
2181
2048
|
},
|
|
2182
|
-
"node_modules/@docusaurus/plugin-content-
|
|
2049
|
+
"node_modules/@docusaurus/plugin-content-docs": {
|
|
2183
2050
|
"version": "2.0.0-beta.4",
|
|
2184
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-
|
|
2185
|
-
"integrity": "sha512-
|
|
2051
|
+
"resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-2.0.0-beta.4.tgz",
|
|
2052
|
+
"integrity": "sha512-aVYycpOvtgPQ78a10jakCtrI7DEAffw+zVdZT6tgO8QIn5hNPcr5NB7Ms3kSZw83fMZwJqStHHGp0y13zt/gLw==",
|
|
2186
2053
|
"dependencies": {
|
|
2187
2054
|
"@docusaurus/core": "2.0.0-beta.4",
|
|
2188
2055
|
"@docusaurus/mdx-loader": "2.0.0-beta.4",
|
|
@@ -2190,15 +2057,19 @@
|
|
|
2190
2057
|
"@docusaurus/utils": "2.0.0-beta.4",
|
|
2191
2058
|
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
2192
2059
|
"chalk": "^4.1.1",
|
|
2060
|
+
"combine-promises": "^1.1.0",
|
|
2193
2061
|
"escape-string-regexp": "^4.0.0",
|
|
2194
|
-
"
|
|
2062
|
+
"execa": "^5.0.0",
|
|
2195
2063
|
"fs-extra": "^10.0.0",
|
|
2196
2064
|
"globby": "^11.0.2",
|
|
2197
|
-
"
|
|
2065
|
+
"import-fresh": "^3.2.2",
|
|
2066
|
+
"js-yaml": "^4.0.0",
|
|
2067
|
+
"loader-utils": "^1.2.3",
|
|
2198
2068
|
"lodash": "^4.17.20",
|
|
2199
|
-
"reading-time": "^1.3.0",
|
|
2200
2069
|
"remark-admonitions": "^1.2.1",
|
|
2070
|
+
"shelljs": "^0.8.4",
|
|
2201
2071
|
"tslib": "^2.2.0",
|
|
2072
|
+
"utility-types": "^3.10.0",
|
|
2202
2073
|
"webpack": "^5.40.0"
|
|
2203
2074
|
},
|
|
2204
2075
|
"engines": {
|
|
@@ -2209,203 +2080,126 @@
|
|
|
2209
2080
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
2210
2081
|
}
|
|
2211
2082
|
},
|
|
2212
|
-
"node_modules/@docusaurus/plugin-content-
|
|
2213
|
-
"version": "2.0.
|
|
2214
|
-
"resolved": "https://registry.npmjs.org
|
|
2215
|
-
"integrity": "sha512-
|
|
2083
|
+
"node_modules/@docusaurus/plugin-content-docs/node_modules/argparse": {
|
|
2084
|
+
"version": "2.0.1",
|
|
2085
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
2086
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
|
|
2087
|
+
},
|
|
2088
|
+
"node_modules/@docusaurus/plugin-content-docs/node_modules/escape-string-regexp": {
|
|
2089
|
+
"version": "4.0.0",
|
|
2090
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
2091
|
+
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
|
2092
|
+
"engines": {
|
|
2093
|
+
"node": ">=10"
|
|
2094
|
+
},
|
|
2095
|
+
"funding": {
|
|
2096
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2097
|
+
}
|
|
2098
|
+
},
|
|
2099
|
+
"node_modules/@docusaurus/plugin-content-docs/node_modules/execa": {
|
|
2100
|
+
"version": "5.1.1",
|
|
2101
|
+
"resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
|
|
2102
|
+
"integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
|
|
2216
2103
|
"dependencies": {
|
|
2217
|
-
"
|
|
2218
|
-
"
|
|
2219
|
-
"
|
|
2220
|
-
"
|
|
2221
|
-
"
|
|
2222
|
-
"
|
|
2223
|
-
"
|
|
2224
|
-
"
|
|
2225
|
-
"
|
|
2226
|
-
"@babel/traverse": "^7.12.13",
|
|
2227
|
-
"@docusaurus/cssnano-preset": "2.0.0-beta.4",
|
|
2228
|
-
"@docusaurus/react-loadable": "5.5.0",
|
|
2229
|
-
"@docusaurus/types": "2.0.0-beta.4",
|
|
2230
|
-
"@docusaurus/utils": "2.0.0-beta.4",
|
|
2231
|
-
"@docusaurus/utils-common": "2.0.0-beta.4",
|
|
2232
|
-
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
2233
|
-
"@slorber/static-site-generator-webpack-plugin": "^4.0.0",
|
|
2234
|
-
"@svgr/webpack": "^5.5.0",
|
|
2235
|
-
"autoprefixer": "^10.2.5",
|
|
2236
|
-
"babel-loader": "^8.2.2",
|
|
2237
|
-
"babel-plugin-dynamic-import-node": "2.3.0",
|
|
2238
|
-
"boxen": "^5.0.1",
|
|
2239
|
-
"chalk": "^4.1.1",
|
|
2240
|
-
"chokidar": "^3.5.1",
|
|
2241
|
-
"clean-css": "^5.1.2",
|
|
2242
|
-
"commander": "^5.1.0",
|
|
2243
|
-
"copy-webpack-plugin": "^9.0.0",
|
|
2244
|
-
"core-js": "^3.9.1",
|
|
2245
|
-
"css-loader": "^5.1.1",
|
|
2246
|
-
"css-minimizer-webpack-plugin": "^3.0.1",
|
|
2247
|
-
"cssnano": "^5.0.4",
|
|
2248
|
-
"del": "^6.0.0",
|
|
2249
|
-
"detect-port": "^1.3.0",
|
|
2250
|
-
"escape-html": "^1.0.3",
|
|
2251
|
-
"eta": "^1.12.1",
|
|
2252
|
-
"express": "^4.17.1",
|
|
2253
|
-
"file-loader": "^6.2.0",
|
|
2254
|
-
"fs-extra": "^10.0.0",
|
|
2255
|
-
"github-slugger": "^1.3.0",
|
|
2256
|
-
"globby": "^11.0.2",
|
|
2257
|
-
"html-minifier-terser": "^5.1.1",
|
|
2258
|
-
"html-tags": "^3.1.0",
|
|
2259
|
-
"html-webpack-plugin": "^5.3.2",
|
|
2260
|
-
"import-fresh": "^3.3.0",
|
|
2261
|
-
"is-root": "^2.1.0",
|
|
2262
|
-
"leven": "^3.1.0",
|
|
2263
|
-
"lodash": "^4.17.20",
|
|
2264
|
-
"mini-css-extract-plugin": "^1.6.0",
|
|
2265
|
-
"module-alias": "^2.2.2",
|
|
2266
|
-
"nprogress": "^0.2.0",
|
|
2267
|
-
"postcss": "^8.2.15",
|
|
2268
|
-
"postcss-loader": "^5.3.0",
|
|
2269
|
-
"prompts": "^2.4.1",
|
|
2270
|
-
"react-dev-utils": "^11.0.1",
|
|
2271
|
-
"react-error-overlay": "^6.0.9",
|
|
2272
|
-
"react-helmet": "^6.1.0",
|
|
2273
|
-
"react-loadable": "^5.5.0",
|
|
2274
|
-
"react-loadable-ssr-addon-v5-slorber": "^1.0.1",
|
|
2275
|
-
"react-router": "^5.2.0",
|
|
2276
|
-
"react-router-config": "^5.1.1",
|
|
2277
|
-
"react-router-dom": "^5.2.0",
|
|
2278
|
-
"resolve-pathname": "^3.0.0",
|
|
2279
|
-
"rtl-detect": "^1.0.3",
|
|
2280
|
-
"semver": "^7.3.4",
|
|
2281
|
-
"serve-handler": "^6.1.3",
|
|
2282
|
-
"shelljs": "^0.8.4",
|
|
2283
|
-
"std-env": "^2.2.1",
|
|
2284
|
-
"strip-ansi": "^6.0.0",
|
|
2285
|
-
"terser-webpack-plugin": "^5.1.3",
|
|
2286
|
-
"tslib": "^2.2.0",
|
|
2287
|
-
"update-notifier": "^5.1.0",
|
|
2288
|
-
"url-loader": "^4.1.1",
|
|
2289
|
-
"wait-on": "^5.3.0",
|
|
2290
|
-
"webpack": "^5.40.0",
|
|
2291
|
-
"webpack-bundle-analyzer": "^4.4.2",
|
|
2292
|
-
"webpack-dev-server": "^3.11.2",
|
|
2293
|
-
"webpack-merge": "^5.8.0",
|
|
2294
|
-
"webpackbar": "^5.0.0-3"
|
|
2295
|
-
},
|
|
2296
|
-
"bin": {
|
|
2297
|
-
"docusaurus": "bin/docusaurus.js"
|
|
2104
|
+
"cross-spawn": "^7.0.3",
|
|
2105
|
+
"get-stream": "^6.0.0",
|
|
2106
|
+
"human-signals": "^2.1.0",
|
|
2107
|
+
"is-stream": "^2.0.0",
|
|
2108
|
+
"merge-stream": "^2.0.0",
|
|
2109
|
+
"npm-run-path": "^4.0.1",
|
|
2110
|
+
"onetime": "^5.1.2",
|
|
2111
|
+
"signal-exit": "^3.0.3",
|
|
2112
|
+
"strip-final-newline": "^2.0.0"
|
|
2298
2113
|
},
|
|
2299
2114
|
"engines": {
|
|
2300
|
-
"node": ">=
|
|
2115
|
+
"node": ">=10"
|
|
2301
2116
|
},
|
|
2302
|
-
"
|
|
2303
|
-
"
|
|
2304
|
-
"react-dom": "^16.8.4 || ^17.0.0"
|
|
2117
|
+
"funding": {
|
|
2118
|
+
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
2305
2119
|
}
|
|
2306
2120
|
},
|
|
2307
|
-
"node_modules/@docusaurus/plugin-content-
|
|
2308
|
-
"version": "
|
|
2309
|
-
"resolved": "https://registry.npmjs.org
|
|
2310
|
-
"integrity": "sha512-
|
|
2311
|
-
"dependencies": {
|
|
2312
|
-
"@babel/core": "^7.12.3",
|
|
2313
|
-
"@babel/plugin-transform-react-constant-elements": "^7.12.1",
|
|
2314
|
-
"@babel/preset-env": "^7.12.1",
|
|
2315
|
-
"@babel/preset-react": "^7.12.5",
|
|
2316
|
-
"@svgr/core": "^5.5.0",
|
|
2317
|
-
"@svgr/plugin-jsx": "^5.5.0",
|
|
2318
|
-
"@svgr/plugin-svgo": "^5.5.0",
|
|
2319
|
-
"loader-utils": "^2.0.0"
|
|
2320
|
-
},
|
|
2121
|
+
"node_modules/@docusaurus/plugin-content-docs/node_modules/get-stream": {
|
|
2122
|
+
"version": "6.0.1",
|
|
2123
|
+
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
|
2124
|
+
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
|
|
2321
2125
|
"engines": {
|
|
2322
2126
|
"node": ">=10"
|
|
2323
2127
|
},
|
|
2324
2128
|
"funding": {
|
|
2325
|
-
"
|
|
2326
|
-
"url": "https://github.com/sponsors/gregberge"
|
|
2129
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2327
2130
|
}
|
|
2328
2131
|
},
|
|
2329
|
-
"node_modules/@docusaurus/plugin-content-
|
|
2330
|
-
"version": "
|
|
2331
|
-
"resolved": "https://registry.npmjs.org/
|
|
2332
|
-
"integrity": "sha512-
|
|
2132
|
+
"node_modules/@docusaurus/plugin-content-docs/node_modules/is-stream": {
|
|
2133
|
+
"version": "2.0.1",
|
|
2134
|
+
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
|
|
2135
|
+
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
|
|
2333
2136
|
"engines": {
|
|
2334
|
-
"node": ">=
|
|
2137
|
+
"node": ">=8"
|
|
2335
2138
|
},
|
|
2336
2139
|
"funding": {
|
|
2337
2140
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2338
2141
|
}
|
|
2339
2142
|
},
|
|
2340
|
-
"node_modules/@docusaurus/plugin-content-
|
|
2341
|
-
"version": "
|
|
2342
|
-
"resolved": "https://registry.npmjs.org/
|
|
2343
|
-
"integrity": "sha512-
|
|
2143
|
+
"node_modules/@docusaurus/plugin-content-docs/node_modules/js-yaml": {
|
|
2144
|
+
"version": "4.1.0",
|
|
2145
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
2146
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
2344
2147
|
"dependencies": {
|
|
2345
|
-
"
|
|
2346
|
-
"schema-utils": "^3.0.0"
|
|
2347
|
-
},
|
|
2348
|
-
"engines": {
|
|
2349
|
-
"node": ">= 10.13.0"
|
|
2350
|
-
},
|
|
2351
|
-
"funding": {
|
|
2352
|
-
"type": "opencollective",
|
|
2353
|
-
"url": "https://opencollective.com/webpack"
|
|
2148
|
+
"argparse": "^2.0.1"
|
|
2354
2149
|
},
|
|
2355
|
-
"
|
|
2356
|
-
"
|
|
2150
|
+
"bin": {
|
|
2151
|
+
"js-yaml": "bin/js-yaml.js"
|
|
2357
2152
|
}
|
|
2358
2153
|
},
|
|
2359
|
-
"node_modules/@docusaurus/plugin-content-
|
|
2360
|
-
"version": "4.
|
|
2361
|
-
"resolved": "https://registry.npmjs.org/
|
|
2362
|
-
"integrity": "sha512-
|
|
2154
|
+
"node_modules/@docusaurus/plugin-content-docs/node_modules/loader-utils": {
|
|
2155
|
+
"version": "1.4.0",
|
|
2156
|
+
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
|
|
2157
|
+
"integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
|
|
2363
2158
|
"dependencies": {
|
|
2364
|
-
"
|
|
2365
|
-
"
|
|
2366
|
-
"
|
|
2159
|
+
"big.js": "^5.2.2",
|
|
2160
|
+
"emojis-list": "^3.0.0",
|
|
2161
|
+
"json5": "^1.0.1"
|
|
2367
2162
|
},
|
|
2368
2163
|
"engines": {
|
|
2369
|
-
"node": ">=
|
|
2370
|
-
}
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2164
|
+
"node": ">=4.0.0"
|
|
2165
|
+
}
|
|
2166
|
+
},
|
|
2167
|
+
"node_modules/@docusaurus/plugin-content-docs/node_modules/loader-utils/node_modules/json5": {
|
|
2168
|
+
"version": "1.0.1",
|
|
2169
|
+
"resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
|
|
2170
|
+
"integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
|
|
2171
|
+
"dependencies": {
|
|
2172
|
+
"minimist": "^1.2.0"
|
|
2374
2173
|
},
|
|
2375
|
-
"
|
|
2376
|
-
"
|
|
2377
|
-
|
|
2174
|
+
"bin": {
|
|
2175
|
+
"json5": "lib/cli.js"
|
|
2176
|
+
}
|
|
2177
|
+
},
|
|
2178
|
+
"node_modules/@docusaurus/plugin-content-docs/node_modules/npm-run-path": {
|
|
2179
|
+
"version": "4.0.1",
|
|
2180
|
+
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
|
|
2181
|
+
"integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
|
|
2182
|
+
"dependencies": {
|
|
2183
|
+
"path-key": "^3.0.0"
|
|
2378
2184
|
},
|
|
2379
|
-
"
|
|
2380
|
-
"
|
|
2381
|
-
"optional": true
|
|
2382
|
-
}
|
|
2185
|
+
"engines": {
|
|
2186
|
+
"node": ">=8"
|
|
2383
2187
|
}
|
|
2384
2188
|
},
|
|
2385
|
-
"node_modules/@docusaurus/plugin-content-
|
|
2189
|
+
"node_modules/@docusaurus/plugin-content-pages": {
|
|
2386
2190
|
"version": "2.0.0-beta.4",
|
|
2387
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-
|
|
2388
|
-
"integrity": "sha512-
|
|
2191
|
+
"resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-2.0.0-beta.4.tgz",
|
|
2192
|
+
"integrity": "sha512-VZ/iuxT1kgBh/1+W3Li88UZVjqHtHOt4TyFoVwHmf2p91BPHiF7zpiLb4hYL8s694/V+AdfWf4ostSyEoeMx8A==",
|
|
2389
2193
|
"dependencies": {
|
|
2390
2194
|
"@docusaurus/core": "2.0.0-beta.4",
|
|
2391
2195
|
"@docusaurus/mdx-loader": "2.0.0-beta.4",
|
|
2392
2196
|
"@docusaurus/types": "2.0.0-beta.4",
|
|
2393
2197
|
"@docusaurus/utils": "2.0.0-beta.4",
|
|
2394
2198
|
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
2395
|
-
"chalk": "^4.1.1",
|
|
2396
|
-
"combine-promises": "^1.1.0",
|
|
2397
|
-
"escape-string-regexp": "^4.0.0",
|
|
2398
|
-
"execa": "^5.0.0",
|
|
2399
|
-
"fs-extra": "^10.0.0",
|
|
2400
2199
|
"globby": "^11.0.2",
|
|
2401
|
-
"import-fresh": "^3.2.2",
|
|
2402
|
-
"js-yaml": "^4.0.0",
|
|
2403
|
-
"loader-utils": "^1.2.3",
|
|
2404
2200
|
"lodash": "^4.17.20",
|
|
2405
2201
|
"remark-admonitions": "^1.2.1",
|
|
2406
|
-
"
|
|
2407
|
-
"tslib": "^2.2.0",
|
|
2408
|
-
"utility-types": "^3.10.0",
|
|
2202
|
+
"tslib": "^2.1.0",
|
|
2409
2203
|
"webpack": "^5.40.0"
|
|
2410
2204
|
},
|
|
2411
2205
|
"engines": {
|
|
@@ -2416,92 +2210,16 @@
|
|
|
2416
2210
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
2417
2211
|
}
|
|
2418
2212
|
},
|
|
2419
|
-
"node_modules/@docusaurus/plugin-
|
|
2213
|
+
"node_modules/@docusaurus/plugin-debug": {
|
|
2420
2214
|
"version": "2.0.0-beta.4",
|
|
2421
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/
|
|
2422
|
-
"integrity": "sha512-
|
|
2215
|
+
"resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-2.0.0-beta.4.tgz",
|
|
2216
|
+
"integrity": "sha512-jc9o45NUuhVnFcoq6/6juxJQGgD2Q71IUokoOgw3sytHHOv1jv+eLWP1LDX71MHA1ElZ1MZTlz5mCd1wlzdCOw==",
|
|
2423
2217
|
"dependencies": {
|
|
2424
|
-
"@
|
|
2425
|
-
"@babel/generator": "^7.12.15",
|
|
2426
|
-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
2427
|
-
"@babel/plugin-transform-runtime": "^7.12.15",
|
|
2428
|
-
"@babel/preset-env": "^7.12.16",
|
|
2429
|
-
"@babel/preset-react": "^7.12.13",
|
|
2430
|
-
"@babel/preset-typescript": "^7.12.16",
|
|
2431
|
-
"@babel/runtime": "^7.12.5",
|
|
2432
|
-
"@babel/runtime-corejs3": "^7.12.13",
|
|
2433
|
-
"@babel/traverse": "^7.12.13",
|
|
2434
|
-
"@docusaurus/cssnano-preset": "2.0.0-beta.4",
|
|
2435
|
-
"@docusaurus/react-loadable": "5.5.0",
|
|
2218
|
+
"@docusaurus/core": "2.0.0-beta.4",
|
|
2436
2219
|
"@docusaurus/types": "2.0.0-beta.4",
|
|
2437
2220
|
"@docusaurus/utils": "2.0.0-beta.4",
|
|
2438
|
-
"
|
|
2439
|
-
"
|
|
2440
|
-
"@slorber/static-site-generator-webpack-plugin": "^4.0.0",
|
|
2441
|
-
"@svgr/webpack": "^5.5.0",
|
|
2442
|
-
"autoprefixer": "^10.2.5",
|
|
2443
|
-
"babel-loader": "^8.2.2",
|
|
2444
|
-
"babel-plugin-dynamic-import-node": "2.3.0",
|
|
2445
|
-
"boxen": "^5.0.1",
|
|
2446
|
-
"chalk": "^4.1.1",
|
|
2447
|
-
"chokidar": "^3.5.1",
|
|
2448
|
-
"clean-css": "^5.1.2",
|
|
2449
|
-
"commander": "^5.1.0",
|
|
2450
|
-
"copy-webpack-plugin": "^9.0.0",
|
|
2451
|
-
"core-js": "^3.9.1",
|
|
2452
|
-
"css-loader": "^5.1.1",
|
|
2453
|
-
"css-minimizer-webpack-plugin": "^3.0.1",
|
|
2454
|
-
"cssnano": "^5.0.4",
|
|
2455
|
-
"del": "^6.0.0",
|
|
2456
|
-
"detect-port": "^1.3.0",
|
|
2457
|
-
"escape-html": "^1.0.3",
|
|
2458
|
-
"eta": "^1.12.1",
|
|
2459
|
-
"express": "^4.17.1",
|
|
2460
|
-
"file-loader": "^6.2.0",
|
|
2461
|
-
"fs-extra": "^10.0.0",
|
|
2462
|
-
"github-slugger": "^1.3.0",
|
|
2463
|
-
"globby": "^11.0.2",
|
|
2464
|
-
"html-minifier-terser": "^5.1.1",
|
|
2465
|
-
"html-tags": "^3.1.0",
|
|
2466
|
-
"html-webpack-plugin": "^5.3.2",
|
|
2467
|
-
"import-fresh": "^3.3.0",
|
|
2468
|
-
"is-root": "^2.1.0",
|
|
2469
|
-
"leven": "^3.1.0",
|
|
2470
|
-
"lodash": "^4.17.20",
|
|
2471
|
-
"mini-css-extract-plugin": "^1.6.0",
|
|
2472
|
-
"module-alias": "^2.2.2",
|
|
2473
|
-
"nprogress": "^0.2.0",
|
|
2474
|
-
"postcss": "^8.2.15",
|
|
2475
|
-
"postcss-loader": "^5.3.0",
|
|
2476
|
-
"prompts": "^2.4.1",
|
|
2477
|
-
"react-dev-utils": "^11.0.1",
|
|
2478
|
-
"react-error-overlay": "^6.0.9",
|
|
2479
|
-
"react-helmet": "^6.1.0",
|
|
2480
|
-
"react-loadable": "^5.5.0",
|
|
2481
|
-
"react-loadable-ssr-addon-v5-slorber": "^1.0.1",
|
|
2482
|
-
"react-router": "^5.2.0",
|
|
2483
|
-
"react-router-config": "^5.1.1",
|
|
2484
|
-
"react-router-dom": "^5.2.0",
|
|
2485
|
-
"resolve-pathname": "^3.0.0",
|
|
2486
|
-
"rtl-detect": "^1.0.3",
|
|
2487
|
-
"semver": "^7.3.4",
|
|
2488
|
-
"serve-handler": "^6.1.3",
|
|
2489
|
-
"shelljs": "^0.8.4",
|
|
2490
|
-
"std-env": "^2.2.1",
|
|
2491
|
-
"strip-ansi": "^6.0.0",
|
|
2492
|
-
"terser-webpack-plugin": "^5.1.3",
|
|
2493
|
-
"tslib": "^2.2.0",
|
|
2494
|
-
"update-notifier": "^5.1.0",
|
|
2495
|
-
"url-loader": "^4.1.1",
|
|
2496
|
-
"wait-on": "^5.3.0",
|
|
2497
|
-
"webpack": "^5.40.0",
|
|
2498
|
-
"webpack-bundle-analyzer": "^4.4.2",
|
|
2499
|
-
"webpack-dev-server": "^3.11.2",
|
|
2500
|
-
"webpack-merge": "^5.8.0",
|
|
2501
|
-
"webpackbar": "^5.0.0-3"
|
|
2502
|
-
},
|
|
2503
|
-
"bin": {
|
|
2504
|
-
"docusaurus": "bin/docusaurus.js"
|
|
2221
|
+
"react-json-view": "^1.21.3",
|
|
2222
|
+
"tslib": "^2.1.0"
|
|
2505
2223
|
},
|
|
2506
2224
|
"engines": {
|
|
2507
2225
|
"node": ">=12.13.0"
|
|
@@ -2511,658 +2229,12 @@
|
|
|
2511
2229
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
2512
2230
|
}
|
|
2513
2231
|
},
|
|
2514
|
-
"node_modules/@docusaurus/plugin-
|
|
2515
|
-
"version": "
|
|
2516
|
-
"resolved": "https://registry.npmjs.org/@
|
|
2517
|
-
"integrity": "sha512-
|
|
2232
|
+
"node_modules/@docusaurus/plugin-google-analytics": {
|
|
2233
|
+
"version": "2.0.0-beta.4",
|
|
2234
|
+
"resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-2.0.0-beta.4.tgz",
|
|
2235
|
+
"integrity": "sha512-mqMEnfMKIoR1UfIX+jiAcUolwYntqSNaW8Gg2tg8dlGvC3payT1gpNJaew6TWyrtE29vuZz6a830bIXBYm4uAA==",
|
|
2518
2236
|
"dependencies": {
|
|
2519
|
-
"@
|
|
2520
|
-
"@babel/plugin-transform-react-constant-elements": "^7.12.1",
|
|
2521
|
-
"@babel/preset-env": "^7.12.1",
|
|
2522
|
-
"@babel/preset-react": "^7.12.5",
|
|
2523
|
-
"@svgr/core": "^5.5.0",
|
|
2524
|
-
"@svgr/plugin-jsx": "^5.5.0",
|
|
2525
|
-
"@svgr/plugin-svgo": "^5.5.0",
|
|
2526
|
-
"loader-utils": "^2.0.0"
|
|
2527
|
-
},
|
|
2528
|
-
"engines": {
|
|
2529
|
-
"node": ">=10"
|
|
2530
|
-
},
|
|
2531
|
-
"funding": {
|
|
2532
|
-
"type": "github",
|
|
2533
|
-
"url": "https://github.com/sponsors/gregberge"
|
|
2534
|
-
}
|
|
2535
|
-
},
|
|
2536
|
-
"node_modules/@docusaurus/plugin-content-docs/node_modules/@svgr/webpack/node_modules/loader-utils": {
|
|
2537
|
-
"version": "2.0.0",
|
|
2538
|
-
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
|
|
2539
|
-
"integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
|
|
2540
|
-
"dependencies": {
|
|
2541
|
-
"big.js": "^5.2.2",
|
|
2542
|
-
"emojis-list": "^3.0.0",
|
|
2543
|
-
"json5": "^2.1.2"
|
|
2544
|
-
},
|
|
2545
|
-
"engines": {
|
|
2546
|
-
"node": ">=8.9.0"
|
|
2547
|
-
}
|
|
2548
|
-
},
|
|
2549
|
-
"node_modules/@docusaurus/plugin-content-docs/node_modules/argparse": {
|
|
2550
|
-
"version": "2.0.1",
|
|
2551
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
2552
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
|
|
2553
|
-
},
|
|
2554
|
-
"node_modules/@docusaurus/plugin-content-docs/node_modules/escape-string-regexp": {
|
|
2555
|
-
"version": "4.0.0",
|
|
2556
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
2557
|
-
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
|
2558
|
-
"engines": {
|
|
2559
|
-
"node": ">=10"
|
|
2560
|
-
},
|
|
2561
|
-
"funding": {
|
|
2562
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2563
|
-
}
|
|
2564
|
-
},
|
|
2565
|
-
"node_modules/@docusaurus/plugin-content-docs/node_modules/execa": {
|
|
2566
|
-
"version": "5.1.1",
|
|
2567
|
-
"resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
|
|
2568
|
-
"integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
|
|
2569
|
-
"dependencies": {
|
|
2570
|
-
"cross-spawn": "^7.0.3",
|
|
2571
|
-
"get-stream": "^6.0.0",
|
|
2572
|
-
"human-signals": "^2.1.0",
|
|
2573
|
-
"is-stream": "^2.0.0",
|
|
2574
|
-
"merge-stream": "^2.0.0",
|
|
2575
|
-
"npm-run-path": "^4.0.1",
|
|
2576
|
-
"onetime": "^5.1.2",
|
|
2577
|
-
"signal-exit": "^3.0.3",
|
|
2578
|
-
"strip-final-newline": "^2.0.0"
|
|
2579
|
-
},
|
|
2580
|
-
"engines": {
|
|
2581
|
-
"node": ">=10"
|
|
2582
|
-
},
|
|
2583
|
-
"funding": {
|
|
2584
|
-
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
2585
|
-
}
|
|
2586
|
-
},
|
|
2587
|
-
"node_modules/@docusaurus/plugin-content-docs/node_modules/file-loader": {
|
|
2588
|
-
"version": "6.2.0",
|
|
2589
|
-
"resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
|
|
2590
|
-
"integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
|
|
2591
|
-
"dependencies": {
|
|
2592
|
-
"loader-utils": "^2.0.0",
|
|
2593
|
-
"schema-utils": "^3.0.0"
|
|
2594
|
-
},
|
|
2595
|
-
"engines": {
|
|
2596
|
-
"node": ">= 10.13.0"
|
|
2597
|
-
},
|
|
2598
|
-
"funding": {
|
|
2599
|
-
"type": "opencollective",
|
|
2600
|
-
"url": "https://opencollective.com/webpack"
|
|
2601
|
-
},
|
|
2602
|
-
"peerDependencies": {
|
|
2603
|
-
"webpack": "^4.0.0 || ^5.0.0"
|
|
2604
|
-
}
|
|
2605
|
-
},
|
|
2606
|
-
"node_modules/@docusaurus/plugin-content-docs/node_modules/file-loader/node_modules/loader-utils": {
|
|
2607
|
-
"version": "2.0.0",
|
|
2608
|
-
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
|
|
2609
|
-
"integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
|
|
2610
|
-
"dependencies": {
|
|
2611
|
-
"big.js": "^5.2.2",
|
|
2612
|
-
"emojis-list": "^3.0.0",
|
|
2613
|
-
"json5": "^2.1.2"
|
|
2614
|
-
},
|
|
2615
|
-
"engines": {
|
|
2616
|
-
"node": ">=8.9.0"
|
|
2617
|
-
}
|
|
2618
|
-
},
|
|
2619
|
-
"node_modules/@docusaurus/plugin-content-docs/node_modules/get-stream": {
|
|
2620
|
-
"version": "6.0.1",
|
|
2621
|
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
|
2622
|
-
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
|
|
2623
|
-
"engines": {
|
|
2624
|
-
"node": ">=10"
|
|
2625
|
-
},
|
|
2626
|
-
"funding": {
|
|
2627
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2628
|
-
}
|
|
2629
|
-
},
|
|
2630
|
-
"node_modules/@docusaurus/plugin-content-docs/node_modules/is-stream": {
|
|
2631
|
-
"version": "2.0.1",
|
|
2632
|
-
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
|
|
2633
|
-
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
|
|
2634
|
-
"engines": {
|
|
2635
|
-
"node": ">=8"
|
|
2636
|
-
},
|
|
2637
|
-
"funding": {
|
|
2638
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2639
|
-
}
|
|
2640
|
-
},
|
|
2641
|
-
"node_modules/@docusaurus/plugin-content-docs/node_modules/js-yaml": {
|
|
2642
|
-
"version": "4.1.0",
|
|
2643
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
2644
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
2645
|
-
"dependencies": {
|
|
2646
|
-
"argparse": "^2.0.1"
|
|
2647
|
-
},
|
|
2648
|
-
"bin": {
|
|
2649
|
-
"js-yaml": "bin/js-yaml.js"
|
|
2650
|
-
}
|
|
2651
|
-
},
|
|
2652
|
-
"node_modules/@docusaurus/plugin-content-docs/node_modules/loader-utils": {
|
|
2653
|
-
"version": "1.4.0",
|
|
2654
|
-
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",
|
|
2655
|
-
"integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",
|
|
2656
|
-
"dependencies": {
|
|
2657
|
-
"big.js": "^5.2.2",
|
|
2658
|
-
"emojis-list": "^3.0.0",
|
|
2659
|
-
"json5": "^1.0.1"
|
|
2660
|
-
},
|
|
2661
|
-
"engines": {
|
|
2662
|
-
"node": ">=4.0.0"
|
|
2663
|
-
}
|
|
2664
|
-
},
|
|
2665
|
-
"node_modules/@docusaurus/plugin-content-docs/node_modules/loader-utils/node_modules/json5": {
|
|
2666
|
-
"version": "1.0.1",
|
|
2667
|
-
"resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
|
|
2668
|
-
"integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
|
|
2669
|
-
"dependencies": {
|
|
2670
|
-
"minimist": "^1.2.0"
|
|
2671
|
-
},
|
|
2672
|
-
"bin": {
|
|
2673
|
-
"json5": "lib/cli.js"
|
|
2674
|
-
}
|
|
2675
|
-
},
|
|
2676
|
-
"node_modules/@docusaurus/plugin-content-docs/node_modules/npm-run-path": {
|
|
2677
|
-
"version": "4.0.1",
|
|
2678
|
-
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
|
|
2679
|
-
"integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
|
|
2680
|
-
"dependencies": {
|
|
2681
|
-
"path-key": "^3.0.0"
|
|
2682
|
-
},
|
|
2683
|
-
"engines": {
|
|
2684
|
-
"node": ">=8"
|
|
2685
|
-
}
|
|
2686
|
-
},
|
|
2687
|
-
"node_modules/@docusaurus/plugin-content-docs/node_modules/url-loader": {
|
|
2688
|
-
"version": "4.1.1",
|
|
2689
|
-
"resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz",
|
|
2690
|
-
"integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==",
|
|
2691
|
-
"dependencies": {
|
|
2692
|
-
"loader-utils": "^2.0.0",
|
|
2693
|
-
"mime-types": "^2.1.27",
|
|
2694
|
-
"schema-utils": "^3.0.0"
|
|
2695
|
-
},
|
|
2696
|
-
"engines": {
|
|
2697
|
-
"node": ">= 10.13.0"
|
|
2698
|
-
},
|
|
2699
|
-
"funding": {
|
|
2700
|
-
"type": "opencollective",
|
|
2701
|
-
"url": "https://opencollective.com/webpack"
|
|
2702
|
-
},
|
|
2703
|
-
"peerDependencies": {
|
|
2704
|
-
"file-loader": "*",
|
|
2705
|
-
"webpack": "^4.0.0 || ^5.0.0"
|
|
2706
|
-
},
|
|
2707
|
-
"peerDependenciesMeta": {
|
|
2708
|
-
"file-loader": {
|
|
2709
|
-
"optional": true
|
|
2710
|
-
}
|
|
2711
|
-
}
|
|
2712
|
-
},
|
|
2713
|
-
"node_modules/@docusaurus/plugin-content-docs/node_modules/url-loader/node_modules/loader-utils": {
|
|
2714
|
-
"version": "2.0.0",
|
|
2715
|
-
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
|
|
2716
|
-
"integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
|
|
2717
|
-
"dependencies": {
|
|
2718
|
-
"big.js": "^5.2.2",
|
|
2719
|
-
"emojis-list": "^3.0.0",
|
|
2720
|
-
"json5": "^2.1.2"
|
|
2721
|
-
},
|
|
2722
|
-
"engines": {
|
|
2723
|
-
"node": ">=8.9.0"
|
|
2724
|
-
}
|
|
2725
|
-
},
|
|
2726
|
-
"node_modules/@docusaurus/plugin-content-pages": {
|
|
2727
|
-
"version": "2.0.0-beta.4",
|
|
2728
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-2.0.0-beta.4.tgz",
|
|
2729
|
-
"integrity": "sha512-VZ/iuxT1kgBh/1+W3Li88UZVjqHtHOt4TyFoVwHmf2p91BPHiF7zpiLb4hYL8s694/V+AdfWf4ostSyEoeMx8A==",
|
|
2730
|
-
"dependencies": {
|
|
2731
|
-
"@docusaurus/core": "2.0.0-beta.4",
|
|
2732
|
-
"@docusaurus/mdx-loader": "2.0.0-beta.4",
|
|
2733
|
-
"@docusaurus/types": "2.0.0-beta.4",
|
|
2734
|
-
"@docusaurus/utils": "2.0.0-beta.4",
|
|
2735
|
-
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
2736
|
-
"globby": "^11.0.2",
|
|
2737
|
-
"lodash": "^4.17.20",
|
|
2738
|
-
"remark-admonitions": "^1.2.1",
|
|
2739
|
-
"tslib": "^2.1.0",
|
|
2740
|
-
"webpack": "^5.40.0"
|
|
2741
|
-
},
|
|
2742
|
-
"engines": {
|
|
2743
|
-
"node": ">=12.13.0"
|
|
2744
|
-
},
|
|
2745
|
-
"peerDependencies": {
|
|
2746
|
-
"react": "^16.8.4 || ^17.0.0",
|
|
2747
|
-
"react-dom": "^16.8.4 || ^17.0.0"
|
|
2748
|
-
}
|
|
2749
|
-
},
|
|
2750
|
-
"node_modules/@docusaurus/plugin-content-pages/node_modules/@docusaurus/core": {
|
|
2751
|
-
"version": "2.0.0-beta.4",
|
|
2752
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-2.0.0-beta.4.tgz",
|
|
2753
|
-
"integrity": "sha512-ITa976MPFl9KbYchMOWCCX6SU6EFDSdGeGOHtpaNcrJ9e9Sj7o77fKmMH/ciShwz1g8brTm3VxZ0FwleU8lTig==",
|
|
2754
|
-
"dependencies": {
|
|
2755
|
-
"@babel/core": "^7.12.16",
|
|
2756
|
-
"@babel/generator": "^7.12.15",
|
|
2757
|
-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
2758
|
-
"@babel/plugin-transform-runtime": "^7.12.15",
|
|
2759
|
-
"@babel/preset-env": "^7.12.16",
|
|
2760
|
-
"@babel/preset-react": "^7.12.13",
|
|
2761
|
-
"@babel/preset-typescript": "^7.12.16",
|
|
2762
|
-
"@babel/runtime": "^7.12.5",
|
|
2763
|
-
"@babel/runtime-corejs3": "^7.12.13",
|
|
2764
|
-
"@babel/traverse": "^7.12.13",
|
|
2765
|
-
"@docusaurus/cssnano-preset": "2.0.0-beta.4",
|
|
2766
|
-
"@docusaurus/react-loadable": "5.5.0",
|
|
2767
|
-
"@docusaurus/types": "2.0.0-beta.4",
|
|
2768
|
-
"@docusaurus/utils": "2.0.0-beta.4",
|
|
2769
|
-
"@docusaurus/utils-common": "2.0.0-beta.4",
|
|
2770
|
-
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
2771
|
-
"@slorber/static-site-generator-webpack-plugin": "^4.0.0",
|
|
2772
|
-
"@svgr/webpack": "^5.5.0",
|
|
2773
|
-
"autoprefixer": "^10.2.5",
|
|
2774
|
-
"babel-loader": "^8.2.2",
|
|
2775
|
-
"babel-plugin-dynamic-import-node": "2.3.0",
|
|
2776
|
-
"boxen": "^5.0.1",
|
|
2777
|
-
"chalk": "^4.1.1",
|
|
2778
|
-
"chokidar": "^3.5.1",
|
|
2779
|
-
"clean-css": "^5.1.2",
|
|
2780
|
-
"commander": "^5.1.0",
|
|
2781
|
-
"copy-webpack-plugin": "^9.0.0",
|
|
2782
|
-
"core-js": "^3.9.1",
|
|
2783
|
-
"css-loader": "^5.1.1",
|
|
2784
|
-
"css-minimizer-webpack-plugin": "^3.0.1",
|
|
2785
|
-
"cssnano": "^5.0.4",
|
|
2786
|
-
"del": "^6.0.0",
|
|
2787
|
-
"detect-port": "^1.3.0",
|
|
2788
|
-
"escape-html": "^1.0.3",
|
|
2789
|
-
"eta": "^1.12.1",
|
|
2790
|
-
"express": "^4.17.1",
|
|
2791
|
-
"file-loader": "^6.2.0",
|
|
2792
|
-
"fs-extra": "^10.0.0",
|
|
2793
|
-
"github-slugger": "^1.3.0",
|
|
2794
|
-
"globby": "^11.0.2",
|
|
2795
|
-
"html-minifier-terser": "^5.1.1",
|
|
2796
|
-
"html-tags": "^3.1.0",
|
|
2797
|
-
"html-webpack-plugin": "^5.3.2",
|
|
2798
|
-
"import-fresh": "^3.3.0",
|
|
2799
|
-
"is-root": "^2.1.0",
|
|
2800
|
-
"leven": "^3.1.0",
|
|
2801
|
-
"lodash": "^4.17.20",
|
|
2802
|
-
"mini-css-extract-plugin": "^1.6.0",
|
|
2803
|
-
"module-alias": "^2.2.2",
|
|
2804
|
-
"nprogress": "^0.2.0",
|
|
2805
|
-
"postcss": "^8.2.15",
|
|
2806
|
-
"postcss-loader": "^5.3.0",
|
|
2807
|
-
"prompts": "^2.4.1",
|
|
2808
|
-
"react-dev-utils": "^11.0.1",
|
|
2809
|
-
"react-error-overlay": "^6.0.9",
|
|
2810
|
-
"react-helmet": "^6.1.0",
|
|
2811
|
-
"react-loadable": "^5.5.0",
|
|
2812
|
-
"react-loadable-ssr-addon-v5-slorber": "^1.0.1",
|
|
2813
|
-
"react-router": "^5.2.0",
|
|
2814
|
-
"react-router-config": "^5.1.1",
|
|
2815
|
-
"react-router-dom": "^5.2.0",
|
|
2816
|
-
"resolve-pathname": "^3.0.0",
|
|
2817
|
-
"rtl-detect": "^1.0.3",
|
|
2818
|
-
"semver": "^7.3.4",
|
|
2819
|
-
"serve-handler": "^6.1.3",
|
|
2820
|
-
"shelljs": "^0.8.4",
|
|
2821
|
-
"std-env": "^2.2.1",
|
|
2822
|
-
"strip-ansi": "^6.0.0",
|
|
2823
|
-
"terser-webpack-plugin": "^5.1.3",
|
|
2824
|
-
"tslib": "^2.2.0",
|
|
2825
|
-
"update-notifier": "^5.1.0",
|
|
2826
|
-
"url-loader": "^4.1.1",
|
|
2827
|
-
"wait-on": "^5.3.0",
|
|
2828
|
-
"webpack": "^5.40.0",
|
|
2829
|
-
"webpack-bundle-analyzer": "^4.4.2",
|
|
2830
|
-
"webpack-dev-server": "^3.11.2",
|
|
2831
|
-
"webpack-merge": "^5.8.0",
|
|
2832
|
-
"webpackbar": "^5.0.0-3"
|
|
2833
|
-
},
|
|
2834
|
-
"bin": {
|
|
2835
|
-
"docusaurus": "bin/docusaurus.js"
|
|
2836
|
-
},
|
|
2837
|
-
"engines": {
|
|
2838
|
-
"node": ">=12.13.0"
|
|
2839
|
-
},
|
|
2840
|
-
"peerDependencies": {
|
|
2841
|
-
"react": "^16.8.4 || ^17.0.0",
|
|
2842
|
-
"react-dom": "^16.8.4 || ^17.0.0"
|
|
2843
|
-
}
|
|
2844
|
-
},
|
|
2845
|
-
"node_modules/@docusaurus/plugin-content-pages/node_modules/@svgr/webpack": {
|
|
2846
|
-
"version": "5.5.0",
|
|
2847
|
-
"resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
|
|
2848
|
-
"integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
|
|
2849
|
-
"dependencies": {
|
|
2850
|
-
"@babel/core": "^7.12.3",
|
|
2851
|
-
"@babel/plugin-transform-react-constant-elements": "^7.12.1",
|
|
2852
|
-
"@babel/preset-env": "^7.12.1",
|
|
2853
|
-
"@babel/preset-react": "^7.12.5",
|
|
2854
|
-
"@svgr/core": "^5.5.0",
|
|
2855
|
-
"@svgr/plugin-jsx": "^5.5.0",
|
|
2856
|
-
"@svgr/plugin-svgo": "^5.5.0",
|
|
2857
|
-
"loader-utils": "^2.0.0"
|
|
2858
|
-
},
|
|
2859
|
-
"engines": {
|
|
2860
|
-
"node": ">=10"
|
|
2861
|
-
},
|
|
2862
|
-
"funding": {
|
|
2863
|
-
"type": "github",
|
|
2864
|
-
"url": "https://github.com/sponsors/gregberge"
|
|
2865
|
-
}
|
|
2866
|
-
},
|
|
2867
|
-
"node_modules/@docusaurus/plugin-content-pages/node_modules/file-loader": {
|
|
2868
|
-
"version": "6.2.0",
|
|
2869
|
-
"resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
|
|
2870
|
-
"integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
|
|
2871
|
-
"dependencies": {
|
|
2872
|
-
"loader-utils": "^2.0.0",
|
|
2873
|
-
"schema-utils": "^3.0.0"
|
|
2874
|
-
},
|
|
2875
|
-
"engines": {
|
|
2876
|
-
"node": ">= 10.13.0"
|
|
2877
|
-
},
|
|
2878
|
-
"funding": {
|
|
2879
|
-
"type": "opencollective",
|
|
2880
|
-
"url": "https://opencollective.com/webpack"
|
|
2881
|
-
},
|
|
2882
|
-
"peerDependencies": {
|
|
2883
|
-
"webpack": "^4.0.0 || ^5.0.0"
|
|
2884
|
-
}
|
|
2885
|
-
},
|
|
2886
|
-
"node_modules/@docusaurus/plugin-content-pages/node_modules/url-loader": {
|
|
2887
|
-
"version": "4.1.1",
|
|
2888
|
-
"resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz",
|
|
2889
|
-
"integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==",
|
|
2890
|
-
"dependencies": {
|
|
2891
|
-
"loader-utils": "^2.0.0",
|
|
2892
|
-
"mime-types": "^2.1.27",
|
|
2893
|
-
"schema-utils": "^3.0.0"
|
|
2894
|
-
},
|
|
2895
|
-
"engines": {
|
|
2896
|
-
"node": ">= 10.13.0"
|
|
2897
|
-
},
|
|
2898
|
-
"funding": {
|
|
2899
|
-
"type": "opencollective",
|
|
2900
|
-
"url": "https://opencollective.com/webpack"
|
|
2901
|
-
},
|
|
2902
|
-
"peerDependencies": {
|
|
2903
|
-
"file-loader": "*",
|
|
2904
|
-
"webpack": "^4.0.0 || ^5.0.0"
|
|
2905
|
-
},
|
|
2906
|
-
"peerDependenciesMeta": {
|
|
2907
|
-
"file-loader": {
|
|
2908
|
-
"optional": true
|
|
2909
|
-
}
|
|
2910
|
-
}
|
|
2911
|
-
},
|
|
2912
|
-
"node_modules/@docusaurus/plugin-debug": {
|
|
2913
|
-
"version": "2.0.0-beta.4",
|
|
2914
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-2.0.0-beta.4.tgz",
|
|
2915
|
-
"integrity": "sha512-jc9o45NUuhVnFcoq6/6juxJQGgD2Q71IUokoOgw3sytHHOv1jv+eLWP1LDX71MHA1ElZ1MZTlz5mCd1wlzdCOw==",
|
|
2916
|
-
"dependencies": {
|
|
2917
|
-
"@docusaurus/core": "2.0.0-beta.4",
|
|
2918
|
-
"@docusaurus/types": "2.0.0-beta.4",
|
|
2919
|
-
"@docusaurus/utils": "2.0.0-beta.4",
|
|
2920
|
-
"react-json-view": "^1.21.3",
|
|
2921
|
-
"tslib": "^2.1.0"
|
|
2922
|
-
},
|
|
2923
|
-
"engines": {
|
|
2924
|
-
"node": ">=12.13.0"
|
|
2925
|
-
},
|
|
2926
|
-
"peerDependencies": {
|
|
2927
|
-
"react": "^16.8.4 || ^17.0.0",
|
|
2928
|
-
"react-dom": "^16.8.4 || ^17.0.0"
|
|
2929
|
-
}
|
|
2930
|
-
},
|
|
2931
|
-
"node_modules/@docusaurus/plugin-google-analytics": {
|
|
2932
|
-
"version": "2.0.0-beta.4",
|
|
2933
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-2.0.0-beta.4.tgz",
|
|
2934
|
-
"integrity": "sha512-mqMEnfMKIoR1UfIX+jiAcUolwYntqSNaW8Gg2tg8dlGvC3payT1gpNJaew6TWyrtE29vuZz6a830bIXBYm4uAA==",
|
|
2935
|
-
"dependencies": {
|
|
2936
|
-
"@docusaurus/core": "2.0.0-beta.4"
|
|
2937
|
-
},
|
|
2938
|
-
"engines": {
|
|
2939
|
-
"node": ">=12.13.0"
|
|
2940
|
-
},
|
|
2941
|
-
"peerDependencies": {
|
|
2942
|
-
"react": "^16.8.4 || ^17.0.0",
|
|
2943
|
-
"react-dom": "^16.8.4 || ^17.0.0"
|
|
2944
|
-
}
|
|
2945
|
-
},
|
|
2946
|
-
"node_modules/@docusaurus/plugin-google-gtag": {
|
|
2947
|
-
"version": "2.0.0-beta.4",
|
|
2948
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-2.0.0-beta.4.tgz",
|
|
2949
|
-
"integrity": "sha512-MZ0Rr6LBZLKMVFXxV7Kr+l0U3Yz/Yn8L2E5z9DbgVi+9tyLn4xlMzuMPG3gN9TZ8kPcQ1ZWwv9crA+138UzIkw==",
|
|
2950
|
-
"dependencies": {
|
|
2951
|
-
"@docusaurus/core": "2.0.0-beta.4"
|
|
2952
|
-
},
|
|
2953
|
-
"engines": {
|
|
2954
|
-
"node": ">=12.13.0"
|
|
2955
|
-
},
|
|
2956
|
-
"peerDependencies": {
|
|
2957
|
-
"react": "^16.8.4 || ^17.0.0",
|
|
2958
|
-
"react-dom": "^16.8.4 || ^17.0.0"
|
|
2959
|
-
}
|
|
2960
|
-
},
|
|
2961
|
-
"node_modules/@docusaurus/plugin-sitemap": {
|
|
2962
|
-
"version": "2.0.0-beta.4",
|
|
2963
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-2.0.0-beta.4.tgz",
|
|
2964
|
-
"integrity": "sha512-0sU1aMQmMN7fE3TlSM2wBZN/gFsuvo79DYxw8TIVtNakA84oDxurH/rhDQHwJ34JQufm5CuWNC1ICHtyI3qyWw==",
|
|
2965
|
-
"dependencies": {
|
|
2966
|
-
"@docusaurus/core": "2.0.0-beta.4",
|
|
2967
|
-
"@docusaurus/types": "2.0.0-beta.4",
|
|
2968
|
-
"@docusaurus/utils": "2.0.0-beta.4",
|
|
2969
|
-
"@docusaurus/utils-common": "2.0.0-beta.4",
|
|
2970
|
-
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
2971
|
-
"fs-extra": "^10.0.0",
|
|
2972
|
-
"sitemap": "^7.0.0",
|
|
2973
|
-
"tslib": "^2.2.0"
|
|
2974
|
-
},
|
|
2975
|
-
"engines": {
|
|
2976
|
-
"node": ">=12.13.0"
|
|
2977
|
-
},
|
|
2978
|
-
"peerDependencies": {
|
|
2979
|
-
"react": "^16.8.4 || ^17.0.0",
|
|
2980
|
-
"react-dom": "^16.8.4 || ^17.0.0"
|
|
2981
|
-
}
|
|
2982
|
-
},
|
|
2983
|
-
"node_modules/@docusaurus/preset-classic": {
|
|
2984
|
-
"version": "2.0.0-beta.4",
|
|
2985
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-2.0.0-beta.4.tgz",
|
|
2986
|
-
"integrity": "sha512-fW8/iyGLJfBTtbCBQtnRcbDa+ZZMq6Ak20+8+ORB8mzjK4BNYmt9wIbfq0oV9/QBLyryQBYcsRimJoXpLZmWOg==",
|
|
2987
|
-
"dependencies": {
|
|
2988
|
-
"@docusaurus/core": "2.0.0-beta.4",
|
|
2989
|
-
"@docusaurus/plugin-content-blog": "2.0.0-beta.4",
|
|
2990
|
-
"@docusaurus/plugin-content-docs": "2.0.0-beta.4",
|
|
2991
|
-
"@docusaurus/plugin-content-pages": "2.0.0-beta.4",
|
|
2992
|
-
"@docusaurus/plugin-debug": "2.0.0-beta.4",
|
|
2993
|
-
"@docusaurus/plugin-google-analytics": "2.0.0-beta.4",
|
|
2994
|
-
"@docusaurus/plugin-google-gtag": "2.0.0-beta.4",
|
|
2995
|
-
"@docusaurus/plugin-sitemap": "2.0.0-beta.4",
|
|
2996
|
-
"@docusaurus/theme-classic": "2.0.0-beta.4",
|
|
2997
|
-
"@docusaurus/theme-search-algolia": "2.0.0-beta.4"
|
|
2998
|
-
},
|
|
2999
|
-
"engines": {
|
|
3000
|
-
"node": ">=12.13.0"
|
|
3001
|
-
},
|
|
3002
|
-
"peerDependencies": {
|
|
3003
|
-
"react": "^16.8.4 || ^17.0.0",
|
|
3004
|
-
"react-dom": "^16.8.4 || ^17.0.0"
|
|
3005
|
-
}
|
|
3006
|
-
},
|
|
3007
|
-
"node_modules/@docusaurus/react-loadable": {
|
|
3008
|
-
"version": "5.5.0",
|
|
3009
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.0.tgz",
|
|
3010
|
-
"integrity": "sha512-Ld/kwUE6yATIOTLq3JCsWiTa/drisajwKqBQ2Rw6IcT+sFsKfYek8F2jSH8f68AT73xX97UehduZeCSlnuCBIg==",
|
|
3011
|
-
"dependencies": {
|
|
3012
|
-
"prop-types": "^15.6.2"
|
|
3013
|
-
},
|
|
3014
|
-
"peerDependencies": {
|
|
3015
|
-
"react": "*"
|
|
3016
|
-
}
|
|
3017
|
-
},
|
|
3018
|
-
"node_modules/@docusaurus/theme-classic": {
|
|
3019
|
-
"version": "2.0.0-beta.4",
|
|
3020
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-2.0.0-beta.4.tgz",
|
|
3021
|
-
"integrity": "sha512-gekEt/YuAEs7CLEJhBC5mE3AqXiDNL6U3WI9emokatpbPY7B12DLJ11QWJZ4mfKYWHuiTwPeybXkOySWMLuaaA==",
|
|
3022
|
-
"dependencies": {
|
|
3023
|
-
"@docusaurus/core": "2.0.0-beta.4",
|
|
3024
|
-
"@docusaurus/plugin-content-blog": "2.0.0-beta.4",
|
|
3025
|
-
"@docusaurus/plugin-content-docs": "2.0.0-beta.4",
|
|
3026
|
-
"@docusaurus/plugin-content-pages": "2.0.0-beta.4",
|
|
3027
|
-
"@docusaurus/theme-common": "2.0.0-beta.4",
|
|
3028
|
-
"@docusaurus/types": "2.0.0-beta.4",
|
|
3029
|
-
"@docusaurus/utils": "2.0.0-beta.4",
|
|
3030
|
-
"@docusaurus/utils-common": "2.0.0-beta.4",
|
|
3031
|
-
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
3032
|
-
"@mdx-js/mdx": "^1.6.21",
|
|
3033
|
-
"@mdx-js/react": "^1.6.21",
|
|
3034
|
-
"chalk": "^4.1.1",
|
|
3035
|
-
"clsx": "^1.1.1",
|
|
3036
|
-
"copy-text-to-clipboard": "^3.0.1",
|
|
3037
|
-
"fs-extra": "^10.0.0",
|
|
3038
|
-
"globby": "^11.0.2",
|
|
3039
|
-
"infima": "0.2.0-alpha.29",
|
|
3040
|
-
"lodash": "^4.17.20",
|
|
3041
|
-
"parse-numeric-range": "^1.2.0",
|
|
3042
|
-
"postcss": "^8.2.15",
|
|
3043
|
-
"prism-react-renderer": "^1.2.1",
|
|
3044
|
-
"prismjs": "^1.23.0",
|
|
3045
|
-
"prop-types": "^15.7.2",
|
|
3046
|
-
"react-router-dom": "^5.2.0",
|
|
3047
|
-
"rtlcss": "^3.1.2"
|
|
3048
|
-
},
|
|
3049
|
-
"engines": {
|
|
3050
|
-
"node": ">=12.13.0"
|
|
3051
|
-
},
|
|
3052
|
-
"peerDependencies": {
|
|
3053
|
-
"react": "^16.8.4 || ^17.0.0",
|
|
3054
|
-
"react-dom": "^16.8.4 || ^17.0.0"
|
|
3055
|
-
}
|
|
3056
|
-
},
|
|
3057
|
-
"node_modules/@docusaurus/theme-common": {
|
|
3058
|
-
"version": "2.0.0-beta.4",
|
|
3059
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-2.0.0-beta.4.tgz",
|
|
3060
|
-
"integrity": "sha512-RJ78rfb/K2dc/u/WDCZB8Q8mj19l7UtDx3F1yFC4WMwAd5tT8V5xlKc5UpHVJrKdc1c3Z4g+ki0wFm+LpCZj0w==",
|
|
3061
|
-
"dependencies": {
|
|
3062
|
-
"@docusaurus/core": "2.0.0-beta.4",
|
|
3063
|
-
"@docusaurus/plugin-content-blog": "2.0.0-beta.4",
|
|
3064
|
-
"@docusaurus/plugin-content-docs": "2.0.0-beta.4",
|
|
3065
|
-
"@docusaurus/plugin-content-pages": "2.0.0-beta.4",
|
|
3066
|
-
"@docusaurus/types": "2.0.0-beta.4",
|
|
3067
|
-
"clsx": "^1.1.1",
|
|
3068
|
-
"fs-extra": "^10.0.0",
|
|
3069
|
-
"tslib": "^2.1.0"
|
|
3070
|
-
},
|
|
3071
|
-
"engines": {
|
|
3072
|
-
"node": ">=12.13.0"
|
|
3073
|
-
},
|
|
3074
|
-
"peerDependencies": {
|
|
3075
|
-
"prism-react-renderer": "^1.2.1",
|
|
3076
|
-
"react": "^16.8.4 || ^17.0.0",
|
|
3077
|
-
"react-dom": "^16.8.4 || ^17.0.0"
|
|
3078
|
-
}
|
|
3079
|
-
},
|
|
3080
|
-
"node_modules/@docusaurus/theme-common/node_modules/@docusaurus/core": {
|
|
3081
|
-
"version": "2.0.0-beta.4",
|
|
3082
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-2.0.0-beta.4.tgz",
|
|
3083
|
-
"integrity": "sha512-ITa976MPFl9KbYchMOWCCX6SU6EFDSdGeGOHtpaNcrJ9e9Sj7o77fKmMH/ciShwz1g8brTm3VxZ0FwleU8lTig==",
|
|
3084
|
-
"dependencies": {
|
|
3085
|
-
"@babel/core": "^7.12.16",
|
|
3086
|
-
"@babel/generator": "^7.12.15",
|
|
3087
|
-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
3088
|
-
"@babel/plugin-transform-runtime": "^7.12.15",
|
|
3089
|
-
"@babel/preset-env": "^7.12.16",
|
|
3090
|
-
"@babel/preset-react": "^7.12.13",
|
|
3091
|
-
"@babel/preset-typescript": "^7.12.16",
|
|
3092
|
-
"@babel/runtime": "^7.12.5",
|
|
3093
|
-
"@babel/runtime-corejs3": "^7.12.13",
|
|
3094
|
-
"@babel/traverse": "^7.12.13",
|
|
3095
|
-
"@docusaurus/cssnano-preset": "2.0.0-beta.4",
|
|
3096
|
-
"@docusaurus/react-loadable": "5.5.0",
|
|
3097
|
-
"@docusaurus/types": "2.0.0-beta.4",
|
|
3098
|
-
"@docusaurus/utils": "2.0.0-beta.4",
|
|
3099
|
-
"@docusaurus/utils-common": "2.0.0-beta.4",
|
|
3100
|
-
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
3101
|
-
"@slorber/static-site-generator-webpack-plugin": "^4.0.0",
|
|
3102
|
-
"@svgr/webpack": "^5.5.0",
|
|
3103
|
-
"autoprefixer": "^10.2.5",
|
|
3104
|
-
"babel-loader": "^8.2.2",
|
|
3105
|
-
"babel-plugin-dynamic-import-node": "2.3.0",
|
|
3106
|
-
"boxen": "^5.0.1",
|
|
3107
|
-
"chalk": "^4.1.1",
|
|
3108
|
-
"chokidar": "^3.5.1",
|
|
3109
|
-
"clean-css": "^5.1.2",
|
|
3110
|
-
"commander": "^5.1.0",
|
|
3111
|
-
"copy-webpack-plugin": "^9.0.0",
|
|
3112
|
-
"core-js": "^3.9.1",
|
|
3113
|
-
"css-loader": "^5.1.1",
|
|
3114
|
-
"css-minimizer-webpack-plugin": "^3.0.1",
|
|
3115
|
-
"cssnano": "^5.0.4",
|
|
3116
|
-
"del": "^6.0.0",
|
|
3117
|
-
"detect-port": "^1.3.0",
|
|
3118
|
-
"escape-html": "^1.0.3",
|
|
3119
|
-
"eta": "^1.12.1",
|
|
3120
|
-
"express": "^4.17.1",
|
|
3121
|
-
"file-loader": "^6.2.0",
|
|
3122
|
-
"fs-extra": "^10.0.0",
|
|
3123
|
-
"github-slugger": "^1.3.0",
|
|
3124
|
-
"globby": "^11.0.2",
|
|
3125
|
-
"html-minifier-terser": "^5.1.1",
|
|
3126
|
-
"html-tags": "^3.1.0",
|
|
3127
|
-
"html-webpack-plugin": "^5.3.2",
|
|
3128
|
-
"import-fresh": "^3.3.0",
|
|
3129
|
-
"is-root": "^2.1.0",
|
|
3130
|
-
"leven": "^3.1.0",
|
|
3131
|
-
"lodash": "^4.17.20",
|
|
3132
|
-
"mini-css-extract-plugin": "^1.6.0",
|
|
3133
|
-
"module-alias": "^2.2.2",
|
|
3134
|
-
"nprogress": "^0.2.0",
|
|
3135
|
-
"postcss": "^8.2.15",
|
|
3136
|
-
"postcss-loader": "^5.3.0",
|
|
3137
|
-
"prompts": "^2.4.1",
|
|
3138
|
-
"react-dev-utils": "^11.0.1",
|
|
3139
|
-
"react-error-overlay": "^6.0.9",
|
|
3140
|
-
"react-helmet": "^6.1.0",
|
|
3141
|
-
"react-loadable": "^5.5.0",
|
|
3142
|
-
"react-loadable-ssr-addon-v5-slorber": "^1.0.1",
|
|
3143
|
-
"react-router": "^5.2.0",
|
|
3144
|
-
"react-router-config": "^5.1.1",
|
|
3145
|
-
"react-router-dom": "^5.2.0",
|
|
3146
|
-
"resolve-pathname": "^3.0.0",
|
|
3147
|
-
"rtl-detect": "^1.0.3",
|
|
3148
|
-
"semver": "^7.3.4",
|
|
3149
|
-
"serve-handler": "^6.1.3",
|
|
3150
|
-
"shelljs": "^0.8.4",
|
|
3151
|
-
"std-env": "^2.2.1",
|
|
3152
|
-
"strip-ansi": "^6.0.0",
|
|
3153
|
-
"terser-webpack-plugin": "^5.1.3",
|
|
3154
|
-
"tslib": "^2.2.0",
|
|
3155
|
-
"update-notifier": "^5.1.0",
|
|
3156
|
-
"url-loader": "^4.1.1",
|
|
3157
|
-
"wait-on": "^5.3.0",
|
|
3158
|
-
"webpack": "^5.40.0",
|
|
3159
|
-
"webpack-bundle-analyzer": "^4.4.2",
|
|
3160
|
-
"webpack-dev-server": "^3.11.2",
|
|
3161
|
-
"webpack-merge": "^5.8.0",
|
|
3162
|
-
"webpackbar": "^5.0.0-3"
|
|
3163
|
-
},
|
|
3164
|
-
"bin": {
|
|
3165
|
-
"docusaurus": "bin/docusaurus.js"
|
|
2237
|
+
"@docusaurus/core": "2.0.0-beta.4"
|
|
3166
2238
|
},
|
|
3167
2239
|
"engines": {
|
|
3168
2240
|
"node": ">=12.13.0"
|
|
@@ -3172,96 +2244,34 @@
|
|
|
3172
2244
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
3173
2245
|
}
|
|
3174
2246
|
},
|
|
3175
|
-
"node_modules/@docusaurus/
|
|
3176
|
-
"version": "
|
|
3177
|
-
"resolved": "https://registry.npmjs.org/@
|
|
3178
|
-
"integrity": "sha512-
|
|
3179
|
-
"dependencies": {
|
|
3180
|
-
"@babel/core": "^7.12.3",
|
|
3181
|
-
"@babel/plugin-transform-react-constant-elements": "^7.12.1",
|
|
3182
|
-
"@babel/preset-env": "^7.12.1",
|
|
3183
|
-
"@babel/preset-react": "^7.12.5",
|
|
3184
|
-
"@svgr/core": "^5.5.0",
|
|
3185
|
-
"@svgr/plugin-jsx": "^5.5.0",
|
|
3186
|
-
"@svgr/plugin-svgo": "^5.5.0",
|
|
3187
|
-
"loader-utils": "^2.0.0"
|
|
3188
|
-
},
|
|
3189
|
-
"engines": {
|
|
3190
|
-
"node": ">=10"
|
|
3191
|
-
},
|
|
3192
|
-
"funding": {
|
|
3193
|
-
"type": "github",
|
|
3194
|
-
"url": "https://github.com/sponsors/gregberge"
|
|
3195
|
-
}
|
|
3196
|
-
},
|
|
3197
|
-
"node_modules/@docusaurus/theme-common/node_modules/clsx": {
|
|
3198
|
-
"version": "1.1.1",
|
|
3199
|
-
"resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz",
|
|
3200
|
-
"integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA==",
|
|
3201
|
-
"engines": {
|
|
3202
|
-
"node": ">=6"
|
|
3203
|
-
}
|
|
3204
|
-
},
|
|
3205
|
-
"node_modules/@docusaurus/theme-common/node_modules/file-loader": {
|
|
3206
|
-
"version": "6.2.0",
|
|
3207
|
-
"resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
|
|
3208
|
-
"integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
|
|
3209
|
-
"dependencies": {
|
|
3210
|
-
"loader-utils": "^2.0.0",
|
|
3211
|
-
"schema-utils": "^3.0.0"
|
|
3212
|
-
},
|
|
3213
|
-
"engines": {
|
|
3214
|
-
"node": ">= 10.13.0"
|
|
3215
|
-
},
|
|
3216
|
-
"funding": {
|
|
3217
|
-
"type": "opencollective",
|
|
3218
|
-
"url": "https://opencollective.com/webpack"
|
|
3219
|
-
},
|
|
3220
|
-
"peerDependencies": {
|
|
3221
|
-
"webpack": "^4.0.0 || ^5.0.0"
|
|
3222
|
-
}
|
|
3223
|
-
},
|
|
3224
|
-
"node_modules/@docusaurus/theme-common/node_modules/url-loader": {
|
|
3225
|
-
"version": "4.1.1",
|
|
3226
|
-
"resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz",
|
|
3227
|
-
"integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==",
|
|
2247
|
+
"node_modules/@docusaurus/plugin-google-gtag": {
|
|
2248
|
+
"version": "2.0.0-beta.4",
|
|
2249
|
+
"resolved": "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-2.0.0-beta.4.tgz",
|
|
2250
|
+
"integrity": "sha512-MZ0Rr6LBZLKMVFXxV7Kr+l0U3Yz/Yn8L2E5z9DbgVi+9tyLn4xlMzuMPG3gN9TZ8kPcQ1ZWwv9crA+138UzIkw==",
|
|
3228
2251
|
"dependencies": {
|
|
3229
|
-
"
|
|
3230
|
-
"mime-types": "^2.1.27",
|
|
3231
|
-
"schema-utils": "^3.0.0"
|
|
2252
|
+
"@docusaurus/core": "2.0.0-beta.4"
|
|
3232
2253
|
},
|
|
3233
2254
|
"engines": {
|
|
3234
|
-
"node": ">=
|
|
3235
|
-
},
|
|
3236
|
-
"funding": {
|
|
3237
|
-
"type": "opencollective",
|
|
3238
|
-
"url": "https://opencollective.com/webpack"
|
|
2255
|
+
"node": ">=12.13.0"
|
|
3239
2256
|
},
|
|
3240
2257
|
"peerDependencies": {
|
|
3241
|
-
"
|
|
3242
|
-
"
|
|
3243
|
-
},
|
|
3244
|
-
"peerDependenciesMeta": {
|
|
3245
|
-
"file-loader": {
|
|
3246
|
-
"optional": true
|
|
3247
|
-
}
|
|
2258
|
+
"react": "^16.8.4 || ^17.0.0",
|
|
2259
|
+
"react-dom": "^16.8.4 || ^17.0.0"
|
|
3248
2260
|
}
|
|
3249
2261
|
},
|
|
3250
|
-
"node_modules/@docusaurus/
|
|
2262
|
+
"node_modules/@docusaurus/plugin-sitemap": {
|
|
3251
2263
|
"version": "2.0.0-beta.4",
|
|
3252
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/
|
|
3253
|
-
"integrity": "sha512-
|
|
2264
|
+
"resolved": "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-2.0.0-beta.4.tgz",
|
|
2265
|
+
"integrity": "sha512-0sU1aMQmMN7fE3TlSM2wBZN/gFsuvo79DYxw8TIVtNakA84oDxurH/rhDQHwJ34JQufm5CuWNC1ICHtyI3qyWw==",
|
|
3254
2266
|
"dependencies": {
|
|
3255
|
-
"@docsearch/react": "^3.0.0-alpha.39",
|
|
3256
2267
|
"@docusaurus/core": "2.0.0-beta.4",
|
|
3257
|
-
"@docusaurus/
|
|
2268
|
+
"@docusaurus/types": "2.0.0-beta.4",
|
|
3258
2269
|
"@docusaurus/utils": "2.0.0-beta.4",
|
|
2270
|
+
"@docusaurus/utils-common": "2.0.0-beta.4",
|
|
3259
2271
|
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
3260
|
-
"
|
|
3261
|
-
"
|
|
3262
|
-
"
|
|
3263
|
-
"eta": "^1.12.1",
|
|
3264
|
-
"lodash": "^4.17.20"
|
|
2272
|
+
"fs-extra": "^10.0.0",
|
|
2273
|
+
"sitemap": "^7.0.0",
|
|
2274
|
+
"tslib": "^2.2.0"
|
|
3265
2275
|
},
|
|
3266
2276
|
"engines": {
|
|
3267
2277
|
"node": ">=12.13.0"
|
|
@@ -3271,92 +2281,21 @@
|
|
|
3271
2281
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
3272
2282
|
}
|
|
3273
2283
|
},
|
|
3274
|
-
"node_modules/@docusaurus/
|
|
2284
|
+
"node_modules/@docusaurus/preset-classic": {
|
|
3275
2285
|
"version": "2.0.0-beta.4",
|
|
3276
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/
|
|
3277
|
-
"integrity": "sha512-
|
|
3278
|
-
"dependencies": {
|
|
3279
|
-
"@
|
|
3280
|
-
"@
|
|
3281
|
-
"@
|
|
3282
|
-
"@
|
|
3283
|
-
"@
|
|
3284
|
-
"@
|
|
3285
|
-
"@
|
|
3286
|
-
"@
|
|
3287
|
-
"@
|
|
3288
|
-
"@
|
|
3289
|
-
"@docusaurus/cssnano-preset": "2.0.0-beta.4",
|
|
3290
|
-
"@docusaurus/react-loadable": "5.5.0",
|
|
3291
|
-
"@docusaurus/types": "2.0.0-beta.4",
|
|
3292
|
-
"@docusaurus/utils": "2.0.0-beta.4",
|
|
3293
|
-
"@docusaurus/utils-common": "2.0.0-beta.4",
|
|
3294
|
-
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
3295
|
-
"@slorber/static-site-generator-webpack-plugin": "^4.0.0",
|
|
3296
|
-
"@svgr/webpack": "^5.5.0",
|
|
3297
|
-
"autoprefixer": "^10.2.5",
|
|
3298
|
-
"babel-loader": "^8.2.2",
|
|
3299
|
-
"babel-plugin-dynamic-import-node": "2.3.0",
|
|
3300
|
-
"boxen": "^5.0.1",
|
|
3301
|
-
"chalk": "^4.1.1",
|
|
3302
|
-
"chokidar": "^3.5.1",
|
|
3303
|
-
"clean-css": "^5.1.2",
|
|
3304
|
-
"commander": "^5.1.0",
|
|
3305
|
-
"copy-webpack-plugin": "^9.0.0",
|
|
3306
|
-
"core-js": "^3.9.1",
|
|
3307
|
-
"css-loader": "^5.1.1",
|
|
3308
|
-
"css-minimizer-webpack-plugin": "^3.0.1",
|
|
3309
|
-
"cssnano": "^5.0.4",
|
|
3310
|
-
"del": "^6.0.0",
|
|
3311
|
-
"detect-port": "^1.3.0",
|
|
3312
|
-
"escape-html": "^1.0.3",
|
|
3313
|
-
"eta": "^1.12.1",
|
|
3314
|
-
"express": "^4.17.1",
|
|
3315
|
-
"file-loader": "^6.2.0",
|
|
3316
|
-
"fs-extra": "^10.0.0",
|
|
3317
|
-
"github-slugger": "^1.3.0",
|
|
3318
|
-
"globby": "^11.0.2",
|
|
3319
|
-
"html-minifier-terser": "^5.1.1",
|
|
3320
|
-
"html-tags": "^3.1.0",
|
|
3321
|
-
"html-webpack-plugin": "^5.3.2",
|
|
3322
|
-
"import-fresh": "^3.3.0",
|
|
3323
|
-
"is-root": "^2.1.0",
|
|
3324
|
-
"leven": "^3.1.0",
|
|
3325
|
-
"lodash": "^4.17.20",
|
|
3326
|
-
"mini-css-extract-plugin": "^1.6.0",
|
|
3327
|
-
"module-alias": "^2.2.2",
|
|
3328
|
-
"nprogress": "^0.2.0",
|
|
3329
|
-
"postcss": "^8.2.15",
|
|
3330
|
-
"postcss-loader": "^5.3.0",
|
|
3331
|
-
"prompts": "^2.4.1",
|
|
3332
|
-
"react-dev-utils": "^11.0.1",
|
|
3333
|
-
"react-error-overlay": "^6.0.9",
|
|
3334
|
-
"react-helmet": "^6.1.0",
|
|
3335
|
-
"react-loadable": "^5.5.0",
|
|
3336
|
-
"react-loadable-ssr-addon-v5-slorber": "^1.0.1",
|
|
3337
|
-
"react-router": "^5.2.0",
|
|
3338
|
-
"react-router-config": "^5.1.1",
|
|
3339
|
-
"react-router-dom": "^5.2.0",
|
|
3340
|
-
"resolve-pathname": "^3.0.0",
|
|
3341
|
-
"rtl-detect": "^1.0.3",
|
|
3342
|
-
"semver": "^7.3.4",
|
|
3343
|
-
"serve-handler": "^6.1.3",
|
|
3344
|
-
"shelljs": "^0.8.4",
|
|
3345
|
-
"std-env": "^2.2.1",
|
|
3346
|
-
"strip-ansi": "^6.0.0",
|
|
3347
|
-
"terser-webpack-plugin": "^5.1.3",
|
|
3348
|
-
"tslib": "^2.2.0",
|
|
3349
|
-
"update-notifier": "^5.1.0",
|
|
3350
|
-
"url-loader": "^4.1.1",
|
|
3351
|
-
"wait-on": "^5.3.0",
|
|
3352
|
-
"webpack": "^5.40.0",
|
|
3353
|
-
"webpack-bundle-analyzer": "^4.4.2",
|
|
3354
|
-
"webpack-dev-server": "^3.11.2",
|
|
3355
|
-
"webpack-merge": "^5.8.0",
|
|
3356
|
-
"webpackbar": "^5.0.0-3"
|
|
3357
|
-
},
|
|
3358
|
-
"bin": {
|
|
3359
|
-
"docusaurus": "bin/docusaurus.js"
|
|
2286
|
+
"resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-2.0.0-beta.4.tgz",
|
|
2287
|
+
"integrity": "sha512-fW8/iyGLJfBTtbCBQtnRcbDa+ZZMq6Ak20+8+ORB8mzjK4BNYmt9wIbfq0oV9/QBLyryQBYcsRimJoXpLZmWOg==",
|
|
2288
|
+
"dependencies": {
|
|
2289
|
+
"@docusaurus/core": "2.0.0-beta.4",
|
|
2290
|
+
"@docusaurus/plugin-content-blog": "2.0.0-beta.4",
|
|
2291
|
+
"@docusaurus/plugin-content-docs": "2.0.0-beta.4",
|
|
2292
|
+
"@docusaurus/plugin-content-pages": "2.0.0-beta.4",
|
|
2293
|
+
"@docusaurus/plugin-debug": "2.0.0-beta.4",
|
|
2294
|
+
"@docusaurus/plugin-google-analytics": "2.0.0-beta.4",
|
|
2295
|
+
"@docusaurus/plugin-google-gtag": "2.0.0-beta.4",
|
|
2296
|
+
"@docusaurus/plugin-sitemap": "2.0.0-beta.4",
|
|
2297
|
+
"@docusaurus/theme-classic": "2.0.0-beta.4",
|
|
2298
|
+
"@docusaurus/theme-search-algolia": "2.0.0-beta.4"
|
|
3360
2299
|
},
|
|
3361
2300
|
"engines": {
|
|
3362
2301
|
"node": ">=12.13.0"
|
|
@@ -3366,79 +2305,101 @@
|
|
|
3366
2305
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
3367
2306
|
}
|
|
3368
2307
|
},
|
|
3369
|
-
"node_modules/@docusaurus/
|
|
2308
|
+
"node_modules/@docusaurus/react-loadable": {
|
|
3370
2309
|
"version": "5.5.0",
|
|
3371
|
-
"resolved": "https://registry.npmjs.org/@
|
|
3372
|
-
"integrity": "sha512-
|
|
2310
|
+
"resolved": "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.0.tgz",
|
|
2311
|
+
"integrity": "sha512-Ld/kwUE6yATIOTLq3JCsWiTa/drisajwKqBQ2Rw6IcT+sFsKfYek8F2jSH8f68AT73xX97UehduZeCSlnuCBIg==",
|
|
3373
2312
|
"dependencies": {
|
|
3374
|
-
"
|
|
3375
|
-
"@babel/plugin-transform-react-constant-elements": "^7.12.1",
|
|
3376
|
-
"@babel/preset-env": "^7.12.1",
|
|
3377
|
-
"@babel/preset-react": "^7.12.5",
|
|
3378
|
-
"@svgr/core": "^5.5.0",
|
|
3379
|
-
"@svgr/plugin-jsx": "^5.5.0",
|
|
3380
|
-
"@svgr/plugin-svgo": "^5.5.0",
|
|
3381
|
-
"loader-utils": "^2.0.0"
|
|
3382
|
-
},
|
|
3383
|
-
"engines": {
|
|
3384
|
-
"node": ">=10"
|
|
2313
|
+
"prop-types": "^15.6.2"
|
|
3385
2314
|
},
|
|
3386
|
-
"
|
|
3387
|
-
"
|
|
3388
|
-
"url": "https://github.com/sponsors/gregberge"
|
|
2315
|
+
"peerDependencies": {
|
|
2316
|
+
"react": "*"
|
|
3389
2317
|
}
|
|
3390
2318
|
},
|
|
3391
|
-
"node_modules/@docusaurus/theme-
|
|
3392
|
-
"version": "
|
|
3393
|
-
"resolved": "https://registry.npmjs.org/
|
|
3394
|
-
"integrity": "sha512-
|
|
2319
|
+
"node_modules/@docusaurus/theme-classic": {
|
|
2320
|
+
"version": "2.0.0-beta.4",
|
|
2321
|
+
"resolved": "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-2.0.0-beta.4.tgz",
|
|
2322
|
+
"integrity": "sha512-gekEt/YuAEs7CLEJhBC5mE3AqXiDNL6U3WI9emokatpbPY7B12DLJ11QWJZ4mfKYWHuiTwPeybXkOySWMLuaaA==",
|
|
2323
|
+
"dependencies": {
|
|
2324
|
+
"@docusaurus/core": "2.0.0-beta.4",
|
|
2325
|
+
"@docusaurus/plugin-content-blog": "2.0.0-beta.4",
|
|
2326
|
+
"@docusaurus/plugin-content-docs": "2.0.0-beta.4",
|
|
2327
|
+
"@docusaurus/plugin-content-pages": "2.0.0-beta.4",
|
|
2328
|
+
"@docusaurus/theme-common": "2.0.0-beta.4",
|
|
2329
|
+
"@docusaurus/types": "2.0.0-beta.4",
|
|
2330
|
+
"@docusaurus/utils": "2.0.0-beta.4",
|
|
2331
|
+
"@docusaurus/utils-common": "2.0.0-beta.4",
|
|
2332
|
+
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
2333
|
+
"@mdx-js/mdx": "^1.6.21",
|
|
2334
|
+
"@mdx-js/react": "^1.6.21",
|
|
2335
|
+
"chalk": "^4.1.1",
|
|
2336
|
+
"clsx": "^1.1.1",
|
|
2337
|
+
"copy-text-to-clipboard": "^3.0.1",
|
|
2338
|
+
"fs-extra": "^10.0.0",
|
|
2339
|
+
"globby": "^11.0.2",
|
|
2340
|
+
"infima": "0.2.0-alpha.29",
|
|
2341
|
+
"lodash": "^4.17.20",
|
|
2342
|
+
"parse-numeric-range": "^1.2.0",
|
|
2343
|
+
"postcss": "^8.2.15",
|
|
2344
|
+
"prism-react-renderer": "^1.2.1",
|
|
2345
|
+
"prismjs": "^1.23.0",
|
|
2346
|
+
"prop-types": "^15.7.2",
|
|
2347
|
+
"react-router-dom": "^5.2.0",
|
|
2348
|
+
"rtlcss": "^3.1.2"
|
|
2349
|
+
},
|
|
3395
2350
|
"engines": {
|
|
3396
|
-
"node": ">=
|
|
2351
|
+
"node": ">=12.13.0"
|
|
2352
|
+
},
|
|
2353
|
+
"peerDependencies": {
|
|
2354
|
+
"react": "^16.8.4 || ^17.0.0",
|
|
2355
|
+
"react-dom": "^16.8.4 || ^17.0.0"
|
|
3397
2356
|
}
|
|
3398
2357
|
},
|
|
3399
|
-
"node_modules/@docusaurus/theme-
|
|
3400
|
-
"version": "
|
|
3401
|
-
"resolved": "https://registry.npmjs.org/
|
|
3402
|
-
"integrity": "sha512-
|
|
2358
|
+
"node_modules/@docusaurus/theme-common": {
|
|
2359
|
+
"version": "2.0.0-beta.4",
|
|
2360
|
+
"resolved": "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-2.0.0-beta.4.tgz",
|
|
2361
|
+
"integrity": "sha512-RJ78rfb/K2dc/u/WDCZB8Q8mj19l7UtDx3F1yFC4WMwAd5tT8V5xlKc5UpHVJrKdc1c3Z4g+ki0wFm+LpCZj0w==",
|
|
3403
2362
|
"dependencies": {
|
|
3404
|
-
"
|
|
3405
|
-
"
|
|
2363
|
+
"@docusaurus/core": "2.0.0-beta.4",
|
|
2364
|
+
"@docusaurus/plugin-content-blog": "2.0.0-beta.4",
|
|
2365
|
+
"@docusaurus/plugin-content-docs": "2.0.0-beta.4",
|
|
2366
|
+
"@docusaurus/plugin-content-pages": "2.0.0-beta.4",
|
|
2367
|
+
"@docusaurus/types": "2.0.0-beta.4",
|
|
2368
|
+
"clsx": "^1.1.1",
|
|
2369
|
+
"fs-extra": "^10.0.0",
|
|
2370
|
+
"tslib": "^2.1.0"
|
|
3406
2371
|
},
|
|
3407
2372
|
"engines": {
|
|
3408
|
-
"node": ">=
|
|
3409
|
-
},
|
|
3410
|
-
"funding": {
|
|
3411
|
-
"type": "opencollective",
|
|
3412
|
-
"url": "https://opencollective.com/webpack"
|
|
2373
|
+
"node": ">=12.13.0"
|
|
3413
2374
|
},
|
|
3414
2375
|
"peerDependencies": {
|
|
3415
|
-
"
|
|
2376
|
+
"prism-react-renderer": "^1.2.1",
|
|
2377
|
+
"react": "^16.8.4 || ^17.0.0",
|
|
2378
|
+
"react-dom": "^16.8.4 || ^17.0.0"
|
|
3416
2379
|
}
|
|
3417
2380
|
},
|
|
3418
|
-
"node_modules/@docusaurus/theme-search-algolia
|
|
3419
|
-
"version": "
|
|
3420
|
-
"resolved": "https://registry.npmjs.org/
|
|
3421
|
-
"integrity": "sha512-
|
|
2381
|
+
"node_modules/@docusaurus/theme-search-algolia": {
|
|
2382
|
+
"version": "2.0.0-beta.4",
|
|
2383
|
+
"resolved": "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-2.0.0-beta.4.tgz",
|
|
2384
|
+
"integrity": "sha512-W/DfGhlAe1Vl+IJiL9rCw8yswdUrX0lTyCMNRAFi749YN4vCWo2RoxylbUuWoV6lUKoIYfj3EGyotRT2OLqtZw==",
|
|
3422
2385
|
"dependencies": {
|
|
3423
|
-
"
|
|
3424
|
-
"
|
|
3425
|
-
"
|
|
2386
|
+
"@docsearch/react": "^3.0.0-alpha.39",
|
|
2387
|
+
"@docusaurus/core": "2.0.0-beta.4",
|
|
2388
|
+
"@docusaurus/theme-common": "2.0.0-beta.4",
|
|
2389
|
+
"@docusaurus/utils": "2.0.0-beta.4",
|
|
2390
|
+
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
2391
|
+
"algoliasearch": "^4.8.4",
|
|
2392
|
+
"algoliasearch-helper": "^3.3.4",
|
|
2393
|
+
"clsx": "^1.1.1",
|
|
2394
|
+
"eta": "^1.12.1",
|
|
2395
|
+
"lodash": "^4.17.20"
|
|
3426
2396
|
},
|
|
3427
2397
|
"engines": {
|
|
3428
|
-
"node": ">=
|
|
3429
|
-
},
|
|
3430
|
-
"funding": {
|
|
3431
|
-
"type": "opencollective",
|
|
3432
|
-
"url": "https://opencollective.com/webpack"
|
|
2398
|
+
"node": ">=12.13.0"
|
|
3433
2399
|
},
|
|
3434
2400
|
"peerDependencies": {
|
|
3435
|
-
"
|
|
3436
|
-
"
|
|
3437
|
-
},
|
|
3438
|
-
"peerDependenciesMeta": {
|
|
3439
|
-
"file-loader": {
|
|
3440
|
-
"optional": true
|
|
3441
|
-
}
|
|
2401
|
+
"react": "^16.8.4 || ^17.0.0",
|
|
2402
|
+
"react-dom": "^16.8.4 || ^17.0.0"
|
|
3442
2403
|
}
|
|
3443
2404
|
},
|
|
3444
2405
|
"node_modules/@docusaurus/types": {
|
|
@@ -7322,9 +6283,9 @@
|
|
|
7322
6283
|
}
|
|
7323
6284
|
},
|
|
7324
6285
|
"node_modules/follow-redirects": {
|
|
7325
|
-
"version": "1.14.
|
|
7326
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.
|
|
7327
|
-
"integrity": "sha512-
|
|
6286
|
+
"version": "1.14.8",
|
|
6287
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz",
|
|
6288
|
+
"integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==",
|
|
7328
6289
|
"funding": [
|
|
7329
6290
|
{
|
|
7330
6291
|
"type": "individual",
|
|
@@ -9967,9 +8928,9 @@
|
|
|
9967
8928
|
}
|
|
9968
8929
|
},
|
|
9969
8930
|
"node_modules/minimist": {
|
|
9970
|
-
"version": "1.2.
|
|
9971
|
-
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.
|
|
9972
|
-
"integrity": "sha512-
|
|
8931
|
+
"version": "1.2.6",
|
|
8932
|
+
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
|
|
8933
|
+
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
|
|
9973
8934
|
},
|
|
9974
8935
|
"node_modules/mixin-deep": {
|
|
9975
8936
|
"version": "1.3.2",
|
|
@@ -10039,9 +9000,9 @@
|
|
|
10039
9000
|
"optional": true
|
|
10040
9001
|
},
|
|
10041
9002
|
"node_modules/nanoid": {
|
|
10042
|
-
"version": "3.
|
|
10043
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.
|
|
10044
|
-
"integrity": "sha512-
|
|
9003
|
+
"version": "3.2.0",
|
|
9004
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.2.0.tgz",
|
|
9005
|
+
"integrity": "sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==",
|
|
10045
9006
|
"bin": {
|
|
10046
9007
|
"nanoid": "bin/nanoid.cjs"
|
|
10047
9008
|
},
|
|
@@ -11449,9 +10410,12 @@
|
|
|
11449
10410
|
}
|
|
11450
10411
|
},
|
|
11451
10412
|
"node_modules/prismjs": {
|
|
11452
|
-
"version": "1.
|
|
11453
|
-
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.
|
|
11454
|
-
"integrity": "sha512-
|
|
10413
|
+
"version": "1.27.0",
|
|
10414
|
+
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz",
|
|
10415
|
+
"integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==",
|
|
10416
|
+
"engines": {
|
|
10417
|
+
"node": ">=6"
|
|
10418
|
+
}
|
|
11455
10419
|
},
|
|
11456
10420
|
"node_modules/process-nextick-args": {
|
|
11457
10421
|
"version": "2.0.1",
|
|
@@ -13084,9 +12048,9 @@
|
|
|
13084
12048
|
"integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg=="
|
|
13085
12049
|
},
|
|
13086
12050
|
"node_modules/shelljs": {
|
|
13087
|
-
"version": "0.8.
|
|
13088
|
-
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.
|
|
13089
|
-
"integrity": "sha512-
|
|
12051
|
+
"version": "0.8.5",
|
|
12052
|
+
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
|
|
12053
|
+
"integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
|
|
13090
12054
|
"dependencies": {
|
|
13091
12055
|
"glob": "^7.0.0",
|
|
13092
12056
|
"interpret": "^1.0.0",
|
|
@@ -14400,9 +13364,9 @@
|
|
|
14400
13364
|
}
|
|
14401
13365
|
},
|
|
14402
13366
|
"node_modules/url-parse": {
|
|
14403
|
-
"version": "1.5.
|
|
14404
|
-
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.
|
|
14405
|
-
"integrity": "sha512-
|
|
13367
|
+
"version": "1.5.10",
|
|
13368
|
+
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
|
|
13369
|
+
"integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
|
|
14406
13370
|
"dependencies": {
|
|
14407
13371
|
"querystringify": "^2.1.1",
|
|
14408
13372
|
"requires-port": "^1.0.0"
|
|
@@ -17038,133 +16002,6 @@
|
|
|
17038
16002
|
"unist-util-visit": "^2.0.2",
|
|
17039
16003
|
"url-loader": "^4.1.1",
|
|
17040
16004
|
"webpack": "^5.40.0"
|
|
17041
|
-
},
|
|
17042
|
-
"dependencies": {
|
|
17043
|
-
"@docusaurus/core": {
|
|
17044
|
-
"version": "2.0.0-beta.4",
|
|
17045
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-2.0.0-beta.4.tgz",
|
|
17046
|
-
"integrity": "sha512-ITa976MPFl9KbYchMOWCCX6SU6EFDSdGeGOHtpaNcrJ9e9Sj7o77fKmMH/ciShwz1g8brTm3VxZ0FwleU8lTig==",
|
|
17047
|
-
"requires": {
|
|
17048
|
-
"@babel/core": "^7.12.16",
|
|
17049
|
-
"@babel/generator": "^7.12.15",
|
|
17050
|
-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
17051
|
-
"@babel/plugin-transform-runtime": "^7.12.15",
|
|
17052
|
-
"@babel/preset-env": "^7.12.16",
|
|
17053
|
-
"@babel/preset-react": "^7.12.13",
|
|
17054
|
-
"@babel/preset-typescript": "^7.12.16",
|
|
17055
|
-
"@babel/runtime": "^7.12.5",
|
|
17056
|
-
"@babel/runtime-corejs3": "^7.12.13",
|
|
17057
|
-
"@babel/traverse": "^7.12.13",
|
|
17058
|
-
"@docusaurus/cssnano-preset": "2.0.0-beta.4",
|
|
17059
|
-
"@docusaurus/react-loadable": "5.5.0",
|
|
17060
|
-
"@docusaurus/types": "2.0.0-beta.4",
|
|
17061
|
-
"@docusaurus/utils": "2.0.0-beta.4",
|
|
17062
|
-
"@docusaurus/utils-common": "2.0.0-beta.4",
|
|
17063
|
-
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
17064
|
-
"@slorber/static-site-generator-webpack-plugin": "^4.0.0",
|
|
17065
|
-
"@svgr/webpack": "^5.5.0",
|
|
17066
|
-
"autoprefixer": "^10.2.5",
|
|
17067
|
-
"babel-loader": "^8.2.2",
|
|
17068
|
-
"babel-plugin-dynamic-import-node": "2.3.0",
|
|
17069
|
-
"boxen": "^5.0.1",
|
|
17070
|
-
"chalk": "^4.1.1",
|
|
17071
|
-
"chokidar": "^3.5.1",
|
|
17072
|
-
"clean-css": "^5.1.2",
|
|
17073
|
-
"commander": "^5.1.0",
|
|
17074
|
-
"copy-webpack-plugin": "^9.0.0",
|
|
17075
|
-
"core-js": "^3.9.1",
|
|
17076
|
-
"css-loader": "^5.1.1",
|
|
17077
|
-
"css-minimizer-webpack-plugin": "^3.0.1",
|
|
17078
|
-
"cssnano": "^5.0.4",
|
|
17079
|
-
"del": "^6.0.0",
|
|
17080
|
-
"detect-port": "^1.3.0",
|
|
17081
|
-
"escape-html": "^1.0.3",
|
|
17082
|
-
"eta": "^1.12.1",
|
|
17083
|
-
"express": "^4.17.1",
|
|
17084
|
-
"file-loader": "^6.2.0",
|
|
17085
|
-
"fs-extra": "^10.0.0",
|
|
17086
|
-
"github-slugger": "^1.3.0",
|
|
17087
|
-
"globby": "^11.0.2",
|
|
17088
|
-
"html-minifier-terser": "^5.1.1",
|
|
17089
|
-
"html-tags": "^3.1.0",
|
|
17090
|
-
"html-webpack-plugin": "^5.3.2",
|
|
17091
|
-
"import-fresh": "^3.3.0",
|
|
17092
|
-
"is-root": "^2.1.0",
|
|
17093
|
-
"leven": "^3.1.0",
|
|
17094
|
-
"lodash": "^4.17.20",
|
|
17095
|
-
"mini-css-extract-plugin": "^1.6.0",
|
|
17096
|
-
"module-alias": "^2.2.2",
|
|
17097
|
-
"nprogress": "^0.2.0",
|
|
17098
|
-
"postcss": "^8.2.15",
|
|
17099
|
-
"postcss-loader": "^5.3.0",
|
|
17100
|
-
"prompts": "^2.4.1",
|
|
17101
|
-
"react-dev-utils": "^11.0.1",
|
|
17102
|
-
"react-error-overlay": "^6.0.9",
|
|
17103
|
-
"react-helmet": "^6.1.0",
|
|
17104
|
-
"react-loadable": "^5.5.0",
|
|
17105
|
-
"react-loadable-ssr-addon-v5-slorber": "^1.0.1",
|
|
17106
|
-
"react-router": "^5.2.0",
|
|
17107
|
-
"react-router-config": "^5.1.1",
|
|
17108
|
-
"react-router-dom": "^5.2.0",
|
|
17109
|
-
"resolve-pathname": "^3.0.0",
|
|
17110
|
-
"rtl-detect": "^1.0.3",
|
|
17111
|
-
"semver": "^7.3.4",
|
|
17112
|
-
"serve-handler": "^6.1.3",
|
|
17113
|
-
"shelljs": "^0.8.4",
|
|
17114
|
-
"std-env": "^2.2.1",
|
|
17115
|
-
"strip-ansi": "^6.0.0",
|
|
17116
|
-
"terser-webpack-plugin": "^5.1.3",
|
|
17117
|
-
"tslib": "^2.2.0",
|
|
17118
|
-
"update-notifier": "^5.1.0",
|
|
17119
|
-
"url-loader": "^4.1.1",
|
|
17120
|
-
"wait-on": "^5.3.0",
|
|
17121
|
-
"webpack": "^5.40.0",
|
|
17122
|
-
"webpack-bundle-analyzer": "^4.4.2",
|
|
17123
|
-
"webpack-dev-server": "^3.11.2",
|
|
17124
|
-
"webpack-merge": "^5.8.0",
|
|
17125
|
-
"webpackbar": "^5.0.0-3"
|
|
17126
|
-
}
|
|
17127
|
-
},
|
|
17128
|
-
"@mdx-js/react": {
|
|
17129
|
-
"version": "1.6.22",
|
|
17130
|
-
"resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz",
|
|
17131
|
-
"integrity": "sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==",
|
|
17132
|
-
"requires": {}
|
|
17133
|
-
},
|
|
17134
|
-
"@svgr/webpack": {
|
|
17135
|
-
"version": "5.5.0",
|
|
17136
|
-
"resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
|
|
17137
|
-
"integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
|
|
17138
|
-
"requires": {
|
|
17139
|
-
"@babel/core": "^7.12.3",
|
|
17140
|
-
"@babel/plugin-transform-react-constant-elements": "^7.12.1",
|
|
17141
|
-
"@babel/preset-env": "^7.12.1",
|
|
17142
|
-
"@babel/preset-react": "^7.12.5",
|
|
17143
|
-
"@svgr/core": "^5.5.0",
|
|
17144
|
-
"@svgr/plugin-jsx": "^5.5.0",
|
|
17145
|
-
"@svgr/plugin-svgo": "^5.5.0",
|
|
17146
|
-
"loader-utils": "^2.0.0"
|
|
17147
|
-
}
|
|
17148
|
-
},
|
|
17149
|
-
"file-loader": {
|
|
17150
|
-
"version": "6.2.0",
|
|
17151
|
-
"resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
|
|
17152
|
-
"integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
|
|
17153
|
-
"requires": {
|
|
17154
|
-
"loader-utils": "^2.0.0",
|
|
17155
|
-
"schema-utils": "^3.0.0"
|
|
17156
|
-
}
|
|
17157
|
-
},
|
|
17158
|
-
"url-loader": {
|
|
17159
|
-
"version": "4.1.1",
|
|
17160
|
-
"resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz",
|
|
17161
|
-
"integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==",
|
|
17162
|
-
"requires": {
|
|
17163
|
-
"loader-utils": "^2.0.0",
|
|
17164
|
-
"mime-types": "^2.1.27",
|
|
17165
|
-
"schema-utils": "^3.0.0"
|
|
17166
|
-
}
|
|
17167
|
-
}
|
|
17168
16005
|
}
|
|
17169
16006
|
},
|
|
17170
16007
|
"@docusaurus/plugin-content-blog": {
|
|
@@ -17190,129 +16027,10 @@
|
|
|
17190
16027
|
"webpack": "^5.40.0"
|
|
17191
16028
|
},
|
|
17192
16029
|
"dependencies": {
|
|
17193
|
-
"@docusaurus/core": {
|
|
17194
|
-
"version": "2.0.0-beta.4",
|
|
17195
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-2.0.0-beta.4.tgz",
|
|
17196
|
-
"integrity": "sha512-ITa976MPFl9KbYchMOWCCX6SU6EFDSdGeGOHtpaNcrJ9e9Sj7o77fKmMH/ciShwz1g8brTm3VxZ0FwleU8lTig==",
|
|
17197
|
-
"requires": {
|
|
17198
|
-
"@babel/core": "^7.12.16",
|
|
17199
|
-
"@babel/generator": "^7.12.15",
|
|
17200
|
-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
17201
|
-
"@babel/plugin-transform-runtime": "^7.12.15",
|
|
17202
|
-
"@babel/preset-env": "^7.12.16",
|
|
17203
|
-
"@babel/preset-react": "^7.12.13",
|
|
17204
|
-
"@babel/preset-typescript": "^7.12.16",
|
|
17205
|
-
"@babel/runtime": "^7.12.5",
|
|
17206
|
-
"@babel/runtime-corejs3": "^7.12.13",
|
|
17207
|
-
"@babel/traverse": "^7.12.13",
|
|
17208
|
-
"@docusaurus/cssnano-preset": "2.0.0-beta.4",
|
|
17209
|
-
"@docusaurus/react-loadable": "5.5.0",
|
|
17210
|
-
"@docusaurus/types": "2.0.0-beta.4",
|
|
17211
|
-
"@docusaurus/utils": "2.0.0-beta.4",
|
|
17212
|
-
"@docusaurus/utils-common": "2.0.0-beta.4",
|
|
17213
|
-
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
17214
|
-
"@slorber/static-site-generator-webpack-plugin": "^4.0.0",
|
|
17215
|
-
"@svgr/webpack": "^5.5.0",
|
|
17216
|
-
"autoprefixer": "^10.2.5",
|
|
17217
|
-
"babel-loader": "^8.2.2",
|
|
17218
|
-
"babel-plugin-dynamic-import-node": "2.3.0",
|
|
17219
|
-
"boxen": "^5.0.1",
|
|
17220
|
-
"chalk": "^4.1.1",
|
|
17221
|
-
"chokidar": "^3.5.1",
|
|
17222
|
-
"clean-css": "^5.1.2",
|
|
17223
|
-
"commander": "^5.1.0",
|
|
17224
|
-
"copy-webpack-plugin": "^9.0.0",
|
|
17225
|
-
"core-js": "^3.9.1",
|
|
17226
|
-
"css-loader": "^5.1.1",
|
|
17227
|
-
"css-minimizer-webpack-plugin": "^3.0.1",
|
|
17228
|
-
"cssnano": "^5.0.4",
|
|
17229
|
-
"del": "^6.0.0",
|
|
17230
|
-
"detect-port": "^1.3.0",
|
|
17231
|
-
"escape-html": "^1.0.3",
|
|
17232
|
-
"eta": "^1.12.1",
|
|
17233
|
-
"express": "^4.17.1",
|
|
17234
|
-
"file-loader": "^6.2.0",
|
|
17235
|
-
"fs-extra": "^10.0.0",
|
|
17236
|
-
"github-slugger": "^1.3.0",
|
|
17237
|
-
"globby": "^11.0.2",
|
|
17238
|
-
"html-minifier-terser": "^5.1.1",
|
|
17239
|
-
"html-tags": "^3.1.0",
|
|
17240
|
-
"html-webpack-plugin": "^5.3.2",
|
|
17241
|
-
"import-fresh": "^3.3.0",
|
|
17242
|
-
"is-root": "^2.1.0",
|
|
17243
|
-
"leven": "^3.1.0",
|
|
17244
|
-
"lodash": "^4.17.20",
|
|
17245
|
-
"mini-css-extract-plugin": "^1.6.0",
|
|
17246
|
-
"module-alias": "^2.2.2",
|
|
17247
|
-
"nprogress": "^0.2.0",
|
|
17248
|
-
"postcss": "^8.2.15",
|
|
17249
|
-
"postcss-loader": "^5.3.0",
|
|
17250
|
-
"prompts": "^2.4.1",
|
|
17251
|
-
"react-dev-utils": "^11.0.1",
|
|
17252
|
-
"react-error-overlay": "^6.0.9",
|
|
17253
|
-
"react-helmet": "^6.1.0",
|
|
17254
|
-
"react-loadable": "^5.5.0",
|
|
17255
|
-
"react-loadable-ssr-addon-v5-slorber": "^1.0.1",
|
|
17256
|
-
"react-router": "^5.2.0",
|
|
17257
|
-
"react-router-config": "^5.1.1",
|
|
17258
|
-
"react-router-dom": "^5.2.0",
|
|
17259
|
-
"resolve-pathname": "^3.0.0",
|
|
17260
|
-
"rtl-detect": "^1.0.3",
|
|
17261
|
-
"semver": "^7.3.4",
|
|
17262
|
-
"serve-handler": "^6.1.3",
|
|
17263
|
-
"shelljs": "^0.8.4",
|
|
17264
|
-
"std-env": "^2.2.1",
|
|
17265
|
-
"strip-ansi": "^6.0.0",
|
|
17266
|
-
"terser-webpack-plugin": "^5.1.3",
|
|
17267
|
-
"tslib": "^2.2.0",
|
|
17268
|
-
"update-notifier": "^5.1.0",
|
|
17269
|
-
"url-loader": "^4.1.1",
|
|
17270
|
-
"wait-on": "^5.3.0",
|
|
17271
|
-
"webpack": "^5.40.0",
|
|
17272
|
-
"webpack-bundle-analyzer": "^4.4.2",
|
|
17273
|
-
"webpack-dev-server": "^3.11.2",
|
|
17274
|
-
"webpack-merge": "^5.8.0",
|
|
17275
|
-
"webpackbar": "^5.0.0-3"
|
|
17276
|
-
}
|
|
17277
|
-
},
|
|
17278
|
-
"@svgr/webpack": {
|
|
17279
|
-
"version": "5.5.0",
|
|
17280
|
-
"resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
|
|
17281
|
-
"integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
|
|
17282
|
-
"requires": {
|
|
17283
|
-
"@babel/core": "^7.12.3",
|
|
17284
|
-
"@babel/plugin-transform-react-constant-elements": "^7.12.1",
|
|
17285
|
-
"@babel/preset-env": "^7.12.1",
|
|
17286
|
-
"@babel/preset-react": "^7.12.5",
|
|
17287
|
-
"@svgr/core": "^5.5.0",
|
|
17288
|
-
"@svgr/plugin-jsx": "^5.5.0",
|
|
17289
|
-
"@svgr/plugin-svgo": "^5.5.0",
|
|
17290
|
-
"loader-utils": "^2.0.0"
|
|
17291
|
-
}
|
|
17292
|
-
},
|
|
17293
16030
|
"escape-string-regexp": {
|
|
17294
16031
|
"version": "4.0.0",
|
|
17295
16032
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
|
17296
16033
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
|
|
17297
|
-
},
|
|
17298
|
-
"file-loader": {
|
|
17299
|
-
"version": "6.2.0",
|
|
17300
|
-
"resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
|
|
17301
|
-
"integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
|
|
17302
|
-
"requires": {
|
|
17303
|
-
"loader-utils": "^2.0.0",
|
|
17304
|
-
"schema-utils": "^3.0.0"
|
|
17305
|
-
}
|
|
17306
|
-
},
|
|
17307
|
-
"url-loader": {
|
|
17308
|
-
"version": "4.1.1",
|
|
17309
|
-
"resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz",
|
|
17310
|
-
"integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==",
|
|
17311
|
-
"requires": {
|
|
17312
|
-
"loader-utils": "^2.0.0",
|
|
17313
|
-
"mime-types": "^2.1.27",
|
|
17314
|
-
"schema-utils": "^3.0.0"
|
|
17315
|
-
}
|
|
17316
16034
|
}
|
|
17317
16035
|
}
|
|
17318
16036
|
},
|
|
@@ -17343,118 +16061,6 @@
|
|
|
17343
16061
|
"webpack": "^5.40.0"
|
|
17344
16062
|
},
|
|
17345
16063
|
"dependencies": {
|
|
17346
|
-
"@docusaurus/core": {
|
|
17347
|
-
"version": "2.0.0-beta.4",
|
|
17348
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-2.0.0-beta.4.tgz",
|
|
17349
|
-
"integrity": "sha512-ITa976MPFl9KbYchMOWCCX6SU6EFDSdGeGOHtpaNcrJ9e9Sj7o77fKmMH/ciShwz1g8brTm3VxZ0FwleU8lTig==",
|
|
17350
|
-
"requires": {
|
|
17351
|
-
"@babel/core": "^7.12.16",
|
|
17352
|
-
"@babel/generator": "^7.12.15",
|
|
17353
|
-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
17354
|
-
"@babel/plugin-transform-runtime": "^7.12.15",
|
|
17355
|
-
"@babel/preset-env": "^7.12.16",
|
|
17356
|
-
"@babel/preset-react": "^7.12.13",
|
|
17357
|
-
"@babel/preset-typescript": "^7.12.16",
|
|
17358
|
-
"@babel/runtime": "^7.12.5",
|
|
17359
|
-
"@babel/runtime-corejs3": "^7.12.13",
|
|
17360
|
-
"@babel/traverse": "^7.12.13",
|
|
17361
|
-
"@docusaurus/cssnano-preset": "2.0.0-beta.4",
|
|
17362
|
-
"@docusaurus/react-loadable": "5.5.0",
|
|
17363
|
-
"@docusaurus/types": "2.0.0-beta.4",
|
|
17364
|
-
"@docusaurus/utils": "2.0.0-beta.4",
|
|
17365
|
-
"@docusaurus/utils-common": "2.0.0-beta.4",
|
|
17366
|
-
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
17367
|
-
"@slorber/static-site-generator-webpack-plugin": "^4.0.0",
|
|
17368
|
-
"@svgr/webpack": "^5.5.0",
|
|
17369
|
-
"autoprefixer": "^10.2.5",
|
|
17370
|
-
"babel-loader": "^8.2.2",
|
|
17371
|
-
"babel-plugin-dynamic-import-node": "2.3.0",
|
|
17372
|
-
"boxen": "^5.0.1",
|
|
17373
|
-
"chalk": "^4.1.1",
|
|
17374
|
-
"chokidar": "^3.5.1",
|
|
17375
|
-
"clean-css": "^5.1.2",
|
|
17376
|
-
"commander": "^5.1.0",
|
|
17377
|
-
"copy-webpack-plugin": "^9.0.0",
|
|
17378
|
-
"core-js": "^3.9.1",
|
|
17379
|
-
"css-loader": "^5.1.1",
|
|
17380
|
-
"css-minimizer-webpack-plugin": "^3.0.1",
|
|
17381
|
-
"cssnano": "^5.0.4",
|
|
17382
|
-
"del": "^6.0.0",
|
|
17383
|
-
"detect-port": "^1.3.0",
|
|
17384
|
-
"escape-html": "^1.0.3",
|
|
17385
|
-
"eta": "^1.12.1",
|
|
17386
|
-
"express": "^4.17.1",
|
|
17387
|
-
"file-loader": "^6.2.0",
|
|
17388
|
-
"fs-extra": "^10.0.0",
|
|
17389
|
-
"github-slugger": "^1.3.0",
|
|
17390
|
-
"globby": "^11.0.2",
|
|
17391
|
-
"html-minifier-terser": "^5.1.1",
|
|
17392
|
-
"html-tags": "^3.1.0",
|
|
17393
|
-
"html-webpack-plugin": "^5.3.2",
|
|
17394
|
-
"import-fresh": "^3.3.0",
|
|
17395
|
-
"is-root": "^2.1.0",
|
|
17396
|
-
"leven": "^3.1.0",
|
|
17397
|
-
"lodash": "^4.17.20",
|
|
17398
|
-
"mini-css-extract-plugin": "^1.6.0",
|
|
17399
|
-
"module-alias": "^2.2.2",
|
|
17400
|
-
"nprogress": "^0.2.0",
|
|
17401
|
-
"postcss": "^8.2.15",
|
|
17402
|
-
"postcss-loader": "^5.3.0",
|
|
17403
|
-
"prompts": "^2.4.1",
|
|
17404
|
-
"react-dev-utils": "^11.0.1",
|
|
17405
|
-
"react-error-overlay": "^6.0.9",
|
|
17406
|
-
"react-helmet": "^6.1.0",
|
|
17407
|
-
"react-loadable": "^5.5.0",
|
|
17408
|
-
"react-loadable-ssr-addon-v5-slorber": "^1.0.1",
|
|
17409
|
-
"react-router": "^5.2.0",
|
|
17410
|
-
"react-router-config": "^5.1.1",
|
|
17411
|
-
"react-router-dom": "^5.2.0",
|
|
17412
|
-
"resolve-pathname": "^3.0.0",
|
|
17413
|
-
"rtl-detect": "^1.0.3",
|
|
17414
|
-
"semver": "^7.3.4",
|
|
17415
|
-
"serve-handler": "^6.1.3",
|
|
17416
|
-
"shelljs": "^0.8.4",
|
|
17417
|
-
"std-env": "^2.2.1",
|
|
17418
|
-
"strip-ansi": "^6.0.0",
|
|
17419
|
-
"terser-webpack-plugin": "^5.1.3",
|
|
17420
|
-
"tslib": "^2.2.0",
|
|
17421
|
-
"update-notifier": "^5.1.0",
|
|
17422
|
-
"url-loader": "^4.1.1",
|
|
17423
|
-
"wait-on": "^5.3.0",
|
|
17424
|
-
"webpack": "^5.40.0",
|
|
17425
|
-
"webpack-bundle-analyzer": "^4.4.2",
|
|
17426
|
-
"webpack-dev-server": "^3.11.2",
|
|
17427
|
-
"webpack-merge": "^5.8.0",
|
|
17428
|
-
"webpackbar": "^5.0.0-3"
|
|
17429
|
-
}
|
|
17430
|
-
},
|
|
17431
|
-
"@svgr/webpack": {
|
|
17432
|
-
"version": "5.5.0",
|
|
17433
|
-
"resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
|
|
17434
|
-
"integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
|
|
17435
|
-
"requires": {
|
|
17436
|
-
"@babel/core": "^7.12.3",
|
|
17437
|
-
"@babel/plugin-transform-react-constant-elements": "^7.12.1",
|
|
17438
|
-
"@babel/preset-env": "^7.12.1",
|
|
17439
|
-
"@babel/preset-react": "^7.12.5",
|
|
17440
|
-
"@svgr/core": "^5.5.0",
|
|
17441
|
-
"@svgr/plugin-jsx": "^5.5.0",
|
|
17442
|
-
"@svgr/plugin-svgo": "^5.5.0",
|
|
17443
|
-
"loader-utils": "^2.0.0"
|
|
17444
|
-
},
|
|
17445
|
-
"dependencies": {
|
|
17446
|
-
"loader-utils": {
|
|
17447
|
-
"version": "2.0.0",
|
|
17448
|
-
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
|
|
17449
|
-
"integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
|
|
17450
|
-
"requires": {
|
|
17451
|
-
"big.js": "^5.2.2",
|
|
17452
|
-
"emojis-list": "^3.0.0",
|
|
17453
|
-
"json5": "^2.1.2"
|
|
17454
|
-
}
|
|
17455
|
-
}
|
|
17456
|
-
}
|
|
17457
|
-
},
|
|
17458
16064
|
"argparse": {
|
|
17459
16065
|
"version": "2.0.1",
|
|
17460
16066
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
@@ -17481,27 +16087,6 @@
|
|
|
17481
16087
|
"strip-final-newline": "^2.0.0"
|
|
17482
16088
|
}
|
|
17483
16089
|
},
|
|
17484
|
-
"file-loader": {
|
|
17485
|
-
"version": "6.2.0",
|
|
17486
|
-
"resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
|
|
17487
|
-
"integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
|
|
17488
|
-
"requires": {
|
|
17489
|
-
"loader-utils": "^2.0.0",
|
|
17490
|
-
"schema-utils": "^3.0.0"
|
|
17491
|
-
},
|
|
17492
|
-
"dependencies": {
|
|
17493
|
-
"loader-utils": {
|
|
17494
|
-
"version": "2.0.0",
|
|
17495
|
-
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
|
|
17496
|
-
"integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
|
|
17497
|
-
"requires": {
|
|
17498
|
-
"big.js": "^5.2.2",
|
|
17499
|
-
"emojis-list": "^3.0.0",
|
|
17500
|
-
"json5": "^2.1.2"
|
|
17501
|
-
}
|
|
17502
|
-
}
|
|
17503
|
-
}
|
|
17504
|
-
},
|
|
17505
16090
|
"get-stream": {
|
|
17506
16091
|
"version": "6.0.1",
|
|
17507
16092
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
|
@@ -17547,28 +16132,6 @@
|
|
|
17547
16132
|
"requires": {
|
|
17548
16133
|
"path-key": "^3.0.0"
|
|
17549
16134
|
}
|
|
17550
|
-
},
|
|
17551
|
-
"url-loader": {
|
|
17552
|
-
"version": "4.1.1",
|
|
17553
|
-
"resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz",
|
|
17554
|
-
"integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==",
|
|
17555
|
-
"requires": {
|
|
17556
|
-
"loader-utils": "^2.0.0",
|
|
17557
|
-
"mime-types": "^2.1.27",
|
|
17558
|
-
"schema-utils": "^3.0.0"
|
|
17559
|
-
},
|
|
17560
|
-
"dependencies": {
|
|
17561
|
-
"loader-utils": {
|
|
17562
|
-
"version": "2.0.0",
|
|
17563
|
-
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz",
|
|
17564
|
-
"integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==",
|
|
17565
|
-
"requires": {
|
|
17566
|
-
"big.js": "^5.2.2",
|
|
17567
|
-
"emojis-list": "^3.0.0",
|
|
17568
|
-
"json5": "^2.1.2"
|
|
17569
|
-
}
|
|
17570
|
-
}
|
|
17571
|
-
}
|
|
17572
16135
|
}
|
|
17573
16136
|
}
|
|
17574
16137
|
},
|
|
@@ -17587,127 +16150,6 @@
|
|
|
17587
16150
|
"remark-admonitions": "^1.2.1",
|
|
17588
16151
|
"tslib": "^2.1.0",
|
|
17589
16152
|
"webpack": "^5.40.0"
|
|
17590
|
-
},
|
|
17591
|
-
"dependencies": {
|
|
17592
|
-
"@docusaurus/core": {
|
|
17593
|
-
"version": "2.0.0-beta.4",
|
|
17594
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-2.0.0-beta.4.tgz",
|
|
17595
|
-
"integrity": "sha512-ITa976MPFl9KbYchMOWCCX6SU6EFDSdGeGOHtpaNcrJ9e9Sj7o77fKmMH/ciShwz1g8brTm3VxZ0FwleU8lTig==",
|
|
17596
|
-
"requires": {
|
|
17597
|
-
"@babel/core": "^7.12.16",
|
|
17598
|
-
"@babel/generator": "^7.12.15",
|
|
17599
|
-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
17600
|
-
"@babel/plugin-transform-runtime": "^7.12.15",
|
|
17601
|
-
"@babel/preset-env": "^7.12.16",
|
|
17602
|
-
"@babel/preset-react": "^7.12.13",
|
|
17603
|
-
"@babel/preset-typescript": "^7.12.16",
|
|
17604
|
-
"@babel/runtime": "^7.12.5",
|
|
17605
|
-
"@babel/runtime-corejs3": "^7.12.13",
|
|
17606
|
-
"@babel/traverse": "^7.12.13",
|
|
17607
|
-
"@docusaurus/cssnano-preset": "2.0.0-beta.4",
|
|
17608
|
-
"@docusaurus/react-loadable": "5.5.0",
|
|
17609
|
-
"@docusaurus/types": "2.0.0-beta.4",
|
|
17610
|
-
"@docusaurus/utils": "2.0.0-beta.4",
|
|
17611
|
-
"@docusaurus/utils-common": "2.0.0-beta.4",
|
|
17612
|
-
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
17613
|
-
"@slorber/static-site-generator-webpack-plugin": "^4.0.0",
|
|
17614
|
-
"@svgr/webpack": "^5.5.0",
|
|
17615
|
-
"autoprefixer": "^10.2.5",
|
|
17616
|
-
"babel-loader": "^8.2.2",
|
|
17617
|
-
"babel-plugin-dynamic-import-node": "2.3.0",
|
|
17618
|
-
"boxen": "^5.0.1",
|
|
17619
|
-
"chalk": "^4.1.1",
|
|
17620
|
-
"chokidar": "^3.5.1",
|
|
17621
|
-
"clean-css": "^5.1.2",
|
|
17622
|
-
"commander": "^5.1.0",
|
|
17623
|
-
"copy-webpack-plugin": "^9.0.0",
|
|
17624
|
-
"core-js": "^3.9.1",
|
|
17625
|
-
"css-loader": "^5.1.1",
|
|
17626
|
-
"css-minimizer-webpack-plugin": "^3.0.1",
|
|
17627
|
-
"cssnano": "^5.0.4",
|
|
17628
|
-
"del": "^6.0.0",
|
|
17629
|
-
"detect-port": "^1.3.0",
|
|
17630
|
-
"escape-html": "^1.0.3",
|
|
17631
|
-
"eta": "^1.12.1",
|
|
17632
|
-
"express": "^4.17.1",
|
|
17633
|
-
"file-loader": "^6.2.0",
|
|
17634
|
-
"fs-extra": "^10.0.0",
|
|
17635
|
-
"github-slugger": "^1.3.0",
|
|
17636
|
-
"globby": "^11.0.2",
|
|
17637
|
-
"html-minifier-terser": "^5.1.1",
|
|
17638
|
-
"html-tags": "^3.1.0",
|
|
17639
|
-
"html-webpack-plugin": "^5.3.2",
|
|
17640
|
-
"import-fresh": "^3.3.0",
|
|
17641
|
-
"is-root": "^2.1.0",
|
|
17642
|
-
"leven": "^3.1.0",
|
|
17643
|
-
"lodash": "^4.17.20",
|
|
17644
|
-
"mini-css-extract-plugin": "^1.6.0",
|
|
17645
|
-
"module-alias": "^2.2.2",
|
|
17646
|
-
"nprogress": "^0.2.0",
|
|
17647
|
-
"postcss": "^8.2.15",
|
|
17648
|
-
"postcss-loader": "^5.3.0",
|
|
17649
|
-
"prompts": "^2.4.1",
|
|
17650
|
-
"react-dev-utils": "^11.0.1",
|
|
17651
|
-
"react-error-overlay": "^6.0.9",
|
|
17652
|
-
"react-helmet": "^6.1.0",
|
|
17653
|
-
"react-loadable": "^5.5.0",
|
|
17654
|
-
"react-loadable-ssr-addon-v5-slorber": "^1.0.1",
|
|
17655
|
-
"react-router": "^5.2.0",
|
|
17656
|
-
"react-router-config": "^5.1.1",
|
|
17657
|
-
"react-router-dom": "^5.2.0",
|
|
17658
|
-
"resolve-pathname": "^3.0.0",
|
|
17659
|
-
"rtl-detect": "^1.0.3",
|
|
17660
|
-
"semver": "^7.3.4",
|
|
17661
|
-
"serve-handler": "^6.1.3",
|
|
17662
|
-
"shelljs": "^0.8.4",
|
|
17663
|
-
"std-env": "^2.2.1",
|
|
17664
|
-
"strip-ansi": "^6.0.0",
|
|
17665
|
-
"terser-webpack-plugin": "^5.1.3",
|
|
17666
|
-
"tslib": "^2.2.0",
|
|
17667
|
-
"update-notifier": "^5.1.0",
|
|
17668
|
-
"url-loader": "^4.1.1",
|
|
17669
|
-
"wait-on": "^5.3.0",
|
|
17670
|
-
"webpack": "^5.40.0",
|
|
17671
|
-
"webpack-bundle-analyzer": "^4.4.2",
|
|
17672
|
-
"webpack-dev-server": "^3.11.2",
|
|
17673
|
-
"webpack-merge": "^5.8.0",
|
|
17674
|
-
"webpackbar": "^5.0.0-3"
|
|
17675
|
-
}
|
|
17676
|
-
},
|
|
17677
|
-
"@svgr/webpack": {
|
|
17678
|
-
"version": "5.5.0",
|
|
17679
|
-
"resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
|
|
17680
|
-
"integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
|
|
17681
|
-
"requires": {
|
|
17682
|
-
"@babel/core": "^7.12.3",
|
|
17683
|
-
"@babel/plugin-transform-react-constant-elements": "^7.12.1",
|
|
17684
|
-
"@babel/preset-env": "^7.12.1",
|
|
17685
|
-
"@babel/preset-react": "^7.12.5",
|
|
17686
|
-
"@svgr/core": "^5.5.0",
|
|
17687
|
-
"@svgr/plugin-jsx": "^5.5.0",
|
|
17688
|
-
"@svgr/plugin-svgo": "^5.5.0",
|
|
17689
|
-
"loader-utils": "^2.0.0"
|
|
17690
|
-
}
|
|
17691
|
-
},
|
|
17692
|
-
"file-loader": {
|
|
17693
|
-
"version": "6.2.0",
|
|
17694
|
-
"resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
|
|
17695
|
-
"integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
|
|
17696
|
-
"requires": {
|
|
17697
|
-
"loader-utils": "^2.0.0",
|
|
17698
|
-
"schema-utils": "^3.0.0"
|
|
17699
|
-
}
|
|
17700
|
-
},
|
|
17701
|
-
"url-loader": {
|
|
17702
|
-
"version": "4.1.1",
|
|
17703
|
-
"resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz",
|
|
17704
|
-
"integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==",
|
|
17705
|
-
"requires": {
|
|
17706
|
-
"loader-utils": "^2.0.0",
|
|
17707
|
-
"mime-types": "^2.1.27",
|
|
17708
|
-
"schema-utils": "^3.0.0"
|
|
17709
|
-
}
|
|
17710
|
-
}
|
|
17711
16153
|
}
|
|
17712
16154
|
},
|
|
17713
16155
|
"@docusaurus/plugin-debug": {
|
|
@@ -17823,132 +16265,6 @@
|
|
|
17823
16265
|
"clsx": "^1.1.1",
|
|
17824
16266
|
"fs-extra": "^10.0.0",
|
|
17825
16267
|
"tslib": "^2.1.0"
|
|
17826
|
-
},
|
|
17827
|
-
"dependencies": {
|
|
17828
|
-
"@docusaurus/core": {
|
|
17829
|
-
"version": "2.0.0-beta.4",
|
|
17830
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-2.0.0-beta.4.tgz",
|
|
17831
|
-
"integrity": "sha512-ITa976MPFl9KbYchMOWCCX6SU6EFDSdGeGOHtpaNcrJ9e9Sj7o77fKmMH/ciShwz1g8brTm3VxZ0FwleU8lTig==",
|
|
17832
|
-
"requires": {
|
|
17833
|
-
"@babel/core": "^7.12.16",
|
|
17834
|
-
"@babel/generator": "^7.12.15",
|
|
17835
|
-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
17836
|
-
"@babel/plugin-transform-runtime": "^7.12.15",
|
|
17837
|
-
"@babel/preset-env": "^7.12.16",
|
|
17838
|
-
"@babel/preset-react": "^7.12.13",
|
|
17839
|
-
"@babel/preset-typescript": "^7.12.16",
|
|
17840
|
-
"@babel/runtime": "^7.12.5",
|
|
17841
|
-
"@babel/runtime-corejs3": "^7.12.13",
|
|
17842
|
-
"@babel/traverse": "^7.12.13",
|
|
17843
|
-
"@docusaurus/cssnano-preset": "2.0.0-beta.4",
|
|
17844
|
-
"@docusaurus/react-loadable": "5.5.0",
|
|
17845
|
-
"@docusaurus/types": "2.0.0-beta.4",
|
|
17846
|
-
"@docusaurus/utils": "2.0.0-beta.4",
|
|
17847
|
-
"@docusaurus/utils-common": "2.0.0-beta.4",
|
|
17848
|
-
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
17849
|
-
"@slorber/static-site-generator-webpack-plugin": "^4.0.0",
|
|
17850
|
-
"@svgr/webpack": "^5.5.0",
|
|
17851
|
-
"autoprefixer": "^10.2.5",
|
|
17852
|
-
"babel-loader": "^8.2.2",
|
|
17853
|
-
"babel-plugin-dynamic-import-node": "2.3.0",
|
|
17854
|
-
"boxen": "^5.0.1",
|
|
17855
|
-
"chalk": "^4.1.1",
|
|
17856
|
-
"chokidar": "^3.5.1",
|
|
17857
|
-
"clean-css": "^5.1.2",
|
|
17858
|
-
"commander": "^5.1.0",
|
|
17859
|
-
"copy-webpack-plugin": "^9.0.0",
|
|
17860
|
-
"core-js": "^3.9.1",
|
|
17861
|
-
"css-loader": "^5.1.1",
|
|
17862
|
-
"css-minimizer-webpack-plugin": "^3.0.1",
|
|
17863
|
-
"cssnano": "^5.0.4",
|
|
17864
|
-
"del": "^6.0.0",
|
|
17865
|
-
"detect-port": "^1.3.0",
|
|
17866
|
-
"escape-html": "^1.0.3",
|
|
17867
|
-
"eta": "^1.12.1",
|
|
17868
|
-
"express": "^4.17.1",
|
|
17869
|
-
"file-loader": "^6.2.0",
|
|
17870
|
-
"fs-extra": "^10.0.0",
|
|
17871
|
-
"github-slugger": "^1.3.0",
|
|
17872
|
-
"globby": "^11.0.2",
|
|
17873
|
-
"html-minifier-terser": "^5.1.1",
|
|
17874
|
-
"html-tags": "^3.1.0",
|
|
17875
|
-
"html-webpack-plugin": "^5.3.2",
|
|
17876
|
-
"import-fresh": "^3.3.0",
|
|
17877
|
-
"is-root": "^2.1.0",
|
|
17878
|
-
"leven": "^3.1.0",
|
|
17879
|
-
"lodash": "^4.17.20",
|
|
17880
|
-
"mini-css-extract-plugin": "^1.6.0",
|
|
17881
|
-
"module-alias": "^2.2.2",
|
|
17882
|
-
"nprogress": "^0.2.0",
|
|
17883
|
-
"postcss": "^8.2.15",
|
|
17884
|
-
"postcss-loader": "^5.3.0",
|
|
17885
|
-
"prompts": "^2.4.1",
|
|
17886
|
-
"react-dev-utils": "^11.0.1",
|
|
17887
|
-
"react-error-overlay": "^6.0.9",
|
|
17888
|
-
"react-helmet": "^6.1.0",
|
|
17889
|
-
"react-loadable": "^5.5.0",
|
|
17890
|
-
"react-loadable-ssr-addon-v5-slorber": "^1.0.1",
|
|
17891
|
-
"react-router": "^5.2.0",
|
|
17892
|
-
"react-router-config": "^5.1.1",
|
|
17893
|
-
"react-router-dom": "^5.2.0",
|
|
17894
|
-
"resolve-pathname": "^3.0.0",
|
|
17895
|
-
"rtl-detect": "^1.0.3",
|
|
17896
|
-
"semver": "^7.3.4",
|
|
17897
|
-
"serve-handler": "^6.1.3",
|
|
17898
|
-
"shelljs": "^0.8.4",
|
|
17899
|
-
"std-env": "^2.2.1",
|
|
17900
|
-
"strip-ansi": "^6.0.0",
|
|
17901
|
-
"terser-webpack-plugin": "^5.1.3",
|
|
17902
|
-
"tslib": "^2.2.0",
|
|
17903
|
-
"update-notifier": "^5.1.0",
|
|
17904
|
-
"url-loader": "^4.1.1",
|
|
17905
|
-
"wait-on": "^5.3.0",
|
|
17906
|
-
"webpack": "^5.40.0",
|
|
17907
|
-
"webpack-bundle-analyzer": "^4.4.2",
|
|
17908
|
-
"webpack-dev-server": "^3.11.2",
|
|
17909
|
-
"webpack-merge": "^5.8.0",
|
|
17910
|
-
"webpackbar": "^5.0.0-3"
|
|
17911
|
-
}
|
|
17912
|
-
},
|
|
17913
|
-
"@svgr/webpack": {
|
|
17914
|
-
"version": "5.5.0",
|
|
17915
|
-
"resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
|
|
17916
|
-
"integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
|
|
17917
|
-
"requires": {
|
|
17918
|
-
"@babel/core": "^7.12.3",
|
|
17919
|
-
"@babel/plugin-transform-react-constant-elements": "^7.12.1",
|
|
17920
|
-
"@babel/preset-env": "^7.12.1",
|
|
17921
|
-
"@babel/preset-react": "^7.12.5",
|
|
17922
|
-
"@svgr/core": "^5.5.0",
|
|
17923
|
-
"@svgr/plugin-jsx": "^5.5.0",
|
|
17924
|
-
"@svgr/plugin-svgo": "^5.5.0",
|
|
17925
|
-
"loader-utils": "^2.0.0"
|
|
17926
|
-
}
|
|
17927
|
-
},
|
|
17928
|
-
"clsx": {
|
|
17929
|
-
"version": "1.1.1",
|
|
17930
|
-
"resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz",
|
|
17931
|
-
"integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA=="
|
|
17932
|
-
},
|
|
17933
|
-
"file-loader": {
|
|
17934
|
-
"version": "6.2.0",
|
|
17935
|
-
"resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
|
|
17936
|
-
"integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
|
|
17937
|
-
"requires": {
|
|
17938
|
-
"loader-utils": "^2.0.0",
|
|
17939
|
-
"schema-utils": "^3.0.0"
|
|
17940
|
-
}
|
|
17941
|
-
},
|
|
17942
|
-
"url-loader": {
|
|
17943
|
-
"version": "4.1.1",
|
|
17944
|
-
"resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz",
|
|
17945
|
-
"integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==",
|
|
17946
|
-
"requires": {
|
|
17947
|
-
"loader-utils": "^2.0.0",
|
|
17948
|
-
"mime-types": "^2.1.27",
|
|
17949
|
-
"schema-utils": "^3.0.0"
|
|
17950
|
-
}
|
|
17951
|
-
}
|
|
17952
16268
|
}
|
|
17953
16269
|
},
|
|
17954
16270
|
"@docusaurus/theme-search-algolia": {
|
|
@@ -17966,132 +16282,6 @@
|
|
|
17966
16282
|
"clsx": "^1.1.1",
|
|
17967
16283
|
"eta": "^1.12.1",
|
|
17968
16284
|
"lodash": "^4.17.20"
|
|
17969
|
-
},
|
|
17970
|
-
"dependencies": {
|
|
17971
|
-
"@docusaurus/core": {
|
|
17972
|
-
"version": "2.0.0-beta.4",
|
|
17973
|
-
"resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-2.0.0-beta.4.tgz",
|
|
17974
|
-
"integrity": "sha512-ITa976MPFl9KbYchMOWCCX6SU6EFDSdGeGOHtpaNcrJ9e9Sj7o77fKmMH/ciShwz1g8brTm3VxZ0FwleU8lTig==",
|
|
17975
|
-
"requires": {
|
|
17976
|
-
"@babel/core": "^7.12.16",
|
|
17977
|
-
"@babel/generator": "^7.12.15",
|
|
17978
|
-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
17979
|
-
"@babel/plugin-transform-runtime": "^7.12.15",
|
|
17980
|
-
"@babel/preset-env": "^7.12.16",
|
|
17981
|
-
"@babel/preset-react": "^7.12.13",
|
|
17982
|
-
"@babel/preset-typescript": "^7.12.16",
|
|
17983
|
-
"@babel/runtime": "^7.12.5",
|
|
17984
|
-
"@babel/runtime-corejs3": "^7.12.13",
|
|
17985
|
-
"@babel/traverse": "^7.12.13",
|
|
17986
|
-
"@docusaurus/cssnano-preset": "2.0.0-beta.4",
|
|
17987
|
-
"@docusaurus/react-loadable": "5.5.0",
|
|
17988
|
-
"@docusaurus/types": "2.0.0-beta.4",
|
|
17989
|
-
"@docusaurus/utils": "2.0.0-beta.4",
|
|
17990
|
-
"@docusaurus/utils-common": "2.0.0-beta.4",
|
|
17991
|
-
"@docusaurus/utils-validation": "2.0.0-beta.4",
|
|
17992
|
-
"@slorber/static-site-generator-webpack-plugin": "^4.0.0",
|
|
17993
|
-
"@svgr/webpack": "^5.5.0",
|
|
17994
|
-
"autoprefixer": "^10.2.5",
|
|
17995
|
-
"babel-loader": "^8.2.2",
|
|
17996
|
-
"babel-plugin-dynamic-import-node": "2.3.0",
|
|
17997
|
-
"boxen": "^5.0.1",
|
|
17998
|
-
"chalk": "^4.1.1",
|
|
17999
|
-
"chokidar": "^3.5.1",
|
|
18000
|
-
"clean-css": "^5.1.2",
|
|
18001
|
-
"commander": "^5.1.0",
|
|
18002
|
-
"copy-webpack-plugin": "^9.0.0",
|
|
18003
|
-
"core-js": "^3.9.1",
|
|
18004
|
-
"css-loader": "^5.1.1",
|
|
18005
|
-
"css-minimizer-webpack-plugin": "^3.0.1",
|
|
18006
|
-
"cssnano": "^5.0.4",
|
|
18007
|
-
"del": "^6.0.0",
|
|
18008
|
-
"detect-port": "^1.3.0",
|
|
18009
|
-
"escape-html": "^1.0.3",
|
|
18010
|
-
"eta": "^1.12.1",
|
|
18011
|
-
"express": "^4.17.1",
|
|
18012
|
-
"file-loader": "^6.2.0",
|
|
18013
|
-
"fs-extra": "^10.0.0",
|
|
18014
|
-
"github-slugger": "^1.3.0",
|
|
18015
|
-
"globby": "^11.0.2",
|
|
18016
|
-
"html-minifier-terser": "^5.1.1",
|
|
18017
|
-
"html-tags": "^3.1.0",
|
|
18018
|
-
"html-webpack-plugin": "^5.3.2",
|
|
18019
|
-
"import-fresh": "^3.3.0",
|
|
18020
|
-
"is-root": "^2.1.0",
|
|
18021
|
-
"leven": "^3.1.0",
|
|
18022
|
-
"lodash": "^4.17.20",
|
|
18023
|
-
"mini-css-extract-plugin": "^1.6.0",
|
|
18024
|
-
"module-alias": "^2.2.2",
|
|
18025
|
-
"nprogress": "^0.2.0",
|
|
18026
|
-
"postcss": "^8.2.15",
|
|
18027
|
-
"postcss-loader": "^5.3.0",
|
|
18028
|
-
"prompts": "^2.4.1",
|
|
18029
|
-
"react-dev-utils": "^11.0.1",
|
|
18030
|
-
"react-error-overlay": "^6.0.9",
|
|
18031
|
-
"react-helmet": "^6.1.0",
|
|
18032
|
-
"react-loadable": "^5.5.0",
|
|
18033
|
-
"react-loadable-ssr-addon-v5-slorber": "^1.0.1",
|
|
18034
|
-
"react-router": "^5.2.0",
|
|
18035
|
-
"react-router-config": "^5.1.1",
|
|
18036
|
-
"react-router-dom": "^5.2.0",
|
|
18037
|
-
"resolve-pathname": "^3.0.0",
|
|
18038
|
-
"rtl-detect": "^1.0.3",
|
|
18039
|
-
"semver": "^7.3.4",
|
|
18040
|
-
"serve-handler": "^6.1.3",
|
|
18041
|
-
"shelljs": "^0.8.4",
|
|
18042
|
-
"std-env": "^2.2.1",
|
|
18043
|
-
"strip-ansi": "^6.0.0",
|
|
18044
|
-
"terser-webpack-plugin": "^5.1.3",
|
|
18045
|
-
"tslib": "^2.2.0",
|
|
18046
|
-
"update-notifier": "^5.1.0",
|
|
18047
|
-
"url-loader": "^4.1.1",
|
|
18048
|
-
"wait-on": "^5.3.0",
|
|
18049
|
-
"webpack": "^5.40.0",
|
|
18050
|
-
"webpack-bundle-analyzer": "^4.4.2",
|
|
18051
|
-
"webpack-dev-server": "^3.11.2",
|
|
18052
|
-
"webpack-merge": "^5.8.0",
|
|
18053
|
-
"webpackbar": "^5.0.0-3"
|
|
18054
|
-
}
|
|
18055
|
-
},
|
|
18056
|
-
"@svgr/webpack": {
|
|
18057
|
-
"version": "5.5.0",
|
|
18058
|
-
"resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz",
|
|
18059
|
-
"integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==",
|
|
18060
|
-
"requires": {
|
|
18061
|
-
"@babel/core": "^7.12.3",
|
|
18062
|
-
"@babel/plugin-transform-react-constant-elements": "^7.12.1",
|
|
18063
|
-
"@babel/preset-env": "^7.12.1",
|
|
18064
|
-
"@babel/preset-react": "^7.12.5",
|
|
18065
|
-
"@svgr/core": "^5.5.0",
|
|
18066
|
-
"@svgr/plugin-jsx": "^5.5.0",
|
|
18067
|
-
"@svgr/plugin-svgo": "^5.5.0",
|
|
18068
|
-
"loader-utils": "^2.0.0"
|
|
18069
|
-
}
|
|
18070
|
-
},
|
|
18071
|
-
"clsx": {
|
|
18072
|
-
"version": "1.1.1",
|
|
18073
|
-
"resolved": "https://registry.npmjs.org/clsx/-/clsx-1.1.1.tgz",
|
|
18074
|
-
"integrity": "sha512-6/bPho624p3S2pMyvP5kKBPXnI3ufHLObBFCfgx+LkeR5lg2XYy2hqZqUf45ypD8COn2bhgGJSUE+l5dhNBieA=="
|
|
18075
|
-
},
|
|
18076
|
-
"file-loader": {
|
|
18077
|
-
"version": "6.2.0",
|
|
18078
|
-
"resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz",
|
|
18079
|
-
"integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==",
|
|
18080
|
-
"requires": {
|
|
18081
|
-
"loader-utils": "^2.0.0",
|
|
18082
|
-
"schema-utils": "^3.0.0"
|
|
18083
|
-
}
|
|
18084
|
-
},
|
|
18085
|
-
"url-loader": {
|
|
18086
|
-
"version": "4.1.1",
|
|
18087
|
-
"resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz",
|
|
18088
|
-
"integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==",
|
|
18089
|
-
"requires": {
|
|
18090
|
-
"loader-utils": "^2.0.0",
|
|
18091
|
-
"mime-types": "^2.1.27",
|
|
18092
|
-
"schema-utils": "^3.0.0"
|
|
18093
|
-
}
|
|
18094
|
-
}
|
|
18095
16285
|
}
|
|
18096
16286
|
},
|
|
18097
16287
|
"@docusaurus/types": {
|
|
@@ -21083,9 +19273,9 @@
|
|
|
21083
19273
|
}
|
|
21084
19274
|
},
|
|
21085
19275
|
"follow-redirects": {
|
|
21086
|
-
"version": "1.14.
|
|
21087
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.
|
|
21088
|
-
"integrity": "sha512-
|
|
19276
|
+
"version": "1.14.8",
|
|
19277
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz",
|
|
19278
|
+
"integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA=="
|
|
21089
19279
|
},
|
|
21090
19280
|
"for-in": {
|
|
21091
19281
|
"version": "1.0.2",
|
|
@@ -23071,9 +21261,9 @@
|
|
|
23071
21261
|
}
|
|
23072
21262
|
},
|
|
23073
21263
|
"minimist": {
|
|
23074
|
-
"version": "1.2.
|
|
23075
|
-
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.
|
|
23076
|
-
"integrity": "sha512-
|
|
21264
|
+
"version": "1.2.6",
|
|
21265
|
+
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
|
|
21266
|
+
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
|
|
23077
21267
|
},
|
|
23078
21268
|
"mixin-deep": {
|
|
23079
21269
|
"version": "1.3.2",
|
|
@@ -23133,9 +21323,9 @@
|
|
|
23133
21323
|
"optional": true
|
|
23134
21324
|
},
|
|
23135
21325
|
"nanoid": {
|
|
23136
|
-
"version": "3.
|
|
23137
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.
|
|
23138
|
-
"integrity": "sha512-
|
|
21326
|
+
"version": "3.2.0",
|
|
21327
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.2.0.tgz",
|
|
21328
|
+
"integrity": "sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA=="
|
|
23139
21329
|
},
|
|
23140
21330
|
"nanomatch": {
|
|
23141
21331
|
"version": "1.2.13",
|
|
@@ -24089,9 +22279,9 @@
|
|
|
24089
22279
|
"requires": {}
|
|
24090
22280
|
},
|
|
24091
22281
|
"prismjs": {
|
|
24092
|
-
"version": "1.
|
|
24093
|
-
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.
|
|
24094
|
-
"integrity": "sha512-
|
|
22282
|
+
"version": "1.27.0",
|
|
22283
|
+
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz",
|
|
22284
|
+
"integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA=="
|
|
24095
22285
|
},
|
|
24096
22286
|
"process-nextick-args": {
|
|
24097
22287
|
"version": "2.0.1",
|
|
@@ -25365,9 +23555,9 @@
|
|
|
25365
23555
|
"integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg=="
|
|
25366
23556
|
},
|
|
25367
23557
|
"shelljs": {
|
|
25368
|
-
"version": "0.8.
|
|
25369
|
-
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.
|
|
25370
|
-
"integrity": "sha512-
|
|
23558
|
+
"version": "0.8.5",
|
|
23559
|
+
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
|
|
23560
|
+
"integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
|
|
25371
23561
|
"requires": {
|
|
25372
23562
|
"glob": "^7.0.0",
|
|
25373
23563
|
"interpret": "^1.0.0",
|
|
@@ -26352,9 +24542,9 @@
|
|
|
26352
24542
|
}
|
|
26353
24543
|
},
|
|
26354
24544
|
"url-parse": {
|
|
26355
|
-
"version": "1.5.
|
|
26356
|
-
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.
|
|
26357
|
-
"integrity": "sha512-
|
|
24545
|
+
"version": "1.5.10",
|
|
24546
|
+
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
|
|
24547
|
+
"integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
|
|
26358
24548
|
"requires": {
|
|
26359
24549
|
"querystringify": "^2.1.1",
|
|
26360
24550
|
"requires-port": "^1.0.0"
|