From 2591e298a3fd1332ad0ca33059f6ba0b7d426f51 Mon Sep 17 00:00:00 2001
From: pengwei <2071057782@qq.com>
Date: 星期四, 20 三月 2025 10:08:00 +0800
Subject: [PATCH] 最新代码提交
---
项目代码/client/public/favicon.ico | 0
项目代码/client/src/router/index.js | 2
项目代码/client/jsconfig.json | 8
项目代码/client/src/components/basic/VolElementMenu.vue | 2
项目代码/client/index.html | 16
项目代码/client/src/views/system/UserInfo.vue | 145
项目代码/client/.vscode/extensions.json | 3
项目代码/client/src/api/newapi/Thecurrentjob.js | 18
项目代码/client/src/views/Login.vue | 7
项目代码/client/src/assets/3D/test.gltf | 0
项目代码/client/public/ThreeModel/model.gltf | 49286 +++++++++++++++++++++++
项目代码/client/package.json | 92
项目代码/client/src/App.vue | 155
项目代码/client/src/views/tts/DataLogging/Datalogging.vue | 53
项目代码/client/src/views/tts/UserManagement/Usermanagement.vue | 488
项目代码/client/src/views/system/Sys_Log.vue | 271
项目代码/client/src/api/newapi/Template.js | 2
项目代码/client/src/assets/3D/del.glb | 0
项目代码/client/src/views/tts/TheCurrentJob/Startjob.vue | 700
项目代码/client/package-lock.json | 19370 +-------
项目代码/client/src/layout/index.vue | 29
项目代码/client/pnpm-lock.yaml | 4947 ++
项目代码/client/src/views/tts/TaskManagement/Taskmanagement.vue | 280
项目代码/client/src/components/basic/VolForm.vue | 386
项目代码/client/src/api/newapi/Process.js | 8
项目代码/client/src/views/tts/BasicInformation/Basicinformation.vue | 522
项目代码/client/src/views/tts/CraftCenter/Craftcenter.vue | 398
项目代码/client/src/router/viewGird.js | 10
项目代码/client/src/api/newapi/NjTask.js | 6
项目代码/client/src/extension/basicinfo/extend/addrouters.vue | 2
项目代码/client/src/components/basic/ViewGrid/ViewGridCustomColumn.vue | 2
项目代码/client/src/main.js | 4
项目代码/client/.gitignore | 29
项目代码/client/README.md | 29
项目代码/client/src/assets/3D/model.gltf | 49286 +++++++++++++++++++++++
项目代码/client/src/utils/index.js | 3
项目代码/client/src/stores/index.js | 96
项目代码/client/src/assets/login/bg.png | 0
项目代码/client/vite.config.js | 50
项目代码/client/src/router/redirect.js | 42
项目代码/client/dist.7z | 0
项目代码/client/src/router/charts.js | 33
项目代码/client/src/components/basic/RouterLoading.vue | 4
项目代码/client/src/api/http.js | 1
项目代码/client/src/api/newapi/Putake.js | 4
项目代码/client/src/views/tts/TheCurrentJob/Thecurrentjob.vue | 156
/dev/null | 54
项目代码/client/src/api/user.js | 17
项目代码/client/src/views/system/Permission.vue | 27
项目代码/client/src/views/system/PDAAuth.vue | 2
项目代码/client/src/assets/index/bg.png | 0
项目代码/client/src/views/tts/TaskManagement/Tasktemplates.vue | 138
项目代码/client/public/ThreeModel/test.gltf | 0
53 files changed, 110,049 insertions(+), 17,134 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/.eslintrc.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/.eslintrc.js"
deleted file mode 100644
index ab1a421..0000000
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/.eslintrc.js"
+++ /dev/null
@@ -1,28 +0,0 @@
-module.exports = {
- root: true,
- env: {
- node: true
- },
- 'extends': [
- 'plugin:vue/vue3-essential',
- 'eslint:recommended'
- ],
- parserOptions: {
- parser: 'babel-eslint'
- },
- rules: {
- 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
- 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
- },
- overrides: [
- {
- files: [
- '**/__tests__/*.{j,t}s?(x)',
- '**/tests/unit/**/*.spec.{j,t}s?(x)'
- ],
- env: {
- mocha: true
- }
- }
- ]
-}
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/.gitignore" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/.gitignore"
index 403adbc..8ee54e8 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/.gitignore"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/.gitignore"
@@ -1,23 +1,30 @@
-.DS_Store
-node_modules
-/dist
-
-
-# local env files
-.env.local
-.env.*.local
-
-# Log files
+# Logs
+logs
+*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
+lerna-debug.log*
+
+node_modules
+.DS_Store
+dist
+dist-ssr
+coverage
+*.local
+
+/cypress/videos/
+/cypress/screenshots/
# Editor directories and files
+.vscode/*
+!.vscode/extensions.json
.idea
-.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
+
+*.tsbuildinfo
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/.vscode/extensions.json" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/.vscode/extensions.json"
new file mode 100644
index 0000000..a7cea0b
--- /dev/null
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/.vscode/extensions.json"
@@ -0,0 +1,3 @@
+{
+ "recommendations": ["Vue.volar"]
+}
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/README.md" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/README.md"
new file mode 100644
index 0000000..bbec885
--- /dev/null
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/README.md"
@@ -0,0 +1,29 @@
+# Maint
+
+This template should help get you started developing with Vue 3 in Vite.
+
+## Recommended IDE Setup
+
+[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
+
+## Customize configuration
+
+See [Vite Configuration Reference](https://vite.dev/config/).
+
+## Project Setup
+
+```sh
+npm install
+```
+
+### Compile and Hot-Reload for Development
+
+```sh
+npm run dev
+```
+
+### Compile and Minify for Production
+
+```sh
+npm run build
+```
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/babel.config.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/babel.config.js"
deleted file mode 100644
index e955840..0000000
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/babel.config.js"
+++ /dev/null
@@ -1,5 +0,0 @@
-module.exports = {
- presets: [
- '@vue/cli-plugin-babel/preset'
- ]
-}
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/dist.7z" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/dist.7z"
index 8759340..7a2aef6 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/dist.7z"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/dist.7z"
Binary files differ
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/env.product" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/env.product"
deleted file mode 100644
index e69de29..0000000
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/env.product"
+++ /dev/null
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/public/index.html" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/index.html"
similarity index 89%
rename from "\351\241\271\347\233\256\344\273\243\347\240\201/client/public/index.html"
rename to "\351\241\271\347\233\256\344\273\243\347\240\201/client/index.html"
index 19efa49..99b7a76 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/public/index.html"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/index.html"
@@ -1,32 +1,28 @@
<!DOCTYPE html>
<html lang="">
<head>
- <meta charset="utf-8" />
+ <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width,initial-scale=1.0" />
+ <!-- <link rel="icon" href="/favicon.ico" /> -->
<meta
name="keywords"
content=".netccore,dotnet core,vue,element,element plus,vue3"
/>
- <!-- <meta
- http-equiv="Content-Security-Policy"
- content="upgrade-insecure-requests"
- /> -->
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./logo.png" />
<meta name="description" content="" />
<title>鏅鸿兘鎵煩鎺у埗绯荤粺</title>
</head>
-
<body>
- <noscript>
+ <!-- <noscript>
<strong
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
properly without JavaScript enabled. Please enable it to
continue.</strong
>
- </noscript>
+ </noscript> -->
<div id="app"></div>
- <!-- built files will be auto injected -->
+ <script type="module" src="/src/main.js"></script>
</body>
</html>
<style>
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/jsconfig.json" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/jsconfig.json"
new file mode 100644
index 0000000..5a1f2d2
--- /dev/null
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/jsconfig.json"
@@ -0,0 +1,8 @@
+{
+ "compilerOptions": {
+ "paths": {
+ "@/*": ["./src/*"]
+ }
+ },
+ "exclude": ["node_modules", "dist"]
+}
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/package-lock.json" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/package-lock.json"
index d708707..f953880 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/package-lock.json"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/package-lock.json"
@@ -1,65 +1,37 @@
{
- "name": "wideseawcs",
- "version": "0.1.0",
+ "name": "maint",
+ "version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
- "name": "wideseawcs",
- "version": "0.1.0",
+ "name": "maint",
+ "version": "0.0.0",
"dependencies": {
- "@element-plus/icons-vue": "^2.1.0",
- "@microsoft/signalr": "^6.0.4",
- "ali-oss": "^6.17.1",
- "axios": "^0.21.1",
- "core-js": "^3.6.5",
- "echarts": "^5.0.2",
+ "@element-plus/icons-vue": "^2.3.1",
+ "ali-oss": "^6.22.0",
+ "axios": "^1.8.3",
+ "chart.js": "^4.4.7",
+ "echarts": "^5.6.0",
"element-china-area-data": "^6.1.0",
- "element-plus": "^2.2.14",
- "js-cookie": "^3.0.5",
- "jsencrypt": "^3.3.2",
- "less": "^4.1.1",
- "print-js": "^1.6.0",
- "vue": "^3.2.37",
- "vue-3d-model": "^1.4.1",
- "vue-draggable-next": "^2.0.1",
- "vue-qr": "^4.0.9",
- "vue-router": "^4.0.0-0",
- "vuex": "^4.0.0-0",
- "wangeditor": "^4.7.6",
- "xlsx": "^0.18.5"
+ "element-plus": "^2.9.6",
+ "pinia": "^2.3.0",
+ "scss": "^0.2.4",
+ "vue": "^3.5.13",
+ "vue-3d-model": "2.0.0-alpha.4",
+ "vue-chartjs": "^5.3.2",
+ "vue-router": "^4.5.0",
+ "vuex": "^4.0.2",
+ "wangeditor": "^4.7.15"
},
"devDependencies": {
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@vue/cli-plugin-babel": "~4.5.0",
- "@vue/cli-plugin-eslint": "~4.5.0",
- "@vue/cli-plugin-router": "~4.5.0",
- "@vue/cli-plugin-unit-mocha": "~4.5.0",
- "@vue/cli-plugin-vuex": "~4.5.0",
- "@vue/cli-service": "~4.5.0",
- "@vue/compiler-sfc": "^3.0.0",
- "@vue/test-utils": "^2.0.0-0",
- "babel-eslint": "^10.1.0",
- "chai": "^4.1.2",
- "cross-env": "^7.0.3",
- "less": "^4.1.1",
- "less-loader": "^7.3.0",
- "stylus": "^0.54.7",
- "stylus-loader": "^3.0.2"
- }
- },
- "node_modules/@achrinza/node-ipc": {
- "version": "9.2.2",
- "resolved": "https://registry.npmmirror.com/@achrinza/node-ipc/-/node-ipc-9.2.2.tgz",
- "integrity": "sha512-b90U39dx0cU6emsOvy5hxU4ApNXnE3+Tuo8XQZfiKTGelDwpMwBVgBP7QX6dGTcJgu/miyJuNJ/2naFBliNWEw==",
- "dev": true,
- "dependencies": {
- "@node-ipc/js-queue": "2.0.3",
- "event-pubsub": "4.3.0",
- "js-message": "1.0.7"
- },
- "engines": {
- "node": "8 || 10 || 12 || 14 || 16 || 17"
+ "@vitejs/plugin-vue": "^5.2.1",
+ "@vitejs/plugin-vue-jsx": "^4.1.1",
+ "less": "^4.2.2",
+ "sass-embedded": "^1.83.1",
+ "sass-loader": "^7.3.1",
+ "vite": "^6.0.5",
+ "vite-plugin-vue-devtools": "^7.6.8"
}
},
"node_modules/@ampproject/remapping": {
@@ -67,6 +39,7 @@
"resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz",
"integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
"dev": true,
+ "license": "Apache-2.0",
"dependencies": {
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.24"
@@ -75,11 +48,22 @@
"node": ">=6.0.0"
}
},
+ "node_modules/@antfu/utils": {
+ "version": "0.7.10",
+ "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.10.tgz",
+ "integrity": "sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/antfu"
+ }
+ },
"node_modules/@babel/code-frame": {
"version": "7.26.2",
"resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.26.2.tgz",
"integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/helper-validator-identifier": "^7.25.9",
"js-tokens": "^4.0.0",
@@ -90,10 +74,11 @@
}
},
"node_modules/@babel/compat-data": {
- "version": "7.26.2",
- "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.26.2.tgz",
- "integrity": "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==",
+ "version": "7.26.5",
+ "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.26.5.tgz",
+ "integrity": "sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": ">=6.9.0"
}
@@ -103,6 +88,7 @@
"resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.26.0.tgz",
"integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/code-frame": "^7.26.0",
@@ -128,23 +114,15 @@
"url": "https://opencollective.com/babel"
}
},
- "node_modules/@babel/core/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- }
- },
"node_modules/@babel/generator": {
- "version": "7.26.2",
- "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.26.2.tgz",
- "integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==",
+ "version": "7.26.5",
+ "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.26.5.tgz",
+ "integrity": "sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "@babel/parser": "^7.26.2",
- "@babel/types": "^7.26.0",
+ "@babel/parser": "^7.26.5",
+ "@babel/types": "^7.26.5",
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.25",
"jsesc": "^3.0.2"
@@ -158,20 +136,8 @@
"resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz",
"integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "@babel/types": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz",
- "integrity": "sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==",
- "dev": true,
- "dependencies": {
- "@babel/traverse": "^7.25.9",
"@babel/types": "^7.25.9"
},
"engines": {
@@ -179,12 +145,13 @@
}
},
"node_modules/@babel/helper-compilation-targets": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz",
- "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==",
+ "version": "7.26.5",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz",
+ "integrity": "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "@babel/compat-data": "^7.25.9",
+ "@babel/compat-data": "^7.26.5",
"@babel/helper-validator-option": "^7.25.9",
"browserslist": "^4.24.0",
"lru-cache": "^5.1.1",
@@ -194,20 +161,12 @@
"node": ">=6.9.0"
}
},
- "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- }
- },
"node_modules/@babel/helper-create-class-features-plugin": {
"version": "7.25.9",
"resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz",
"integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.25.9",
"@babel/helper-member-expression-to-functions": "^7.25.9",
@@ -224,62 +183,12 @@
"@babel/core": "^7.0.0"
}
},
- "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@babel/helper-create-regexp-features-plugin": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.9.tgz",
- "integrity": "sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==",
- "dev": true,
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.25.9",
- "regexpu-core": "^6.1.1",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@babel/helper-define-polyfill-provider": {
- "version": "0.6.3",
- "resolved": "https://registry.npmmirror.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz",
- "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==",
- "dev": true,
- "dependencies": {
- "@babel/helper-compilation-targets": "^7.22.6",
- "@babel/helper-plugin-utils": "^7.22.5",
- "debug": "^4.1.1",
- "lodash.debounce": "^4.0.8",
- "resolve": "^1.14.2"
- },
- "peerDependencies": {
- "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
- }
- },
"node_modules/@babel/helper-member-expression-to-functions": {
"version": "7.25.9",
"resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz",
"integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/traverse": "^7.25.9",
"@babel/types": "^7.25.9"
@@ -293,6 +202,7 @@
"resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz",
"integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/traverse": "^7.25.9",
"@babel/types": "^7.25.9"
@@ -306,6 +216,7 @@
"resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz",
"integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/helper-module-imports": "^7.25.9",
"@babel/helper-validator-identifier": "^7.25.9",
@@ -323,6 +234,7 @@
"resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz",
"integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/types": "^7.25.9"
},
@@ -331,59 +243,31 @@
}
},
"node_modules/@babel/helper-plugin-utils": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz",
- "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==",
+ "version": "7.26.5",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz",
+ "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-remap-async-to-generator": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz",
- "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==",
- "dev": true,
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.25.9",
- "@babel/helper-wrap-function": "^7.25.9",
- "@babel/traverse": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
}
},
"node_modules/@babel/helper-replace-supers": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz",
- "integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==",
+ "version": "7.26.5",
+ "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz",
+ "integrity": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/helper-member-expression-to-functions": "^7.25.9",
"@babel/helper-optimise-call-expression": "^7.25.9",
- "@babel/traverse": "^7.25.9"
+ "@babel/traverse": "^7.26.5"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/helper-simple-access": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz",
- "integrity": "sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==",
- "dev": true,
- "dependencies": {
- "@babel/traverse": "^7.25.9",
- "@babel/types": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
}
},
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
@@ -391,6 +275,7 @@
"resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz",
"integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/traverse": "^7.25.9",
"@babel/types": "^7.25.9"
@@ -403,6 +288,7 @@
"version": "7.25.9",
"resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
"integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
+ "license": "MIT",
"engines": {
"node": ">=6.9.0"
}
@@ -411,6 +297,7 @@
"version": "7.25.9",
"resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
"integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
+ "license": "MIT",
"engines": {
"node": ">=6.9.0"
}
@@ -420,20 +307,7 @@
"resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz",
"integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==",
"dev": true,
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/helper-wrap-function": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz",
- "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==",
- "dev": true,
- "dependencies": {
- "@babel/template": "^7.25.9",
- "@babel/traverse": "^7.25.9",
- "@babel/types": "^7.25.9"
- },
+ "license": "MIT",
"engines": {
"node": ">=6.9.0"
}
@@ -443,6 +317,7 @@
"resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.26.0.tgz",
"integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/template": "^7.25.9",
"@babel/types": "^7.26.0"
@@ -452,11 +327,12 @@
}
},
"node_modules/@babel/parser": {
- "version": "7.26.2",
- "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.26.2.tgz",
- "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==",
+ "version": "7.26.5",
+ "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.26.5.tgz",
+ "integrity": "sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==",
+ "license": "MIT",
"dependencies": {
- "@babel/types": "^7.26.0"
+ "@babel/types": "^7.26.5"
},
"bin": {
"parser": "bin/babel-parser.js"
@@ -465,107 +341,12 @@
"node": ">=6.0.0"
}
},
- "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz",
- "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9",
- "@babel/traverse": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz",
- "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz",
- "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz",
- "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
- "@babel/plugin-transform-optional-chaining": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.13.0"
- }
- },
- "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz",
- "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9",
- "@babel/traverse": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-proposal-class-properties": {
- "version": "7.18.6",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
- "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
- "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.",
- "dev": true,
- "dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.18.6",
- "@babel/helper-plugin-utils": "^7.18.6"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
"node_modules/@babel/plugin-proposal-decorators": {
"version": "7.25.9",
"resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.25.9.tgz",
"integrity": "sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.25.9",
"@babel/helper-plugin-utils": "^7.25.9",
@@ -578,50 +359,12 @@
"@babel/core": "^7.0.0-0"
}
},
- "node_modules/@babel/plugin-proposal-private-property-in-object": {
- "version": "7.21.0-placeholder-for-preset-env.2",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
- "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
- "dev": true,
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
"node_modules/@babel/plugin-syntax-decorators": {
"version": "7.25.9",
"resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.25.9.tgz",
"integrity": "sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==",
"dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-dynamic-import": {
- "version": "7.8.3",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
- "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.8.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-syntax-import-assertions": {
- "version": "7.26.0",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz",
- "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==",
- "dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.25.9"
},
@@ -637,11 +380,25 @@
"resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz",
"integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-import-meta": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
+ "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
@@ -652,6 +409,7 @@
"resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz",
"integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.25.9"
},
@@ -662,27 +420,12 @@
"@babel/core": "^7.0.0-0"
}
},
- "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
- "version": "7.18.6",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
- "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
- "dev": true,
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.18.6",
- "@babel/helper-plugin-utils": "^7.18.6"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-transform-arrow-functions": {
+ "node_modules/@babel/plugin-syntax-typescript": {
"version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz",
- "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz",
+ "integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.25.9"
},
@@ -693,951 +436,43 @@
"@babel/core": "^7.0.0-0"
}
},
- "node_modules/@babel/plugin-transform-async-generator-functions": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz",
- "integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==",
+ "node_modules/@babel/plugin-transform-typescript": {
+ "version": "7.26.5",
+ "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.5.tgz",
+ "integrity": "sha512-GJhPO0y8SD5EYVCy2Zr+9dSZcEgaSmq5BLR0Oc25TOEhC+ba49vUAGZFjy8v79z9E1mdldq4x9d1xgh4L1d5dQ==",
"dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9",
- "@babel/helper-remap-async-to-generator": "^7.25.9",
- "@babel/traverse": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-async-to-generator": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz",
- "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==",
- "dev": true,
- "dependencies": {
- "@babel/helper-module-imports": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9",
- "@babel/helper-remap-async-to-generator": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-block-scoped-functions": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz",
- "integrity": "sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-block-scoping": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz",
- "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-class-properties": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz",
- "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==",
- "dev": true,
- "dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-class-static-block": {
- "version": "7.26.0",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz",
- "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==",
- "dev": true,
- "dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.12.0"
- }
- },
- "node_modules/@babel/plugin-transform-classes": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz",
- "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==",
- "dev": true,
- "dependencies": {
- "@babel/helper-annotate-as-pure": "^7.25.9",
- "@babel/helper-compilation-targets": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9",
- "@babel/helper-replace-supers": "^7.25.9",
- "@babel/traverse": "^7.25.9",
- "globals": "^11.1.0"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-computed-properties": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz",
- "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9",
- "@babel/template": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-destructuring": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz",
- "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-dotall-regex": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz",
- "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==",
- "dev": true,
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-duplicate-keys": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz",
- "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz",
- "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==",
- "dev": true,
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-transform-dynamic-import": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz",
- "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-exponentiation-operator": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz",
- "integrity": "sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==",
- "dev": true,
- "dependencies": {
- "@babel/helper-builder-binary-assignment-operator-visitor": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-export-namespace-from": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz",
- "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-for-of": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz",
- "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-function-name": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz",
- "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==",
- "dev": true,
- "dependencies": {
- "@babel/helper-compilation-targets": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9",
- "@babel/traverse": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-json-strings": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz",
- "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-literals": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz",
- "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-logical-assignment-operators": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz",
- "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-member-expression-literals": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz",
- "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-modules-amd": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz",
- "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==",
- "dev": true,
- "dependencies": {
- "@babel/helper-module-transforms": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-modules-commonjs": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz",
- "integrity": "sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==",
- "dev": true,
- "dependencies": {
- "@babel/helper-module-transforms": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9",
- "@babel/helper-simple-access": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-modules-systemjs": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz",
- "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==",
- "dev": true,
- "dependencies": {
- "@babel/helper-module-transforms": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9",
- "@babel/helper-validator-identifier": "^7.25.9",
- "@babel/traverse": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-modules-umd": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz",
- "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==",
- "dev": true,
- "dependencies": {
- "@babel/helper-module-transforms": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz",
- "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==",
- "dev": true,
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-transform-new-target": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz",
- "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz",
- "integrity": "sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-numeric-separator": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz",
- "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-object-rest-spread": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz",
- "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==",
- "dev": true,
- "dependencies": {
- "@babel/helper-compilation-targets": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9",
- "@babel/plugin-transform-parameters": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-object-super": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz",
- "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9",
- "@babel/helper-replace-supers": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-optional-catch-binding": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz",
- "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-optional-chaining": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz",
- "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-parameters": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz",
- "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-private-methods": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz",
- "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==",
- "dev": true,
- "dependencies": {
- "@babel/helper-create-class-features-plugin": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-private-property-in-object": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz",
- "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==",
- "dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.25.9",
"@babel/helper-create-class-features-plugin": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9"
+ "@babel/helper-plugin-utils": "^7.26.5",
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
+ "@babel/plugin-syntax-typescript": "^7.25.9"
},
"engines": {
"node": ">=6.9.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-property-literals": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz",
- "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-regenerator": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz",
- "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9",
- "regenerator-transform": "^0.15.2"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-regexp-modifiers": {
- "version": "7.26.0",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz",
- "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==",
- "dev": true,
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/plugin-transform-reserved-words": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz",
- "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-runtime": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.9.tgz",
- "integrity": "sha512-nZp7GlEl+yULJrClz0SwHPqir3lc0zsPrDHQUcxGspSL7AKrexNSEfTbfqnDNJUO13bgKyfuOLMF8Xqtu8j3YQ==",
- "dev": true,
- "dependencies": {
- "@babel/helper-module-imports": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9",
- "babel-plugin-polyfill-corejs2": "^0.4.10",
- "babel-plugin-polyfill-corejs3": "^0.10.6",
- "babel-plugin-polyfill-regenerator": "^0.6.1",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-runtime/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@babel/plugin-transform-shorthand-properties": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz",
- "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-spread": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz",
- "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-sticky-regex": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz",
- "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-template-literals": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz",
- "integrity": "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-typeof-symbol": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz",
- "integrity": "sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-unicode-escapes": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz",
- "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-unicode-property-regex": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz",
- "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==",
- "dev": true,
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-unicode-regex": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz",
- "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==",
- "dev": true,
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/plugin-transform-unicode-sets-regex": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz",
- "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==",
- "dev": true,
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- }
- },
- "node_modules/@babel/preset-env": {
- "version": "7.26.0",
- "resolved": "https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.26.0.tgz",
- "integrity": "sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==",
- "dev": true,
- "dependencies": {
- "@babel/compat-data": "^7.26.0",
- "@babel/helper-compilation-targets": "^7.25.9",
- "@babel/helper-plugin-utils": "^7.25.9",
- "@babel/helper-validator-option": "^7.25.9",
- "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9",
- "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9",
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9",
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9",
- "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9",
- "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
- "@babel/plugin-syntax-import-assertions": "^7.26.0",
- "@babel/plugin-syntax-import-attributes": "^7.26.0",
- "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
- "@babel/plugin-transform-arrow-functions": "^7.25.9",
- "@babel/plugin-transform-async-generator-functions": "^7.25.9",
- "@babel/plugin-transform-async-to-generator": "^7.25.9",
- "@babel/plugin-transform-block-scoped-functions": "^7.25.9",
- "@babel/plugin-transform-block-scoping": "^7.25.9",
- "@babel/plugin-transform-class-properties": "^7.25.9",
- "@babel/plugin-transform-class-static-block": "^7.26.0",
- "@babel/plugin-transform-classes": "^7.25.9",
- "@babel/plugin-transform-computed-properties": "^7.25.9",
- "@babel/plugin-transform-destructuring": "^7.25.9",
- "@babel/plugin-transform-dotall-regex": "^7.25.9",
- "@babel/plugin-transform-duplicate-keys": "^7.25.9",
- "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9",
- "@babel/plugin-transform-dynamic-import": "^7.25.9",
- "@babel/plugin-transform-exponentiation-operator": "^7.25.9",
- "@babel/plugin-transform-export-namespace-from": "^7.25.9",
- "@babel/plugin-transform-for-of": "^7.25.9",
- "@babel/plugin-transform-function-name": "^7.25.9",
- "@babel/plugin-transform-json-strings": "^7.25.9",
- "@babel/plugin-transform-literals": "^7.25.9",
- "@babel/plugin-transform-logical-assignment-operators": "^7.25.9",
- "@babel/plugin-transform-member-expression-literals": "^7.25.9",
- "@babel/plugin-transform-modules-amd": "^7.25.9",
- "@babel/plugin-transform-modules-commonjs": "^7.25.9",
- "@babel/plugin-transform-modules-systemjs": "^7.25.9",
- "@babel/plugin-transform-modules-umd": "^7.25.9",
- "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9",
- "@babel/plugin-transform-new-target": "^7.25.9",
- "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9",
- "@babel/plugin-transform-numeric-separator": "^7.25.9",
- "@babel/plugin-transform-object-rest-spread": "^7.25.9",
- "@babel/plugin-transform-object-super": "^7.25.9",
- "@babel/plugin-transform-optional-catch-binding": "^7.25.9",
- "@babel/plugin-transform-optional-chaining": "^7.25.9",
- "@babel/plugin-transform-parameters": "^7.25.9",
- "@babel/plugin-transform-private-methods": "^7.25.9",
- "@babel/plugin-transform-private-property-in-object": "^7.25.9",
- "@babel/plugin-transform-property-literals": "^7.25.9",
- "@babel/plugin-transform-regenerator": "^7.25.9",
- "@babel/plugin-transform-regexp-modifiers": "^7.26.0",
- "@babel/plugin-transform-reserved-words": "^7.25.9",
- "@babel/plugin-transform-shorthand-properties": "^7.25.9",
- "@babel/plugin-transform-spread": "^7.25.9",
- "@babel/plugin-transform-sticky-regex": "^7.25.9",
- "@babel/plugin-transform-template-literals": "^7.25.9",
- "@babel/plugin-transform-typeof-symbol": "^7.25.9",
- "@babel/plugin-transform-unicode-escapes": "^7.25.9",
- "@babel/plugin-transform-unicode-property-regex": "^7.25.9",
- "@babel/plugin-transform-unicode-regex": "^7.25.9",
- "@babel/plugin-transform-unicode-sets-regex": "^7.25.9",
- "@babel/preset-modules": "0.1.6-no-external-plugins",
- "babel-plugin-polyfill-corejs2": "^0.4.10",
- "babel-plugin-polyfill-corejs3": "^0.10.6",
- "babel-plugin-polyfill-regenerator": "^0.6.1",
- "core-js-compat": "^3.38.1",
- "semver": "^6.3.1"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@babel/preset-env/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@babel/preset-modules": {
- "version": "0.1.6-no-external-plugins",
- "resolved": "https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
- "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
- "dev": true,
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/types": "^7.4.4",
- "esutils": "^2.0.2"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
}
},
"node_modules/@babel/runtime": {
- "version": "7.26.0",
- "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.26.0.tgz",
- "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==",
+ "version": "7.26.10",
+ "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.26.10.tgz",
+ "integrity": "sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==",
+ "license": "MIT",
"dependencies": {
"regenerator-runtime": "^0.14.0"
},
"engines": {
"node": ">=6.9.0"
}
- },
- "node_modules/@babel/runtime-corejs2": {
- "version": "7.26.0",
- "resolved": "https://registry.npmmirror.com/@babel/runtime-corejs2/-/runtime-corejs2-7.26.0.tgz",
- "integrity": "sha512-AQKSxUdaM7uTEGFmLZj1LOgX3LaLdt4udjqywaVdN6R5P2KAgqtBkDW4TS2ySRYNqcKmEe8Xv96jegHJNNb7Gg==",
- "dev": true,
- "dependencies": {
- "core-js": "^2.6.12",
- "regenerator-runtime": "^0.14.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/@babel/runtime-corejs2/node_modules/core-js": {
- "version": "2.6.12",
- "resolved": "https://registry.npmmirror.com/core-js/-/core-js-2.6.12.tgz",
- "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
- "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.",
- "dev": true,
- "hasInstallScript": true
},
"node_modules/@babel/runtime-corejs3": {
- "version": "7.26.0",
- "resolved": "https://registry.npmmirror.com/@babel/runtime-corejs3/-/runtime-corejs3-7.26.0.tgz",
- "integrity": "sha512-YXHu5lN8kJCb1LOb9PgV6pvak43X2h4HvRApcN5SdWeaItQOzfn1hgP6jasD6KWQyJDBxrVmA9o9OivlnNJK/w==",
+ "version": "7.26.10",
+ "resolved": "https://registry.npmmirror.com/@babel/runtime-corejs3/-/runtime-corejs3-7.26.10.tgz",
+ "integrity": "sha512-uITFQYO68pMEYR46AHgQoyBg7KPPJDAbGn4jUTIRgCFJIp88MIBUianVOplhZDEec07bp9zIyr4Kp0FCyQzmWg==",
+ "license": "MIT",
"dependencies": {
"core-js-pure": "^3.30.2",
"regenerator-runtime": "^0.14.0"
@@ -1651,6 +486,7 @@
"resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.25.9.tgz",
"integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.25.9",
"@babel/parser": "^7.25.9",
@@ -1661,16 +497,17 @@
}
},
"node_modules/@babel/traverse": {
- "version": "7.25.9",
- "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.25.9.tgz",
- "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==",
+ "version": "7.26.5",
+ "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.26.5.tgz",
+ "integrity": "sha512-rkOSPOw+AXbgtwUga3U4u8RpoK9FEFWBNAlTpcnkLFjL5CT+oyHNuUUC/xx6XefEJ16r38r8Bc/lfp6rYuHeJQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.25.9",
- "@babel/generator": "^7.25.9",
- "@babel/parser": "^7.25.9",
+ "@babel/code-frame": "^7.26.2",
+ "@babel/generator": "^7.26.5",
+ "@babel/parser": "^7.26.5",
"@babel/template": "^7.25.9",
- "@babel/types": "^7.25.9",
+ "@babel/types": "^7.26.5",
"debug": "^4.3.1",
"globals": "^11.1.0"
},
@@ -1679,9 +516,10 @@
}
},
"node_modules/@babel/types": {
- "version": "7.26.0",
- "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.26.0.tgz",
- "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==",
+ "version": "7.26.5",
+ "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.26.5.tgz",
+ "integrity": "sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==",
+ "license": "MIT",
"dependencies": {
"@babel/helper-string-parser": "^7.25.9",
"@babel/helper-validator-identifier": "^7.25.9"
@@ -1690,10 +528,18 @@
"node": ">=6.9.0"
}
},
+ "node_modules/@bufbuild/protobuf": {
+ "version": "2.2.3",
+ "resolved": "https://registry.npmmirror.com/@bufbuild/protobuf/-/protobuf-2.2.3.tgz",
+ "integrity": "sha512-tFQoXHJdkEOSwj5tRIZSPNUuXK3RaR7T1nUrPgbYX1pUbvqqaaZAsfo+NXBPsz5rZMSKVFrgK1WL8Q/MSLvprg==",
+ "dev": true,
+ "license": "(Apache-2.0 AND BSD-3-Clause)"
+ },
"node_modules/@ctrl/tinycolor": {
"version": "3.6.1",
"resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
"integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
+ "license": "MIT",
"engines": {
"node": ">=10"
}
@@ -1702,214 +548,467 @@
"version": "2.3.1",
"resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
"integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
+ "license": "MIT",
"peerDependencies": {
"vue": "^3.2.0"
}
},
+ "node_modules/@esbuild/aix-ppc64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.24.2.tgz",
+ "integrity": "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "aix"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/android-arm": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.24.2.tgz",
+ "integrity": "sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/android-arm64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.24.2.tgz",
+ "integrity": "sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/android-x64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.24.2.tgz",
+ "integrity": "sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/darwin-arm64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.24.2.tgz",
+ "integrity": "sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/darwin-x64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.24.2.tgz",
+ "integrity": "sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/freebsd-arm64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.2.tgz",
+ "integrity": "sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/freebsd-x64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.24.2.tgz",
+ "integrity": "sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-arm": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.24.2.tgz",
+ "integrity": "sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-arm64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.24.2.tgz",
+ "integrity": "sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-ia32": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.24.2.tgz",
+ "integrity": "sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-loong64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.24.2.tgz",
+ "integrity": "sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==",
+ "cpu": [
+ "loong64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-mips64el": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.24.2.tgz",
+ "integrity": "sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==",
+ "cpu": [
+ "mips64el"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-ppc64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.24.2.tgz",
+ "integrity": "sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-riscv64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.24.2.tgz",
+ "integrity": "sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-s390x": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.24.2.tgz",
+ "integrity": "sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/linux-x64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.24.2.tgz",
+ "integrity": "sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/netbsd-arm64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.24.2.tgz",
+ "integrity": "sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "netbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/netbsd-x64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.24.2.tgz",
+ "integrity": "sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "netbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/openbsd-arm64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.2.tgz",
+ "integrity": "sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/openbsd-x64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.24.2.tgz",
+ "integrity": "sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "openbsd"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/sunos-x64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.24.2.tgz",
+ "integrity": "sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "sunos"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/win32-arm64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.24.2.tgz",
+ "integrity": "sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/win32-ia32": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.24.2.tgz",
+ "integrity": "sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
+ "node_modules/@esbuild/win32-x64": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.24.2.tgz",
+ "integrity": "sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=18"
+ }
+ },
"node_modules/@floating-ui/core": {
- "version": "1.6.8",
- "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.6.8.tgz",
- "integrity": "sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==",
+ "version": "1.6.9",
+ "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.6.9.tgz",
+ "integrity": "sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw==",
+ "license": "MIT",
"dependencies": {
- "@floating-ui/utils": "^0.2.8"
+ "@floating-ui/utils": "^0.2.9"
}
},
"node_modules/@floating-ui/dom": {
- "version": "1.6.12",
- "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.6.12.tgz",
- "integrity": "sha512-NP83c0HjokcGVEMeoStg317VD9W7eDlGK7457dMBANbKA6GJZdc7rjujdgqzTaz93jkGgc5P/jeWbaCHnMNc+w==",
+ "version": "1.6.13",
+ "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.6.13.tgz",
+ "integrity": "sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w==",
+ "license": "MIT",
"dependencies": {
"@floating-ui/core": "^1.6.0",
- "@floating-ui/utils": "^0.2.8"
+ "@floating-ui/utils": "^0.2.9"
}
},
"node_modules/@floating-ui/utils": {
- "version": "0.2.8",
- "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.8.tgz",
- "integrity": "sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig=="
- },
- "node_modules/@hapi/address": {
- "version": "2.1.4",
- "resolved": "https://registry.npmmirror.com/@hapi/address/-/address-2.1.4.tgz",
- "integrity": "sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ==",
- "deprecated": "Moved to 'npm install @sideway/address'",
- "dev": true
- },
- "node_modules/@hapi/bourne": {
- "version": "1.3.2",
- "resolved": "https://registry.npmmirror.com/@hapi/bourne/-/bourne-1.3.2.tgz",
- "integrity": "sha512-1dVNHT76Uu5N3eJNTYcvxee+jzX4Z9lfciqRRHCU27ihbUcYi+iSc2iml5Ke1LXe1SyJCLA0+14Jh4tXJgOppA==",
- "deprecated": "This version has been deprecated and is no longer supported or maintained",
- "dev": true
- },
- "node_modules/@hapi/hoek": {
- "version": "8.5.1",
- "resolved": "https://registry.npmmirror.com/@hapi/hoek/-/hoek-8.5.1.tgz",
- "integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==",
- "deprecated": "This version has been deprecated and is no longer supported or maintained",
- "dev": true
- },
- "node_modules/@hapi/joi": {
- "version": "15.1.1",
- "resolved": "https://registry.npmmirror.com/@hapi/joi/-/joi-15.1.1.tgz",
- "integrity": "sha512-entf8ZMOK8sc+8YfeOlM8pCfg3b5+WZIKBfUaaJT8UsjAAPjartzxIYm3TIbjvA4u+u++KbcXD38k682nVHDAQ==",
- "deprecated": "Switch to 'npm install joi'",
- "dev": true,
- "dependencies": {
- "@hapi/address": "2.x.x",
- "@hapi/bourne": "1.x.x",
- "@hapi/hoek": "8.x.x",
- "@hapi/topo": "3.x.x"
- }
- },
- "node_modules/@hapi/topo": {
- "version": "3.1.6",
- "resolved": "https://registry.npmmirror.com/@hapi/topo/-/topo-3.1.6.tgz",
- "integrity": "sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==",
- "deprecated": "This version has been deprecated and is no longer supported or maintained",
- "dev": true,
- "dependencies": {
- "@hapi/hoek": "^8.3.0"
- }
- },
- "node_modules/@intervolga/optimize-cssnano-plugin": {
- "version": "1.0.6",
- "resolved": "https://registry.npmmirror.com/@intervolga/optimize-cssnano-plugin/-/optimize-cssnano-plugin-1.0.6.tgz",
- "integrity": "sha512-zN69TnSr0viRSU6cEDIcuPcP67QcpQ6uHACg58FiN9PDrU6SLyGW3MR4tiISbYxy1kDWAVPwD+XwQTWE5cigAA==",
- "dev": true,
- "dependencies": {
- "cssnano": "^4.0.0",
- "cssnano-preset-default": "^4.0.0",
- "postcss": "^7.0.0"
- },
- "peerDependencies": {
- "webpack": "^4.0.0"
- }
- },
- "node_modules/@intervolga/optimize-cssnano-plugin/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/@intervolga/optimize-cssnano-plugin/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/@isaacs/cliui": {
- "version": "8.0.2",
- "resolved": "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-8.0.2.tgz",
- "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
- "dev": true,
- "dependencies": {
- "string-width": "^5.1.2",
- "string-width-cjs": "npm:string-width@^4.2.0",
- "strip-ansi": "^7.0.1",
- "strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
- "wrap-ansi": "^8.1.0",
- "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
- },
- "engines": {
- "node": ">=12"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
- "version": "6.1.0",
- "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.1.0.tgz",
- "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
- "version": "6.2.1",
- "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz",
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
- "version": "9.2.2",
- "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz",
- "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
- "dev": true
- },
- "node_modules/@isaacs/cliui/node_modules/string-width": {
- "version": "5.1.2",
- "resolved": "https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz",
- "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
- "dev": true,
- "dependencies": {
- "eastasianwidth": "^0.2.0",
- "emoji-regex": "^9.2.2",
- "strip-ansi": "^7.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^6.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
- }
- },
- "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
- "version": "8.1.0",
- "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
- "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^6.1.0",
- "string-width": "^5.0.1",
- "strip-ansi": "^7.0.1"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
+ "version": "0.2.9",
+ "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.9.tgz",
+ "integrity": "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==",
+ "license": "MIT"
},
"node_modules/@jridgewell/gen-mapping": {
- "version": "0.3.5",
- "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
- "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
+ "version": "0.3.8",
+ "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
+ "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@jridgewell/set-array": "^1.2.1",
"@jridgewell/sourcemap-codec": "^1.4.10",
@@ -1924,6 +1023,7 @@
"resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": ">=6.0.0"
}
@@ -1933,478 +1033,463 @@
"resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz",
"integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/source-map": {
+ "version": "0.3.6",
+ "resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.6.tgz",
+ "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "peer": true,
+ "dependencies": {
+ "@jridgewell/gen-mapping": "^0.3.5",
+ "@jridgewell/trace-mapping": "^0.3.25"
}
},
"node_modules/@jridgewell/sourcemap-codec": {
"version": "1.5.0",
"resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
- "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="
+ "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
+ "license": "MIT"
},
"node_modules/@jridgewell/trace-mapping": {
"version": "0.3.25",
"resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
"integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@jridgewell/resolve-uri": "^3.1.0",
"@jridgewell/sourcemap-codec": "^1.4.14"
}
},
- "node_modules/@microsoft/signalr": {
- "version": "6.0.25",
- "resolved": "https://registry.npmmirror.com/@microsoft/signalr/-/signalr-6.0.25.tgz",
- "integrity": "sha512-8AzrpxS+E0yn1tXSlv7+UlURLmSxTQDgbvOT0pGKXjZT7MkhnDP+/GLuk7veRtUjczou/x32d9PHhYlr2NBy6Q==",
- "dependencies": {
- "abort-controller": "^3.0.0",
- "eventsource": "^1.0.7",
- "fetch-cookie": "^0.11.0",
- "node-fetch": "^2.6.7",
- "ws": "^7.4.5"
- }
+ "node_modules/@kurkle/color": {
+ "version": "0.3.4",
+ "resolved": "https://registry.npmmirror.com/@kurkle/color/-/color-0.3.4.tgz",
+ "integrity": "sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w==",
+ "license": "MIT"
},
- "node_modules/@mrmlnc/readdir-enhanced": {
- "version": "2.2.1",
- "resolved": "https://registry.npmmirror.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz",
- "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==",
+ "node_modules/@polka/url": {
+ "version": "1.0.0-next.28",
+ "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.28.tgz",
+ "integrity": "sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==",
"dev": true,
- "dependencies": {
- "call-me-maybe": "^1.0.1",
- "glob-to-regexp": "^0.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@node-ipc/js-queue": {
- "version": "2.0.3",
- "resolved": "https://registry.npmmirror.com/@node-ipc/js-queue/-/js-queue-2.0.3.tgz",
- "integrity": "sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw==",
- "dev": true,
- "dependencies": {
- "easy-stack": "1.0.1"
- },
- "engines": {
- "node": ">=1.0.0"
- }
- },
- "node_modules/@nodelib/fs.scandir": {
- "version": "2.1.5",
- "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
- "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
- "dev": true,
- "dependencies": {
- "@nodelib/fs.stat": "2.0.5",
- "run-parallel": "^1.1.9"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@nodelib/fs.scandir/node_modules/@nodelib/fs.stat": {
- "version": "2.0.5",
- "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
- "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
- "dev": true,
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@nodelib/fs.stat": {
- "version": "1.1.3",
- "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz",
- "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==",
- "dev": true,
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/@nodelib/fs.walk": {
- "version": "1.2.8",
- "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
- "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
- "dev": true,
- "dependencies": {
- "@nodelib/fs.scandir": "2.1.5",
- "fastq": "^1.6.0"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@one-ini/wasm": {
- "version": "0.1.1",
- "resolved": "https://registry.npmmirror.com/@one-ini/wasm/-/wasm-0.1.1.tgz",
- "integrity": "sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==",
- "dev": true
- },
- "node_modules/@pkgjs/parseargs": {
- "version": "0.11.0",
- "resolved": "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
- "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
- "dev": true,
- "optional": true,
- "engines": {
- "node": ">=14"
- }
+ "license": "MIT"
},
"node_modules/@popperjs/core": {
"name": "@sxzz/popperjs-es",
"version": "2.11.7",
"resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz",
- "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ=="
+ "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==",
+ "license": "MIT",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/popperjs"
+ }
},
- "node_modules/@soda/friendly-errors-webpack-plugin": {
- "version": "1.8.1",
- "resolved": "https://registry.npmmirror.com/@soda/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.8.1.tgz",
- "integrity": "sha512-h2ooWqP8XuFqTXT+NyAFbrArzfQA7R6HTezADrvD9Re8fxMLTPPniLdqVTdDaO0eIoLaAwKT+d6w+5GeTk7Vbg==",
+ "node_modules/@rollup/pluginutils": {
+ "version": "5.1.4",
+ "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.4.tgz",
+ "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "chalk": "^3.0.0",
- "error-stack-parser": "^2.0.6",
- "string-width": "^4.2.3",
- "strip-ansi": "^6.0.1"
+ "@types/estree": "^1.0.0",
+ "estree-walker": "^2.0.2",
+ "picomatch": "^4.0.2"
},
"engines": {
- "node": ">=8.0.0"
+ "node": ">=14.0.0"
},
"peerDependencies": {
- "webpack": "^4.0.0 || ^5.0.0"
+ "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
+ },
+ "peerDependenciesMeta": {
+ "rollup": {
+ "optional": true
+ }
}
},
- "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/ansi-styles": {
- "version": "4.3.0",
- "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "node_modules/@rollup/rollup-android-arm-eabi": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.30.1.tgz",
+ "integrity": "sha512-pSWY+EVt3rJ9fQ3IqlrEUtXh3cGqGtPDH1FQlNZehO2yYxCHEX1SPsz1M//NXwYfbTlcKr9WObLnJX9FsS9K1Q==",
+ "cpu": [
+ "arm"
+ ],
"dev": true,
- "dependencies": {
- "color-convert": "^2.0.1"
- },
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ]
+ },
+ "node_modules/@rollup/rollup-android-arm64": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.30.1.tgz",
+ "integrity": "sha512-/NA2qXxE3D/BRjOJM8wQblmArQq1YoBVJjrjoTSBS09jgUisq7bqxNHJ8kjCHeV21W/9WDGwJEWSN0KQ2mtD/w==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ]
+ },
+ "node_modules/@rollup/rollup-darwin-arm64": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.30.1.tgz",
+ "integrity": "sha512-r7FQIXD7gB0WJ5mokTUgUWPl0eYIH0wnxqeSAhuIwvnnpjdVB8cRRClyKLQr7lgzjctkbp5KmswWszlwYln03Q==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/@rollup/rollup-darwin-x64": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.30.1.tgz",
+ "integrity": "sha512-x78BavIwSH6sqfP2xeI1hd1GpHL8J4W2BXcVM/5KYKoAD3nNsfitQhvWSw+TFtQTLZ9OmlF+FEInEHyubut2OA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ]
+ },
+ "node_modules/@rollup/rollup-freebsd-arm64": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.30.1.tgz",
+ "integrity": "sha512-HYTlUAjbO1z8ywxsDFWADfTRfTIIy/oUlfIDmlHYmjUP2QRDTzBuWXc9O4CXM+bo9qfiCclmHk1x4ogBjOUpUQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "node_modules/@rollup/rollup-freebsd-x64": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.30.1.tgz",
+ "integrity": "sha512-1MEdGqogQLccphhX5myCJqeGNYTNcmTyaic9S7CG3JhwuIByJ7J05vGbZxsizQthP1xpVx7kd3o31eOogfEirw==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "freebsd"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.30.1.tgz",
+ "integrity": "sha512-PaMRNBSqCx7K3Wc9QZkFx5+CX27WFpAMxJNiYGAXfmMIKC7jstlr32UhTgK6T07OtqR+wYlWm9IxzennjnvdJg==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.30.1.tgz",
+ "integrity": "sha512-B8Rcyj9AV7ZlEFqvB5BubG5iO6ANDsRKlhIxySXcF1axXYUyqwBok+XZPgIYGBgs7LDXfWfifxhw0Ik57T0Yug==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.30.1.tgz",
+ "integrity": "sha512-hqVyueGxAj3cBKrAI4aFHLV+h0Lv5VgWZs9CUGqr1z0fZtlADVV1YPOij6AhcK5An33EXaxnDLmJdQikcn5NEw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.30.1.tgz",
+ "integrity": "sha512-i4Ab2vnvS1AE1PyOIGp2kXni69gU2DAUVt6FSXeIqUCPIR3ZlheMW3oP2JkukDfu3PsexYRbOiJrY+yVNSk9oA==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.30.1.tgz",
+ "integrity": "sha512-fARcF5g296snX0oLGkVxPmysetwUk2zmHcca+e9ObOovBR++9ZPOhqFUM61UUZ2EYpXVPN1redgqVoBB34nTpQ==",
+ "cpu": [
+ "loong64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.30.1.tgz",
+ "integrity": "sha512-GLrZraoO3wVT4uFXh67ElpwQY0DIygxdv0BNW9Hkm3X34wu+BkqrDrkcsIapAY+N2ATEbvak0XQ9gxZtCIA5Rw==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.30.1.tgz",
+ "integrity": "sha512-0WKLaAUUHKBtll0wvOmh6yh3S0wSU9+yas923JIChfxOaaBarmb/lBKPF0w/+jTVozFnOXJeRGZ8NvOxvk/jcw==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.30.1.tgz",
+ "integrity": "sha512-GWFs97Ruxo5Bt+cvVTQkOJ6TIx0xJDD/bMAOXWJg8TCSTEK8RnFeOeiFTxKniTc4vMIaWvCplMAFBt9miGxgkA==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.30.1.tgz",
+ "integrity": "sha512-UtgGb7QGgXDIO+tqqJ5oZRGHsDLO8SlpE4MhqpY9Llpzi5rJMvrK6ZGhsRCST2abZdBqIBeXW6WPD5fGK5SDwg==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-x64-musl": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.30.1.tgz",
+ "integrity": "sha512-V9U8Ey2UqmQsBT+xTOeMzPzwDzyXmnAoO4edZhL7INkwQcaW1Ckv3WJX3qrrp/VHaDkEWIBWhRwP47r8cdrOow==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.30.1.tgz",
+ "integrity": "sha512-WabtHWiPaFF47W3PkHnjbmWawnX/aE57K47ZDT1BXTS5GgrBUEpvOzq0FI0V/UYzQJgdb8XlhVNH8/fwV8xDjw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.30.1.tgz",
+ "integrity": "sha512-pxHAU+Zv39hLUTdQQHUVHf4P+0C47y/ZloorHpzs2SXMRqeAWmGghzAhfOlzFHHwjvgokdFAhC4V+6kC1lRRfw==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.30.1.tgz",
+ "integrity": "sha512-D6qjsXGcvhTjv0kI4fU8tUuBDF/Ueee4SVX79VfNDXZa64TfCW1Slkb6Z7O1p7vflqZjcmOVdZlqf8gvJxc6og==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ]
+ },
+ "node_modules/@sec-ant/readable-stream": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmmirror.com/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
+ "integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==",
+ "dev": true,
+ "license": "MIT"
+ },
+ "node_modules/@sindresorhus/merge-streams": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
+ "integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
+ "dev": true,
+ "license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">=18"
},
"funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/chalk": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/chalk/-/chalk-3.0.0.tgz",
- "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
+ "node_modules/@types/estree": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.6.tgz",
+ "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
"dev": true,
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/color-convert": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dev": true,
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/color-name": {
- "version": "1.1.4",
- "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "dev": true
- },
- "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/has-flag": {
- "version": "4.0.0",
- "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/supports-color": {
- "version": "7.2.0",
- "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "dev": true,
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@soda/get-current-script": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/@soda/get-current-script/-/get-current-script-1.0.2.tgz",
- "integrity": "sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==",
- "dev": true
- },
- "node_modules/@types/body-parser": {
- "version": "1.19.5",
- "resolved": "https://registry.npmmirror.com/@types/body-parser/-/body-parser-1.19.5.tgz",
- "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==",
- "dev": true,
- "dependencies": {
- "@types/connect": "*",
- "@types/node": "*"
- }
- },
- "node_modules/@types/connect": {
- "version": "3.4.38",
- "resolved": "https://registry.npmmirror.com/@types/connect/-/connect-3.4.38.tgz",
- "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
- "dev": true,
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/connect-history-api-fallback": {
- "version": "1.5.4",
- "resolved": "https://registry.npmmirror.com/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz",
- "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==",
- "dev": true,
- "dependencies": {
- "@types/express-serve-static-core": "*",
- "@types/node": "*"
- }
- },
- "node_modules/@types/express": {
- "version": "5.0.0",
- "resolved": "https://registry.npmmirror.com/@types/express/-/express-5.0.0.tgz",
- "integrity": "sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==",
- "dev": true,
- "dependencies": {
- "@types/body-parser": "*",
- "@types/express-serve-static-core": "^5.0.0",
- "@types/qs": "*",
- "@types/serve-static": "*"
- }
- },
- "node_modules/@types/express-serve-static-core": {
- "version": "5.0.2",
- "resolved": "https://registry.npmmirror.com/@types/express-serve-static-core/-/express-serve-static-core-5.0.2.tgz",
- "integrity": "sha512-vluaspfvWEtE4vcSDlKRNer52DvOGrB2xv6diXy6UKyKW0lqZiWHGNApSyxOv+8DE5Z27IzVvE7hNkxg7EXIcg==",
- "dev": true,
- "dependencies": {
- "@types/node": "*",
- "@types/qs": "*",
- "@types/range-parser": "*",
- "@types/send": "*"
- }
- },
- "node_modules/@types/glob": {
- "version": "7.2.0",
- "resolved": "https://registry.npmmirror.com/@types/glob/-/glob-7.2.0.tgz",
- "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==",
- "dev": true,
- "dependencies": {
- "@types/minimatch": "*",
- "@types/node": "*"
- }
- },
- "node_modules/@types/http-errors": {
- "version": "2.0.4",
- "resolved": "https://registry.npmmirror.com/@types/http-errors/-/http-errors-2.0.4.tgz",
- "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==",
- "dev": true
- },
- "node_modules/@types/http-proxy": {
- "version": "1.17.15",
- "resolved": "https://registry.npmmirror.com/@types/http-proxy/-/http-proxy-1.17.15.tgz",
- "integrity": "sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==",
- "dev": true,
- "dependencies": {
- "@types/node": "*"
- }
- },
- "node_modules/@types/json-schema": {
- "version": "7.0.15",
- "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
- "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
- "dev": true
+ "license": "MIT"
},
"node_modules/@types/lodash": {
- "version": "4.17.13",
- "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.13.tgz",
- "integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg=="
+ "version": "4.17.14",
+ "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.17.14.tgz",
+ "integrity": "sha512-jsxagdikDiDBeIRaPYtArcT8my4tN1og7MtMRquFT3XNA6axxyHDRUemqDz/taRDdOUn0GnGHRCuff4q48sW9A==",
+ "license": "MIT"
},
"node_modules/@types/lodash-es": {
"version": "4.17.12",
"resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.12.tgz",
"integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
+ "license": "MIT",
"dependencies": {
"@types/lodash": "*"
}
},
- "node_modules/@types/mime": {
- "version": "1.3.5",
- "resolved": "https://registry.npmmirror.com/@types/mime/-/mime-1.3.5.tgz",
- "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
- "dev": true
- },
- "node_modules/@types/minimatch": {
- "version": "5.1.2",
- "resolved": "https://registry.npmmirror.com/@types/minimatch/-/minimatch-5.1.2.tgz",
- "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
- "dev": true
- },
- "node_modules/@types/minimist": {
- "version": "1.2.5",
- "resolved": "https://registry.npmmirror.com/@types/minimist/-/minimist-1.2.5.tgz",
- "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==",
- "dev": true
- },
- "node_modules/@types/node": {
- "version": "22.10.0",
- "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.10.0.tgz",
- "integrity": "sha512-XC70cRZVElFHfIUB40FgZOBbgJYFKKMa5nb9lxcwYstFG/Mi+/Y0bGS+rs6Dmhmkpq4pnNiLiuZAbc02YCOnmA==",
- "dev": true,
+ "node_modules/@types/three": {
+ "version": "0.141.0",
+ "resolved": "https://registry.npmmirror.com/@types/three/-/three-0.141.0.tgz",
+ "integrity": "sha512-OJdKDgTPVBUgc+s74DYoy4aLznbFFC38Xm4ElmU1YwGNgR7GGFVvFCX7lpVgOsT6S1zSJtGdajTsOYE8/xY9nA==",
+ "license": "MIT",
"dependencies": {
- "undici-types": "~6.20.0"
- }
- },
- "node_modules/@types/normalize-package-data": {
- "version": "2.4.4",
- "resolved": "https://registry.npmmirror.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz",
- "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
- "dev": true
- },
- "node_modules/@types/q": {
- "version": "1.5.8",
- "resolved": "https://registry.npmmirror.com/@types/q/-/q-1.5.8.tgz",
- "integrity": "sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw==",
- "dev": true
- },
- "node_modules/@types/qs": {
- "version": "6.9.17",
- "resolved": "https://registry.npmmirror.com/@types/qs/-/qs-6.9.17.tgz",
- "integrity": "sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ==",
- "dev": true
- },
- "node_modules/@types/range-parser": {
- "version": "1.2.7",
- "resolved": "https://registry.npmmirror.com/@types/range-parser/-/range-parser-1.2.7.tgz",
- "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
- "dev": true
- },
- "node_modules/@types/send": {
- "version": "0.17.4",
- "resolved": "https://registry.npmmirror.com/@types/send/-/send-0.17.4.tgz",
- "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==",
- "dev": true,
- "dependencies": {
- "@types/mime": "^1",
- "@types/node": "*"
- }
- },
- "node_modules/@types/serve-static": {
- "version": "1.15.7",
- "resolved": "https://registry.npmmirror.com/@types/serve-static/-/serve-static-1.15.7.tgz",
- "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==",
- "dev": true,
- "dependencies": {
- "@types/http-errors": "*",
- "@types/node": "*",
- "@types/send": "*"
- }
- },
- "node_modules/@types/source-list-map": {
- "version": "0.1.6",
- "resolved": "https://registry.npmmirror.com/@types/source-list-map/-/source-list-map-0.1.6.tgz",
- "integrity": "sha512-5JcVt1u5HDmlXkwOD2nslZVllBBc7HDuOICfiZah2Z0is8M8g+ddAEawbmd3VjedfDHBzxCaXLs07QEmb7y54g==",
- "dev": true
- },
- "node_modules/@types/tapable": {
- "version": "1.0.12",
- "resolved": "https://registry.npmmirror.com/@types/tapable/-/tapable-1.0.12.tgz",
- "integrity": "sha512-bTHG8fcxEqv1M9+TD14P8ok8hjxoOCkfKc8XXLaaD05kI7ohpeI956jtDOD3XHKBQrlyPughUtzm1jtVhHpA5Q==",
- "dev": true
- },
- "node_modules/@types/uglify-js": {
- "version": "3.17.5",
- "resolved": "https://registry.npmmirror.com/@types/uglify-js/-/uglify-js-3.17.5.tgz",
- "integrity": "sha512-TU+fZFBTBcXj/GpDpDaBmgWk/gn96kMZ+uocaFUlV2f8a6WdMzzI44QBCmGcCiYR0Y6ZlNRiyUyKKt5nl/lbzQ==",
- "dev": true,
- "dependencies": {
- "source-map": "^0.6.1"
+ "@types/webxr": "*"
}
},
"node_modules/@types/web-bluetooth": {
"version": "0.0.16",
"resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz",
- "integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ=="
+ "integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==",
+ "license": "MIT"
},
- "node_modules/@types/webpack": {
- "version": "4.41.40",
- "resolved": "https://registry.npmmirror.com/@types/webpack/-/webpack-4.41.40.tgz",
- "integrity": "sha512-u6kMFSBM9HcoTpUXnL6mt2HSzftqb3JgYV6oxIgL2dl6sX6aCa5k6SOkzv5DuZjBTPUE/dJltKtwwuqrkZHpfw==",
- "dev": true,
- "dependencies": {
- "@types/node": "*",
- "@types/tapable": "^1",
- "@types/uglify-js": "*",
- "@types/webpack-sources": "*",
- "anymatch": "^3.0.0",
- "source-map": "^0.6.0"
- }
+ "node_modules/@types/webxr": {
+ "version": "0.5.21",
+ "resolved": "https://registry.npmmirror.com/@types/webxr/-/webxr-0.5.21.tgz",
+ "integrity": "sha512-geZIAtLzjGmgY2JUi6VxXdCrTb99A7yP49lxLr2Nm/uIK0PkkxcEi4OGhoGDO4pxCf3JwGz2GiJL2Ej4K2bKaA==",
+ "license": "MIT"
},
- "node_modules/@types/webpack-dev-server": {
- "version": "3.11.6",
- "resolved": "https://registry.npmmirror.com/@types/webpack-dev-server/-/webpack-dev-server-3.11.6.tgz",
- "integrity": "sha512-XCph0RiiqFGetukCTC3KVnY1jwLcZ84illFRMbyFzCcWl90B/76ew0tSqF46oBhnLC4obNDG7dMO0JfTN0MgMQ==",
+ "node_modules/@vitejs/plugin-vue": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-5.2.1.tgz",
+ "integrity": "sha512-cxh314tzaWwOLqVes2gnnCtvBDcM1UMdn+iFR+UjAn411dPT3tOmqrJjbMd7koZpMAmBM/GqeV4n9ge7JSiJJQ==",
"dev": true,
- "dependencies": {
- "@types/connect-history-api-fallback": "*",
- "@types/express": "*",
- "@types/serve-static": "*",
- "@types/webpack": "^4",
- "http-proxy-middleware": "^1.0.0"
- }
- },
- "node_modules/@types/webpack-sources": {
- "version": "3.2.3",
- "resolved": "https://registry.npmmirror.com/@types/webpack-sources/-/webpack-sources-3.2.3.tgz",
- "integrity": "sha512-4nZOdMwSPHZ4pTEZzSp0AsTM4K7Qmu40UKW4tJDiOVs20UzYF9l+qUe4s0ftfN0pin06n+5cWWDJXH+sbhAiDw==",
- "dev": true,
- "dependencies": {
- "@types/node": "*",
- "@types/source-list-map": "*",
- "source-map": "^0.7.3"
- }
- },
- "node_modules/@types/webpack-sources/node_modules/source-map": {
- "version": "0.7.4",
- "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.7.4.tgz",
- "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
- "dev": true,
+ "license": "MIT",
"engines": {
- "node": ">= 8"
+ "node": "^18.0.0 || >=20.0.0"
+ },
+ "peerDependencies": {
+ "vite": "^5.0.0 || ^6.0.0",
+ "vue": "^3.2.25"
}
},
- "node_modules/@vue/babel-helper-vue-jsx-merge-props": {
- "version": "1.4.0",
- "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.4.0.tgz",
- "integrity": "sha512-JkqXfCkUDp4PIlFdDQ0TdXoIejMtTHP67/pvxlgeY+u5k3LEdKuWZ3LK6xkxo52uDoABIVyRwqVkfLQJhk7VBA==",
- "dev": true
+ "node_modules/@vitejs/plugin-vue-jsx": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.1.1.tgz",
+ "integrity": "sha512-uMJqv/7u1zz/9NbWAD3XdjaY20tKTf17XVfQ9zq4wY1BjsB/PjpJPMe2xiG39QpP4ZdhYNhm4Hvo66uJrykNLA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/core": "^7.26.0",
+ "@babel/plugin-transform-typescript": "^7.25.9",
+ "@vue/babel-plugin-jsx": "^1.2.5"
+ },
+ "engines": {
+ "node": "^18.0.0 || >=20.0.0"
+ },
+ "peerDependencies": {
+ "vite": "^5.0.0 || ^6.0.0",
+ "vue": "^3.0.0"
+ }
},
"node_modules/@vue/babel-helper-vue-transform-on": {
"version": "1.2.5",
"resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.5.tgz",
"integrity": "sha512-lOz4t39ZdmU4DJAa2hwPYmKc8EsuGa2U0L9KaZaOJUt0UwQNjNA3AZTq6uEivhOKhhG1Wvy96SvYBoFmCg3uuw==",
- "dev": true
+ "dev": true,
+ "license": "MIT"
},
"node_modules/@vue/babel-plugin-jsx": {
"version": "1.2.5",
"resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.5.tgz",
"integrity": "sha512-zTrNmOd4939H9KsRIGmmzn3q2zvv1mjxkYZHgqHZgDrXz5B1Q3WyGEjO2f+JrmKghvl1JIRcvo63LgM1kH5zFg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/helper-module-imports": "^7.24.7",
"@babel/helper-plugin-utils": "^7.24.8",
@@ -2431,6 +1516,7 @@
"resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.5.tgz",
"integrity": "sha512-U/ibkQrf5sx0XXRnUZD1mo5F7PkpKyTbfXM3a3rC4YnUz6crHEz9Jg09jzzL6QYlXNto/9CePdOg/c87O4Nlfg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.24.7",
"@babel/helper-module-imports": "^7.24.7",
@@ -2442,493 +1528,11 @@
"@babel/core": "^7.0.0-0"
}
},
- "node_modules/@vue/babel-plugin-transform-vue-jsx": {
- "version": "1.4.0",
- "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.4.0.tgz",
- "integrity": "sha512-Fmastxw4MMx0vlgLS4XBX0XiBbUFzoMGeVXuMV08wyOfXdikAFqBTuYPR0tlk+XskL19EzHc39SgjrPGY23JnA==",
- "dev": true,
- "dependencies": {
- "@babel/helper-module-imports": "^7.0.0",
- "@babel/plugin-syntax-jsx": "^7.2.0",
- "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
- "html-tags": "^2.0.0",
- "lodash.kebabcase": "^4.1.1",
- "svg-tags": "^1.0.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@vue/babel-plugin-transform-vue-jsx/node_modules/html-tags": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-2.0.0.tgz",
- "integrity": "sha512-+Il6N8cCo2wB/Vd3gqy/8TZhTD3QvcVeQLCnZiGkGCH3JP28IgGAY41giccp2W4R3jfyJPAP318FQTa1yU7K7g==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@vue/babel-preset-app": {
- "version": "4.5.19",
- "resolved": "https://registry.npmmirror.com/@vue/babel-preset-app/-/babel-preset-app-4.5.19.tgz",
- "integrity": "sha512-VCNRiAt2P/bLo09rYt3DLe6xXUMlhJwrvU18Ddd/lYJgC7s8+wvhgYs+MTx4OiAXdu58drGwSBO9SPx7C6J82Q==",
- "dev": true,
- "dependencies": {
- "@babel/core": "^7.11.0",
- "@babel/helper-compilation-targets": "^7.9.6",
- "@babel/helper-module-imports": "^7.8.3",
- "@babel/plugin-proposal-class-properties": "^7.8.3",
- "@babel/plugin-proposal-decorators": "^7.8.3",
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/plugin-syntax-jsx": "^7.8.3",
- "@babel/plugin-transform-runtime": "^7.11.0",
- "@babel/preset-env": "^7.11.0",
- "@babel/runtime": "^7.11.0",
- "@vue/babel-plugin-jsx": "^1.0.3",
- "@vue/babel-preset-jsx": "^1.2.4",
- "babel-plugin-dynamic-import-node": "^2.3.3",
- "core-js": "^3.6.5",
- "core-js-compat": "^3.6.5",
- "semver": "^6.1.0"
- },
- "peerDependencies": {
- "@babel/core": "*",
- "core-js": "^3",
- "vue": "^2 || ^3.0.0-0"
- },
- "peerDependenciesMeta": {
- "core-js": {
- "optional": true
- },
- "vue": {
- "optional": true
- }
- }
- },
- "node_modules/@vue/babel-preset-app/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/@vue/babel-preset-jsx": {
- "version": "1.4.0",
- "resolved": "https://registry.npmmirror.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.4.0.tgz",
- "integrity": "sha512-QmfRpssBOPZWL5xw7fOuHNifCQcNQC1PrOo/4fu6xlhlKJJKSA3HqX92Nvgyx8fqHZTUGMPHmFA+IDqwXlqkSA==",
- "dev": true,
- "dependencies": {
- "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
- "@vue/babel-plugin-transform-vue-jsx": "^1.4.0",
- "@vue/babel-sugar-composition-api-inject-h": "^1.4.0",
- "@vue/babel-sugar-composition-api-render-instance": "^1.4.0",
- "@vue/babel-sugar-functional-vue": "^1.4.0",
- "@vue/babel-sugar-inject-h": "^1.4.0",
- "@vue/babel-sugar-v-model": "^1.4.0",
- "@vue/babel-sugar-v-on": "^1.4.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0",
- "vue": "*"
- },
- "peerDependenciesMeta": {
- "vue": {
- "optional": true
- }
- }
- },
- "node_modules/@vue/babel-sugar-composition-api-inject-h": {
- "version": "1.4.0",
- "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-composition-api-inject-h/-/babel-sugar-composition-api-inject-h-1.4.0.tgz",
- "integrity": "sha512-VQq6zEddJHctnG4w3TfmlVp5FzDavUSut/DwR0xVoe/mJKXyMcsIibL42wPntozITEoY90aBV0/1d2KjxHU52g==",
- "dev": true,
- "dependencies": {
- "@babel/plugin-syntax-jsx": "^7.2.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@vue/babel-sugar-composition-api-render-instance": {
- "version": "1.4.0",
- "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-composition-api-render-instance/-/babel-sugar-composition-api-render-instance-1.4.0.tgz",
- "integrity": "sha512-6ZDAzcxvy7VcnCjNdHJ59mwK02ZFuP5CnucloidqlZwVQv5CQLijc3lGpR7MD3TWFi78J7+a8J56YxbCtHgT9Q==",
- "dev": true,
- "dependencies": {
- "@babel/plugin-syntax-jsx": "^7.2.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@vue/babel-sugar-functional-vue": {
- "version": "1.4.0",
- "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.4.0.tgz",
- "integrity": "sha512-lTEB4WUFNzYt2In6JsoF9sAYVTo84wC4e+PoZWSgM6FUtqRJz7wMylaEhSRgG71YF+wfLD6cc9nqVeXN2rwBvw==",
- "dev": true,
- "dependencies": {
- "@babel/plugin-syntax-jsx": "^7.2.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@vue/babel-sugar-inject-h": {
- "version": "1.4.0",
- "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.4.0.tgz",
- "integrity": "sha512-muwWrPKli77uO2fFM7eA3G1lAGnERuSz2NgAxuOLzrsTlQl8W4G+wwbM4nB6iewlKbwKRae3nL03UaF5ffAPMA==",
- "dev": true,
- "dependencies": {
- "@babel/plugin-syntax-jsx": "^7.2.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@vue/babel-sugar-v-model": {
- "version": "1.4.0",
- "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.4.0.tgz",
- "integrity": "sha512-0t4HGgXb7WHYLBciZzN5s0Hzqan4Ue+p/3FdQdcaHAb7s5D9WZFGoSxEZHrR1TFVZlAPu1bejTKGeAzaaG3NCQ==",
- "dev": true,
- "dependencies": {
- "@babel/plugin-syntax-jsx": "^7.2.0",
- "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
- "@vue/babel-plugin-transform-vue-jsx": "^1.4.0",
- "camelcase": "^5.0.0",
- "html-tags": "^2.0.0",
- "svg-tags": "^1.0.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@vue/babel-sugar-v-model/node_modules/html-tags": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-2.0.0.tgz",
- "integrity": "sha512-+Il6N8cCo2wB/Vd3gqy/8TZhTD3QvcVeQLCnZiGkGCH3JP28IgGAY41giccp2W4R3jfyJPAP318FQTa1yU7K7g==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/@vue/babel-sugar-v-on": {
- "version": "1.4.0",
- "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.4.0.tgz",
- "integrity": "sha512-m+zud4wKLzSKgQrWwhqRObWzmTuyzl6vOP7024lrpeJM4x2UhQtRDLgYjXAw9xBXjCwS0pP9kXjg91F9ZNo9JA==",
- "dev": true,
- "dependencies": {
- "@babel/plugin-syntax-jsx": "^7.2.0",
- "@vue/babel-plugin-transform-vue-jsx": "^1.4.0",
- "camelcase": "^5.0.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- }
- },
- "node_modules/@vue/cli-overlay": {
- "version": "4.5.19",
- "resolved": "https://registry.npmmirror.com/@vue/cli-overlay/-/cli-overlay-4.5.19.tgz",
- "integrity": "sha512-GdxvNSmOw7NHIazCO8gTK+xZbaOmScTtxj6eHVeMbYpDYVPJ+th3VMLWNpw/b6uOjwzzcyKlA5dRQ1DAb+gF/g==",
- "dev": true
- },
- "node_modules/@vue/cli-plugin-babel": {
- "version": "4.5.19",
- "resolved": "https://registry.npmmirror.com/@vue/cli-plugin-babel/-/cli-plugin-babel-4.5.19.tgz",
- "integrity": "sha512-8ebXzaMW9KNTMAN6+DzkhFsjty1ieqT7hIW5Lbk4v30Qhfjkms7lBWyXPGkoq+wAikXFa1Gnam2xmWOBqDDvWg==",
- "dev": true,
- "dependencies": {
- "@babel/core": "^7.11.0",
- "@vue/babel-preset-app": "^4.5.19",
- "@vue/cli-shared-utils": "^4.5.19",
- "babel-loader": "^8.1.0",
- "cache-loader": "^4.1.0",
- "thread-loader": "^2.1.3",
- "webpack": "^4.0.0"
- },
- "peerDependencies": {
- "@vue/cli-service": "^3.0.0 || ^4.0.0-0"
- }
- },
- "node_modules/@vue/cli-plugin-eslint": {
- "version": "4.5.19",
- "resolved": "https://registry.npmmirror.com/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.5.19.tgz",
- "integrity": "sha512-53sa4Pu9j5KajesFlj494CcO8vVo3e3nnZ1CCKjGGnrF90id1rUeepcFfz5XjwfEtbJZp2x/NoX/EZE6zCzSFQ==",
- "dev": true,
- "dependencies": {
- "@vue/cli-shared-utils": "^4.5.19",
- "eslint-loader": "^2.2.1",
- "globby": "^9.2.0",
- "inquirer": "^7.1.0",
- "webpack": "^4.0.0",
- "yorkie": "^2.0.0"
- },
- "peerDependencies": {
- "@vue/cli-service": "^3.0.0 || ^4.0.0-0",
- "eslint": ">= 1.6.0 < 7.0.0"
- }
- },
- "node_modules/@vue/cli-plugin-router": {
- "version": "4.5.19",
- "resolved": "https://registry.npmmirror.com/@vue/cli-plugin-router/-/cli-plugin-router-4.5.19.tgz",
- "integrity": "sha512-3icGzH1IbVYmMMsOwYa0lal/gtvZLebFXdE5hcQJo2mnTwngXGMTyYAzL56EgHBPjbMmRpyj6Iw9k4aVInVX6A==",
- "dev": true,
- "dependencies": {
- "@vue/cli-shared-utils": "^4.5.19"
- },
- "peerDependencies": {
- "@vue/cli-service": "^3.0.0 || ^4.0.0-0"
- }
- },
- "node_modules/@vue/cli-plugin-unit-mocha": {
- "version": "4.5.19",
- "resolved": "https://registry.npmmirror.com/@vue/cli-plugin-unit-mocha/-/cli-plugin-unit-mocha-4.5.19.tgz",
- "integrity": "sha512-cGFOIzTu8ncQIpM2qVStPnEhru0TBQyW4RaynHmMm1wkZ82gUBy/cg9c8op3PJwpzIb3rq9UyH6RsT0a0bjs2Q==",
- "dev": true,
- "dependencies": {
- "@vue/cli-shared-utils": "^4.5.19",
- "jsdom": "^15.2.1",
- "jsdom-global": "^3.0.2",
- "mocha": "^6.2.2",
- "mochapack": "^1.1.15"
- },
- "peerDependencies": {
- "@vue/cli-service": "^3.0.0 || ^4.0.0-0"
- }
- },
- "node_modules/@vue/cli-plugin-vuex": {
- "version": "4.5.19",
- "resolved": "https://registry.npmmirror.com/@vue/cli-plugin-vuex/-/cli-plugin-vuex-4.5.19.tgz",
- "integrity": "sha512-DUmfdkG3pCdkP7Iznd87RfE9Qm42mgp2hcrNcYQYSru1W1gX2dG/JcW8bxmeGSa06lsxi9LEIc/QD1yPajSCZw==",
- "dev": true,
- "peerDependencies": {
- "@vue/cli-service": "^3.0.0 || ^4.0.0-0"
- }
- },
- "node_modules/@vue/cli-service": {
- "version": "4.5.19",
- "resolved": "https://registry.npmmirror.com/@vue/cli-service/-/cli-service-4.5.19.tgz",
- "integrity": "sha512-+Wpvj8fMTCt9ZPOLu5YaLkFCQmB4MrZ26aRmhhKiCQ/4PMoL6mLezfqdt6c+m2htM+1WV5RunRo+0WHl2DfwZA==",
- "dev": true,
- "dependencies": {
- "@intervolga/optimize-cssnano-plugin": "^1.0.5",
- "@soda/friendly-errors-webpack-plugin": "^1.7.1",
- "@soda/get-current-script": "^1.0.0",
- "@types/minimist": "^1.2.0",
- "@types/webpack": "^4.0.0",
- "@types/webpack-dev-server": "^3.11.0",
- "@vue/cli-overlay": "^4.5.19",
- "@vue/cli-plugin-router": "^4.5.19",
- "@vue/cli-plugin-vuex": "^4.5.19",
- "@vue/cli-shared-utils": "^4.5.19",
- "@vue/component-compiler-utils": "^3.1.2",
- "@vue/preload-webpack-plugin": "^1.1.0",
- "@vue/web-component-wrapper": "^1.2.0",
- "acorn": "^7.4.0",
- "acorn-walk": "^7.1.1",
- "address": "^1.1.2",
- "autoprefixer": "^9.8.6",
- "browserslist": "^4.12.0",
- "cache-loader": "^4.1.0",
- "case-sensitive-paths-webpack-plugin": "^2.3.0",
- "cli-highlight": "^2.1.4",
- "clipboardy": "^2.3.0",
- "cliui": "^6.0.0",
- "copy-webpack-plugin": "^5.1.1",
- "css-loader": "^3.5.3",
- "cssnano": "^4.1.10",
- "debug": "^4.1.1",
- "default-gateway": "^5.0.5",
- "dotenv": "^8.2.0",
- "dotenv-expand": "^5.1.0",
- "file-loader": "^4.2.0",
- "fs-extra": "^7.0.1",
- "globby": "^9.2.0",
- "hash-sum": "^2.0.0",
- "html-webpack-plugin": "^3.2.0",
- "launch-editor-middleware": "^2.2.1",
- "lodash.defaultsdeep": "^4.6.1",
- "lodash.mapvalues": "^4.6.0",
- "lodash.transform": "^4.6.0",
- "mini-css-extract-plugin": "^0.9.0",
- "minimist": "^1.2.5",
- "pnp-webpack-plugin": "^1.6.4",
- "portfinder": "^1.0.26",
- "postcss-loader": "^3.0.0",
- "ssri": "^8.0.1",
- "terser-webpack-plugin": "^1.4.4",
- "thread-loader": "^2.1.3",
- "url-loader": "^2.2.0",
- "vue-loader": "^15.9.2",
- "vue-style-loader": "^4.1.2",
- "webpack": "^4.0.0",
- "webpack-bundle-analyzer": "^3.8.0",
- "webpack-chain": "^6.4.0",
- "webpack-dev-server": "^3.11.0",
- "webpack-merge": "^4.2.2"
- },
- "bin": {
- "vue-cli-service": "bin/vue-cli-service.js"
- },
- "engines": {
- "node": ">=8"
- },
- "optionalDependencies": {
- "vue-loader-v16": "npm:vue-loader@^16.1.0"
- },
- "peerDependencies": {
- "@vue/compiler-sfc": "^3.0.0-beta.14",
- "vue-template-compiler": "^2.0.0"
- },
- "peerDependenciesMeta": {
- "@vue/compiler-sfc": {
- "optional": true
- },
- "less-loader": {
- "optional": true
- },
- "pug-plain-loader": {
- "optional": true
- },
- "raw-loader": {
- "optional": true
- },
- "sass-loader": {
- "optional": true
- },
- "stylus-loader": {
- "optional": true
- },
- "vue-template-compiler": {
- "optional": true
- }
- }
- },
- "node_modules/@vue/cli-service/node_modules/acorn": {
- "version": "7.4.1",
- "resolved": "https://registry.npmmirror.com/acorn/-/acorn-7.4.1.tgz",
- "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
- "dev": true,
- "bin": {
- "acorn": "bin/acorn"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/@vue/cli-service/node_modules/acorn-walk": {
- "version": "7.2.0",
- "resolved": "https://registry.npmmirror.com/acorn-walk/-/acorn-walk-7.2.0.tgz",
- "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
- "dev": true,
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/@vue/cli-service/node_modules/ansi-styles": {
- "version": "4.3.0",
- "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
- "dev": true,
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/@vue/cli-service/node_modules/cliui": {
- "version": "6.0.0",
- "resolved": "https://registry.npmmirror.com/cliui/-/cliui-6.0.0.tgz",
- "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
- "dev": true,
- "dependencies": {
- "string-width": "^4.2.0",
- "strip-ansi": "^6.0.0",
- "wrap-ansi": "^6.2.0"
- }
- },
- "node_modules/@vue/cli-service/node_modules/color-convert": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dev": true,
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/@vue/cli-service/node_modules/color-name": {
- "version": "1.1.4",
- "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "dev": true
- },
- "node_modules/@vue/cli-service/node_modules/ssri": {
- "version": "8.0.1",
- "resolved": "https://registry.npmmirror.com/ssri/-/ssri-8.0.1.tgz",
- "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
- "dev": true,
- "dependencies": {
- "minipass": "^3.1.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/@vue/cli-service/node_modules/wrap-ansi": {
- "version": "6.2.0",
- "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
- "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/@vue/cli-shared-utils": {
- "version": "4.5.19",
- "resolved": "https://registry.npmmirror.com/@vue/cli-shared-utils/-/cli-shared-utils-4.5.19.tgz",
- "integrity": "sha512-JYpdsrC/d9elerKxbEUtmSSU6QRM60rirVubOewECHkBHj+tLNznWq/EhCjswywtePyLaMUK25eTqnTSZlEE+g==",
- "dev": true,
- "dependencies": {
- "@achrinza/node-ipc": "9.2.2",
- "@hapi/joi": "^15.0.1",
- "chalk": "^2.4.2",
- "execa": "^1.0.0",
- "launch-editor": "^2.2.1",
- "lru-cache": "^5.1.1",
- "open": "^6.3.0",
- "ora": "^3.4.0",
- "read-pkg": "^5.1.1",
- "request": "^2.88.2",
- "semver": "^6.1.0",
- "strip-ansi": "^6.0.0"
- }
- },
- "node_modules/@vue/cli-shared-utils/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- }
- },
"node_modules/@vue/compiler-core": {
"version": "3.5.13",
"resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.13.tgz",
"integrity": "sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==",
+ "license": "MIT",
"dependencies": {
"@babel/parser": "^7.25.3",
"@vue/shared": "3.5.13",
@@ -2941,6 +1545,7 @@
"version": "3.5.13",
"resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz",
"integrity": "sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==",
+ "license": "MIT",
"dependencies": {
"@vue/compiler-core": "3.5.13",
"@vue/shared": "3.5.13"
@@ -2950,6 +1555,7 @@
"version": "3.5.13",
"resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz",
"integrity": "sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==",
+ "license": "MIT",
"dependencies": {
"@babel/parser": "^7.25.3",
"@vue/compiler-core": "3.5.13",
@@ -2966,97 +1572,86 @@
"version": "3.5.13",
"resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz",
"integrity": "sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==",
+ "license": "MIT",
"dependencies": {
"@vue/compiler-dom": "3.5.13",
"@vue/shared": "3.5.13"
}
},
- "node_modules/@vue/component-compiler-utils": {
- "version": "3.3.0",
- "resolved": "https://registry.npmmirror.com/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz",
- "integrity": "sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ==",
- "dev": true,
- "dependencies": {
- "consolidate": "^0.15.1",
- "hash-sum": "^1.0.2",
- "lru-cache": "^4.1.2",
- "merge-source-map": "^1.1.0",
- "postcss": "^7.0.36",
- "postcss-selector-parser": "^6.0.2",
- "source-map": "~0.6.1",
- "vue-template-es2015-compiler": "^1.9.0"
- },
- "optionalDependencies": {
- "prettier": "^1.18.2 || ^2.0.0"
- }
- },
- "node_modules/@vue/component-compiler-utils/node_modules/hash-sum": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-1.0.2.tgz",
- "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==",
- "dev": true
- },
- "node_modules/@vue/component-compiler-utils/node_modules/lru-cache": {
- "version": "4.1.5",
- "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-4.1.5.tgz",
- "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
- "dev": true,
- "dependencies": {
- "pseudomap": "^1.0.2",
- "yallist": "^2.1.2"
- }
- },
- "node_modules/@vue/component-compiler-utils/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/@vue/component-compiler-utils/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/@vue/component-compiler-utils/node_modules/yallist": {
- "version": "2.1.2",
- "resolved": "https://registry.npmmirror.com/yallist/-/yallist-2.1.2.tgz",
- "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==",
- "dev": true
- },
"node_modules/@vue/devtools-api": {
"version": "6.6.4",
"resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz",
- "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g=="
+ "integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
+ "license": "MIT"
},
- "node_modules/@vue/preload-webpack-plugin": {
- "version": "1.1.2",
- "resolved": "https://registry.npmmirror.com/@vue/preload-webpack-plugin/-/preload-webpack-plugin-1.1.2.tgz",
- "integrity": "sha512-LIZMuJk38pk9U9Ur4YzHjlIyMuxPlACdBIHH9/nGYVTsaGKOSnSuELiE8vS9wa+dJpIYspYUOqk+L1Q4pgHQHQ==",
+ "node_modules/@vue/devtools-core": {
+ "version": "7.7.0",
+ "resolved": "https://registry.npmmirror.com/@vue/devtools-core/-/devtools-core-7.7.0.tgz",
+ "integrity": "sha512-tSO3pghV5RZGSonZ87S2fOGru3X93epmar5IjZOWjHxH6XSwnK5UbR2aW5puZV+LgLoVYrcNou3krSo5k1F31g==",
"dev": true,
- "engines": {
- "node": ">=6.0.0"
+ "license": "MIT",
+ "dependencies": {
+ "@vue/devtools-kit": "^7.7.0",
+ "@vue/devtools-shared": "^7.7.0",
+ "mitt": "^3.0.1",
+ "nanoid": "^5.0.9",
+ "pathe": "^1.1.2",
+ "vite-hot-client": "^0.2.4"
},
"peerDependencies": {
- "html-webpack-plugin": ">=2.26.0",
- "webpack": ">=4.0.0"
+ "vue": "^3.0.0"
+ }
+ },
+ "node_modules/@vue/devtools-core/node_modules/nanoid": {
+ "version": "5.0.9",
+ "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-5.0.9.tgz",
+ "integrity": "sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "license": "MIT",
+ "bin": {
+ "nanoid": "bin/nanoid.js"
+ },
+ "engines": {
+ "node": "^18 || >=20"
+ }
+ },
+ "node_modules/@vue/devtools-kit": {
+ "version": "7.7.0",
+ "resolved": "https://registry.npmmirror.com/@vue/devtools-kit/-/devtools-kit-7.7.0.tgz",
+ "integrity": "sha512-5cvZ+6SA88zKC8XiuxUfqpdTwVjJbvYnQZY5NReh7qlSGPvVDjjzyEtW+gdzLXNSd8tStgOjAdMCpvDQamUXtA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vue/devtools-shared": "^7.7.0",
+ "birpc": "^0.2.19",
+ "hookable": "^5.5.3",
+ "mitt": "^3.0.1",
+ "perfect-debounce": "^1.0.0",
+ "speakingurl": "^14.0.1",
+ "superjson": "^2.2.1"
+ }
+ },
+ "node_modules/@vue/devtools-shared": {
+ "version": "7.7.0",
+ "resolved": "https://registry.npmmirror.com/@vue/devtools-shared/-/devtools-shared-7.7.0.tgz",
+ "integrity": "sha512-jtlQY26R5thQxW9YQTpXbI0HoK0Wf9Rd4ekidOkRvSy7ChfK0kIU6vvcBtjj87/EcpeOSK49fZAicaFNJcoTcQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "rfdc": "^1.4.1"
}
},
"node_modules/@vue/reactivity": {
"version": "3.5.13",
"resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.13.tgz",
"integrity": "sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==",
+ "license": "MIT",
"dependencies": {
"@vue/shared": "3.5.13"
}
@@ -3065,6 +1660,7 @@
"version": "3.5.13",
"resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.13.tgz",
"integrity": "sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==",
+ "license": "MIT",
"dependencies": {
"@vue/reactivity": "3.5.13",
"@vue/shared": "3.5.13"
@@ -3074,6 +1670,7 @@
"version": "3.5.13",
"resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.13.tgz",
"integrity": "sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==",
+ "license": "MIT",
"dependencies": {
"@vue/reactivity": "3.5.13",
"@vue/runtime-core": "3.5.13",
@@ -3085,6 +1682,7 @@
"version": "3.5.13",
"resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.13.tgz",
"integrity": "sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==",
+ "license": "MIT",
"dependencies": {
"@vue/compiler-ssr": "3.5.13",
"@vue/shared": "3.5.13"
@@ -3096,28 +1694,14 @@
"node_modules/@vue/shared": {
"version": "3.5.13",
"resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.13.tgz",
- "integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ=="
- },
- "node_modules/@vue/test-utils": {
- "version": "2.4.6",
- "resolved": "https://registry.npmmirror.com/@vue/test-utils/-/test-utils-2.4.6.tgz",
- "integrity": "sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==",
- "dev": true,
- "dependencies": {
- "js-beautify": "^1.14.9",
- "vue-component-type-helpers": "^2.0.0"
- }
- },
- "node_modules/@vue/web-component-wrapper": {
- "version": "1.3.0",
- "resolved": "https://registry.npmmirror.com/@vue/web-component-wrapper/-/web-component-wrapper-1.3.0.tgz",
- "integrity": "sha512-Iu8Tbg3f+emIIMmI2ycSI8QcEuAUgPTgHwesDU1eKMLE4YC/c/sFbGc70QgMq31ijRftV0R7vCm9co6rldCeOA==",
- "dev": true
+ "integrity": "sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==",
+ "license": "MIT"
},
"node_modules/@vueuse/core": {
"version": "9.13.0",
"resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-9.13.0.tgz",
"integrity": "sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==",
+ "license": "MIT",
"dependencies": {
"@types/web-bluetooth": "^0.0.16",
"@vueuse/metadata": "9.13.0",
@@ -3132,6 +1716,7 @@
"version": "9.13.0",
"resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.13.0.tgz",
"integrity": "sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==",
+ "license": "MIT",
"funding": {
"url": "https://github.com/sponsors/antfu"
}
@@ -3140,6 +1725,7 @@
"version": "9.13.0",
"resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-9.13.0.tgz",
"integrity": "sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==",
+ "license": "MIT",
"dependencies": {
"vue-demi": "*"
},
@@ -3152,6 +1738,8 @@
"resolved": "https://registry.npmmirror.com/@webassemblyjs/ast/-/ast-1.9.0.tgz",
"integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"@webassemblyjs/helper-module-context": "1.9.0",
"@webassemblyjs/helper-wasm-bytecode": "1.9.0",
@@ -3162,25 +1750,33 @@
"version": "1.9.0",
"resolved": "https://registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz",
"integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/@webassemblyjs/helper-api-error": {
"version": "1.9.0",
"resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz",
"integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/@webassemblyjs/helper-buffer": {
"version": "1.9.0",
"resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz",
"integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/@webassemblyjs/helper-code-frame": {
"version": "1.9.0",
"resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz",
"integrity": "sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"@webassemblyjs/wast-printer": "1.9.0"
}
@@ -3189,13 +1785,17 @@
"version": "1.9.0",
"resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz",
"integrity": "sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==",
- "dev": true
+ "dev": true,
+ "license": "ISC",
+ "peer": true
},
"node_modules/@webassemblyjs/helper-module-context": {
"version": "1.9.0",
"resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz",
"integrity": "sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"@webassemblyjs/ast": "1.9.0"
}
@@ -3204,13 +1804,17 @@
"version": "1.9.0",
"resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz",
"integrity": "sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/@webassemblyjs/helper-wasm-section": {
"version": "1.9.0",
"resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz",
"integrity": "sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"@webassemblyjs/ast": "1.9.0",
"@webassemblyjs/helper-buffer": "1.9.0",
@@ -3223,6 +1827,8 @@
"resolved": "https://registry.npmmirror.com/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz",
"integrity": "sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"@xtuc/ieee754": "^1.2.0"
}
@@ -3232,6 +1838,8 @@
"resolved": "https://registry.npmmirror.com/@webassemblyjs/leb128/-/leb128-1.9.0.tgz",
"integrity": "sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"@xtuc/long": "4.2.2"
}
@@ -3240,13 +1848,17 @@
"version": "1.9.0",
"resolved": "https://registry.npmmirror.com/@webassemblyjs/utf8/-/utf8-1.9.0.tgz",
"integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/@webassemblyjs/wasm-edit": {
"version": "1.9.0",
"resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz",
"integrity": "sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"@webassemblyjs/ast": "1.9.0",
"@webassemblyjs/helper-buffer": "1.9.0",
@@ -3263,6 +1875,8 @@
"resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz",
"integrity": "sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"@webassemblyjs/ast": "1.9.0",
"@webassemblyjs/helper-wasm-bytecode": "1.9.0",
@@ -3276,6 +1890,8 @@
"resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz",
"integrity": "sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"@webassemblyjs/ast": "1.9.0",
"@webassemblyjs/helper-buffer": "1.9.0",
@@ -3288,6 +1904,8 @@
"resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz",
"integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"@webassemblyjs/ast": "1.9.0",
"@webassemblyjs/helper-api-error": "1.9.0",
@@ -3302,6 +1920,8 @@
"resolved": "https://registry.npmmirror.com/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz",
"integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"@webassemblyjs/ast": "1.9.0",
"@webassemblyjs/floating-point-hex-parser": "1.9.0",
@@ -3316,6 +1936,8 @@
"resolved": "https://registry.npmmirror.com/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz",
"integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"@webassemblyjs/ast": "1.9.0",
"@webassemblyjs/wast-parser": "1.9.0",
@@ -3326,92 +1948,28 @@
"version": "1.2.0",
"resolved": "https://registry.npmmirror.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
"integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
- "dev": true
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "peer": true
},
"node_modules/@xtuc/long": {
"version": "4.2.2",
"resolved": "https://registry.npmmirror.com/@xtuc/long/-/long-4.2.2.tgz",
"integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
- "dev": true
- },
- "node_modules/abab": {
- "version": "2.0.6",
- "resolved": "https://registry.npmmirror.com/abab/-/abab-2.0.6.tgz",
- "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
- "deprecated": "Use your platform's native atob() and btoa() methods instead",
- "dev": true
- },
- "node_modules/abbrev": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/abbrev/-/abbrev-2.0.0.tgz",
- "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
"dev": true,
- "engines": {
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
- }
- },
- "node_modules/abort-controller": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/abort-controller/-/abort-controller-3.0.0.tgz",
- "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
- "dependencies": {
- "event-target-shim": "^5.0.0"
- },
- "engines": {
- "node": ">=6.5"
- }
- },
- "node_modules/accepts": {
- "version": "1.3.8",
- "resolved": "https://registry.npmmirror.com/accepts/-/accepts-1.3.8.tgz",
- "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
- "dev": true,
- "dependencies": {
- "mime-types": "~2.1.34",
- "negotiator": "0.6.3"
- },
- "engines": {
- "node": ">= 0.6"
- }
+ "license": "Apache-2.0",
+ "peer": true
},
"node_modules/acorn": {
"version": "6.4.2",
"resolved": "https://registry.npmmirror.com/acorn/-/acorn-6.4.2.tgz",
"integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"bin": {
"acorn": "bin/acorn"
},
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/acorn-globals": {
- "version": "4.3.4",
- "resolved": "https://registry.npmmirror.com/acorn-globals/-/acorn-globals-4.3.4.tgz",
- "integrity": "sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==",
- "dev": true,
- "dependencies": {
- "acorn": "^6.0.1",
- "acorn-walk": "^6.0.1"
- }
- },
- "node_modules/acorn-jsx": {
- "version": "5.3.2",
- "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
- "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "peerDependencies": {
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
- }
- },
- "node_modules/acorn-walk": {
- "version": "6.2.0",
- "resolved": "https://registry.npmmirror.com/acorn-walk/-/acorn-walk-6.2.0.tgz",
- "integrity": "sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==",
- "dev": true,
"engines": {
"node": ">=0.4.0"
}
@@ -3420,23 +1978,16 @@
"version": "1.2.2",
"resolved": "https://registry.npmmirror.com/address/-/address-1.2.2.tgz",
"integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==",
+ "license": "MIT",
"engines": {
"node": ">= 10.0.0"
- }
- },
- "node_modules/adler-32": {
- "version": "1.3.1",
- "resolved": "https://registry.npmmirror.com/adler-32/-/adler-32-1.3.1.tgz",
- "integrity": "sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==",
- "license": "Apache-2.0",
- "engines": {
- "node": ">=0.8"
}
},
"node_modules/agentkeepalive": {
"version": "3.5.3",
"resolved": "https://registry.npmmirror.com/agentkeepalive/-/agentkeepalive-3.5.3.tgz",
"integrity": "sha512-yqXL+k5rr8+ZRpOAntkaaRgWgE5o8ESAj5DyRmVTCSoZxXmqemb9Dd7T4i5UzwuERdLAJUy6XzR9zFVuf0kzkw==",
+ "license": "MIT",
"dependencies": {
"humanize-ms": "^1.2.1"
},
@@ -3449,6 +2000,8 @@
"resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
@@ -3465,6 +2018,8 @@
"resolved": "https://registry.npmmirror.com/ajv-errors/-/ajv-errors-1.0.1.tgz",
"integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"peerDependencies": {
"ajv": ">=5.0.0"
}
@@ -3474,14 +2029,17 @@
"resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
"integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"peerDependencies": {
"ajv": "^6.9.1"
}
},
"node_modules/ali-oss": {
- "version": "6.21.0",
- "resolved": "https://registry.npmmirror.com/ali-oss/-/ali-oss-6.21.0.tgz",
- "integrity": "sha512-dRvKWO/GJEa6dlsCnvmgHIbU5+yE/SmZsE4kZRGNU7Uotr9uIkQWGqv4szLTxRSxWv3YgL+BZgt+swIgitYGjA==",
+ "version": "6.22.0",
+ "resolved": "https://registry.npmmirror.com/ali-oss/-/ali-oss-6.22.0.tgz",
+ "integrity": "sha512-X8CHo+wsjCBvDaEvuibFOi3SZxiCBZSRUURrXH0upoVwu3SuW3e+PTVK7xw+uN6EyTcAESqrngrQimhp8iBzsQ==",
+ "license": "MIT",
"dependencies": {
"address": "^1.2.2",
"agentkeepalive": "^3.4.1",
@@ -3513,91 +2071,45 @@
"node": ">=8"
}
},
- "node_modules/alphanum-sort": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
- "integrity": "sha512-0FcBfdcmaumGPQ0qPn7Q5qTgz/ooXgIyp1rf8ik5bGX8mpE2YHjC0P/eyQvxu1GURYQgq9ozf2mteQ5ZD9YiyQ==",
- "dev": true
- },
- "node_modules/ansi-colors": {
- "version": "3.2.3",
- "resolved": "https://registry.npmmirror.com/ansi-colors/-/ansi-colors-3.2.3.tgz",
- "integrity": "sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/ansi-escapes": {
- "version": "4.3.2",
- "resolved": "https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
- "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
- "dev": true,
- "dependencies": {
- "type-fest": "^0.21.3"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/ansi-escapes/node_modules/type-fest": {
- "version": "0.21.3",
- "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.21.3.tgz",
- "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/ansi-html-community": {
- "version": "0.0.8",
- "resolved": "https://registry.npmmirror.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
- "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==",
- "dev": true,
- "engines": [
- "node >= 0.8.0"
- ],
+ "node_modules/ali-oss/node_modules/mime": {
+ "version": "2.6.0",
+ "resolved": "https://registry.npmmirror.com/mime/-/mime-2.6.0.tgz",
+ "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
+ "license": "MIT",
"bin": {
- "ansi-html": "bin/ansi-html"
- }
- },
- "node_modules/ansi-regex": {
- "version": "4.1.1",
- "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-4.1.1.tgz",
- "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/ansi-styles": {
- "version": "3.2.1",
- "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz",
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
- "dev": true,
- "dependencies": {
- "color-convert": "^1.9.0"
+ "mime": "cli.js"
},
"engines": {
- "node": ">=4"
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/ali-oss/node_modules/stream-http": {
+ "version": "2.8.2",
+ "resolved": "https://registry.npmmirror.com/stream-http/-/stream-http-2.8.2.tgz",
+ "integrity": "sha512-QllfrBhqF1DPcz46WxKTs6Mz1Bpc+8Qm6vbqOpVav5odAXwbyzwnEczoWqtxrsmlO+cJqtPrp/8gWKWjaKLLlA==",
+ "license": "MIT",
+ "dependencies": {
+ "builtin-status-codes": "^3.0.0",
+ "inherits": "^2.0.1",
+ "readable-stream": "^2.3.6",
+ "to-arraybuffer": "^1.0.0",
+ "xtend": "^4.0.0"
}
},
"node_modules/any-promise": {
"version": "1.3.0",
"resolved": "https://registry.npmmirror.com/any-promise/-/any-promise-1.3.0.tgz",
- "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A=="
+ "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
+ "license": "MIT"
},
"node_modules/anymatch": {
"version": "3.1.3",
"resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
"dev": true,
+ "license": "ISC",
+ "optional": true,
+ "peer": true,
"dependencies": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
@@ -3606,46 +2118,36 @@
"node": ">= 8"
}
},
+ "node_modules/anymatch/node_modules/picomatch": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "peer": true,
+ "engines": {
+ "node": ">=8.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/jonschlinkert"
+ }
+ },
"node_modules/aproba": {
"version": "1.2.0",
"resolved": "https://registry.npmmirror.com/aproba/-/aproba-1.2.0.tgz",
"integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==",
- "dev": true
- },
- "node_modules/arch": {
- "version": "2.2.0",
- "resolved": "https://registry.npmmirror.com/arch/-/arch-2.2.0.tgz",
- "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==",
"dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
- "node_modules/argparse": {
- "version": "1.0.10",
- "resolved": "https://registry.npmmirror.com/argparse/-/argparse-1.0.10.tgz",
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
- "dev": true,
- "dependencies": {
- "sprintf-js": "~1.0.2"
- }
+ "license": "ISC",
+ "peer": true
},
"node_modules/arr-diff": {
"version": "4.0.0",
"resolved": "https://registry.npmmirror.com/arr-diff/-/arr-diff-4.0.0.tgz",
"integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
@@ -3655,6 +2157,8 @@
"resolved": "https://registry.npmmirror.com/arr-flatten/-/arr-flatten-1.1.0.tgz",
"integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
@@ -3664,58 +2168,8 @@
"resolved": "https://registry.npmmirror.com/arr-union/-/arr-union-3.1.0.tgz",
"integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==",
"dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/array-buffer-byte-length": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz",
- "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.5",
- "is-array-buffer": "^3.0.4"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/array-equal": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/array-equal/-/array-equal-1.0.2.tgz",
- "integrity": "sha512-gUHx76KtnhEgB3HOuFYiCm3FIdEs6ocM2asHvNTkfu/Y09qQVrrVVaOKENmS2KkSaGoxgXNqC+ZVtR/n0MOkSA==",
- "dev": true,
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/array-flatten": {
- "version": "1.1.1",
- "resolved": "https://registry.npmmirror.com/array-flatten/-/array-flatten-1.1.1.tgz",
- "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
- "dev": true
- },
- "node_modules/array-union": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/array-union/-/array-union-1.0.2.tgz",
- "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==",
- "dev": true,
- "dependencies": {
- "array-uniq": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/array-uniq": {
- "version": "1.0.3",
- "resolved": "https://registry.npmmirror.com/array-uniq/-/array-uniq-1.0.3.tgz",
- "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==",
- "dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
@@ -3725,60 +2179,10 @@
"resolved": "https://registry.npmmirror.com/array-unique/-/array-unique-0.3.2.tgz",
"integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
- }
- },
- "node_modules/array.prototype.reduce": {
- "version": "1.0.7",
- "resolved": "https://registry.npmmirror.com/array.prototype.reduce/-/array.prototype.reduce-1.0.7.tgz",
- "integrity": "sha512-mzmiUCVwtiD4lgxYP8g7IYy8El8p2CSMePvIbTS7gchKir/L1fgJrk0yDKmAX6mnRQFKNADYIk8nNlTris5H1Q==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.2",
- "es-array-method-boxes-properly": "^1.0.0",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0",
- "is-string": "^1.0.7"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/arraybuffer.prototype.slice": {
- "version": "1.0.3",
- "resolved": "https://registry.npmmirror.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz",
- "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==",
- "dev": true,
- "dependencies": {
- "array-buffer-byte-length": "^1.0.1",
- "call-bind": "^1.0.5",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.22.3",
- "es-errors": "^1.2.1",
- "get-intrinsic": "^1.2.3",
- "is-array-buffer": "^3.0.4",
- "is-shared-array-buffer": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/asn1": {
- "version": "0.2.6",
- "resolved": "https://registry.npmmirror.com/asn1/-/asn1-0.2.6.tgz",
- "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==",
- "dev": true,
- "dependencies": {
- "safer-buffer": "~2.1.0"
}
},
"node_modules/asn1.js": {
@@ -3786,6 +2190,8 @@
"resolved": "https://registry.npmmirror.com/asn1.js/-/asn1.js-4.10.1.tgz",
"integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"bn.js": "^4.0.0",
"inherits": "^2.0.1",
@@ -3796,49 +2202,39 @@
"version": "4.12.1",
"resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.1.tgz",
"integrity": "sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/assert": {
"version": "1.5.1",
"resolved": "https://registry.npmmirror.com/assert/-/assert-1.5.1.tgz",
"integrity": "sha512-zzw1uCAgLbsKwBfFc8CX78DDg+xZeBksSO3vwVIDDN5i94eOrPsSSyiVhmsSABFDM/OcpE2aagCat9dnWQLG1A==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"object.assign": "^4.1.4",
"util": "^0.10.4"
- }
- },
- "node_modules/assert-plus": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/assert-plus/-/assert-plus-1.0.0.tgz",
- "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==",
- "dev": true,
- "engines": {
- "node": ">=0.8"
}
},
"node_modules/assert/node_modules/inherits": {
"version": "2.0.3",
"resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.3.tgz",
"integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
- "dev": true
+ "dev": true,
+ "license": "ISC",
+ "peer": true
},
"node_modules/assert/node_modules/util": {
"version": "0.10.4",
"resolved": "https://registry.npmmirror.com/util/-/util-0.10.4.tgz",
"integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"inherits": "2.0.3"
- }
- },
- "node_modules/assertion-error": {
- "version": "1.1.0",
- "resolved": "https://registry.npmmirror.com/assertion-error/-/assertion-error-1.1.0.tgz",
- "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==",
- "dev": true,
- "engines": {
- "node": "*"
}
},
"node_modules/assign-symbols": {
@@ -3846,28 +2242,10 @@
"resolved": "https://registry.npmmirror.com/assign-symbols/-/assign-symbols-1.0.0.tgz",
"integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==",
"dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/astral-regex": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/astral-regex/-/astral-regex-1.0.0.tgz",
- "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==",
- "dev": true,
"license": "MIT",
"peer": true,
"engines": {
- "node": ">=4"
- }
- },
- "node_modules/async": {
- "version": "2.6.4",
- "resolved": "https://registry.npmmirror.com/async/-/async-2.6.4.tgz",
- "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
- "dev": true,
- "dependencies": {
- "lodash": "^4.17.14"
+ "node": ">=0.10.0"
}
},
"node_modules/async-each": {
@@ -3880,30 +2258,30 @@
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
- ]
- },
- "node_modules/async-limiter": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/async-limiter/-/async-limiter-1.0.1.tgz",
- "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==",
- "dev": true
+ ],
+ "license": "MIT",
+ "optional": true,
+ "peer": true
},
"node_modules/async-validator": {
"version": "4.2.5",
"resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz",
- "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg=="
+ "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==",
+ "license": "MIT"
},
"node_modules/asynckit": {
"version": "0.4.0",
"resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
- "dev": true
+ "license": "MIT"
},
"node_modules/atob": {
"version": "2.1.2",
"resolved": "https://registry.npmmirror.com/atob/-/atob-2.1.2.tgz",
"integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
"dev": true,
+ "license": "(MIT OR Apache-2.0)",
+ "peer": true,
"bin": {
"atob": "bin/atob.js"
},
@@ -3911,220 +2289,32 @@
"node": ">= 4.5.0"
}
},
- "node_modules/autoprefixer": {
- "version": "9.8.8",
- "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-9.8.8.tgz",
- "integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==",
- "dev": true,
- "dependencies": {
- "browserslist": "^4.12.0",
- "caniuse-lite": "^1.0.30001109",
- "normalize-range": "^0.1.2",
- "num2fraction": "^1.2.2",
- "picocolors": "^0.2.1",
- "postcss": "^7.0.32",
- "postcss-value-parser": "^4.1.0"
- },
- "bin": {
- "autoprefixer": "bin/autoprefixer"
- },
- "funding": {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/autoprefixer"
- }
- },
- "node_modules/autoprefixer/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/autoprefixer/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/available-typed-arrays": {
- "version": "1.0.7",
- "resolved": "https://registry.npmmirror.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
- "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
- "dev": true,
- "dependencies": {
- "possible-typed-array-names": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/aws-sign2": {
- "version": "0.7.0",
- "resolved": "https://registry.npmmirror.com/aws-sign2/-/aws-sign2-0.7.0.tgz",
- "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==",
- "dev": true,
- "engines": {
- "node": "*"
- }
- },
- "node_modules/aws4": {
- "version": "1.13.2",
- "resolved": "https://registry.npmmirror.com/aws4/-/aws4-1.13.2.tgz",
- "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==",
- "dev": true
- },
"node_modules/axios": {
- "version": "0.21.4",
- "resolved": "https://registry.npmmirror.com/axios/-/axios-0.21.4.tgz",
- "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
+ "version": "1.8.3",
+ "resolved": "https://registry.npmmirror.com/axios/-/axios-1.8.3.tgz",
+ "integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==",
+ "license": "MIT",
"dependencies": {
- "follow-redirects": "^1.14.0"
- }
- },
- "node_modules/babel-eslint": {
- "version": "10.1.0",
- "resolved": "https://registry.npmmirror.com/babel-eslint/-/babel-eslint-10.1.0.tgz",
- "integrity": "sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==",
- "deprecated": "babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.",
- "dev": true,
- "dependencies": {
- "@babel/code-frame": "^7.0.0",
- "@babel/parser": "^7.7.0",
- "@babel/traverse": "^7.7.0",
- "@babel/types": "^7.7.0",
- "eslint-visitor-keys": "^1.0.0",
- "resolve": "^1.12.0"
- },
- "engines": {
- "node": ">=6"
- },
- "peerDependencies": {
- "eslint": ">= 4.12.1"
- }
- },
- "node_modules/babel-loader": {
- "version": "8.4.1",
- "resolved": "https://registry.npmmirror.com/babel-loader/-/babel-loader-8.4.1.tgz",
- "integrity": "sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==",
- "dev": true,
- "dependencies": {
- "find-cache-dir": "^3.3.1",
- "loader-utils": "^2.0.4",
- "make-dir": "^3.1.0",
- "schema-utils": "^2.6.5"
- },
- "engines": {
- "node": ">= 8.9"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0",
- "webpack": ">=2"
- }
- },
- "node_modules/babel-loader/node_modules/make-dir": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-3.1.0.tgz",
- "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
- "dev": true,
- "dependencies": {
- "semver": "^6.0.0"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/babel-loader/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/babel-plugin-dynamic-import-node": {
- "version": "2.3.3",
- "resolved": "https://registry.npmmirror.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
- "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
- "dev": true,
- "dependencies": {
- "object.assign": "^4.1.0"
- }
- },
- "node_modules/babel-plugin-polyfill-corejs2": {
- "version": "0.4.12",
- "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz",
- "integrity": "sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==",
- "dev": true,
- "dependencies": {
- "@babel/compat-data": "^7.22.6",
- "@babel/helper-define-polyfill-provider": "^0.6.3",
- "semver": "^6.3.1"
- },
- "peerDependencies": {
- "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
- }
- },
- "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/babel-plugin-polyfill-corejs3": {
- "version": "0.10.6",
- "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz",
- "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==",
- "dev": true,
- "dependencies": {
- "@babel/helper-define-polyfill-provider": "^0.6.2",
- "core-js-compat": "^3.38.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
- }
- },
- "node_modules/babel-plugin-polyfill-regenerator": {
- "version": "0.6.3",
- "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.3.tgz",
- "integrity": "sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==",
- "dev": true,
- "dependencies": {
- "@babel/helper-define-polyfill-provider": "^0.6.3"
- },
- "peerDependencies": {
- "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
+ "follow-redirects": "^1.15.6",
+ "form-data": "^4.0.0",
+ "proxy-from-env": "^1.1.0"
}
},
"node_modules/balanced-match": {
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/base": {
"version": "0.11.2",
"resolved": "https://registry.npmmirror.com/base/-/base-0.11.2.tgz",
"integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"cache-base": "^1.0.1",
"class-utils": "^0.3.5",
@@ -4143,24 +2333,13 @@
"resolved": "https://registry.npmmirror.com/define-property/-/define-property-1.0.0.tgz",
"integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"is-descriptor": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
- }
- },
- "node_modules/base/node_modules/is-descriptor": {
- "version": "1.0.3",
- "resolved": "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-1.0.3.tgz",
- "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==",
- "dev": true,
- "dependencies": {
- "is-accessor-descriptor": "^1.0.1",
- "is-data-descriptor": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
}
},
"node_modules/base64-js": {
@@ -4181,43 +2360,16 @@
"type": "consulting",
"url": "https://feross.org/support"
}
- ]
- },
- "node_modules/batch": {
- "version": "0.6.1",
- "resolved": "https://registry.npmmirror.com/batch/-/batch-0.6.1.tgz",
- "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==",
- "dev": true
- },
- "node_modules/bcrypt-pbkdf": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
- "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==",
- "dev": true,
- "dependencies": {
- "tweetnacl": "^0.14.3"
- }
- },
- "node_modules/bfj": {
- "version": "6.1.2",
- "resolved": "https://registry.npmmirror.com/bfj/-/bfj-6.1.2.tgz",
- "integrity": "sha512-BmBJa4Lip6BPRINSZ0BPEIfB1wUY/9rwbwvIHQA1KjX9om29B6id0wnWXq7m3bn5JrUVjeOTnVuhPT1FiHwPGw==",
- "dev": true,
- "dependencies": {
- "bluebird": "^3.5.5",
- "check-types": "^8.0.3",
- "hoopy": "^0.1.4",
- "tryer": "^1.0.1"
- },
- "engines": {
- "node": ">= 6.0.0"
- }
+ ],
+ "license": "MIT",
+ "peer": true
},
"node_modules/big.js": {
"version": "5.2.2",
"resolved": "https://registry.npmmirror.com/big.js/-/big.js-5.2.2.tgz",
"integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": "*"
}
@@ -4227,7 +2379,9 @@
"resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
"dev": true,
+ "license": "MIT",
"optional": true,
+ "peer": true,
"engines": {
"node": ">=8"
},
@@ -4242,125 +2396,53 @@
"dev": true,
"license": "MIT",
"optional": true,
+ "peer": true,
"dependencies": {
"file-uri-to-path": "1.0.0"
+ }
+ },
+ "node_modules/birpc": {
+ "version": "0.2.19",
+ "resolved": "https://registry.npmmirror.com/birpc/-/birpc-0.2.19.tgz",
+ "integrity": "sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==",
+ "dev": true,
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/antfu"
}
},
"node_modules/bluebird": {
"version": "3.7.2",
"resolved": "https://registry.npmmirror.com/bluebird/-/bluebird-3.7.2.tgz",
"integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/bn.js": {
"version": "5.2.1",
"resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-5.2.1.tgz",
"integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==",
- "dev": true
- },
- "node_modules/body-parser": {
- "version": "1.20.3",
- "resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.3.tgz",
- "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
"dev": true,
- "dependencies": {
- "bytes": "3.1.2",
- "content-type": "~1.0.5",
- "debug": "2.6.9",
- "depd": "2.0.0",
- "destroy": "1.2.0",
- "http-errors": "2.0.0",
- "iconv-lite": "0.4.24",
- "on-finished": "2.4.1",
- "qs": "6.13.0",
- "raw-body": "2.5.2",
- "type-is": "~1.6.18",
- "unpipe": "1.0.0"
- },
- "engines": {
- "node": ">= 0.8",
- "npm": "1.2.8000 || >= 1.4.16"
- }
- },
- "node_modules/body-parser/node_modules/debug": {
- "version": "2.6.9",
- "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
- "dev": true,
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/body-parser/node_modules/iconv-lite": {
- "version": "0.4.24",
- "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
- "dev": true,
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/body-parser/node_modules/ms": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
- "dev": true
- },
- "node_modules/body-parser/node_modules/qs": {
- "version": "6.13.0",
- "resolved": "https://registry.npmmirror.com/qs/-/qs-6.13.0.tgz",
- "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
- "dev": true,
- "dependencies": {
- "side-channel": "^1.0.6"
- },
- "engines": {
- "node": ">=0.6"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/bonjour": {
- "version": "3.5.0",
- "resolved": "https://registry.npmmirror.com/bonjour/-/bonjour-3.5.0.tgz",
- "integrity": "sha512-RaVTblr+OnEli0r/ud8InrU7D+G0y6aJhlxaLa6Pwty4+xoxboF1BsUI45tujvRpbj9dQVoglChqonGAsjEBYg==",
- "dev": true,
- "dependencies": {
- "array-flatten": "^2.1.0",
- "deep-equal": "^1.0.1",
- "dns-equal": "^1.0.0",
- "dns-txt": "^2.0.2",
- "multicast-dns": "^6.0.1",
- "multicast-dns-service-types": "^1.1.0"
- }
- },
- "node_modules/bonjour/node_modules/array-flatten": {
- "version": "2.1.2",
- "resolved": "https://registry.npmmirror.com/array-flatten/-/array-flatten-2.1.2.tgz",
- "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==",
- "dev": true
- },
- "node_modules/boolbase": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
- "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
- "dev": true
+ "license": "MIT",
+ "peer": true
},
"node_modules/bowser": {
"version": "1.9.4",
"resolved": "https://registry.npmmirror.com/bowser/-/bowser-1.9.4.tgz",
- "integrity": "sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ=="
+ "integrity": "sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ==",
+ "license": "MIT"
},
"node_modules/brace-expansion": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz",
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
+ "version": "1.1.11",
+ "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
- "balanced-match": "^1.0.0"
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
}
},
"node_modules/braces": {
@@ -4368,6 +2450,8 @@
"resolved": "https://registry.npmmirror.com/braces/-/braces-2.3.2.tgz",
"integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"arr-flatten": "^1.1.0",
"array-unique": "^0.3.2",
@@ -4384,29 +2468,46 @@
"node": ">=0.10.0"
}
},
+ "node_modules/braces/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/braces/node_modules/is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
"node_modules/brorand": {
"version": "1.1.0",
"resolved": "https://registry.npmmirror.com/brorand/-/brorand-1.1.0.tgz",
"integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==",
- "dev": true
- },
- "node_modules/browser-process-hrtime": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
- "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==",
- "dev": true
- },
- "node_modules/browser-stdout": {
- "version": "1.3.1",
- "resolved": "https://registry.npmmirror.com/browser-stdout/-/browser-stdout-1.3.1.tgz",
- "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/browserify-aes": {
"version": "1.2.0",
"resolved": "https://registry.npmmirror.com/browserify-aes/-/browserify-aes-1.2.0.tgz",
"integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"buffer-xor": "^1.0.3",
"cipher-base": "^1.0.0",
@@ -4421,6 +2522,8 @@
"resolved": "https://registry.npmmirror.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz",
"integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"browserify-aes": "^1.0.4",
"browserify-des": "^1.0.0",
@@ -4432,6 +2535,8 @@
"resolved": "https://registry.npmmirror.com/browserify-des/-/browserify-des-1.0.2.tgz",
"integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"cipher-base": "^1.0.1",
"des.js": "^1.0.0",
@@ -4444,6 +2549,8 @@
"resolved": "https://registry.npmmirror.com/browserify-rsa/-/browserify-rsa-4.1.1.tgz",
"integrity": "sha512-YBjSAiTqM04ZVei6sXighu679a3SqWORA3qZTEqZImnlkDIFtKc6pNutpjyZ8RJTjQtuYfeetkxM11GwoYXMIQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"bn.js": "^5.2.1",
"randombytes": "^2.1.0",
@@ -4453,31 +2560,13 @@
"node": ">= 0.10"
}
},
- "node_modules/browserify-rsa/node_modules/safe-buffer": {
- "version": "5.2.1",
- "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
"node_modules/browserify-sign": {
"version": "4.2.3",
"resolved": "https://registry.npmmirror.com/browserify-sign/-/browserify-sign-4.2.3.tgz",
"integrity": "sha512-JWCZW6SKhfhjJxO8Tyiiy+XYB7cqd2S5/+WeYHsKdNKFlCBhKbblba1A/HN/90YwtxKc8tCErjffZl++UNmGiw==",
"dev": true,
+ "license": "ISC",
+ "peer": true,
"dependencies": {
"bn.js": "^5.2.1",
"browserify-rsa": "^4.1.0",
@@ -4494,39 +2583,21 @@
"node": ">= 0.12"
}
},
- "node_modules/browserify-sign/node_modules/safe-buffer": {
- "version": "5.2.1",
- "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
"node_modules/browserify-zlib": {
"version": "0.2.0",
"resolved": "https://registry.npmmirror.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz",
"integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"pako": "~1.0.5"
}
},
"node_modules/browserslist": {
- "version": "4.24.2",
- "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.2.tgz",
- "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==",
+ "version": "4.24.4",
+ "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.24.4.tgz",
+ "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==",
"dev": true,
"funding": [
{
@@ -4542,10 +2613,11 @@
"url": "https://github.com/sponsors/ai"
}
],
+ "license": "MIT",
"dependencies": {
- "caniuse-lite": "^1.0.30001669",
- "electron-to-chromium": "^1.5.41",
- "node-releases": "^2.0.18",
+ "caniuse-lite": "^1.0.30001688",
+ "electron-to-chromium": "^1.5.73",
+ "node-releases": "^2.0.19",
"update-browserslist-db": "^1.1.1"
},
"bin": {
@@ -4560,48 +2632,57 @@
"resolved": "https://registry.npmmirror.com/buffer/-/buffer-4.9.2.tgz",
"integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"base64-js": "^1.0.2",
"ieee754": "^1.1.4",
"isarray": "^1.0.0"
}
},
+ "node_modules/buffer-builder": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmmirror.com/buffer-builder/-/buffer-builder-0.2.0.tgz",
+ "integrity": "sha512-7VPMEPuYznPSoR21NE1zvd2Xna6c/CloiZCfcMXR1Jny6PjX0N4Nsa38zcBFo/FMK+BlA+FLKbJCQ0i2yxp+Xg==",
+ "dev": true,
+ "license": "MIT/X11"
+ },
"node_modules/buffer-from": {
"version": "1.1.2",
"resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
- "dev": true
- },
- "node_modules/buffer-indexof": {
- "version": "1.1.1",
- "resolved": "https://registry.npmmirror.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz",
- "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==",
- "dev": true
- },
- "node_modules/buffer-json": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/buffer-json/-/buffer-json-2.0.0.tgz",
- "integrity": "sha512-+jjPFVqyfF1esi9fvfUs3NqM0pH1ziZ36VP4hmA/y/Ssfo/5w5xHKfTw9BwQjoJ1w/oVtpLomqwUHKdefGyuHw==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/buffer-xor": {
"version": "1.0.3",
"resolved": "https://registry.npmmirror.com/buffer-xor/-/buffer-xor-1.0.3.tgz",
"integrity": "sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/builtin-status-codes": {
"version": "3.0.0",
"resolved": "https://registry.npmmirror.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
- "integrity": "sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ=="
+ "integrity": "sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==",
+ "license": "MIT"
},
- "node_modules/bytes": {
- "version": "3.1.2",
- "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz",
- "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
+ "node_modules/bundle-name": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-4.1.0.tgz",
+ "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==",
"dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "run-applescript": "^7.0.0"
+ },
"engines": {
- "node": ">= 0.8"
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/cacache": {
@@ -4609,6 +2690,8 @@
"resolved": "https://registry.npmmirror.com/cacache/-/cacache-12.0.4.tgz",
"integrity": "sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==",
"dev": true,
+ "license": "ISC",
+ "peer": true,
"dependencies": {
"bluebird": "^3.5.5",
"chownr": "^1.1.1",
@@ -4627,54 +2710,13 @@
"y18n": "^4.0.0"
}
},
- "node_modules/cacache/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/cacache/node_modules/glob": {
- "version": "7.2.3",
- "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
- "deprecated": "Glob versions prior to v9 are no longer supported",
- "dev": true,
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.1.1",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
- },
- "engines": {
- "node": "*"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/cacache/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
"node_modules/cache-base": {
"version": "1.0.1",
"resolved": "https://registry.npmmirror.com/cache-base/-/cache-base-1.0.1.tgz",
"integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"collection-visit": "^1.0.0",
"component-emitter": "^1.2.1",
@@ -4690,62 +2732,18 @@
"node": ">=0.10.0"
}
},
- "node_modules/cache-loader": {
- "version": "4.1.0",
- "resolved": "https://registry.npmmirror.com/cache-loader/-/cache-loader-4.1.0.tgz",
- "integrity": "sha512-ftOayxve0PwKzBF/GLsZNC9fJBXl8lkZE3TOsjkboHfVHVkL39iUEs1FO07A33mizmci5Dudt38UZrrYXDtbhw==",
- "dev": true,
- "dependencies": {
- "buffer-json": "^2.0.0",
- "find-cache-dir": "^3.0.0",
- "loader-utils": "^1.2.3",
- "mkdirp": "^0.5.1",
- "neo-async": "^2.6.1",
- "schema-utils": "^2.0.0"
- },
- "engines": {
- "node": ">= 8.9.0"
- },
- "peerDependencies": {
- "webpack": "^4.0.0"
- }
- },
- "node_modules/cache-loader/node_modules/json5": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
- "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
- "dev": true,
- "dependencies": {
- "minimist": "^1.2.0"
- },
- "bin": {
- "json5": "lib/cli.js"
- }
- },
- "node_modules/cache-loader/node_modules/loader-utils": {
- "version": "1.4.2",
- "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
- "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
- "dev": true,
- "dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^1.0.1"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
"node_modules/call-bind": {
- "version": "1.0.7",
- "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.7.tgz",
- "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.8.tgz",
+ "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
+ "call-bind-apply-helpers": "^1.0.0",
"es-define-property": "^1.0.0",
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
"get-intrinsic": "^1.2.4",
- "set-function-length": "^1.2.1"
+ "set-function-length": "^1.2.2"
},
"engines": {
"node": ">= 0.4"
@@ -4754,80 +2752,39 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/call-me-maybe": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/call-me-maybe/-/call-me-maybe-1.0.2.tgz",
- "integrity": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==",
- "dev": true
- },
- "node_modules/caller-callsite": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/caller-callsite/-/caller-callsite-2.0.0.tgz",
- "integrity": "sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==",
- "dev": true,
+ "node_modules/call-bind-apply-helpers": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz",
+ "integrity": "sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==",
+ "license": "MIT",
"dependencies": {
- "callsites": "^2.0.0"
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2"
},
"engines": {
- "node": ">=4"
+ "node": ">= 0.4"
}
},
- "node_modules/caller-path": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/caller-path/-/caller-path-2.0.0.tgz",
- "integrity": "sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==",
- "dev": true,
+ "node_modules/call-bound": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.3.tgz",
+ "integrity": "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==",
+ "license": "MIT",
"dependencies": {
- "caller-callsite": "^2.0.0"
+ "call-bind-apply-helpers": "^1.0.1",
+ "get-intrinsic": "^1.2.6"
},
"engines": {
- "node": ">=4"
- }
- },
- "node_modules/callsites": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/callsites/-/callsites-2.0.0.tgz",
- "integrity": "sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/camel-case": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/camel-case/-/camel-case-3.0.0.tgz",
- "integrity": "sha512-+MbKztAYHXPr1jNTSKQF52VpcFjwY5RkR7fxksV8Doo4KAYc5Fl4UJRgthBbTmEx8C54DqahhbLJkDwjI3PI/w==",
- "dev": true,
- "dependencies": {
- "no-case": "^2.2.0",
- "upper-case": "^1.1.1"
- }
- },
- "node_modules/camelcase": {
- "version": "5.3.1",
- "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz",
- "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/caniuse-api": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz",
- "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
- "dev": true,
- "dependencies": {
- "browserslist": "^4.0.0",
- "caniuse-lite": "^1.0.0",
- "lodash.memoize": "^4.1.2",
- "lodash.uniq": "^4.5.0"
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/caniuse-lite": {
- "version": "1.0.30001684",
- "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001684.tgz",
- "integrity": "sha512-G1LRwLIQjBQoyq0ZJGqGIJUXzJ8irpbjHLpVRXDvBEScFJ9b17sgK6vlx0GAJFE21okD7zXl08rRRUfq6HdoEQ==",
+ "version": "1.0.30001692",
+ "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001692.tgz",
+ "integrity": "sha512-A95VKan0kdtrsnMubMKxEKUKImOPSuCpYgxSQBo036P5YYgVIcOYJEgt/txJWqObiRQeISNCfef9nvlQ0vbV7A==",
"dev": true,
"funding": [
{
@@ -4842,103 +2799,35 @@
"type": "github",
"url": "https://github.com/sponsors/ai"
}
- ]
+ ],
+ "license": "CC-BY-4.0"
},
- "node_modules/case-sensitive-paths-webpack-plugin": {
- "version": "2.4.0",
- "resolved": "https://registry.npmmirror.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
- "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/caseless": {
- "version": "0.12.0",
- "resolved": "https://registry.npmmirror.com/caseless/-/caseless-0.12.0.tgz",
- "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==",
- "dev": true
- },
- "node_modules/cfb": {
- "version": "1.2.2",
- "resolved": "https://registry.npmmirror.com/cfb/-/cfb-1.2.2.tgz",
- "integrity": "sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==",
- "license": "Apache-2.0",
+ "node_modules/chart.js": {
+ "version": "4.4.7",
+ "resolved": "https://registry.npmmirror.com/chart.js/-/chart.js-4.4.7.tgz",
+ "integrity": "sha512-pwkcKfdzTMAU/+jNosKhNL2bHtJc/sSmYgVbuGTEDhzkrhmyihmP7vUc/5ZK9WopidMDHNe3Wm7jOd/WhuHWuw==",
+ "license": "MIT",
"dependencies": {
- "adler-32": "~1.3.0",
- "crc-32": "~1.2.0"
+ "@kurkle/color": "^0.3.0"
},
"engines": {
- "node": ">=0.8"
+ "pnpm": ">=8"
}
- },
- "node_modules/chai": {
- "version": "4.5.0",
- "resolved": "https://registry.npmmirror.com/chai/-/chai-4.5.0.tgz",
- "integrity": "sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==",
- "dev": true,
- "dependencies": {
- "assertion-error": "^1.1.0",
- "check-error": "^1.0.3",
- "deep-eql": "^4.1.3",
- "get-func-name": "^2.0.2",
- "loupe": "^2.3.6",
- "pathval": "^1.1.1",
- "type-detect": "^4.1.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/chalk": {
- "version": "2.4.2",
- "resolved": "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz",
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^3.2.1",
- "escape-string-regexp": "^1.0.5",
- "supports-color": "^5.3.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/chardet": {
- "version": "0.7.0",
- "resolved": "https://registry.npmmirror.com/chardet/-/chardet-0.7.0.tgz",
- "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
- "dev": true
- },
- "node_modules/check-error": {
- "version": "1.0.3",
- "resolved": "https://registry.npmmirror.com/check-error/-/check-error-1.0.3.tgz",
- "integrity": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==",
- "dev": true,
- "dependencies": {
- "get-func-name": "^2.0.2"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/check-types": {
- "version": "8.0.3",
- "resolved": "https://registry.npmmirror.com/check-types/-/check-types-8.0.3.tgz",
- "integrity": "sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ==",
- "dev": true
},
"node_modules/china-division": {
"version": "2.7.0",
"resolved": "https://registry.npmmirror.com/china-division/-/china-division-2.7.0.tgz",
- "integrity": "sha512-4uUPAT+1WfqDh5jytq7omdCmHNk3j+k76zEG/2IqaGcYB90c2SwcixttcypdsZ3T/9tN1TTpBDoeZn+Yw/qBEA=="
+ "integrity": "sha512-4uUPAT+1WfqDh5jytq7omdCmHNk3j+k76zEG/2IqaGcYB90c2SwcixttcypdsZ3T/9tN1TTpBDoeZn+Yw/qBEA==",
+ "license": "MIT"
},
"node_modules/chokidar": {
"version": "3.6.0",
"resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
"dev": true,
+ "license": "MIT",
"optional": true,
+ "peer": true,
"dependencies": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
@@ -4963,7 +2852,9 @@
"resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
"dev": true,
+ "license": "MIT",
"optional": true,
+ "peer": true,
"dependencies": {
"fill-range": "^7.1.1"
},
@@ -4976,7 +2867,9 @@
"resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
"dev": true,
+ "license": "MIT",
"optional": true,
+ "peer": true,
"dependencies": {
"to-regex-range": "^5.0.1"
},
@@ -4989,7 +2882,9 @@
"resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
"dev": true,
+ "license": "MIT",
"optional": true,
+ "peer": true,
"engines": {
"node": ">=0.12.0"
}
@@ -4999,7 +2894,9 @@
"resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
"dev": true,
+ "license": "MIT",
"optional": true,
+ "peer": true,
"dependencies": {
"is-number": "^7.0.0"
},
@@ -5011,28 +2908,28 @@
"version": "1.1.4",
"resolved": "https://registry.npmmirror.com/chownr/-/chownr-1.1.4.tgz",
"integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
- "dev": true
+ "dev": true,
+ "license": "ISC",
+ "peer": true
},
"node_modules/chrome-trace-event": {
"version": "1.0.4",
"resolved": "https://registry.npmmirror.com/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz",
"integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=6.0"
}
},
- "node_modules/ci-info": {
- "version": "1.6.0",
- "resolved": "https://registry.npmmirror.com/ci-info/-/ci-info-1.6.0.tgz",
- "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==",
- "dev": true
- },
"node_modules/cipher-base": {
- "version": "1.0.5",
- "resolved": "https://registry.npmmirror.com/cipher-base/-/cipher-base-1.0.5.tgz",
- "integrity": "sha512-xq7ICKB4TMHUx7Tz1L9O2SGKOhYMOTR32oir45Bq28/AQTpHogKgHcoYFSdRbMtddl+ozNXfXY9jWcgYKmde0w==",
+ "version": "1.0.6",
+ "resolved": "https://registry.npmmirror.com/cipher-base/-/cipher-base-1.0.6.tgz",
+ "integrity": "sha512-3Ek9H3X6pj5TgenXYtNWdaBon1tgYCaebd+XPg0keyjEbEfkD4KkmAxkQ/i1vYvxdcT5nscLBfq9VJRmCBcFSw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"inherits": "^2.0.4",
"safe-buffer": "^5.2.1"
@@ -5041,31 +2938,13 @@
"node": ">= 0.10"
}
},
- "node_modules/cipher-base/node_modules/safe-buffer": {
- "version": "5.2.1",
- "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
"node_modules/class-utils": {
"version": "0.3.6",
"resolved": "https://registry.npmmirror.com/class-utils/-/class-utils-0.3.6.tgz",
"integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"arr-union": "^3.1.0",
"define-property": "^0.2.5",
@@ -5081,6 +2960,8 @@
"resolved": "https://registry.npmmirror.com/define-property/-/define-property-0.2.5.tgz",
"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"is-descriptor": "^0.1.0"
},
@@ -5088,320 +2969,34 @@
"node": ">=0.10.0"
}
},
- "node_modules/clean-css": {
- "version": "4.2.4",
- "resolved": "https://registry.npmmirror.com/clean-css/-/clean-css-4.2.4.tgz",
- "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==",
+ "node_modules/class-utils/node_modules/is-descriptor": {
+ "version": "0.1.7",
+ "resolved": "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-0.1.7.tgz",
+ "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
- "source-map": "~0.6.0"
+ "is-accessor-descriptor": "^1.0.1",
+ "is-data-descriptor": "^1.0.1"
},
"engines": {
- "node": ">= 4.0"
+ "node": ">= 0.4"
}
},
- "node_modules/cli-cursor": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/cli-cursor/-/cli-cursor-2.1.0.tgz",
- "integrity": "sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==",
+ "node_modules/clone-deep": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmmirror.com/clone-deep/-/clone-deep-4.0.1.tgz",
+ "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "restore-cursor": "^2.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/cli-highlight": {
- "version": "2.1.11",
- "resolved": "https://registry.npmmirror.com/cli-highlight/-/cli-highlight-2.1.11.tgz",
- "integrity": "sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg==",
- "dev": true,
- "dependencies": {
- "chalk": "^4.0.0",
- "highlight.js": "^10.7.1",
- "mz": "^2.4.0",
- "parse5": "^5.1.1",
- "parse5-htmlparser2-tree-adapter": "^6.0.0",
- "yargs": "^16.0.0"
- },
- "bin": {
- "highlight": "bin/highlight"
- },
- "engines": {
- "node": ">=8.0.0",
- "npm": ">=5.0.0"
- }
- },
- "node_modules/cli-highlight/node_modules/ansi-styles": {
- "version": "4.3.0",
- "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
- "dev": true,
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/cli-highlight/node_modules/chalk": {
- "version": "4.1.2",
- "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/cli-highlight/node_modules/cliui": {
- "version": "7.0.4",
- "resolved": "https://registry.npmmirror.com/cliui/-/cliui-7.0.4.tgz",
- "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
- "dev": true,
- "dependencies": {
- "string-width": "^4.2.0",
- "strip-ansi": "^6.0.0",
- "wrap-ansi": "^7.0.0"
- }
- },
- "node_modules/cli-highlight/node_modules/color-convert": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dev": true,
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/cli-highlight/node_modules/color-name": {
- "version": "1.1.4",
- "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "dev": true
- },
- "node_modules/cli-highlight/node_modules/has-flag": {
- "version": "4.0.0",
- "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/cli-highlight/node_modules/parse5": {
- "version": "5.1.1",
- "resolved": "https://registry.npmmirror.com/parse5/-/parse5-5.1.1.tgz",
- "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==",
- "dev": true
- },
- "node_modules/cli-highlight/node_modules/supports-color": {
- "version": "7.2.0",
- "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "dev": true,
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/cli-highlight/node_modules/wrap-ansi": {
- "version": "7.0.0",
- "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
- }
- },
- "node_modules/cli-highlight/node_modules/y18n": {
- "version": "5.0.8",
- "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
- "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
- "dev": true,
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/cli-highlight/node_modules/yargs": {
- "version": "16.2.0",
- "resolved": "https://registry.npmmirror.com/yargs/-/yargs-16.2.0.tgz",
- "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
- "dev": true,
- "dependencies": {
- "cliui": "^7.0.2",
- "escalade": "^3.1.1",
- "get-caller-file": "^2.0.5",
- "require-directory": "^2.1.1",
- "string-width": "^4.2.0",
- "y18n": "^5.0.5",
- "yargs-parser": "^20.2.2"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/cli-highlight/node_modules/yargs-parser": {
- "version": "20.2.9",
- "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-20.2.9.tgz",
- "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
- "dev": true,
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/cli-spinners": {
- "version": "2.9.2",
- "resolved": "https://registry.npmmirror.com/cli-spinners/-/cli-spinners-2.9.2.tgz",
- "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==",
- "dev": true,
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/cli-width": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/cli-width/-/cli-width-3.0.0.tgz",
- "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
- "dev": true,
- "engines": {
- "node": ">= 10"
- }
- },
- "node_modules/clipboardy": {
- "version": "2.3.0",
- "resolved": "https://registry.npmmirror.com/clipboardy/-/clipboardy-2.3.0.tgz",
- "integrity": "sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==",
- "dev": true,
- "dependencies": {
- "arch": "^2.1.1",
- "execa": "^1.0.0",
- "is-wsl": "^2.1.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/clipboardy/node_modules/is-wsl": {
- "version": "2.2.0",
- "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-2.2.0.tgz",
- "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
- "dev": true,
- "dependencies": {
- "is-docker": "^2.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/cliui": {
- "version": "5.0.0",
- "resolved": "https://registry.npmmirror.com/cliui/-/cliui-5.0.0.tgz",
- "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
- "dev": true,
- "dependencies": {
- "string-width": "^3.1.0",
- "strip-ansi": "^5.2.0",
- "wrap-ansi": "^5.1.0"
- }
- },
- "node_modules/cliui/node_modules/emoji-regex": {
- "version": "7.0.3",
- "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-7.0.3.tgz",
- "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
- "dev": true
- },
- "node_modules/cliui/node_modules/is-fullwidth-code-point": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
- "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/cliui/node_modules/string-width": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/string-width/-/string-width-3.1.0.tgz",
- "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
- "dev": true,
- "dependencies": {
- "emoji-regex": "^7.0.1",
- "is-fullwidth-code-point": "^2.0.0",
- "strip-ansi": "^5.1.0"
+ "is-plain-object": "^2.0.4",
+ "kind-of": "^6.0.2",
+ "shallow-clone": "^3.0.0"
},
"engines": {
"node": ">=6"
- }
- },
- "node_modules/cliui/node_modules/strip-ansi": {
- "version": "5.2.0",
- "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-5.2.0.tgz",
- "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^4.1.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/clone": {
- "version": "1.0.4",
- "resolved": "https://registry.npmmirror.com/clone/-/clone-1.0.4.tgz",
- "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
- "dev": true,
- "engines": {
- "node": ">=0.8"
- }
- },
- "node_modules/coa": {
- "version": "2.0.2",
- "resolved": "https://registry.npmmirror.com/coa/-/coa-2.0.2.tgz",
- "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
- "dev": true,
- "dependencies": {
- "@types/q": "^1.5.1",
- "chalk": "^2.4.1",
- "q": "^1.1.2"
- },
- "engines": {
- "node": ">= 4.0"
- }
- },
- "node_modules/codepage": {
- "version": "1.15.0",
- "resolved": "https://registry.npmmirror.com/codepage/-/codepage-1.15.0.tgz",
- "integrity": "sha512-3g6NUTPd/YtuuGrhMnOMRjFc+LJw/bnMp3+0r/Wcz3IXUuCosKRJvMphm5+Q+bvTVGcJJuRvVLuYba+WojaFaA==",
- "license": "Apache-2.0",
- "engines": {
- "node": ">=0.8"
}
},
"node_modules/collection-visit": {
@@ -5409,6 +3004,8 @@
"resolved": "https://registry.npmmirror.com/collection-visit/-/collection-visit-1.0.0.tgz",
"integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"map-visit": "^1.0.0",
"object-visit": "^1.0.0"
@@ -5417,46 +3014,18 @@
"node": ">=0.10.0"
}
},
- "node_modules/color": {
- "version": "3.2.1",
- "resolved": "https://registry.npmmirror.com/color/-/color-3.2.1.tgz",
- "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==",
+ "node_modules/colorjs.io": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmmirror.com/colorjs.io/-/colorjs.io-0.5.2.tgz",
+ "integrity": "sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==",
"dev": true,
- "dependencies": {
- "color-convert": "^1.9.3",
- "color-string": "^1.6.0"
- }
- },
- "node_modules/color-convert": {
- "version": "1.9.3",
- "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz",
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
- "dev": true,
- "dependencies": {
- "color-name": "1.1.3"
- }
- },
- "node_modules/color-name": {
- "version": "1.1.3",
- "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz",
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
- "dev": true
- },
- "node_modules/color-string": {
- "version": "1.9.1",
- "resolved": "https://registry.npmmirror.com/color-string/-/color-string-1.9.1.tgz",
- "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
- "dev": true,
- "dependencies": {
- "color-name": "^1.0.0",
- "simple-swizzle": "^0.2.2"
- }
+ "license": "MIT"
},
"node_modules/combined-stream": {
"version": "1.0.8",
"resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
- "dev": true,
+ "license": "MIT",
"dependencies": {
"delayed-stream": "~1.0.0"
},
@@ -5468,102 +3037,36 @@
"version": "2.20.3",
"resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz",
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/commondir": {
"version": "1.0.1",
"resolved": "https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz",
"integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/component-emitter": {
"version": "1.3.1",
"resolved": "https://registry.npmmirror.com/component-emitter/-/component-emitter-1.3.1.tgz",
"integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
- },
- "node_modules/compressible": {
- "version": "2.0.18",
- "resolved": "https://registry.npmmirror.com/compressible/-/compressible-2.0.18.tgz",
- "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
- "dev": true,
- "dependencies": {
- "mime-db": ">= 1.43.0 < 2"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/compression": {
- "version": "1.7.5",
- "resolved": "https://registry.npmmirror.com/compression/-/compression-1.7.5.tgz",
- "integrity": "sha512-bQJ0YRck5ak3LgtnpKkiabX5pNF7tMUh1BSy2ZBOTh0Dim0BUu6aPPwByIns6/A5Prh8PufSPerMDUklpzes2Q==",
- "dev": true,
- "dependencies": {
- "bytes": "3.1.2",
- "compressible": "~2.0.18",
- "debug": "2.6.9",
- "negotiator": "~0.6.4",
- "on-headers": "~1.0.2",
- "safe-buffer": "5.2.1",
- "vary": "~1.1.2"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/compression/node_modules/debug": {
- "version": "2.6.9",
- "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
- "dev": true,
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/compression/node_modules/ms": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
- "dev": true
- },
- "node_modules/compression/node_modules/negotiator": {
- "version": "0.6.4",
- "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.4.tgz",
- "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
- "dev": true,
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/compression/node_modules/safe-buffer": {
- "version": "5.2.1",
- "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
},
"node_modules/concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/concat-stream": {
"version": "1.6.2",
@@ -5573,6 +3076,8 @@
"engines": [
"node >= 0.8"
],
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"buffer-from": "^1.0.0",
"inherits": "^2.0.3",
@@ -5580,86 +3085,26 @@
"typedarray": "^0.0.6"
}
},
- "node_modules/config-chain": {
- "version": "1.1.13",
- "resolved": "https://registry.npmmirror.com/config-chain/-/config-chain-1.1.13.tgz",
- "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==",
- "dev": true,
- "dependencies": {
- "ini": "^1.3.4",
- "proto-list": "~1.2.1"
- }
- },
- "node_modules/connect-history-api-fallback": {
- "version": "1.6.0",
- "resolved": "https://registry.npmmirror.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz",
- "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==",
- "dev": true,
- "engines": {
- "node": ">=0.8"
- }
- },
"node_modules/console-browserify": {
"version": "1.2.0",
"resolved": "https://registry.npmmirror.com/console-browserify/-/console-browserify-1.2.0.tgz",
"integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==",
- "dev": true
- },
- "node_modules/consolidate": {
- "version": "0.15.1",
- "resolved": "https://registry.npmmirror.com/consolidate/-/consolidate-0.15.1.tgz",
- "integrity": "sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw==",
- "deprecated": "Please upgrade to consolidate v1.0.0+ as it has been modernized with several long-awaited fixes implemented. Maintenance is supported by Forward Email at https://forwardemail.net ; follow/watch https://github.com/ladjs/consolidate for updates and release changelog",
"dev": true,
- "dependencies": {
- "bluebird": "^3.1.1"
- },
- "engines": {
- "node": ">= 0.10.0"
- }
+ "peer": true
},
"node_modules/constants-browserify": {
"version": "1.0.0",
"resolved": "https://registry.npmmirror.com/constants-browserify/-/constants-browserify-1.0.0.tgz",
"integrity": "sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==",
- "dev": true
- },
- "node_modules/content-disposition": {
- "version": "0.5.4",
- "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.4.tgz",
- "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
"dev": true,
- "dependencies": {
- "safe-buffer": "5.2.1"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/content-disposition/node_modules/safe-buffer": {
- "version": "5.2.1",
- "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
+ "license": "MIT",
+ "peer": true
},
"node_modules/content-type": {
"version": "1.0.5",
"resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
"integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
+ "license": "MIT",
"engines": {
"node": ">= 0.6"
}
@@ -5668,30 +3113,20 @@
"version": "2.0.0",
"resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz",
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
- "dev": true
- },
- "node_modules/cookie": {
- "version": "0.7.1",
- "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.7.1.tgz",
- "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
"dev": true,
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/cookie-signature": {
- "version": "1.0.6",
- "resolved": "https://registry.npmmirror.com/cookie-signature/-/cookie-signature-1.0.6.tgz",
- "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==",
- "dev": true
+ "license": "MIT"
},
"node_modules/copy-anything": {
- "version": "2.0.6",
- "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-2.0.6.tgz",
- "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==",
+ "version": "3.0.5",
+ "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-3.0.5.tgz",
+ "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "is-what": "^3.14.1"
+ "is-what": "^4.1.8"
+ },
+ "engines": {
+ "node": ">=12.13"
},
"funding": {
"url": "https://github.com/sponsors/mesqueeb"
@@ -5703,6 +3138,8 @@
"integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==",
"deprecated": "This package is no longer supported.",
"dev": true,
+ "license": "ISC",
+ "peer": true,
"dependencies": {
"aproba": "^1.1.1",
"fs-write-stream-atomic": "^1.0.8",
@@ -5717,6 +3154,8 @@
"resolved": "https://registry.npmmirror.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
"integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
@@ -5724,284 +3163,15 @@
"node_modules/copy-to": {
"version": "2.0.1",
"resolved": "https://registry.npmmirror.com/copy-to/-/copy-to-2.0.1.tgz",
- "integrity": "sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w=="
- },
- "node_modules/copy-webpack-plugin": {
- "version": "5.1.2",
- "resolved": "https://registry.npmmirror.com/copy-webpack-plugin/-/copy-webpack-plugin-5.1.2.tgz",
- "integrity": "sha512-Uh7crJAco3AjBvgAy9Z75CjK8IG+gxaErro71THQ+vv/bl4HaQcpkexAY8KVW/T6D2W2IRr+couF/knIRkZMIQ==",
- "dev": true,
- "dependencies": {
- "cacache": "^12.0.3",
- "find-cache-dir": "^2.1.0",
- "glob-parent": "^3.1.0",
- "globby": "^7.1.1",
- "is-glob": "^4.0.1",
- "loader-utils": "^1.2.3",
- "minimatch": "^3.0.4",
- "normalize-path": "^3.0.0",
- "p-limit": "^2.2.1",
- "schema-utils": "^1.0.0",
- "serialize-javascript": "^4.0.0",
- "webpack-log": "^2.0.0"
- },
- "engines": {
- "node": ">= 6.9.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- },
- "peerDependencies": {
- "webpack": "^4.0.0 || ^5.0.0"
- }
- },
- "node_modules/copy-webpack-plugin/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/copy-webpack-plugin/node_modules/find-cache-dir": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz",
- "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==",
- "dev": true,
- "dependencies": {
- "commondir": "^1.0.1",
- "make-dir": "^2.0.0",
- "pkg-dir": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/copy-webpack-plugin/node_modules/find-up": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/find-up/-/find-up-3.0.0.tgz",
- "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
- "dev": true,
- "dependencies": {
- "locate-path": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/copy-webpack-plugin/node_modules/glob": {
- "version": "7.2.3",
- "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
- "deprecated": "Glob versions prior to v9 are no longer supported",
- "dev": true,
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.1.1",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
- },
- "engines": {
- "node": "*"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/copy-webpack-plugin/node_modules/glob-parent": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-3.1.0.tgz",
- "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==",
- "dev": true,
- "dependencies": {
- "is-glob": "^3.1.0",
- "path-dirname": "^1.0.0"
- }
- },
- "node_modules/copy-webpack-plugin/node_modules/glob-parent/node_modules/is-glob": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-3.1.0.tgz",
- "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==",
- "dev": true,
- "dependencies": {
- "is-extglob": "^2.1.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/copy-webpack-plugin/node_modules/globby": {
- "version": "7.1.1",
- "resolved": "https://registry.npmmirror.com/globby/-/globby-7.1.1.tgz",
- "integrity": "sha512-yANWAN2DUcBtuus5Cpd+SKROzXHs2iVXFZt/Ykrfz6SAXqacLX25NZpltE+39ceMexYF4TtEadjuSTw8+3wX4g==",
- "dev": true,
- "dependencies": {
- "array-union": "^1.0.1",
- "dir-glob": "^2.0.0",
- "glob": "^7.1.2",
- "ignore": "^3.3.5",
- "pify": "^3.0.0",
- "slash": "^1.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/copy-webpack-plugin/node_modules/ignore": {
- "version": "3.3.10",
- "resolved": "https://registry.npmmirror.com/ignore/-/ignore-3.3.10.tgz",
- "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==",
- "dev": true
- },
- "node_modules/copy-webpack-plugin/node_modules/json5": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
- "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
- "dev": true,
- "dependencies": {
- "minimist": "^1.2.0"
- },
- "bin": {
- "json5": "lib/cli.js"
- }
- },
- "node_modules/copy-webpack-plugin/node_modules/loader-utils": {
- "version": "1.4.2",
- "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
- "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
- "dev": true,
- "dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^1.0.1"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/copy-webpack-plugin/node_modules/locate-path": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-3.0.0.tgz",
- "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
- "dev": true,
- "dependencies": {
- "p-locate": "^3.0.0",
- "path-exists": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/copy-webpack-plugin/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/copy-webpack-plugin/node_modules/p-locate": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-3.0.0.tgz",
- "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
- "dev": true,
- "dependencies": {
- "p-limit": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/copy-webpack-plugin/node_modules/path-exists": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-3.0.0.tgz",
- "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/copy-webpack-plugin/node_modules/pify": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/pify/-/pify-3.0.0.tgz",
- "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/copy-webpack-plugin/node_modules/pkg-dir": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/pkg-dir/-/pkg-dir-3.0.0.tgz",
- "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==",
- "dev": true,
- "dependencies": {
- "find-up": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/copy-webpack-plugin/node_modules/schema-utils": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-1.0.0.tgz",
- "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
- "dev": true,
- "dependencies": {
- "ajv": "^6.1.0",
- "ajv-errors": "^1.0.0",
- "ajv-keywords": "^3.1.0"
- },
- "engines": {
- "node": ">= 4"
- }
- },
- "node_modules/copy-webpack-plugin/node_modules/slash": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/slash/-/slash-1.0.0.tgz",
- "integrity": "sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/core-js": {
- "version": "3.39.0",
- "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.39.0.tgz",
- "integrity": "sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==",
- "hasInstallScript": true,
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/core-js"
- }
- },
- "node_modules/core-js-compat": {
- "version": "3.39.0",
- "resolved": "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.39.0.tgz",
- "integrity": "sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==",
- "dev": true,
- "dependencies": {
- "browserslist": "^4.24.2"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/core-js"
- }
+ "integrity": "sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==",
+ "license": "MIT"
},
"node_modules/core-js-pure": {
- "version": "3.39.0",
- "resolved": "https://registry.npmmirror.com/core-js-pure/-/core-js-pure-3.39.0.tgz",
- "integrity": "sha512-7fEcWwKI4rJinnK+wLTezeg2smbFFdSBP6E2kQZNbnzM2s1rpKQ6aaRteZSSg7FLU3P0HGGVo/gbpfanU36urg==",
+ "version": "3.41.0",
+ "resolved": "https://registry.npmmirror.com/core-js-pure/-/core-js-pure-3.41.0.tgz",
+ "integrity": "sha512-71Gzp96T9YPk63aUvE5Q5qP+DryB4ZloUZPSOebGM88VNw8VNfvdA7z6kGA8iGOTEzAomsRidp4jXSmUIJsL+Q==",
"hasInstallScript": true,
+ "license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/core-js"
@@ -6010,53 +3180,16 @@
"node_modules/core-util-is": {
"version": "1.0.3",
"resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz",
- "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ=="
- },
- "node_modules/cosmiconfig": {
- "version": "5.2.1",
- "resolved": "https://registry.npmmirror.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
- "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
- "dev": true,
- "dependencies": {
- "import-fresh": "^2.0.0",
- "is-directory": "^0.3.1",
- "js-yaml": "^3.13.1",
- "parse-json": "^4.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/cosmiconfig/node_modules/parse-json": {
- "version": "4.0.0",
- "resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-4.0.0.tgz",
- "integrity": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==",
- "dev": true,
- "dependencies": {
- "error-ex": "^1.3.1",
- "json-parse-better-errors": "^1.0.1"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/crc-32": {
- "version": "1.2.2",
- "resolved": "https://registry.npmmirror.com/crc-32/-/crc-32-1.2.2.tgz",
- "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==",
- "license": "Apache-2.0",
- "bin": {
- "crc32": "bin/crc32.njs"
- },
- "engines": {
- "node": ">=0.8"
- }
+ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
+ "license": "MIT"
},
"node_modules/create-ecdh": {
"version": "4.0.4",
"resolved": "https://registry.npmmirror.com/create-ecdh/-/create-ecdh-4.0.4.tgz",
"integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"bn.js": "^4.1.0",
"elliptic": "^6.5.3"
@@ -6066,13 +3199,17 @@
"version": "4.12.1",
"resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.1.tgz",
"integrity": "sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/create-hash": {
"version": "1.2.0",
"resolved": "https://registry.npmmirror.com/create-hash/-/create-hash-1.2.0.tgz",
"integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"cipher-base": "^1.0.1",
"inherits": "^2.0.1",
@@ -6086,6 +3223,8 @@
"resolved": "https://registry.npmmirror.com/create-hmac/-/create-hmac-1.1.7.tgz",
"integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"cipher-base": "^1.0.3",
"create-hash": "^1.1.0",
@@ -6095,29 +3234,12 @@
"sha.js": "^2.4.8"
}
},
- "node_modules/cross-env": {
- "version": "7.0.3",
- "resolved": "https://registry.npmmirror.com/cross-env/-/cross-env-7.0.3.tgz",
- "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
- "dev": true,
- "dependencies": {
- "cross-spawn": "^7.0.1"
- },
- "bin": {
- "cross-env": "src/bin/cross-env.js",
- "cross-env-shell": "src/bin/cross-env-shell.js"
- },
- "engines": {
- "node": ">=10.14",
- "npm": ">=6",
- "yarn": ">=1"
- }
- },
- "node_modules/cross-env/node_modules/cross-spawn": {
+ "node_modules/cross-spawn": {
"version": "7.0.6",
"resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
@@ -6127,72 +3249,13 @@
"node": ">= 8"
}
},
- "node_modules/cross-env/node_modules/path-key": {
- "version": "3.1.1",
- "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/cross-env/node_modules/shebang-command": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
- "dev": true,
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/cross-env/node_modules/shebang-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/cross-env/node_modules/which": {
- "version": "2.0.2",
- "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "dev": true,
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/cross-spawn": {
- "version": "6.0.6",
- "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-6.0.6.tgz",
- "integrity": "sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==",
- "dev": true,
- "dependencies": {
- "nice-try": "^1.0.4",
- "path-key": "^2.0.1",
- "semver": "^5.5.0",
- "shebang-command": "^1.2.0",
- "which": "^1.2.9"
- },
- "engines": {
- "node": ">=4.8"
- }
- },
"node_modules/crypto-browserify": {
"version": "3.12.1",
"resolved": "https://registry.npmmirror.com/crypto-browserify/-/crypto-browserify-3.12.1.tgz",
"integrity": "sha512-r4ESw/IlusD17lgQi1O20Fa3qNnsckR126TdUuBgAu7GBYSIPvdNyONd3Zrxh0xCwA4+6w/TDArBPsMvhur+KQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"browserify-cipher": "^1.0.1",
"browserify-sign": "^4.2.3",
@@ -6214,550 +3277,25 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/css": {
- "version": "2.2.4",
- "resolved": "https://registry.npmmirror.com/css/-/css-2.2.4.tgz",
- "integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==",
- "dev": true,
- "dependencies": {
- "inherits": "^2.0.3",
- "source-map": "^0.6.1",
- "source-map-resolve": "^0.5.2",
- "urix": "^0.1.0"
- }
- },
- "node_modules/css-color-names": {
- "version": "0.0.4",
- "resolved": "https://registry.npmmirror.com/css-color-names/-/css-color-names-0.0.4.tgz",
- "integrity": "sha512-zj5D7X1U2h2zsXOAM8EyUREBnnts6H+Jm+d1M2DbiQQcUtnqgQsMrdo8JW9R80YFUmIdBZeMu5wvYM7hcgWP/Q==",
- "dev": true,
- "engines": {
- "node": "*"
- }
- },
- "node_modules/css-declaration-sorter": {
- "version": "4.0.1",
- "resolved": "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz",
- "integrity": "sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==",
- "dev": true,
- "dependencies": {
- "postcss": "^7.0.1",
- "timsort": "^0.3.0"
- },
- "engines": {
- "node": ">4"
- }
- },
- "node_modules/css-declaration-sorter/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/css-declaration-sorter/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/css-loader": {
- "version": "3.6.0",
- "resolved": "https://registry.npmmirror.com/css-loader/-/css-loader-3.6.0.tgz",
- "integrity": "sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==",
- "dev": true,
- "dependencies": {
- "camelcase": "^5.3.1",
- "cssesc": "^3.0.0",
- "icss-utils": "^4.1.1",
- "loader-utils": "^1.2.3",
- "normalize-path": "^3.0.0",
- "postcss": "^7.0.32",
- "postcss-modules-extract-imports": "^2.0.0",
- "postcss-modules-local-by-default": "^3.0.2",
- "postcss-modules-scope": "^2.2.0",
- "postcss-modules-values": "^3.0.0",
- "postcss-value-parser": "^4.1.0",
- "schema-utils": "^2.7.0",
- "semver": "^6.3.0"
- },
- "engines": {
- "node": ">= 8.9.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- },
- "peerDependencies": {
- "webpack": "^4.0.0 || ^5.0.0"
- }
- },
- "node_modules/css-loader/node_modules/json5": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
- "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
- "dev": true,
- "dependencies": {
- "minimist": "^1.2.0"
- },
- "bin": {
- "json5": "lib/cli.js"
- }
- },
- "node_modules/css-loader/node_modules/loader-utils": {
- "version": "1.4.2",
- "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
- "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
- "dev": true,
- "dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^1.0.1"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/css-loader/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/css-loader/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/css-loader/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/css-parse": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/css-parse/-/css-parse-2.0.0.tgz",
- "integrity": "sha512-UNIFik2RgSbiTwIW1IsFwXWn6vs+bYdq83LKTSOsx7NJR7WII9dxewkHLltfTLVppoUApHV0118a4RZRI9FLwA==",
- "dev": true,
- "dependencies": {
- "css": "^2.0.0"
- }
- },
- "node_modules/css-select": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/css-select/-/css-select-2.1.0.tgz",
- "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==",
- "dev": true,
- "dependencies": {
- "boolbase": "^1.0.0",
- "css-what": "^3.2.1",
- "domutils": "^1.7.0",
- "nth-check": "^1.0.2"
- }
- },
- "node_modules/css-select-base-adapter": {
- "version": "0.1.1",
- "resolved": "https://registry.npmmirror.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz",
- "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==",
- "dev": true
- },
- "node_modules/css-tree": {
- "version": "1.0.0-alpha.37",
- "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-1.0.0-alpha.37.tgz",
- "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==",
- "dev": true,
- "dependencies": {
- "mdn-data": "2.0.4",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/css-what": {
- "version": "3.4.2",
- "resolved": "https://registry.npmmirror.com/css-what/-/css-what-3.4.2.tgz",
- "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==",
- "dev": true,
- "engines": {
- "node": ">= 6"
- },
- "funding": {
- "url": "https://github.com/sponsors/fb55"
- }
- },
- "node_modules/cssesc": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
- "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
- "dev": true,
- "bin": {
- "cssesc": "bin/cssesc"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/cssnano": {
- "version": "4.1.11",
- "resolved": "https://registry.npmmirror.com/cssnano/-/cssnano-4.1.11.tgz",
- "integrity": "sha512-6gZm2htn7xIPJOHY824ERgj8cNPgPxyCSnkXc4v7YvNW+TdVfzgngHcEhy/8D11kUWRUMbke+tC+AUcUsnMz2g==",
- "dev": true,
- "dependencies": {
- "cosmiconfig": "^5.0.0",
- "cssnano-preset-default": "^4.0.8",
- "is-resolvable": "^1.0.0",
- "postcss": "^7.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/cssnano-preset-default": {
- "version": "4.0.8",
- "resolved": "https://registry.npmmirror.com/cssnano-preset-default/-/cssnano-preset-default-4.0.8.tgz",
- "integrity": "sha512-LdAyHuq+VRyeVREFmuxUZR1TXjQm8QQU/ktoo/x7bz+SdOge1YKc5eMN6pRW7YWBmyq59CqYba1dJ5cUukEjLQ==",
- "dev": true,
- "dependencies": {
- "css-declaration-sorter": "^4.0.1",
- "cssnano-util-raw-cache": "^4.0.1",
- "postcss": "^7.0.0",
- "postcss-calc": "^7.0.1",
- "postcss-colormin": "^4.0.3",
- "postcss-convert-values": "^4.0.1",
- "postcss-discard-comments": "^4.0.2",
- "postcss-discard-duplicates": "^4.0.2",
- "postcss-discard-empty": "^4.0.1",
- "postcss-discard-overridden": "^4.0.1",
- "postcss-merge-longhand": "^4.0.11",
- "postcss-merge-rules": "^4.0.3",
- "postcss-minify-font-values": "^4.0.2",
- "postcss-minify-gradients": "^4.0.2",
- "postcss-minify-params": "^4.0.2",
- "postcss-minify-selectors": "^4.0.2",
- "postcss-normalize-charset": "^4.0.1",
- "postcss-normalize-display-values": "^4.0.2",
- "postcss-normalize-positions": "^4.0.2",
- "postcss-normalize-repeat-style": "^4.0.2",
- "postcss-normalize-string": "^4.0.2",
- "postcss-normalize-timing-functions": "^4.0.2",
- "postcss-normalize-unicode": "^4.0.1",
- "postcss-normalize-url": "^4.0.1",
- "postcss-normalize-whitespace": "^4.0.2",
- "postcss-ordered-values": "^4.1.2",
- "postcss-reduce-initial": "^4.0.3",
- "postcss-reduce-transforms": "^4.0.2",
- "postcss-svgo": "^4.0.3",
- "postcss-unique-selectors": "^4.0.1"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/cssnano-preset-default/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/cssnano-preset-default/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/cssnano-util-get-arguments": {
- "version": "4.0.0",
- "resolved": "https://registry.npmmirror.com/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz",
- "integrity": "sha512-6RIcwmV3/cBMG8Aj5gucQRsJb4vv4I4rn6YjPbVWd5+Pn/fuG+YseGvXGk00XLkoZkaj31QOD7vMUpNPC4FIuw==",
- "dev": true,
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/cssnano-util-get-match": {
- "version": "4.0.0",
- "resolved": "https://registry.npmmirror.com/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz",
- "integrity": "sha512-JPMZ1TSMRUPVIqEalIBNoBtAYbi8okvcFns4O0YIhcdGebeYZK7dMyHJiQ6GqNBA9kE0Hym4Aqym5rPdsV/4Cw==",
- "dev": true,
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/cssnano-util-raw-cache": {
- "version": "4.0.1",
- "resolved": "https://registry.npmmirror.com/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz",
- "integrity": "sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==",
- "dev": true,
- "dependencies": {
- "postcss": "^7.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/cssnano-util-raw-cache/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/cssnano-util-raw-cache/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/cssnano-util-same-parent": {
- "version": "4.0.1",
- "resolved": "https://registry.npmmirror.com/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz",
- "integrity": "sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==",
- "dev": true,
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/cssnano/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/cssnano/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/csso": {
- "version": "4.2.0",
- "resolved": "https://registry.npmmirror.com/csso/-/csso-4.2.0.tgz",
- "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
- "dev": true,
- "dependencies": {
- "css-tree": "^1.1.2"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/csso/node_modules/css-tree": {
- "version": "1.1.3",
- "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-1.1.3.tgz",
- "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
- "dev": true,
- "dependencies": {
- "mdn-data": "2.0.14",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/csso/node_modules/mdn-data": {
- "version": "2.0.14",
- "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.14.tgz",
- "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==",
- "dev": true
- },
- "node_modules/cssom": {
- "version": "0.4.4",
- "resolved": "https://registry.npmmirror.com/cssom/-/cssom-0.4.4.tgz",
- "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==",
- "dev": true
- },
- "node_modules/cssstyle": {
- "version": "2.3.0",
- "resolved": "https://registry.npmmirror.com/cssstyle/-/cssstyle-2.3.0.tgz",
- "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
- "dev": true,
- "dependencies": {
- "cssom": "~0.3.6"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/cssstyle/node_modules/cssom": {
- "version": "0.3.8",
- "resolved": "https://registry.npmmirror.com/cssom/-/cssom-0.3.8.tgz",
- "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
- "dev": true
- },
"node_modules/csstype": {
"version": "3.1.3",
"resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
- "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
+ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
+ "license": "MIT"
},
"node_modules/cyclist": {
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/cyclist/-/cyclist-1.0.2.tgz",
"integrity": "sha512-0sVXIohTfLqVIW3kb/0n6IiWF3Ifj5nm2XaSrLq2DI6fKIGa2fYAZdk917rUneaeLVpYfFcyXE2ft0fe3remsA==",
- "dev": true
- },
- "node_modules/dashdash": {
- "version": "1.14.1",
- "resolved": "https://registry.npmmirror.com/dashdash/-/dashdash-1.14.1.tgz",
- "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==",
"dev": true,
- "dependencies": {
- "assert-plus": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10"
- }
- },
- "node_modules/data-urls": {
- "version": "1.1.0",
- "resolved": "https://registry.npmmirror.com/data-urls/-/data-urls-1.1.0.tgz",
- "integrity": "sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==",
- "dev": true,
- "dependencies": {
- "abab": "^2.0.0",
- "whatwg-mimetype": "^2.2.0",
- "whatwg-url": "^7.0.0"
- }
- },
- "node_modules/data-urls/node_modules/tr46": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/tr46/-/tr46-1.0.1.tgz",
- "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==",
- "dev": true,
- "dependencies": {
- "punycode": "^2.1.0"
- }
- },
- "node_modules/data-urls/node_modules/webidl-conversions": {
- "version": "4.0.2",
- "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
- "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==",
- "dev": true
- },
- "node_modules/data-urls/node_modules/whatwg-url": {
- "version": "7.1.0",
- "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-7.1.0.tgz",
- "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
- "dev": true,
- "dependencies": {
- "lodash.sortby": "^4.7.0",
- "tr46": "^1.0.1",
- "webidl-conversions": "^4.0.2"
- }
- },
- "node_modules/data-view-buffer": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/data-view-buffer/-/data-view-buffer-1.0.1.tgz",
- "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.6",
- "es-errors": "^1.3.0",
- "is-data-view": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/data-view-byte-length": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz",
- "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "es-errors": "^1.3.0",
- "is-data-view": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/data-view-byte-offset": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz",
- "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.6",
- "es-errors": "^1.3.0",
- "is-data-view": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
+ "license": "MIT",
+ "peer": true
},
"node_modules/dateformat": {
"version": "2.2.0",
"resolved": "https://registry.npmmirror.com/dateformat/-/dateformat-2.2.0.tgz",
"integrity": "sha512-GODcnWq3YGoTnygPfi02ygEiRxqUxpJwuRHjdhJYuxpcZmDq4rjBiXYmbCCzStxo176ixfLT6i4NPwQooRySnw==",
+ "license": "MIT",
"engines": {
"node": "*"
}
@@ -6765,12 +3303,14 @@
"node_modules/dayjs": {
"version": "1.11.13",
"resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.13.tgz",
- "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg=="
+ "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
+ "license": "MIT"
},
"node_modules/debug": {
- "version": "4.3.7",
- "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.7.tgz",
- "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
+ "version": "4.4.0",
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.0.tgz",
+ "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
+ "license": "MIT",
"dependencies": {
"ms": "^2.1.3"
},
@@ -6783,253 +3323,52 @@
}
}
},
- "node_modules/decamelize": {
- "version": "1.2.0",
- "resolved": "https://registry.npmmirror.com/decamelize/-/decamelize-1.2.0.tgz",
- "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/decode-uri-component": {
"version": "0.2.2",
"resolved": "https://registry.npmmirror.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz",
"integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10"
}
},
- "node_modules/decompress-response": {
- "version": "6.0.0",
- "resolved": "https://registry.npmmirror.com/decompress-response/-/decompress-response-6.0.0.tgz",
- "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
+ "node_modules/default-browser": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-5.2.1.tgz",
+ "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==",
+ "dev": true,
+ "license": "MIT",
"dependencies": {
- "mimic-response": "^3.1.0"
+ "bundle-name": "^4.1.0",
+ "default-browser-id": "^5.0.0"
},
"engines": {
- "node": ">=10"
+ "node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/deep-eql": {
- "version": "4.1.4",
- "resolved": "https://registry.npmmirror.com/deep-eql/-/deep-eql-4.1.4.tgz",
- "integrity": "sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==",
+ "node_modules/default-browser-id": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-5.0.0.tgz",
+ "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==",
"dev": true,
- "dependencies": {
- "type-detect": "^4.0.0"
- },
+ "license": "MIT",
"engines": {
- "node": ">=6"
- }
- },
- "node_modules/deep-equal": {
- "version": "1.1.2",
- "resolved": "https://registry.npmmirror.com/deep-equal/-/deep-equal-1.1.2.tgz",
- "integrity": "sha512-5tdhKF6DbU7iIzrIOa1AOUt39ZRm13cmL1cGEh//aqR8x9+tNfbywRf0n5FD/18OKMdo7DNEtrX2t22ZAkI+eg==",
- "dev": true,
- "dependencies": {
- "is-arguments": "^1.1.1",
- "is-date-object": "^1.0.5",
- "is-regex": "^1.1.4",
- "object-is": "^1.1.5",
- "object-keys": "^1.1.1",
- "regexp.prototype.flags": "^1.5.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/deep-is": {
- "version": "0.1.4",
- "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
- "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
- "dev": true
- },
- "node_modules/deepmerge": {
- "version": "1.5.2",
- "resolved": "https://registry.npmmirror.com/deepmerge/-/deepmerge-1.5.2.tgz",
- "integrity": "sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/default-gateway": {
- "version": "5.0.5",
- "resolved": "https://registry.npmmirror.com/default-gateway/-/default-gateway-5.0.5.tgz",
- "integrity": "sha512-z2RnruVmj8hVMmAnEJMTIJNijhKCDiGjbLP+BHJFOT7ld3Bo5qcIBpVYDniqhbMIIf+jZDlkP2MkPXiQy/DBLA==",
- "dev": true,
- "dependencies": {
- "execa": "^3.3.0"
- },
- "engines": {
- "node": "^8.12.0 || >=9.7.0"
- }
- },
- "node_modules/default-gateway/node_modules/cross-spawn": {
- "version": "7.0.6",
- "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
- "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
- "dev": true,
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/default-gateway/node_modules/execa": {
- "version": "3.4.0",
- "resolved": "https://registry.npmmirror.com/execa/-/execa-3.4.0.tgz",
- "integrity": "sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==",
- "dev": true,
- "dependencies": {
- "cross-spawn": "^7.0.0",
- "get-stream": "^5.0.0",
- "human-signals": "^1.1.1",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.0",
- "onetime": "^5.1.0",
- "p-finally": "^2.0.0",
- "signal-exit": "^3.0.2",
- "strip-final-newline": "^2.0.0"
- },
- "engines": {
- "node": "^8.12.0 || >=9.7.0"
- }
- },
- "node_modules/default-gateway/node_modules/get-stream": {
- "version": "5.2.0",
- "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-5.2.0.tgz",
- "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
- "dev": true,
- "dependencies": {
- "pump": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
+ "node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/default-gateway/node_modules/is-stream": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz",
- "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
- "dev": true,
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/default-gateway/node_modules/mimic-fn": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz",
- "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/default-gateway/node_modules/npm-run-path": {
- "version": "4.0.1",
- "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-4.0.1.tgz",
- "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
- "dev": true,
- "dependencies": {
- "path-key": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/default-gateway/node_modules/onetime": {
- "version": "5.1.2",
- "resolved": "https://registry.npmmirror.com/onetime/-/onetime-5.1.2.tgz",
- "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
- "dev": true,
- "dependencies": {
- "mimic-fn": "^2.1.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/default-gateway/node_modules/p-finally": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/p-finally/-/p-finally-2.0.1.tgz",
- "integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/default-gateway/node_modules/path-key": {
- "version": "3.1.1",
- "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/default-gateway/node_modules/shebang-command": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
- "dev": true,
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/default-gateway/node_modules/shebang-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/default-gateway/node_modules/which": {
- "version": "2.0.2",
- "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "dev": true,
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
}
},
"node_modules/default-user-agent": {
"version": "1.0.0",
"resolved": "https://registry.npmmirror.com/default-user-agent/-/default-user-agent-1.0.0.tgz",
"integrity": "sha512-bDF7bg6OSNcSwFWPu4zYKpVkJZQYVrAANMYB8bc9Szem1D0yKdm4sa/rOCs2aC9+2GMqQ7KnwtZRvDhmLF0dXw==",
+ "license": "MIT",
"dependencies": {
"os-name": "~1.0.3"
},
@@ -7037,22 +3376,13 @@
"node": ">= 0.10.0"
}
},
- "node_modules/defaults": {
- "version": "1.0.4",
- "resolved": "https://registry.npmmirror.com/defaults/-/defaults-1.0.4.tgz",
- "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
- "dev": true,
- "dependencies": {
- "clone": "^1.0.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/define-data-property": {
"version": "1.1.4",
"resolved": "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.4.tgz",
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"es-define-property": "^1.0.0",
"es-errors": "^1.3.0",
@@ -7065,11 +3395,26 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/define-lazy-prop": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
+ "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/define-properties": {
"version": "1.2.1",
"resolved": "https://registry.npmmirror.com/define-properties/-/define-properties-1.2.1.tgz",
"integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"define-data-property": "^1.0.1",
"has-property-descriptors": "^1.0.0",
@@ -7087,6 +3432,8 @@
"resolved": "https://registry.npmmirror.com/define-property/-/define-property-2.0.2.tgz",
"integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"is-descriptor": "^1.0.2",
"isobject": "^3.0.1"
@@ -7095,121 +3442,13 @@
"node": ">=0.10.0"
}
},
- "node_modules/define-property/node_modules/is-descriptor": {
- "version": "1.0.3",
- "resolved": "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-1.0.3.tgz",
- "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==",
- "dev": true,
- "dependencies": {
- "is-accessor-descriptor": "^1.0.1",
- "is-data-descriptor": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/del": {
- "version": "4.1.1",
- "resolved": "https://registry.npmmirror.com/del/-/del-4.1.1.tgz",
- "integrity": "sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==",
- "dev": true,
- "dependencies": {
- "@types/glob": "^7.1.1",
- "globby": "^6.1.0",
- "is-path-cwd": "^2.0.0",
- "is-path-in-cwd": "^2.0.0",
- "p-map": "^2.0.0",
- "pify": "^4.0.1",
- "rimraf": "^2.6.3"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/del/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/del/node_modules/glob": {
- "version": "7.2.3",
- "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
- "deprecated": "Glob versions prior to v9 are no longer supported",
- "dev": true,
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.1.1",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
- },
- "engines": {
- "node": "*"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/del/node_modules/globby": {
- "version": "6.1.0",
- "resolved": "https://registry.npmmirror.com/globby/-/globby-6.1.0.tgz",
- "integrity": "sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==",
- "dev": true,
- "dependencies": {
- "array-union": "^1.0.1",
- "glob": "^7.0.3",
- "object-assign": "^4.0.1",
- "pify": "^2.0.0",
- "pinkie-promise": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/del/node_modules/globby/node_modules/pify": {
- "version": "2.3.0",
- "resolved": "https://registry.npmmirror.com/pify/-/pify-2.3.0.tgz",
- "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/del/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
"node_modules/delayed-stream": {
"version": "1.0.0",
"resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
- "dev": true,
+ "license": "MIT",
"engines": {
"node": ">=0.4.0"
- }
- },
- "node_modules/depd": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
- "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
- "dev": true,
- "engines": {
- "node": ">= 0.8"
}
},
"node_modules/des.js": {
@@ -7217,6 +3456,8 @@
"resolved": "https://registry.npmmirror.com/des.js/-/des.js-1.1.0.tgz",
"integrity": "sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"inherits": "^2.0.1",
"minimalistic-assert": "^1.0.0"
@@ -7226,24 +3467,10 @@
"version": "1.2.0",
"resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
"integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
+ "license": "MIT",
"engines": {
"node": ">= 0.8",
"npm": "1.2.8000 || >= 1.4.16"
- }
- },
- "node_modules/detect-node": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/detect-node/-/detect-node-2.1.0.tgz",
- "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
- "dev": true
- },
- "node_modules/diff": {
- "version": "3.5.0",
- "resolved": "https://registry.npmmirror.com/diff/-/diff-3.5.0.tgz",
- "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==",
- "dev": true,
- "engines": {
- "node": ">=0.3.1"
}
},
"node_modules/diffie-hellman": {
@@ -7251,6 +3478,8 @@
"resolved": "https://registry.npmmirror.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz",
"integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"bn.js": "^4.1.0",
"miller-rabin": "^4.0.0",
@@ -7261,105 +3490,17 @@
"version": "4.12.1",
"resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.1.tgz",
"integrity": "sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/digest-header": {
"version": "1.1.0",
"resolved": "https://registry.npmmirror.com/digest-header/-/digest-header-1.1.0.tgz",
"integrity": "sha512-glXVh42vz40yZb9Cq2oMOt70FIoWiv+vxNvdKdU8CwjLad25qHM3trLxhl9bVjdr6WaslIXhWpn0NO8T/67Qjg==",
+ "license": "MIT",
"engines": {
"node": ">= 8.0.0"
- }
- },
- "node_modules/dir-glob": {
- "version": "2.2.2",
- "resolved": "https://registry.npmmirror.com/dir-glob/-/dir-glob-2.2.2.tgz",
- "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==",
- "dev": true,
- "dependencies": {
- "path-type": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/dns-equal": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/dns-equal/-/dns-equal-1.0.0.tgz",
- "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==",
- "dev": true
- },
- "node_modules/dns-packet": {
- "version": "1.3.4",
- "resolved": "https://registry.npmmirror.com/dns-packet/-/dns-packet-1.3.4.tgz",
- "integrity": "sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==",
- "dev": true,
- "dependencies": {
- "ip": "^1.1.0",
- "safe-buffer": "^5.0.1"
- }
- },
- "node_modules/dns-txt": {
- "version": "2.0.2",
- "resolved": "https://registry.npmmirror.com/dns-txt/-/dns-txt-2.0.2.tgz",
- "integrity": "sha512-Ix5PrWjphuSoUXV/Zv5gaFHjnaJtb02F2+Si3Ht9dyJ87+Z/lMmy+dpNHtTGraNK958ndXq2i+GLkWsWHcKaBQ==",
- "dev": true,
- "dependencies": {
- "buffer-indexof": "^1.0.0"
- }
- },
- "node_modules/doctrine": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/doctrine/-/doctrine-3.0.0.tgz",
- "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
- "dev": true,
- "license": "Apache-2.0",
- "peer": true,
- "dependencies": {
- "esutils": "^2.0.2"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/dom-converter": {
- "version": "0.2.0",
- "resolved": "https://registry.npmmirror.com/dom-converter/-/dom-converter-0.2.0.tgz",
- "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==",
- "dev": true,
- "dependencies": {
- "utila": "~0.4"
- }
- },
- "node_modules/dom-serializer": {
- "version": "0.2.2",
- "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-0.2.2.tgz",
- "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==",
- "dev": true,
- "dependencies": {
- "domelementtype": "^2.0.1",
- "entities": "^2.0.0"
- }
- },
- "node_modules/dom-serializer/node_modules/domelementtype": {
- "version": "2.3.0",
- "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz",
- "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/fb55"
- }
- ]
- },
- "node_modules/dom-serializer/node_modules/entities": {
- "version": "2.2.0",
- "resolved": "https://registry.npmmirror.com/entities/-/entities-2.2.0.tgz",
- "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
- "dev": true,
- "funding": {
- "url": "https://github.com/fb55/entities?sponsor=1"
}
},
"node_modules/domain-browser": {
@@ -7367,108 +3508,34 @@
"resolved": "https://registry.npmmirror.com/domain-browser/-/domain-browser-1.2.0.tgz",
"integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.4",
"npm": ">=1.2"
}
},
- "node_modules/domelementtype": {
- "version": "1.3.1",
- "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-1.3.1.tgz",
- "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==",
- "dev": true
- },
- "node_modules/domexception": {
+ "node_modules/dunder-proto": {
"version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/domexception/-/domexception-1.0.1.tgz",
- "integrity": "sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==",
- "deprecated": "Use your platform's native DOMException instead",
- "dev": true,
+ "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
+ "license": "MIT",
"dependencies": {
- "webidl-conversions": "^4.0.2"
- }
- },
- "node_modules/domexception/node_modules/webidl-conversions": {
- "version": "4.0.2",
- "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
- "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==",
- "dev": true
- },
- "node_modules/domhandler": {
- "version": "4.3.1",
- "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-4.3.1.tgz",
- "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==",
- "dev": true,
- "dependencies": {
- "domelementtype": "^2.2.0"
+ "call-bind-apply-helpers": "^1.0.1",
+ "es-errors": "^1.3.0",
+ "gopd": "^1.2.0"
},
"engines": {
- "node": ">= 4"
- },
- "funding": {
- "url": "https://github.com/fb55/domhandler?sponsor=1"
+ "node": ">= 0.4"
}
- },
- "node_modules/domhandler/node_modules/domelementtype": {
- "version": "2.3.0",
- "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz",
- "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/fb55"
- }
- ]
- },
- "node_modules/domutils": {
- "version": "1.7.0",
- "resolved": "https://registry.npmmirror.com/domutils/-/domutils-1.7.0.tgz",
- "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
- "dev": true,
- "dependencies": {
- "dom-serializer": "0",
- "domelementtype": "1"
- }
- },
- "node_modules/dot-prop": {
- "version": "5.3.0",
- "resolved": "https://registry.npmmirror.com/dot-prop/-/dot-prop-5.3.0.tgz",
- "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==",
- "dev": true,
- "dependencies": {
- "is-obj": "^2.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/dotenv": {
- "version": "8.6.0",
- "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-8.6.0.tgz",
- "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==",
- "dev": true,
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/dotenv-expand": {
- "version": "5.1.0",
- "resolved": "https://registry.npmmirror.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
- "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==",
- "dev": true
- },
- "node_modules/duplexer": {
- "version": "0.1.2",
- "resolved": "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz",
- "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
- "dev": true
},
"node_modules/duplexify": {
"version": "3.7.1",
"resolved": "https://registry.npmmirror.com/duplexify/-/duplexify-3.7.1.tgz",
"integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"end-of-stream": "^1.0.0",
"inherits": "^2.0.1",
@@ -7476,127 +3543,49 @@
"stream-shift": "^1.0.0"
}
},
- "node_modules/eastasianwidth": {
- "version": "0.2.0",
- "resolved": "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
- "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
- "dev": true
- },
- "node_modules/easy-stack": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/easy-stack/-/easy-stack-1.0.1.tgz",
- "integrity": "sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w==",
- "dev": true,
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/ecc-jsbn": {
- "version": "0.1.2",
- "resolved": "https://registry.npmmirror.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
- "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==",
- "dev": true,
- "dependencies": {
- "jsbn": "~0.1.0",
- "safer-buffer": "^2.1.0"
- }
- },
"node_modules/echarts": {
- "version": "5.5.1",
- "resolved": "https://registry.npmmirror.com/echarts/-/echarts-5.5.1.tgz",
- "integrity": "sha512-Fce8upazaAXUVUVsjgV6mBnGuqgO+JNDlcgF79Dksy4+wgGpQB2lmYoO4TSweFg/mZITdpGHomw/cNBJZj1icA==",
+ "version": "5.6.0",
+ "resolved": "https://registry.npmmirror.com/echarts/-/echarts-5.6.0.tgz",
+ "integrity": "sha512-oTbVTsXfKuEhxftHqL5xprgLoc0k7uScAwtryCgWF6hPYFLRwOUHiFmHGCBKP5NPFNkDVopOieyUqYGH8Fa3kA==",
+ "license": "Apache-2.0",
"dependencies": {
"tslib": "2.3.0",
- "zrender": "5.6.0"
+ "zrender": "5.6.1"
}
},
- "node_modules/editorconfig": {
- "version": "1.0.4",
- "resolved": "https://registry.npmmirror.com/editorconfig/-/editorconfig-1.0.4.tgz",
- "integrity": "sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==",
- "dev": true,
- "dependencies": {
- "@one-ini/wasm": "0.1.1",
- "commander": "^10.0.0",
- "minimatch": "9.0.1",
- "semver": "^7.5.3"
- },
- "bin": {
- "editorconfig": "bin/editorconfig"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/editorconfig/node_modules/commander": {
- "version": "10.0.1",
- "resolved": "https://registry.npmmirror.com/commander/-/commander-10.0.1.tgz",
- "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
- "dev": true,
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/editorconfig/node_modules/minimatch": {
- "version": "9.0.1",
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.1.tgz",
- "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
- "dev": true,
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/editorconfig/node_modules/semver": {
- "version": "7.6.3",
- "resolved": "https://registry.npmmirror.com/semver/-/semver-7.6.3.tgz",
- "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- },
- "engines": {
- "node": ">=10"
- }
+ "node_modules/echarts/node_modules/tslib": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
+ "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
+ "license": "0BSD"
},
"node_modules/ee-first": {
"version": "1.1.1",
"resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
- "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
- },
- "node_modules/ejs": {
- "version": "2.7.4",
- "resolved": "https://registry.npmmirror.com/ejs/-/ejs-2.7.4.tgz",
- "integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==",
- "dev": true,
- "hasInstallScript": true,
- "engines": {
- "node": ">=0.10.0"
- }
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
+ "license": "MIT"
},
"node_modules/electron-to-chromium": {
- "version": "1.5.65",
- "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.65.tgz",
- "integrity": "sha512-PWVzBjghx7/wop6n22vS2MLU8tKGd4Q91aCEGhG/TYmW6PP5OcSXcdnxTe1NNt0T66N8D6jxh4kC8UsdzOGaIw==",
- "dev": true
+ "version": "1.5.80",
+ "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.80.tgz",
+ "integrity": "sha512-LTrKpW0AqIuHwmlVNV+cjFYTnXtM9K37OGhpe0ZI10ScPSxqVSryZHIY3WnCS5NSYbBODRTZyhRMS2h5FAEqAw==",
+ "dev": true,
+ "license": "ISC"
},
"node_modules/element-china-area-data": {
"version": "6.1.0",
"resolved": "https://registry.npmmirror.com/element-china-area-data/-/element-china-area-data-6.1.0.tgz",
"integrity": "sha512-IkpcjwQv2A/2AxFiSoaISZ+oMw1rZCPUSOg5sOCwT5jKc96TaawmKZeY81xfxXsO0QbKxU5LLc6AirhG52hUmg==",
+ "license": "MIT",
"dependencies": {
"china-division": "^2.7.0"
}
},
"node_modules/element-plus": {
- "version": "2.8.8",
- "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.8.8.tgz",
- "integrity": "sha512-MLAH1x2PGTnOT7Iwqh9ASgfZhvgqQqrdbxuJH0w2fGjzE4ZjryyLQj24HXoQO7Zon66U3lrYxbdLI57M6OX0qw==",
+ "version": "2.9.6",
+ "resolved": "https://registry.npmmirror.com/element-plus/-/element-plus-2.9.6.tgz",
+ "integrity": "sha512-D9zU28Ce0s/9O/Vp3ewemikxzFVA6gdZyMwmWijHijo+t5/9H3sHRTIm1WlfeNpFW2Yq0y8nHXD0fU5YxU6qlQ==",
+ "license": "MIT",
"dependencies": {
"@ctrl/tinycolor": "^3.4.1",
"@element-plus/icons-vue": "^2.3.1",
@@ -7623,6 +3612,8 @@
"resolved": "https://registry.npmmirror.com/elliptic/-/elliptic-6.6.1.tgz",
"integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"bn.js": "^4.11.9",
"brorand": "^1.1.0",
@@ -7637,36 +3628,25 @@
"version": "4.12.1",
"resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.1.tgz",
"integrity": "sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==",
- "dev": true
- },
- "node_modules/emoji-regex": {
- "version": "8.0.0",
- "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/emojis-list": {
"version": "3.0.0",
"resolved": "https://registry.npmmirror.com/emojis-list/-/emojis-list-3.0.0.tgz",
"integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": ">= 4"
- }
- },
- "node_modules/encodeurl": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz",
- "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
- "dev": true,
- "engines": {
- "node": ">= 0.8"
}
},
"node_modules/end-of-stream": {
"version": "1.4.4",
"resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
"integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
+ "license": "MIT",
"dependencies": {
"once": "^1.4.0"
}
@@ -7675,6 +3655,7 @@
"version": "1.0.1",
"resolved": "https://registry.npmmirror.com/end-or-error/-/end-or-error-1.0.1.tgz",
"integrity": "sha512-OclLMSug+k2A0JKuf494im25ANRBVW8qsjmwbgX7lQ8P82H21PQ1PWkoYwb9y5yMBS69BPlwtzdIFClo3+7kOQ==",
+ "license": "MIT",
"engines": {
"node": ">= 0.11.14"
}
@@ -7684,6 +3665,7 @@
"resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz",
"integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==",
"dev": true,
+ "peer": true,
"dependencies": {
"graceful-fs": "^4.1.2",
"memory-fs": "^0.5.0",
@@ -7698,6 +3680,8 @@
"resolved": "https://registry.npmmirror.com/memory-fs/-/memory-fs-0.5.0.tgz",
"integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"errno": "^0.1.3",
"readable-stream": "^2.0.1"
@@ -7710,6 +3694,7 @@
"version": "4.5.0",
"resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
+ "license": "BSD-2-Clause",
"engines": {
"node": ">=0.12"
},
@@ -7722,6 +3707,7 @@
"resolved": "https://registry.npmmirror.com/errno/-/errno-0.1.8.tgz",
"integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"prr": "~1.0.1"
},
@@ -7729,97 +3715,21 @@
"errno": "cli.js"
}
},
- "node_modules/error-ex": {
- "version": "1.3.2",
- "resolved": "https://registry.npmmirror.com/error-ex/-/error-ex-1.3.2.tgz",
- "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
+ "node_modules/error-stack-parser-es": {
+ "version": "0.1.5",
+ "resolved": "https://registry.npmmirror.com/error-stack-parser-es/-/error-stack-parser-es-0.1.5.tgz",
+ "integrity": "sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==",
"dev": true,
- "dependencies": {
- "is-arrayish": "^0.2.1"
- }
- },
- "node_modules/error-stack-parser": {
- "version": "2.1.4",
- "resolved": "https://registry.npmmirror.com/error-stack-parser/-/error-stack-parser-2.1.4.tgz",
- "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==",
- "dev": true,
- "dependencies": {
- "stackframe": "^1.3.4"
- }
- },
- "node_modules/es-abstract": {
- "version": "1.23.5",
- "resolved": "https://registry.npmmirror.com/es-abstract/-/es-abstract-1.23.5.tgz",
- "integrity": "sha512-vlmniQ0WNPwXqA0BnmwV3Ng7HxiGlh6r5U6JcTMNx8OilcAGqVJBHJcPjqOMaczU9fRuRK5Px2BdVyPRnKMMVQ==",
- "dev": true,
- "dependencies": {
- "array-buffer-byte-length": "^1.0.1",
- "arraybuffer.prototype.slice": "^1.0.3",
- "available-typed-arrays": "^1.0.7",
- "call-bind": "^1.0.7",
- "data-view-buffer": "^1.0.1",
- "data-view-byte-length": "^1.0.1",
- "data-view-byte-offset": "^1.0.0",
- "es-define-property": "^1.0.0",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0",
- "es-set-tostringtag": "^2.0.3",
- "es-to-primitive": "^1.2.1",
- "function.prototype.name": "^1.1.6",
- "get-intrinsic": "^1.2.4",
- "get-symbol-description": "^1.0.2",
- "globalthis": "^1.0.4",
- "gopd": "^1.0.1",
- "has-property-descriptors": "^1.0.2",
- "has-proto": "^1.0.3",
- "has-symbols": "^1.0.3",
- "hasown": "^2.0.2",
- "internal-slot": "^1.0.7",
- "is-array-buffer": "^3.0.4",
- "is-callable": "^1.2.7",
- "is-data-view": "^1.0.1",
- "is-negative-zero": "^2.0.3",
- "is-regex": "^1.1.4",
- "is-shared-array-buffer": "^1.0.3",
- "is-string": "^1.0.7",
- "is-typed-array": "^1.1.13",
- "is-weakref": "^1.0.2",
- "object-inspect": "^1.13.3",
- "object-keys": "^1.1.1",
- "object.assign": "^4.1.5",
- "regexp.prototype.flags": "^1.5.3",
- "safe-array-concat": "^1.1.2",
- "safe-regex-test": "^1.0.3",
- "string.prototype.trim": "^1.2.9",
- "string.prototype.trimend": "^1.0.8",
- "string.prototype.trimstart": "^1.0.8",
- "typed-array-buffer": "^1.0.2",
- "typed-array-byte-length": "^1.0.1",
- "typed-array-byte-offset": "^1.0.2",
- "typed-array-length": "^1.0.6",
- "unbox-primitive": "^1.0.2",
- "which-typed-array": "^1.1.15"
- },
- "engines": {
- "node": ">= 0.4"
- },
+ "license": "MIT",
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "url": "https://github.com/sponsors/antfu"
}
- },
- "node_modules/es-array-method-boxes-properly": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz",
- "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==",
- "dev": true
},
"node_modules/es-define-property": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.0.tgz",
- "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
- "dependencies": {
- "get-intrinsic": "^1.2.4"
- },
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
+ "license": "MIT",
"engines": {
"node": ">= 0.4"
}
@@ -7828,6 +3738,7 @@
"version": "1.3.0",
"resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
+ "license": "MIT",
"engines": {
"node": ">= 0.4"
}
@@ -7836,7 +3747,7 @@
"version": "1.0.0",
"resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.0.0.tgz",
"integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==",
- "dev": true,
+ "license": "MIT",
"dependencies": {
"es-errors": "^1.3.0"
},
@@ -7845,34 +3756,59 @@
}
},
"node_modules/es-set-tostringtag": {
- "version": "2.0.3",
- "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz",
- "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==",
- "dev": true,
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
+ "license": "MIT",
"dependencies": {
- "get-intrinsic": "^1.2.4",
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.6",
"has-tostringtag": "^1.0.2",
- "hasown": "^2.0.1"
+ "hasown": "^2.0.2"
},
"engines": {
"node": ">= 0.4"
}
},
- "node_modules/es-to-primitive": {
- "version": "1.2.1",
- "resolved": "https://registry.npmmirror.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
- "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
+ "node_modules/esbuild": {
+ "version": "0.24.2",
+ "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.24.2.tgz",
+ "integrity": "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==",
"dev": true,
- "dependencies": {
- "is-callable": "^1.1.4",
- "is-date-object": "^1.0.1",
- "is-symbol": "^1.0.2"
+ "hasInstallScript": true,
+ "license": "MIT",
+ "bin": {
+ "esbuild": "bin/esbuild"
},
"engines": {
- "node": ">= 0.4"
+ "node": ">=18"
},
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "optionalDependencies": {
+ "@esbuild/aix-ppc64": "0.24.2",
+ "@esbuild/android-arm": "0.24.2",
+ "@esbuild/android-arm64": "0.24.2",
+ "@esbuild/android-x64": "0.24.2",
+ "@esbuild/darwin-arm64": "0.24.2",
+ "@esbuild/darwin-x64": "0.24.2",
+ "@esbuild/freebsd-arm64": "0.24.2",
+ "@esbuild/freebsd-x64": "0.24.2",
+ "@esbuild/linux-arm": "0.24.2",
+ "@esbuild/linux-arm64": "0.24.2",
+ "@esbuild/linux-ia32": "0.24.2",
+ "@esbuild/linux-loong64": "0.24.2",
+ "@esbuild/linux-mips64el": "0.24.2",
+ "@esbuild/linux-ppc64": "0.24.2",
+ "@esbuild/linux-riscv64": "0.24.2",
+ "@esbuild/linux-s390x": "0.24.2",
+ "@esbuild/linux-x64": "0.24.2",
+ "@esbuild/netbsd-arm64": "0.24.2",
+ "@esbuild/netbsd-x64": "0.24.2",
+ "@esbuild/openbsd-arm64": "0.24.2",
+ "@esbuild/openbsd-x64": "0.24.2",
+ "@esbuild/sunos-x64": "0.24.2",
+ "@esbuild/win32-arm64": "0.24.2",
+ "@esbuild/win32-ia32": "0.24.2",
+ "@esbuild/win32-x64": "0.24.2"
}
},
"node_modules/escalade": {
@@ -7880,6 +3816,7 @@
"resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": ">=6"
}
@@ -7887,145 +3824,16 @@
"node_modules/escape-html": {
"version": "1.0.3",
"resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
- "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="
- },
- "node_modules/escape-string-regexp": {
- "version": "1.0.5",
- "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
- "dev": true,
- "engines": {
- "node": ">=0.8.0"
- }
- },
- "node_modules/escodegen": {
- "version": "1.14.3",
- "resolved": "https://registry.npmmirror.com/escodegen/-/escodegen-1.14.3.tgz",
- "integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==",
- "dev": true,
- "dependencies": {
- "esprima": "^4.0.1",
- "estraverse": "^4.2.0",
- "esutils": "^2.0.2",
- "optionator": "^0.8.1"
- },
- "bin": {
- "escodegen": "bin/escodegen.js",
- "esgenerate": "bin/esgenerate.js"
- },
- "engines": {
- "node": ">=4.0"
- },
- "optionalDependencies": {
- "source-map": "~0.6.1"
- }
- },
- "node_modules/eslint": {
- "version": "6.8.0",
- "resolved": "https://registry.npmmirror.com/eslint/-/eslint-6.8.0.tgz",
- "integrity": "sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==",
- "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "@babel/code-frame": "^7.0.0",
- "ajv": "^6.10.0",
- "chalk": "^2.1.0",
- "cross-spawn": "^6.0.5",
- "debug": "^4.0.1",
- "doctrine": "^3.0.0",
- "eslint-scope": "^5.0.0",
- "eslint-utils": "^1.4.3",
- "eslint-visitor-keys": "^1.1.0",
- "espree": "^6.1.2",
- "esquery": "^1.0.1",
- "esutils": "^2.0.2",
- "file-entry-cache": "^5.0.1",
- "functional-red-black-tree": "^1.0.1",
- "glob-parent": "^5.0.0",
- "globals": "^12.1.0",
- "ignore": "^4.0.6",
- "import-fresh": "^3.0.0",
- "imurmurhash": "^0.1.4",
- "inquirer": "^7.0.0",
- "is-glob": "^4.0.0",
- "js-yaml": "^3.13.1",
- "json-stable-stringify-without-jsonify": "^1.0.1",
- "levn": "^0.3.0",
- "lodash": "^4.17.14",
- "minimatch": "^3.0.4",
- "mkdirp": "^0.5.1",
- "natural-compare": "^1.4.0",
- "optionator": "^0.8.3",
- "progress": "^2.0.0",
- "regexpp": "^2.0.1",
- "semver": "^6.1.2",
- "strip-ansi": "^5.2.0",
- "strip-json-comments": "^3.0.1",
- "table": "^5.2.3",
- "text-table": "^0.2.0",
- "v8-compile-cache": "^2.0.3"
- },
- "bin": {
- "eslint": "bin/eslint.js"
- },
- "engines": {
- "node": "^8.10.0 || ^10.13.0 || >=11.10.1"
- },
- "funding": {
- "url": "https://opencollective.com/eslint"
- }
- },
- "node_modules/eslint-loader": {
- "version": "2.2.1",
- "resolved": "https://registry.npmmirror.com/eslint-loader/-/eslint-loader-2.2.1.tgz",
- "integrity": "sha512-RLgV9hoCVsMLvOxCuNjdqOrUqIj9oJg8hF44vzJaYqsAHuY9G2YAeN3joQ9nxP0p5Th9iFSIpKo+SD8KISxXRg==",
- "deprecated": "This loader has been deprecated. Please use eslint-webpack-plugin",
- "dev": true,
- "dependencies": {
- "loader-fs-cache": "^1.0.0",
- "loader-utils": "^1.0.2",
- "object-assign": "^4.0.1",
- "object-hash": "^1.1.4",
- "rimraf": "^2.6.1"
- },
- "peerDependencies": {
- "eslint": ">=1.6.0 <7.0.0",
- "webpack": ">=2.0.0 <5.0.0"
- }
- },
- "node_modules/eslint-loader/node_modules/json5": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
- "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
- "dev": true,
- "dependencies": {
- "minimist": "^1.2.0"
- },
- "bin": {
- "json5": "lib/cli.js"
- }
- },
- "node_modules/eslint-loader/node_modules/loader-utils": {
- "version": "1.4.2",
- "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
- "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
- "dev": true,
- "dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^1.0.1"
- },
- "engines": {
- "node": ">=4.0.0"
- }
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
+ "license": "MIT"
},
"node_modules/eslint-scope": {
"version": "4.0.3",
"resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-4.0.3.tgz",
"integrity": "sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==",
"dev": true,
+ "license": "BSD-2-Clause",
+ "peer": true,
"dependencies": {
"esrecurse": "^4.1.0",
"estraverse": "^4.1.1"
@@ -8034,239 +3842,13 @@
"node": ">=4.0.0"
}
},
- "node_modules/eslint-utils": {
- "version": "1.4.3",
- "resolved": "https://registry.npmmirror.com/eslint-utils/-/eslint-utils-1.4.3.tgz",
- "integrity": "sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "eslint-visitor-keys": "^1.1.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/eslint-visitor-keys": {
- "version": "1.3.0",
- "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
- "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/eslint/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/eslint/node_modules/eslint-scope": {
- "version": "5.1.1",
- "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-5.1.1.tgz",
- "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
- "dev": true,
- "license": "BSD-2-Clause",
- "peer": true,
- "dependencies": {
- "esrecurse": "^4.3.0",
- "estraverse": "^4.1.1"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/eslint/node_modules/globals": {
- "version": "12.4.0",
- "resolved": "https://registry.npmmirror.com/globals/-/globals-12.4.0.tgz",
- "integrity": "sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "type-fest": "^0.8.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/eslint/node_modules/import-fresh": {
- "version": "3.3.0",
- "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.0.tgz",
- "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "parent-module": "^1.0.0",
- "resolve-from": "^4.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/eslint/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "license": "ISC",
- "peer": true,
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/eslint/node_modules/resolve-from": {
- "version": "4.0.0",
- "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
- "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/eslint/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "license": "ISC",
- "peer": true,
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/eslint/node_modules/strip-ansi": {
- "version": "5.2.0",
- "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-5.2.0.tgz",
- "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "ansi-regex": "^4.1.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/eslint/node_modules/strip-json-comments": {
- "version": "3.1.1",
- "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
- "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/eslint/node_modules/type-fest": {
- "version": "0.8.1",
- "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.8.1.tgz",
- "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==",
- "dev": true,
- "license": "(MIT OR CC0-1.0)",
- "peer": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/espree": {
- "version": "6.2.1",
- "resolved": "https://registry.npmmirror.com/espree/-/espree-6.2.1.tgz",
- "integrity": "sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==",
- "dev": true,
- "license": "BSD-2-Clause",
- "peer": true,
- "dependencies": {
- "acorn": "^7.1.1",
- "acorn-jsx": "^5.2.0",
- "eslint-visitor-keys": "^1.1.0"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/espree/node_modules/acorn": {
- "version": "7.4.1",
- "resolved": "https://registry.npmmirror.com/acorn/-/acorn-7.4.1.tgz",
- "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "bin": {
- "acorn": "bin/acorn"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/esprima": {
- "version": "4.0.1",
- "resolved": "https://registry.npmmirror.com/esprima/-/esprima-4.0.1.tgz",
- "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
- "dev": true,
- "bin": {
- "esparse": "bin/esparse.js",
- "esvalidate": "bin/esvalidate.js"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/esquery": {
- "version": "1.6.0",
- "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.6.0.tgz",
- "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
- "dev": true,
- "license": "BSD-3-Clause",
- "peer": true,
- "dependencies": {
- "estraverse": "^5.1.0"
- },
- "engines": {
- "node": ">=0.10"
- }
- },
- "node_modules/esquery/node_modules/estraverse": {
- "version": "5.3.0",
- "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
- "dev": true,
- "license": "BSD-2-Clause",
- "peer": true,
- "engines": {
- "node": ">=4.0"
- }
- },
"node_modules/esrecurse": {
"version": "4.3.0",
"resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
"dev": true,
+ "license": "BSD-2-Clause",
+ "peer": true,
"dependencies": {
"estraverse": "^5.2.0"
},
@@ -8279,6 +3861,8 @@
"resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
"dev": true,
+ "license": "BSD-2-Clause",
+ "peer": true,
"engines": {
"node": ">=4.0"
}
@@ -8288,6 +3872,8 @@
"resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-4.3.0.tgz",
"integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
"dev": true,
+ "license": "BSD-2-Clause",
+ "peer": true,
"engines": {
"node": ">=4.0"
}
@@ -8295,64 +3881,18 @@
"node_modules/estree-walker": {
"version": "2.0.2",
"resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
- "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
- },
- "node_modules/esutils": {
- "version": "2.0.3",
- "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
- "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/etag": {
- "version": "1.8.1",
- "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz",
- "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
- "dev": true,
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/event-pubsub": {
- "version": "4.3.0",
- "resolved": "https://registry.npmmirror.com/event-pubsub/-/event-pubsub-4.3.0.tgz",
- "integrity": "sha512-z7IyloorXvKbFx9Bpie2+vMJKKx1fH1EN5yiTfp8CiLOTptSYy1g8H4yDpGlEdshL1PBiFtBHepF2cNsqeEeFQ==",
- "dev": true,
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/event-target-shim": {
- "version": "5.0.1",
- "resolved": "https://registry.npmmirror.com/event-target-shim/-/event-target-shim-5.0.1.tgz",
- "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/eventemitter3": {
- "version": "4.0.7",
- "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-4.0.7.tgz",
- "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
- "dev": true
+ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
+ "license": "MIT"
},
"node_modules/events": {
"version": "3.3.0",
"resolved": "https://registry.npmmirror.com/events/-/events-3.3.0.tgz",
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.8.x"
- }
- },
- "node_modules/eventsource": {
- "version": "1.1.2",
- "resolved": "https://registry.npmmirror.com/eventsource/-/eventsource-1.1.2.tgz",
- "integrity": "sha512-xAH3zWhgO2/3KIniEKYPr8plNSzlGINOUqYj0m0u7AB81iRw8b/3E73W6AuU+6klLbaSFmZnaETQ2lXPfAydrA==",
- "engines": {
- "node": ">=0.12.0"
}
},
"node_modules/evp_bytestokey": {
@@ -8360,27 +3900,38 @@
"resolved": "https://registry.npmmirror.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz",
"integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"md5.js": "^1.3.4",
"safe-buffer": "^5.1.1"
}
},
"node_modules/execa": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/execa/-/execa-1.0.0.tgz",
- "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
+ "version": "9.5.2",
+ "resolved": "https://registry.npmmirror.com/execa/-/execa-9.5.2.tgz",
+ "integrity": "sha512-EHlpxMCpHWSAh1dgS6bVeoLAXGnJNdR93aabr4QCGbzOM73o5XmRfM/e5FUqsw3aagP8S8XEWUWFAxnRBnAF0Q==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "cross-spawn": "^6.0.0",
- "get-stream": "^4.0.0",
- "is-stream": "^1.1.0",
- "npm-run-path": "^2.0.0",
- "p-finally": "^1.0.0",
- "signal-exit": "^3.0.0",
- "strip-eof": "^1.0.0"
+ "@sindresorhus/merge-streams": "^4.0.0",
+ "cross-spawn": "^7.0.3",
+ "figures": "^6.1.0",
+ "get-stream": "^9.0.0",
+ "human-signals": "^8.0.0",
+ "is-plain-obj": "^4.1.0",
+ "is-stream": "^4.0.1",
+ "npm-run-path": "^6.0.0",
+ "pretty-ms": "^9.0.0",
+ "signal-exit": "^4.1.0",
+ "strip-final-newline": "^4.0.0",
+ "yoctocolors": "^2.0.0"
},
"engines": {
- "node": ">=6"
+ "node": "^18.19.0 || >=20.5.0"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
"node_modules/expand-brackets": {
@@ -8388,6 +3939,8 @@
"resolved": "https://registry.npmmirror.com/expand-brackets/-/expand-brackets-2.1.4.tgz",
"integrity": "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"debug": "^2.3.3",
"define-property": "^0.2.5",
@@ -8406,6 +3959,8 @@
"resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"ms": "2.0.0"
}
@@ -8415,9 +3970,51 @@
"resolved": "https://registry.npmmirror.com/define-property/-/define-property-0.2.5.tgz",
"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"is-descriptor": "^0.1.0"
},
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/expand-brackets/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/expand-brackets/node_modules/is-descriptor": {
+ "version": "0.1.7",
+ "resolved": "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-0.1.7.tgz",
+ "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
+ "dependencies": {
+ "is-accessor-descriptor": "^1.0.1",
+ "is-data-descriptor": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/expand-brackets/node_modules/is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
@@ -8426,147 +4023,20 @@
"version": "2.0.0",
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
- "dev": true
- },
- "node_modules/express": {
- "version": "4.21.1",
- "resolved": "https://registry.npmmirror.com/express/-/express-4.21.1.tgz",
- "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==",
"dev": true,
- "dependencies": {
- "accepts": "~1.3.8",
- "array-flatten": "1.1.1",
- "body-parser": "1.20.3",
- "content-disposition": "0.5.4",
- "content-type": "~1.0.4",
- "cookie": "0.7.1",
- "cookie-signature": "1.0.6",
- "debug": "2.6.9",
- "depd": "2.0.0",
- "encodeurl": "~2.0.0",
- "escape-html": "~1.0.3",
- "etag": "~1.8.1",
- "finalhandler": "1.3.1",
- "fresh": "0.5.2",
- "http-errors": "2.0.0",
- "merge-descriptors": "1.0.3",
- "methods": "~1.1.2",
- "on-finished": "2.4.1",
- "parseurl": "~1.3.3",
- "path-to-regexp": "0.1.10",
- "proxy-addr": "~2.0.7",
- "qs": "6.13.0",
- "range-parser": "~1.2.1",
- "safe-buffer": "5.2.1",
- "send": "0.19.0",
- "serve-static": "1.16.2",
- "setprototypeof": "1.2.0",
- "statuses": "2.0.1",
- "type-is": "~1.6.18",
- "utils-merge": "1.0.1",
- "vary": "~1.1.2"
- },
- "engines": {
- "node": ">= 0.10.0"
- }
- },
- "node_modules/express/node_modules/debug": {
- "version": "2.6.9",
- "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
- "dev": true,
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/express/node_modules/ms": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
- "dev": true
- },
- "node_modules/express/node_modules/qs": {
- "version": "6.13.0",
- "resolved": "https://registry.npmmirror.com/qs/-/qs-6.13.0.tgz",
- "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
- "dev": true,
- "dependencies": {
- "side-channel": "^1.0.6"
- },
- "engines": {
- "node": ">=0.6"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/express/node_modules/safe-buffer": {
- "version": "5.2.1",
- "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
- "node_modules/express/node_modules/statuses": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
- "dev": true,
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/extend": {
- "version": "3.0.2",
- "resolved": "https://registry.npmmirror.com/extend/-/extend-3.0.2.tgz",
- "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
- "dev": true
+ "license": "MIT",
+ "peer": true
},
"node_modules/extend-shallow": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
- "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
- "dependencies": {
- "is-extendable": "^0.1.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/external-editor": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/external-editor/-/external-editor-3.1.0.tgz",
- "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
+ "version": "3.0.2",
+ "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-3.0.2.tgz",
+ "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
- "chardet": "^0.7.0",
- "iconv-lite": "^0.4.24",
- "tmp": "^0.0.33"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/external-editor/node_modules/iconv-lite": {
- "version": "0.4.24",
- "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
- "dev": true,
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3"
+ "assign-symbols": "^1.0.0",
+ "is-extendable": "^1.0.1"
},
"engines": {
"node": ">=0.10.0"
@@ -8577,6 +4047,8 @@
"resolved": "https://registry.npmmirror.com/extglob/-/extglob-2.0.4.tgz",
"integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"array-unique": "^0.3.2",
"define-property": "^1.0.0",
@@ -8596,6 +4068,8 @@
"resolved": "https://registry.npmmirror.com/define-property/-/define-property-1.0.0.tgz",
"integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"is-descriptor": "^1.0.0"
},
@@ -8603,193 +4077,70 @@
"node": ">=0.10.0"
}
},
- "node_modules/extglob/node_modules/is-descriptor": {
- "version": "1.0.3",
- "resolved": "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-1.0.3.tgz",
- "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==",
+ "node_modules/extglob/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
- "is-accessor-descriptor": "^1.0.1",
- "is-data-descriptor": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/extsprintf": {
- "version": "1.3.0",
- "resolved": "https://registry.npmmirror.com/extsprintf/-/extsprintf-1.3.0.tgz",
- "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==",
- "dev": true,
- "engines": [
- "node >=0.6.0"
- ]
- },
- "node_modules/fast-deep-equal": {
- "version": "3.1.3",
- "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
- "dev": true
- },
- "node_modules/fast-glob": {
- "version": "2.2.7",
- "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-2.2.7.tgz",
- "integrity": "sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==",
- "dev": true,
- "dependencies": {
- "@mrmlnc/readdir-enhanced": "^2.2.1",
- "@nodelib/fs.stat": "^1.1.2",
- "glob-parent": "^3.1.0",
- "is-glob": "^4.0.0",
- "merge2": "^1.2.3",
- "micromatch": "^3.1.10"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/fast-glob/node_modules/glob-parent": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-3.1.0.tgz",
- "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==",
- "dev": true,
- "dependencies": {
- "is-glob": "^3.1.0",
- "path-dirname": "^1.0.0"
- }
- },
- "node_modules/fast-glob/node_modules/glob-parent/node_modules/is-glob": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-3.1.0.tgz",
- "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==",
- "dev": true,
- "dependencies": {
- "is-extglob": "^2.1.0"
+ "is-extendable": "^0.1.0"
},
"engines": {
"node": ">=0.10.0"
}
},
+ "node_modules/extglob/node_modules/is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true
+ },
"node_modules/fast-json-stable-stringify": {
"version": "2.1.0",
"resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
- "dev": true
- },
- "node_modules/fast-levenshtein": {
- "version": "2.0.6",
- "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
- "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
- "dev": true
- },
- "node_modules/fastq": {
- "version": "1.17.1",
- "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.17.1.tgz",
- "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
"dev": true,
- "dependencies": {
- "reusify": "^1.0.4"
- }
- },
- "node_modules/faye-websocket": {
- "version": "0.11.4",
- "resolved": "https://registry.npmmirror.com/faye-websocket/-/faye-websocket-0.11.4.tgz",
- "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
- "dev": true,
- "dependencies": {
- "websocket-driver": ">=0.5.1"
- },
- "engines": {
- "node": ">=0.8.0"
- }
- },
- "node_modules/fetch-cookie": {
- "version": "0.11.0",
- "resolved": "https://registry.npmmirror.com/fetch-cookie/-/fetch-cookie-0.11.0.tgz",
- "integrity": "sha512-BQm7iZLFhMWFy5CZ/162sAGjBfdNWb7a8LEqqnzsHFhxT/X/SVj/z2t2nu3aJvjlbQkrAlTUApplPRjWyH4mhA==",
- "dependencies": {
- "tough-cookie": "^2.3.3 || ^3.0.1 || ^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
+ "license": "MIT",
+ "peer": true
},
"node_modules/figgy-pudding": {
"version": "3.5.2",
"resolved": "https://registry.npmmirror.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz",
"integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==",
"deprecated": "This module is no longer supported.",
- "dev": true
+ "dev": true,
+ "license": "ISC",
+ "peer": true
},
"node_modules/figures": {
- "version": "3.2.0",
- "resolved": "https://registry.npmmirror.com/figures/-/figures-3.2.0.tgz",
- "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==",
+ "version": "6.1.0",
+ "resolved": "https://registry.npmmirror.com/figures/-/figures-6.1.0.tgz",
+ "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "escape-string-regexp": "^1.0.5"
+ "is-unicode-supported": "^2.0.0"
},
"engines": {
- "node": ">=8"
+ "node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/file-entry-cache": {
- "version": "5.0.1",
- "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz",
- "integrity": "sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "flat-cache": "^2.0.1"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/file-loader": {
- "version": "4.3.0",
- "resolved": "https://registry.npmmirror.com/file-loader/-/file-loader-4.3.0.tgz",
- "integrity": "sha512-aKrYPYjF1yG3oX0kWRrqrSMfgftm7oJW5M+m4owoldH5C51C0RkIwB++JbRvEW3IU6/ZG5n8UvEcdgwOt2UOWA==",
- "dev": true,
- "dependencies": {
- "loader-utils": "^1.2.3",
- "schema-utils": "^2.5.0"
- },
- "engines": {
- "node": ">= 8.9.0"
- },
- "peerDependencies": {
- "webpack": "^4.0.0"
- }
- },
- "node_modules/file-loader/node_modules/json5": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
- "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
- "dev": true,
- "dependencies": {
- "minimist": "^1.2.0"
- },
- "bin": {
- "json5": "lib/cli.js"
- }
- },
- "node_modules/file-loader/node_modules/loader-utils": {
- "version": "1.4.2",
- "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
- "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
- "dev": true,
- "dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^1.0.1"
- },
- "engines": {
- "node": ">=4.0.0"
}
},
"node_modules/file-uri-to-path": {
@@ -8798,22 +4149,16 @@
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
"dev": true,
"license": "MIT",
- "optional": true
- },
- "node_modules/filesize": {
- "version": "3.6.1",
- "resolved": "https://registry.npmmirror.com/filesize/-/filesize-3.6.1.tgz",
- "integrity": "sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==",
- "dev": true,
- "engines": {
- "node": ">= 0.4.0"
- }
+ "optional": true,
+ "peer": true
},
"node_modules/fill-range": {
"version": "4.0.0",
"resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-4.0.0.tgz",
"integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"extend-shallow": "^2.0.1",
"is-number": "^3.0.0",
@@ -8824,230 +4169,68 @@
"node": ">=0.10.0"
}
},
- "node_modules/finalhandler": {
- "version": "1.3.1",
- "resolved": "https://registry.npmmirror.com/finalhandler/-/finalhandler-1.3.1.tgz",
- "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==",
+ "node_modules/fill-range/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
- "debug": "2.6.9",
- "encodeurl": "~2.0.0",
- "escape-html": "~1.0.3",
- "on-finished": "2.4.1",
- "parseurl": "~1.3.3",
- "statuses": "2.0.1",
- "unpipe": "~1.0.0"
+ "is-extendable": "^0.1.0"
},
"engines": {
- "node": ">= 0.8"
+ "node": ">=0.10.0"
}
},
- "node_modules/finalhandler/node_modules/debug": {
- "version": "2.6.9",
- "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "node_modules/fill-range/node_modules/is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
"dev": true,
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/finalhandler/node_modules/ms": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
- "dev": true
- },
- "node_modules/finalhandler/node_modules/statuses": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
- "dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
- "node": ">= 0.8"
+ "node": ">=0.10.0"
}
},
"node_modules/find-cache-dir": {
- "version": "3.3.2",
- "resolved": "https://registry.npmmirror.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
- "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz",
+ "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"commondir": "^1.0.1",
- "make-dir": "^3.0.2",
- "pkg-dir": "^4.1.0"
+ "make-dir": "^2.0.0",
+ "pkg-dir": "^3.0.0"
},
"engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
- }
- },
- "node_modules/find-cache-dir/node_modules/make-dir": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-3.1.0.tgz",
- "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
- "dev": true,
- "dependencies": {
- "semver": "^6.0.0"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/find-cache-dir/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
+ "node": ">=6"
}
},
"node_modules/find-up": {
- "version": "4.1.0",
- "resolved": "https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz",
- "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
- "dev": true,
- "dependencies": {
- "locate-path": "^5.0.0",
- "path-exists": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/flat": {
- "version": "4.1.1",
- "resolved": "https://registry.npmmirror.com/flat/-/flat-4.1.1.tgz",
- "integrity": "sha512-FmTtBsHskrU6FJ2VxCnsDb84wu9zhmO3cUX2kGFb5tuwhfXxGciiT0oRY+cck35QmG+NmGh5eLz6lLCpWTqwpA==",
- "dev": true,
- "dependencies": {
- "is-buffer": "~2.0.3"
- },
- "bin": {
- "flat": "cli.js"
- }
- },
- "node_modules/flat-cache": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-2.0.1.tgz",
- "integrity": "sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/find-up/-/find-up-3.0.0.tgz",
+ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
"dev": true,
"license": "MIT",
"peer": true,
"dependencies": {
- "flatted": "^2.0.0",
- "rimraf": "2.6.3",
- "write": "1.0.3"
+ "locate-path": "^3.0.0"
},
"engines": {
- "node": ">=4"
+ "node": ">=6"
}
- },
- "node_modules/flat-cache/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/flat-cache/node_modules/glob": {
- "version": "7.2.3",
- "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
- "deprecated": "Glob versions prior to v9 are no longer supported",
- "dev": true,
- "license": "ISC",
- "peer": true,
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.1.1",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
- },
- "engines": {
- "node": "*"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/flat-cache/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "license": "ISC",
- "peer": true,
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/flat-cache/node_modules/rimraf": {
- "version": "2.6.3",
- "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-2.6.3.tgz",
- "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",
- "deprecated": "Rimraf versions prior to v4 are no longer supported",
- "dev": true,
- "license": "ISC",
- "peer": true,
- "dependencies": {
- "glob": "^7.1.3"
- },
- "bin": {
- "rimraf": "bin.js"
- }
- },
- "node_modules/flat/node_modules/is-buffer": {
- "version": "2.0.5",
- "resolved": "https://registry.npmmirror.com/is-buffer/-/is-buffer-2.0.5.tgz",
- "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/flatted": {
- "version": "2.0.2",
- "resolved": "https://registry.npmmirror.com/flatted/-/flatted-2.0.2.tgz",
- "integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==",
- "dev": true,
- "license": "ISC",
- "peer": true
},
"node_modules/flush-write-stream": {
"version": "1.1.1",
"resolved": "https://registry.npmmirror.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz",
"integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"inherits": "^2.0.3",
"readable-stream": "^2.3.6"
@@ -9063,6 +4246,7 @@
"url": "https://github.com/sponsors/RubenVerborgh"
}
],
+ "license": "MIT",
"engines": {
"node": ">=4.0"
},
@@ -9072,138 +4256,37 @@
}
}
},
- "node_modules/for-each": {
- "version": "0.3.3",
- "resolved": "https://registry.npmmirror.com/for-each/-/for-each-0.3.3.tgz",
- "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
- "dev": true,
- "dependencies": {
- "is-callable": "^1.1.3"
- }
- },
"node_modules/for-in": {
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/for-in/-/for-in-1.0.2.tgz",
"integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
},
- "node_modules/foreground-child": {
- "version": "3.3.0",
- "resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.0.tgz",
- "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
- "dev": true,
- "dependencies": {
- "cross-spawn": "^7.0.0",
- "signal-exit": "^4.0.1"
- },
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/foreground-child/node_modules/cross-spawn": {
- "version": "7.0.6",
- "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
- "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
- "dev": true,
- "dependencies": {
- "path-key": "^3.1.0",
- "shebang-command": "^2.0.0",
- "which": "^2.0.1"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/foreground-child/node_modules/path-key": {
- "version": "3.1.1",
- "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/foreground-child/node_modules/shebang-command": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
- "dev": true,
- "dependencies": {
- "shebang-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/foreground-child/node_modules/shebang-regex": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/foreground-child/node_modules/signal-exit": {
- "version": "4.1.0",
- "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
- "dev": true,
- "engines": {
- "node": ">=14"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/foreground-child/node_modules/which": {
- "version": "2.0.2",
- "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "dev": true,
- "dependencies": {
- "isexe": "^2.0.0"
- },
- "bin": {
- "node-which": "bin/node-which"
- },
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/forever-agent": {
- "version": "0.6.1",
- "resolved": "https://registry.npmmirror.com/forever-agent/-/forever-agent-0.6.1.tgz",
- "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==",
- "dev": true,
- "engines": {
- "node": "*"
- }
- },
"node_modules/form-data": {
- "version": "2.3.3",
- "resolved": "https://registry.npmmirror.com/form-data/-/form-data-2.3.3.tgz",
- "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
- "dev": true,
+ "version": "4.0.2",
+ "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.2.tgz",
+ "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
+ "license": "MIT",
"dependencies": {
"asynckit": "^0.4.0",
- "combined-stream": "^1.0.6",
+ "combined-stream": "^1.0.8",
+ "es-set-tostringtag": "^2.1.0",
"mime-types": "^2.1.12"
},
"engines": {
- "node": ">= 0.12"
+ "node": ">= 6"
}
},
"node_modules/formstream": {
"version": "1.5.1",
"resolved": "https://registry.npmmirror.com/formstream/-/formstream-1.5.1.tgz",
"integrity": "sha512-q7ORzFqotpwn3Y/GBK2lK7PjtZZwJHz9QE9Phv8zb5IrL9ftGLyi2zjGURON3voK8TaZ+mqJKERYN4lrHYTkUQ==",
+ "license": "MIT",
"dependencies": {
"destroy": "^1.0.4",
"mime": "^2.5.2",
@@ -9211,22 +4294,16 @@
"pause-stream": "~0.0.11"
}
},
- "node_modules/forwarded": {
- "version": "0.2.0",
- "resolved": "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz",
- "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
- "dev": true,
+ "node_modules/formstream/node_modules/mime": {
+ "version": "2.6.0",
+ "resolved": "https://registry.npmmirror.com/mime/-/mime-2.6.0.tgz",
+ "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
+ "license": "MIT",
+ "bin": {
+ "mime": "cli.js"
+ },
"engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/frac": {
- "version": "1.1.2",
- "resolved": "https://registry.npmmirror.com/frac/-/frac-1.1.2.tgz",
- "integrity": "sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==",
- "license": "Apache-2.0",
- "engines": {
- "node": ">=0.8"
+ "node": ">=4.0.0"
}
},
"node_modules/fragment-cache": {
@@ -9234,6 +4311,8 @@
"resolved": "https://registry.npmmirror.com/fragment-cache/-/fragment-cache-0.2.1.tgz",
"integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"map-cache": "^0.2.2"
},
@@ -9241,46 +4320,31 @@
"node": ">=0.10.0"
}
},
- "node_modules/fresh": {
- "version": "0.5.2",
- "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz",
- "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
- "dev": true,
- "engines": {
- "node": ">= 0.6"
- }
- },
"node_modules/from2": {
"version": "2.3.0",
"resolved": "https://registry.npmmirror.com/from2/-/from2-2.3.0.tgz",
"integrity": "sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"inherits": "^2.0.1",
"readable-stream": "^2.0.0"
}
},
"node_modules/fs-extra": {
- "version": "7.0.1",
- "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-7.0.1.tgz",
- "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
+ "version": "11.2.0",
+ "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.2.0.tgz",
+ "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "graceful-fs": "^4.1.2",
- "jsonfile": "^4.0.0",
- "universalify": "^0.1.0"
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
},
"engines": {
- "node": ">=6 <7 || >=8"
- }
- },
- "node_modules/fs-extra/node_modules/universalify": {
- "version": "0.1.2",
- "resolved": "https://registry.npmmirror.com/universalify/-/universalify-0.1.2.tgz",
- "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
- "dev": true,
- "engines": {
- "node": ">= 4.0.0"
+ "node": ">=14.14"
}
},
"node_modules/fs-write-stream-atomic": {
@@ -9289,6 +4353,8 @@
"integrity": "sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==",
"deprecated": "This package is no longer supported.",
"dev": true,
+ "license": "ISC",
+ "peer": true,
"dependencies": {
"graceful-fs": "^4.1.2",
"iferr": "^0.1.5",
@@ -9299,7 +4365,10 @@
"node_modules/fs.realpath": {
"version": "1.0.0",
"resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
- "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
+ "dev": true,
+ "license": "ISC",
+ "peer": true
},
"node_modules/fsevents": {
"version": "2.3.3",
@@ -9307,6 +4376,7 @@
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
"dev": true,
"hasInstallScript": true,
+ "license": "MIT",
"optional": true,
"os": [
"darwin"
@@ -9319,41 +4389,7 @@
"version": "1.1.2",
"resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/function.prototype.name": {
- "version": "1.1.6",
- "resolved": "https://registry.npmmirror.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz",
- "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.2",
- "define-properties": "^1.2.0",
- "es-abstract": "^1.22.1",
- "functions-have-names": "^1.2.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/functional-red-black-tree": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
- "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==",
- "dev": true,
"license": "MIT",
- "peer": true
- },
- "node_modules/functions-have-names": {
- "version": "1.2.3",
- "resolved": "https://registry.npmmirror.com/functions-have-names/-/functions-have-names-1.2.3.tgz",
- "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
- "dev": true,
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
@@ -9363,78 +4399,69 @@
"resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz",
"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": ">=6.9.0"
}
},
- "node_modules/get-caller-file": {
- "version": "2.0.5",
- "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
- "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
- "dev": true,
- "engines": {
- "node": "6.* || 8.* || >= 10.*"
- }
- },
- "node_modules/get-func-name": {
- "version": "2.0.2",
- "resolved": "https://registry.npmmirror.com/get-func-name/-/get-func-name-2.0.2.tgz",
- "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==",
- "dev": true,
- "engines": {
- "node": "*"
- }
- },
"node_modules/get-intrinsic": {
- "version": "1.2.4",
- "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
- "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
+ "version": "1.2.7",
+ "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.2.7.tgz",
+ "integrity": "sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==",
+ "license": "MIT",
"dependencies": {
+ "call-bind-apply-helpers": "^1.0.1",
+ "es-define-property": "^1.0.1",
"es-errors": "^1.3.0",
+ "es-object-atoms": "^1.0.0",
"function-bind": "^1.1.2",
- "has-proto": "^1.0.1",
- "has-symbols": "^1.0.3",
- "hasown": "^2.0.0"
+ "get-proto": "^1.0.0",
+ "gopd": "^1.2.0",
+ "has-symbols": "^1.1.0",
+ "hasown": "^2.0.2",
+ "math-intrinsics": "^1.1.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-proto": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
+ "license": "MIT",
+ "dependencies": {
+ "dunder-proto": "^1.0.1",
+ "es-object-atoms": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
}
},
"node_modules/get-ready": {
"version": "1.0.0",
"resolved": "https://registry.npmmirror.com/get-ready/-/get-ready-1.0.0.tgz",
- "integrity": "sha512-mFXCZPJIlcYcth+N8267+mghfYN9h3EhsDa6JSnbA3Wrhh/XFpuowviFcsDeYZtKspQyWyJqfs4O6P8CHeTwzw=="
+ "integrity": "sha512-mFXCZPJIlcYcth+N8267+mghfYN9h3EhsDa6JSnbA3Wrhh/XFpuowviFcsDeYZtKspQyWyJqfs4O6P8CHeTwzw==",
+ "license": "MIT"
},
"node_modules/get-stream": {
- "version": "4.1.0",
- "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-4.1.0.tgz",
- "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
+ "version": "9.0.1",
+ "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-9.0.1.tgz",
+ "integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "pump": "^3.0.0"
+ "@sec-ant/readable-stream": "^0.4.1",
+ "is-stream": "^4.0.1"
},
"engines": {
- "node": ">=6"
- }
- },
- "node_modules/get-symbol-description": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/get-symbol-description/-/get-symbol-description-1.0.2.tgz",
- "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.5",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.4"
- },
- "engines": {
- "node": ">= 0.4"
+ "node": ">=18"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/get-value": {
@@ -9442,116 +4469,20 @@
"resolved": "https://registry.npmmirror.com/get-value/-/get-value-2.0.6.tgz",
"integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
},
- "node_modules/getpass": {
- "version": "0.1.7",
- "resolved": "https://registry.npmmirror.com/getpass/-/getpass-0.1.7.tgz",
- "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==",
- "dev": true,
- "dependencies": {
- "assert-plus": "^1.0.0"
- }
- },
"node_modules/glob": {
- "version": "8.1.0",
- "resolved": "https://registry.npmmirror.com/glob/-/glob-8.1.0.tgz",
- "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
- "deprecated": "Glob versions prior to v9 are no longer supported",
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^5.0.1",
- "once": "^1.3.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/glob-parent": {
- "version": "5.1.2",
- "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
- "dev": true,
- "dependencies": {
- "is-glob": "^4.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/glob-to-regexp": {
- "version": "0.3.0",
- "resolved": "https://registry.npmmirror.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz",
- "integrity": "sha512-Iozmtbqv0noj0uDDqoL0zNq0VBEfK2YFoMAZoxJe4cwphvLR+JskfF30QhXHOR4m3KrE6NLRYw+U9MRXvifyig==",
- "dev": true
- },
- "node_modules/globals": {
- "version": "11.12.0",
- "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
- "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/globalthis": {
- "version": "1.0.4",
- "resolved": "https://registry.npmmirror.com/globalthis/-/globalthis-1.0.4.tgz",
- "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
- "dev": true,
- "dependencies": {
- "define-properties": "^1.2.1",
- "gopd": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/globby": {
- "version": "9.2.0",
- "resolved": "https://registry.npmmirror.com/globby/-/globby-9.2.0.tgz",
- "integrity": "sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==",
- "dev": true,
- "dependencies": {
- "@types/glob": "^7.1.1",
- "array-union": "^1.0.2",
- "dir-glob": "^2.2.2",
- "fast-glob": "^2.2.6",
- "glob": "^7.1.3",
- "ignore": "^4.0.3",
- "pify": "^4.0.1",
- "slash": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/globby/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/globby/node_modules/glob": {
"version": "7.2.3",
"resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
"deprecated": "Glob versions prior to v9 are no longer supported",
"dev": true,
+ "license": "ISC",
+ "peer": true,
"dependencies": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
@@ -9567,24 +4498,38 @@
"url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/globby/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "node_modules/glob-parent": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
"dev": true,
+ "license": "ISC",
+ "optional": true,
+ "peer": true,
"dependencies": {
- "brace-expansion": "^1.1.7"
+ "is-glob": "^4.0.1"
},
"engines": {
- "node": "*"
+ "node": ">= 6"
+ }
+ },
+ "node_modules/globals": {
+ "version": "11.12.0",
+ "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz",
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=4"
}
},
"node_modules/gopd": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.0.1.tgz",
- "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
- "dependencies": {
- "get-intrinsic": "^1.1.3"
+ "version": "1.2.0",
+ "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
@@ -9594,90 +4539,26 @@
"version": "4.2.11",
"resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
- "dev": true
- },
- "node_modules/growl": {
- "version": "1.10.5",
- "resolved": "https://registry.npmmirror.com/growl/-/growl-1.10.5.tgz",
- "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==",
"dev": true,
- "engines": {
- "node": ">=4.x"
- }
- },
- "node_modules/gzip-size": {
- "version": "5.1.1",
- "resolved": "https://registry.npmmirror.com/gzip-size/-/gzip-size-5.1.1.tgz",
- "integrity": "sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==",
- "dev": true,
- "dependencies": {
- "duplexer": "^0.1.1",
- "pify": "^4.0.1"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/handle-thing": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/handle-thing/-/handle-thing-2.0.1.tgz",
- "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==",
- "dev": true
- },
- "node_modules/har-schema": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/har-schema/-/har-schema-2.0.0.tgz",
- "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/har-validator": {
- "version": "5.1.5",
- "resolved": "https://registry.npmmirror.com/har-validator/-/har-validator-5.1.5.tgz",
- "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
- "deprecated": "this library is no longer supported",
- "dev": true,
- "dependencies": {
- "ajv": "^6.12.3",
- "har-schema": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/has": {
- "version": "1.0.4",
- "resolved": "https://registry.npmmirror.com/has/-/has-1.0.4.tgz",
- "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==",
- "dev": true,
- "engines": {
- "node": ">= 0.4.0"
- }
- },
- "node_modules/has-bigints": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/has-bigints/-/has-bigints-1.0.2.tgz",
- "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
- "dev": true,
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
+ "license": "ISC"
},
"node_modules/has-flag": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz",
- "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
"dev": true,
+ "license": "MIT",
"engines": {
- "node": ">=4"
+ "node": ">=8"
}
},
"node_modules/has-property-descriptors": {
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"es-define-property": "^1.0.0"
},
@@ -9685,21 +4566,11 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/has-proto": {
- "version": "1.0.3",
- "resolved": "https://registry.npmmirror.com/has-proto/-/has-proto-1.0.3.tgz",
- "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/has-symbols": {
- "version": "1.0.3",
- "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.0.3.tgz",
- "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
+ "license": "MIT",
"engines": {
"node": ">= 0.4"
},
@@ -9711,7 +4582,7 @@
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
- "dev": true,
+ "license": "MIT",
"dependencies": {
"has-symbols": "^1.0.3"
},
@@ -9727,6 +4598,8 @@
"resolved": "https://registry.npmmirror.com/has-value/-/has-value-1.0.0.tgz",
"integrity": "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"get-value": "^2.0.6",
"has-values": "^1.0.0",
@@ -9741,6 +4614,8 @@
"resolved": "https://registry.npmmirror.com/has-values/-/has-values-1.0.0.tgz",
"integrity": "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"is-number": "^3.0.0",
"kind-of": "^4.0.0"
@@ -9754,6 +4629,8 @@
"resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-4.0.0.tgz",
"integrity": "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"is-buffer": "^1.1.5"
},
@@ -9766,6 +4643,8 @@
"resolved": "https://registry.npmmirror.com/hash-base/-/hash-base-3.0.5.tgz",
"integrity": "sha512-vXm0l45VbcHEVlTCzs8M+s0VeYsB2lnlAaThoLKGXr3bE/VWDOelNUnycUPEhKEaXARL2TEFjBOyUiM6+55KBg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"inherits": "^2.0.4",
"safe-buffer": "^5.2.1"
@@ -9774,37 +4653,13 @@
"node": ">= 0.10"
}
},
- "node_modules/hash-base/node_modules/safe-buffer": {
- "version": "5.2.1",
- "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
- "node_modules/hash-sum": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-2.0.0.tgz",
- "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==",
- "dev": true
- },
"node_modules/hash.js": {
"version": "1.1.7",
"resolved": "https://registry.npmmirror.com/hash.js/-/hash.js-1.1.7.tgz",
"integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"inherits": "^2.0.3",
"minimalistic-assert": "^1.0.1"
@@ -9814,6 +4669,7 @@
"version": "2.0.2",
"resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
+ "license": "MIT",
"dependencies": {
"function-bind": "^1.1.2"
},
@@ -9821,127 +4677,32 @@
"node": ">= 0.4"
}
},
- "node_modules/he": {
- "version": "1.2.0",
- "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
- "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
- "dev": true,
- "bin": {
- "he": "bin/he"
- }
- },
- "node_modules/hex-color-regex": {
- "version": "1.1.0",
- "resolved": "https://registry.npmmirror.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz",
- "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==",
- "dev": true
- },
- "node_modules/highlight.js": {
- "version": "10.7.3",
- "resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-10.7.3.tgz",
- "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",
- "dev": true,
- "engines": {
- "node": "*"
- }
- },
"node_modules/hmac-drbg": {
"version": "1.0.1",
"resolved": "https://registry.npmmirror.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
"integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"hash.js": "^1.0.3",
"minimalistic-assert": "^1.0.0",
"minimalistic-crypto-utils": "^1.0.1"
}
},
- "node_modules/hoopy": {
- "version": "0.1.4",
- "resolved": "https://registry.npmmirror.com/hoopy/-/hoopy-0.1.4.tgz",
- "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==",
+ "node_modules/hookable": {
+ "version": "5.5.3",
+ "resolved": "https://registry.npmmirror.com/hookable/-/hookable-5.5.3.tgz",
+ "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
"dev": true,
- "engines": {
- "node": ">= 6.0.0"
- }
- },
- "node_modules/hosted-git-info": {
- "version": "2.8.9",
- "resolved": "https://registry.npmmirror.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
- "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
- "dev": true
- },
- "node_modules/hpack.js": {
- "version": "2.1.6",
- "resolved": "https://registry.npmmirror.com/hpack.js/-/hpack.js-2.1.6.tgz",
- "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==",
- "dev": true,
- "dependencies": {
- "inherits": "^2.0.1",
- "obuf": "^1.0.0",
- "readable-stream": "^2.0.1",
- "wbuf": "^1.1.0"
- }
- },
- "node_modules/hsl-regex": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/hsl-regex/-/hsl-regex-1.0.0.tgz",
- "integrity": "sha512-M5ezZw4LzXbBKMruP+BNANf0k+19hDQMgpzBIYnya//Al+fjNct9Wf3b1WedLqdEs2hKBvxq/jh+DsHJLj0F9A==",
- "dev": true
- },
- "node_modules/hsla-regex": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/hsla-regex/-/hsla-regex-1.0.0.tgz",
- "integrity": "sha512-7Wn5GMLuHBjZCb2bTmnDOycho0p/7UVaAeqXZGbHrBCl6Yd/xDhQJAXe6Ga9AXJH2I5zY1dEdYw2u1UptnSBJA==",
- "dev": true
- },
- "node_modules/html-encoding-sniffer": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz",
- "integrity": "sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==",
- "dev": true,
- "dependencies": {
- "whatwg-encoding": "^1.0.1"
- }
- },
- "node_modules/html-entities": {
- "version": "1.4.0",
- "resolved": "https://registry.npmmirror.com/html-entities/-/html-entities-1.4.0.tgz",
- "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==",
- "dev": true
- },
- "node_modules/html-minifier": {
- "version": "3.5.21",
- "resolved": "https://registry.npmmirror.com/html-minifier/-/html-minifier-3.5.21.tgz",
- "integrity": "sha512-LKUKwuJDhxNa3uf/LPR/KVjm/l3rBqtYeCOAekvG8F1vItxMUpueGd94i/asDDr8/1u7InxzFA5EeGjhhG5mMA==",
- "dev": true,
- "dependencies": {
- "camel-case": "3.0.x",
- "clean-css": "4.2.x",
- "commander": "2.17.x",
- "he": "1.2.x",
- "param-case": "2.1.x",
- "relateurl": "0.2.x",
- "uglify-js": "3.4.x"
- },
- "bin": {
- "html-minifier": "cli.js"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/html-minifier/node_modules/commander": {
- "version": "2.17.1",
- "resolved": "https://registry.npmmirror.com/commander/-/commander-2.17.1.tgz",
- "integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==",
- "dev": true
+ "license": "MIT"
},
"node_modules/html-tags": {
"version": "3.3.1",
"resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-3.3.1.tgz",
"integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": ">=8"
},
@@ -9949,310 +4710,29 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/html-webpack-plugin": {
- "version": "3.2.0",
- "resolved": "https://registry.npmmirror.com/html-webpack-plugin/-/html-webpack-plugin-3.2.0.tgz",
- "integrity": "sha512-Br4ifmjQojUP4EmHnRBoUIYcZ9J7M4bTMcm7u6xoIAIuq2Nte4TzXX0533owvkQKQD1WeMTTTyD4Ni4QKxS0Bg==",
- "deprecated": "3.x is no longer supported",
- "dev": true,
- "dependencies": {
- "html-minifier": "^3.2.3",
- "loader-utils": "^0.2.16",
- "lodash": "^4.17.3",
- "pretty-error": "^2.0.2",
- "tapable": "^1.0.0",
- "toposort": "^1.0.0",
- "util.promisify": "1.0.0"
- },
- "engines": {
- "node": ">=6.9"
- },
- "peerDependencies": {
- "webpack": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
- }
- },
- "node_modules/html-webpack-plugin/node_modules/big.js": {
- "version": "3.2.0",
- "resolved": "https://registry.npmmirror.com/big.js/-/big.js-3.2.0.tgz",
- "integrity": "sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==",
- "dev": true,
- "engines": {
- "node": "*"
- }
- },
- "node_modules/html-webpack-plugin/node_modules/emojis-list": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/emojis-list/-/emojis-list-2.1.0.tgz",
- "integrity": "sha512-knHEZMgs8BB+MInokmNTg/OyPlAddghe1YBgNwJBc5zsJi/uyIcXoSDsL/W9ymOsBoBGdPIHXYJ9+qKFwRwDng==",
- "dev": true,
- "engines": {
- "node": ">= 0.10"
- }
- },
- "node_modules/html-webpack-plugin/node_modules/json5": {
- "version": "0.5.1",
- "resolved": "https://registry.npmmirror.com/json5/-/json5-0.5.1.tgz",
- "integrity": "sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==",
- "dev": true,
- "bin": {
- "json5": "lib/cli.js"
- }
- },
- "node_modules/html-webpack-plugin/node_modules/loader-utils": {
- "version": "0.2.17",
- "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-0.2.17.tgz",
- "integrity": "sha512-tiv66G0SmiOx+pLWMtGEkfSEejxvb6N6uRrQjfWJIT79W9GMpgKeCAmm9aVBKtd4WEgntciI8CsGqjpDoCWJug==",
- "dev": true,
- "dependencies": {
- "big.js": "^3.1.3",
- "emojis-list": "^2.0.0",
- "json5": "^0.5.0",
- "object-assign": "^4.0.1"
- }
- },
- "node_modules/html-webpack-plugin/node_modules/toposort": {
- "version": "1.0.7",
- "resolved": "https://registry.npmmirror.com/toposort/-/toposort-1.0.7.tgz",
- "integrity": "sha512-FclLrw8b9bMWf4QlCJuHBEVhSRsqDj6u3nIjAzPeJvgl//1hBlffdlk0MALceL14+koWEdU4ofRAXofbODxQzg==",
- "dev": true
- },
- "node_modules/html-webpack-plugin/node_modules/util.promisify": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/util.promisify/-/util.promisify-1.0.0.tgz",
- "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==",
- "dev": true,
- "dependencies": {
- "define-properties": "^1.1.2",
- "object.getownpropertydescriptors": "^2.0.3"
- }
- },
- "node_modules/htmlparser2": {
- "version": "6.1.0",
- "resolved": "https://registry.npmmirror.com/htmlparser2/-/htmlparser2-6.1.0.tgz",
- "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
- "dev": true,
- "funding": [
- "https://github.com/fb55/htmlparser2?sponsor=1",
- {
- "type": "github",
- "url": "https://github.com/sponsors/fb55"
- }
- ],
- "dependencies": {
- "domelementtype": "^2.0.1",
- "domhandler": "^4.0.0",
- "domutils": "^2.5.2",
- "entities": "^2.0.0"
- }
- },
- "node_modules/htmlparser2/node_modules/dom-serializer": {
- "version": "1.4.1",
- "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-1.4.1.tgz",
- "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==",
- "dev": true,
- "dependencies": {
- "domelementtype": "^2.0.1",
- "domhandler": "^4.2.0",
- "entities": "^2.0.0"
- },
- "funding": {
- "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
- }
- },
- "node_modules/htmlparser2/node_modules/domelementtype": {
- "version": "2.3.0",
- "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz",
- "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/fb55"
- }
- ]
- },
- "node_modules/htmlparser2/node_modules/domutils": {
- "version": "2.8.0",
- "resolved": "https://registry.npmmirror.com/domutils/-/domutils-2.8.0.tgz",
- "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
- "dev": true,
- "dependencies": {
- "dom-serializer": "^1.0.1",
- "domelementtype": "^2.2.0",
- "domhandler": "^4.2.0"
- },
- "funding": {
- "url": "https://github.com/fb55/domutils?sponsor=1"
- }
- },
- "node_modules/htmlparser2/node_modules/entities": {
- "version": "2.2.0",
- "resolved": "https://registry.npmmirror.com/entities/-/entities-2.2.0.tgz",
- "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
- "dev": true,
- "funding": {
- "url": "https://github.com/fb55/entities?sponsor=1"
- }
- },
- "node_modules/http-deceiver": {
- "version": "1.2.7",
- "resolved": "https://registry.npmmirror.com/http-deceiver/-/http-deceiver-1.2.7.tgz",
- "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==",
- "dev": true
- },
- "node_modules/http-errors": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz",
- "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
- "dev": true,
- "dependencies": {
- "depd": "2.0.0",
- "inherits": "2.0.4",
- "setprototypeof": "1.2.0",
- "statuses": "2.0.1",
- "toidentifier": "1.0.1"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/http-errors/node_modules/statuses": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
- "dev": true,
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/http-parser-js": {
- "version": "0.5.8",
- "resolved": "https://registry.npmmirror.com/http-parser-js/-/http-parser-js-0.5.8.tgz",
- "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==",
- "dev": true
- },
- "node_modules/http-proxy": {
- "version": "1.18.1",
- "resolved": "https://registry.npmmirror.com/http-proxy/-/http-proxy-1.18.1.tgz",
- "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
- "dev": true,
- "dependencies": {
- "eventemitter3": "^4.0.0",
- "follow-redirects": "^1.0.0",
- "requires-port": "^1.0.0"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/http-proxy-middleware": {
- "version": "1.3.1",
- "resolved": "https://registry.npmmirror.com/http-proxy-middleware/-/http-proxy-middleware-1.3.1.tgz",
- "integrity": "sha512-13eVVDYS4z79w7f1+NPllJtOQFx/FdUW4btIvVRMaRlUY9VGstAbo5MOhLEuUgZFRHn3x50ufn25zkj/boZnEg==",
- "dev": true,
- "dependencies": {
- "@types/http-proxy": "^1.17.5",
- "http-proxy": "^1.18.1",
- "is-glob": "^4.0.1",
- "is-plain-obj": "^3.0.0",
- "micromatch": "^4.0.2"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/http-proxy-middleware/node_modules/braces": {
- "version": "3.0.3",
- "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
- "dev": true,
- "dependencies": {
- "fill-range": "^7.1.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/http-proxy-middleware/node_modules/fill-range": {
- "version": "7.1.1",
- "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
- "dev": true,
- "dependencies": {
- "to-regex-range": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/http-proxy-middleware/node_modules/is-number": {
- "version": "7.0.0",
- "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
- "dev": true,
- "engines": {
- "node": ">=0.12.0"
- }
- },
- "node_modules/http-proxy-middleware/node_modules/micromatch": {
- "version": "4.0.8",
- "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
- "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
- "dev": true,
- "dependencies": {
- "braces": "^3.0.3",
- "picomatch": "^2.3.1"
- },
- "engines": {
- "node": ">=8.6"
- }
- },
- "node_modules/http-proxy-middleware/node_modules/to-regex-range": {
- "version": "5.0.1",
- "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
- "dev": true,
- "dependencies": {
- "is-number": "^7.0.0"
- },
- "engines": {
- "node": ">=8.0"
- }
- },
- "node_modules/http-signature": {
- "version": "1.2.0",
- "resolved": "https://registry.npmmirror.com/http-signature/-/http-signature-1.2.0.tgz",
- "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==",
- "dev": true,
- "dependencies": {
- "assert-plus": "^1.0.0",
- "jsprim": "^1.2.2",
- "sshpk": "^1.7.0"
- },
- "engines": {
- "node": ">=0.8",
- "npm": ">=1.3.7"
- }
- },
"node_modules/https-browserify": {
"version": "1.0.0",
"resolved": "https://registry.npmmirror.com/https-browserify/-/https-browserify-1.0.0.tgz",
"integrity": "sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/human-signals": {
- "version": "1.1.1",
- "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-1.1.1.tgz",
- "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==",
+ "version": "8.0.0",
+ "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-8.0.0.tgz",
+ "integrity": "sha512-/1/GPCpDUCCYwlERiYjxoczfP0zfvZMU/OWgQPMya9AbAE24vseigFdhAMObpc8Q4lc/kjutPfUddDYyAmejnA==",
"dev": true,
+ "license": "Apache-2.0",
"engines": {
- "node": ">=8.12.0"
+ "node": ">=18.18.0"
}
},
"node_modules/humanize-ms": {
"version": "1.2.1",
"resolved": "https://registry.npmmirror.com/humanize-ms/-/humanize-ms-1.2.1.tgz",
"integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",
+ "license": "MIT",
"dependencies": {
"ms": "^2.0.0"
}
@@ -10261,46 +4741,12 @@
"version": "0.6.3",
"resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
+ "license": "MIT",
"dependencies": {
"safer-buffer": ">= 2.1.2 < 3.0.0"
},
"engines": {
"node": ">=0.10.0"
- }
- },
- "node_modules/icss-utils": {
- "version": "4.1.1",
- "resolved": "https://registry.npmmirror.com/icss-utils/-/icss-utils-4.1.1.tgz",
- "integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==",
- "dev": true,
- "dependencies": {
- "postcss": "^7.0.14"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/icss-utils/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/icss-utils/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
}
},
"node_modules/ieee754": {
@@ -10321,28 +4767,24 @@
"type": "consulting",
"url": "https://feross.org/support"
}
- ]
+ ],
+ "license": "BSD-3-Clause",
+ "peer": true
},
"node_modules/iferr": {
"version": "0.1.5",
"resolved": "https://registry.npmmirror.com/iferr/-/iferr-0.1.5.tgz",
"integrity": "sha512-DUNFN5j7Tln0D+TxzloUjKB+CtVu6myn0JEFak6dG18mNt9YkQ6lzGCdafwofISZ1lLF3xRHJ98VKy9ynkcFaA==",
- "dev": true
- },
- "node_modules/ignore": {
- "version": "4.0.6",
- "resolved": "https://registry.npmmirror.com/ignore/-/ignore-4.0.6.tgz",
- "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
"dev": true,
- "engines": {
- "node": ">= 4"
- }
+ "license": "MIT",
+ "peer": true
},
"node_modules/image-size": {
"version": "0.5.5",
"resolved": "https://registry.npmmirror.com/image-size/-/image-size-0.5.5.tgz",
"integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==",
"dev": true,
+ "license": "MIT",
"optional": true,
"bin": {
"image-size": "bin/image-size.js"
@@ -10351,143 +4793,40 @@
"node": ">=0.10.0"
}
},
- "node_modules/import-cwd": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/import-cwd/-/import-cwd-2.1.0.tgz",
- "integrity": "sha512-Ew5AZzJQFqrOV5BTW3EIoHAnoie1LojZLXKcCQ/yTRyVZosBhK1x1ViYjHGf5pAFOq8ZyChZp6m/fSN7pJyZtg==",
+ "node_modules/immutable": {
+ "version": "5.0.3",
+ "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.0.3.tgz",
+ "integrity": "sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==",
"dev": true,
- "dependencies": {
- "import-from": "^2.1.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/import-fresh": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-2.0.0.tgz",
- "integrity": "sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==",
- "dev": true,
- "dependencies": {
- "caller-path": "^2.0.0",
- "resolve-from": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/import-from": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/import-from/-/import-from-2.1.0.tgz",
- "integrity": "sha512-0vdnLL2wSGnhlRmzHJAg5JHjt1l2vYhzJ7tNLGbeVg0fse56tpGaH0uzH+r9Slej+BSXXEHvBKDEnVSLLE9/+w==",
- "dev": true,
- "dependencies": {
- "resolve-from": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/import-local": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/import-local/-/import-local-2.0.0.tgz",
- "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==",
- "dev": true,
- "dependencies": {
- "pkg-dir": "^3.0.0",
- "resolve-cwd": "^2.0.0"
- },
- "bin": {
- "import-local-fixture": "fixtures/cli.js"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/import-local/node_modules/find-up": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/find-up/-/find-up-3.0.0.tgz",
- "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
- "dev": true,
- "dependencies": {
- "locate-path": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/import-local/node_modules/locate-path": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-3.0.0.tgz",
- "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
- "dev": true,
- "dependencies": {
- "p-locate": "^3.0.0",
- "path-exists": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/import-local/node_modules/p-locate": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-3.0.0.tgz",
- "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
- "dev": true,
- "dependencies": {
- "p-limit": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/import-local/node_modules/path-exists": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-3.0.0.tgz",
- "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/import-local/node_modules/pkg-dir": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/pkg-dir/-/pkg-dir-3.0.0.tgz",
- "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==",
- "dev": true,
- "dependencies": {
- "find-up": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
+ "license": "MIT"
},
"node_modules/imurmurhash": {
"version": "0.1.4",
"resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.8.19"
}
- },
- "node_modules/indexes-of": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/indexes-of/-/indexes-of-1.0.1.tgz",
- "integrity": "sha512-bup+4tap3Hympa+JBJUG7XuOsdNQ6fxt0MHyXMKuLBKn0OqsTfvUxkUrroEX1+B2VsSHvCjiIcZVxRtYa4nllA==",
- "dev": true
},
"node_modules/infer-owner": {
"version": "1.0.4",
"resolved": "https://registry.npmmirror.com/infer-owner/-/infer-owner-1.0.4.tgz",
"integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==",
- "dev": true
+ "dev": true,
+ "license": "ISC",
+ "peer": true
},
"node_modules/inflight": {
"version": "1.0.6",
"resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
"deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
+ "dev": true,
+ "license": "ISC",
+ "peer": true,
"dependencies": {
"once": "^1.3.0",
"wrappy": "1"
@@ -10496,314 +4835,21 @@
"node_modules/inherits": {
"version": "2.0.4",
"resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
- },
- "node_modules/ini": {
- "version": "1.3.8",
- "resolved": "https://registry.npmmirror.com/ini/-/ini-1.3.8.tgz",
- "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
- "dev": true
- },
- "node_modules/inquirer": {
- "version": "7.3.3",
- "resolved": "https://registry.npmmirror.com/inquirer/-/inquirer-7.3.3.tgz",
- "integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==",
- "dev": true,
- "dependencies": {
- "ansi-escapes": "^4.2.1",
- "chalk": "^4.1.0",
- "cli-cursor": "^3.1.0",
- "cli-width": "^3.0.0",
- "external-editor": "^3.0.3",
- "figures": "^3.0.0",
- "lodash": "^4.17.19",
- "mute-stream": "0.0.8",
- "run-async": "^2.4.0",
- "rxjs": "^6.6.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0",
- "through": "^2.3.6"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- },
- "node_modules/inquirer/node_modules/ansi-styles": {
- "version": "4.3.0",
- "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
- "dev": true,
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/inquirer/node_modules/chalk": {
- "version": "4.1.2",
- "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/inquirer/node_modules/cli-cursor": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/cli-cursor/-/cli-cursor-3.1.0.tgz",
- "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
- "dev": true,
- "dependencies": {
- "restore-cursor": "^3.1.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/inquirer/node_modules/color-convert": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dev": true,
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/inquirer/node_modules/color-name": {
- "version": "1.1.4",
- "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "dev": true
- },
- "node_modules/inquirer/node_modules/has-flag": {
- "version": "4.0.0",
- "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/inquirer/node_modules/mimic-fn": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz",
- "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/inquirer/node_modules/onetime": {
- "version": "5.1.2",
- "resolved": "https://registry.npmmirror.com/onetime/-/onetime-5.1.2.tgz",
- "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
- "dev": true,
- "dependencies": {
- "mimic-fn": "^2.1.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/inquirer/node_modules/restore-cursor": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/restore-cursor/-/restore-cursor-3.1.0.tgz",
- "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
- "dev": true,
- "dependencies": {
- "onetime": "^5.1.0",
- "signal-exit": "^3.0.2"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/inquirer/node_modules/supports-color": {
- "version": "7.2.0",
- "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "dev": true,
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/internal-ip": {
- "version": "4.3.0",
- "resolved": "https://registry.npmmirror.com/internal-ip/-/internal-ip-4.3.0.tgz",
- "integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==",
- "dev": true,
- "dependencies": {
- "default-gateway": "^4.2.0",
- "ipaddr.js": "^1.9.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/internal-ip/node_modules/default-gateway": {
- "version": "4.2.0",
- "resolved": "https://registry.npmmirror.com/default-gateway/-/default-gateway-4.2.0.tgz",
- "integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==",
- "dev": true,
- "dependencies": {
- "execa": "^1.0.0",
- "ip-regex": "^2.1.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/internal-slot": {
- "version": "1.0.7",
- "resolved": "https://registry.npmmirror.com/internal-slot/-/internal-slot-1.0.7.tgz",
- "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==",
- "dev": true,
- "dependencies": {
- "es-errors": "^1.3.0",
- "hasown": "^2.0.0",
- "side-channel": "^1.0.4"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/interpret": {
- "version": "1.4.0",
- "resolved": "https://registry.npmmirror.com/interpret/-/interpret-1.4.0.tgz",
- "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==",
- "dev": true,
- "engines": {
- "node": ">= 0.10"
- }
- },
- "node_modules/ip": {
- "version": "1.1.9",
- "resolved": "https://registry.npmmirror.com/ip/-/ip-1.1.9.tgz",
- "integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==",
- "dev": true
- },
- "node_modules/ip-regex": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/ip-regex/-/ip-regex-2.1.0.tgz",
- "integrity": "sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/ipaddr.js": {
- "version": "1.9.1",
- "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
- "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
- "dev": true,
- "engines": {
- "node": ">= 0.10"
- }
- },
- "node_modules/is-absolute-url": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz",
- "integrity": "sha512-vOx7VprsKyllwjSkLV79NIhpyLfr3jAp7VaTCMXOJHu4m0Ew1CZ2fcjASwmV1jI3BWuWHB013M48eyeldk9gYg==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
+ "license": "ISC"
},
"node_modules/is-accessor-descriptor": {
"version": "1.0.1",
"resolved": "https://registry.npmmirror.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz",
"integrity": "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"hasown": "^2.0.0"
},
"engines": {
"node": ">= 0.10"
- }
- },
- "node_modules/is-arguments": {
- "version": "1.1.1",
- "resolved": "https://registry.npmmirror.com/is-arguments/-/is-arguments-1.1.1.tgz",
- "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.2",
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-array-buffer": {
- "version": "3.0.4",
- "resolved": "https://registry.npmmirror.com/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
- "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.2",
- "get-intrinsic": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-arrayish": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.2.1.tgz",
- "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
- "dev": true
- },
- "node_modules/is-async-function": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/is-async-function/-/is-async-function-2.0.0.tgz",
- "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==",
- "dev": true,
- "dependencies": {
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-bigint": {
- "version": "1.0.4",
- "resolved": "https://registry.npmmirror.com/is-bigint/-/is-bigint-1.0.4.tgz",
- "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
- "dev": true,
- "dependencies": {
- "has-bigints": "^1.0.1"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-binary-path": {
@@ -10811,7 +4857,9 @@
"resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
"dev": true,
+ "license": "MIT",
"optional": true,
+ "peer": true,
"dependencies": {
"binary-extensions": "^2.0.0"
},
@@ -10819,91 +4867,27 @@
"node": ">=8"
}
},
- "node_modules/is-boolean-object": {
- "version": "1.1.2",
- "resolved": "https://registry.npmmirror.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
- "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.2",
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-buffer": {
"version": "1.1.6",
"resolved": "https://registry.npmmirror.com/is-buffer/-/is-buffer-1.1.6.tgz",
"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
- "dev": true
- },
- "node_modules/is-callable": {
- "version": "1.2.7",
- "resolved": "https://registry.npmmirror.com/is-callable/-/is-callable-1.2.7.tgz",
- "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
"dev": true,
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-ci": {
- "version": "1.2.1",
- "resolved": "https://registry.npmmirror.com/is-ci/-/is-ci-1.2.1.tgz",
- "integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==",
- "dev": true,
- "dependencies": {
- "ci-info": "^1.5.0"
- },
- "bin": {
- "is-ci": "bin.js"
- }
+ "license": "MIT",
+ "peer": true
},
"node_modules/is-class-hotfix": {
"version": "0.0.6",
"resolved": "https://registry.npmmirror.com/is-class-hotfix/-/is-class-hotfix-0.0.6.tgz",
- "integrity": "sha512-0n+pzCC6ICtVr/WXnN2f03TK/3BfXY7me4cjCAqT8TYXEl0+JBRoqBo94JJHXcyDSLUeWbNX8Fvy5g5RJdAstQ=="
- },
- "node_modules/is-color-stop": {
- "version": "1.1.0",
- "resolved": "https://registry.npmmirror.com/is-color-stop/-/is-color-stop-1.1.0.tgz",
- "integrity": "sha512-H1U8Vz0cfXNujrJzEcvvwMDW9Ra+biSYA3ThdQvAnMLJkEHQXn6bWzLkxHtVYJ+Sdbx0b6finn3jZiaVe7MAHA==",
- "dev": true,
- "dependencies": {
- "css-color-names": "^0.0.4",
- "hex-color-regex": "^1.1.0",
- "hsl-regex": "^1.0.0",
- "hsla-regex": "^1.0.0",
- "rgb-regex": "^1.0.1",
- "rgba-regex": "^1.0.0"
- }
- },
- "node_modules/is-core-module": {
- "version": "2.15.1",
- "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.15.1.tgz",
- "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
- "dev": true,
- "dependencies": {
- "hasown": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
+ "integrity": "sha512-0n+pzCC6ICtVr/WXnN2f03TK/3BfXY7me4cjCAqT8TYXEl0+JBRoqBo94JJHXcyDSLUeWbNX8Fvy5g5RJdAstQ==",
+ "license": "MIT"
},
"node_modules/is-data-descriptor": {
"version": "1.0.1",
"resolved": "https://registry.npmmirror.com/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz",
"integrity": "sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"hasown": "^2.0.0"
},
@@ -10911,41 +4895,13 @@
"node": ">= 0.4"
}
},
- "node_modules/is-data-view": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/is-data-view/-/is-data-view-1.0.1.tgz",
- "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==",
- "dev": true,
- "dependencies": {
- "is-typed-array": "^1.1.13"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-date-object": {
- "version": "1.0.5",
- "resolved": "https://registry.npmmirror.com/is-date-object/-/is-date-object-1.0.5.tgz",
- "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
- "dev": true,
- "dependencies": {
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-descriptor": {
- "version": "0.1.7",
- "resolved": "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-0.1.7.tgz",
- "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
+ "version": "1.0.3",
+ "resolved": "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-1.0.3.tgz",
+ "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"is-accessor-descriptor": "^1.0.1",
"is-data-descriptor": "^1.0.1"
@@ -10954,34 +4910,32 @@
"node": ">= 0.4"
}
},
- "node_modules/is-directory": {
- "version": "0.3.1",
- "resolved": "https://registry.npmmirror.com/is-directory/-/is-directory-0.3.1.tgz",
- "integrity": "sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/is-docker": {
- "version": "2.2.1",
- "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz",
- "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz",
+ "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
"dev": true,
+ "license": "MIT",
"bin": {
"is-docker": "cli.js"
},
"engines": {
- "node": ">=8"
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-extendable": {
- "version": "0.1.1",
- "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
- "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-1.0.1.tgz",
+ "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
+ "dependencies": {
+ "is-plain-object": "^2.0.4"
+ },
"engines": {
"node": ">=0.10.0"
}
@@ -10991,47 +4945,11 @@
"resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
"dev": true,
+ "license": "MIT",
+ "optional": true,
+ "peer": true,
"engines": {
"node": ">=0.10.0"
- }
- },
- "node_modules/is-finalizationregistry": {
- "version": "1.1.0",
- "resolved": "https://registry.npmmirror.com/is-finalizationregistry/-/is-finalizationregistry-1.1.0.tgz",
- "integrity": "sha512-qfMdqbAQEwBw78ZyReKnlA8ezmPdb9BemzIIip/JkjaZUhitfXDkkr+3QTboW0JrSXT1QWyYShpvnNHGZ4c4yA==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-fullwidth-code-point": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/is-generator-function": {
- "version": "1.0.10",
- "resolved": "https://registry.npmmirror.com/is-generator-function/-/is-generator-function-1.0.10.tgz",
- "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
- "dev": true,
- "dependencies": {
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-glob": {
@@ -11039,6 +4957,9 @@
"resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
"dev": true,
+ "license": "MIT",
+ "optional": true,
+ "peer": true,
"dependencies": {
"is-extglob": "^2.1.1"
},
@@ -11046,28 +4967,23 @@
"node": ">=0.10.0"
}
},
- "node_modules/is-map": {
- "version": "2.0.3",
- "resolved": "https://registry.npmmirror.com/is-map/-/is-map-2.0.3.tgz",
- "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
+ "node_modules/is-inside-container": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz",
+ "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
"dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-docker": "^3.0.0"
+ },
+ "bin": {
+ "is-inside-container": "cli.js"
+ },
"engines": {
- "node": ">= 0.4"
+ "node": ">=14.16"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-negative-zero": {
- "version": "2.0.3",
- "resolved": "https://registry.npmmirror.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
- "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
- "dev": true,
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-number": {
@@ -11075,6 +4991,8 @@
"resolved": "https://registry.npmmirror.com/is-number/-/is-number-3.0.0.tgz",
"integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"kind-of": "^3.0.2"
},
@@ -11082,26 +5000,13 @@
"node": ">=0.10.0"
}
},
- "node_modules/is-number-object": {
- "version": "1.0.7",
- "resolved": "https://registry.npmmirror.com/is-number-object/-/is-number-object-1.0.7.tgz",
- "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
- "dev": true,
- "dependencies": {
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-number/node_modules/kind-of": {
"version": "3.2.2",
"resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-3.2.2.tgz",
"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"is-buffer": "^1.1.5"
},
@@ -11109,55 +5014,14 @@
"node": ">=0.10.0"
}
},
- "node_modules/is-obj": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/is-obj/-/is-obj-2.0.0.tgz",
- "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/is-path-cwd": {
- "version": "2.2.0",
- "resolved": "https://registry.npmmirror.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz",
- "integrity": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/is-path-in-cwd": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz",
- "integrity": "sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==",
- "dev": true,
- "dependencies": {
- "is-path-inside": "^2.1.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/is-path-inside": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/is-path-inside/-/is-path-inside-2.1.0.tgz",
- "integrity": "sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==",
- "dev": true,
- "dependencies": {
- "path-is-inside": "^1.0.2"
- },
- "engines": {
- "node": ">=6"
- }
- },
"node_modules/is-plain-obj": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz",
- "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==",
+ "version": "4.1.0",
+ "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
+ "integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
"dev": true,
+ "license": "MIT",
"engines": {
- "node": ">=10"
+ "node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
@@ -11168,6 +5032,7 @@
"resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-2.0.4.tgz",
"integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"isobject": "^3.0.1"
},
@@ -11175,205 +5040,102 @@
"node": ">=0.10.0"
}
},
- "node_modules/is-regex": {
- "version": "1.1.4",
- "resolved": "https://registry.npmmirror.com/is-regex/-/is-regex-1.1.4.tgz",
- "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.2",
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-resolvable": {
- "version": "1.1.0",
- "resolved": "https://registry.npmmirror.com/is-resolvable/-/is-resolvable-1.1.0.tgz",
- "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==",
- "dev": true
- },
- "node_modules/is-set": {
- "version": "2.0.3",
- "resolved": "https://registry.npmmirror.com/is-set/-/is-set-2.0.3.tgz",
- "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
- "dev": true,
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-shared-array-buffer": {
- "version": "1.0.3",
- "resolved": "https://registry.npmmirror.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz",
- "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-stream": {
- "version": "1.1.0",
- "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-1.1.0.tgz",
- "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==",
+ "version": "4.0.1",
+ "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-4.0.1.tgz",
+ "integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==",
"dev": true,
+ "license": "MIT",
"engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/is-string": {
- "version": "1.0.7",
- "resolved": "https://registry.npmmirror.com/is-string/-/is-string-1.0.7.tgz",
- "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
- "dev": true,
- "dependencies": {
- "has-tostringtag": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
+ "node": ">=18"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-symbol": {
- "version": "1.0.4",
- "resolved": "https://registry.npmmirror.com/is-symbol/-/is-symbol-1.0.4.tgz",
- "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
- "dev": true,
- "dependencies": {
- "has-symbols": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-type-of": {
"version": "1.4.0",
"resolved": "https://registry.npmmirror.com/is-type-of/-/is-type-of-1.4.0.tgz",
"integrity": "sha512-EddYllaovi5ysMLMEN7yzHEKh8A850cZ7pykrY1aNRQGn/CDjRDE9qEWbIdt7xGEVJmjBXzU/fNnC4ABTm8tEQ==",
+ "license": "MIT",
"dependencies": {
"core-util-is": "^1.0.2",
"is-class-hotfix": "~0.0.6",
"isstream": "~0.1.2"
}
},
- "node_modules/is-typed-array": {
- "version": "1.1.13",
- "resolved": "https://registry.npmmirror.com/is-typed-array/-/is-typed-array-1.1.13.tgz",
- "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==",
+ "node_modules/is-unicode-supported": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmmirror.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
+ "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
"dev": true,
- "dependencies": {
- "which-typed-array": "^1.1.14"
- },
+ "license": "MIT",
"engines": {
- "node": ">= 0.4"
+ "node": ">=18"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-typedarray": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/is-typedarray/-/is-typedarray-1.0.0.tgz",
- "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",
- "dev": true
- },
- "node_modules/is-weakmap": {
- "version": "2.0.2",
- "resolved": "https://registry.npmmirror.com/is-weakmap/-/is-weakmap-2.0.2.tgz",
- "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
- "dev": true,
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-weakref": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/is-weakref/-/is-weakref-1.0.2.tgz",
- "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-weakset": {
- "version": "2.0.3",
- "resolved": "https://registry.npmmirror.com/is-weakset/-/is-weakset-2.0.3.tgz",
- "integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "get-intrinsic": "^1.2.4"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/is-what": {
- "version": "3.14.1",
- "resolved": "https://registry.npmmirror.com/is-what/-/is-what-3.14.1.tgz",
- "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==",
- "dev": true
+ "version": "4.1.16",
+ "resolved": "https://registry.npmmirror.com/is-what/-/is-what-4.1.16.tgz",
+ "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=12.13"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/mesqueeb"
+ }
},
"node_modules/is-windows": {
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/is-windows/-/is-windows-1.0.2.tgz",
"integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/is-wsl": {
- "version": "1.1.0",
- "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-1.1.0.tgz",
- "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==",
+ "version": "3.1.0",
+ "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.0.tgz",
+ "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
"dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "is-inside-container": "^1.0.0"
+ },
"engines": {
- "node": ">=4"
+ "node": ">=16"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/isarray": {
"version": "1.0.0",
"resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
- "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
+ "license": "MIT"
},
"node_modules/isexe": {
"version": "2.0.0",
"resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
- "dev": true
+ "dev": true,
+ "license": "ISC"
},
"node_modules/isobject": {
"version": "3.0.1",
"resolved": "https://registry.npmmirror.com/isobject/-/isobject-3.0.1.tgz",
"integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": ">=0.10.0"
}
@@ -11381,262 +5143,28 @@
"node_modules/isstream": {
"version": "0.1.2",
"resolved": "https://registry.npmmirror.com/isstream/-/isstream-0.1.2.tgz",
- "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g=="
- },
- "node_modules/jackspeak": {
- "version": "3.4.3",
- "resolved": "https://registry.npmmirror.com/jackspeak/-/jackspeak-3.4.3.tgz",
- "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
- "dev": true,
- "dependencies": {
- "@isaacs/cliui": "^8.0.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- },
- "optionalDependencies": {
- "@pkgjs/parseargs": "^0.11.0"
- }
- },
- "node_modules/javascript-stringify": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/javascript-stringify/-/javascript-stringify-2.1.0.tgz",
- "integrity": "sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==",
- "dev": true
+ "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==",
+ "license": "MIT"
},
"node_modules/js-base64": {
"version": "2.6.4",
"resolved": "https://registry.npmmirror.com/js-base64/-/js-base64-2.6.4.tgz",
- "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ=="
- },
- "node_modules/js-beautify": {
- "version": "1.15.1",
- "resolved": "https://registry.npmmirror.com/js-beautify/-/js-beautify-1.15.1.tgz",
- "integrity": "sha512-ESjNzSlt/sWE8sciZH8kBF8BPlwXPwhR6pWKAw8bw4Bwj+iZcnKW6ONWUutJ7eObuBZQpiIb8S7OYspWrKt7rA==",
- "dev": true,
- "dependencies": {
- "config-chain": "^1.1.13",
- "editorconfig": "^1.0.4",
- "glob": "^10.3.3",
- "js-cookie": "^3.0.5",
- "nopt": "^7.2.0"
- },
- "bin": {
- "css-beautify": "js/bin/css-beautify.js",
- "html-beautify": "js/bin/html-beautify.js",
- "js-beautify": "js/bin/js-beautify.js"
- },
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/js-beautify/node_modules/glob": {
- "version": "10.4.5",
- "resolved": "https://registry.npmmirror.com/glob/-/glob-10.4.5.tgz",
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
- "dev": true,
- "dependencies": {
- "foreground-child": "^3.1.0",
- "jackspeak": "^3.1.2",
- "minimatch": "^9.0.4",
- "minipass": "^7.1.2",
- "package-json-from-dist": "^1.0.0",
- "path-scurry": "^1.11.1"
- },
- "bin": {
- "glob": "dist/esm/bin.mjs"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/js-beautify/node_modules/minimatch": {
- "version": "9.0.5",
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.5.tgz",
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
- "dev": true,
- "dependencies": {
- "brace-expansion": "^2.0.1"
- },
- "engines": {
- "node": ">=16 || 14 >=14.17"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/js-beautify/node_modules/minipass": {
- "version": "7.1.2",
- "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz",
- "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
- "dev": true,
- "engines": {
- "node": ">=16 || 14 >=14.17"
- }
- },
- "node_modules/js-binary-schema-parser": {
- "version": "2.0.3",
- "resolved": "https://registry.npmmirror.com/js-binary-schema-parser/-/js-binary-schema-parser-2.0.3.tgz",
- "integrity": "sha512-xezGJmOb4lk/M1ZZLTR/jaBHQ4gG/lqQnJqdIv4721DMggsa1bDVlHXNeHYogaIEHD9vCRv0fcL4hMA+Coarkg=="
- },
- "node_modules/js-cookie": {
- "version": "3.0.5",
- "resolved": "https://registry.npmmirror.com/js-cookie/-/js-cookie-3.0.5.tgz",
- "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==",
- "engines": {
- "node": ">=14"
- }
- },
- "node_modules/js-message": {
- "version": "1.0.7",
- "resolved": "https://registry.npmmirror.com/js-message/-/js-message-1.0.7.tgz",
- "integrity": "sha512-efJLHhLjIyKRewNS9EGZ4UpI8NguuL6fKkhRxVuMmrGV2xN/0APGdQYwLFky5w9naebSZ0OwAGp0G6/2Cg90rA==",
- "dev": true,
- "engines": {
- "node": ">=0.6.0"
- }
+ "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==",
+ "license": "BSD-3-Clause"
},
"node_modules/js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
- "dev": true
- },
- "node_modules/js-yaml": {
- "version": "3.13.1",
- "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-3.13.1.tgz",
- "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==",
"dev": true,
- "dependencies": {
- "argparse": "^1.0.7",
- "esprima": "^4.0.0"
- },
- "bin": {
- "js-yaml": "bin/js-yaml.js"
- }
- },
- "node_modules/jsbn": {
- "version": "0.1.1",
- "resolved": "https://registry.npmmirror.com/jsbn/-/jsbn-0.1.1.tgz",
- "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==",
- "dev": true
- },
- "node_modules/jsdom": {
- "version": "15.2.1",
- "resolved": "https://registry.npmmirror.com/jsdom/-/jsdom-15.2.1.tgz",
- "integrity": "sha512-fAl1W0/7T2G5vURSyxBzrJ1LSdQn6Tr5UX/xD4PXDx/PDgwygedfW6El/KIj3xJ7FU61TTYnc/l/B7P49Eqt6g==",
- "dev": true,
- "dependencies": {
- "abab": "^2.0.0",
- "acorn": "^7.1.0",
- "acorn-globals": "^4.3.2",
- "array-equal": "^1.0.0",
- "cssom": "^0.4.1",
- "cssstyle": "^2.0.0",
- "data-urls": "^1.1.0",
- "domexception": "^1.0.1",
- "escodegen": "^1.11.1",
- "html-encoding-sniffer": "^1.0.2",
- "nwsapi": "^2.2.0",
- "parse5": "5.1.0",
- "pn": "^1.1.0",
- "request": "^2.88.0",
- "request-promise-native": "^1.0.7",
- "saxes": "^3.1.9",
- "symbol-tree": "^3.2.2",
- "tough-cookie": "^3.0.1",
- "w3c-hr-time": "^1.0.1",
- "w3c-xmlserializer": "^1.1.2",
- "webidl-conversions": "^4.0.2",
- "whatwg-encoding": "^1.0.5",
- "whatwg-mimetype": "^2.3.0",
- "whatwg-url": "^7.0.0",
- "ws": "^7.0.0",
- "xml-name-validator": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- },
- "peerDependencies": {
- "canvas": "^2.5.0"
- },
- "peerDependenciesMeta": {
- "canvas": {
- "optional": true
- }
- }
- },
- "node_modules/jsdom-global": {
- "version": "3.0.2",
- "resolved": "https://registry.npmmirror.com/jsdom-global/-/jsdom-global-3.0.2.tgz",
- "integrity": "sha512-t1KMcBkz/pT5JrvcJbpUR2u/w1kO9jXctaaGJ0vZDzwFnIvGWw9IDSRciT83kIs8Bnw4qpOl8bQK08V01YgMPg==",
- "dev": true,
- "peerDependencies": {
- "jsdom": ">=10.0.0"
- }
- },
- "node_modules/jsdom/node_modules/acorn": {
- "version": "7.4.1",
- "resolved": "https://registry.npmmirror.com/acorn/-/acorn-7.4.1.tgz",
- "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
- "dev": true,
- "bin": {
- "acorn": "bin/acorn"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/jsdom/node_modules/tough-cookie": {
- "version": "3.0.1",
- "resolved": "https://registry.npmmirror.com/tough-cookie/-/tough-cookie-3.0.1.tgz",
- "integrity": "sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==",
- "dev": true,
- "dependencies": {
- "ip-regex": "^2.1.0",
- "psl": "^1.1.28",
- "punycode": "^2.1.1"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/jsdom/node_modules/tr46": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/tr46/-/tr46-1.0.1.tgz",
- "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==",
- "dev": true,
- "dependencies": {
- "punycode": "^2.1.0"
- }
- },
- "node_modules/jsdom/node_modules/webidl-conversions": {
- "version": "4.0.2",
- "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
- "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==",
- "dev": true
- },
- "node_modules/jsdom/node_modules/whatwg-url": {
- "version": "7.1.0",
- "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-7.1.0.tgz",
- "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
- "dev": true,
- "dependencies": {
- "lodash.sortby": "^4.7.0",
- "tr46": "^1.0.1",
- "webidl-conversions": "^4.0.2"
- }
- },
- "node_modules/jsencrypt": {
- "version": "3.3.2",
- "resolved": "https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.3.2.tgz",
- "integrity": "sha512-arQR1R1ESGdAxY7ZheWr12wCaF2yF47v5qpB76TtV64H1pyGudk9Hvw8Y9tb/FiTIaaTRUyaSnm5T/Y53Ghm/A=="
+ "license": "MIT"
},
"node_modules/jsesc": {
- "version": "3.0.2",
- "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.0.2.tgz",
- "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
+ "version": "3.1.0",
+ "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-3.1.0.tgz",
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
"dev": true,
+ "license": "MIT",
"bin": {
"jsesc": "bin/jsesc"
},
@@ -11648,45 +5176,24 @@
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
"integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
- "dev": true
- },
- "node_modules/json-parse-even-better-errors": {
- "version": "2.3.1",
- "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
- "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
- "dev": true
- },
- "node_modules/json-schema": {
- "version": "0.4.0",
- "resolved": "https://registry.npmmirror.com/json-schema/-/json-schema-0.4.0.tgz",
- "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/json-schema-traverse": {
"version": "0.4.1",
"resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
- "dev": true
- },
- "node_modules/json-stable-stringify-without-jsonify": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
- "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
"dev": true,
"license": "MIT",
"peer": true
- },
- "node_modules/json-stringify-safe": {
- "version": "5.0.1",
- "resolved": "https://registry.npmmirror.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
- "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
- "dev": true
},
"node_modules/json5": {
"version": "2.2.3",
"resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz",
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
"dev": true,
+ "license": "MIT",
"bin": {
"json5": "lib/cli.js"
},
@@ -11695,82 +5202,47 @@
}
},
"node_modules/jsonfile": {
- "version": "4.0.0",
- "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-4.0.0.tgz",
- "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
+ "version": "6.1.0",
+ "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
+ "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
"dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "universalify": "^2.0.0"
+ },
"optionalDependencies": {
"graceful-fs": "^4.1.6"
- }
- },
- "node_modules/jsprim": {
- "version": "1.4.2",
- "resolved": "https://registry.npmmirror.com/jsprim/-/jsprim-1.4.2.tgz",
- "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==",
- "dev": true,
- "dependencies": {
- "assert-plus": "1.0.0",
- "extsprintf": "1.3.0",
- "json-schema": "0.4.0",
- "verror": "1.10.0"
- },
- "engines": {
- "node": ">=0.6.0"
}
},
"node_modules/jstoxml": {
"version": "2.2.9",
"resolved": "https://registry.npmmirror.com/jstoxml/-/jstoxml-2.2.9.tgz",
- "integrity": "sha512-OYWlK0j+roh+eyaMROlNbS5cd5R25Y+IUpdl7cNdB8HNrkgwQzIS7L9MegxOiWNBj9dQhA/yAxiMwCC5mwNoBw=="
- },
- "node_modules/killable": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/killable/-/killable-1.0.1.tgz",
- "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==",
- "dev": true
+ "integrity": "sha512-OYWlK0j+roh+eyaMROlNbS5cd5R25Y+IUpdl7cNdB8HNrkgwQzIS7L9MegxOiWNBj9dQhA/yAxiMwCC5mwNoBw==",
+ "license": "MIT"
},
"node_modules/kind-of": {
"version": "6.0.3",
"resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-6.0.3.tgz",
"integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
- "node_modules/klona": {
- "version": "2.0.6",
- "resolved": "https://registry.npmmirror.com/klona/-/klona-2.0.6.tgz",
- "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==",
+ "node_modules/kolorist": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz",
+ "integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
"dev": true,
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/launch-editor": {
- "version": "2.9.1",
- "resolved": "https://registry.npmmirror.com/launch-editor/-/launch-editor-2.9.1.tgz",
- "integrity": "sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==",
- "dev": true,
- "dependencies": {
- "picocolors": "^1.0.0",
- "shell-quote": "^1.8.1"
- }
- },
- "node_modules/launch-editor-middleware": {
- "version": "2.9.1",
- "resolved": "https://registry.npmmirror.com/launch-editor-middleware/-/launch-editor-middleware-2.9.1.tgz",
- "integrity": "sha512-4wF6AtPtaIENiZdH/a+3yW8Xni7uxzTEDd1z+gH00hUWBCSmQknFohznMd9BWhLk8MXObeB5ir69GbIr9qFW1w==",
- "dev": true,
- "dependencies": {
- "launch-editor": "^2.9.1"
- }
+ "license": "MIT"
},
"node_modules/less": {
- "version": "4.2.1",
- "resolved": "https://registry.npmmirror.com/less/-/less-4.2.1.tgz",
- "integrity": "sha512-CasaJidTIhWmjcqv0Uj5vccMI7pJgfD9lMkKtlnTHAdJdYK/7l8pM9tumLyJ0zhbD4KJLo/YvTj+xznQd5NBhg==",
+ "version": "4.2.2",
+ "resolved": "https://registry.npmmirror.com/less/-/less-4.2.2.tgz",
+ "integrity": "sha512-tkuLHQlvWUTeQ3doAqnHbNn8T6WX1KA8yvbKG9x4VtKtIjHsVKQZCH11zRgAfbDAXC2UNIg/K9BYAAcEzUIrNg==",
"dev": true,
+ "license": "Apache-2.0",
"dependencies": {
"copy-anything": "^2.0.1",
"parse-node-version": "^1.0.1",
@@ -11792,135 +5264,33 @@
"source-map": "~0.6.0"
}
},
- "node_modules/less-loader": {
- "version": "7.3.0",
- "resolved": "https://registry.npmmirror.com/less-loader/-/less-loader-7.3.0.tgz",
- "integrity": "sha512-Mi8915g7NMaLlgi77mgTTQvK022xKRQBIVDSyfl3ErTuBhmZBQab0mjeJjNNqGbdR+qrfTleKXqbGI4uEFavxg==",
+ "node_modules/less/node_modules/copy-anything": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmmirror.com/copy-anything/-/copy-anything-2.0.6.tgz",
+ "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "klona": "^2.0.4",
- "loader-utils": "^2.0.0",
- "schema-utils": "^3.0.0"
- },
- "engines": {
- "node": ">= 10.13.0"
+ "is-what": "^3.14.1"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- },
- "peerDependencies": {
- "less": "^3.5.0 || ^4.0.0",
- "webpack": "^4.0.0 || ^5.0.0"
+ "url": "https://github.com/sponsors/mesqueeb"
}
},
- "node_modules/less-loader/node_modules/schema-utils": {
- "version": "3.3.0",
- "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-3.3.0.tgz",
- "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
+ "node_modules/less/node_modules/is-what": {
+ "version": "3.14.1",
+ "resolved": "https://registry.npmmirror.com/is-what/-/is-what-3.14.1.tgz",
+ "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==",
"dev": true,
- "dependencies": {
- "@types/json-schema": "^7.0.8",
- "ajv": "^6.12.5",
- "ajv-keywords": "^3.5.2"
- },
- "engines": {
- "node": ">= 10.13.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
- }
+ "license": "MIT"
},
- "node_modules/less/node_modules/mime": {
- "version": "1.6.0",
- "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
- "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
+ "node_modules/less/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"dev": true,
+ "license": "BSD-3-Clause",
"optional": true,
- "bin": {
- "mime": "cli.js"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/levn": {
- "version": "0.3.0",
- "resolved": "https://registry.npmmirror.com/levn/-/levn-0.3.0.tgz",
- "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
- "dev": true,
- "dependencies": {
- "prelude-ls": "~1.1.2",
- "type-check": "~0.3.2"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/lines-and-columns": {
- "version": "1.2.4",
- "resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
- "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
- "dev": true
- },
- "node_modules/loader-fs-cache": {
- "version": "1.0.3",
- "resolved": "https://registry.npmmirror.com/loader-fs-cache/-/loader-fs-cache-1.0.3.tgz",
- "integrity": "sha512-ldcgZpjNJj71n+2Mf6yetz+c9bM4xpKtNds4LbqXzU/PTdeAX0g3ytnU1AJMEcTk2Lex4Smpe3Q/eCTsvUBxbA==",
- "dev": true,
- "dependencies": {
- "find-cache-dir": "^0.1.1",
- "mkdirp": "^0.5.1"
- }
- },
- "node_modules/loader-fs-cache/node_modules/find-cache-dir": {
- "version": "0.1.1",
- "resolved": "https://registry.npmmirror.com/find-cache-dir/-/find-cache-dir-0.1.1.tgz",
- "integrity": "sha512-Z9XSBoNE7xQiV6MSgPuCfyMokH2K7JdpRkOYE1+mu3d4BFJtx3GW+f6Bo4q8IX6rlf5MYbLBKW0pjl2cWdkm2A==",
- "dev": true,
- "dependencies": {
- "commondir": "^1.0.1",
- "mkdirp": "^0.5.1",
- "pkg-dir": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/loader-fs-cache/node_modules/find-up": {
- "version": "1.1.2",
- "resolved": "https://registry.npmmirror.com/find-up/-/find-up-1.1.2.tgz",
- "integrity": "sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA==",
- "dev": true,
- "dependencies": {
- "path-exists": "^2.0.0",
- "pinkie-promise": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/loader-fs-cache/node_modules/path-exists": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-2.1.0.tgz",
- "integrity": "sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ==",
- "dev": true,
- "dependencies": {
- "pinkie-promise": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/loader-fs-cache/node_modules/pkg-dir": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/pkg-dir/-/pkg-dir-1.0.0.tgz",
- "integrity": "sha512-c6pv3OE78mcZ92ckebVDqg0aWSoKhOTbwCV6qbCWMk546mAL9pZln0+QsN/yQ7fkucd4+yJPLrCBXNt8Ruk+Eg==",
- "dev": true,
- "dependencies": {
- "find-up": "^1.0.0"
- },
"engines": {
"node": ">=0.10.0"
}
@@ -11930,163 +5300,93 @@
"resolved": "https://registry.npmmirror.com/loader-runner/-/loader-runner-2.4.0.tgz",
"integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=4.3.0 <5.0.0 || >=5.10"
}
},
"node_modules/loader-utils": {
- "version": "2.0.4",
- "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-2.0.4.tgz",
- "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==",
+ "version": "1.4.2",
+ "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
+ "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"big.js": "^5.2.2",
"emojis-list": "^3.0.0",
- "json5": "^2.1.2"
+ "json5": "^1.0.1"
},
"engines": {
- "node": ">=8.9.0"
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/loader-utils/node_modules/json5": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
+ "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "minimist": "^1.2.0"
+ },
+ "bin": {
+ "json5": "lib/cli.js"
}
},
"node_modules/locate-path": {
- "version": "5.0.0",
- "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz",
- "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-3.0.0.tgz",
+ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
- "p-locate": "^4.1.0"
+ "p-locate": "^3.0.0",
+ "path-exists": "^3.0.0"
},
"engines": {
- "node": ">=8"
+ "node": ">=6"
}
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
+ "license": "MIT"
},
"node_modules/lodash-es": {
"version": "4.17.21",
"resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz",
- "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw=="
+ "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
+ "license": "MIT"
},
"node_modules/lodash-unified": {
"version": "1.0.3",
"resolved": "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz",
"integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
+ "license": "MIT",
"peerDependencies": {
"@types/lodash-es": "*",
"lodash": "*",
"lodash-es": "*"
}
},
- "node_modules/lodash.clonedeep": {
- "version": "4.5.0",
- "resolved": "https://registry.npmmirror.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
- "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==",
- "dev": true
- },
- "node_modules/lodash.debounce": {
- "version": "4.0.8",
- "resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
- "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
- "dev": true
- },
- "node_modules/lodash.defaultsdeep": {
- "version": "4.6.1",
- "resolved": "https://registry.npmmirror.com/lodash.defaultsdeep/-/lodash.defaultsdeep-4.6.1.tgz",
- "integrity": "sha512-3j8wdDzYuWO3lM3Reg03MuQR957t287Rpcxp1njpEa8oDrikb+FwGdW3n+FELh/A6qib6yPit0j/pv9G/yeAqA==",
- "dev": true
- },
- "node_modules/lodash.kebabcase": {
- "version": "4.1.1",
- "resolved": "https://registry.npmmirror.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz",
- "integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==",
- "dev": true
- },
- "node_modules/lodash.mapvalues": {
- "version": "4.6.0",
- "resolved": "https://registry.npmmirror.com/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz",
- "integrity": "sha512-JPFqXFeZQ7BfS00H58kClY7SPVeHertPE0lNuCyZ26/XlN8TvakYD7b9bGyNmXbT/D3BbtPAAmq90gPWqLkxlQ==",
- "dev": true
- },
- "node_modules/lodash.memoize": {
- "version": "4.1.2",
- "resolved": "https://registry.npmmirror.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
- "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
- "dev": true
- },
- "node_modules/lodash.sortby": {
- "version": "4.7.0",
- "resolved": "https://registry.npmmirror.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
- "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==",
- "dev": true
- },
- "node_modules/lodash.transform": {
- "version": "4.6.0",
- "resolved": "https://registry.npmmirror.com/lodash.transform/-/lodash.transform-4.6.0.tgz",
- "integrity": "sha512-LO37ZnhmBVx0GvOU/caQuipEh4GN82TcWv3yHlebGDgOxbxiwwzW5Pcx2AcvpIv2WmvmSMoC492yQFNhy/l/UQ==",
- "dev": true
- },
- "node_modules/lodash.uniq": {
- "version": "4.5.0",
- "resolved": "https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
- "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
- "dev": true
- },
- "node_modules/log-symbols": {
- "version": "2.2.0",
- "resolved": "https://registry.npmmirror.com/log-symbols/-/log-symbols-2.2.0.tgz",
- "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==",
- "dev": true,
- "dependencies": {
- "chalk": "^2.0.1"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/loglevel": {
- "version": "1.9.2",
- "resolved": "https://registry.npmmirror.com/loglevel/-/loglevel-1.9.2.tgz",
- "integrity": "sha512-HgMmCqIJSAKqo68l0rS2AanEWfkxaZ5wNiEFb5ggm08lDs9Xl2KxBlX3PTcaD2chBM1gXAYf491/M2Rv8Jwayg==",
- "dev": true,
- "engines": {
- "node": ">= 0.6.0"
- },
- "funding": {
- "type": "tidelift",
- "url": "https://tidelift.com/funding/github/npm/loglevel"
- }
- },
- "node_modules/loupe": {
- "version": "2.3.7",
- "resolved": "https://registry.npmmirror.com/loupe/-/loupe-2.3.7.tgz",
- "integrity": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==",
- "dev": true,
- "dependencies": {
- "get-func-name": "^2.0.1"
- }
- },
- "node_modules/lower-case": {
- "version": "1.1.4",
- "resolved": "https://registry.npmmirror.com/lower-case/-/lower-case-1.1.4.tgz",
- "integrity": "sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA==",
- "dev": true
- },
"node_modules/lru-cache": {
"version": "5.1.1",
"resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz",
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
"dev": true,
+ "license": "ISC",
"dependencies": {
"yallist": "^3.0.2"
}
},
"node_modules/magic-string": {
- "version": "0.30.13",
- "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.13.tgz",
- "integrity": "sha512-8rYBO+MsWkgjDSOvLomYnzhdwEG51olQ4zL5KXnNJWV5MNmrb4rTZdrtkhxjnD/QyZUqR/Z/XDsUs/4ej2nx0g==",
+ "version": "0.30.17",
+ "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
+ "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
+ "license": "MIT",
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.5.0"
}
@@ -12096,6 +5396,7 @@
"resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-2.1.0.tgz",
"integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"pify": "^4.0.1",
"semver": "^5.6.0"
@@ -12104,11 +5405,23 @@
"node": ">=6"
}
},
+ "node_modules/make-dir/node_modules/semver": {
+ "version": "5.7.2",
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
+ "dev": true,
+ "license": "ISC",
+ "bin": {
+ "semver": "bin/semver"
+ }
+ },
"node_modules/map-cache": {
"version": "0.2.2",
"resolved": "https://registry.npmmirror.com/map-cache/-/map-cache-0.2.2.tgz",
"integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
@@ -12118,6 +5431,8 @@
"resolved": "https://registry.npmmirror.com/map-visit/-/map-visit-1.0.0.tgz",
"integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"object-visit": "^1.0.0"
},
@@ -12125,42 +5440,41 @@
"node": ">=0.10.0"
}
},
+ "node_modules/math-intrinsics": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
"node_modules/md5.js": {
"version": "1.3.5",
"resolved": "https://registry.npmmirror.com/md5.js/-/md5.js-1.3.5.tgz",
"integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"hash-base": "^3.0.0",
"inherits": "^2.0.1",
"safe-buffer": "^5.1.2"
}
},
- "node_modules/mdn-data": {
- "version": "2.0.4",
- "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.4.tgz",
- "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==",
- "dev": true
- },
- "node_modules/media-typer": {
- "version": "0.3.0",
- "resolved": "https://registry.npmmirror.com/media-typer/-/media-typer-0.3.0.tgz",
- "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
- "dev": true,
- "engines": {
- "node": ">= 0.6"
- }
- },
"node_modules/memoize-one": {
"version": "6.0.0",
"resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz",
- "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw=="
+ "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==",
+ "license": "MIT"
},
"node_modules/memory-fs": {
"version": "0.4.1",
"resolved": "https://registry.npmmirror.com/memory-fs/-/memory-fs-0.4.1.tgz",
"integrity": "sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"errno": "^0.1.3",
"readable-stream": "^2.0.1"
@@ -12170,41 +5484,9 @@
"version": "1.0.3",
"resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
"integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
+ "license": "MIT",
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/merge-source-map": {
- "version": "1.1.0",
- "resolved": "https://registry.npmmirror.com/merge-source-map/-/merge-source-map-1.1.0.tgz",
- "integrity": "sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==",
- "dev": true,
- "dependencies": {
- "source-map": "^0.6.1"
- }
- },
- "node_modules/merge-stream": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz",
- "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
- "dev": true
- },
- "node_modules/merge2": {
- "version": "1.4.1",
- "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
- "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
- "dev": true,
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/methods": {
- "version": "1.1.2",
- "resolved": "https://registry.npmmirror.com/methods/-/methods-1.1.2.tgz",
- "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
- "dev": true,
- "engines": {
- "node": ">= 0.6"
}
},
"node_modules/micromatch": {
@@ -12212,6 +5494,8 @@
"resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-3.1.10.tgz",
"integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"arr-diff": "^4.0.0",
"array-unique": "^0.3.2",
@@ -12231,36 +5515,13 @@
"node": ">=0.10.0"
}
},
- "node_modules/micromatch/node_modules/extend-shallow": {
- "version": "3.0.2",
- "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-3.0.2.tgz",
- "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
- "dev": true,
- "dependencies": {
- "assign-symbols": "^1.0.0",
- "is-extendable": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/micromatch/node_modules/is-extendable": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-1.0.1.tgz",
- "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
- "dev": true,
- "dependencies": {
- "is-plain-object": "^2.0.4"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/miller-rabin": {
"version": "4.0.1",
"resolved": "https://registry.npmmirror.com/miller-rabin/-/miller-rabin-4.0.1.tgz",
"integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"bn.js": "^4.0.0",
"brorand": "^1.0.1"
@@ -12273,24 +5534,29 @@
"version": "4.12.1",
"resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.1.tgz",
"integrity": "sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/mime": {
- "version": "2.6.0",
- "resolved": "https://registry.npmmirror.com/mime/-/mime-2.6.0.tgz",
- "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
+ "version": "1.6.0",
+ "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
+ "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
"bin": {
"mime": "cli.js"
},
"engines": {
- "node": ">=4.0.0"
+ "node": ">=4"
}
},
"node_modules/mime-db": {
"version": "1.52.0",
"resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
- "dev": true,
+ "license": "MIT",
"engines": {
"node": ">= 0.6"
}
@@ -12299,7 +5565,7 @@
"version": "2.1.35",
"resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
- "dev": true,
+ "license": "MIT",
"dependencies": {
"mime-db": "1.52.0"
},
@@ -12307,153 +5573,52 @@
"node": ">= 0.6"
}
},
- "node_modules/mimic-fn": {
- "version": "1.2.0",
- "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-1.2.0.tgz",
- "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/mimic-response": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/mimic-response/-/mimic-response-3.1.0.tgz",
- "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/mini-css-extract-plugin": {
- "version": "0.9.0",
- "resolved": "https://registry.npmmirror.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.9.0.tgz",
- "integrity": "sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A==",
- "dev": true,
- "dependencies": {
- "loader-utils": "^1.1.0",
- "normalize-url": "1.9.1",
- "schema-utils": "^1.0.0",
- "webpack-sources": "^1.1.0"
- },
- "engines": {
- "node": ">= 6.9.0"
- },
- "peerDependencies": {
- "webpack": "^4.4.0"
- }
- },
- "node_modules/mini-css-extract-plugin/node_modules/json5": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
- "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
- "dev": true,
- "dependencies": {
- "minimist": "^1.2.0"
- },
- "bin": {
- "json5": "lib/cli.js"
- }
- },
- "node_modules/mini-css-extract-plugin/node_modules/loader-utils": {
- "version": "1.4.2",
- "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
- "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
- "dev": true,
- "dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^1.0.1"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/mini-css-extract-plugin/node_modules/normalize-url": {
- "version": "1.9.1",
- "resolved": "https://registry.npmmirror.com/normalize-url/-/normalize-url-1.9.1.tgz",
- "integrity": "sha512-A48My/mtCklowHBlI8Fq2jFWK4tX4lJ5E6ytFsSOq1fzpvT0SQSgKhSg7lN5c2uYFOrUAOQp6zhhJnpp1eMloQ==",
- "dev": true,
- "dependencies": {
- "object-assign": "^4.0.1",
- "prepend-http": "^1.0.0",
- "query-string": "^4.1.0",
- "sort-keys": "^1.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/mini-css-extract-plugin/node_modules/schema-utils": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-1.0.0.tgz",
- "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
- "dev": true,
- "dependencies": {
- "ajv": "^6.1.0",
- "ajv-errors": "^1.0.0",
- "ajv-keywords": "^3.1.0"
- },
- "engines": {
- "node": ">= 4"
- }
- },
"node_modules/minimalistic-assert": {
"version": "1.0.1",
"resolved": "https://registry.npmmirror.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
"integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==",
- "dev": true
+ "dev": true,
+ "license": "ISC",
+ "peer": true
},
"node_modules/minimalistic-crypto-utils": {
"version": "1.0.1",
"resolved": "https://registry.npmmirror.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
"integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/minimatch": {
- "version": "5.1.6",
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-5.1.6.tgz",
- "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
+ "version": "3.1.2",
+ "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "license": "ISC",
+ "peer": true,
"dependencies": {
- "brace-expansion": "^2.0.1"
+ "brace-expansion": "^1.1.7"
},
"engines": {
- "node": ">=10"
+ "node": "*"
}
},
"node_modules/minimist": {
"version": "1.2.8",
"resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
+ "license": "MIT",
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
- },
- "node_modules/minipass": {
- "version": "3.3.6",
- "resolved": "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz",
- "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
- "dev": true,
- "dependencies": {
- "yallist": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/minipass/node_modules/yallist": {
- "version": "4.0.0",
- "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
- "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
- "dev": true
},
"node_modules/mississippi": {
"version": "3.0.0",
"resolved": "https://registry.npmmirror.com/mississippi/-/mississippi-3.0.0.tgz",
"integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==",
"dev": true,
+ "license": "BSD-2-Clause",
+ "peer": true,
"dependencies": {
"concat-stream": "^1.5.0",
"duplexify": "^3.4.2",
@@ -12470,26 +5635,23 @@
"node": ">=4.0.0"
}
},
+ "node_modules/mitt": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmmirror.com/mitt/-/mitt-3.0.1.tgz",
+ "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
+ "dev": true,
+ "license": "MIT"
+ },
"node_modules/mixin-deep": {
"version": "1.3.2",
"resolved": "https://registry.npmmirror.com/mixin-deep/-/mixin-deep-1.3.2.tgz",
"integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"for-in": "^1.0.2",
"is-extendable": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/mixin-deep/node_modules/is-extendable": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-1.0.1.tgz",
- "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
- "dev": true,
- "dependencies": {
- "is-plain-object": "^2.0.4"
},
"engines": {
"node": ">=0.10.0"
@@ -12499,692 +5661,12 @@
"version": "0.5.6",
"resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz",
"integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
+ "license": "MIT",
"dependencies": {
"minimist": "^1.2.6"
},
"bin": {
"mkdirp": "bin/cmd.js"
- }
- },
- "node_modules/mocha": {
- "version": "6.2.3",
- "resolved": "https://registry.npmmirror.com/mocha/-/mocha-6.2.3.tgz",
- "integrity": "sha512-0R/3FvjIGH3eEuG17ccFPk117XL2rWxatr81a57D+r/x2uTYZRbdZ4oVidEUMh2W2TJDa7MdAb12Lm2/qrKajg==",
- "dev": true,
- "dependencies": {
- "ansi-colors": "3.2.3",
- "browser-stdout": "1.3.1",
- "debug": "3.2.6",
- "diff": "3.5.0",
- "escape-string-regexp": "1.0.5",
- "find-up": "3.0.0",
- "glob": "7.1.3",
- "growl": "1.10.5",
- "he": "1.2.0",
- "js-yaml": "3.13.1",
- "log-symbols": "2.2.0",
- "minimatch": "3.0.4",
- "mkdirp": "0.5.4",
- "ms": "2.1.1",
- "node-environment-flags": "1.0.5",
- "object.assign": "4.1.0",
- "strip-json-comments": "2.0.1",
- "supports-color": "6.0.0",
- "which": "1.3.1",
- "wide-align": "1.1.3",
- "yargs": "13.3.2",
- "yargs-parser": "13.1.2",
- "yargs-unparser": "1.6.0"
- },
- "bin": {
- "_mocha": "bin/_mocha",
- "mocha": "bin/mocha"
- },
- "engines": {
- "node": ">= 6.0.0"
- }
- },
- "node_modules/mocha/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/mocha/node_modules/debug": {
- "version": "3.2.6",
- "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.6.tgz",
- "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==",
- "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)",
- "dev": true,
- "dependencies": {
- "ms": "^2.1.1"
- }
- },
- "node_modules/mocha/node_modules/find-up": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/find-up/-/find-up-3.0.0.tgz",
- "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
- "dev": true,
- "dependencies": {
- "locate-path": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/mocha/node_modules/glob": {
- "version": "7.1.3",
- "resolved": "https://registry.npmmirror.com/glob/-/glob-7.1.3.tgz",
- "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==",
- "deprecated": "Glob versions prior to v9 are no longer supported",
- "dev": true,
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.0.4",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/mocha/node_modules/locate-path": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-3.0.0.tgz",
- "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
- "dev": true,
- "dependencies": {
- "p-locate": "^3.0.0",
- "path-exists": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/mocha/node_modules/minimatch": {
- "version": "3.0.4",
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.0.4.tgz",
- "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
- "dev": true,
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/mocha/node_modules/mkdirp": {
- "version": "0.5.4",
- "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.4.tgz",
- "integrity": "sha512-iG9AK/dJLtJ0XNgTuDbSyNS3zECqDlAhnQW4CsNxBG3LQJBbHmRX1egw39DmtOdCAqY+dKXV+sgPgilNWUKMVw==",
- "deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)",
- "dev": true,
- "dependencies": {
- "minimist": "^1.2.5"
- },
- "bin": {
- "mkdirp": "bin/cmd.js"
- }
- },
- "node_modules/mocha/node_modules/ms": {
- "version": "2.1.1",
- "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.1.tgz",
- "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==",
- "dev": true
- },
- "node_modules/mocha/node_modules/object.assign": {
- "version": "4.1.0",
- "resolved": "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.0.tgz",
- "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==",
- "dev": true,
- "dependencies": {
- "define-properties": "^1.1.2",
- "function-bind": "^1.1.1",
- "has-symbols": "^1.0.0",
- "object-keys": "^1.0.11"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/mocha/node_modules/p-locate": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-3.0.0.tgz",
- "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
- "dev": true,
- "dependencies": {
- "p-limit": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/mocha/node_modules/path-exists": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-3.0.0.tgz",
- "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/mocha/node_modules/supports-color": {
- "version": "6.0.0",
- "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-6.0.0.tgz",
- "integrity": "sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg==",
- "dev": true,
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/mochapack": {
- "version": "1.1.15",
- "resolved": "https://registry.npmmirror.com/mochapack/-/mochapack-1.1.15.tgz",
- "integrity": "sha512-/gOsgJk3CWlNiOdef7hrNhp37VpatB9IiWzSCxS2p8pG21R7NAKJBBsU5T0eUWT9oz1NQhyubXdQgh51U7oVZA==",
- "dev": true,
- "dependencies": {
- "@babel/runtime-corejs2": "^7.0.0",
- "chalk": "^2.4.2",
- "chokidar": "^2.0.0",
- "glob-parent": "5.1.0",
- "globby": "^10.0.1",
- "interpret": "^1.2.0",
- "is-glob": "^4.0.1",
- "loader-utils": "^1.2.3",
- "lodash": "^4.17.15",
- "memory-fs": "^0.4.1",
- "minimatch": "^3.0.4",
- "nodent-runtime": "^3.2.1",
- "normalize-path": "^3.0.0",
- "progress": "^2.0.3",
- "source-map-support": "^0.5.13",
- "toposort": "^2.0.2",
- "yargs": "14.0.0"
- },
- "bin": {
- "mochapack": "bin/mochapack"
- },
- "peerDependencies": {
- "mocha": ">=4 <=7",
- "webpack": "^4.0.0"
- }
- },
- "node_modules/mochapack/node_modules/@nodelib/fs.stat": {
- "version": "2.0.5",
- "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
- "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
- "dev": true,
- "engines": {
- "node": ">= 8"
- }
- },
- "node_modules/mochapack/node_modules/anymatch": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-2.0.0.tgz",
- "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
- "dev": true,
- "dependencies": {
- "micromatch": "^3.1.4",
- "normalize-path": "^2.1.1"
- }
- },
- "node_modules/mochapack/node_modules/anymatch/node_modules/normalize-path": {
- "version": "2.1.1",
- "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-2.1.1.tgz",
- "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==",
- "dev": true,
- "dependencies": {
- "remove-trailing-separator": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/mochapack/node_modules/array-union": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/array-union/-/array-union-2.1.0.tgz",
- "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/mochapack/node_modules/binary-extensions": {
- "version": "1.13.1",
- "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-1.13.1.tgz",
- "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/mochapack/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/mochapack/node_modules/chokidar": {
- "version": "2.1.8",
- "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-2.1.8.tgz",
- "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
- "dev": true,
- "dependencies": {
- "anymatch": "^2.0.0",
- "async-each": "^1.0.1",
- "braces": "^2.3.2",
- "glob-parent": "^3.1.0",
- "inherits": "^2.0.3",
- "is-binary-path": "^1.0.0",
- "is-glob": "^4.0.0",
- "normalize-path": "^3.0.0",
- "path-is-absolute": "^1.0.0",
- "readdirp": "^2.2.1",
- "upath": "^1.1.1"
- },
- "optionalDependencies": {
- "fsevents": "^1.2.7"
- }
- },
- "node_modules/mochapack/node_modules/chokidar/node_modules/glob-parent": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-3.1.0.tgz",
- "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==",
- "dev": true,
- "dependencies": {
- "is-glob": "^3.1.0",
- "path-dirname": "^1.0.0"
- }
- },
- "node_modules/mochapack/node_modules/chokidar/node_modules/glob-parent/node_modules/is-glob": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-3.1.0.tgz",
- "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==",
- "dev": true,
- "dependencies": {
- "is-extglob": "^2.1.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/mochapack/node_modules/dir-glob": {
- "version": "3.0.1",
- "resolved": "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz",
- "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
- "dev": true,
- "dependencies": {
- "path-type": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/mochapack/node_modules/emoji-regex": {
- "version": "7.0.3",
- "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-7.0.3.tgz",
- "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
- "dev": true
- },
- "node_modules/mochapack/node_modules/fast-glob": {
- "version": "3.3.2",
- "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.2.tgz",
- "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
- "dev": true,
- "dependencies": {
- "@nodelib/fs.stat": "^2.0.2",
- "@nodelib/fs.walk": "^1.2.3",
- "glob-parent": "^5.1.2",
- "merge2": "^1.3.0",
- "micromatch": "^4.0.4"
- },
- "engines": {
- "node": ">=8.6.0"
- }
- },
- "node_modules/mochapack/node_modules/fast-glob/node_modules/braces": {
- "version": "3.0.3",
- "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
- "dev": true,
- "dependencies": {
- "fill-range": "^7.1.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/mochapack/node_modules/fast-glob/node_modules/glob-parent": {
- "version": "5.1.2",
- "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
- "dev": true,
- "dependencies": {
- "is-glob": "^4.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/mochapack/node_modules/fast-glob/node_modules/micromatch": {
- "version": "4.0.8",
- "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
- "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
- "dev": true,
- "dependencies": {
- "braces": "^3.0.3",
- "picomatch": "^2.3.1"
- },
- "engines": {
- "node": ">=8.6"
- }
- },
- "node_modules/mochapack/node_modules/fill-range": {
- "version": "7.1.1",
- "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
- "dev": true,
- "dependencies": {
- "to-regex-range": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/mochapack/node_modules/find-up": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/find-up/-/find-up-3.0.0.tgz",
- "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
- "dev": true,
- "dependencies": {
- "locate-path": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/mochapack/node_modules/fsevents": {
- "version": "1.2.13",
- "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-1.2.13.tgz",
- "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
- "deprecated": "Upgrade to fsevents v2 to mitigate potential security issues",
- "dev": true,
- "hasInstallScript": true,
- "optional": true,
- "os": [
- "darwin"
- ],
- "dependencies": {
- "bindings": "^1.5.0",
- "nan": "^2.12.1"
- },
- "engines": {
- "node": ">= 4.0"
- }
- },
- "node_modules/mochapack/node_modules/glob": {
- "version": "7.2.3",
- "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
- "deprecated": "Glob versions prior to v9 are no longer supported",
- "dev": true,
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.1.1",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
- },
- "engines": {
- "node": "*"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/mochapack/node_modules/glob-parent": {
- "version": "5.1.0",
- "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.0.tgz",
- "integrity": "sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw==",
- "dev": true,
- "dependencies": {
- "is-glob": "^4.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/mochapack/node_modules/globby": {
- "version": "10.0.2",
- "resolved": "https://registry.npmmirror.com/globby/-/globby-10.0.2.tgz",
- "integrity": "sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==",
- "dev": true,
- "dependencies": {
- "@types/glob": "^7.1.1",
- "array-union": "^2.1.0",
- "dir-glob": "^3.0.1",
- "fast-glob": "^3.0.3",
- "glob": "^7.1.3",
- "ignore": "^5.1.1",
- "merge2": "^1.2.3",
- "slash": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/mochapack/node_modules/ignore": {
- "version": "5.3.2",
- "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
- "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
- "dev": true,
- "engines": {
- "node": ">= 4"
- }
- },
- "node_modules/mochapack/node_modules/is-binary-path": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-1.0.1.tgz",
- "integrity": "sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==",
- "dev": true,
- "dependencies": {
- "binary-extensions": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/mochapack/node_modules/is-fullwidth-code-point": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
- "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/mochapack/node_modules/is-number": {
- "version": "7.0.0",
- "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
- "dev": true,
- "engines": {
- "node": ">=0.12.0"
- }
- },
- "node_modules/mochapack/node_modules/json5": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
- "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
- "dev": true,
- "dependencies": {
- "minimist": "^1.2.0"
- },
- "bin": {
- "json5": "lib/cli.js"
- }
- },
- "node_modules/mochapack/node_modules/loader-utils": {
- "version": "1.4.2",
- "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
- "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
- "dev": true,
- "dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^1.0.1"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/mochapack/node_modules/locate-path": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-3.0.0.tgz",
- "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
- "dev": true,
- "dependencies": {
- "p-locate": "^3.0.0",
- "path-exists": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/mochapack/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/mochapack/node_modules/p-locate": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-3.0.0.tgz",
- "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
- "dev": true,
- "dependencies": {
- "p-limit": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/mochapack/node_modules/path-exists": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-3.0.0.tgz",
- "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/mochapack/node_modules/path-type": {
- "version": "4.0.0",
- "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
- "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/mochapack/node_modules/readdirp": {
- "version": "2.2.1",
- "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-2.2.1.tgz",
- "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
- "dev": true,
- "dependencies": {
- "graceful-fs": "^4.1.11",
- "micromatch": "^3.1.10",
- "readable-stream": "^2.0.2"
- },
- "engines": {
- "node": ">=0.10"
- }
- },
- "node_modules/mochapack/node_modules/slash": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz",
- "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/mochapack/node_modules/string-width": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/string-width/-/string-width-3.1.0.tgz",
- "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
- "dev": true,
- "dependencies": {
- "emoji-regex": "^7.0.1",
- "is-fullwidth-code-point": "^2.0.0",
- "strip-ansi": "^5.1.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/mochapack/node_modules/strip-ansi": {
- "version": "5.2.0",
- "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-5.2.0.tgz",
- "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^4.1.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/mochapack/node_modules/to-regex-range": {
- "version": "5.0.1",
- "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
- "dev": true,
- "dependencies": {
- "is-number": "^7.0.0"
- },
- "engines": {
- "node": ">=8.0"
- }
- },
- "node_modules/mochapack/node_modules/yargs": {
- "version": "14.0.0",
- "resolved": "https://registry.npmmirror.com/yargs/-/yargs-14.0.0.tgz",
- "integrity": "sha512-ssa5JuRjMeZEUjg7bEL99AwpitxU/zWGAGpdj0di41pOEmJti8NR6kyUIJBkR78DTYNPZOU08luUo0GTHuB+ow==",
- "dev": true,
- "dependencies": {
- "cliui": "^5.0.0",
- "decamelize": "^1.2.0",
- "find-up": "^3.0.0",
- "get-caller-file": "^2.0.1",
- "require-directory": "^2.1.1",
- "require-main-filename": "^2.0.0",
- "set-blocking": "^2.0.0",
- "string-width": "^3.0.0",
- "which-module": "^2.0.0",
- "y18n": "^4.0.0",
- "yargs-parser": "^13.1.1"
}
},
"node_modules/move-concurrently": {
@@ -13193,6 +5675,8 @@
"integrity": "sha512-hdrFxZOycD/g6A6SoI2bB5NA/5NEqD0569+S47WZhPvm46sD50ZHdYaFmnua5lndde9rCHGjmfK7Z8BuCt/PcQ==",
"deprecated": "This package is no longer supported.",
"dev": true,
+ "license": "ISC",
+ "peer": true,
"dependencies": {
"aproba": "^1.1.1",
"copy-concurrently": "^1.0.0",
@@ -13202,40 +5686,27 @@
"run-queue": "^1.0.3"
}
},
+ "node_modules/mrmime": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.0.tgz",
+ "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ }
+ },
"node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
- },
- "node_modules/multicast-dns": {
- "version": "6.2.3",
- "resolved": "https://registry.npmmirror.com/multicast-dns/-/multicast-dns-6.2.3.tgz",
- "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==",
- "dev": true,
- "dependencies": {
- "dns-packet": "^1.3.1",
- "thunky": "^1.0.2"
- },
- "bin": {
- "multicast-dns": "cli.js"
- }
- },
- "node_modules/multicast-dns-service-types": {
- "version": "1.1.0",
- "resolved": "https://registry.npmmirror.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz",
- "integrity": "sha512-cnAsSVxIDsYt0v7HmC0hWZFwwXSh+E6PgCrREDuN/EsjgLwA5XRmlMHhSiDPrt6HxY1gTivEa/Zh7GtODoLevQ==",
- "dev": true
- },
- "node_modules/mute-stream": {
- "version": "0.0.8",
- "resolved": "https://registry.npmmirror.com/mute-stream/-/mute-stream-0.0.8.tgz",
- "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
- "dev": true
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
+ "license": "MIT"
},
"node_modules/mz": {
"version": "2.7.0",
"resolved": "https://registry.npmmirror.com/mz/-/mz-2.7.0.tgz",
"integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
+ "license": "MIT",
"dependencies": {
"any-promise": "^1.0.0",
"object-assign": "^4.0.1",
@@ -13248,18 +5719,20 @@
"integrity": "sha512-nbajikzWTMwsW+eSsNm3QwlOs7het9gGJU5dDZzRTQGk03vyBOauxgI4VakDzE0PtsGTmXPsXTbbjVhRwR5mpw==",
"dev": true,
"license": "MIT",
- "optional": true
+ "optional": true,
+ "peer": true
},
"node_modules/nanoid": {
- "version": "3.3.7",
- "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz",
- "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
+ "version": "3.3.8",
+ "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.8.tgz",
+ "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
+ "license": "MIT",
"bin": {
"nanoid": "bin/nanoid.cjs"
},
@@ -13272,6 +5745,8 @@
"resolved": "https://registry.npmmirror.com/nanomatch/-/nanomatch-1.2.13.tgz",
"integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"arr-diff": "^4.0.0",
"array-unique": "^0.3.2",
@@ -13289,44 +5764,12 @@
"node": ">=0.10.0"
}
},
- "node_modules/nanomatch/node_modules/extend-shallow": {
- "version": "3.0.2",
- "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-3.0.2.tgz",
- "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
- "dev": true,
- "dependencies": {
- "assign-symbols": "^1.0.0",
- "is-extendable": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/nanomatch/node_modules/is-extendable": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-1.0.1.tgz",
- "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
- "dev": true,
- "dependencies": {
- "is-plain-object": "^2.0.4"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/natural-compare": {
- "version": "1.4.0",
- "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz",
- "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
- "dev": true,
- "license": "MIT",
- "peer": true
- },
"node_modules/needle": {
"version": "3.3.1",
"resolved": "https://registry.npmmirror.com/needle/-/needle-3.3.1.tgz",
"integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==",
"dev": true,
+ "license": "MIT",
"optional": true,
"dependencies": {
"iconv-lite": "^0.6.3",
@@ -13339,78 +5782,18 @@
"node": ">= 4.4.x"
}
},
- "node_modules/negotiator": {
- "version": "0.6.3",
- "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz",
- "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
- "dev": true,
- "engines": {
- "node": ">= 0.6"
- }
- },
"node_modules/neo-async": {
"version": "2.6.2",
"resolved": "https://registry.npmmirror.com/neo-async/-/neo-async-2.6.2.tgz",
"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
- "dev": true
- },
- "node_modules/nice-try": {
- "version": "1.0.5",
- "resolved": "https://registry.npmmirror.com/nice-try/-/nice-try-1.0.5.tgz",
- "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
- "dev": true
- },
- "node_modules/no-case": {
- "version": "2.3.2",
- "resolved": "https://registry.npmmirror.com/no-case/-/no-case-2.3.2.tgz",
- "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==",
"dev": true,
- "dependencies": {
- "lower-case": "^1.1.1"
- }
- },
- "node_modules/node-environment-flags": {
- "version": "1.0.5",
- "resolved": "https://registry.npmmirror.com/node-environment-flags/-/node-environment-flags-1.0.5.tgz",
- "integrity": "sha512-VNYPRfGfmZLx0Ye20jWzHUjyTW/c+6Wq+iLhDzUI4XmhrDd9l/FozXV3F2xOaXjvp0co0+v1YSR3CMP6g+VvLQ==",
- "dev": true,
- "dependencies": {
- "object.getownpropertydescriptors": "^2.0.3",
- "semver": "^5.7.0"
- }
- },
- "node_modules/node-fetch": {
- "version": "2.7.0",
- "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.7.0.tgz",
- "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
- "dependencies": {
- "whatwg-url": "^5.0.0"
- },
- "engines": {
- "node": "4.x || >=6.0.0"
- },
- "peerDependencies": {
- "encoding": "^0.1.0"
- },
- "peerDependenciesMeta": {
- "encoding": {
- "optional": true
- }
- }
- },
- "node_modules/node-forge": {
- "version": "0.10.0",
- "resolved": "https://registry.npmmirror.com/node-forge/-/node-forge-0.10.0.tgz",
- "integrity": "sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==",
- "dev": true,
- "engines": {
- "node": ">= 6.0.0"
- }
+ "license": "MIT"
},
"node_modules/node-hex": {
"version": "1.0.1",
"resolved": "https://registry.npmmirror.com/node-hex/-/node-hex-1.0.1.tgz",
"integrity": "sha512-iwpZdvW6Umz12ICmu9IYPRxg0tOLGmU3Tq2tKetejCj3oZd7b2nUXwP3a7QA5M9glWy8wlPS1G3RwM/CdsUbdQ==",
+ "license": "MIT",
"engines": {
"node": ">=8.0.0"
}
@@ -13420,6 +5803,8 @@
"resolved": "https://registry.npmmirror.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz",
"integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"assert": "^1.1.1",
"browserify-zlib": "^0.2.0",
@@ -13446,130 +5831,66 @@
"vm-browserify": "^1.0.1"
}
},
- "node_modules/node-libs-browser/node_modules/punycode": {
- "version": "1.4.1",
- "resolved": "https://registry.npmmirror.com/punycode/-/punycode-1.4.1.tgz",
- "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==",
- "dev": true
- },
"node_modules/node-releases": {
- "version": "2.0.18",
- "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.18.tgz",
- "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==",
- "dev": true
- },
- "node_modules/nodent-runtime": {
- "version": "3.2.1",
- "resolved": "https://registry.npmmirror.com/nodent-runtime/-/nodent-runtime-3.2.1.tgz",
- "integrity": "sha512-7Ws63oC+215smeKJQCxzrK21VFVlCFBkwl0MOObt0HOpVQXs3u483sAmtkF33nNqZ5rSOQjB76fgyPBmAUrtCA==",
+ "version": "2.0.19",
+ "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.19.tgz",
+ "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
"dev": true,
- "hasInstallScript": true
- },
- "node_modules/nopt": {
- "version": "7.2.1",
- "resolved": "https://registry.npmmirror.com/nopt/-/nopt-7.2.1.tgz",
- "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==",
- "dev": true,
- "dependencies": {
- "abbrev": "^2.0.0"
- },
- "bin": {
- "nopt": "bin/nopt.js"
- },
- "engines": {
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
- }
- },
- "node_modules/normalize-package-data": {
- "version": "2.5.0",
- "resolved": "https://registry.npmmirror.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
- "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
- "dev": true,
- "dependencies": {
- "hosted-git-info": "^2.1.4",
- "resolve": "^1.10.0",
- "semver": "2 || 3 || 4 || 5",
- "validate-npm-package-license": "^3.0.1"
- }
+ "license": "MIT"
},
"node_modules/normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
"dev": true,
+ "license": "MIT",
+ "optional": true,
+ "peer": true,
"engines": {
"node": ">=0.10.0"
- }
- },
- "node_modules/normalize-range": {
- "version": "0.1.2",
- "resolved": "https://registry.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz",
- "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/normalize-url": {
- "version": "3.3.0",
- "resolved": "https://registry.npmmirror.com/normalize-url/-/normalize-url-3.3.0.tgz",
- "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==",
- "dev": true,
- "engines": {
- "node": ">=6"
}
},
"node_modules/normalize-wheel-es": {
"version": "1.2.0",
"resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
- "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw=="
+ "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
+ "license": "BSD-3-Clause"
},
"node_modules/npm-run-path": {
- "version": "2.0.2",
- "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-2.0.2.tgz",
- "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==",
+ "version": "6.0.0",
+ "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-6.0.0.tgz",
+ "integrity": "sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "path-key": "^2.0.0"
+ "path-key": "^4.0.0",
+ "unicorn-magic": "^0.3.0"
},
"engines": {
- "node": ">=4"
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/nth-check": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-1.0.2.tgz",
- "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==",
+ "node_modules/npm-run-path/node_modules/path-key": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz",
+ "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
"dev": true,
- "dependencies": {
- "boolbase": "~1.0.0"
- }
- },
- "node_modules/num2fraction": {
- "version": "1.2.2",
- "resolved": "https://registry.npmmirror.com/num2fraction/-/num2fraction-1.2.2.tgz",
- "integrity": "sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg==",
- "dev": true
- },
- "node_modules/nwsapi": {
- "version": "2.2.13",
- "resolved": "https://registry.npmmirror.com/nwsapi/-/nwsapi-2.2.13.tgz",
- "integrity": "sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ==",
- "dev": true
- },
- "node_modules/oauth-sign": {
- "version": "0.9.0",
- "resolved": "https://registry.npmmirror.com/oauth-sign/-/oauth-sign-0.9.0.tgz",
- "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
- "dev": true,
+ "license": "MIT",
"engines": {
- "node": "*"
+ "node": ">=12"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
+ "license": "MIT",
"engines": {
"node": ">=0.10.0"
}
@@ -13579,6 +5900,8 @@
"resolved": "https://registry.npmmirror.com/object-copy/-/object-copy-0.1.0.tgz",
"integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"copy-descriptor": "^0.1.0",
"define-property": "^0.2.5",
@@ -13593,6 +5916,8 @@
"resolved": "https://registry.npmmirror.com/define-property/-/define-property-0.2.5.tgz",
"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"is-descriptor": "^0.1.0"
},
@@ -13600,11 +5925,28 @@
"node": ">=0.10.0"
}
},
+ "node_modules/object-copy/node_modules/is-descriptor": {
+ "version": "0.1.7",
+ "resolved": "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-0.1.7.tgz",
+ "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
+ "dependencies": {
+ "is-accessor-descriptor": "^1.0.1",
+ "is-data-descriptor": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
"node_modules/object-copy/node_modules/kind-of": {
"version": "3.2.2",
"resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-3.2.2.tgz",
"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"is-buffer": "^1.1.5"
},
@@ -13612,35 +5954,11 @@
"node": ">=0.10.0"
}
},
- "node_modules/object-hash": {
- "version": "1.3.1",
- "resolved": "https://registry.npmmirror.com/object-hash/-/object-hash-1.3.1.tgz",
- "integrity": "sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==",
- "dev": true,
- "engines": {
- "node": ">= 0.10.0"
- }
- },
"node_modules/object-inspect": {
"version": "1.13.3",
"resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.3.tgz",
"integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/object-is": {
- "version": "1.1.6",
- "resolved": "https://registry.npmmirror.com/object-is/-/object-is-1.1.6.tgz",
- "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1"
- },
+ "license": "MIT",
"engines": {
"node": ">= 0.4"
},
@@ -13653,6 +5971,8 @@
"resolved": "https://registry.npmmirror.com/object-keys/-/object-keys-1.1.1.tgz",
"integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">= 0.4"
}
@@ -13662,6 +5982,8 @@
"resolved": "https://registry.npmmirror.com/object-visit/-/object-visit-1.0.1.tgz",
"integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"isobject": "^3.0.0"
},
@@ -13670,39 +5992,22 @@
}
},
"node_modules/object.assign": {
- "version": "4.1.5",
- "resolved": "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.5.tgz",
- "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
+ "version": "4.1.7",
+ "resolved": "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.7.tgz",
+ "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
- "call-bind": "^1.0.5",
+ "call-bind": "^1.0.8",
+ "call-bound": "^1.0.3",
"define-properties": "^1.2.1",
- "has-symbols": "^1.0.3",
+ "es-object-atoms": "^1.0.0",
+ "has-symbols": "^1.1.0",
"object-keys": "^1.1.1"
},
"engines": {
"node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/object.getownpropertydescriptors": {
- "version": "2.1.8",
- "resolved": "https://registry.npmmirror.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.8.tgz",
- "integrity": "sha512-qkHIGe4q0lSYMv0XI4SsBTJz3WaURhLvd0lKSgtVuOsJ2krg4SgMw3PIRQFMp07yi++UR3se2mkcLqsBNpBb/A==",
- "dev": true,
- "dependencies": {
- "array.prototype.reduce": "^1.0.6",
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.2",
- "es-object-atoms": "^1.0.0",
- "gopd": "^1.0.1",
- "safe-array-concat": "^1.1.2"
- },
- "engines": {
- "node": ">= 0.8"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
@@ -13713,6 +6018,8 @@
"resolved": "https://registry.npmmirror.com/object.pick/-/object.pick-1.3.0.tgz",
"integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"isobject": "^3.0.1"
},
@@ -13720,159 +6027,55 @@
"node": ">=0.10.0"
}
},
- "node_modules/object.values": {
- "version": "1.2.0",
- "resolved": "https://registry.npmmirror.com/object.values/-/object.values-1.2.0.tgz",
- "integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0"
- },
+ "node_modules/ometa": {
+ "version": "0.2.2",
+ "resolved": "https://registry.npmmirror.com/ometa/-/ometa-0.2.2.tgz",
+ "integrity": "sha512-LZuoK/yjU3FvrxPjUXUlZ1bavCfBPqauA7fsNdwi+AVhRdyk2IzgP3JRnevvjzQ6fKHdUw8YISshf53FmpHrng==",
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/obuf": {
- "version": "1.1.2",
- "resolved": "https://registry.npmmirror.com/obuf/-/obuf-1.1.2.tgz",
- "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
- "dev": true
- },
- "node_modules/on-finished": {
- "version": "2.4.1",
- "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
- "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
- "dev": true,
- "dependencies": {
- "ee-first": "1.1.1"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/on-headers": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/on-headers/-/on-headers-1.0.2.tgz",
- "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
- "dev": true,
- "engines": {
- "node": ">= 0.8"
+ "node": ">= 0.2.0"
}
},
"node_modules/once": {
"version": "1.4.0",
"resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
+ "license": "ISC",
"dependencies": {
"wrappy": "1"
}
},
- "node_modules/onetime": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/onetime/-/onetime-2.0.1.tgz",
- "integrity": "sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==",
- "dev": true,
- "dependencies": {
- "mimic-fn": "^1.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/open": {
- "version": "6.4.0",
- "resolved": "https://registry.npmmirror.com/open/-/open-6.4.0.tgz",
- "integrity": "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==",
+ "version": "10.1.0",
+ "resolved": "https://registry.npmmirror.com/open/-/open-10.1.0.tgz",
+ "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "is-wsl": "^1.1.0"
+ "default-browser": "^5.2.1",
+ "define-lazy-prop": "^3.0.0",
+ "is-inside-container": "^1.0.0",
+ "is-wsl": "^3.1.0"
},
"engines": {
- "node": ">=8"
- }
- },
- "node_modules/opener": {
- "version": "1.5.2",
- "resolved": "https://registry.npmmirror.com/opener/-/opener-1.5.2.tgz",
- "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==",
- "dev": true,
- "bin": {
- "opener": "bin/opener-bin.js"
- }
- },
- "node_modules/opn": {
- "version": "5.5.0",
- "resolved": "https://registry.npmmirror.com/opn/-/opn-5.5.0.tgz",
- "integrity": "sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==",
- "dev": true,
- "dependencies": {
- "is-wsl": "^1.1.0"
+ "node": ">=18"
},
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/optionator": {
- "version": "0.8.3",
- "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.8.3.tgz",
- "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
- "dev": true,
- "dependencies": {
- "deep-is": "~0.1.3",
- "fast-levenshtein": "~2.0.6",
- "levn": "~0.3.0",
- "prelude-ls": "~1.1.2",
- "type-check": "~0.3.2",
- "word-wrap": "~1.2.3"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/ora": {
- "version": "3.4.0",
- "resolved": "https://registry.npmmirror.com/ora/-/ora-3.4.0.tgz",
- "integrity": "sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg==",
- "dev": true,
- "dependencies": {
- "chalk": "^2.4.2",
- "cli-cursor": "^2.1.0",
- "cli-spinners": "^2.0.0",
- "log-symbols": "^2.2.0",
- "strip-ansi": "^5.2.0",
- "wcwidth": "^1.0.1"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/ora/node_modules/strip-ansi": {
- "version": "5.2.0",
- "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-5.2.0.tgz",
- "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^4.1.0"
- },
- "engines": {
- "node": ">=6"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/os-browserify": {
"version": "0.3.0",
"resolved": "https://registry.npmmirror.com/os-browserify/-/os-browserify-0.3.0.tgz",
"integrity": "sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/os-name": {
"version": "1.0.3",
"resolved": "https://registry.npmmirror.com/os-name/-/os-name-1.0.3.tgz",
"integrity": "sha512-f5estLO2KN8vgtTRaILIgEGBoBrMnZ3JQ7W9TMZCnOIGwHe8TRGSpcagnWDo+Dfhd/z08k9Xe75hvciJJ8Qaew==",
+ "license": "MIT",
"dependencies": {
"osx-release": "^1.0.0",
"win-release": "^1.0.0"
@@ -13884,19 +6087,11 @@
"node": ">=0.10.0"
}
},
- "node_modules/os-tmpdir": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
- "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/osx-release": {
"version": "1.1.0",
"resolved": "https://registry.npmmirror.com/osx-release/-/osx-release-1.1.0.tgz",
"integrity": "sha512-ixCMMwnVxyHFQLQnINhmIpWqXIfS2YOXchwQrk+OFzmo6nDjQ0E4KXAyyUh0T0MZgV4bUhkRrAbVqlE4yLVq4A==",
+ "license": "MIT",
"dependencies": {
"minimist": "^1.1.0"
},
@@ -13907,20 +6102,13 @@
"node": ">=0.10.0"
}
},
- "node_modules/p-finally": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/p-finally/-/p-finally-1.0.0.tgz",
- "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
"node_modules/p-limit": {
"version": "2.3.0",
"resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz",
"integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"p-try": "^2.0.0"
},
@@ -13932,33 +6120,14 @@
}
},
"node_modules/p-locate": {
- "version": "4.1.0",
- "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz",
- "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-3.0.0.tgz",
+ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
- "p-limit": "^2.2.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/p-map": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/p-map/-/p-map-2.1.0.tgz",
- "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/p-retry": {
- "version": "3.0.1",
- "resolved": "https://registry.npmmirror.com/p-retry/-/p-retry-3.0.1.tgz",
- "integrity": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==",
- "dev": true,
- "dependencies": {
- "retry": "^0.12.0"
+ "p-limit": "^2.0.0"
},
"engines": {
"node": ">=6"
@@ -13969,77 +6138,40 @@
"resolved": "https://registry.npmmirror.com/p-try/-/p-try-2.2.0.tgz",
"integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=6"
}
- },
- "node_modules/package-json-from-dist": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
- "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
- "dev": true
},
"node_modules/pako": {
"version": "1.0.11",
"resolved": "https://registry.npmmirror.com/pako/-/pako-1.0.11.tgz",
"integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
- "dev": true
+ "dev": true,
+ "license": "(MIT AND Zlib)",
+ "peer": true
},
"node_modules/parallel-transform": {
"version": "1.2.0",
"resolved": "https://registry.npmmirror.com/parallel-transform/-/parallel-transform-1.2.0.tgz",
"integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"cyclist": "^1.0.1",
"inherits": "^2.0.3",
"readable-stream": "^2.1.5"
}
},
- "node_modules/param-case": {
- "version": "2.1.1",
- "resolved": "https://registry.npmmirror.com/param-case/-/param-case-2.1.1.tgz",
- "integrity": "sha512-eQE845L6ot89sk2N8liD8HAuH4ca6Vvr7VWAWwt7+kvvG5aBcPmmphQ68JsEG2qa9n1TykS2DLeMt363AAH8/w==",
- "dev": true,
- "dependencies": {
- "no-case": "^2.2.0"
- }
- },
- "node_modules/parent-module": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
- "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "callsites": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/parent-module/node_modules/callsites": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
- "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/parenthesis": {
- "version": "3.1.8",
- "resolved": "https://registry.npmmirror.com/parenthesis/-/parenthesis-3.1.8.tgz",
- "integrity": "sha512-KF/U8tk54BgQewkJPvB4s/US3VQY68BRDpH638+7O/n58TpnwiwnOtGIOsT2/i+M78s61BBpeC83STB88d8sqw=="
- },
"node_modules/parse-asn1": {
"version": "5.1.7",
"resolved": "https://registry.npmmirror.com/parse-asn1/-/parse-asn1-5.1.7.tgz",
"integrity": "sha512-CTM5kuWR3sx9IFamcl5ErfPl6ea/N8IYwiJ+vpeB2g+1iknv7zBl5uPwbMbRVznRVbrNY6lGuDoE5b30grmbqg==",
"dev": true,
+ "license": "ISC",
+ "peer": true,
"dependencies": {
"asn1.js": "^4.10.1",
"browserify-aes": "^1.2.0",
@@ -14052,39 +6184,14 @@
"node": ">= 0.10"
}
},
- "node_modules/parse-asn1/node_modules/safe-buffer": {
- "version": "5.2.1",
- "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
- "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
+ "node_modules/parse-ms": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/parse-ms/-/parse-ms-4.0.0.tgz",
+ "integrity": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==",
"dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
- "node_modules/parse-json": {
- "version": "5.2.0",
- "resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-5.2.0.tgz",
- "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
- "dev": true,
- "dependencies": {
- "@babel/code-frame": "^7.0.0",
- "error-ex": "^1.3.1",
- "json-parse-even-better-errors": "^2.3.0",
- "lines-and-columns": "^1.1.6"
- },
+ "license": "MIT",
"engines": {
- "node": ">=8"
+ "node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
@@ -14095,38 +6202,9 @@
"resolved": "https://registry.npmmirror.com/parse-node-version/-/parse-node-version-1.0.1.tgz",
"integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": ">= 0.10"
- }
- },
- "node_modules/parse5": {
- "version": "5.1.0",
- "resolved": "https://registry.npmmirror.com/parse5/-/parse5-5.1.0.tgz",
- "integrity": "sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ==",
- "dev": true
- },
- "node_modules/parse5-htmlparser2-tree-adapter": {
- "version": "6.0.1",
- "resolved": "https://registry.npmmirror.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz",
- "integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==",
- "dev": true,
- "dependencies": {
- "parse5": "^6.0.1"
- }
- },
- "node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5": {
- "version": "6.0.1",
- "resolved": "https://registry.npmmirror.com/parse5/-/parse5-6.0.1.tgz",
- "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
- "dev": true
- },
- "node_modules/parseurl": {
- "version": "1.3.3",
- "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
- "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
- "dev": true,
- "engines": {
- "node": ">= 0.8"
}
},
"node_modules/pascalcase": {
@@ -14134,6 +6212,8 @@
"resolved": "https://registry.npmmirror.com/pascalcase/-/pascalcase-0.1.1.tgz",
"integrity": "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
@@ -14142,21 +6222,28 @@
"version": "0.0.1",
"resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-0.0.1.tgz",
"integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/path-dirname": {
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/path-dirname/-/path-dirname-1.0.2.tgz",
"integrity": "sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "peer": true
},
"node_modules/path-exists": {
- "version": "4.0.0",
- "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-3.0.0.tgz",
+ "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
- "node": ">=8"
+ "node": ">=4"
}
},
"node_modules/path-is-absolute": {
@@ -14164,102 +6251,37 @@
"resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
},
- "node_modules/path-is-inside": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/path-is-inside/-/path-is-inside-1.0.2.tgz",
- "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==",
- "dev": true
- },
"node_modules/path-key": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/path-key/-/path-key-2.0.1.tgz",
- "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==",
+ "version": "3.1.1",
+ "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
"dev": true,
+ "license": "MIT",
"engines": {
- "node": ">=4"
+ "node": ">=8"
}
},
- "node_modules/path-parse": {
- "version": "1.0.7",
- "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
- "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
- "dev": true
- },
- "node_modules/path-scurry": {
- "version": "1.11.1",
- "resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-1.11.1.tgz",
- "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
+ "node_modules/pathe": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmmirror.com/pathe/-/pathe-1.1.2.tgz",
+ "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==",
"dev": true,
- "dependencies": {
- "lru-cache": "^10.2.0",
- "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
- },
- "engines": {
- "node": ">=16 || 14 >=14.18"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/path-scurry/node_modules/lru-cache": {
- "version": "10.4.3",
- "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.4.3.tgz",
- "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
- "dev": true
- },
- "node_modules/path-scurry/node_modules/minipass": {
- "version": "7.1.2",
- "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.1.2.tgz",
- "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
- "dev": true,
- "engines": {
- "node": ">=16 || 14 >=14.17"
- }
- },
- "node_modules/path-to-regexp": {
- "version": "0.1.10",
- "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz",
- "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==",
- "dev": true
- },
- "node_modules/path-type": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/path-type/-/path-type-3.0.0.tgz",
- "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==",
- "dev": true,
- "dependencies": {
- "pify": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/path-type/node_modules/pify": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/pify/-/pify-3.0.0.tgz",
- "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/pathval": {
- "version": "1.1.1",
- "resolved": "https://registry.npmmirror.com/pathval/-/pathval-1.1.1.tgz",
- "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==",
- "dev": true,
- "engines": {
- "node": "*"
- }
+ "license": "MIT"
},
"node_modules/pause-stream": {
"version": "0.0.11",
"resolved": "https://registry.npmmirror.com/pause-stream/-/pause-stream-0.0.11.tgz",
"integrity": "sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==",
+ "license": [
+ "MIT",
+ "Apache2"
+ ],
"dependencies": {
"through": "~2.3"
}
@@ -14269,6 +6291,8 @@
"resolved": "https://registry.npmmirror.com/pbkdf2/-/pbkdf2-3.1.2.tgz",
"integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"create-hash": "^1.1.2",
"create-hmac": "^1.1.4",
@@ -14280,24 +6304,27 @@
"node": ">=0.12"
}
},
- "node_modules/performance-now": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/performance-now/-/performance-now-2.1.0.tgz",
- "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==",
- "dev": true
+ "node_modules/perfect-debounce": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
+ "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
+ "dev": true,
+ "license": "MIT"
},
"node_modules/picocolors": {
"version": "1.1.1",
"resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
+ "license": "ISC"
},
"node_modules/picomatch": {
- "version": "2.3.1",
- "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+ "version": "4.0.2",
+ "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.2.tgz",
+ "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
"dev": true,
+ "license": "MIT",
"engines": {
- "node": ">=8.6"
+ "node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
@@ -14308,105 +6335,62 @@
"resolved": "https://registry.npmmirror.com/pify/-/pify-4.0.1.tgz",
"integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": ">=6"
}
},
- "node_modules/pinkie": {
- "version": "2.0.4",
- "resolved": "https://registry.npmmirror.com/pinkie/-/pinkie-2.0.4.tgz",
- "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/pinkie-promise": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
- "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==",
- "dev": true,
+ "node_modules/pinia": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmmirror.com/pinia/-/pinia-2.3.0.tgz",
+ "integrity": "sha512-ohZj3jla0LL0OH5PlLTDMzqKiVw2XARmC1XYLdLWIPBMdhDW/123ZWr4zVAhtJm+aoSkFa13pYXskAvAscIkhQ==",
+ "license": "MIT",
"dependencies": {
- "pinkie": "^2.0.0"
+ "@vue/devtools-api": "^6.6.3",
+ "vue-demi": "^0.14.10"
},
- "engines": {
- "node": ">=0.10.0"
+ "funding": {
+ "url": "https://github.com/sponsors/posva"
+ },
+ "peerDependencies": {
+ "typescript": ">=4.4.4",
+ "vue": "^2.7.0 || ^3.5.11"
+ },
+ "peerDependenciesMeta": {
+ "typescript": {
+ "optional": true
+ }
}
},
"node_modules/pkg-dir": {
- "version": "4.2.0",
- "resolved": "https://registry.npmmirror.com/pkg-dir/-/pkg-dir-4.2.0.tgz",
- "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/pkg-dir/-/pkg-dir-3.0.0.tgz",
+ "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
- "find-up": "^4.0.0"
+ "find-up": "^3.0.0"
},
"engines": {
- "node": ">=8"
+ "node": ">=6"
}
},
"node_modules/platform": {
"version": "1.3.6",
"resolved": "https://registry.npmmirror.com/platform/-/platform-1.3.6.tgz",
- "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg=="
- },
- "node_modules/pn": {
- "version": "1.1.0",
- "resolved": "https://registry.npmmirror.com/pn/-/pn-1.1.0.tgz",
- "integrity": "sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==",
- "dev": true
- },
- "node_modules/pnp-webpack-plugin": {
- "version": "1.7.0",
- "resolved": "https://registry.npmmirror.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.7.0.tgz",
- "integrity": "sha512-2Rb3vm+EXble/sMXNSu6eoBx8e79gKqhNq9F5ZWW6ERNCTE/Q0wQNne5541tE5vKjfM8hpNCYL+LGc1YTfI0dg==",
- "dev": true,
- "dependencies": {
- "ts-pnp": "^1.1.6"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/portfinder": {
- "version": "1.0.32",
- "resolved": "https://registry.npmmirror.com/portfinder/-/portfinder-1.0.32.tgz",
- "integrity": "sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==",
- "dev": true,
- "dependencies": {
- "async": "^2.6.4",
- "debug": "^3.2.7",
- "mkdirp": "^0.5.6"
- },
- "engines": {
- "node": ">= 0.12.0"
- }
- },
- "node_modules/portfinder/node_modules/debug": {
- "version": "3.2.7",
- "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
- "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
- "dev": true,
- "dependencies": {
- "ms": "^2.1.1"
- }
+ "integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==",
+ "license": "MIT"
},
"node_modules/posix-character-classes": {
"version": "0.1.1",
"resolved": "https://registry.npmmirror.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
"integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
- }
- },
- "node_modules/possible-typed-array-names": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz",
- "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
- "dev": true,
- "engines": {
- "node": ">= 0.4"
}
},
"node_modules/postcss": {
@@ -14427,6 +6411,7 @@
"url": "https://github.com/sponsors/ai"
}
],
+ "license": "MIT",
"dependencies": {
"nanoid": "^3.3.7",
"picocolors": "^1.1.1",
@@ -14436,1445 +6421,29 @@
"node": "^10 || ^12 || >=14"
}
},
- "node_modules/postcss-calc": {
- "version": "7.0.5",
- "resolved": "https://registry.npmmirror.com/postcss-calc/-/postcss-calc-7.0.5.tgz",
- "integrity": "sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==",
+ "node_modules/pretty-ms": {
+ "version": "9.2.0",
+ "resolved": "https://registry.npmmirror.com/pretty-ms/-/pretty-ms-9.2.0.tgz",
+ "integrity": "sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "postcss": "^7.0.27",
- "postcss-selector-parser": "^6.0.2",
- "postcss-value-parser": "^4.0.2"
- }
- },
- "node_modules/postcss-calc/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-calc/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
+ "parse-ms": "^4.0.0"
},
"engines": {
- "node": ">=6.0.0"
+ "node": ">=18"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-colormin": {
- "version": "4.0.3",
- "resolved": "https://registry.npmmirror.com/postcss-colormin/-/postcss-colormin-4.0.3.tgz",
- "integrity": "sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==",
- "dev": true,
- "dependencies": {
- "browserslist": "^4.0.0",
- "color": "^3.0.0",
- "has": "^1.0.0",
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-colormin/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-colormin/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-colormin/node_modules/postcss-value-parser": {
- "version": "3.3.1",
- "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
- "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
- "dev": true
- },
- "node_modules/postcss-convert-values": {
- "version": "4.0.1",
- "resolved": "https://registry.npmmirror.com/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz",
- "integrity": "sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==",
- "dev": true,
- "dependencies": {
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-convert-values/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-convert-values/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-convert-values/node_modules/postcss-value-parser": {
- "version": "3.3.1",
- "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
- "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
- "dev": true
- },
- "node_modules/postcss-discard-comments": {
- "version": "4.0.2",
- "resolved": "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz",
- "integrity": "sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==",
- "dev": true,
- "dependencies": {
- "postcss": "^7.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-discard-comments/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-discard-comments/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-discard-duplicates": {
- "version": "4.0.2",
- "resolved": "https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz",
- "integrity": "sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==",
- "dev": true,
- "dependencies": {
- "postcss": "^7.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-discard-duplicates/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-discard-duplicates/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-discard-empty": {
- "version": "4.0.1",
- "resolved": "https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz",
- "integrity": "sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==",
- "dev": true,
- "dependencies": {
- "postcss": "^7.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-discard-empty/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-discard-empty/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-discard-overridden": {
- "version": "4.0.1",
- "resolved": "https://registry.npmmirror.com/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz",
- "integrity": "sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==",
- "dev": true,
- "dependencies": {
- "postcss": "^7.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-discard-overridden/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-discard-overridden/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-load-config": {
- "version": "2.1.2",
- "resolved": "https://registry.npmmirror.com/postcss-load-config/-/postcss-load-config-2.1.2.tgz",
- "integrity": "sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw==",
- "dev": true,
- "dependencies": {
- "cosmiconfig": "^5.0.0",
- "import-cwd": "^2.0.0"
- },
- "engines": {
- "node": ">= 4"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-loader": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/postcss-loader/-/postcss-loader-3.0.0.tgz",
- "integrity": "sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==",
- "dev": true,
- "dependencies": {
- "loader-utils": "^1.1.0",
- "postcss": "^7.0.0",
- "postcss-load-config": "^2.0.0",
- "schema-utils": "^1.0.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/postcss-loader/node_modules/json5": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
- "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
- "dev": true,
- "dependencies": {
- "minimist": "^1.2.0"
- },
- "bin": {
- "json5": "lib/cli.js"
- }
- },
- "node_modules/postcss-loader/node_modules/loader-utils": {
- "version": "1.4.2",
- "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
- "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
- "dev": true,
- "dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^1.0.1"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/postcss-loader/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-loader/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-loader/node_modules/schema-utils": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-1.0.0.tgz",
- "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
- "dev": true,
- "dependencies": {
- "ajv": "^6.1.0",
- "ajv-errors": "^1.0.0",
- "ajv-keywords": "^3.1.0"
- },
- "engines": {
- "node": ">= 4"
- }
- },
- "node_modules/postcss-merge-longhand": {
- "version": "4.0.11",
- "resolved": "https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz",
- "integrity": "sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==",
- "dev": true,
- "dependencies": {
- "css-color-names": "0.0.4",
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0",
- "stylehacks": "^4.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-merge-longhand/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-merge-longhand/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-merge-longhand/node_modules/postcss-value-parser": {
- "version": "3.3.1",
- "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
- "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
- "dev": true
- },
- "node_modules/postcss-merge-rules": {
- "version": "4.0.3",
- "resolved": "https://registry.npmmirror.com/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz",
- "integrity": "sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==",
- "dev": true,
- "dependencies": {
- "browserslist": "^4.0.0",
- "caniuse-api": "^3.0.0",
- "cssnano-util-same-parent": "^4.0.0",
- "postcss": "^7.0.0",
- "postcss-selector-parser": "^3.0.0",
- "vendors": "^1.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-merge-rules/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-merge-rules/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-merge-rules/node_modules/postcss-selector-parser": {
- "version": "3.1.2",
- "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz",
- "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==",
- "dev": true,
- "dependencies": {
- "dot-prop": "^5.2.0",
- "indexes-of": "^1.0.1",
- "uniq": "^1.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/postcss-minify-font-values": {
- "version": "4.0.2",
- "resolved": "https://registry.npmmirror.com/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz",
- "integrity": "sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==",
- "dev": true,
- "dependencies": {
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-minify-font-values/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-minify-font-values/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-minify-font-values/node_modules/postcss-value-parser": {
- "version": "3.3.1",
- "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
- "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
- "dev": true
- },
- "node_modules/postcss-minify-gradients": {
- "version": "4.0.2",
- "resolved": "https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz",
- "integrity": "sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q==",
- "dev": true,
- "dependencies": {
- "cssnano-util-get-arguments": "^4.0.0",
- "is-color-stop": "^1.0.0",
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-minify-gradients/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-minify-gradients/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-minify-gradients/node_modules/postcss-value-parser": {
- "version": "3.3.1",
- "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
- "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
- "dev": true
- },
- "node_modules/postcss-minify-params": {
- "version": "4.0.2",
- "resolved": "https://registry.npmmirror.com/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz",
- "integrity": "sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==",
- "dev": true,
- "dependencies": {
- "alphanum-sort": "^1.0.0",
- "browserslist": "^4.0.0",
- "cssnano-util-get-arguments": "^4.0.0",
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0",
- "uniqs": "^2.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-minify-params/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-minify-params/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-minify-params/node_modules/postcss-value-parser": {
- "version": "3.3.1",
- "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
- "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
- "dev": true
- },
- "node_modules/postcss-minify-selectors": {
- "version": "4.0.2",
- "resolved": "https://registry.npmmirror.com/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz",
- "integrity": "sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==",
- "dev": true,
- "dependencies": {
- "alphanum-sort": "^1.0.0",
- "has": "^1.0.0",
- "postcss": "^7.0.0",
- "postcss-selector-parser": "^3.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-minify-selectors/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-minify-selectors/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser": {
- "version": "3.1.2",
- "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz",
- "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==",
- "dev": true,
- "dependencies": {
- "dot-prop": "^5.2.0",
- "indexes-of": "^1.0.1",
- "uniq": "^1.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/postcss-modules-extract-imports": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz",
- "integrity": "sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==",
- "dev": true,
- "dependencies": {
- "postcss": "^7.0.5"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/postcss-modules-extract-imports/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-modules-extract-imports/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-modules-local-by-default": {
- "version": "3.0.3",
- "resolved": "https://registry.npmmirror.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz",
- "integrity": "sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==",
- "dev": true,
- "dependencies": {
- "icss-utils": "^4.1.1",
- "postcss": "^7.0.32",
- "postcss-selector-parser": "^6.0.2",
- "postcss-value-parser": "^4.1.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/postcss-modules-local-by-default/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-modules-local-by-default/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-modules-scope": {
- "version": "2.2.0",
- "resolved": "https://registry.npmmirror.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz",
- "integrity": "sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==",
- "dev": true,
- "dependencies": {
- "postcss": "^7.0.6",
- "postcss-selector-parser": "^6.0.0"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/postcss-modules-scope/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-modules-scope/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-modules-values": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz",
- "integrity": "sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==",
- "dev": true,
- "dependencies": {
- "icss-utils": "^4.0.0",
- "postcss": "^7.0.6"
- }
- },
- "node_modules/postcss-modules-values/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-modules-values/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-normalize-charset": {
- "version": "4.0.1",
- "resolved": "https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz",
- "integrity": "sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==",
- "dev": true,
- "dependencies": {
- "postcss": "^7.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-normalize-charset/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-normalize-charset/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-normalize-display-values": {
- "version": "4.0.2",
- "resolved": "https://registry.npmmirror.com/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz",
- "integrity": "sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ==",
- "dev": true,
- "dependencies": {
- "cssnano-util-get-match": "^4.0.0",
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-normalize-display-values/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-normalize-display-values/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-normalize-display-values/node_modules/postcss-value-parser": {
- "version": "3.3.1",
- "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
- "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
- "dev": true
- },
- "node_modules/postcss-normalize-positions": {
- "version": "4.0.2",
- "resolved": "https://registry.npmmirror.com/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz",
- "integrity": "sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA==",
- "dev": true,
- "dependencies": {
- "cssnano-util-get-arguments": "^4.0.0",
- "has": "^1.0.0",
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-normalize-positions/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-normalize-positions/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-normalize-positions/node_modules/postcss-value-parser": {
- "version": "3.3.1",
- "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
- "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
- "dev": true
- },
- "node_modules/postcss-normalize-repeat-style": {
- "version": "4.0.2",
- "resolved": "https://registry.npmmirror.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz",
- "integrity": "sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q==",
- "dev": true,
- "dependencies": {
- "cssnano-util-get-arguments": "^4.0.0",
- "cssnano-util-get-match": "^4.0.0",
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-normalize-repeat-style/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-normalize-repeat-style/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-normalize-repeat-style/node_modules/postcss-value-parser": {
- "version": "3.3.1",
- "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
- "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
- "dev": true
- },
- "node_modules/postcss-normalize-string": {
- "version": "4.0.2",
- "resolved": "https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz",
- "integrity": "sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==",
- "dev": true,
- "dependencies": {
- "has": "^1.0.0",
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-normalize-string/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-normalize-string/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-normalize-string/node_modules/postcss-value-parser": {
- "version": "3.3.1",
- "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
- "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
- "dev": true
- },
- "node_modules/postcss-normalize-timing-functions": {
- "version": "4.0.2",
- "resolved": "https://registry.npmmirror.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz",
- "integrity": "sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==",
- "dev": true,
- "dependencies": {
- "cssnano-util-get-match": "^4.0.0",
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-normalize-timing-functions/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-normalize-timing-functions/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-normalize-timing-functions/node_modules/postcss-value-parser": {
- "version": "3.3.1",
- "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
- "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
- "dev": true
- },
- "node_modules/postcss-normalize-unicode": {
- "version": "4.0.1",
- "resolved": "https://registry.npmmirror.com/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz",
- "integrity": "sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==",
- "dev": true,
- "dependencies": {
- "browserslist": "^4.0.0",
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-normalize-unicode/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-normalize-unicode/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-normalize-unicode/node_modules/postcss-value-parser": {
- "version": "3.3.1",
- "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
- "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
- "dev": true
- },
- "node_modules/postcss-normalize-url": {
- "version": "4.0.1",
- "resolved": "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz",
- "integrity": "sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==",
- "dev": true,
- "dependencies": {
- "is-absolute-url": "^2.0.0",
- "normalize-url": "^3.0.0",
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-normalize-url/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-normalize-url/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-normalize-url/node_modules/postcss-value-parser": {
- "version": "3.3.1",
- "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
- "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
- "dev": true
- },
- "node_modules/postcss-normalize-whitespace": {
- "version": "4.0.2",
- "resolved": "https://registry.npmmirror.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz",
- "integrity": "sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==",
- "dev": true,
- "dependencies": {
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-normalize-whitespace/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-normalize-whitespace/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-normalize-whitespace/node_modules/postcss-value-parser": {
- "version": "3.3.1",
- "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
- "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
- "dev": true
- },
- "node_modules/postcss-ordered-values": {
- "version": "4.1.2",
- "resolved": "https://registry.npmmirror.com/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz",
- "integrity": "sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw==",
- "dev": true,
- "dependencies": {
- "cssnano-util-get-arguments": "^4.0.0",
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-ordered-values/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-ordered-values/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-ordered-values/node_modules/postcss-value-parser": {
- "version": "3.3.1",
- "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
- "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
- "dev": true
- },
- "node_modules/postcss-reduce-initial": {
- "version": "4.0.3",
- "resolved": "https://registry.npmmirror.com/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz",
- "integrity": "sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==",
- "dev": true,
- "dependencies": {
- "browserslist": "^4.0.0",
- "caniuse-api": "^3.0.0",
- "has": "^1.0.0",
- "postcss": "^7.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-reduce-initial/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-reduce-initial/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-reduce-transforms": {
- "version": "4.0.2",
- "resolved": "https://registry.npmmirror.com/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz",
- "integrity": "sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==",
- "dev": true,
- "dependencies": {
- "cssnano-util-get-match": "^4.0.0",
- "has": "^1.0.0",
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-reduce-transforms/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-reduce-transforms/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-reduce-transforms/node_modules/postcss-value-parser": {
- "version": "3.3.1",
- "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
- "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
- "dev": true
- },
- "node_modules/postcss-selector-parser": {
- "version": "6.1.2",
- "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
- "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
- "dev": true,
- "dependencies": {
- "cssesc": "^3.0.0",
- "util-deprecate": "^1.0.2"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/postcss-svgo": {
- "version": "4.0.3",
- "resolved": "https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-4.0.3.tgz",
- "integrity": "sha512-NoRbrcMWTtUghzuKSoIm6XV+sJdvZ7GZSc3wdBN0W19FTtp2ko8NqLsgoh/m9CzNhU3KLPvQmjIwtaNFkaFTvw==",
- "dev": true,
- "dependencies": {
- "postcss": "^7.0.0",
- "postcss-value-parser": "^3.0.0",
- "svgo": "^1.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-svgo/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-svgo/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-svgo/node_modules/postcss-value-parser": {
- "version": "3.3.1",
- "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
- "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
- "dev": true
- },
- "node_modules/postcss-unique-selectors": {
- "version": "4.0.1",
- "resolved": "https://registry.npmmirror.com/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz",
- "integrity": "sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==",
- "dev": true,
- "dependencies": {
- "alphanum-sort": "^1.0.0",
- "postcss": "^7.0.0",
- "uniqs": "^2.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/postcss-unique-selectors/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/postcss-unique-selectors/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- }
- },
- "node_modules/postcss-value-parser": {
- "version": "4.2.0",
- "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
- "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
- "dev": true
- },
- "node_modules/prelude-ls": {
- "version": "1.1.2",
- "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.1.2.tgz",
- "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",
- "dev": true,
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/prepend-http": {
- "version": "1.0.4",
- "resolved": "https://registry.npmmirror.com/prepend-http/-/prepend-http-1.0.4.tgz",
- "integrity": "sha512-PhmXi5XmoyKw1Un4E+opM2KcsJInDvKyuOumcjjw3waw86ZNjHwVUOOWLc4bCzLdcKNaWBH9e99sbWzDQsVaYg==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/prettier": {
- "version": "2.8.8",
- "resolved": "https://registry.npmmirror.com/prettier/-/prettier-2.8.8.tgz",
- "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
- "dev": true,
- "optional": true,
- "bin": {
- "prettier": "bin-prettier.js"
- },
- "engines": {
- "node": ">=10.13.0"
- },
- "funding": {
- "url": "https://github.com/prettier/prettier?sponsor=1"
- }
- },
- "node_modules/pretty-error": {
- "version": "2.1.2",
- "resolved": "https://registry.npmmirror.com/pretty-error/-/pretty-error-2.1.2.tgz",
- "integrity": "sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==",
- "dev": true,
- "dependencies": {
- "lodash": "^4.17.20",
- "renderkid": "^2.0.4"
+ "url": "https://github.com/sponsors/sindresorhus"
}
- },
- "node_modules/print-js": {
- "version": "1.6.0",
- "resolved": "https://registry.npmmirror.com/print-js/-/print-js-1.6.0.tgz",
- "integrity": "sha512-BfnOIzSKbqGRtO4o0rnj/K3681BSd2QUrsIZy/+WdCIugjIswjmx3lDEZpXB2ruGf9d4b3YNINri81+J0FsBWg=="
},
"node_modules/process": {
"version": "0.11.10",
"resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz",
"integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">= 0.6.0"
}
@@ -15882,67 +6451,37 @@
"node_modules/process-nextick-args": {
"version": "2.0.1",
"resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
- "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
- },
- "node_modules/progress": {
- "version": "2.0.3",
- "resolved": "https://registry.npmmirror.com/progress/-/progress-2.0.3.tgz",
- "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
- "dev": true,
- "engines": {
- "node": ">=0.4.0"
- }
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
+ "license": "MIT"
},
"node_modules/promise-inflight": {
"version": "1.0.1",
"resolved": "https://registry.npmmirror.com/promise-inflight/-/promise-inflight-1.0.1.tgz",
"integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==",
- "dev": true
- },
- "node_modules/proto-list": {
- "version": "1.2.4",
- "resolved": "https://registry.npmmirror.com/proto-list/-/proto-list-1.2.4.tgz",
- "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==",
- "dev": true
- },
- "node_modules/proxy-addr": {
- "version": "2.0.7",
- "resolved": "https://registry.npmmirror.com/proxy-addr/-/proxy-addr-2.0.7.tgz",
- "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
"dev": true,
- "dependencies": {
- "forwarded": "0.2.0",
- "ipaddr.js": "1.9.1"
- },
- "engines": {
- "node": ">= 0.10"
- }
+ "license": "ISC",
+ "peer": true
+ },
+ "node_modules/proxy-from-env": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
+ "license": "MIT"
},
"node_modules/prr": {
"version": "1.0.1",
"resolved": "https://registry.npmmirror.com/prr/-/prr-1.0.1.tgz",
"integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==",
- "dev": true
- },
- "node_modules/pseudomap": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/pseudomap/-/pseudomap-1.0.2.tgz",
- "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==",
- "dev": true
- },
- "node_modules/psl": {
- "version": "1.13.0",
- "resolved": "https://registry.npmmirror.com/psl/-/psl-1.13.0.tgz",
- "integrity": "sha512-BFwmFXiJoFqlUpZ5Qssolv15DMyc84gTBds1BjsV1BfXEo1UyyD7GsmN67n7J77uRhoSNW1AXtXKPLcBFQn9Aw==",
- "dependencies": {
- "punycode": "^2.3.1"
- }
+ "dev": true,
+ "license": "MIT"
},
"node_modules/public-encrypt": {
"version": "4.0.3",
"resolved": "https://registry.npmmirror.com/public-encrypt/-/public-encrypt-4.0.3.tgz",
"integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"bn.js": "^4.1.0",
"browserify-rsa": "^4.0.0",
@@ -15956,12 +6495,15 @@
"version": "4.12.1",
"resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.1.tgz",
"integrity": "sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/pump": {
"version": "3.0.2",
"resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.2.tgz",
"integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==",
+ "license": "MIT",
"dependencies": {
"end-of-stream": "^1.1.0",
"once": "^1.3.1"
@@ -15972,6 +6514,8 @@
"resolved": "https://registry.npmmirror.com/pumpify/-/pumpify-1.5.1.tgz",
"integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"duplexify": "^3.6.0",
"inherits": "^2.0.3",
@@ -15983,34 +6527,26 @@
"resolved": "https://registry.npmmirror.com/pump/-/pump-2.0.1.tgz",
"integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"end-of-stream": "^1.1.0",
"once": "^1.3.1"
}
},
"node_modules/punycode": {
- "version": "2.3.1",
- "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
- "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/q": {
- "version": "1.5.1",
- "resolved": "https://registry.npmmirror.com/q/-/q-1.5.1.tgz",
- "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==",
- "deprecated": "You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.\n\n(For a CapTP with native promises, see @endo/eventual-send and @endo/captp)",
+ "version": "1.4.1",
+ "resolved": "https://registry.npmmirror.com/punycode/-/punycode-1.4.1.tgz",
+ "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==",
"dev": true,
- "engines": {
- "node": ">=0.6.0",
- "teleport": ">=0.2.0"
- }
+ "license": "MIT",
+ "peer": true
},
"node_modules/qs": {
"version": "6.13.1",
"resolved": "https://registry.npmmirror.com/qs/-/qs-6.13.1.tgz",
"integrity": "sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg==",
+ "license": "BSD-3-Clause",
"dependencies": {
"side-channel": "^1.0.6"
},
@@ -16021,58 +6557,23 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/query-string": {
- "version": "4.3.4",
- "resolved": "https://registry.npmmirror.com/query-string/-/query-string-4.3.4.tgz",
- "integrity": "sha512-O2XLNDBIg1DnTOa+2XrIwSiXEV8h2KImXUnjhhn2+UsvZ+Es2uyd5CCRTNQlDGbzUQOW3aYCBx9rVA6dzsiY7Q==",
- "dev": true,
- "dependencies": {
- "object-assign": "^4.1.0",
- "strict-uri-encode": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
"node_modules/querystring-es3": {
"version": "0.2.1",
"resolved": "https://registry.npmmirror.com/querystring-es3/-/querystring-es3-0.2.1.tgz",
"integrity": "sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==",
"dev": true,
+ "peer": true,
"engines": {
"node": ">=0.4.x"
}
- },
- "node_modules/querystringify": {
- "version": "2.2.0",
- "resolved": "https://registry.npmmirror.com/querystringify/-/querystringify-2.2.0.tgz",
- "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ=="
- },
- "node_modules/queue-microtask": {
- "version": "1.2.3",
- "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
- "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
},
"node_modules/randombytes": {
"version": "2.1.0",
"resolved": "https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz",
"integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"safe-buffer": "^5.1.0"
}
@@ -16082,66 +6583,18 @@
"resolved": "https://registry.npmmirror.com/randomfill/-/randomfill-1.0.4.tgz",
"integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"randombytes": "^2.0.5",
"safe-buffer": "^5.1.0"
- }
- },
- "node_modules/range-parser": {
- "version": "1.2.1",
- "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz",
- "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
- "dev": true,
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/raw-body": {
- "version": "2.5.2",
- "resolved": "https://registry.npmmirror.com/raw-body/-/raw-body-2.5.2.tgz",
- "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
- "dev": true,
- "dependencies": {
- "bytes": "3.1.2",
- "http-errors": "2.0.0",
- "iconv-lite": "0.4.24",
- "unpipe": "1.0.0"
- },
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/raw-body/node_modules/iconv-lite": {
- "version": "0.4.24",
- "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
- "dev": true,
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/read-pkg": {
- "version": "5.2.0",
- "resolved": "https://registry.npmmirror.com/read-pkg/-/read-pkg-5.2.0.tgz",
- "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
- "dev": true,
- "dependencies": {
- "@types/normalize-package-data": "^2.4.0",
- "normalize-package-data": "^2.5.0",
- "parse-json": "^5.0.0",
- "type-fest": "^0.6.0"
- },
- "engines": {
- "node": ">=8"
}
},
"node_modules/readable-stream": {
"version": "2.3.8",
"resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
+ "license": "MIT",
"dependencies": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.3",
@@ -16152,12 +6605,29 @@
"util-deprecate": "~1.0.1"
}
},
+ "node_modules/readable-stream/node_modules/safe-buffer": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
+ "license": "MIT"
+ },
+ "node_modules/readable-stream/node_modules/string_decoder": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
+ "license": "MIT",
+ "dependencies": {
+ "safe-buffer": "~5.1.0"
+ }
+ },
"node_modules/readdirp": {
"version": "3.6.0",
"resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
"dev": true,
+ "license": "MIT",
"optional": true,
+ "peer": true,
"dependencies": {
"picomatch": "^2.2.1"
},
@@ -16165,64 +6635,34 @@
"node": ">=8.10.0"
}
},
- "node_modules/reflect.getprototypeof": {
- "version": "1.0.7",
- "resolved": "https://registry.npmmirror.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.7.tgz",
- "integrity": "sha512-bMvFGIUKlc/eSfXNX+aZ+EL95/EgZzuwA0OBPTbZZDEJw/0AkentjMuM1oiRfwHrshqk4RzdgiTg5CcDalXN5g==",
+ "node_modules/readdirp/node_modules/picomatch": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
"dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.5",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.4",
- "gopd": "^1.0.1",
- "which-builtin-type": "^1.1.4"
- },
+ "license": "MIT",
+ "optional": true,
+ "peer": true,
"engines": {
- "node": ">= 0.4"
+ "node": ">=8.6"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/regenerate": {
- "version": "1.4.2",
- "resolved": "https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz",
- "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
- "dev": true
- },
- "node_modules/regenerate-unicode-properties": {
- "version": "10.2.0",
- "resolved": "https://registry.npmmirror.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz",
- "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==",
- "dev": true,
- "dependencies": {
- "regenerate": "^1.4.2"
- },
- "engines": {
- "node": ">=4"
+ "url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/regenerator-runtime": {
"version": "0.14.1",
"resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
- "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
- },
- "node_modules/regenerator-transform": {
- "version": "0.15.2",
- "resolved": "https://registry.npmmirror.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz",
- "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==",
- "dev": true,
- "dependencies": {
- "@babel/runtime": "^7.8.4"
- }
+ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
+ "license": "MIT"
},
"node_modules/regex-not": {
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/regex-not/-/regex-not-1.0.2.tgz",
"integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"extend-shallow": "^3.0.2",
"safe-regex": "^1.1.0"
@@ -16231,238 +6671,22 @@
"node": ">=0.10.0"
}
},
- "node_modules/regex-not/node_modules/extend-shallow": {
- "version": "3.0.2",
- "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-3.0.2.tgz",
- "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
- "dev": true,
- "dependencies": {
- "assign-symbols": "^1.0.0",
- "is-extendable": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/regex-not/node_modules/is-extendable": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-1.0.1.tgz",
- "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
- "dev": true,
- "dependencies": {
- "is-plain-object": "^2.0.4"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/regexp.prototype.flags": {
- "version": "1.5.3",
- "resolved": "https://registry.npmmirror.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.3.tgz",
- "integrity": "sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-errors": "^1.3.0",
- "set-function-name": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/regexpp": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/regexpp/-/regexpp-2.0.1.tgz",
- "integrity": "sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=6.5.0"
- }
- },
- "node_modules/regexpu-core": {
- "version": "6.2.0",
- "resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-6.2.0.tgz",
- "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==",
- "dev": true,
- "dependencies": {
- "regenerate": "^1.4.2",
- "regenerate-unicode-properties": "^10.2.0",
- "regjsgen": "^0.8.0",
- "regjsparser": "^0.12.0",
- "unicode-match-property-ecmascript": "^2.0.0",
- "unicode-match-property-value-ecmascript": "^2.1.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/regjsgen": {
- "version": "0.8.0",
- "resolved": "https://registry.npmmirror.com/regjsgen/-/regjsgen-0.8.0.tgz",
- "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==",
- "dev": true
- },
- "node_modules/regjsparser": {
- "version": "0.12.0",
- "resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.12.0.tgz",
- "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==",
- "dev": true,
- "dependencies": {
- "jsesc": "~3.0.2"
- },
- "bin": {
- "regjsparser": "bin/parser"
- }
- },
- "node_modules/relateurl": {
- "version": "0.2.7",
- "resolved": "https://registry.npmmirror.com/relateurl/-/relateurl-0.2.7.tgz",
- "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==",
- "dev": true,
- "engines": {
- "node": ">= 0.10"
- }
- },
"node_modules/remove-trailing-separator": {
"version": "1.1.0",
"resolved": "https://registry.npmmirror.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
"integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==",
- "dev": true
- },
- "node_modules/renderkid": {
- "version": "2.0.7",
- "resolved": "https://registry.npmmirror.com/renderkid/-/renderkid-2.0.7.tgz",
- "integrity": "sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==",
"dev": true,
- "dependencies": {
- "css-select": "^4.1.3",
- "dom-converter": "^0.2.0",
- "htmlparser2": "^6.1.0",
- "lodash": "^4.17.21",
- "strip-ansi": "^3.0.1"
- }
- },
- "node_modules/renderkid/node_modules/ansi-regex": {
- "version": "2.1.1",
- "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-2.1.1.tgz",
- "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/renderkid/node_modules/css-select": {
- "version": "4.3.0",
- "resolved": "https://registry.npmmirror.com/css-select/-/css-select-4.3.0.tgz",
- "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==",
- "dev": true,
- "dependencies": {
- "boolbase": "^1.0.0",
- "css-what": "^6.0.1",
- "domhandler": "^4.3.1",
- "domutils": "^2.8.0",
- "nth-check": "^2.0.1"
- },
- "funding": {
- "url": "https://github.com/sponsors/fb55"
- }
- },
- "node_modules/renderkid/node_modules/css-what": {
- "version": "6.1.0",
- "resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.1.0.tgz",
- "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
- "dev": true,
- "engines": {
- "node": ">= 6"
- },
- "funding": {
- "url": "https://github.com/sponsors/fb55"
- }
- },
- "node_modules/renderkid/node_modules/dom-serializer": {
- "version": "1.4.1",
- "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-1.4.1.tgz",
- "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==",
- "dev": true,
- "dependencies": {
- "domelementtype": "^2.0.1",
- "domhandler": "^4.2.0",
- "entities": "^2.0.0"
- },
- "funding": {
- "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
- }
- },
- "node_modules/renderkid/node_modules/domelementtype": {
- "version": "2.3.0",
- "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz",
- "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
- "dev": true,
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/fb55"
- }
- ]
- },
- "node_modules/renderkid/node_modules/domutils": {
- "version": "2.8.0",
- "resolved": "https://registry.npmmirror.com/domutils/-/domutils-2.8.0.tgz",
- "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
- "dev": true,
- "dependencies": {
- "dom-serializer": "^1.0.1",
- "domelementtype": "^2.2.0",
- "domhandler": "^4.2.0"
- },
- "funding": {
- "url": "https://github.com/fb55/domutils?sponsor=1"
- }
- },
- "node_modules/renderkid/node_modules/entities": {
- "version": "2.2.0",
- "resolved": "https://registry.npmmirror.com/entities/-/entities-2.2.0.tgz",
- "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==",
- "dev": true,
- "funding": {
- "url": "https://github.com/fb55/entities?sponsor=1"
- }
- },
- "node_modules/renderkid/node_modules/nth-check": {
- "version": "2.1.1",
- "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
- "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
- "dev": true,
- "dependencies": {
- "boolbase": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/fb55/nth-check?sponsor=1"
- }
- },
- "node_modules/renderkid/node_modules/strip-ansi": {
- "version": "3.0.1",
- "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-3.0.1.tgz",
- "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
+ "license": "ISC",
+ "optional": true,
+ "peer": true
},
"node_modules/repeat-element": {
"version": "1.1.4",
"resolved": "https://registry.npmmirror.com/repeat-element/-/repeat-element-1.1.4.tgz",
"integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
@@ -16472,166 +6696,10 @@
"resolved": "https://registry.npmmirror.com/repeat-string/-/repeat-string-1.6.1.tgz",
"integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10"
- }
- },
- "node_modules/request": {
- "version": "2.88.2",
- "resolved": "https://registry.npmmirror.com/request/-/request-2.88.2.tgz",
- "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
- "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142",
- "dev": true,
- "dependencies": {
- "aws-sign2": "~0.7.0",
- "aws4": "^1.8.0",
- "caseless": "~0.12.0",
- "combined-stream": "~1.0.6",
- "extend": "~3.0.2",
- "forever-agent": "~0.6.1",
- "form-data": "~2.3.2",
- "har-validator": "~5.1.3",
- "http-signature": "~1.2.0",
- "is-typedarray": "~1.0.0",
- "isstream": "~0.1.2",
- "json-stringify-safe": "~5.0.1",
- "mime-types": "~2.1.19",
- "oauth-sign": "~0.9.0",
- "performance-now": "^2.1.0",
- "qs": "~6.5.2",
- "safe-buffer": "^5.1.2",
- "tough-cookie": "~2.5.0",
- "tunnel-agent": "^0.6.0",
- "uuid": "^3.3.2"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/request-promise-core": {
- "version": "1.1.4",
- "resolved": "https://registry.npmmirror.com/request-promise-core/-/request-promise-core-1.1.4.tgz",
- "integrity": "sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==",
- "dev": true,
- "dependencies": {
- "lodash": "^4.17.19"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "peerDependencies": {
- "request": "^2.34"
- }
- },
- "node_modules/request-promise-native": {
- "version": "1.0.9",
- "resolved": "https://registry.npmmirror.com/request-promise-native/-/request-promise-native-1.0.9.tgz",
- "integrity": "sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==",
- "deprecated": "request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142",
- "dev": true,
- "dependencies": {
- "request-promise-core": "1.1.4",
- "stealthy-require": "^1.1.1",
- "tough-cookie": "^2.3.3"
- },
- "engines": {
- "node": ">=0.12.0"
- },
- "peerDependencies": {
- "request": "^2.34"
- }
- },
- "node_modules/request-promise-native/node_modules/tough-cookie": {
- "version": "2.5.0",
- "resolved": "https://registry.npmmirror.com/tough-cookie/-/tough-cookie-2.5.0.tgz",
- "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
- "dev": true,
- "dependencies": {
- "psl": "^1.1.28",
- "punycode": "^2.1.1"
- },
- "engines": {
- "node": ">=0.8"
- }
- },
- "node_modules/request/node_modules/qs": {
- "version": "6.5.3",
- "resolved": "https://registry.npmmirror.com/qs/-/qs-6.5.3.tgz",
- "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==",
- "dev": true,
- "engines": {
- "node": ">=0.6"
- }
- },
- "node_modules/request/node_modules/tough-cookie": {
- "version": "2.5.0",
- "resolved": "https://registry.npmmirror.com/tough-cookie/-/tough-cookie-2.5.0.tgz",
- "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
- "dev": true,
- "dependencies": {
- "psl": "^1.1.28",
- "punycode": "^2.1.1"
- },
- "engines": {
- "node": ">=0.8"
- }
- },
- "node_modules/require-directory": {
- "version": "2.1.1",
- "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
- "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/require-main-filename": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/require-main-filename/-/require-main-filename-2.0.0.tgz",
- "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
- "dev": true
- },
- "node_modules/requires-port": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/requires-port/-/requires-port-1.0.0.tgz",
- "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ=="
- },
- "node_modules/resolve": {
- "version": "1.22.8",
- "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.8.tgz",
- "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
- "dev": true,
- "dependencies": {
- "is-core-module": "^2.13.0",
- "path-parse": "^1.0.7",
- "supports-preserve-symlinks-flag": "^1.0.0"
- },
- "bin": {
- "resolve": "bin/resolve"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/resolve-cwd": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz",
- "integrity": "sha512-ccu8zQTrzVr954472aUVPLEcB3YpKSYR3cg/3lo1okzobPBM+1INXBbBZlDbnI/hbEocnf8j0QVo43hQKrbchg==",
- "dev": true,
- "dependencies": {
- "resolve-from": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/resolve-from": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-3.0.0.tgz",
- "integrity": "sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==",
- "dev": true,
- "engines": {
- "node": ">=4"
}
},
"node_modules/resolve-url": {
@@ -16639,60 +6707,27 @@
"resolved": "https://registry.npmmirror.com/resolve-url/-/resolve-url-0.2.1.tgz",
"integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==",
"deprecated": "https://github.com/lydell/resolve-url#deprecated",
- "dev": true
- },
- "node_modules/restore-cursor": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/restore-cursor/-/restore-cursor-2.0.0.tgz",
- "integrity": "sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==",
"dev": true,
- "dependencies": {
- "onetime": "^2.0.0",
- "signal-exit": "^3.0.2"
- },
- "engines": {
- "node": ">=4"
- }
+ "license": "MIT",
+ "peer": true
},
"node_modules/ret": {
"version": "0.1.15",
"resolved": "https://registry.npmmirror.com/ret/-/ret-0.1.15.tgz",
"integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.12"
}
},
- "node_modules/retry": {
- "version": "0.12.0",
- "resolved": "https://registry.npmmirror.com/retry/-/retry-0.12.0.tgz",
- "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
+ "node_modules/rfdc": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmmirror.com/rfdc/-/rfdc-1.4.1.tgz",
+ "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
"dev": true,
- "engines": {
- "node": ">= 4"
- }
- },
- "node_modules/reusify": {
- "version": "1.0.4",
- "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz",
- "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
- "dev": true,
- "engines": {
- "iojs": ">=1.0.0",
- "node": ">=0.10.0"
- }
- },
- "node_modules/rgb-regex": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/rgb-regex/-/rgb-regex-1.0.1.tgz",
- "integrity": "sha512-gDK5mkALDFER2YLqH6imYvK6g02gpNGM4ILDZ472EwWfXZnC2ZEpoB2ECXTyOVUKuk/bPJZMzwQPBYICzP+D3w==",
- "dev": true
- },
- "node_modules/rgba-regex": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/rgba-regex/-/rgba-regex-1.0.0.tgz",
- "integrity": "sha512-zgn5OjNQXLUTdq8m17KdaicF6w89TZs8ZU8y0AYENIU6wG8GG6LLm0yLSiPY8DmaYmHdgRW8rnApjoT0fQRfMg==",
- "dev": true
+ "license": "MIT"
},
"node_modules/rimraf": {
"version": "2.7.1",
@@ -16700,6 +6735,8 @@
"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
"deprecated": "Rimraf versions prior to v4 are no longer supported",
"dev": true,
+ "license": "ISC",
+ "peer": true,
"dependencies": {
"glob": "^7.1.3"
},
@@ -16707,72 +6744,95 @@
"rimraf": "bin.js"
}
},
- "node_modules/rimraf/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/rimraf/node_modules/glob": {
- "version": "7.2.3",
- "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
- "deprecated": "Glob versions prior to v9 are no longer supported",
- "dev": true,
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.1.1",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
- },
- "engines": {
- "node": "*"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/rimraf/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
"node_modules/ripemd160": {
"version": "2.0.2",
"resolved": "https://registry.npmmirror.com/ripemd160/-/ripemd160-2.0.2.tgz",
"integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"hash-base": "^3.0.0",
"inherits": "^2.0.1"
}
},
- "node_modules/run-async": {
- "version": "2.4.1",
- "resolved": "https://registry.npmmirror.com/run-async/-/run-async-2.4.1.tgz",
- "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
+ "node_modules/rollup": {
+ "version": "4.30.1",
+ "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.30.1.tgz",
+ "integrity": "sha512-mlJ4glW020fPuLi7DkM/lN97mYEZGWeqBnrljzN0gs7GLctqX3lNWxKQ7Gl712UAX+6fog/L3jh4gb7R6aVi3w==",
"dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/estree": "1.0.6"
+ },
+ "bin": {
+ "rollup": "dist/bin/rollup"
+ },
"engines": {
- "node": ">=0.12.0"
+ "node": ">=18.0.0",
+ "npm": ">=8.0.0"
+ },
+ "optionalDependencies": {
+ "@rollup/rollup-android-arm-eabi": "4.30.1",
+ "@rollup/rollup-android-arm64": "4.30.1",
+ "@rollup/rollup-darwin-arm64": "4.30.1",
+ "@rollup/rollup-darwin-x64": "4.30.1",
+ "@rollup/rollup-freebsd-arm64": "4.30.1",
+ "@rollup/rollup-freebsd-x64": "4.30.1",
+ "@rollup/rollup-linux-arm-gnueabihf": "4.30.1",
+ "@rollup/rollup-linux-arm-musleabihf": "4.30.1",
+ "@rollup/rollup-linux-arm64-gnu": "4.30.1",
+ "@rollup/rollup-linux-arm64-musl": "4.30.1",
+ "@rollup/rollup-linux-loongarch64-gnu": "4.30.1",
+ "@rollup/rollup-linux-powerpc64le-gnu": "4.30.1",
+ "@rollup/rollup-linux-riscv64-gnu": "4.30.1",
+ "@rollup/rollup-linux-s390x-gnu": "4.30.1",
+ "@rollup/rollup-linux-x64-gnu": "4.30.1",
+ "@rollup/rollup-linux-x64-musl": "4.30.1",
+ "@rollup/rollup-win32-arm64-msvc": "4.30.1",
+ "@rollup/rollup-win32-ia32-msvc": "4.30.1",
+ "@rollup/rollup-win32-x64-msvc": "4.30.1",
+ "fsevents": "~2.3.2"
}
},
- "node_modules/run-parallel": {
- "version": "1.2.0",
- "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
- "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
+ "node_modules/run-applescript": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-7.0.0.tgz",
+ "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/run-queue": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmmirror.com/run-queue/-/run-queue-1.0.3.tgz",
+ "integrity": "sha512-ntymy489o0/QQplUDnpYAYUsO50K9SBrIVaKCWDOJzYJts0f9WH9RFJkyagebkw5+y1oi00R7ynNW/d12GBumg==",
+ "dev": true,
+ "license": "ISC",
+ "peer": true,
+ "dependencies": {
+ "aproba": "^1.1.1"
+ }
+ },
+ "node_modules/rxjs": {
+ "version": "7.8.1",
+ "resolved": "https://registry.npmmirror.com/rxjs/-/rxjs-7.8.1.tgz",
+ "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "dependencies": {
+ "tslib": "^2.1.0"
+ }
+ },
+ "node_modules/safe-buffer": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
"dev": true,
"funding": [
{
@@ -16788,230 +6848,481 @@
"url": "https://feross.org/support"
}
],
- "dependencies": {
- "queue-microtask": "^1.2.2"
- }
- },
- "node_modules/run-queue": {
- "version": "1.0.3",
- "resolved": "https://registry.npmmirror.com/run-queue/-/run-queue-1.0.3.tgz",
- "integrity": "sha512-ntymy489o0/QQplUDnpYAYUsO50K9SBrIVaKCWDOJzYJts0f9WH9RFJkyagebkw5+y1oi00R7ynNW/d12GBumg==",
- "dev": true,
- "dependencies": {
- "aproba": "^1.1.1"
- }
- },
- "node_modules/rxjs": {
- "version": "6.6.7",
- "resolved": "https://registry.npmmirror.com/rxjs/-/rxjs-6.6.7.tgz",
- "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==",
- "dev": true,
- "dependencies": {
- "tslib": "^1.9.0"
- },
- "engines": {
- "npm": ">=2.0.0"
- }
- },
- "node_modules/rxjs/node_modules/tslib": {
- "version": "1.14.1",
- "resolved": "https://registry.npmmirror.com/tslib/-/tslib-1.14.1.tgz",
- "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
- "dev": true
- },
- "node_modules/safe-array-concat": {
- "version": "1.1.2",
- "resolved": "https://registry.npmmirror.com/safe-array-concat/-/safe-array-concat-1.1.2.tgz",
- "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "get-intrinsic": "^1.2.4",
- "has-symbols": "^1.0.3",
- "isarray": "^2.0.5"
- },
- "engines": {
- "node": ">=0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/safe-array-concat/node_modules/isarray": {
- "version": "2.0.5",
- "resolved": "https://registry.npmmirror.com/isarray/-/isarray-2.0.5.tgz",
- "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
- "dev": true
- },
- "node_modules/safe-buffer": {
- "version": "5.1.2",
- "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
- "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
+ "license": "MIT",
+ "peer": true
},
"node_modules/safe-regex": {
"version": "1.1.0",
"resolved": "https://registry.npmmirror.com/safe-regex/-/safe-regex-1.1.0.tgz",
"integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"ret": "~0.1.10"
- }
- },
- "node_modules/safe-regex-test": {
- "version": "1.0.3",
- "resolved": "https://registry.npmmirror.com/safe-regex-test/-/safe-regex-test-1.0.3.tgz",
- "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.6",
- "es-errors": "^1.3.0",
- "is-regex": "^1.1.4"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/safer-buffer": {
"version": "2.1.2",
"resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
- "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
+ "license": "MIT"
+ },
+ "node_modules/sass-embedded": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded/-/sass-embedded-1.83.1.tgz",
+ "integrity": "sha512-LdKG6nxLEzpXbMUt0if12PhUNonGvy91n7IWHOZRZjvA6AWm9oVdhpO+KEXN/Sc+jjGvQeQcav9+Z8DwmII/pA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@bufbuild/protobuf": "^2.0.0",
+ "buffer-builder": "^0.2.0",
+ "colorjs.io": "^0.5.0",
+ "immutable": "^5.0.2",
+ "rxjs": "^7.4.0",
+ "supports-color": "^8.1.1",
+ "sync-child-process": "^1.0.2",
+ "varint": "^6.0.0"
+ },
+ "bin": {
+ "sass": "dist/bin/sass.js"
+ },
+ "engines": {
+ "node": ">=16.0.0"
+ },
+ "optionalDependencies": {
+ "sass-embedded-android-arm": "1.83.1",
+ "sass-embedded-android-arm64": "1.83.1",
+ "sass-embedded-android-ia32": "1.83.1",
+ "sass-embedded-android-riscv64": "1.83.1",
+ "sass-embedded-android-x64": "1.83.1",
+ "sass-embedded-darwin-arm64": "1.83.1",
+ "sass-embedded-darwin-x64": "1.83.1",
+ "sass-embedded-linux-arm": "1.83.1",
+ "sass-embedded-linux-arm64": "1.83.1",
+ "sass-embedded-linux-ia32": "1.83.1",
+ "sass-embedded-linux-musl-arm": "1.83.1",
+ "sass-embedded-linux-musl-arm64": "1.83.1",
+ "sass-embedded-linux-musl-ia32": "1.83.1",
+ "sass-embedded-linux-musl-riscv64": "1.83.1",
+ "sass-embedded-linux-musl-x64": "1.83.1",
+ "sass-embedded-linux-riscv64": "1.83.1",
+ "sass-embedded-linux-x64": "1.83.1",
+ "sass-embedded-win32-arm64": "1.83.1",
+ "sass-embedded-win32-ia32": "1.83.1",
+ "sass-embedded-win32-x64": "1.83.1"
+ }
+ },
+ "node_modules/sass-embedded-android-arm": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-android-arm/-/sass-embedded-android-arm-1.83.1.tgz",
+ "integrity": "sha512-FKfrmwDG84L5cfn8fmIew47qnCFFUdcoOTCzOw8ROItkRhLLH0hnIm6gEpG5T6OFf6kxzUxvE9D0FvYQUznZrw==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-android-arm64": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-android-arm64/-/sass-embedded-android-arm64-1.83.1.tgz",
+ "integrity": "sha512-S63rlLPGCA9FCqYYOobDJrwcuBX0zbSOl7y0jT9DlfqeqNOkC6NIT1id6RpMFCs3uhd4gbBS2E/5WPv5J5qwbw==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-android-ia32": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-android-ia32/-/sass-embedded-android-ia32-1.83.1.tgz",
+ "integrity": "sha512-AGlY2vFLJhF2hN0qOz12f4eDs6x0b5BUapOpgfRrqQLHIfJhxkvi39bInsiBgQ57U0jb4I7AaS2e2e+sj7+Rqw==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-android-riscv64": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-android-riscv64/-/sass-embedded-android-riscv64-1.83.1.tgz",
+ "integrity": "sha512-OyU4AnfAUVd/wBaT60XvHidmQdaEsVUnxvI71oyPM/id1v97aWTZX3SmGkwGb7uA/q6Soo2uNalgvOSNJn7PwA==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-android-x64": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-android-x64/-/sass-embedded-android-x64-1.83.1.tgz",
+ "integrity": "sha512-NY5rwffhF4TnhXVErZnfFIjHqU3MNoWxCuSHumRN3dDI8hp8+IF59W5+Qw9AARlTXvyb+D0u5653aLSea5F40w==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "android"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-darwin-arm64": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-darwin-arm64/-/sass-embedded-darwin-arm64-1.83.1.tgz",
+ "integrity": "sha512-w1SBcSkIgIWgUfB7IKcPoTbSwnS3Kag5PVv3e3xfW6ZCsDweYZLQntUd2WGgaoekdm1uIbVuvPxnDH2t880iGQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-darwin-x64": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-darwin-x64/-/sass-embedded-darwin-x64-1.83.1.tgz",
+ "integrity": "sha512-RWrmLtUhEP5kvcGOAFdr99/ebZ/eW9z3FAktLldvgl2k96WSTC1Zr2ctL0E+Y+H3uLahEZsshIFk6RkVIRKIsA==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-linux-arm": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-linux-arm/-/sass-embedded-linux-arm-1.83.1.tgz",
+ "integrity": "sha512-y7rHuRgjg2YM284rin068PsEdthPljSGb653Slut5Wba4A2IP11UNVraSl6Je2AYTuoPRjQX0g7XdsrjXlzC3g==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-linux-arm64": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-linux-arm64/-/sass-embedded-linux-arm64-1.83.1.tgz",
+ "integrity": "sha512-HVIytzj8OO18fmBY6SVRIYErcJ+Nd9a5RNF6uArav/CqvwPLATlUV8dwqSyWQIzSsQUhDF/vFIlJIoNLKKzD3A==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-linux-ia32": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-linux-ia32/-/sass-embedded-linux-ia32-1.83.1.tgz",
+ "integrity": "sha512-/pc+jHllyvfaYYLTRCoXseRc4+V3Z7IDPqsviTcfVdICAoR9mgK2RtIuIZanhm1NP/lDylDOgvj1NtjcA2dNvg==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-linux-musl-arm": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-linux-musl-arm/-/sass-embedded-linux-musl-arm-1.83.1.tgz",
+ "integrity": "sha512-sFM8GXOVoeR91j9MiwNRcFXRpTA7u4185SaGuvUjcRMb84mHvtWOJPGDvgZqbWdVClBRJp6J7+CShliWngy/og==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-linux-musl-arm64": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-linux-musl-arm64/-/sass-embedded-linux-musl-arm64-1.83.1.tgz",
+ "integrity": "sha512-wjSIYYqdIQp3DjliSTYNFg04TVqQf/3Up/Stahol0Qf/TTjLkjHHtT2jnDaZI5GclHi2PVJqQF3wEGB8bGJMzQ==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-linux-musl-ia32": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-linux-musl-ia32/-/sass-embedded-linux-musl-ia32-1.83.1.tgz",
+ "integrity": "sha512-iwhTH5gwmoGt3VH6dn4WV8N6eWvthKAvUX5XPURq7e9KEsc7QP8YNHagwaAJh7TAPopb32buyEg6oaUmzxUI+Q==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-linux-musl-riscv64": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-linux-musl-riscv64/-/sass-embedded-linux-musl-riscv64-1.83.1.tgz",
+ "integrity": "sha512-FjFNWHU1n0Q6GpK1lAHQL5WmzlPjL8DTVLkYW2A/dq8EsutAdi3GfpeyWZk9bte8kyWdmPUWG3BHlnQl22xdoA==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-linux-musl-x64": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-linux-musl-x64/-/sass-embedded-linux-musl-x64-1.83.1.tgz",
+ "integrity": "sha512-BUfYR5TIDvgGHWhxSIKwTJocXU88ECZ0BW89RJqtvr7m83fKdf5ylTFCOieU7BwcA7SORUeZzcQzVFIdPUM3BQ==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-linux-riscv64": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-linux-riscv64/-/sass-embedded-linux-riscv64-1.83.1.tgz",
+ "integrity": "sha512-KOBGSpMrJi8y+H+za3vAAVQImPUvQa5eUrvTbbOl+wkU7WAGhOu8xrxgmYYiz3pZVBBcfRjz4I2jBcDFKJmWSw==",
+ "cpu": [
+ "riscv64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-linux-x64": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.83.1.tgz",
+ "integrity": "sha512-swUsMHKqlEU9dZQ/I5WADDaXz+QkmJS27x/Oeh+oz41YgZ0ppKd0l4Vwjn0LgOQn+rxH1zLFv6xXDycvj68F/w==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "linux"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-win32-arm64": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-win32-arm64/-/sass-embedded-win32-arm64-1.83.1.tgz",
+ "integrity": "sha512-6lONEBN5TaFD5L/y68zUugryXqm4RAFuLdaOPeZQRu+7ay/AmfhtFYfE5gRssnIcIx1nlcoq7zA3UX+SN2jo1Q==",
+ "cpu": [
+ "arm64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-win32-ia32": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-win32-ia32/-/sass-embedded-win32-ia32-1.83.1.tgz",
+ "integrity": "sha512-HxZDkAE9n6Gb8Rz6xd67VHuo5FkUSQ4xPb7cHKa4pE0ndwH5Oc0uEhbqjJobpgmnuTm1rQYNU2nof1sFhy2MFA==",
+ "cpu": [
+ "ia32"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-embedded-win32-x64": {
+ "version": "1.83.1",
+ "resolved": "https://registry.npmmirror.com/sass-embedded-win32-x64/-/sass-embedded-win32-x64-1.83.1.tgz",
+ "integrity": "sha512-5Q0aPfUaqRek8Ee1AqTUIC0o6yQSA8QwyhCgh7upsnHG3Ltm8pkJOYjzm+UgYPJeoMNppDjdDlRGQISE7qzd4g==",
+ "cpu": [
+ "x64"
+ ],
+ "dev": true,
+ "license": "MIT",
+ "optional": true,
+ "os": [
+ "win32"
+ ],
+ "engines": {
+ "node": ">=14.0.0"
+ }
+ },
+ "node_modules/sass-loader": {
+ "version": "7.3.1",
+ "resolved": "https://registry.npmmirror.com/sass-loader/-/sass-loader-7.3.1.tgz",
+ "integrity": "sha512-tuU7+zm0pTCynKYHpdqaPpe+MMTQ76I9TPZ7i4/5dZsigE350shQWe5EZNl5dBidM49TPET75tNqRbcsUZWeNA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "clone-deep": "^4.0.1",
+ "loader-utils": "^1.0.1",
+ "neo-async": "^2.5.0",
+ "pify": "^4.0.1",
+ "semver": "^6.3.0"
+ },
+ "engines": {
+ "node": ">= 6.9.0"
+ },
+ "peerDependencies": {
+ "webpack": "^3.0.0 || ^4.0.0"
+ }
},
"node_modules/sax": {
"version": "1.4.1",
"resolved": "https://registry.npmmirror.com/sax/-/sax-1.4.1.tgz",
- "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg=="
- },
- "node_modules/saxes": {
- "version": "3.1.11",
- "resolved": "https://registry.npmmirror.com/saxes/-/saxes-3.1.11.tgz",
- "integrity": "sha512-Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g==",
- "dev": true,
- "dependencies": {
- "xmlchars": "^2.1.1"
- },
- "engines": {
- "node": ">=8"
- }
+ "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
+ "license": "ISC"
},
"node_modules/schema-utils": {
- "version": "2.7.1",
- "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-2.7.1.tgz",
- "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==",
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-1.0.0.tgz",
+ "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
- "@types/json-schema": "^7.0.5",
- "ajv": "^6.12.4",
- "ajv-keywords": "^3.5.2"
+ "ajv": "^6.1.0",
+ "ajv-errors": "^1.0.0",
+ "ajv-keywords": "^3.1.0"
},
"engines": {
- "node": ">= 8.9.0"
+ "node": ">= 4"
+ }
+ },
+ "node_modules/scss": {
+ "version": "0.2.4",
+ "resolved": "https://registry.npmmirror.com/scss/-/scss-0.2.4.tgz",
+ "integrity": "sha512-4u8V87F+Q/upVhUmhPnB4C1R11xojkRkWjExL2v0CX2EXTg18VrKd+9JWoeyCp2VEMdSpJsyAvVU+rVjogh51A==",
+ "dependencies": {
+ "ometa": "0.2.2"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/webpack"
+ "engines": {
+ "node": ">= 0.2.0"
}
},
"node_modules/sdk-base": {
"version": "2.0.1",
"resolved": "https://registry.npmmirror.com/sdk-base/-/sdk-base-2.0.1.tgz",
"integrity": "sha512-eeG26wRwhtwYuKGCDM3LixCaxY27Pa/5lK4rLKhQa7HBjJ3U3Y+f81MMZQRsDw/8SC2Dao/83yJTXJ8aULuN8Q==",
+ "license": "MIT",
"dependencies": {
"get-ready": "~1.0.0"
}
},
- "node_modules/select-hose": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/select-hose/-/select-hose-2.0.0.tgz",
- "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==",
- "dev": true
- },
- "node_modules/selfsigned": {
- "version": "1.10.14",
- "resolved": "https://registry.npmmirror.com/selfsigned/-/selfsigned-1.10.14.tgz",
- "integrity": "sha512-lkjaiAye+wBZDCBsu5BGi0XiLRxeUlsGod5ZP924CRSEoGuZAw/f7y9RKu28rwTfiHVhdavhB0qH0INV6P1lEA==",
- "dev": true,
- "dependencies": {
- "node-forge": "^0.10.0"
- }
- },
"node_modules/semver": {
- "version": "5.7.2",
- "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
- "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
+ "version": "6.3.1",
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true,
+ "license": "ISC",
"bin": {
- "semver": "bin/semver"
- }
- },
- "node_modules/send": {
- "version": "0.19.0",
- "resolved": "https://registry.npmmirror.com/send/-/send-0.19.0.tgz",
- "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
- "dev": true,
- "dependencies": {
- "debug": "2.6.9",
- "depd": "2.0.0",
- "destroy": "1.2.0",
- "encodeurl": "~1.0.2",
- "escape-html": "~1.0.3",
- "etag": "~1.8.1",
- "fresh": "0.5.2",
- "http-errors": "2.0.0",
- "mime": "1.6.0",
- "ms": "2.1.3",
- "on-finished": "2.4.1",
- "range-parser": "~1.2.1",
- "statuses": "2.0.1"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/send/node_modules/debug": {
- "version": "2.6.9",
- "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
- "dev": true,
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/send/node_modules/debug/node_modules/ms": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
- "dev": true
- },
- "node_modules/send/node_modules/encodeurl": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz",
- "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
- "dev": true,
- "engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/send/node_modules/mime": {
- "version": "1.6.0",
- "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
- "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
- "dev": true,
- "bin": {
- "mime": "cli.js"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/send/node_modules/statuses": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
- "dev": true,
- "engines": {
- "node": ">= 0.8"
+ "semver": "bin/semver.js"
}
},
"node_modules/serialize-javascript": {
@@ -17019,104 +7330,19 @@
"resolved": "https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
"integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
"dev": true,
+ "license": "BSD-3-Clause",
+ "peer": true,
"dependencies": {
"randombytes": "^2.1.0"
}
- },
- "node_modules/serve-index": {
- "version": "1.9.1",
- "resolved": "https://registry.npmmirror.com/serve-index/-/serve-index-1.9.1.tgz",
- "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==",
- "dev": true,
- "dependencies": {
- "accepts": "~1.3.4",
- "batch": "0.6.1",
- "debug": "2.6.9",
- "escape-html": "~1.0.3",
- "http-errors": "~1.6.2",
- "mime-types": "~2.1.17",
- "parseurl": "~1.3.2"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/serve-index/node_modules/debug": {
- "version": "2.6.9",
- "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
- "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
- "dev": true,
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/serve-index/node_modules/depd": {
- "version": "1.1.2",
- "resolved": "https://registry.npmmirror.com/depd/-/depd-1.1.2.tgz",
- "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
- "dev": true,
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/serve-index/node_modules/http-errors": {
- "version": "1.6.3",
- "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-1.6.3.tgz",
- "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
- "dev": true,
- "dependencies": {
- "depd": "~1.1.2",
- "inherits": "2.0.3",
- "setprototypeof": "1.1.0",
- "statuses": ">= 1.4.0 < 2"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/serve-index/node_modules/inherits": {
- "version": "2.0.3",
- "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.3.tgz",
- "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
- "dev": true
- },
- "node_modules/serve-index/node_modules/ms": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
- "dev": true
- },
- "node_modules/serve-index/node_modules/setprototypeof": {
- "version": "1.1.0",
- "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.1.0.tgz",
- "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==",
- "dev": true
- },
- "node_modules/serve-static": {
- "version": "1.16.2",
- "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.16.2.tgz",
- "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
- "dev": true,
- "dependencies": {
- "encodeurl": "~2.0.0",
- "escape-html": "~1.0.3",
- "parseurl": "~1.3.3",
- "send": "0.19.0"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/set-blocking": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/set-blocking/-/set-blocking-2.0.0.tgz",
- "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
- "dev": true
},
"node_modules/set-function-length": {
"version": "1.2.2",
"resolved": "https://registry.npmmirror.com/set-function-length/-/set-function-length-1.2.2.tgz",
"integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"define-data-property": "^1.1.4",
"es-errors": "^1.3.0",
@@ -17129,26 +7355,13 @@
"node": ">= 0.4"
}
},
- "node_modules/set-function-name": {
- "version": "2.0.2",
- "resolved": "https://registry.npmmirror.com/set-function-name/-/set-function-name-2.0.2.tgz",
- "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
- "dev": true,
- "dependencies": {
- "define-data-property": "^1.1.4",
- "es-errors": "^1.3.0",
- "functions-have-names": "^1.2.3",
- "has-property-descriptors": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/set-value": {
"version": "2.0.1",
"resolved": "https://registry.npmmirror.com/set-value/-/set-value-2.0.1.tgz",
"integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"extend-shallow": "^2.0.1",
"is-extendable": "^0.1.1",
@@ -17159,23 +7372,46 @@
"node": ">=0.10.0"
}
},
+ "node_modules/set-value/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/set-value/node_modules/is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
"node_modules/setimmediate": {
"version": "1.0.5",
"resolved": "https://registry.npmmirror.com/setimmediate/-/setimmediate-1.0.5.tgz",
"integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==",
- "dev": true
- },
- "node_modules/setprototypeof": {
- "version": "1.2.0",
- "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
- "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/sha.js": {
"version": "2.4.11",
"resolved": "https://registry.npmmirror.com/sha.js/-/sha.js-2.4.11.tgz",
"integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==",
"dev": true,
+ "license": "(MIT AND BSD-3-Clause)",
+ "peer": true,
"dependencies": {
"inherits": "^2.0.1",
"safe-buffer": "^5.0.1"
@@ -17184,45 +7420,106 @@
"sha.js": "bin.js"
}
},
- "node_modules/shebang-command": {
- "version": "1.2.0",
- "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-1.2.0.tgz",
- "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==",
+ "node_modules/shallow-clone": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmmirror.com/shallow-clone/-/shallow-clone-3.0.1.tgz",
+ "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "shebang-regex": "^1.0.0"
+ "kind-of": "^6.0.2"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
}
},
"node_modules/shebang-regex": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-1.0.0.tgz",
- "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==",
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
"dev": true,
+ "license": "MIT",
"engines": {
- "node": ">=0.10.0"
+ "node": ">=8"
}
},
- "node_modules/shell-quote": {
- "version": "1.8.1",
- "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.1.tgz",
- "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
- "dev": true,
+ "node_modules/side-channel": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.1.0.tgz",
+ "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "object-inspect": "^1.13.3",
+ "side-channel-list": "^1.0.0",
+ "side-channel-map": "^1.0.1",
+ "side-channel-weakmap": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/side-channel": {
- "version": "1.0.6",
- "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.0.6.tgz",
- "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
+ "node_modules/side-channel-list": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmmirror.com/side-channel-list/-/side-channel-list-1.0.0.tgz",
+ "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
+ "license": "MIT",
"dependencies": {
- "call-bind": "^1.0.7",
"es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.4",
- "object-inspect": "^1.13.1"
+ "object-inspect": "^1.13.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/side-channel-map": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmmirror.com/side-channel-map/-/side-channel-map-1.0.1.tgz",
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bound": "^1.0.2",
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.5",
+ "object-inspect": "^1.13.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/side-channel-weakmap": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bound": "^1.0.2",
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.5",
+ "object-inspect": "^1.13.3",
+ "side-channel-map": "^1.0.1"
},
"engines": {
"node": ">= 0.4"
@@ -17232,103 +7529,31 @@
}
},
"node_modules/signal-exit": {
- "version": "3.0.7",
- "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz",
- "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
- "dev": true
- },
- "node_modules/simple-concat": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/simple-concat/-/simple-concat-1.0.1.tgz",
- "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- },
- "node_modules/simple-get": {
- "version": "4.0.1",
- "resolved": "https://registry.npmmirror.com/simple-get/-/simple-get-4.0.1.tgz",
- "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "dependencies": {
- "decompress-response": "^6.0.0",
- "once": "^1.3.1",
- "simple-concat": "^1.0.0"
- }
- },
- "node_modules/simple-swizzle": {
- "version": "0.2.2",
- "resolved": "https://registry.npmmirror.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
- "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
+ "version": "4.1.0",
+ "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz",
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
"dev": true,
- "dependencies": {
- "is-arrayish": "^0.3.1"
- }
- },
- "node_modules/simple-swizzle/node_modules/is-arrayish": {
- "version": "0.3.2",
- "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.3.2.tgz",
- "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
- "dev": true
- },
- "node_modules/slash": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/slash/-/slash-2.0.0.tgz",
- "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
- "dev": true,
+ "license": "ISC",
"engines": {
- "node": ">=6"
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
- "node_modules/slice-ansi": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/slice-ansi/-/slice-ansi-2.1.0.tgz",
- "integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==",
+ "node_modules/sirv": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmmirror.com/sirv/-/sirv-3.0.0.tgz",
+ "integrity": "sha512-BPwJGUeDaDCHihkORDchNyyTvWFhcusy1XMmhEVTQTwGeybFbp8YEmB+njbPnth1FibULBSBVwCQni25XlCUDg==",
"dev": true,
"license": "MIT",
- "peer": true,
"dependencies": {
- "ansi-styles": "^3.2.0",
- "astral-regex": "^1.0.0",
- "is-fullwidth-code-point": "^2.0.0"
+ "@polka/url": "^1.0.0-next.24",
+ "mrmime": "^2.0.0",
+ "totalist": "^3.0.0"
},
"engines": {
- "node": ">=6"
- }
- },
- "node_modules/slice-ansi/node_modules/is-fullwidth-code-point": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
- "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=4"
+ "node": ">=18"
}
},
"node_modules/snapdragon": {
@@ -17336,6 +7561,8 @@
"resolved": "https://registry.npmmirror.com/snapdragon/-/snapdragon-0.8.2.tgz",
"integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"base": "^0.11.1",
"debug": "^2.2.0",
@@ -17355,6 +7582,8 @@
"resolved": "https://registry.npmmirror.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
"integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"define-property": "^1.0.0",
"isobject": "^3.0.0",
@@ -17369,6 +7598,8 @@
"resolved": "https://registry.npmmirror.com/define-property/-/define-property-1.0.0.tgz",
"integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"is-descriptor": "^1.0.0"
},
@@ -17376,24 +7607,13 @@
"node": ">=0.10.0"
}
},
- "node_modules/snapdragon-node/node_modules/is-descriptor": {
- "version": "1.0.3",
- "resolved": "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-1.0.3.tgz",
- "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==",
- "dev": true,
- "dependencies": {
- "is-accessor-descriptor": "^1.0.1",
- "is-data-descriptor": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/snapdragon-util": {
"version": "3.0.1",
"resolved": "https://registry.npmmirror.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
"integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"kind-of": "^3.2.0"
},
@@ -17406,6 +7626,8 @@
"resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-3.2.2.tgz",
"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"is-buffer": "^1.1.5"
},
@@ -17418,6 +7640,8 @@
"resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"ms": "2.0.0"
}
@@ -17427,9 +7651,51 @@
"resolved": "https://registry.npmmirror.com/define-property/-/define-property-0.2.5.tgz",
"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"is-descriptor": "^0.1.0"
},
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon/node_modules/extend-shallow": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
+ "dependencies": {
+ "is-extendable": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/snapdragon/node_modules/is-descriptor": {
+ "version": "0.1.7",
+ "resolved": "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-0.1.7.tgz",
+ "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
+ "dependencies": {
+ "is-accessor-descriptor": "^1.0.1",
+ "is-data-descriptor": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/snapdragon/node_modules/is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
@@ -17438,99 +7704,7 @@
"version": "2.0.0",
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
- "dev": true
- },
- "node_modules/snapdragon/node_modules/source-map": {
- "version": "0.5.7",
- "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.5.7.tgz",
- "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
"dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/sockjs": {
- "version": "0.3.24",
- "resolved": "https://registry.npmmirror.com/sockjs/-/sockjs-0.3.24.tgz",
- "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==",
- "dev": true,
- "dependencies": {
- "faye-websocket": "^0.11.3",
- "uuid": "^8.3.2",
- "websocket-driver": "^0.7.4"
- }
- },
- "node_modules/sockjs-client": {
- "version": "1.6.1",
- "resolved": "https://registry.npmmirror.com/sockjs-client/-/sockjs-client-1.6.1.tgz",
- "integrity": "sha512-2g0tjOR+fRs0amxENLi/q5TiJTqY+WXFOzb5UwXndlK6TO3U/mirZznpx6w34HVMoc3g7cY24yC/ZMIYnDlfkw==",
- "dev": true,
- "dependencies": {
- "debug": "^3.2.7",
- "eventsource": "^2.0.2",
- "faye-websocket": "^0.11.4",
- "inherits": "^2.0.4",
- "url-parse": "^1.5.10"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://tidelift.com/funding/github/npm/sockjs-client"
- }
- },
- "node_modules/sockjs-client/node_modules/debug": {
- "version": "3.2.7",
- "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
- "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
- "dev": true,
- "dependencies": {
- "ms": "^2.1.1"
- }
- },
- "node_modules/sockjs-client/node_modules/eventsource": {
- "version": "2.0.2",
- "resolved": "https://registry.npmmirror.com/eventsource/-/eventsource-2.0.2.tgz",
- "integrity": "sha512-IzUmBGPR3+oUG9dUeXynyNmf91/3zUSJg1lCktzKw47OXuhco54U3r9B7O4XX+Rb1Itm9OZ2b0RkTs10bICOxA==",
- "dev": true,
- "engines": {
- "node": ">=12.0.0"
- }
- },
- "node_modules/sockjs/node_modules/uuid": {
- "version": "8.3.2",
- "resolved": "https://registry.npmmirror.com/uuid/-/uuid-8.3.2.tgz",
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
- "dev": true,
- "bin": {
- "uuid": "dist/bin/uuid"
- }
- },
- "node_modules/sort-keys": {
- "version": "1.1.2",
- "resolved": "https://registry.npmmirror.com/sort-keys/-/sort-keys-1.1.2.tgz",
- "integrity": "sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==",
- "dev": true,
- "dependencies": {
- "is-plain-obj": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/sort-keys/node_modules/is-plain-obj": {
- "version": "1.1.0",
- "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz",
- "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/sortablejs": {
- "version": "1.15.6",
- "resolved": "https://registry.npmmirror.com/sortablejs/-/sortablejs-1.15.6.tgz",
- "integrity": "sha512-aNfiuwMEpfBM/CN6LY0ibyhxPfPbyFeBTYJKCvzkJ2GkUpazIt3H+QIPAMHwqQ7tMKaHz1Qj+rJJCqljnf4p3A==",
"license": "MIT",
"peer": true
},
@@ -17538,13 +7712,17 @@
"version": "2.0.1",
"resolved": "https://registry.npmmirror.com/source-list-map/-/source-list-map-2.0.1.tgz",
"integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/source-map": {
- "version": "0.6.1",
- "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
- "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "version": "0.5.7",
+ "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.5.7.tgz",
+ "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
"dev": true,
+ "license": "BSD-3-Clause",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
@@ -17553,6 +7731,7 @@
"version": "1.2.1",
"resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
+ "license": "BSD-3-Clause",
"engines": {
"node": ">=0.10.0"
}
@@ -17563,6 +7742,8 @@
"integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",
"deprecated": "See https://github.com/lydell/source-map-resolve#deprecated",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"atob": "^2.1.2",
"decode-uri-component": "^0.2.0",
@@ -17576,9 +7757,22 @@
"resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz",
"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"buffer-from": "^1.0.0",
"source-map": "^0.6.0"
+ }
+ },
+ "node_modules/source-map-support/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true,
+ "license": "BSD-3-Clause",
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
}
},
"node_modules/source-map-url": {
@@ -17586,82 +7780,18 @@
"resolved": "https://registry.npmmirror.com/source-map-url/-/source-map-url-0.4.1.tgz",
"integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==",
"deprecated": "See https://github.com/lydell/source-map-url#deprecated",
- "dev": true
- },
- "node_modules/spdx-correct": {
- "version": "3.2.0",
- "resolved": "https://registry.npmmirror.com/spdx-correct/-/spdx-correct-3.2.0.tgz",
- "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
"dev": true,
- "dependencies": {
- "spdx-expression-parse": "^3.0.0",
- "spdx-license-ids": "^3.0.0"
- }
+ "license": "MIT",
+ "peer": true
},
- "node_modules/spdx-exceptions": {
- "version": "2.5.0",
- "resolved": "https://registry.npmmirror.com/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
- "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
- "dev": true
- },
- "node_modules/spdx-expression-parse": {
- "version": "3.0.1",
- "resolved": "https://registry.npmmirror.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
- "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
+ "node_modules/speakingurl": {
+ "version": "14.0.1",
+ "resolved": "https://registry.npmmirror.com/speakingurl/-/speakingurl-14.0.1.tgz",
+ "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
"dev": true,
- "dependencies": {
- "spdx-exceptions": "^2.1.0",
- "spdx-license-ids": "^3.0.0"
- }
- },
- "node_modules/spdx-license-ids": {
- "version": "3.0.20",
- "resolved": "https://registry.npmmirror.com/spdx-license-ids/-/spdx-license-ids-3.0.20.tgz",
- "integrity": "sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==",
- "dev": true
- },
- "node_modules/spdy": {
- "version": "4.0.2",
- "resolved": "https://registry.npmmirror.com/spdy/-/spdy-4.0.2.tgz",
- "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==",
- "dev": true,
- "dependencies": {
- "debug": "^4.1.0",
- "handle-thing": "^2.0.0",
- "http-deceiver": "^1.2.7",
- "select-hose": "^2.0.0",
- "spdy-transport": "^3.0.0"
- },
+ "license": "BSD-3-Clause",
"engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/spdy-transport": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/spdy-transport/-/spdy-transport-3.0.0.tgz",
- "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
- "dev": true,
- "dependencies": {
- "debug": "^4.1.0",
- "detect-node": "^2.0.4",
- "hpack.js": "^2.1.6",
- "obuf": "^1.1.2",
- "readable-stream": "^3.0.6",
- "wbuf": "^1.7.3"
- }
- },
- "node_modules/spdy-transport/node_modules/readable-stream": {
- "version": "3.6.2",
- "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz",
- "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
- "dev": true,
- "dependencies": {
- "inherits": "^2.0.3",
- "string_decoder": "^1.1.1",
- "util-deprecate": "^1.0.1"
- },
- "engines": {
- "node": ">= 6"
+ "node": ">=0.10.0"
}
},
"node_modules/split-string": {
@@ -17669,76 +7799,10 @@
"resolved": "https://registry.npmmirror.com/split-string/-/split-string-3.1.0.tgz",
"integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"extend-shallow": "^3.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/split-string/node_modules/extend-shallow": {
- "version": "3.0.2",
- "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-3.0.2.tgz",
- "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
- "dev": true,
- "dependencies": {
- "assign-symbols": "^1.0.0",
- "is-extendable": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/split-string/node_modules/is-extendable": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-1.0.1.tgz",
- "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
- "dev": true,
- "dependencies": {
- "is-plain-object": "^2.0.4"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/sprintf-js": {
- "version": "1.0.3",
- "resolved": "https://registry.npmmirror.com/sprintf-js/-/sprintf-js-1.0.3.tgz",
- "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
- "dev": true
- },
- "node_modules/ssf": {
- "version": "0.11.2",
- "resolved": "https://registry.npmmirror.com/ssf/-/ssf-0.11.2.tgz",
- "integrity": "sha512-+idbmIXoYET47hH+d7dfm2epdOMUDjqcB4648sTZ+t2JwoyBFL/insLfB/racrDmsKB3diwsDA696pZMieAC5g==",
- "license": "Apache-2.0",
- "dependencies": {
- "frac": "~1.1.2"
- },
- "engines": {
- "node": ">=0.8"
- }
- },
- "node_modules/sshpk": {
- "version": "1.18.0",
- "resolved": "https://registry.npmmirror.com/sshpk/-/sshpk-1.18.0.tgz",
- "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==",
- "dev": true,
- "dependencies": {
- "asn1": "~0.2.3",
- "assert-plus": "^1.0.0",
- "bcrypt-pbkdf": "^1.0.0",
- "dashdash": "^1.12.0",
- "ecc-jsbn": "~0.1.1",
- "getpass": "^0.1.1",
- "jsbn": "~0.1.0",
- "safer-buffer": "^2.0.2",
- "tweetnacl": "~0.14.0"
- },
- "bin": {
- "sshpk-conv": "bin/sshpk-conv",
- "sshpk-sign": "bin/sshpk-sign",
- "sshpk-verify": "bin/sshpk-verify"
},
"engines": {
"node": ">=0.10.0"
@@ -17749,28 +7813,19 @@
"resolved": "https://registry.npmmirror.com/ssri/-/ssri-6.0.2.tgz",
"integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==",
"dev": true,
+ "license": "ISC",
+ "peer": true,
"dependencies": {
"figgy-pudding": "^3.5.1"
}
- },
- "node_modules/stable": {
- "version": "0.1.8",
- "resolved": "https://registry.npmmirror.com/stable/-/stable-0.1.8.tgz",
- "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==",
- "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility",
- "dev": true
- },
- "node_modules/stackframe": {
- "version": "1.3.4",
- "resolved": "https://registry.npmmirror.com/stackframe/-/stackframe-1.3.4.tgz",
- "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==",
- "dev": true
},
"node_modules/static-extend": {
"version": "0.1.2",
"resolved": "https://registry.npmmirror.com/static-extend/-/static-extend-0.1.2.tgz",
"integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"define-property": "^0.2.5",
"object-copy": "^0.1.0"
@@ -17784,6 +7839,8 @@
"resolved": "https://registry.npmmirror.com/define-property/-/define-property-0.2.5.tgz",
"integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"is-descriptor": "^0.1.0"
},
@@ -17791,21 +7848,28 @@
"node": ">=0.10.0"
}
},
+ "node_modules/static-extend/node_modules/is-descriptor": {
+ "version": "0.1.7",
+ "resolved": "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-0.1.7.tgz",
+ "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
+ "dependencies": {
+ "is-accessor-descriptor": "^1.0.1",
+ "is-data-descriptor": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
"node_modules/statuses": {
"version": "1.5.0",
"resolved": "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz",
"integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==",
+ "license": "MIT",
"engines": {
"node": ">= 0.6"
- }
- },
- "node_modules/stealthy-require": {
- "version": "1.1.1",
- "resolved": "https://registry.npmmirror.com/stealthy-require/-/stealthy-require-1.1.1.tgz",
- "integrity": "sha512-ZnWpYnYugiOVEY5GkcuJK1io5V8QmNYChG62gSit9pQVGErXtrKuPC55ITaVSukmMta5qpMU7vqLt2Lnni4f/g==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
}
},
"node_modules/stream-browserify": {
@@ -17813,6 +7877,8 @@
"resolved": "https://registry.npmmirror.com/stream-browserify/-/stream-browserify-2.0.2.tgz",
"integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"inherits": "~2.0.1",
"readable-stream": "^2.0.2"
@@ -17823,15 +7889,20 @@
"resolved": "https://registry.npmmirror.com/stream-each/-/stream-each-1.2.3.tgz",
"integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"end-of-stream": "^1.1.0",
"stream-shift": "^1.0.0"
}
},
"node_modules/stream-http": {
- "version": "2.8.2",
- "resolved": "https://registry.npmmirror.com/stream-http/-/stream-http-2.8.2.tgz",
- "integrity": "sha512-QllfrBhqF1DPcz46WxKTs6Mz1Bpc+8Qm6vbqOpVav5odAXwbyzwnEczoWqtxrsmlO+cJqtPrp/8gWKWjaKLLlA==",
+ "version": "2.8.3",
+ "resolved": "https://registry.npmmirror.com/stream-http/-/stream-http-2.8.3.tgz",
+ "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"builtin-status-codes": "^3.0.0",
"inherits": "^2.0.1",
@@ -17844,421 +7915,70 @@
"version": "1.0.3",
"resolved": "https://registry.npmmirror.com/stream-shift/-/stream-shift-1.0.3.tgz",
"integrity": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/stream-wormhole": {
"version": "1.1.0",
"resolved": "https://registry.npmmirror.com/stream-wormhole/-/stream-wormhole-1.1.0.tgz",
"integrity": "sha512-gHFfL3px0Kctd6Po0M8TzEvt3De/xu6cnRrjlfYNhwbhLPLwigI2t1nc6jrzNuaYg5C4YF78PPFuQPzRiqn9ew==",
+ "license": "MIT",
"engines": {
"node": ">=4.0.0"
- }
- },
- "node_modules/strict-uri-encode": {
- "version": "1.1.0",
- "resolved": "https://registry.npmmirror.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
- "integrity": "sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
}
},
"node_modules/string_decoder": {
- "version": "1.1.1",
- "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
- "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
+ "version": "1.3.0",
+ "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz",
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
- "safe-buffer": "~5.1.0"
- }
- },
- "node_modules/string-split-by": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/string-split-by/-/string-split-by-1.0.0.tgz",
- "integrity": "sha512-KaJKY+hfpzNyet/emP81PJA9hTVSfxNLS9SFTWxdCnnW1/zOOwiV248+EfoX7IQFcBaOp4G5YE6xTJMF+pLg6A==",
- "dependencies": {
- "parenthesis": "^3.1.5"
- }
- },
- "node_modules/string-width": {
- "version": "4.2.3",
- "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/string-width-cjs": {
- "name": "string-width",
- "version": "4.2.3",
- "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
- "dependencies": {
- "emoji-regex": "^8.0.0",
- "is-fullwidth-code-point": "^3.0.0",
- "strip-ansi": "^6.0.1"
- }
- },
- "node_modules/string.prototype.trim": {
- "version": "1.2.9",
- "resolved": "https://registry.npmmirror.com/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz",
- "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.0",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/string.prototype.trimend": {
- "version": "1.0.8",
- "resolved": "https://registry.npmmirror.com/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz",
- "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/string.prototype.trimstart": {
- "version": "1.0.8",
- "resolved": "https://registry.npmmirror.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
- "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/strip-ansi": {
- "version": "6.0.1",
- "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^5.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/strip-ansi-cjs": {
- "name": "strip-ansi",
- "version": "6.0.1",
- "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^5.0.1"
- }
- },
- "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
- "version": "5.0.1",
- "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/strip-ansi/node_modules/ansi-regex": {
- "version": "5.0.1",
- "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/strip-eof": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/strip-eof/-/strip-eof-1.0.0.tgz",
- "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
+ "safe-buffer": "~5.2.0"
}
},
"node_modules/strip-final-newline": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
- "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
+ "version": "4.0.0",
+ "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz",
+ "integrity": "sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==",
"dev": true,
+ "license": "MIT",
"engines": {
- "node": ">=6"
- }
- },
- "node_modules/strip-indent": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/strip-indent/-/strip-indent-2.0.0.tgz",
- "integrity": "sha512-RsSNPLpq6YUL7QYy44RnPVTn/lcVZtb48Uof3X5JLbF4zD/Gs7ZFDv2HWol+leoQN2mT86LAzSshGfkTlSOpsA==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/strip-json-comments": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
- "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/stylehacks": {
- "version": "4.0.3",
- "resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-4.0.3.tgz",
- "integrity": "sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==",
- "dev": true,
- "dependencies": {
- "browserslist": "^4.0.0",
- "postcss": "^7.0.0",
- "postcss-selector-parser": "^3.0.0"
- },
- "engines": {
- "node": ">=6.9.0"
- }
- },
- "node_modules/stylehacks/node_modules/picocolors": {
- "version": "0.2.1",
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz",
- "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
- "dev": true
- },
- "node_modules/stylehacks/node_modules/postcss": {
- "version": "7.0.39",
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz",
- "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
- "dev": true,
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
- "engines": {
- "node": ">=6.0.0"
+ "node": ">=18"
},
"funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/stylehacks/node_modules/postcss-selector-parser": {
- "version": "3.1.2",
- "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz",
- "integrity": "sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==",
+ "node_modules/superjson": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmmirror.com/superjson/-/superjson-2.2.2.tgz",
+ "integrity": "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "dot-prop": "^5.2.0",
- "indexes-of": "^1.0.1",
- "uniq": "^1.0.1"
+ "copy-anything": "^3.0.2"
},
"engines": {
- "node": ">=8"
- }
- },
- "node_modules/stylus": {
- "version": "0.54.8",
- "resolved": "https://registry.npmmirror.com/stylus/-/stylus-0.54.8.tgz",
- "integrity": "sha512-vr54Or4BZ7pJafo2mpf0ZcwA74rpuYCZbxrHBsH8kbcXOwSfvBFwsRfpGO5OD5fhG5HDCFW737PKaawI7OqEAg==",
- "dev": true,
- "dependencies": {
- "css-parse": "~2.0.0",
- "debug": "~3.1.0",
- "glob": "^7.1.6",
- "mkdirp": "~1.0.4",
- "safer-buffer": "^2.1.2",
- "sax": "~1.2.4",
- "semver": "^6.3.0",
- "source-map": "^0.7.3"
- },
- "bin": {
- "stylus": "bin/stylus"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/stylus-loader": {
- "version": "3.0.2",
- "resolved": "https://registry.npmmirror.com/stylus-loader/-/stylus-loader-3.0.2.tgz",
- "integrity": "sha512-+VomPdZ6a0razP+zinir61yZgpw2NfljeSsdUF5kJuEzlo3khXhY19Fn6l8QQz1GRJGtMCo8nG5C04ePyV7SUA==",
- "dev": true,
- "dependencies": {
- "loader-utils": "^1.0.2",
- "lodash.clonedeep": "^4.5.0",
- "when": "~3.6.x"
- },
- "peerDependencies": {
- "stylus": ">=0.52.4"
- }
- },
- "node_modules/stylus-loader/node_modules/json5": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
- "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
- "dev": true,
- "dependencies": {
- "minimist": "^1.2.0"
- },
- "bin": {
- "json5": "lib/cli.js"
- }
- },
- "node_modules/stylus-loader/node_modules/loader-utils": {
- "version": "1.4.2",
- "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
- "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
- "dev": true,
- "dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^1.0.1"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/stylus/node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
- }
- },
- "node_modules/stylus/node_modules/debug": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/debug/-/debug-3.1.0.tgz",
- "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
- "dev": true,
- "dependencies": {
- "ms": "2.0.0"
- }
- },
- "node_modules/stylus/node_modules/glob": {
- "version": "7.2.3",
- "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
- "deprecated": "Glob versions prior to v9 are no longer supported",
- "dev": true,
- "dependencies": {
- "fs.realpath": "^1.0.0",
- "inflight": "^1.0.4",
- "inherits": "2",
- "minimatch": "^3.1.1",
- "once": "^1.3.0",
- "path-is-absolute": "^1.0.0"
- },
- "engines": {
- "node": "*"
- },
- "funding": {
- "url": "https://github.com/sponsors/isaacs"
- }
- },
- "node_modules/stylus/node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
- "dev": true,
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/stylus/node_modules/mkdirp": {
- "version": "1.0.4",
- "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-1.0.4.tgz",
- "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
- "dev": true,
- "bin": {
- "mkdirp": "bin/cmd.js"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/stylus/node_modules/ms": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
- "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
- "dev": true
- },
- "node_modules/stylus/node_modules/sax": {
- "version": "1.2.4",
- "resolved": "https://registry.npmmirror.com/sax/-/sax-1.2.4.tgz",
- "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
- "dev": true
- },
- "node_modules/stylus/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/stylus/node_modules/source-map": {
- "version": "0.7.4",
- "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.7.4.tgz",
- "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
- "dev": true,
- "engines": {
- "node": ">= 8"
+ "node": ">=16"
}
},
"node_modules/supports-color": {
- "version": "5.5.0",
- "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz",
- "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
+ "version": "8.1.1",
+ "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-8.1.1.tgz",
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "has-flag": "^3.0.0"
+ "has-flag": "^4.0.0"
},
"engines": {
- "node": ">=4"
- }
- },
- "node_modules/supports-preserve-symlinks-flag": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
- "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
- "dev": true,
- "engines": {
- "node": ">= 0.4"
+ "node": ">=10"
},
"funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
}
},
"node_modules/svg-tags": {
@@ -18267,110 +7987,27 @@
"integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==",
"dev": true
},
- "node_modules/svgo": {
- "version": "1.3.2",
- "resolved": "https://registry.npmmirror.com/svgo/-/svgo-1.3.2.tgz",
- "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==",
- "deprecated": "This SVGO version is no longer supported. Upgrade to v2.x.x.",
- "dev": true,
- "dependencies": {
- "chalk": "^2.4.1",
- "coa": "^2.0.2",
- "css-select": "^2.0.0",
- "css-select-base-adapter": "^0.1.1",
- "css-tree": "1.0.0-alpha.37",
- "csso": "^4.0.2",
- "js-yaml": "^3.13.1",
- "mkdirp": "~0.5.1",
- "object.values": "^1.1.0",
- "sax": "~1.2.4",
- "stable": "^0.1.8",
- "unquote": "~1.1.1",
- "util.promisify": "~1.0.0"
- },
- "bin": {
- "svgo": "bin/svgo"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/svgo/node_modules/sax": {
- "version": "1.2.4",
- "resolved": "https://registry.npmmirror.com/sax/-/sax-1.2.4.tgz",
- "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
- "dev": true
- },
- "node_modules/symbol-tree": {
- "version": "3.2.4",
- "resolved": "https://registry.npmmirror.com/symbol-tree/-/symbol-tree-3.2.4.tgz",
- "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
- "dev": true
- },
- "node_modules/table": {
- "version": "5.4.6",
- "resolved": "https://registry.npmmirror.com/table/-/table-5.4.6.tgz",
- "integrity": "sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==",
- "dev": true,
- "license": "BSD-3-Clause",
- "peer": true,
- "dependencies": {
- "ajv": "^6.10.2",
- "lodash": "^4.17.14",
- "slice-ansi": "^2.1.0",
- "string-width": "^3.0.0"
- },
- "engines": {
- "node": ">=6.0.0"
- }
- },
- "node_modules/table/node_modules/emoji-regex": {
- "version": "7.0.3",
- "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-7.0.3.tgz",
- "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
+ "node_modules/sync-child-process": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmmirror.com/sync-child-process/-/sync-child-process-1.0.2.tgz",
+ "integrity": "sha512-8lD+t2KrrScJ/7KXCSyfhT3/hRq78rC0wBFqNJXv3mZyn6hW2ypM05JmlSvtqRbeq6jqA94oHbxAr2vYsJ8vDA==",
"dev": true,
"license": "MIT",
- "peer": true
- },
- "node_modules/table/node_modules/is-fullwidth-code-point": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
- "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/table/node_modules/string-width": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/string-width/-/string-width-3.1.0.tgz",
- "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
- "dev": true,
- "license": "MIT",
- "peer": true,
"dependencies": {
- "emoji-regex": "^7.0.1",
- "is-fullwidth-code-point": "^2.0.0",
- "strip-ansi": "^5.1.0"
+ "sync-message-port": "^1.0.0"
},
"engines": {
- "node": ">=6"
+ "node": ">=16.0.0"
}
},
- "node_modules/table/node_modules/strip-ansi": {
- "version": "5.2.0",
- "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-5.2.0.tgz",
- "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
+ "node_modules/sync-message-port": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmmirror.com/sync-message-port/-/sync-message-port-1.1.3.tgz",
+ "integrity": "sha512-GTt8rSKje5FilG+wEdfCkOcLL7LWqpMlr2c3LRuKt/YXxcJ52aGSbGBAdI4L3aaqfrBt6y711El53ItyH1NWzg==",
"dev": true,
"license": "MIT",
- "peer": true,
- "dependencies": {
- "ansi-regex": "^4.1.0"
- },
"engines": {
- "node": ">=6"
+ "node": ">=16.0.0"
}
},
"node_modules/tapable": {
@@ -18378,25 +8015,31 @@
"resolved": "https://registry.npmmirror.com/tapable/-/tapable-1.1.3.tgz",
"integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=6"
}
},
"node_modules/terser": {
- "version": "4.8.1",
- "resolved": "https://registry.npmmirror.com/terser/-/terser-4.8.1.tgz",
- "integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==",
+ "version": "5.37.0",
+ "resolved": "https://registry.npmmirror.com/terser/-/terser-5.37.0.tgz",
+ "integrity": "sha512-B8wRRkmre4ERucLM/uXx4MOV5cbnOlVAqUst+1+iLKPI0dOgFO28f84ptoQt9HEI537PMzfYa/d+GEPKTRXmYA==",
"dev": true,
+ "license": "BSD-2-Clause",
+ "optional": true,
+ "peer": true,
"dependencies": {
+ "@jridgewell/source-map": "^0.3.3",
+ "acorn": "^8.8.2",
"commander": "^2.20.0",
- "source-map": "~0.6.1",
- "source-map-support": "~0.5.12"
+ "source-map-support": "~0.5.20"
},
"bin": {
"terser": "bin/terser"
},
"engines": {
- "node": ">=6.0.0"
+ "node": ">=10"
}
},
"node_modules/terser-webpack-plugin": {
@@ -18404,6 +8047,8 @@
"resolved": "https://registry.npmmirror.com/terser-webpack-plugin/-/terser-webpack-plugin-1.4.6.tgz",
"integrity": "sha512-2lBVf/VMVIddjSn3GqbT90GvIJ/eYXJkt8cTzU7NbjKqK8fwv18Ftr4PlbF46b/e88743iZFL5Dtr/rC4hjIeA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"cacache": "^12.0.2",
"find-cache-dir": "^2.1.0",
@@ -18422,104 +8067,67 @@
"webpack": "^4.0.0"
}
},
- "node_modules/terser-webpack-plugin/node_modules/find-cache-dir": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz",
- "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==",
+ "node_modules/terser-webpack-plugin/node_modules/is-wsl": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-1.1.0.tgz",
+ "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==",
"dev": true,
- "dependencies": {
- "commondir": "^1.0.1",
- "make-dir": "^2.0.0",
- "pkg-dir": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/terser-webpack-plugin/node_modules/find-up": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/find-up/-/find-up-3.0.0.tgz",
- "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
- "dev": true,
- "dependencies": {
- "locate-path": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/terser-webpack-plugin/node_modules/locate-path": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-3.0.0.tgz",
- "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
- "dev": true,
- "dependencies": {
- "p-locate": "^3.0.0",
- "path-exists": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/terser-webpack-plugin/node_modules/p-locate": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-3.0.0.tgz",
- "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
- "dev": true,
- "dependencies": {
- "p-limit": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/terser-webpack-plugin/node_modules/path-exists": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-3.0.0.tgz",
- "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
- "dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=4"
}
},
- "node_modules/terser-webpack-plugin/node_modules/pkg-dir": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/pkg-dir/-/pkg-dir-3.0.0.tgz",
- "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==",
+ "node_modules/terser-webpack-plugin/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"dev": true,
- "dependencies": {
- "find-up": "^3.0.0"
- },
+ "license": "BSD-3-Clause",
+ "peer": true,
"engines": {
- "node": ">=6"
+ "node": ">=0.10.0"
}
},
- "node_modules/terser-webpack-plugin/node_modules/schema-utils": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-1.0.0.tgz",
- "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
+ "node_modules/terser-webpack-plugin/node_modules/terser": {
+ "version": "4.8.1",
+ "resolved": "https://registry.npmmirror.com/terser/-/terser-4.8.1.tgz",
+ "integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==",
"dev": true,
+ "license": "BSD-2-Clause",
+ "peer": true,
"dependencies": {
- "ajv": "^6.1.0",
- "ajv-errors": "^1.0.0",
- "ajv-keywords": "^3.1.0"
+ "commander": "^2.20.0",
+ "source-map": "~0.6.1",
+ "source-map-support": "~0.5.12"
+ },
+ "bin": {
+ "terser": "bin/terser"
},
"engines": {
- "node": ">= 4"
+ "node": ">=6.0.0"
}
},
- "node_modules/text-table": {
- "version": "0.2.0",
- "resolved": "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz",
- "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
+ "node_modules/terser/node_modules/acorn": {
+ "version": "8.14.0",
+ "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.14.0.tgz",
+ "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==",
"dev": true,
"license": "MIT",
- "peer": true
+ "optional": true,
+ "peer": true,
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
},
"node_modules/thenify": {
"version": "3.3.1",
"resolved": "https://registry.npmmirror.com/thenify/-/thenify-3.3.1.tgz",
"integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
+ "license": "MIT",
"dependencies": {
"any-promise": "^1.0.0"
}
@@ -18528,6 +8136,7 @@
"version": "1.6.0",
"resolved": "https://registry.npmmirror.com/thenify-all/-/thenify-all-1.6.0.tgz",
"integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
+ "license": "MIT",
"dependencies": {
"thenify": ">= 3.1.0 < 4"
},
@@ -18535,101 +8144,39 @@
"node": ">=0.8"
}
},
- "node_modules/thread-loader": {
- "version": "2.1.3",
- "resolved": "https://registry.npmmirror.com/thread-loader/-/thread-loader-2.1.3.tgz",
- "integrity": "sha512-wNrVKH2Lcf8ZrWxDF/khdlLlsTMczdcwPA9VEK4c2exlEPynYWxi9op3nPTo5lAnDIkE0rQEB3VBP+4Zncc9Hg==",
- "dev": true,
- "dependencies": {
- "loader-runner": "^2.3.1",
- "loader-utils": "^1.1.0",
- "neo-async": "^2.6.0"
- },
- "engines": {
- "node": ">= 6.9.0 <7.0.0 || >= 8.9.0"
- },
- "peerDependencies": {
- "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
- }
- },
- "node_modules/thread-loader/node_modules/json5": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
- "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
- "dev": true,
- "dependencies": {
- "minimist": "^1.2.0"
- },
- "bin": {
- "json5": "lib/cli.js"
- }
- },
- "node_modules/thread-loader/node_modules/loader-utils": {
- "version": "1.4.2",
- "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
- "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
- "dev": true,
- "dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^1.0.1"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
"node_modules/three": {
- "version": "0.135.0",
- "resolved": "https://registry.npmmirror.com/three/-/three-0.135.0.tgz",
- "integrity": "sha512-kuEpuuxRzLv0MDsXai9huCxOSQPZ4vje6y0gn80SRmQvgz6/+rI0NAvCRAw56zYaWKMGMfqKWsxF9Qa2Z9xymQ==",
+ "version": "0.141.0",
+ "resolved": "https://registry.npmmirror.com/three/-/three-0.141.0.tgz",
+ "integrity": "sha512-JaSDAPWuk4RTzG5BYRQm8YZbERUxTfTDVouWgHMisS2to4E5fotMS9F2zPFNOIJyEFTTQDDKPpsgZVThKU3pXA==",
"license": "MIT"
},
"node_modules/through": {
"version": "2.3.8",
"resolved": "https://registry.npmmirror.com/through/-/through-2.3.8.tgz",
- "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg=="
+ "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
+ "license": "MIT"
},
"node_modules/through2": {
"version": "2.0.5",
"resolved": "https://registry.npmmirror.com/through2/-/through2-2.0.5.tgz",
"integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"readable-stream": "~2.3.6",
"xtend": "~4.0.1"
}
- },
- "node_modules/thunky": {
- "version": "1.1.0",
- "resolved": "https://registry.npmmirror.com/thunky/-/thunky-1.1.0.tgz",
- "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==",
- "dev": true
},
"node_modules/timers-browserify": {
"version": "2.0.12",
"resolved": "https://registry.npmmirror.com/timers-browserify/-/timers-browserify-2.0.12.tgz",
"integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"setimmediate": "^1.0.4"
- },
- "engines": {
- "node": ">=0.6.0"
- }
- },
- "node_modules/timsort": {
- "version": "0.3.0",
- "resolved": "https://registry.npmmirror.com/timsort/-/timsort-0.3.0.tgz",
- "integrity": "sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==",
- "dev": true
- },
- "node_modules/tmp": {
- "version": "0.0.33",
- "resolved": "https://registry.npmmirror.com/tmp/-/tmp-0.0.33.tgz",
- "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
- "dev": true,
- "dependencies": {
- "os-tmpdir": "~1.0.2"
},
"engines": {
"node": ">=0.6.0"
@@ -18638,13 +8185,16 @@
"node_modules/to-arraybuffer": {
"version": "1.0.1",
"resolved": "https://registry.npmmirror.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz",
- "integrity": "sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA=="
+ "integrity": "sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==",
+ "license": "MIT"
},
"node_modules/to-object-path": {
"version": "0.3.0",
"resolved": "https://registry.npmmirror.com/to-object-path/-/to-object-path-0.3.0.tgz",
"integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"kind-of": "^3.0.2"
},
@@ -18657,6 +8207,8 @@
"resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-3.2.2.tgz",
"integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"is-buffer": "^1.1.5"
},
@@ -18669,6 +8221,8 @@
"resolved": "https://registry.npmmirror.com/to-regex/-/to-regex-3.0.2.tgz",
"integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"define-property": "^2.0.2",
"extend-shallow": "^3.0.2",
@@ -18684,6 +8238,8 @@
"resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-2.1.1.tgz",
"integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"is-number": "^3.0.0",
"repeat-string": "^1.6.1"
@@ -18692,284 +8248,43 @@
"node": ">=0.10.0"
}
},
- "node_modules/to-regex/node_modules/extend-shallow": {
- "version": "3.0.2",
- "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-3.0.2.tgz",
- "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
+ "node_modules/totalist": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmmirror.com/totalist/-/totalist-3.0.1.tgz",
+ "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==",
"dev": true,
- "dependencies": {
- "assign-symbols": "^1.0.0",
- "is-extendable": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/to-regex/node_modules/is-extendable": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-1.0.1.tgz",
- "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
- "dev": true,
- "dependencies": {
- "is-plain-object": "^2.0.4"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/toidentifier": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
- "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
- "dev": true,
- "engines": {
- "node": ">=0.6"
- }
- },
- "node_modules/toposort": {
- "version": "2.0.2",
- "resolved": "https://registry.npmmirror.com/toposort/-/toposort-2.0.2.tgz",
- "integrity": "sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==",
- "dev": true
- },
- "node_modules/tough-cookie": {
- "version": "4.1.4",
- "resolved": "https://registry.npmmirror.com/tough-cookie/-/tough-cookie-4.1.4.tgz",
- "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==",
- "dependencies": {
- "psl": "^1.1.33",
- "punycode": "^2.1.1",
- "universalify": "^0.2.0",
- "url-parse": "^1.5.3"
- },
+ "license": "MIT",
"engines": {
"node": ">=6"
- }
- },
- "node_modules/tr46": {
- "version": "0.0.3",
- "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz",
- "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
- },
- "node_modules/tryer": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/tryer/-/tryer-1.0.1.tgz",
- "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==",
- "dev": true
- },
- "node_modules/ts-pnp": {
- "version": "1.2.0",
- "resolved": "https://registry.npmmirror.com/ts-pnp/-/ts-pnp-1.2.0.tgz",
- "integrity": "sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==",
- "dev": true,
- "engines": {
- "node": ">=6"
- },
- "peerDependenciesMeta": {
- "typescript": {
- "optional": true
- }
}
},
"node_modules/tslib": {
- "version": "2.3.0",
- "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
- "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
+ "version": "2.8.1",
+ "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
+ "license": "0BSD"
},
"node_modules/tty-browserify": {
"version": "0.0.0",
"resolved": "https://registry.npmmirror.com/tty-browserify/-/tty-browserify-0.0.0.tgz",
"integrity": "sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==",
- "dev": true
- },
- "node_modules/tunnel-agent": {
- "version": "0.6.0",
- "resolved": "https://registry.npmmirror.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
- "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
"dev": true,
- "dependencies": {
- "safe-buffer": "^5.0.1"
- },
- "engines": {
- "node": "*"
- }
- },
- "node_modules/tweetnacl": {
- "version": "0.14.5",
- "resolved": "https://registry.npmmirror.com/tweetnacl/-/tweetnacl-0.14.5.tgz",
- "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==",
- "dev": true
- },
- "node_modules/type-check": {
- "version": "0.3.2",
- "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.3.2.tgz",
- "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
- "dev": true,
- "dependencies": {
- "prelude-ls": "~1.1.2"
- },
- "engines": {
- "node": ">= 0.8.0"
- }
- },
- "node_modules/type-detect": {
- "version": "4.1.0",
- "resolved": "https://registry.npmmirror.com/type-detect/-/type-detect-4.1.0.tgz",
- "integrity": "sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/type-fest": {
- "version": "0.6.0",
- "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.6.0.tgz",
- "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/type-is": {
- "version": "1.6.18",
- "resolved": "https://registry.npmmirror.com/type-is/-/type-is-1.6.18.tgz",
- "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
- "dev": true,
- "dependencies": {
- "media-typer": "0.3.0",
- "mime-types": "~2.1.24"
- },
- "engines": {
- "node": ">= 0.6"
- }
- },
- "node_modules/typed-array-buffer": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz",
- "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "es-errors": "^1.3.0",
- "is-typed-array": "^1.1.13"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/typed-array-byte-length": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz",
- "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "for-each": "^0.3.3",
- "gopd": "^1.0.1",
- "has-proto": "^1.0.3",
- "is-typed-array": "^1.1.13"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/typed-array-byte-offset": {
- "version": "1.0.3",
- "resolved": "https://registry.npmmirror.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.3.tgz",
- "integrity": "sha512-GsvTyUHTriq6o/bHcTd0vM7OQ9JEdlvluu9YISaA7+KzDzPaIzEeDFNkTfhdE3MYcNhNi0vq/LlegYgIs5yPAw==",
- "dev": true,
- "dependencies": {
- "available-typed-arrays": "^1.0.7",
- "call-bind": "^1.0.7",
- "for-each": "^0.3.3",
- "gopd": "^1.0.1",
- "has-proto": "^1.0.3",
- "is-typed-array": "^1.1.13",
- "reflect.getprototypeof": "^1.0.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/typed-array-length": {
- "version": "1.0.7",
- "resolved": "https://registry.npmmirror.com/typed-array-length/-/typed-array-length-1.0.7.tgz",
- "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "for-each": "^0.3.3",
- "gopd": "^1.0.1",
- "is-typed-array": "^1.1.13",
- "possible-typed-array-names": "^1.0.0",
- "reflect.getprototypeof": "^1.0.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
+ "license": "MIT",
+ "peer": true
},
"node_modules/typedarray": {
"version": "0.0.6",
"resolved": "https://registry.npmmirror.com/typedarray/-/typedarray-0.0.6.tgz",
"integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==",
- "dev": true
- },
- "node_modules/uglify-js": {
- "version": "3.4.10",
- "resolved": "https://registry.npmmirror.com/uglify-js/-/uglify-js-3.4.10.tgz",
- "integrity": "sha512-Y2VsbPVs0FIshJztycsO2SfPk7/KAF/T72qzv9u5EpQ4kB2hQoHlhNQTsNyy6ul7lQtqJN/AoWeS23OzEiEFxw==",
"dev": true,
- "dependencies": {
- "commander": "~2.19.0",
- "source-map": "~0.6.1"
- },
- "bin": {
- "uglifyjs": "bin/uglifyjs"
- },
- "engines": {
- "node": ">=0.8.0"
- }
- },
- "node_modules/uglify-js/node_modules/commander": {
- "version": "2.19.0",
- "resolved": "https://registry.npmmirror.com/commander/-/commander-2.19.0.tgz",
- "integrity": "sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==",
- "dev": true
- },
- "node_modules/unbox-primitive": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
- "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.2",
- "has-bigints": "^1.0.2",
- "has-symbols": "^1.0.3",
- "which-boxed-primitive": "^1.0.2"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/undici-types": {
- "version": "6.20.0",
- "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.20.0.tgz",
- "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
- "dev": true
+ "license": "MIT",
+ "peer": true
},
"node_modules/unescape": {
"version": "1.0.1",
"resolved": "https://registry.npmmirror.com/unescape/-/unescape-1.0.1.tgz",
"integrity": "sha512-O0+af1Gs50lyH1nUu3ZyYS1cRh01Q/kUKatTOkSs7jukXE6/NebucDVxyiDsA9AQ4JC1V1jUH9EO8JX2nMDgGQ==",
+ "license": "MIT",
"dependencies": {
"extend-shallow": "^2.0.1"
},
@@ -18977,44 +8292,38 @@
"node": ">=0.10.0"
}
},
- "node_modules/unicode-canonical-property-names-ecmascript": {
+ "node_modules/unescape/node_modules/extend-shallow": {
"version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz",
- "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/unicode-match-property-ecmascript": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
- "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
- "dev": true,
+ "resolved": "https://registry.npmmirror.com/extend-shallow/-/extend-shallow-2.0.1.tgz",
+ "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
+ "license": "MIT",
"dependencies": {
- "unicode-canonical-property-names-ecmascript": "^2.0.0",
- "unicode-property-aliases-ecmascript": "^2.0.0"
+ "is-extendable": "^0.1.0"
},
"engines": {
- "node": ">=4"
+ "node": ">=0.10.0"
}
},
- "node_modules/unicode-match-property-value-ecmascript": {
- "version": "2.2.0",
- "resolved": "https://registry.npmmirror.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz",
- "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==",
- "dev": true,
+ "node_modules/unescape/node_modules/is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
+ "license": "MIT",
"engines": {
- "node": ">=4"
+ "node": ">=0.10.0"
}
},
- "node_modules/unicode-property-aliases-ecmascript": {
- "version": "2.1.0",
- "resolved": "https://registry.npmmirror.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
- "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
+ "node_modules/unicorn-magic": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmmirror.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
+ "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
"dev": true,
+ "license": "MIT",
"engines": {
- "node": ">=4"
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/union-value": {
@@ -19022,6 +8331,8 @@
"resolved": "https://registry.npmmirror.com/union-value/-/union-value-1.0.1.tgz",
"integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"arr-union": "^3.1.0",
"get-value": "^2.0.6",
@@ -19032,23 +8343,24 @@
"node": ">=0.10.0"
}
},
- "node_modules/uniq": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/uniq/-/uniq-1.0.1.tgz",
- "integrity": "sha512-Gw+zz50YNKPDKXs+9d+aKAjVwpjNwqzvNpLigIruT4HA9lMZNdMqs9x07kKHB/L9WRzqp4+DlTU5s4wG2esdoA==",
- "dev": true
- },
- "node_modules/uniqs": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/uniqs/-/uniqs-2.0.0.tgz",
- "integrity": "sha512-mZdDpf3vBV5Efh29kMw5tXoup/buMgxLzOt/XKFKcVmi+15ManNQWr6HfZ2aiZTYlYixbdNJ0KFmIZIv52tHSQ==",
- "dev": true
+ "node_modules/union-value/node_modules/is-extendable": {
+ "version": "0.1.1",
+ "resolved": "https://registry.npmmirror.com/is-extendable/-/is-extendable-0.1.1.tgz",
+ "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
},
"node_modules/unique-filename": {
"version": "1.1.1",
"resolved": "https://registry.npmmirror.com/unique-filename/-/unique-filename-1.1.1.tgz",
"integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
"dev": true,
+ "license": "ISC",
+ "peer": true,
"dependencies": {
"unique-slug": "^2.0.0"
}
@@ -19058,38 +8370,29 @@
"resolved": "https://registry.npmmirror.com/unique-slug/-/unique-slug-2.0.2.tgz",
"integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==",
"dev": true,
+ "license": "ISC",
+ "peer": true,
"dependencies": {
"imurmurhash": "^0.1.4"
}
},
"node_modules/universalify": {
- "version": "0.2.0",
- "resolved": "https://registry.npmmirror.com/universalify/-/universalify-0.2.0.tgz",
- "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
- "engines": {
- "node": ">= 4.0.0"
- }
- },
- "node_modules/unpipe": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz",
- "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
+ "version": "2.0.1",
+ "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
+ "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
"dev": true,
+ "license": "MIT",
"engines": {
- "node": ">= 0.8"
+ "node": ">= 10.0.0"
}
- },
- "node_modules/unquote": {
- "version": "1.1.1",
- "resolved": "https://registry.npmmirror.com/unquote/-/unquote-1.1.1.tgz",
- "integrity": "sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==",
- "dev": true
},
"node_modules/unset-value": {
"version": "1.0.0",
"resolved": "https://registry.npmmirror.com/unset-value/-/unset-value-1.0.0.tgz",
"integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"has-value": "^0.3.1",
"isobject": "^3.0.0"
@@ -19103,6 +8406,8 @@
"resolved": "https://registry.npmmirror.com/has-value/-/has-value-0.3.1.tgz",
"integrity": "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"get-value": "^2.0.3",
"has-values": "^0.1.4",
@@ -19117,6 +8422,8 @@
"resolved": "https://registry.npmmirror.com/isobject/-/isobject-2.1.0.tgz",
"integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"isarray": "1.0.0"
},
@@ -19129,6 +8436,8 @@
"resolved": "https://registry.npmmirror.com/has-values/-/has-values-0.1.4.tgz",
"integrity": "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
@@ -19138,15 +8447,18 @@
"resolved": "https://registry.npmmirror.com/upath/-/upath-1.2.0.tgz",
"integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
"dev": true,
+ "license": "MIT",
+ "optional": true,
+ "peer": true,
"engines": {
"node": ">=4",
"yarn": "*"
}
},
"node_modules/update-browserslist-db": {
- "version": "1.1.1",
- "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz",
- "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==",
+ "version": "1.1.2",
+ "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz",
+ "integrity": "sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==",
"dev": true,
"funding": [
{
@@ -19162,9 +8474,10 @@
"url": "https://github.com/sponsors/ai"
}
],
+ "license": "MIT",
"dependencies": {
"escalade": "^3.2.0",
- "picocolors": "^1.1.0"
+ "picocolors": "^1.1.1"
},
"bin": {
"update-browserslist-db": "cli.js"
@@ -19173,19 +8486,26 @@
"browserslist": ">= 4.21.0"
}
},
- "node_modules/upper-case": {
- "version": "1.1.3",
- "resolved": "https://registry.npmmirror.com/upper-case/-/upper-case-1.1.3.tgz",
- "integrity": "sha512-WRbjgmYzgXkCV7zNVpy5YgrHgbBv126rMALQQMrmzOVC4GM2waQ9x7xtm8VU+1yF2kWyPzI9zbZ48n4vSxwfSA==",
- "dev": true
- },
"node_modules/uri-js": {
"version": "4.4.1",
"resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
"dev": true,
+ "license": "BSD-2-Clause",
+ "peer": true,
"dependencies": {
"punycode": "^2.1.0"
+ }
+ },
+ "node_modules/uri-js/node_modules/punycode": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
+ "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true,
+ "engines": {
+ "node": ">=6"
}
},
"node_modules/urix": {
@@ -19193,13 +8513,17 @@
"resolved": "https://registry.npmmirror.com/urix/-/urix-0.1.0.tgz",
"integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==",
"deprecated": "Please see https://github.com/lydell/urix#deprecated",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/url": {
"version": "0.11.4",
"resolved": "https://registry.npmmirror.com/url/-/url-0.11.4.tgz",
"integrity": "sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"punycode": "^1.4.1",
"qs": "^6.12.3"
@@ -19208,74 +8532,11 @@
"node": ">= 0.4"
}
},
- "node_modules/url-loader": {
- "version": "2.3.0",
- "resolved": "https://registry.npmmirror.com/url-loader/-/url-loader-2.3.0.tgz",
- "integrity": "sha512-goSdg8VY+7nPZKUEChZSEtW5gjbS66USIGCeSJ1OVOJ7Yfuh/36YxCwMi5HVEJh6mqUYOoy3NJ0vlOMrWsSHog==",
- "dev": true,
- "dependencies": {
- "loader-utils": "^1.2.3",
- "mime": "^2.4.4",
- "schema-utils": "^2.5.0"
- },
- "engines": {
- "node": ">= 8.9.0"
- },
- "peerDependencies": {
- "file-loader": "*",
- "webpack": "^4.0.0"
- },
- "peerDependenciesMeta": {
- "file-loader": {
- "optional": true
- }
- }
- },
- "node_modules/url-loader/node_modules/json5": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
- "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
- "dev": true,
- "dependencies": {
- "minimist": "^1.2.0"
- },
- "bin": {
- "json5": "lib/cli.js"
- }
- },
- "node_modules/url-loader/node_modules/loader-utils": {
- "version": "1.4.2",
- "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
- "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
- "dev": true,
- "dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^1.0.1"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/url-parse": {
- "version": "1.5.10",
- "resolved": "https://registry.npmmirror.com/url-parse/-/url-parse-1.5.10.tgz",
- "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
- "dependencies": {
- "querystringify": "^2.1.1",
- "requires-port": "^1.0.0"
- }
- },
- "node_modules/url/node_modules/punycode": {
- "version": "1.4.1",
- "resolved": "https://registry.npmmirror.com/punycode/-/punycode-1.4.1.tgz",
- "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==",
- "dev": true
- },
"node_modules/urllib": {
"version": "2.44.0",
"resolved": "https://registry.npmmirror.com/urllib/-/urllib-2.44.0.tgz",
"integrity": "sha512-zRCJqdfYllRDA9bXUtx+vccyRqtJPKsw85f44zH7zPD28PIvjMqIgw9VwoTLV7xTBWZsbebUFVHU5ghQcWku2A==",
+ "license": "MIT",
"dependencies": {
"any-promise": "^1.3.0",
"content-type": "^1.0.2",
@@ -19307,6 +8568,8 @@
"resolved": "https://registry.npmmirror.com/use/-/use-3.1.1.tgz",
"integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
@@ -19316,6 +8579,8 @@
"resolved": "https://registry.npmmirror.com/util/-/util-0.11.1.tgz",
"integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"inherits": "2.0.3"
}
@@ -19323,39 +8588,22 @@
"node_modules/util-deprecate": {
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
- "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
- },
- "node_modules/util.promisify": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/util.promisify/-/util.promisify-1.0.1.tgz",
- "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==",
- "dev": true,
- "dependencies": {
- "define-properties": "^1.1.3",
- "es-abstract": "^1.17.2",
- "has-symbols": "^1.0.1",
- "object.getownpropertydescriptors": "^2.1.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
+ "license": "MIT"
},
"node_modules/util/node_modules/inherits": {
"version": "2.0.3",
"resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.3.tgz",
"integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
- "dev": true
- },
- "node_modules/utila": {
- "version": "0.4.0",
- "resolved": "https://registry.npmmirror.com/utila/-/utila-0.4.0.tgz",
- "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==",
- "dev": true
+ "dev": true,
+ "license": "ISC",
+ "peer": true
},
"node_modules/utility": {
"version": "1.18.0",
"resolved": "https://registry.npmmirror.com/utility/-/utility-1.18.0.tgz",
"integrity": "sha512-PYxZDA+6QtvRvm//++aGdmKG/cI07jNwbROz0Ql+VzFV1+Z0Dy55NI4zZ7RHc9KKpBePNFwoErqIuqQv/cjiTA==",
+ "license": "MIT",
"dependencies": {
"copy-to": "^2.0.1",
"escape-html": "^1.0.3",
@@ -19367,92 +8615,186 @@
"node": ">= 0.12.0"
}
},
- "node_modules/utils-merge": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/utils-merge/-/utils-merge-1.0.1.tgz",
- "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
+ "node_modules/varint": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmmirror.com/varint/-/varint-6.0.0.tgz",
+ "integrity": "sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==",
"dev": true,
- "engines": {
- "node": ">= 0.4.0"
- }
+ "license": "MIT"
},
- "node_modules/uuid": {
- "version": "3.4.0",
- "resolved": "https://registry.npmmirror.com/uuid/-/uuid-3.4.0.tgz",
- "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
- "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
- "dev": true,
- "bin": {
- "uuid": "bin/uuid"
- }
- },
- "node_modules/v8-compile-cache": {
- "version": "2.4.0",
- "resolved": "https://registry.npmmirror.com/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz",
- "integrity": "sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw==",
+ "node_modules/vite": {
+ "version": "6.0.7",
+ "resolved": "https://registry.npmmirror.com/vite/-/vite-6.0.7.tgz",
+ "integrity": "sha512-RDt8r/7qx9940f8FcOIAH9PTViRrghKaK2K1jY3RaAURrEUbm9Du1mJ72G+jlhtG3WwodnfzY8ORQZbBavZEAQ==",
"dev": true,
"license": "MIT",
- "peer": true
- },
- "node_modules/validate-npm-package-license": {
- "version": "3.0.4",
- "resolved": "https://registry.npmmirror.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
- "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
- "dev": true,
"dependencies": {
- "spdx-correct": "^3.0.0",
- "spdx-expression-parse": "^3.0.0"
- }
- },
- "node_modules/vary": {
- "version": "1.1.2",
- "resolved": "https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz",
- "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
- "dev": true,
+ "esbuild": "^0.24.2",
+ "postcss": "^8.4.49",
+ "rollup": "^4.23.0"
+ },
+ "bin": {
+ "vite": "bin/vite.js"
+ },
"engines": {
- "node": ">= 0.8"
- }
- },
- "node_modules/vendors": {
- "version": "1.0.4",
- "resolved": "https://registry.npmmirror.com/vendors/-/vendors-1.0.4.tgz",
- "integrity": "sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==",
- "dev": true,
+ "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
+ },
"funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
+ "url": "https://github.com/vitejs/vite?sponsor=1"
+ },
+ "optionalDependencies": {
+ "fsevents": "~2.3.3"
+ },
+ "peerDependencies": {
+ "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
+ "jiti": ">=1.21.0",
+ "less": "*",
+ "lightningcss": "^1.21.0",
+ "sass": "*",
+ "sass-embedded": "*",
+ "stylus": "*",
+ "sugarss": "*",
+ "terser": "^5.16.0",
+ "tsx": "^4.8.1",
+ "yaml": "^2.4.2"
+ },
+ "peerDependenciesMeta": {
+ "@types/node": {
+ "optional": true
+ },
+ "jiti": {
+ "optional": true
+ },
+ "less": {
+ "optional": true
+ },
+ "lightningcss": {
+ "optional": true
+ },
+ "sass": {
+ "optional": true
+ },
+ "sass-embedded": {
+ "optional": true
+ },
+ "stylus": {
+ "optional": true
+ },
+ "sugarss": {
+ "optional": true
+ },
+ "terser": {
+ "optional": true
+ },
+ "tsx": {
+ "optional": true
+ },
+ "yaml": {
+ "optional": true
+ }
}
},
- "node_modules/verror": {
- "version": "1.10.0",
- "resolved": "https://registry.npmmirror.com/verror/-/verror-1.10.0.tgz",
- "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==",
+ "node_modules/vite-hot-client": {
+ "version": "0.2.4",
+ "resolved": "https://registry.npmmirror.com/vite-hot-client/-/vite-hot-client-0.2.4.tgz",
+ "integrity": "sha512-a1nzURqO7DDmnXqabFOliz908FRmIppkBKsJthS8rbe8hBEXwEwe4C3Pp33Z1JoFCYfVL4kTOMLKk0ZZxREIeA==",
"dev": true,
- "engines": [
- "node >=0.6.0"
- ],
- "dependencies": {
- "assert-plus": "^1.0.0",
- "core-util-is": "1.0.2",
- "extsprintf": "^1.2.0"
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/antfu"
+ },
+ "peerDependencies": {
+ "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
}
},
- "node_modules/verror/node_modules/core-util-is": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.2.tgz",
- "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==",
- "dev": true
+ "node_modules/vite-plugin-inspect": {
+ "version": "0.8.9",
+ "resolved": "https://registry.npmmirror.com/vite-plugin-inspect/-/vite-plugin-inspect-0.8.9.tgz",
+ "integrity": "sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@antfu/utils": "^0.7.10",
+ "@rollup/pluginutils": "^5.1.3",
+ "debug": "^4.3.7",
+ "error-stack-parser-es": "^0.1.5",
+ "fs-extra": "^11.2.0",
+ "open": "^10.1.0",
+ "perfect-debounce": "^1.0.0",
+ "picocolors": "^1.1.1",
+ "sirv": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=14"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/antfu"
+ },
+ "peerDependencies": {
+ "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.1"
+ },
+ "peerDependenciesMeta": {
+ "@nuxt/kit": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/vite-plugin-vue-devtools": {
+ "version": "7.7.0",
+ "resolved": "https://registry.npmmirror.com/vite-plugin-vue-devtools/-/vite-plugin-vue-devtools-7.7.0.tgz",
+ "integrity": "sha512-1dWiREwIl4JELwXGHXih80hIgjcViMcZGr3j0edo6NQ9kNzAOxMIUgFqc/TO1ary4ZroJUxoB0YDI6jnDf13iQ==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@vue/devtools-core": "^7.7.0",
+ "@vue/devtools-kit": "^7.7.0",
+ "@vue/devtools-shared": "^7.7.0",
+ "execa": "^9.5.1",
+ "sirv": "^3.0.0",
+ "vite-plugin-inspect": "0.8.9",
+ "vite-plugin-vue-inspector": "^5.3.1"
+ },
+ "engines": {
+ "node": ">=v14.21.3"
+ },
+ "peerDependencies": {
+ "vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
+ }
+ },
+ "node_modules/vite-plugin-vue-inspector": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmmirror.com/vite-plugin-vue-inspector/-/vite-plugin-vue-inspector-5.3.1.tgz",
+ "integrity": "sha512-cBk172kZKTdvGpJuzCCLg8lJ909wopwsu3Ve9FsL1XsnLBiRT9U3MePcqrgGHgCX2ZgkqZmAGR8taxw+TV6s7A==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@babel/core": "^7.23.0",
+ "@babel/plugin-proposal-decorators": "^7.23.0",
+ "@babel/plugin-syntax-import-attributes": "^7.22.5",
+ "@babel/plugin-syntax-import-meta": "^7.10.4",
+ "@babel/plugin-transform-typescript": "^7.22.15",
+ "@vue/babel-plugin-jsx": "^1.1.5",
+ "@vue/compiler-dom": "^3.3.4",
+ "kolorist": "^1.8.0",
+ "magic-string": "^0.30.4"
+ },
+ "peerDependencies": {
+ "vite": "^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0"
+ }
},
"node_modules/vm-browserify": {
"version": "1.1.2",
"resolved": "https://registry.npmmirror.com/vm-browserify/-/vm-browserify-1.1.2.tgz",
"integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==",
- "dev": true
+ "dev": true,
+ "license": "MIT",
+ "peer": true
},
"node_modules/vue": {
"version": "3.5.13",
"resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.13.tgz",
"integrity": "sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==",
+ "license": "MIT",
"dependencies": {
"@vue/compiler-dom": "3.5.13",
"@vue/compiler-sfc": "3.5.13",
@@ -19470,27 +8812,34 @@
}
},
"node_modules/vue-3d-model": {
- "version": "1.4.1",
- "resolved": "https://registry.npmmirror.com/vue-3d-model/-/vue-3d-model-1.4.1.tgz",
- "integrity": "sha512-IQjpqEjK1OLF/0XgF6O++IvOPLinLQ2aWZQFHxPFoTfPlB4vQW2sgv8EJSqpsIYC/wSCdGlP3CEnv9L3aZHlow==",
+ "version": "2.0.0-alpha.4",
+ "resolved": "https://registry.npmmirror.com/vue-3d-model/-/vue-3d-model-2.0.0-alpha.4.tgz",
+ "integrity": "sha512-/dGP7YTAK5e7o8i9592PS9S0mbUStRl26OeeC2Qz4XePrG9BU/Q1GkETqPSMJPWgNa8TkqrxXP9ItYgcmxuSqw==",
+ "license": "MIT",
"dependencies": {
- "three": "^0.135.0"
+ "@types/three": "^0.141.0",
+ "three": "^0.141.0"
},
"peerDependencies": {
- "vue": ">=2.0.0"
+ "vue": ">=3.0.0"
}
},
- "node_modules/vue-component-type-helpers": {
- "version": "2.1.10",
- "resolved": "https://registry.npmmirror.com/vue-component-type-helpers/-/vue-component-type-helpers-2.1.10.tgz",
- "integrity": "sha512-lfgdSLQKrUmADiSV6PbBvYgQ33KF3Ztv6gP85MfGaGaSGMTXORVaHT1EHfsqCgzRNBstPKYDmvAV9Do5CmJ07A==",
- "dev": true
+ "node_modules/vue-chartjs": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmmirror.com/vue-chartjs/-/vue-chartjs-5.3.2.tgz",
+ "integrity": "sha512-NrkbRRoYshbXbWqJkTN6InoDVwVb90C0R7eAVgMWcB9dPikbruaOoTFjFYHE/+tNPdIe6qdLCDjfjPHQ0fw4jw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "chart.js": "^4.1.1",
+ "vue": "^3.0.0-0 || ^2.7.0"
+ }
},
"node_modules/vue-demi": {
"version": "0.14.10",
"resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.10.tgz",
"integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==",
"hasInstallScript": true,
+ "license": "MIT",
"bin": {
"vue-demi-fix": "bin/vue-demi-fix.js",
"vue-demi-switch": "bin/vue-demi-switch.js"
@@ -19511,185 +8860,11 @@
}
}
},
- "node_modules/vue-draggable-next": {
- "version": "2.2.1",
- "resolved": "https://registry.npmmirror.com/vue-draggable-next/-/vue-draggable-next-2.2.1.tgz",
- "integrity": "sha512-EAMS1IRHF0kZO0o5PMOinsQsXIqsrKT1hKmbICxG3UEtn7zLFkLxlAtajcCcUTisNvQ6TtCB5COjD9a1raNADw==",
- "peerDependencies": {
- "sortablejs": "^1.14.0",
- "vue": "^3.2.2"
- }
- },
- "node_modules/vue-hot-reload-api": {
- "version": "2.3.4",
- "resolved": "https://registry.npmmirror.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz",
- "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==",
- "dev": true
- },
- "node_modules/vue-loader": {
- "version": "15.11.1",
- "resolved": "https://registry.npmmirror.com/vue-loader/-/vue-loader-15.11.1.tgz",
- "integrity": "sha512-0iw4VchYLePqJfJu9s62ACWUXeSqM30SQqlIftbYWM3C+jpPcEHKSPUZBLjSF9au4HTHQ/naF6OGnO3Q/qGR3Q==",
- "dev": true,
- "dependencies": {
- "@vue/component-compiler-utils": "^3.1.0",
- "hash-sum": "^1.0.2",
- "loader-utils": "^1.1.0",
- "vue-hot-reload-api": "^2.3.0",
- "vue-style-loader": "^4.1.0"
- },
- "peerDependencies": {
- "css-loader": "*",
- "webpack": "^3.0.0 || ^4.1.0 || ^5.0.0-0"
- },
- "peerDependenciesMeta": {
- "cache-loader": {
- "optional": true
- },
- "prettier": {
- "optional": true
- },
- "vue-template-compiler": {
- "optional": true
- }
- }
- },
- "node_modules/vue-loader-v16": {
- "name": "vue-loader",
- "version": "16.8.3",
- "resolved": "https://registry.npmmirror.com/vue-loader/-/vue-loader-16.8.3.tgz",
- "integrity": "sha512-7vKN45IxsKxe5GcVCbc2qFU5aWzyiLrYJyUuMz4BQLKctCj/fmCa0w6fGiiQ2cLFetNcek1ppGJQDCup0c1hpA==",
- "dev": true,
- "optional": true,
- "dependencies": {
- "chalk": "^4.1.0",
- "hash-sum": "^2.0.0",
- "loader-utils": "^2.0.0"
- }
- },
- "node_modules/vue-loader-v16/node_modules/ansi-styles": {
- "version": "4.3.0",
- "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
- "dev": true,
- "optional": true,
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/vue-loader-v16/node_modules/chalk": {
- "version": "4.1.2",
- "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
- "dev": true,
- "optional": true,
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/chalk/chalk?sponsor=1"
- }
- },
- "node_modules/vue-loader-v16/node_modules/color-convert": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dev": true,
- "optional": true,
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/vue-loader-v16/node_modules/color-name": {
- "version": "1.1.4",
- "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "dev": true,
- "optional": true
- },
- "node_modules/vue-loader-v16/node_modules/has-flag": {
- "version": "4.0.0",
- "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
- "dev": true,
- "optional": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/vue-loader-v16/node_modules/supports-color": {
- "version": "7.2.0",
- "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
- "dev": true,
- "optional": true,
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/vue-loader/node_modules/hash-sum": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-1.0.2.tgz",
- "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==",
- "dev": true
- },
- "node_modules/vue-loader/node_modules/json5": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
- "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
- "dev": true,
- "dependencies": {
- "minimist": "^1.2.0"
- },
- "bin": {
- "json5": "lib/cli.js"
- }
- },
- "node_modules/vue-loader/node_modules/loader-utils": {
- "version": "1.4.2",
- "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
- "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
- "dev": true,
- "dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^1.0.1"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/vue-qr": {
- "version": "4.0.9",
- "resolved": "https://registry.npmmirror.com/vue-qr/-/vue-qr-4.0.9.tgz",
- "integrity": "sha512-pAISV94T0MNEYA3NGjykUpsXRE2QfaNxlu9ZhEL6CERgqNc21hJYuP3hRVzAWfBQlgO18DPmZTbrFerJC3+Ikw==",
- "dependencies": {
- "glob": "^8.0.1",
- "js-binary-schema-parser": "^2.0.2",
- "simple-get": "^4.0.1",
- "string-split-by": "^1.0.0"
- }
- },
"node_modules/vue-router": {
"version": "4.5.0",
"resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.5.0.tgz",
"integrity": "sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==",
+ "license": "MIT",
"dependencies": {
"@vue/devtools-api": "^6.6.4"
},
@@ -19700,96 +8875,23 @@
"vue": "^3.2.0"
}
},
- "node_modules/vue-style-loader": {
- "version": "4.1.3",
- "resolved": "https://registry.npmmirror.com/vue-style-loader/-/vue-style-loader-4.1.3.tgz",
- "integrity": "sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==",
- "dev": true,
- "dependencies": {
- "hash-sum": "^1.0.2",
- "loader-utils": "^1.0.2"
- }
- },
- "node_modules/vue-style-loader/node_modules/hash-sum": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-1.0.2.tgz",
- "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==",
- "dev": true
- },
- "node_modules/vue-style-loader/node_modules/json5": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
- "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
- "dev": true,
- "dependencies": {
- "minimist": "^1.2.0"
- },
- "bin": {
- "json5": "lib/cli.js"
- }
- },
- "node_modules/vue-style-loader/node_modules/loader-utils": {
- "version": "1.4.2",
- "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
- "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
- "dev": true,
- "dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^1.0.1"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/vue-template-es2015-compiler": {
- "version": "1.9.1",
- "resolved": "https://registry.npmmirror.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz",
- "integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==",
- "dev": true
- },
"node_modules/vuex": {
- "version": "4.1.0",
- "resolved": "https://registry.npmmirror.com/vuex/-/vuex-4.1.0.tgz",
- "integrity": "sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ==",
+ "version": "4.0.2",
+ "resolved": "https://registry.npmmirror.com/vuex/-/vuex-4.0.2.tgz",
+ "integrity": "sha512-M6r8uxELjZIK8kTKDGgZTYX/ahzblnzC4isU1tpmEuOIIKmV+TRdc+H4s8ds2NuZ7wpUTdGRzJRtoj+lI+pc0Q==",
+ "license": "MIT",
"dependencies": {
"@vue/devtools-api": "^6.0.0-beta.11"
},
"peerDependencies": {
- "vue": "^3.2.0"
+ "vue": "^3.0.2"
}
- },
- "node_modules/w3c-hr-time": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
- "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
- "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.",
- "dev": true,
- "dependencies": {
- "browser-process-hrtime": "^1.0.0"
- }
- },
- "node_modules/w3c-xmlserializer": {
- "version": "1.1.2",
- "resolved": "https://registry.npmmirror.com/w3c-xmlserializer/-/w3c-xmlserializer-1.1.2.tgz",
- "integrity": "sha512-p10l/ayESzrBMYWRID6xbuCKh2Fp77+sA0doRuGn4tTIMrrZVeqfpKjXHY+oDh3K4nLdPgNwMTVP6Vp4pvqbNg==",
- "dev": true,
- "dependencies": {
- "domexception": "^1.0.1",
- "webidl-conversions": "^4.0.2",
- "xml-name-validator": "^3.0.0"
- }
- },
- "node_modules/w3c-xmlserializer/node_modules/webidl-conversions": {
- "version": "4.0.2",
- "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
- "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==",
- "dev": true
},
"node_modules/wangeditor": {
"version": "4.7.15",
"resolved": "https://registry.npmmirror.com/wangeditor/-/wangeditor-4.7.15.tgz",
"integrity": "sha512-aPTdREd8BxXVyJ5MI+LU83FQ7u1EPd341iXIorRNYSOvoimNoZ4nPg+yn3FGbB93/owEa6buLw8wdhYnMCJQLg==",
+ "license": "MIT",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@babel/runtime-corejs3": "^7.11.2",
@@ -19801,6 +8903,8 @@
"resolved": "https://registry.npmmirror.com/watchpack/-/watchpack-1.7.5.tgz",
"integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"graceful-fs": "^4.1.2",
"neo-async": "^2.5.0"
@@ -19815,7 +8919,9 @@
"resolved": "https://registry.npmmirror.com/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz",
"integrity": "sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==",
"dev": true,
+ "license": "MIT",
"optional": true,
+ "peer": true,
"dependencies": {
"chokidar": "^2.1.8"
}
@@ -19825,7 +8931,9 @@
"resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-2.0.0.tgz",
"integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
"dev": true,
+ "license": "ISC",
"optional": true,
+ "peer": true,
"dependencies": {
"micromatch": "^3.1.4",
"normalize-path": "^2.1.1"
@@ -19836,7 +8944,9 @@
"resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-2.1.1.tgz",
"integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==",
"dev": true,
+ "license": "MIT",
"optional": true,
+ "peer": true,
"dependencies": {
"remove-trailing-separator": "^1.0.1"
},
@@ -19849,7 +8959,9 @@
"resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-1.13.1.tgz",
"integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==",
"dev": true,
+ "license": "MIT",
"optional": true,
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
@@ -19859,7 +8971,9 @@
"resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-2.1.8.tgz",
"integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
"dev": true,
+ "license": "MIT",
"optional": true,
+ "peer": true,
"dependencies": {
"anymatch": "^2.0.0",
"async-each": "^1.0.1",
@@ -19884,10 +8998,12 @@
"deprecated": "Upgrade to fsevents v2 to mitigate potential security issues",
"dev": true,
"hasInstallScript": true,
+ "license": "MIT",
"optional": true,
"os": [
"darwin"
],
+ "peer": true,
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.12.1"
@@ -19901,7 +9017,9 @@
"resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-3.1.0.tgz",
"integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==",
"dev": true,
+ "license": "ISC",
"optional": true,
+ "peer": true,
"dependencies": {
"is-glob": "^3.1.0",
"path-dirname": "^1.0.0"
@@ -19912,7 +9030,9 @@
"resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-3.1.0.tgz",
"integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==",
"dev": true,
+ "license": "MIT",
"optional": true,
+ "peer": true,
"dependencies": {
"is-extglob": "^2.1.0"
},
@@ -19925,7 +9045,9 @@
"resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-1.0.1.tgz",
"integrity": "sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==",
"dev": true,
+ "license": "MIT",
"optional": true,
+ "peer": true,
"dependencies": {
"binary-extensions": "^1.0.0"
},
@@ -19938,7 +9060,9 @@
"resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-2.2.1.tgz",
"integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
"dev": true,
+ "license": "MIT",
"optional": true,
+ "peer": true,
"dependencies": {
"graceful-fs": "^4.1.11",
"micromatch": "^3.1.10",
@@ -19948,34 +9072,13 @@
"node": ">=0.10"
}
},
- "node_modules/wbuf": {
- "version": "1.7.3",
- "resolved": "https://registry.npmmirror.com/wbuf/-/wbuf-1.7.3.tgz",
- "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==",
- "dev": true,
- "dependencies": {
- "minimalistic-assert": "^1.0.0"
- }
- },
- "node_modules/wcwidth": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/wcwidth/-/wcwidth-1.0.1.tgz",
- "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
- "dev": true,
- "dependencies": {
- "defaults": "^1.0.3"
- }
- },
- "node_modules/webidl-conversions": {
- "version": "3.0.1",
- "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
- "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
- },
"node_modules/webpack": {
"version": "4.47.0",
"resolved": "https://registry.npmmirror.com/webpack/-/webpack-4.47.0.tgz",
"integrity": "sha512-td7fYwgLSrky3fI1EuU5cneU4+pbH6GgOfuKNS1tNPcfdGinGELAqsb/BP4nnvZyKSG2i/xFGU7+n2PvZA8HJQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"@webassemblyjs/ast": "1.9.0",
"@webassemblyjs/helper-module-context": "1.9.0",
@@ -20020,657 +9123,50 @@
}
}
},
- "node_modules/webpack-bundle-analyzer": {
- "version": "3.9.0",
- "resolved": "https://registry.npmmirror.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.9.0.tgz",
- "integrity": "sha512-Ob8amZfCm3rMB1ScjQVlbYYUEJyEjdEtQ92jqiFUYt5VkEeO2v5UMbv49P/gnmCZm3A6yaFQzCBvpZqN4MUsdA==",
- "dev": true,
- "dependencies": {
- "acorn": "^7.1.1",
- "acorn-walk": "^7.1.1",
- "bfj": "^6.1.1",
- "chalk": "^2.4.1",
- "commander": "^2.18.0",
- "ejs": "^2.6.1",
- "express": "^4.16.3",
- "filesize": "^3.6.1",
- "gzip-size": "^5.0.0",
- "lodash": "^4.17.19",
- "mkdirp": "^0.5.1",
- "opener": "^1.5.1",
- "ws": "^6.0.0"
- },
- "bin": {
- "webpack-bundle-analyzer": "lib/bin/analyzer.js"
- },
- "engines": {
- "node": ">= 6.14.4"
- }
- },
- "node_modules/webpack-bundle-analyzer/node_modules/acorn": {
- "version": "7.4.1",
- "resolved": "https://registry.npmmirror.com/acorn/-/acorn-7.4.1.tgz",
- "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
- "dev": true,
- "bin": {
- "acorn": "bin/acorn"
- },
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/webpack-bundle-analyzer/node_modules/acorn-walk": {
- "version": "7.2.0",
- "resolved": "https://registry.npmmirror.com/acorn-walk/-/acorn-walk-7.2.0.tgz",
- "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
- "dev": true,
- "engines": {
- "node": ">=0.4.0"
- }
- },
- "node_modules/webpack-bundle-analyzer/node_modules/ws": {
- "version": "6.2.3",
- "resolved": "https://registry.npmmirror.com/ws/-/ws-6.2.3.tgz",
- "integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==",
- "dev": true,
- "dependencies": {
- "async-limiter": "~1.0.0"
- }
- },
- "node_modules/webpack-chain": {
- "version": "6.5.1",
- "resolved": "https://registry.npmmirror.com/webpack-chain/-/webpack-chain-6.5.1.tgz",
- "integrity": "sha512-7doO/SRtLu8q5WM0s7vPKPWX580qhi0/yBHkOxNkv50f6qB76Zy9o2wRTrrPULqYTvQlVHuvbA8v+G5ayuUDsA==",
- "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
- "dev": true,
- "dependencies": {
- "deepmerge": "^1.5.2",
- "javascript-stringify": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/webpack-dev-middleware": {
- "version": "3.7.3",
- "resolved": "https://registry.npmmirror.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz",
- "integrity": "sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==",
- "dev": true,
- "dependencies": {
- "memory-fs": "^0.4.1",
- "mime": "^2.4.4",
- "mkdirp": "^0.5.1",
- "range-parser": "^1.2.1",
- "webpack-log": "^2.0.0"
- },
- "engines": {
- "node": ">= 6"
- },
- "peerDependencies": {
- "webpack": "^4.0.0 || ^5.0.0"
- }
- },
- "node_modules/webpack-dev-server": {
- "version": "3.11.3",
- "resolved": "https://registry.npmmirror.com/webpack-dev-server/-/webpack-dev-server-3.11.3.tgz",
- "integrity": "sha512-3x31rjbEQWKMNzacUZRE6wXvUFuGpH7vr0lIEbYpMAG9BOxi0928QU1BBswOAP3kg3H1O4hiS+sq4YyAn6ANnA==",
- "dev": true,
- "dependencies": {
- "ansi-html-community": "0.0.8",
- "bonjour": "^3.5.0",
- "chokidar": "^2.1.8",
- "compression": "^1.7.4",
- "connect-history-api-fallback": "^1.6.0",
- "debug": "^4.1.1",
- "del": "^4.1.1",
- "express": "^4.17.1",
- "html-entities": "^1.3.1",
- "http-proxy-middleware": "0.19.1",
- "import-local": "^2.0.0",
- "internal-ip": "^4.3.0",
- "ip": "^1.1.5",
- "is-absolute-url": "^3.0.3",
- "killable": "^1.0.1",
- "loglevel": "^1.6.8",
- "opn": "^5.5.0",
- "p-retry": "^3.0.1",
- "portfinder": "^1.0.26",
- "schema-utils": "^1.0.0",
- "selfsigned": "^1.10.8",
- "semver": "^6.3.0",
- "serve-index": "^1.9.1",
- "sockjs": "^0.3.21",
- "sockjs-client": "^1.5.0",
- "spdy": "^4.0.2",
- "strip-ansi": "^3.0.1",
- "supports-color": "^6.1.0",
- "url": "^0.11.0",
- "webpack-dev-middleware": "^3.7.2",
- "webpack-log": "^2.0.0",
- "ws": "^6.2.1",
- "yargs": "^13.3.2"
- },
- "bin": {
- "webpack-dev-server": "bin/webpack-dev-server.js"
- },
- "engines": {
- "node": ">= 6.11.5"
- },
- "peerDependencies": {
- "webpack": "^4.0.0 || ^5.0.0"
- },
- "peerDependenciesMeta": {
- "webpack-cli": {
- "optional": true
- }
- }
- },
- "node_modules/webpack-dev-server/node_modules/ansi-regex": {
- "version": "2.1.1",
- "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-2.1.1.tgz",
- "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/webpack-dev-server/node_modules/anymatch": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-2.0.0.tgz",
- "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
- "dev": true,
- "dependencies": {
- "micromatch": "^3.1.4",
- "normalize-path": "^2.1.1"
- }
- },
- "node_modules/webpack-dev-server/node_modules/anymatch/node_modules/normalize-path": {
- "version": "2.1.1",
- "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-2.1.1.tgz",
- "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==",
- "dev": true,
- "dependencies": {
- "remove-trailing-separator": "^1.0.1"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/webpack-dev-server/node_modules/binary-extensions": {
- "version": "1.13.1",
- "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-1.13.1.tgz",
- "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/webpack-dev-server/node_modules/chokidar": {
- "version": "2.1.8",
- "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-2.1.8.tgz",
- "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
- "dev": true,
- "dependencies": {
- "anymatch": "^2.0.0",
- "async-each": "^1.0.1",
- "braces": "^2.3.2",
- "glob-parent": "^3.1.0",
- "inherits": "^2.0.3",
- "is-binary-path": "^1.0.0",
- "is-glob": "^4.0.0",
- "normalize-path": "^3.0.0",
- "path-is-absolute": "^1.0.0",
- "readdirp": "^2.2.1",
- "upath": "^1.1.1"
- },
- "optionalDependencies": {
- "fsevents": "^1.2.7"
- }
- },
- "node_modules/webpack-dev-server/node_modules/fsevents": {
- "version": "1.2.13",
- "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-1.2.13.tgz",
- "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
- "deprecated": "Upgrade to fsevents v2 to mitigate potential security issues",
- "dev": true,
- "hasInstallScript": true,
- "optional": true,
- "os": [
- "darwin"
- ],
- "dependencies": {
- "bindings": "^1.5.0",
- "nan": "^2.12.1"
- },
- "engines": {
- "node": ">= 4.0"
- }
- },
- "node_modules/webpack-dev-server/node_modules/glob-parent": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-3.1.0.tgz",
- "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==",
- "dev": true,
- "dependencies": {
- "is-glob": "^3.1.0",
- "path-dirname": "^1.0.0"
- }
- },
- "node_modules/webpack-dev-server/node_modules/glob-parent/node_modules/is-glob": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-3.1.0.tgz",
- "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==",
- "dev": true,
- "dependencies": {
- "is-extglob": "^2.1.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/webpack-dev-server/node_modules/http-proxy-middleware": {
- "version": "0.19.1",
- "resolved": "https://registry.npmmirror.com/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz",
- "integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==",
- "dev": true,
- "dependencies": {
- "http-proxy": "^1.17.0",
- "is-glob": "^4.0.0",
- "lodash": "^4.17.11",
- "micromatch": "^3.1.10"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/webpack-dev-server/node_modules/is-absolute-url": {
- "version": "3.0.3",
- "resolved": "https://registry.npmmirror.com/is-absolute-url/-/is-absolute-url-3.0.3.tgz",
- "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/webpack-dev-server/node_modules/is-binary-path": {
- "version": "1.0.1",
- "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-1.0.1.tgz",
- "integrity": "sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==",
- "dev": true,
- "dependencies": {
- "binary-extensions": "^1.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/webpack-dev-server/node_modules/readdirp": {
- "version": "2.2.1",
- "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-2.2.1.tgz",
- "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
- "dev": true,
- "dependencies": {
- "graceful-fs": "^4.1.11",
- "micromatch": "^3.1.10",
- "readable-stream": "^2.0.2"
- },
- "engines": {
- "node": ">=0.10"
- }
- },
- "node_modules/webpack-dev-server/node_modules/schema-utils": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-1.0.0.tgz",
- "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
- "dev": true,
- "dependencies": {
- "ajv": "^6.1.0",
- "ajv-errors": "^1.0.0",
- "ajv-keywords": "^3.1.0"
- },
- "engines": {
- "node": ">= 4"
- }
- },
- "node_modules/webpack-dev-server/node_modules/semver": {
- "version": "6.3.1",
- "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "dev": true,
- "bin": {
- "semver": "bin/semver.js"
- }
- },
- "node_modules/webpack-dev-server/node_modules/strip-ansi": {
- "version": "3.0.1",
- "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-3.0.1.tgz",
- "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^2.0.0"
- },
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/webpack-dev-server/node_modules/supports-color": {
- "version": "6.1.0",
- "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-6.1.0.tgz",
- "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
- "dev": true,
- "dependencies": {
- "has-flag": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/webpack-dev-server/node_modules/ws": {
- "version": "6.2.3",
- "resolved": "https://registry.npmmirror.com/ws/-/ws-6.2.3.tgz",
- "integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==",
- "dev": true,
- "dependencies": {
- "async-limiter": "~1.0.0"
- }
- },
- "node_modules/webpack-log": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/webpack-log/-/webpack-log-2.0.0.tgz",
- "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==",
- "dev": true,
- "dependencies": {
- "ansi-colors": "^3.0.0",
- "uuid": "^3.3.2"
- },
- "engines": {
- "node": ">= 6"
- }
- },
- "node_modules/webpack-merge": {
- "version": "4.2.2",
- "resolved": "https://registry.npmmirror.com/webpack-merge/-/webpack-merge-4.2.2.tgz",
- "integrity": "sha512-TUE1UGoTX2Cd42j3krGYqObZbOD+xF7u28WB7tfUordytSjbWTIjK/8V0amkBfTYN4/pB/GIDlJZZ657BGG19g==",
- "dev": true,
- "dependencies": {
- "lodash": "^4.17.15"
- }
- },
"node_modules/webpack-sources": {
"version": "1.4.3",
"resolved": "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-1.4.3.tgz",
"integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"source-list-map": "^2.0.0",
"source-map": "~0.6.1"
}
},
- "node_modules/webpack/node_modules/json5": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.2.tgz",
- "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
+ "node_modules/webpack-sources/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"dev": true,
- "dependencies": {
- "minimist": "^1.2.0"
- },
- "bin": {
- "json5": "lib/cli.js"
- }
- },
- "node_modules/webpack/node_modules/loader-utils": {
- "version": "1.4.2",
- "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
- "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
- "dev": true,
- "dependencies": {
- "big.js": "^5.2.2",
- "emojis-list": "^3.0.0",
- "json5": "^1.0.1"
- },
- "engines": {
- "node": ">=4.0.0"
- }
- },
- "node_modules/webpack/node_modules/schema-utils": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-1.0.0.tgz",
- "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==",
- "dev": true,
- "dependencies": {
- "ajv": "^6.1.0",
- "ajv-errors": "^1.0.0",
- "ajv-keywords": "^3.1.0"
- },
- "engines": {
- "node": ">= 4"
- }
- },
- "node_modules/websocket-driver": {
- "version": "0.7.4",
- "resolved": "https://registry.npmmirror.com/websocket-driver/-/websocket-driver-0.7.4.tgz",
- "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
- "dev": true,
- "dependencies": {
- "http-parser-js": ">=0.5.1",
- "safe-buffer": ">=5.1.0",
- "websocket-extensions": ">=0.1.1"
- },
- "engines": {
- "node": ">=0.8.0"
- }
- },
- "node_modules/websocket-extensions": {
- "version": "0.1.4",
- "resolved": "https://registry.npmmirror.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
- "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
- "dev": true,
- "engines": {
- "node": ">=0.8.0"
- }
- },
- "node_modules/whatwg-encoding": {
- "version": "1.0.5",
- "resolved": "https://registry.npmmirror.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
- "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
- "dev": true,
- "dependencies": {
- "iconv-lite": "0.4.24"
- }
- },
- "node_modules/whatwg-encoding/node_modules/iconv-lite": {
- "version": "0.4.24",
- "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
- "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
- "dev": true,
- "dependencies": {
- "safer-buffer": ">= 2.1.2 < 3"
- },
+ "license": "BSD-3-Clause",
+ "peer": true,
"engines": {
"node": ">=0.10.0"
}
},
- "node_modules/whatwg-mimetype": {
- "version": "2.3.0",
- "resolved": "https://registry.npmmirror.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
- "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==",
- "dev": true
- },
- "node_modules/whatwg-url": {
- "version": "5.0.0",
- "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz",
- "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
- "dependencies": {
- "tr46": "~0.0.3",
- "webidl-conversions": "^3.0.0"
- }
- },
- "node_modules/when": {
- "version": "3.6.4",
- "resolved": "https://registry.npmmirror.com/when/-/when-3.6.4.tgz",
- "integrity": "sha512-d1VUP9F96w664lKINMGeElWdhhb5sC+thXM+ydZGU3ZnaE09Wv6FaS+mpM9570kcDs/xMfcXJBTLsMdHEFYY9Q==",
- "dev": true
- },
"node_modules/which": {
- "version": "1.3.1",
- "resolved": "https://registry.npmmirror.com/which/-/which-1.3.1.tgz",
- "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
+ "version": "2.0.2",
+ "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
"dev": true,
+ "license": "ISC",
"dependencies": {
"isexe": "^2.0.0"
},
"bin": {
- "which": "bin/which"
- }
- },
- "node_modules/which-boxed-primitive": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
- "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
- "dev": true,
- "dependencies": {
- "is-bigint": "^1.0.1",
- "is-boolean-object": "^1.1.0",
- "is-number-object": "^1.0.4",
- "is-string": "^1.0.5",
- "is-symbol": "^1.0.3"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/which-builtin-type": {
- "version": "1.2.0",
- "resolved": "https://registry.npmmirror.com/which-builtin-type/-/which-builtin-type-1.2.0.tgz",
- "integrity": "sha512-I+qLGQ/vucCby4tf5HsLmGueEla4ZhwTBSqaooS+Y0BuxN4Cp+okmGuV+8mXZ84KDI9BA+oklo+RzKg0ONdSUA==",
- "dev": true,
- "dependencies": {
- "call-bind": "^1.0.7",
- "function.prototype.name": "^1.1.6",
- "has-tostringtag": "^1.0.2",
- "is-async-function": "^2.0.0",
- "is-date-object": "^1.0.5",
- "is-finalizationregistry": "^1.1.0",
- "is-generator-function": "^1.0.10",
- "is-regex": "^1.1.4",
- "is-weakref": "^1.0.2",
- "isarray": "^2.0.5",
- "which-boxed-primitive": "^1.0.2",
- "which-collection": "^1.0.2",
- "which-typed-array": "^1.1.15"
+ "node-which": "bin/node-which"
},
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/which-builtin-type/node_modules/isarray": {
- "version": "2.0.5",
- "resolved": "https://registry.npmmirror.com/isarray/-/isarray-2.0.5.tgz",
- "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
- "dev": true
- },
- "node_modules/which-collection": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/which-collection/-/which-collection-1.0.2.tgz",
- "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
- "dev": true,
- "dependencies": {
- "is-map": "^2.0.3",
- "is-set": "^2.0.3",
- "is-weakmap": "^2.0.2",
- "is-weakset": "^2.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/which-module": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/which-module/-/which-module-2.0.1.tgz",
- "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==",
- "dev": true
- },
- "node_modules/which-typed-array": {
- "version": "1.1.15",
- "resolved": "https://registry.npmmirror.com/which-typed-array/-/which-typed-array-1.1.15.tgz",
- "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==",
- "dev": true,
- "dependencies": {
- "available-typed-arrays": "^1.0.7",
- "call-bind": "^1.0.7",
- "for-each": "^0.3.3",
- "gopd": "^1.0.1",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/wide-align": {
- "version": "1.1.3",
- "resolved": "https://registry.npmmirror.com/wide-align/-/wide-align-1.1.3.tgz",
- "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
- "dev": true,
- "dependencies": {
- "string-width": "^1.0.2 || 2"
- }
- },
- "node_modules/wide-align/node_modules/ansi-regex": {
- "version": "3.0.1",
- "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-3.0.1.tgz",
- "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/wide-align/node_modules/is-fullwidth-code-point": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
- "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/wide-align/node_modules/string-width": {
- "version": "2.1.1",
- "resolved": "https://registry.npmmirror.com/string-width/-/string-width-2.1.1.tgz",
- "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
- "dev": true,
- "dependencies": {
- "is-fullwidth-code-point": "^2.0.0",
- "strip-ansi": "^4.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/wide-align/node_modules/strip-ansi": {
- "version": "4.0.0",
- "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-4.0.0.tgz",
- "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^3.0.0"
- },
- "engines": {
- "node": ">=4"
+ "node": ">= 8"
}
},
"node_modules/win-release": {
"version": "1.1.1",
"resolved": "https://registry.npmmirror.com/win-release/-/win-release-1.1.1.tgz",
"integrity": "sha512-iCRnKVvGxOQdsKhcQId2PXV1vV3J/sDPXKA4Oe9+Eti2nb2ESEsYHRYls/UjoUW3bIc5ZDO8dTH50A/5iVN+bw==",
+ "license": "MIT",
"dependencies": {
"semver": "^5.0.1"
},
@@ -20678,31 +9174,13 @@
"node": ">=0.10.0"
}
},
- "node_modules/wmf": {
- "version": "1.0.2",
- "resolved": "https://registry.npmmirror.com/wmf/-/wmf-1.0.2.tgz",
- "integrity": "sha512-/p9K7bEh0Dj6WbXg4JG0xvLQmIadrner1bi45VMJTfnbVHsc7yIajZyoSoK60/dtVBs12Fm6WkUI5/3WAVsNMw==",
- "license": "Apache-2.0",
- "engines": {
- "node": ">=0.8"
- }
- },
- "node_modules/word": {
- "version": "0.3.0",
- "resolved": "https://registry.npmmirror.com/word/-/word-0.3.0.tgz",
- "integrity": "sha512-OELeY0Q61OXpdUfTp+oweA/vtLVg5VDOXh+3he3PNzLGG/y0oylSOC1xRVj0+l4vQ3tj/bB1HVHv1ocXkQceFA==",
- "license": "Apache-2.0",
- "engines": {
- "node": ">=0.8"
- }
- },
- "node_modules/word-wrap": {
- "version": "1.2.5",
- "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz",
- "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
+ "node_modules/win-release/node_modules/semver": {
+ "version": "5.7.2",
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
+ "license": "ISC",
+ "bin": {
+ "semver": "bin/semver"
}
},
"node_modules/worker-farm": {
@@ -20710,180 +9188,23 @@
"resolved": "https://registry.npmmirror.com/worker-farm/-/worker-farm-1.7.0.tgz",
"integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==",
"dev": true,
+ "license": "MIT",
+ "peer": true,
"dependencies": {
"errno": "~0.1.7"
- }
- },
- "node_modules/wrap-ansi": {
- "version": "5.1.0",
- "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
- "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^3.2.0",
- "string-width": "^3.0.0",
- "strip-ansi": "^5.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/wrap-ansi-cjs": {
- "name": "wrap-ansi",
- "version": "7.0.0",
- "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
- "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
- "dev": true,
- "dependencies": {
- "ansi-styles": "^4.0.0",
- "string-width": "^4.1.0",
- "strip-ansi": "^6.0.0"
- }
- },
- "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
- "version": "4.3.0",
- "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
- "dev": true,
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
- }
- },
- "node_modules/wrap-ansi-cjs/node_modules/color-convert": {
- "version": "2.0.1",
- "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dev": true,
- "dependencies": {
- "color-name": "~1.1.4"
- },
- "engines": {
- "node": ">=7.0.0"
- }
- },
- "node_modules/wrap-ansi-cjs/node_modules/color-name": {
- "version": "1.1.4",
- "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "dev": true
- },
- "node_modules/wrap-ansi/node_modules/emoji-regex": {
- "version": "7.0.3",
- "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-7.0.3.tgz",
- "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
- "dev": true
- },
- "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
- "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/wrap-ansi/node_modules/string-width": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/string-width/-/string-width-3.1.0.tgz",
- "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
- "dev": true,
- "dependencies": {
- "emoji-regex": "^7.0.1",
- "is-fullwidth-code-point": "^2.0.0",
- "strip-ansi": "^5.1.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/wrap-ansi/node_modules/strip-ansi": {
- "version": "5.2.0",
- "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-5.2.0.tgz",
- "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^4.1.0"
- },
- "engines": {
- "node": ">=6"
}
},
"node_modules/wrappy": {
"version": "1.0.2",
"resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
- "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
- },
- "node_modules/write": {
- "version": "1.0.3",
- "resolved": "https://registry.npmmirror.com/write/-/write-1.0.3.tgz",
- "integrity": "sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==",
- "dev": true,
- "license": "MIT",
- "peer": true,
- "dependencies": {
- "mkdirp": "^0.5.1"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/ws": {
- "version": "7.5.10",
- "resolved": "https://registry.npmmirror.com/ws/-/ws-7.5.10.tgz",
- "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
- "engines": {
- "node": ">=8.3.0"
- },
- "peerDependencies": {
- "bufferutil": "^4.0.1",
- "utf-8-validate": "^5.0.2"
- },
- "peerDependenciesMeta": {
- "bufferutil": {
- "optional": true
- },
- "utf-8-validate": {
- "optional": true
- }
- }
- },
- "node_modules/xlsx": {
- "version": "0.18.5",
- "resolved": "https://registry.npmmirror.com/xlsx/-/xlsx-0.18.5.tgz",
- "integrity": "sha512-dmg3LCjBPHZnQp5/F/+nnTa+miPJxUXB6vtk42YjBBKayDNagxGEeIdWApkYPOf3Z3pm3k62Knjzp7lMeTEtFQ==",
- "license": "Apache-2.0",
- "dependencies": {
- "adler-32": "~1.3.0",
- "cfb": "~1.2.1",
- "codepage": "~1.15.0",
- "crc-32": "~1.2.1",
- "ssf": "~0.11.2",
- "wmf": "~1.0.1",
- "word": "~0.3.0"
- },
- "bin": {
- "xlsx": "bin/xlsx.njs"
- },
- "engines": {
- "node": ">=0.8"
- }
- },
- "node_modules/xml-name-validator": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
- "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==",
- "dev": true
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
+ "license": "ISC"
},
"node_modules/xml2js": {
"version": "0.6.2",
"resolved": "https://registry.npmmirror.com/xml2js/-/xml2js-0.6.2.tgz",
"integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
+ "license": "MIT",
"dependencies": {
"sax": ">=0.6.0",
"xmlbuilder": "~11.0.0"
@@ -20896,20 +9217,16 @@
"version": "11.0.1",
"resolved": "https://registry.npmmirror.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
"integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
+ "license": "MIT",
"engines": {
"node": ">=4.0"
}
- },
- "node_modules/xmlchars": {
- "version": "2.2.0",
- "resolved": "https://registry.npmmirror.com/xmlchars/-/xmlchars-2.2.0.tgz",
- "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
- "dev": true
},
"node_modules/xtend": {
"version": "4.0.2",
"resolved": "https://registry.npmmirror.com/xtend/-/xtend-4.0.2.tgz",
"integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
+ "license": "MIT",
"engines": {
"node": ">=0.4"
}
@@ -20918,229 +9235,44 @@
"version": "4.0.3",
"resolved": "https://registry.npmmirror.com/y18n/-/y18n-4.0.3.tgz",
"integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
- "dev": true
+ "dev": true,
+ "license": "ISC",
+ "peer": true
},
"node_modules/yallist": {
"version": "3.1.1",
"resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz",
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
- "dev": true
- },
- "node_modules/yargs": {
- "version": "13.3.2",
- "resolved": "https://registry.npmmirror.com/yargs/-/yargs-13.3.2.tgz",
- "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==",
"dev": true,
- "dependencies": {
- "cliui": "^5.0.0",
- "find-up": "^3.0.0",
- "get-caller-file": "^2.0.1",
- "require-directory": "^2.1.1",
- "require-main-filename": "^2.0.0",
- "set-blocking": "^2.0.0",
- "string-width": "^3.0.0",
- "which-module": "^2.0.0",
- "y18n": "^4.0.0",
- "yargs-parser": "^13.1.2"
- }
+ "license": "ISC"
},
- "node_modules/yargs-parser": {
- "version": "13.1.2",
- "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-13.1.2.tgz",
- "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==",
+ "node_modules/yoctocolors": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmmirror.com/yoctocolors/-/yoctocolors-2.1.1.tgz",
+ "integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==",
"dev": true,
- "dependencies": {
- "camelcase": "^5.0.0",
- "decamelize": "^1.2.0"
- }
- },
- "node_modules/yargs-unparser": {
- "version": "1.6.0",
- "resolved": "https://registry.npmmirror.com/yargs-unparser/-/yargs-unparser-1.6.0.tgz",
- "integrity": "sha512-W9tKgmSn0DpSatfri0nx52Joq5hVXgeLiqR/5G0sZNDoLZFOr/xjBUDcShCOGNsBnEMNo1KAMBkTej1Hm62HTw==",
- "dev": true,
- "dependencies": {
- "flat": "^4.1.0",
- "lodash": "^4.17.15",
- "yargs": "^13.3.0"
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
},
- "engines": {
- "node": ">=6"
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
- },
- "node_modules/yargs/node_modules/emoji-regex": {
- "version": "7.0.3",
- "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-7.0.3.tgz",
- "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
- "dev": true
- },
- "node_modules/yargs/node_modules/find-up": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/find-up/-/find-up-3.0.0.tgz",
- "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
- "dev": true,
- "dependencies": {
- "locate-path": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/yargs/node_modules/is-fullwidth-code-point": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
- "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/yargs/node_modules/locate-path": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-3.0.0.tgz",
- "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
- "dev": true,
- "dependencies": {
- "p-locate": "^3.0.0",
- "path-exists": "^3.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/yargs/node_modules/p-locate": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-3.0.0.tgz",
- "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
- "dev": true,
- "dependencies": {
- "p-limit": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/yargs/node_modules/path-exists": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-3.0.0.tgz",
- "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/yargs/node_modules/string-width": {
- "version": "3.1.0",
- "resolved": "https://registry.npmmirror.com/string-width/-/string-width-3.1.0.tgz",
- "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
- "dev": true,
- "dependencies": {
- "emoji-regex": "^7.0.1",
- "is-fullwidth-code-point": "^2.0.0",
- "strip-ansi": "^5.1.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/yargs/node_modules/strip-ansi": {
- "version": "5.2.0",
- "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-5.2.0.tgz",
- "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
- "dev": true,
- "dependencies": {
- "ansi-regex": "^4.1.0"
- },
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/yorkie": {
- "version": "2.0.0",
- "resolved": "https://registry.npmmirror.com/yorkie/-/yorkie-2.0.0.tgz",
- "integrity": "sha512-jcKpkthap6x63MB4TxwCyuIGkV0oYP/YRyuQU5UO0Yz/E/ZAu+653/uov+phdmO54n6BcvFRyyt0RRrWdN2mpw==",
- "dev": true,
- "hasInstallScript": true,
- "dependencies": {
- "execa": "^0.8.0",
- "is-ci": "^1.0.10",
- "normalize-path": "^1.0.0",
- "strip-indent": "^2.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/yorkie/node_modules/cross-spawn": {
- "version": "5.1.0",
- "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-5.1.0.tgz",
- "integrity": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==",
- "dev": true,
- "dependencies": {
- "lru-cache": "^4.0.1",
- "shebang-command": "^1.2.0",
- "which": "^1.2.9"
- }
- },
- "node_modules/yorkie/node_modules/execa": {
- "version": "0.8.0",
- "resolved": "https://registry.npmmirror.com/execa/-/execa-0.8.0.tgz",
- "integrity": "sha512-zDWS+Rb1E8BlqqhALSt9kUhss8Qq4nN3iof3gsOdyINksElaPyNBtKUMTR62qhvgVWR0CqCX7sdnKe4MnUbFEA==",
- "dev": true,
- "dependencies": {
- "cross-spawn": "^5.0.1",
- "get-stream": "^3.0.0",
- "is-stream": "^1.1.0",
- "npm-run-path": "^2.0.0",
- "p-finally": "^1.0.0",
- "signal-exit": "^3.0.0",
- "strip-eof": "^1.0.0"
- },
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/yorkie/node_modules/get-stream": {
- "version": "3.0.0",
- "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-3.0.0.tgz",
- "integrity": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==",
- "dev": true,
- "engines": {
- "node": ">=4"
- }
- },
- "node_modules/yorkie/node_modules/lru-cache": {
- "version": "4.1.5",
- "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-4.1.5.tgz",
- "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
- "dev": true,
- "dependencies": {
- "pseudomap": "^1.0.2",
- "yallist": "^2.1.2"
- }
- },
- "node_modules/yorkie/node_modules/normalize-path": {
- "version": "1.0.0",
- "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-1.0.0.tgz",
- "integrity": "sha512-7WyT0w8jhpDStXRq5836AMmihQwq2nrUVQrgjvUo/p/NZf9uy/MeJ246lBJVmWuYXMlJuG9BNZHF0hWjfTbQUA==",
- "dev": true,
- "engines": {
- "node": ">=0.10.0"
- }
- },
- "node_modules/yorkie/node_modules/yallist": {
- "version": "2.1.2",
- "resolved": "https://registry.npmmirror.com/yallist/-/yallist-2.1.2.tgz",
- "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==",
- "dev": true
},
"node_modules/zrender": {
- "version": "5.6.0",
- "resolved": "https://registry.npmmirror.com/zrender/-/zrender-5.6.0.tgz",
- "integrity": "sha512-uzgraf4njmmHAbEUxMJ8Oxg+P3fT04O+9p7gY+wJRVxo8Ge+KmYv0WJev945EH4wFuc4OY2NLXz46FZrWS9xJg==",
+ "version": "5.6.1",
+ "resolved": "https://registry.npmmirror.com/zrender/-/zrender-5.6.1.tgz",
+ "integrity": "sha512-OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag==",
+ "license": "BSD-3-Clause",
"dependencies": {
"tslib": "2.3.0"
}
+ },
+ "node_modules/zrender/node_modules/tslib": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.3.0.tgz",
+ "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==",
+ "license": "0BSD"
}
}
}
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/package.json" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/package.json"
index 7ddf2a9..3e6cff4 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/package.json"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/package.json"
@@ -1,73 +1,37 @@
{
- "name": "wideseawcs",
- "version": "0.1.0",
+ "name": "maint",
+ "version": "0.0.0",
"private": true,
+ "type": "module",
"scripts": {
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "test:unit": "vue-cli-service test:unit",
- "lint": "vue-cli-service lint"
+ "dev": "vite",
+ "build": "vite build",
+ "preview": "vite preview"
},
"dependencies": {
- "@element-plus/icons-vue": "^2.1.0",
- "@microsoft/signalr": "^6.0.4",
- "ali-oss": "^6.17.1",
- "axios": "^0.21.1",
- "core-js": "^3.6.5",
- "echarts": "^5.0.2",
+ "@element-plus/icons-vue": "^2.3.1",
+ "ali-oss": "^6.22.0",
+ "axios": "^1.8.3",
+ "chart.js": "^4.4.7",
+ "echarts": "^5.6.0",
"element-china-area-data": "^6.1.0",
- "element-plus": "^2.2.14",
- "js-cookie": "^3.0.5",
- "jsencrypt": "^3.3.2",
- "less": "^4.1.1",
- "print-js": "^1.6.0",
- "vue": "^3.2.37",
- "vue-3d-model": "^1.4.1",
- "vue-draggable-next": "^2.0.1",
- "vue-qr": "^4.0.9",
- "vue-router": "^4.0.0-0",
- "vuex": "^4.0.0-0",
- "wangeditor": "^4.7.6",
- "xlsx": "^0.18.5"
+ "element-plus": "^2.9.6",
+ "pinia": "^2.3.0",
+ "scss": "^0.2.4",
+ "vue": "^3.5.13",
+ "vue-3d-model": "2.0.0-alpha.4",
+ "vue-chartjs": "^5.3.2",
+ "vue-router": "^4.5.0",
+ "vuex": "^4.0.2",
+ "wangeditor": "^4.7.15"
},
"devDependencies": {
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@vue/cli-plugin-babel": "~4.5.0",
- "@vue/cli-plugin-eslint": "~4.5.0",
- "@vue/cli-plugin-router": "~4.5.0",
- "@vue/cli-plugin-unit-mocha": "~4.5.0",
- "@vue/cli-plugin-vuex": "~4.5.0",
- "@vue/cli-service": "~4.5.0",
- "@vue/compiler-sfc": "^3.0.0",
- "@vue/test-utils": "^2.0.0-0",
- "babel-eslint": "^10.1.0",
- "chai": "^4.1.2",
- "cross-env": "^7.0.3",
- "less": "^4.1.1",
- "less-loader": "^7.3.0",
- "stylus": "^0.54.7",
- "stylus-loader": "^3.0.2"
- },
- "eslintConfig": {
- "root": true,
- "env": {
- "node": true
- },
- "extends": [
- "plugin:vue/essential",
- "@vue/standard"
- ],
- "rules": {
- "indent": [
- 1,
- 4
- ]
- },
- "parserOptions": {
- "parser": "babel-eslint"
- }
- },
- "eslintIgnore": [
- "*"
- ]
+ "@vitejs/plugin-vue": "^5.2.1",
+ "@vitejs/plugin-vue-jsx": "^4.1.1",
+ "less": "^4.2.2",
+ "sass-embedded": "^1.83.1",
+ "sass-loader": "^7.3.1",
+ "vite": "^6.0.5",
+ "vite-plugin-vue-devtools": "^7.6.8"
+ }
}
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/pnpm-lock.yaml" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/pnpm-lock.yaml"
new file mode 100644
index 0000000..c60237c
--- /dev/null
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/pnpm-lock.yaml"
@@ -0,0 +1,4947 @@
+lockfileVersion: '9.0'
+
+settings:
+ autoInstallPeers: true
+ excludeLinksFromLockfile: false
+
+importers:
+
+ .:
+ dependencies:
+ '@element-plus/icons-vue':
+ specifier: ^2.3.1
+ version: 2.3.1(vue@3.5.13)
+ chart.js:
+ specifier: ^4.4.7
+ version: 4.4.8
+ echarts:
+ specifier: ^5.6.0
+ version: 5.6.0
+ element-plus:
+ specifier: ^2.9.3
+ version: 2.9.6(vue@3.5.13)
+ pinia:
+ specifier: ^2.3.0
+ version: 2.3.1(vue@3.5.13)
+ scss:
+ specifier: ^0.2.4
+ version: 0.2.4
+ vue:
+ specifier: ^3.5.13
+ version: 3.5.13
+ vue-3d-model:
+ specifier: 2.0.0-alpha.4
+ version: 2.0.0-alpha.4(vue@3.5.13)
+ vue-chartjs:
+ specifier: ^5.3.2
+ version: 5.3.2(chart.js@4.4.8)(vue@3.5.13)
+ vue-router:
+ specifier: ^4.5.0
+ version: 4.5.0(vue@3.5.13)
+ devDependencies:
+ '@vitejs/plugin-vue':
+ specifier: ^5.2.1
+ version: 5.2.3(vite@6.2.2(sass-embedded@1.86.0))(vue@3.5.13)
+ '@vitejs/plugin-vue-jsx':
+ specifier: ^4.1.1
+ version: 4.1.2(vite@6.2.2(sass-embedded@1.86.0))(vue@3.5.13)
+ sass-embedded:
+ specifier: ^1.83.1
+ version: 1.86.0
+ sass-loader:
+ specifier: ^7.3.1
+ version: 7.3.1(webpack@4.47.0)
+ vite:
+ specifier: ^6.0.5
+ version: 6.2.2(sass-embedded@1.86.0)
+ vite-plugin-vue-devtools:
+ specifier: ^7.6.8
+ version: 7.7.2(rollup@4.36.0)(vite@6.2.2(sass-embedded@1.86.0))(vue@3.5.13)
+
+packages:
+
+ '@ampproject/remapping@2.3.0':
+ resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
+ engines: {node: '>=6.0.0'}
+
+ '@antfu/utils@0.7.10':
+ resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
+
+ '@babel/code-frame@7.26.2':
+ resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/compat-data@7.26.8':
+ resolution: {integrity: sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/core@7.26.10':
+ resolution: {integrity: sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/generator@7.26.10':
+ resolution: {integrity: sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-annotate-as-pure@7.25.9':
+ resolution: {integrity: sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-compilation-targets@7.26.5':
+ resolution: {integrity: sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-create-class-features-plugin@7.26.9':
+ resolution: {integrity: sha512-ubbUqCofvxPRurw5L8WTsCLSkQiVpov4Qx0WMA+jUN+nXBK8ADPlJO1grkFw5CWKC5+sZSOfuGMdX1aI1iT9Sg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+
+ '@babel/helper-member-expression-to-functions@7.25.9':
+ resolution: {integrity: sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-module-imports@7.25.9':
+ resolution: {integrity: sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-module-transforms@7.26.0':
+ resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+
+ '@babel/helper-optimise-call-expression@7.25.9':
+ resolution: {integrity: sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-plugin-utils@7.26.5':
+ resolution: {integrity: sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-replace-supers@7.26.5':
+ resolution: {integrity: sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0
+
+ '@babel/helper-skip-transparent-expression-wrappers@7.25.9':
+ resolution: {integrity: sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-string-parser@7.25.9':
+ resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-validator-identifier@7.25.9':
+ resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helper-validator-option@7.25.9':
+ resolution: {integrity: sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/helpers@7.26.10':
+ resolution: {integrity: sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/parser@7.26.10':
+ resolution: {integrity: sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==}
+ engines: {node: '>=6.0.0'}
+ hasBin: true
+
+ '@babel/plugin-proposal-decorators@7.25.9':
+ resolution: {integrity: sha512-smkNLL/O1ezy9Nhy4CNosc4Va+1wo5w4gzSZeLe6y6dM4mmHfYOCPolXQPHQxonZCF+ZyebxN9vqOolkYrSn5g==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+
+ '@babel/plugin-syntax-decorators@7.25.9':
+ resolution: {integrity: sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+
+ '@babel/plugin-syntax-import-attributes@7.26.0':
+ resolution: {integrity: sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+
+ '@babel/plugin-syntax-import-meta@7.10.4':
+ resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+
+ '@babel/plugin-syntax-jsx@7.25.9':
+ resolution: {integrity: sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+
+ '@babel/plugin-syntax-typescript@7.25.9':
+ resolution: {integrity: sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+
+ '@babel/plugin-transform-typescript@7.26.8':
+ resolution: {integrity: sha512-bME5J9AC8ChwA7aEPJ6zym3w7aObZULHhbNLU0bKUhKsAkylkzUdq+0kdymh9rzi8nlNFl2bmldFBCKNJBUpuw==}
+ engines: {node: '>=6.9.0'}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+
+ '@babel/template@7.26.9':
+ resolution: {integrity: sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/traverse@7.26.10':
+ resolution: {integrity: sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==}
+ engines: {node: '>=6.9.0'}
+
+ '@babel/types@7.26.10':
+ resolution: {integrity: sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==}
+ engines: {node: '>=6.9.0'}
+
+ '@bufbuild/protobuf@2.2.4':
+ resolution: {integrity: sha512-P9xQgtMh71TA7tHTnbDe68zcI+TPnkyyfBIhGaUr4iUEIXN7yI01DyjmmdEwXTk5OlISBJYkoxCVj2dwmHqIkA==}
+
+ '@ctrl/tinycolor@3.6.1':
+ resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==}
+ engines: {node: '>=10'}
+
+ '@element-plus/icons-vue@2.3.1':
+ resolution: {integrity: sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==}
+ peerDependencies:
+ vue: ^3.2.0
+
+ '@esbuild/aix-ppc64@0.25.1':
+ resolution: {integrity: sha512-kfYGy8IdzTGy+z0vFGvExZtxkFlA4zAxgKEahG9KE1ScBjpQnFsNOX8KTU5ojNru5ed5CVoJYXFtoxaq5nFbjQ==}
+ engines: {node: '>=18'}
+ cpu: [ppc64]
+ os: [aix]
+
+ '@esbuild/android-arm64@0.25.1':
+ resolution: {integrity: sha512-50tM0zCJW5kGqgG7fQ7IHvQOcAn9TKiVRuQ/lN0xR+T2lzEFvAi1ZcS8DiksFcEpf1t/GYOeOfCAgDHFpkiSmA==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [android]
+
+ '@esbuild/android-arm@0.25.1':
+ resolution: {integrity: sha512-dp+MshLYux6j/JjdqVLnMglQlFu+MuVeNrmT5nk6q07wNhCdSnB7QZj+7G8VMUGh1q+vj2Bq8kRsuyA00I/k+Q==}
+ engines: {node: '>=18'}
+ cpu: [arm]
+ os: [android]
+
+ '@esbuild/android-x64@0.25.1':
+ resolution: {integrity: sha512-GCj6WfUtNldqUzYkN/ITtlhwQqGWu9S45vUXs7EIYf+7rCiiqH9bCloatO9VhxsL0Pji+PF4Lz2XXCES+Q8hDw==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [android]
+
+ '@esbuild/darwin-arm64@0.25.1':
+ resolution: {integrity: sha512-5hEZKPf+nQjYoSr/elb62U19/l1mZDdqidGfmFutVUjjUZrOazAtwK+Kr+3y0C/oeJfLlxo9fXb1w7L+P7E4FQ==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [darwin]
+
+ '@esbuild/darwin-x64@0.25.1':
+ resolution: {integrity: sha512-hxVnwL2Dqs3fM1IWq8Iezh0cX7ZGdVhbTfnOy5uURtao5OIVCEyj9xIzemDi7sRvKsuSdtCAhMKarxqtlyVyfA==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [darwin]
+
+ '@esbuild/freebsd-arm64@0.25.1':
+ resolution: {integrity: sha512-1MrCZs0fZa2g8E+FUo2ipw6jw5qqQiH+tERoS5fAfKnRx6NXH31tXBKI3VpmLijLH6yriMZsxJtaXUyFt/8Y4A==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [freebsd]
+
+ '@esbuild/freebsd-x64@0.25.1':
+ resolution: {integrity: sha512-0IZWLiTyz7nm0xuIs0q1Y3QWJC52R8aSXxe40VUxm6BB1RNmkODtW6LHvWRrGiICulcX7ZvyH6h5fqdLu4gkww==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [freebsd]
+
+ '@esbuild/linux-arm64@0.25.1':
+ resolution: {integrity: sha512-jaN3dHi0/DDPelk0nLcXRm1q7DNJpjXy7yWaWvbfkPvI+7XNSc/lDOnCLN7gzsyzgu6qSAmgSvP9oXAhP973uQ==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [linux]
+
+ '@esbuild/linux-arm@0.25.1':
+ resolution: {integrity: sha512-NdKOhS4u7JhDKw9G3cY6sWqFcnLITn6SqivVArbzIaf3cemShqfLGHYMx8Xlm/lBit3/5d7kXvriTUGa5YViuQ==}
+ engines: {node: '>=18'}
+ cpu: [arm]
+ os: [linux]
+
+ '@esbuild/linux-ia32@0.25.1':
+ resolution: {integrity: sha512-OJykPaF4v8JidKNGz8c/q1lBO44sQNUQtq1KktJXdBLn1hPod5rE/Hko5ugKKZd+D2+o1a9MFGUEIUwO2YfgkQ==}
+ engines: {node: '>=18'}
+ cpu: [ia32]
+ os: [linux]
+
+ '@esbuild/linux-loong64@0.25.1':
+ resolution: {integrity: sha512-nGfornQj4dzcq5Vp835oM/o21UMlXzn79KobKlcs3Wz9smwiifknLy4xDCLUU0BWp7b/houtdrgUz7nOGnfIYg==}
+ engines: {node: '>=18'}
+ cpu: [loong64]
+ os: [linux]
+
+ '@esbuild/linux-mips64el@0.25.1':
+ resolution: {integrity: sha512-1osBbPEFYwIE5IVB/0g2X6i1qInZa1aIoj1TdL4AaAb55xIIgbg8Doq6a5BzYWgr+tEcDzYH67XVnTmUzL+nXg==}
+ engines: {node: '>=18'}
+ cpu: [mips64el]
+ os: [linux]
+
+ '@esbuild/linux-ppc64@0.25.1':
+ resolution: {integrity: sha512-/6VBJOwUf3TdTvJZ82qF3tbLuWsscd7/1w+D9LH0W/SqUgM5/JJD0lrJ1fVIfZsqB6RFmLCe0Xz3fmZc3WtyVg==}
+ engines: {node: '>=18'}
+ cpu: [ppc64]
+ os: [linux]
+
+ '@esbuild/linux-riscv64@0.25.1':
+ resolution: {integrity: sha512-nSut/Mx5gnilhcq2yIMLMe3Wl4FK5wx/o0QuuCLMtmJn+WeWYoEGDN1ipcN72g1WHsnIbxGXd4i/MF0gTcuAjQ==}
+ engines: {node: '>=18'}
+ cpu: [riscv64]
+ os: [linux]
+
+ '@esbuild/linux-s390x@0.25.1':
+ resolution: {integrity: sha512-cEECeLlJNfT8kZHqLarDBQso9a27o2Zd2AQ8USAEoGtejOrCYHNtKP8XQhMDJMtthdF4GBmjR2au3x1udADQQQ==}
+ engines: {node: '>=18'}
+ cpu: [s390x]
+ os: [linux]
+
+ '@esbuild/linux-x64@0.25.1':
+ resolution: {integrity: sha512-xbfUhu/gnvSEg+EGovRc+kjBAkrvtk38RlerAzQxvMzlB4fXpCFCeUAYzJvrnhFtdeyVCDANSjJvOvGYoeKzFA==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [linux]
+
+ '@esbuild/netbsd-arm64@0.25.1':
+ resolution: {integrity: sha512-O96poM2XGhLtpTh+s4+nP7YCCAfb4tJNRVZHfIE7dgmax+yMP2WgMd2OecBuaATHKTHsLWHQeuaxMRnCsH8+5g==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [netbsd]
+
+ '@esbuild/netbsd-x64@0.25.1':
+ resolution: {integrity: sha512-X53z6uXip6KFXBQ+Krbx25XHV/NCbzryM6ehOAeAil7X7oa4XIq+394PWGnwaSQ2WRA0KI6PUO6hTO5zeF5ijA==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [netbsd]
+
+ '@esbuild/openbsd-arm64@0.25.1':
+ resolution: {integrity: sha512-Na9T3szbXezdzM/Kfs3GcRQNjHzM6GzFBeU1/6IV/npKP5ORtp9zbQjvkDJ47s6BCgaAZnnnu/cY1x342+MvZg==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [openbsd]
+
+ '@esbuild/openbsd-x64@0.25.1':
+ resolution: {integrity: sha512-T3H78X2h1tszfRSf+txbt5aOp/e7TAz3ptVKu9Oyir3IAOFPGV6O9c2naym5TOriy1l0nNf6a4X5UXRZSGX/dw==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [openbsd]
+
+ '@esbuild/sunos-x64@0.25.1':
+ resolution: {integrity: sha512-2H3RUvcmULO7dIE5EWJH8eubZAI4xw54H1ilJnRNZdeo8dTADEZ21w6J22XBkXqGJbe0+wnNJtw3UXRoLJnFEg==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [sunos]
+
+ '@esbuild/win32-arm64@0.25.1':
+ resolution: {integrity: sha512-GE7XvrdOzrb+yVKB9KsRMq+7a2U/K5Cf/8grVFRAGJmfADr/e/ODQ134RK2/eeHqYV5eQRFxb1hY7Nr15fv1NQ==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [win32]
+
+ '@esbuild/win32-ia32@0.25.1':
+ resolution: {integrity: sha512-uOxSJCIcavSiT6UnBhBzE8wy3n0hOkJsBOzy7HDAuTDE++1DJMRRVCPGisULScHL+a/ZwdXPpXD3IyFKjA7K8A==}
+ engines: {node: '>=18'}
+ cpu: [ia32]
+ os: [win32]
+
+ '@esbuild/win32-x64@0.25.1':
+ resolution: {integrity: sha512-Y1EQdcfwMSeQN/ujR5VayLOJ1BHaK+ssyk0AEzPjC+t1lITgsnccPqFjb6V+LsTp/9Iov4ysfjxLaGJ9RPtkVg==}
+ engines: {node: '>=18'}
+ cpu: [x64]
+ os: [win32]
+
+ '@floating-ui/core@1.6.9':
+ resolution: {integrity: sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw==}
+
+ '@floating-ui/dom@1.6.13':
+ resolution: {integrity: sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w==}
+
+ '@floating-ui/utils@0.2.9':
+ resolution: {integrity: sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==}
+
+ '@jridgewell/gen-mapping@0.3.8':
+ resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==}
+ engines: {node: '>=6.0.0'}
+
+ '@jridgewell/resolve-uri@3.1.2':
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
+ engines: {node: '>=6.0.0'}
+
+ '@jridgewell/set-array@1.2.1':
+ resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
+ engines: {node: '>=6.0.0'}
+
+ '@jridgewell/sourcemap-codec@1.5.0':
+ resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
+
+ '@jridgewell/trace-mapping@0.3.25':
+ resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
+
+ '@kurkle/color@0.3.4':
+ resolution: {integrity: sha512-M5UknZPHRu3DEDWoipU6sE8PdkZ6Z/S+v4dD+Ke8IaNlpdSQah50lz1KtcFBa2vsdOnwbbnxJwVM4wty6udA5w==}
+
+ '@polka/url@1.0.0-next.28':
+ resolution: {integrity: sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw==}
+
+ '@rollup/pluginutils@5.1.4':
+ resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==}
+ engines: {node: '>=14.0.0'}
+ peerDependencies:
+ rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
+ peerDependenciesMeta:
+ rollup:
+ optional: true
+
+ '@rollup/rollup-android-arm-eabi@4.36.0':
+ resolution: {integrity: sha512-jgrXjjcEwN6XpZXL0HUeOVGfjXhPyxAbbhD0BlXUB+abTOpbPiN5Wb3kOT7yb+uEtATNYF5x5gIfwutmuBA26w==}
+ cpu: [arm]
+ os: [android]
+
+ '@rollup/rollup-android-arm64@4.36.0':
+ resolution: {integrity: sha512-NyfuLvdPdNUfUNeYKUwPwKsE5SXa2J6bCt2LdB/N+AxShnkpiczi3tcLJrm5mA+eqpy0HmaIY9F6XCa32N5yzg==}
+ cpu: [arm64]
+ os: [android]
+
+ '@rollup/rollup-darwin-arm64@4.36.0':
+ resolution: {integrity: sha512-JQ1Jk5G4bGrD4pWJQzWsD8I1n1mgPXq33+/vP4sk8j/z/C2siRuxZtaUA7yMTf71TCZTZl/4e1bfzwUmFb3+rw==}
+ cpu: [arm64]
+ os: [darwin]
+
+ '@rollup/rollup-darwin-x64@4.36.0':
+ resolution: {integrity: sha512-6c6wMZa1lrtiRsbDziCmjE53YbTkxMYhhnWnSW8R/yqsM7a6mSJ3uAVT0t8Y/DGt7gxUWYuFM4bwWk9XCJrFKA==}
+ cpu: [x64]
+ os: [darwin]
+
+ '@rollup/rollup-freebsd-arm64@4.36.0':
+ resolution: {integrity: sha512-KXVsijKeJXOl8QzXTsA+sHVDsFOmMCdBRgFmBb+mfEb/7geR7+C8ypAml4fquUt14ZyVXaw2o1FWhqAfOvA4sg==}
+ cpu: [arm64]
+ os: [freebsd]
+
+ '@rollup/rollup-freebsd-x64@4.36.0':
+ resolution: {integrity: sha512-dVeWq1ebbvByI+ndz4IJcD4a09RJgRYmLccwlQ8bPd4olz3Y213uf1iwvc7ZaxNn2ab7bjc08PrtBgMu6nb4pQ==}
+ cpu: [x64]
+ os: [freebsd]
+
+ '@rollup/rollup-linux-arm-gnueabihf@4.36.0':
+ resolution: {integrity: sha512-bvXVU42mOVcF4le6XSjscdXjqx8okv4n5vmwgzcmtvFdifQ5U4dXFYaCB87namDRKlUL9ybVtLQ9ztnawaSzvg==}
+ cpu: [arm]
+ os: [linux]
+ libc: [glibc]
+
+ '@rollup/rollup-linux-arm-musleabihf@4.36.0':
+ resolution: {integrity: sha512-JFIQrDJYrxOnyDQGYkqnNBtjDwTgbasdbUiQvcU8JmGDfValfH1lNpng+4FWlhaVIR4KPkeddYjsVVbmJYvDcg==}
+ cpu: [arm]
+ os: [linux]
+ libc: [musl]
+
+ '@rollup/rollup-linux-arm64-gnu@4.36.0':
+ resolution: {integrity: sha512-KqjYVh3oM1bj//5X7k79PSCZ6CvaVzb7Qs7VMWS+SlWB5M8p3FqufLP9VNp4CazJ0CsPDLwVD9r3vX7Ci4J56A==}
+ cpu: [arm64]
+ os: [linux]
+ libc: [glibc]
+
+ '@rollup/rollup-linux-arm64-musl@4.36.0':
+ resolution: {integrity: sha512-QiGnhScND+mAAtfHqeT+cB1S9yFnNQ/EwCg5yE3MzoaZZnIV0RV9O5alJAoJKX/sBONVKeZdMfO8QSaWEygMhw==}
+ cpu: [arm64]
+ os: [linux]
+ libc: [musl]
+
+ '@rollup/rollup-linux-loongarch64-gnu@4.36.0':
+ resolution: {integrity: sha512-1ZPyEDWF8phd4FQtTzMh8FQwqzvIjLsl6/84gzUxnMNFBtExBtpL51H67mV9xipuxl1AEAerRBgBwFNpkw8+Lg==}
+ cpu: [loong64]
+ os: [linux]
+ libc: [glibc]
+
+ '@rollup/rollup-linux-powerpc64le-gnu@4.36.0':
+ resolution: {integrity: sha512-VMPMEIUpPFKpPI9GZMhJrtu8rxnp6mJR3ZzQPykq4xc2GmdHj3Q4cA+7avMyegXy4n1v+Qynr9fR88BmyO74tg==}
+ cpu: [ppc64]
+ os: [linux]
+ libc: [glibc]
+
+ '@rollup/rollup-linux-riscv64-gnu@4.36.0':
+ resolution: {integrity: sha512-ttE6ayb/kHwNRJGYLpuAvB7SMtOeQnVXEIpMtAvx3kepFQeowVED0n1K9nAdraHUPJ5hydEMxBpIR7o4nrm8uA==}
+ cpu: [riscv64]
+ os: [linux]
+ libc: [glibc]
+
+ '@rollup/rollup-linux-s390x-gnu@4.36.0':
+ resolution: {integrity: sha512-4a5gf2jpS0AIe7uBjxDeUMNcFmaRTbNv7NxI5xOCs4lhzsVyGR/0qBXduPnoWf6dGC365saTiwag8hP1imTgag==}
+ cpu: [s390x]
+ os: [linux]
+ libc: [glibc]
+
+ '@rollup/rollup-linux-x64-gnu@4.36.0':
+ resolution: {integrity: sha512-5KtoW8UWmwFKQ96aQL3LlRXX16IMwyzMq/jSSVIIyAANiE1doaQsx/KRyhAvpHlPjPiSU/AYX/8m+lQ9VToxFQ==}
+ cpu: [x64]
+ os: [linux]
+ libc: [glibc]
+
+ '@rollup/rollup-linux-x64-musl@4.36.0':
+ resolution: {integrity: sha512-sycrYZPrv2ag4OCvaN5js+f01eoZ2U+RmT5as8vhxiFz+kxwlHrsxOwKPSA8WyS+Wc6Epid9QeI/IkQ9NkgYyQ==}
+ cpu: [x64]
+ os: [linux]
+ libc: [musl]
+
+ '@rollup/rollup-win32-arm64-msvc@4.36.0':
+ resolution: {integrity: sha512-qbqt4N7tokFwwSVlWDsjfoHgviS3n/vZ8LK0h1uLG9TYIRuUTJC88E1xb3LM2iqZ/WTqNQjYrtmtGmrmmawB6A==}
+ cpu: [arm64]
+ os: [win32]
+
+ '@rollup/rollup-win32-ia32-msvc@4.36.0':
+ resolution: {integrity: sha512-t+RY0JuRamIocMuQcfwYSOkmdX9dtkr1PbhKW42AMvaDQa+jOdpUYysroTF/nuPpAaQMWp7ye+ndlmmthieJrQ==}
+ cpu: [ia32]
+ os: [win32]
+
+ '@rollup/rollup-win32-x64-msvc@4.36.0':
+ resolution: {integrity: sha512-aRXd7tRZkWLqGbChgcMMDEHjOKudo1kChb1Jt1IfR8cY/KIpgNviLeJy5FUb9IpSuQj8dU2fAYNMPW/hLKOSTw==}
+ cpu: [x64]
+ os: [win32]
+
+ '@sec-ant/readable-stream@0.4.1':
+ resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
+
+ '@sindresorhus/merge-streams@4.0.0':
+ resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==}
+ engines: {node: '>=18'}
+
+ '@sxzz/popperjs-es@2.11.7':
+ resolution: {integrity: sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==}
+
+ '@types/estree@1.0.6':
+ resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
+
+ '@types/lodash-es@4.17.12':
+ resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==}
+
+ '@types/lodash@4.17.16':
+ resolution: {integrity: sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==}
+
+ '@types/three@0.141.0':
+ resolution: {integrity: sha512-OJdKDgTPVBUgc+s74DYoy4aLznbFFC38Xm4ElmU1YwGNgR7GGFVvFCX7lpVgOsT6S1zSJtGdajTsOYE8/xY9nA==}
+
+ '@types/web-bluetooth@0.0.16':
+ resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==}
+
+ '@types/webxr@0.5.21':
+ resolution: {integrity: sha512-geZIAtLzjGmgY2JUi6VxXdCrTb99A7yP49lxLr2Nm/uIK0PkkxcEi4OGhoGDO4pxCf3JwGz2GiJL2Ej4K2bKaA==}
+
+ '@vitejs/plugin-vue-jsx@4.1.2':
+ resolution: {integrity: sha512-4Rk0GdE0QCdsIkuMmWeg11gmM4x8UmTnZR/LWPm7QJ7+BsK4tq08udrN0isrrWqz5heFy9HLV/7bOLgFS8hUjA==}
+ engines: {node: ^18.0.0 || >=20.0.0}
+ peerDependencies:
+ vite: ^5.0.0 || ^6.0.0
+ vue: ^3.0.0
+
+ '@vitejs/plugin-vue@5.2.3':
+ resolution: {integrity: sha512-IYSLEQj4LgZZuoVpdSUCw3dIynTWQgPlaRP6iAvMle4My0HdYwr5g5wQAfwOeHQBmYwEkqF70nRpSilr6PoUDg==}
+ engines: {node: ^18.0.0 || >=20.0.0}
+ peerDependencies:
+ vite: ^5.0.0 || ^6.0.0
+ vue: ^3.2.25
+
+ '@vue/babel-helper-vue-transform-on@1.4.0':
+ resolution: {integrity: sha512-mCokbouEQ/ocRce/FpKCRItGo+013tHg7tixg3DUNS+6bmIchPt66012kBMm476vyEIJPafrvOf4E5OYj3shSw==}
+
+ '@vue/babel-plugin-jsx@1.4.0':
+ resolution: {integrity: sha512-9zAHmwgMWlaN6qRKdrg1uKsBKHvnUU+Py+MOCTuYZBoZsopa90Di10QRjB+YPnVss0BZbG/H5XFwJY1fTxJWhA==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+ peerDependenciesMeta:
+ '@babel/core':
+ optional: true
+
+ '@vue/babel-plugin-resolve-type@1.4.0':
+ resolution: {integrity: sha512-4xqDRRbQQEWHQyjlYSgZsWj44KfiF6D+ktCuXyZ8EnVDYV3pztmXJDf1HveAjUAXxAnR8daCQT51RneWWxtTyQ==}
+ peerDependencies:
+ '@babel/core': ^7.0.0-0
+
+ '@vue/compiler-core@3.5.13':
+ resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==}
+
+ '@vue/compiler-dom@3.5.13':
+ resolution: {integrity: sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==}
+
+ '@vue/compiler-sfc@3.5.13':
+ resolution: {integrity: sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==}
+
+ '@vue/compiler-ssr@3.5.13':
+ resolution: {integrity: sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==}
+
+ '@vue/devtools-api@6.6.4':
+ resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
+
+ '@vue/devtools-core@7.7.2':
+ resolution: {integrity: sha512-lexREWj1lKi91Tblr38ntSsy6CvI8ba7u+jmwh2yruib/ltLUcsIzEjCnrkh1yYGGIKXbAuYV2tOG10fGDB9OQ==}
+ peerDependencies:
+ vue: ^3.0.0
+
+ '@vue/devtools-kit@7.7.2':
+ resolution: {integrity: sha512-CY0I1JH3Z8PECbn6k3TqM1Bk9ASWxeMtTCvZr7vb+CHi+X/QwQm5F1/fPagraamKMAHVfuuCbdcnNg1A4CYVWQ==}
+
+ '@vue/devtools-shared@7.7.2':
+ resolution: {integrity: sha512-uBFxnp8gwW2vD6FrJB8JZLUzVb6PNRG0B0jBnHsOH8uKyva2qINY8PTF5Te4QlTbMDqU5K6qtJDr6cNsKWhbOA==}
+
+ '@vue/reactivity@3.5.13':
+ resolution: {integrity: sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==}
+
+ '@vue/runtime-core@3.5.13':
+ resolution: {integrity: sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==}
+
+ '@vue/runtime-dom@3.5.13':
+ resolution: {integrity: sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==}
+
+ '@vue/server-renderer@3.5.13':
+ resolution: {integrity: sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==}
+ peerDependencies:
+ vue: 3.5.13
+
+ '@vue/shared@3.5.13':
+ resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==}
+
+ '@vueuse/core@9.13.0':
+ resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==}
+
+ '@vueuse/metadata@9.13.0':
+ resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==}
+
+ '@vueuse/shared@9.13.0':
+ resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==}
+
+ '@webassemblyjs/ast@1.9.0':
+ resolution: {integrity: sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==}
+
+ '@webassemblyjs/floating-point-hex-parser@1.9.0':
+ resolution: {integrity: sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==}
+
+ '@webassemblyjs/helper-api-error@1.9.0':
+ resolution: {integrity: sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==}
+
+ '@webassemblyjs/helper-buffer@1.9.0':
+ resolution: {integrity: sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==}
+
+ '@webassemblyjs/helper-code-frame@1.9.0':
+ resolution: {integrity: sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==}
+
+ '@webassemblyjs/helper-fsm@1.9.0':
+ resolution: {integrity: sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==}
+
+ '@webassemblyjs/helper-module-context@1.9.0':
+ resolution: {integrity: sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==}
+
+ '@webassemblyjs/helper-wasm-bytecode@1.9.0':
+ resolution: {integrity: sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==}
+
+ '@webassemblyjs/helper-wasm-section@1.9.0':
+ resolution: {integrity: sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==}
+
+ '@webassemblyjs/ieee754@1.9.0':
+ resolution: {integrity: sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==}
+
+ '@webassemblyjs/leb128@1.9.0':
+ resolution: {integrity: sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==}
+
+ '@webassemblyjs/utf8@1.9.0':
+ resolution: {integrity: sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==}
+
+ '@webassemblyjs/wasm-edit@1.9.0':
+ resolution: {integrity: sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==}
+
+ '@webassemblyjs/wasm-gen@1.9.0':
+ resolution: {integrity: sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==}
+
+ '@webassemblyjs/wasm-opt@1.9.0':
+ resolution: {integrity: sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==}
+
+ '@webassemblyjs/wasm-parser@1.9.0':
+ resolution: {integrity: sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==}
+
+ '@webassemblyjs/wast-parser@1.9.0':
+ resolution: {integrity: sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==}
+
+ '@webassemblyjs/wast-printer@1.9.0':
+ resolution: {integrity: sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==}
+
+ '@xtuc/ieee754@1.2.0':
+ resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==}
+
+ '@xtuc/long@4.2.2':
+ resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
+
+ acorn@6.4.2:
+ resolution: {integrity: sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==}
+ engines: {node: '>=0.4.0'}
+ hasBin: true
+
+ acorn@8.14.1:
+ resolution: {integrity: sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==}
+ engines: {node: '>=0.4.0'}
+ hasBin: true
+
+ ajv-errors@1.0.1:
+ resolution: {integrity: sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==}
+ peerDependencies:
+ ajv: '>=5.0.0'
+
+ ajv-keywords@3.5.2:
+ resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==}
+ peerDependencies:
+ ajv: ^6.9.1
+
+ ajv@6.12.6:
+ resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
+
+ anymatch@2.0.0:
+ resolution: {integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==}
+
+ anymatch@3.1.3:
+ resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
+ engines: {node: '>= 8'}
+
+ aproba@1.2.0:
+ resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==}
+
+ arr-diff@4.0.0:
+ resolution: {integrity: sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==}
+ engines: {node: '>=0.10.0'}
+
+ arr-flatten@1.1.0:
+ resolution: {integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==}
+ engines: {node: '>=0.10.0'}
+
+ arr-union@3.1.0:
+ resolution: {integrity: sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==}
+ engines: {node: '>=0.10.0'}
+
+ array-unique@0.3.2:
+ resolution: {integrity: sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==}
+ engines: {node: '>=0.10.0'}
+
+ asn1.js@4.10.1:
+ resolution: {integrity: sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==}
+
+ assert@1.5.1:
+ resolution: {integrity: sha512-zzw1uCAgLbsKwBfFc8CX78DDg+xZeBksSO3vwVIDDN5i94eOrPsSSyiVhmsSABFDM/OcpE2aagCat9dnWQLG1A==}
+
+ assign-symbols@1.0.0:
+ resolution: {integrity: sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==}
+ engines: {node: '>=0.10.0'}
+
+ async-each@1.0.6:
+ resolution: {integrity: sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==}
+
+ async-validator@4.2.5:
+ resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==}
+
+ atob@2.1.2:
+ resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==}
+ engines: {node: '>= 4.5.0'}
+ hasBin: true
+
+ balanced-match@1.0.2:
+ resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
+
+ base64-js@1.5.1:
+ resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
+
+ base@0.11.2:
+ resolution: {integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==}
+ engines: {node: '>=0.10.0'}
+
+ big.js@5.2.2:
+ resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==}
+
+ binary-extensions@1.13.1:
+ resolution: {integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==}
+ engines: {node: '>=0.10.0'}
+
+ binary-extensions@2.3.0:
+ resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
+ engines: {node: '>=8'}
+
+ bindings@1.5.0:
+ resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==}
+
+ birpc@0.2.19:
+ resolution: {integrity: sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==}
+
+ bluebird@3.7.2:
+ resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==}
+
+ bn.js@4.12.1:
+ resolution: {integrity: sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==}
+
+ bn.js@5.2.1:
+ resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==}
+
+ brace-expansion@1.1.11:
+ resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==}
+
+ braces@2.3.2:
+ resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==}
+ engines: {node: '>=0.10.0'}
+
+ braces@3.0.3:
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
+ engines: {node: '>=8'}
+
+ brorand@1.1.0:
+ resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==}
+
+ browserify-aes@1.2.0:
+ resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==}
+
+ browserify-cipher@1.0.1:
+ resolution: {integrity: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==}
+
+ browserify-des@1.0.2:
+ resolution: {integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==}
+
+ browserify-rsa@4.1.1:
+ resolution: {integrity: sha512-YBjSAiTqM04ZVei6sXighu679a3SqWORA3qZTEqZImnlkDIFtKc6pNutpjyZ8RJTjQtuYfeetkxM11GwoYXMIQ==}
+ engines: {node: '>= 0.10'}
+
+ browserify-sign@4.2.3:
+ resolution: {integrity: sha512-JWCZW6SKhfhjJxO8Tyiiy+XYB7cqd2S5/+WeYHsKdNKFlCBhKbblba1A/HN/90YwtxKc8tCErjffZl++UNmGiw==}
+ engines: {node: '>= 0.12'}
+
+ browserify-zlib@0.2.0:
+ resolution: {integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==}
+
+ browserslist@4.24.4:
+ resolution: {integrity: sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==}
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
+ hasBin: true
+
+ buffer-builder@0.2.0:
+ resolution: {integrity: sha512-7VPMEPuYznPSoR21NE1zvd2Xna6c/CloiZCfcMXR1Jny6PjX0N4Nsa38zcBFo/FMK+BlA+FLKbJCQ0i2yxp+Xg==}
+
+ buffer-from@1.1.2:
+ resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
+
+ buffer-xor@1.0.3:
+ resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==}
+
+ buffer@4.9.2:
+ resolution: {integrity: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==}
+
+ builtin-status-codes@3.0.0:
+ resolution: {integrity: sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==}
+
+ bundle-name@4.1.0:
+ resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
+ engines: {node: '>=18'}
+
+ cacache@12.0.4:
+ resolution: {integrity: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==}
+
+ cache-base@1.0.1:
+ resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==}
+ engines: {node: '>=0.10.0'}
+
+ call-bind-apply-helpers@1.0.2:
+ resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
+ engines: {node: '>= 0.4'}
+
+ call-bind@1.0.8:
+ resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==}
+ engines: {node: '>= 0.4'}
+
+ call-bound@1.0.4:
+ resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==}
+ engines: {node: '>= 0.4'}
+
+ caniuse-lite@1.0.30001705:
+ resolution: {integrity: sha512-S0uyMMiYvA7CxNgomYBwwwPUnWzFD83f3B1ce5jHUfHTH//QL6hHsreI8RVC5606R4ssqravelYO5TU6t8sEyg==}
+
+ chart.js@4.4.8:
+ resolution: {integrity: sha512-IkGZlVpXP+83QpMm4uxEiGqSI7jFizwVtF3+n5Pc3k7sMO+tkd0qxh2OzLhenM0K80xtmAONWGBn082EiBQSDA==}
+ engines: {pnpm: '>=8'}
+
+ chokidar@2.1.8:
+ resolution: {integrity: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==}
+
+ chokidar@3.6.0:
+ resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
+ engines: {node: '>= 8.10.0'}
+
+ chownr@1.1.4:
+ resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==}
+
+ chrome-trace-event@1.0.4:
+ resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==}
+ engines: {node: '>=6.0'}
+
+ cipher-base@1.0.6:
+ resolution: {integrity: sha512-3Ek9H3X6pj5TgenXYtNWdaBon1tgYCaebd+XPg0keyjEbEfkD4KkmAxkQ/i1vYvxdcT5nscLBfq9VJRmCBcFSw==}
+ engines: {node: '>= 0.10'}
+
+ class-utils@0.3.6:
+ resolution: {integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==}
+ engines: {node: '>=0.10.0'}
+
+ clone-deep@4.0.1:
+ resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==}
+ engines: {node: '>=6'}
+
+ collection-visit@1.0.0:
+ resolution: {integrity: sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==}
+ engines: {node: '>=0.10.0'}
+
+ colorjs.io@0.5.2:
+ resolution: {integrity: sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==}
+
+ commander@2.20.3:
+ resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
+
+ commondir@1.0.1:
+ resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==}
+
+ component-emitter@1.3.1:
+ resolution: {integrity: sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==}
+
+ concat-map@0.0.1:
+ resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
+
+ concat-stream@1.6.2:
+ resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==}
+ engines: {'0': node >= 0.8}
+
+ console-browserify@1.2.0:
+ resolution: {integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==}
+
+ constants-browserify@1.0.0:
+ resolution: {integrity: sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==}
+
+ convert-source-map@2.0.0:
+ resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
+
+ copy-anything@3.0.5:
+ resolution: {integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==}
+ engines: {node: '>=12.13'}
+
+ copy-concurrently@1.0.5:
+ resolution: {integrity: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==}
+ deprecated: This package is no longer supported.
+
+ copy-descriptor@0.1.1:
+ resolution: {integrity: sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==}
+ engines: {node: '>=0.10.0'}
+
+ core-util-is@1.0.3:
+ resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
+
+ create-ecdh@4.0.4:
+ resolution: {integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==}
+
+ create-hash@1.2.0:
+ resolution: {integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==}
+
+ create-hmac@1.1.7:
+ resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==}
+
+ cross-spawn@7.0.6:
+ resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
+ engines: {node: '>= 8'}
+
+ crypto-browserify@3.12.1:
+ resolution: {integrity: sha512-r4ESw/IlusD17lgQi1O20Fa3qNnsckR126TdUuBgAu7GBYSIPvdNyONd3Zrxh0xCwA4+6w/TDArBPsMvhur+KQ==}
+ engines: {node: '>= 0.10'}
+
+ csstype@3.1.3:
+ resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
+
+ cyclist@1.0.2:
+ resolution: {integrity: sha512-0sVXIohTfLqVIW3kb/0n6IiWF3Ifj5nm2XaSrLq2DI6fKIGa2fYAZdk917rUneaeLVpYfFcyXE2ft0fe3remsA==}
+
+ dayjs@1.11.13:
+ resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==}
+
+ debug@2.6.9:
+ resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
+ peerDependencies:
+ supports-color: '*'
+ peerDependenciesMeta:
+ supports-color:
+ optional: true
+
+ debug@4.4.0:
+ resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==}
+ engines: {node: '>=6.0'}
+ peerDependencies:
+ supports-color: '*'
+ peerDependenciesMeta:
+ supports-color:
+ optional: true
+
+ decode-uri-component@0.2.2:
+ resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==}
+ engines: {node: '>=0.10'}
+
+ default-browser-id@5.0.0:
+ resolution: {integrity: sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==}
+ engines: {node: '>=18'}
+
+ default-browser@5.2.1:
+ resolution: {integrity: sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==}
+ engines: {node: '>=18'}
+
+ define-data-property@1.1.4:
+ resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==}
+ engines: {node: '>= 0.4'}
+
+ define-lazy-prop@3.0.0:
+ resolution: {integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==}
+ engines: {node: '>=12'}
+
+ define-properties@1.2.1:
+ resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
+ engines: {node: '>= 0.4'}
+
+ define-property@0.2.5:
+ resolution: {integrity: sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==}
+ engines: {node: '>=0.10.0'}
+
+ define-property@1.0.0:
+ resolution: {integrity: sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==}
+ engines: {node: '>=0.10.0'}
+
+ define-property@2.0.2:
+ resolution: {integrity: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==}
+ engines: {node: '>=0.10.0'}
+
+ des.js@1.1.0:
+ resolution: {integrity: sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==}
+
+ diffie-hellman@5.0.3:
+ resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==}
+
+ domain-browser@1.2.0:
+ resolution: {integrity: sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==}
+ engines: {node: '>=0.4', npm: '>=1.2'}
+
+ dunder-proto@1.0.1:
+ resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
+ engines: {node: '>= 0.4'}
+
+ duplexify@3.7.1:
+ resolution: {integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==}
+
+ echarts@5.6.0:
+ resolution: {integrity: sha512-oTbVTsXfKuEhxftHqL5xprgLoc0k7uScAwtryCgWF6hPYFLRwOUHiFmHGCBKP5NPFNkDVopOieyUqYGH8Fa3kA==}
+
+ electron-to-chromium@1.5.120:
+ resolution: {integrity: sha512-oTUp3gfX1gZI+xfD2djr2rzQdHCwHzPQrrK0CD7WpTdF0nPdQ/INcRVjWgLdCT4a9W3jFObR9DAfsuyFQnI8CQ==}
+
+ element-plus@2.9.6:
+ resolution: {integrity: sha512-D9zU28Ce0s/9O/Vp3ewemikxzFVA6gdZyMwmWijHijo+t5/9H3sHRTIm1WlfeNpFW2Yq0y8nHXD0fU5YxU6qlQ==}
+ peerDependencies:
+ vue: ^3.2.0
+
+ elliptic@6.6.1:
+ resolution: {integrity: sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==}
+
+ emojis-list@3.0.0:
+ resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==}
+ engines: {node: '>= 4'}
+
+ end-of-stream@1.4.4:
+ resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==}
+
+ enhanced-resolve@4.5.0:
+ resolution: {integrity: sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==}
+ engines: {node: '>=6.9.0'}
+
+ entities@4.5.0:
+ resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
+ engines: {node: '>=0.12'}
+
+ errno@0.1.8:
+ resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==}
+ hasBin: true
+
+ error-stack-parser-es@0.1.5:
+ resolution: {integrity: sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==}
+
+ es-define-property@1.0.1:
+ resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
+ engines: {node: '>= 0.4'}
+
+ es-errors@1.3.0:
+ resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
+ engines: {node: '>= 0.4'}
+
+ es-object-atoms@1.1.1:
+ resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
+ engines: {node: '>= 0.4'}
+
+ esbuild@0.25.1:
+ resolution: {integrity: sha512-BGO5LtrGC7vxnqucAe/rmvKdJllfGaYWdyABvyMoXQlfYMb2bbRuReWR5tEGE//4LcNJj9XrkovTqNYRFZHAMQ==}
+ engines: {node: '>=18'}
+ hasBin: true
+
+ escalade@3.2.0:
+ resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
+ engines: {node: '>=6'}
+
+ escape-html@1.0.3:
+ resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
+
+ eslint-scope@4.0.3:
+ resolution: {integrity: sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==}
+ engines: {node: '>=4.0.0'}
+
+ esrecurse@4.3.0:
+ resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
+ engines: {node: '>=4.0'}
+
+ estraverse@4.3.0:
+ resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==}
+ engines: {node: '>=4.0'}
+
+ estraverse@5.3.0:
+ resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
+ engines: {node: '>=4.0'}
+
+ estree-walker@2.0.2:
+ resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
+
+ events@3.3.0:
+ resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
+ engines: {node: '>=0.8.x'}
+
+ evp_bytestokey@1.0.3:
+ resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==}
+
+ execa@9.5.2:
+ resolution: {integrity: sha512-EHlpxMCpHWSAh1dgS6bVeoLAXGnJNdR93aabr4QCGbzOM73o5XmRfM/e5FUqsw3aagP8S8XEWUWFAxnRBnAF0Q==}
+ engines: {node: ^18.19.0 || >=20.5.0}
+
+ expand-brackets@2.1.4:
+ resolution: {integrity: sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==}
+ engines: {node: '>=0.10.0'}
+
+ extend-shallow@2.0.1:
+ resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==}
+ engines: {node: '>=0.10.0'}
+
+ extend-shallow@3.0.2:
+ resolution: {integrity: sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==}
+ engines: {node: '>=0.10.0'}
+
+ extglob@2.0.4:
+ resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==}
+ engines: {node: '>=0.10.0'}
+
+ fast-deep-equal@3.1.3:
+ resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
+
+ fast-json-stable-stringify@2.1.0:
+ resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
+
+ figgy-pudding@3.5.2:
+ resolution: {integrity: sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==}
+ deprecated: This module is no longer supported.
+
+ figures@6.1.0:
+ resolution: {integrity: sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==}
+ engines: {node: '>=18'}
+
+ file-uri-to-path@1.0.0:
+ resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==}
+
+ fill-range@4.0.0:
+ resolution: {integrity: sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==}
+ engines: {node: '>=0.10.0'}
+
+ fill-range@7.1.1:
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
+ engines: {node: '>=8'}
+
+ find-cache-dir@2.1.0:
+ resolution: {integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==}
+ engines: {node: '>=6'}
+
+ find-up@3.0.0:
+ resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==}
+ engines: {node: '>=6'}
+
+ flush-write-stream@1.1.1:
+ resolution: {integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==}
+
+ for-in@1.0.2:
+ resolution: {integrity: sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==}
+ engines: {node: '>=0.10.0'}
+
+ fragment-cache@0.2.1:
+ resolution: {integrity: sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==}
+ engines: {node: '>=0.10.0'}
+
+ from2@2.3.0:
+ resolution: {integrity: sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==}
+
+ fs-extra@11.3.0:
+ resolution: {integrity: sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==}
+ engines: {node: '>=14.14'}
+
+ fs-write-stream-atomic@1.0.10:
+ resolution: {integrity: sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==}
+ deprecated: This package is no longer supported.
+
+ fs.realpath@1.0.0:
+ resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
+
+ fsevents@1.2.13:
+ resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==}
+ engines: {node: '>= 4.0'}
+ os: [darwin]
+ deprecated: Upgrade to fsevents v2 to mitigate potential security issues
+
+ fsevents@2.3.3:
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
+ os: [darwin]
+
+ function-bind@1.1.2:
+ resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
+
+ gensync@1.0.0-beta.2:
+ resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
+ engines: {node: '>=6.9.0'}
+
+ get-intrinsic@1.3.0:
+ resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
+ engines: {node: '>= 0.4'}
+
+ get-proto@1.0.1:
+ resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
+ engines: {node: '>= 0.4'}
+
+ get-stream@9.0.1:
+ resolution: {integrity: sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==}
+ engines: {node: '>=18'}
+
+ get-value@2.0.6:
+ resolution: {integrity: sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==}
+ engines: {node: '>=0.10.0'}
+
+ glob-parent@3.1.0:
+ resolution: {integrity: sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==}
+
+ glob-parent@5.1.2:
+ resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
+ engines: {node: '>= 6'}
+
+ glob@7.2.3:
+ resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
+ deprecated: Glob versions prior to v9 are no longer supported
+
+ globals@11.12.0:
+ resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
+ engines: {node: '>=4'}
+
+ gopd@1.2.0:
+ resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
+ engines: {node: '>= 0.4'}
+
+ graceful-fs@4.2.11:
+ resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
+
+ has-flag@4.0.0:
+ resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
+ engines: {node: '>=8'}
+
+ has-property-descriptors@1.0.2:
+ resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==}
+
+ has-symbols@1.1.0:
+ resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
+ engines: {node: '>= 0.4'}
+
+ has-value@0.3.1:
+ resolution: {integrity: sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==}
+ engines: {node: '>=0.10.0'}
+
+ has-value@1.0.0:
+ resolution: {integrity: sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==}
+ engines: {node: '>=0.10.0'}
+
+ has-values@0.1.4:
+ resolution: {integrity: sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==}
+ engines: {node: '>=0.10.0'}
+
+ has-values@1.0.0:
+ resolution: {integrity: sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==}
+ engines: {node: '>=0.10.0'}
+
+ hash-base@3.0.5:
+ resolution: {integrity: sha512-vXm0l45VbcHEVlTCzs8M+s0VeYsB2lnlAaThoLKGXr3bE/VWDOelNUnycUPEhKEaXARL2TEFjBOyUiM6+55KBg==}
+ engines: {node: '>= 0.10'}
+
+ hash.js@1.1.7:
+ resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==}
+
+ hasown@2.0.2:
+ resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
+ engines: {node: '>= 0.4'}
+
+ hmac-drbg@1.0.1:
+ resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==}
+
+ hookable@5.5.3:
+ resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==}
+
+ https-browserify@1.0.0:
+ resolution: {integrity: sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==}
+
+ human-signals@8.0.0:
+ resolution: {integrity: sha512-/1/GPCpDUCCYwlERiYjxoczfP0zfvZMU/OWgQPMya9AbAE24vseigFdhAMObpc8Q4lc/kjutPfUddDYyAmejnA==}
+ engines: {node: '>=18.18.0'}
+
+ ieee754@1.2.1:
+ resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
+
+ iferr@0.1.5:
+ resolution: {integrity: sha512-DUNFN5j7Tln0D+TxzloUjKB+CtVu6myn0JEFak6dG18mNt9YkQ6lzGCdafwofISZ1lLF3xRHJ98VKy9ynkcFaA==}
+
+ immutable@5.0.3:
+ resolution: {integrity: sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==}
+
+ imurmurhash@0.1.4:
+ resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
+ engines: {node: '>=0.8.19'}
+
+ infer-owner@1.0.4:
+ resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==}
+
+ inflight@1.0.6:
+ resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
+ deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
+
+ inherits@2.0.3:
+ resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==}
+
+ inherits@2.0.4:
+ resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
+
+ is-accessor-descriptor@1.0.1:
+ resolution: {integrity: sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==}
+ engines: {node: '>= 0.10'}
+
+ is-binary-path@1.0.1:
+ resolution: {integrity: sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==}
+ engines: {node: '>=0.10.0'}
+
+ is-binary-path@2.1.0:
+ resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
+ engines: {node: '>=8'}
+
+ is-buffer@1.1.6:
+ resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==}
+
+ is-data-descriptor@1.0.1:
+ resolution: {integrity: sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==}
+ engines: {node: '>= 0.4'}
+
+ is-descriptor@0.1.7:
+ resolution: {integrity: sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==}
+ engines: {node: '>= 0.4'}
+
+ is-descriptor@1.0.3:
+ resolution: {integrity: sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==}
+ engines: {node: '>= 0.4'}
+
+ is-docker@3.0.0:
+ resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==}
+ engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ hasBin: true
+
+ is-extendable@0.1.1:
+ resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==}
+ engines: {node: '>=0.10.0'}
+
+ is-extendable@1.0.1:
+ resolution: {integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==}
+ engines: {node: '>=0.10.0'}
+
+ is-extglob@2.1.1:
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
+ engines: {node: '>=0.10.0'}
+
+ is-glob@3.1.0:
+ resolution: {integrity: sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==}
+ engines: {node: '>=0.10.0'}
+
+ is-glob@4.0.3:
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
+ engines: {node: '>=0.10.0'}
+
+ is-inside-container@1.0.0:
+ resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==}
+ engines: {node: '>=14.16'}
+ hasBin: true
+
+ is-number@3.0.0:
+ resolution: {integrity: sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==}
+ engines: {node: '>=0.10.0'}
+
+ is-number@7.0.0:
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
+ engines: {node: '>=0.12.0'}
+
+ is-plain-obj@4.1.0:
+ resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==}
+ engines: {node: '>=12'}
+
+ is-plain-object@2.0.4:
+ resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==}
+ engines: {node: '>=0.10.0'}
+
+ is-stream@4.0.1:
+ resolution: {integrity: sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==}
+ engines: {node: '>=18'}
+
+ is-unicode-supported@2.1.0:
+ resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==}
+ engines: {node: '>=18'}
+
+ is-what@4.1.16:
+ resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==}
+ engines: {node: '>=12.13'}
+
+ is-windows@1.0.2:
+ resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==}
+ engines: {node: '>=0.10.0'}
+
+ is-wsl@1.1.0:
+ resolution: {integrity: sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==}
+ engines: {node: '>=4'}
+
+ is-wsl@3.1.0:
+ resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==}
+ engines: {node: '>=16'}
+
+ isarray@1.0.0:
+ resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==}
+
+ isexe@2.0.0:
+ resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
+
+ isobject@2.1.0:
+ resolution: {integrity: sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==}
+ engines: {node: '>=0.10.0'}
+
+ isobject@3.0.1:
+ resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==}
+ engines: {node: '>=0.10.0'}
+
+ js-tokens@4.0.0:
+ resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
+
+ jsesc@3.1.0:
+ resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
+ engines: {node: '>=6'}
+ hasBin: true
+
+ json-parse-better-errors@1.0.2:
+ resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==}
+
+ json-schema-traverse@0.4.1:
+ resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
+
+ json5@1.0.2:
+ resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==}
+ hasBin: true
+
+ json5@2.2.3:
+ resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
+ engines: {node: '>=6'}
+ hasBin: true
+
+ jsonfile@6.1.0:
+ resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==}
+
+ kind-of@3.2.2:
+ resolution: {integrity: sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==}
+ engines: {node: '>=0.10.0'}
+
+ kind-of@4.0.0:
+ resolution: {integrity: sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==}
+ engines: {node: '>=0.10.0'}
+
+ kind-of@6.0.3:
+ resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==}
+ engines: {node: '>=0.10.0'}
+
+ kolorist@1.8.0:
+ resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==}
+
+ loader-runner@2.4.0:
+ resolution: {integrity: sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==}
+ engines: {node: '>=4.3.0 <5.0.0 || >=5.10'}
+
+ loader-utils@1.4.2:
+ resolution: {integrity: sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==}
+ engines: {node: '>=4.0.0'}
+
+ locate-path@3.0.0:
+ resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==}
+ engines: {node: '>=6'}
+
+ lodash-es@4.17.21:
+ resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
+
+ lodash-unified@1.0.3:
+ resolution: {integrity: sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==}
+ peerDependencies:
+ '@types/lodash-es': '*'
+ lodash: '*'
+ lodash-es: '*'
+
+ lodash@4.17.21:
+ resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
+
+ lru-cache@5.1.1:
+ resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
+
+ magic-string@0.30.17:
+ resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==}
+
+ make-dir@2.1.0:
+ resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==}
+ engines: {node: '>=6'}
+
+ map-cache@0.2.2:
+ resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==}
+ engines: {node: '>=0.10.0'}
+
+ map-visit@1.0.0:
+ resolution: {integrity: sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==}
+ engines: {node: '>=0.10.0'}
+
+ math-intrinsics@1.1.0:
+ resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
+ engines: {node: '>= 0.4'}
+
+ md5.js@1.3.5:
+ resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==}
+
+ memoize-one@6.0.0:
+ resolution: {integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==}
+
+ memory-fs@0.4.1:
+ resolution: {integrity: sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==}
+
+ memory-fs@0.5.0:
+ resolution: {integrity: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==}
+ engines: {node: '>=4.3.0 <5.0.0 || >=5.10'}
+
+ micromatch@3.1.10:
+ resolution: {integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==}
+ engines: {node: '>=0.10.0'}
+
+ miller-rabin@4.0.1:
+ resolution: {integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==}
+ hasBin: true
+
+ minimalistic-assert@1.0.1:
+ resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==}
+
+ minimalistic-crypto-utils@1.0.1:
+ resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==}
+
+ minimatch@3.1.2:
+ resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
+
+ minimist@1.2.8:
+ resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
+
+ mississippi@3.0.0:
+ resolution: {integrity: sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==}
+ engines: {node: '>=4.0.0'}
+
+ mitt@3.0.1:
+ resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==}
+
+ mixin-deep@1.3.2:
+ resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==}
+ engines: {node: '>=0.10.0'}
+
+ mkdirp@0.5.6:
+ resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==}
+ hasBin: true
+
+ move-concurrently@1.0.1:
+ resolution: {integrity: sha512-hdrFxZOycD/g6A6SoI2bB5NA/5NEqD0569+S47WZhPvm46sD50ZHdYaFmnua5lndde9rCHGjmfK7Z8BuCt/PcQ==}
+ deprecated: This package is no longer supported.
+
+ mrmime@2.0.1:
+ resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==}
+ engines: {node: '>=10'}
+
+ ms@2.0.0:
+ resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
+
+ ms@2.1.3:
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
+
+ nan@2.22.2:
+ resolution: {integrity: sha512-DANghxFkS1plDdRsX0X9pm0Z6SJNN6gBdtXfanwoZ8hooC5gosGFSBGRYHUVPz1asKA/kMRqDRdHrluZ61SpBQ==}
+
+ nanoid@3.3.10:
+ resolution: {integrity: sha512-vSJJTG+t/dIKAUhUDw/dLdZ9s//5OxcHqLaDWWrW4Cdq7o6tdLIczUkMXt2MBNmk6sJRZBZRXVixs7URY1CmIg==}
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
+ hasBin: true
+
+ nanoid@5.1.4:
+ resolution: {integrity: sha512-GTFcMIDgR7tqji/LpSY8rtg464VnJl/j6ypoehYnuGb+Y8qZUdtKB8WVCXon0UEZgFDbuUxpIl//6FHLHgXSNA==}
+ engines: {node: ^18 || >=20}
+ hasBin: true
+
+ nanomatch@1.2.13:
+ resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==}
+ engines: {node: '>=0.10.0'}
+
+ neo-async@2.6.2:
+ resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
+
+ node-libs-browser@2.2.1:
+ resolution: {integrity: sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==}
+
+ node-releases@2.0.19:
+ resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==}
+
+ normalize-path@2.1.1:
+ resolution: {integrity: sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==}
+ engines: {node: '>=0.10.0'}
+
+ normalize-path@3.0.0:
+ resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
+ engines: {node: '>=0.10.0'}
+
+ normalize-wheel-es@1.2.0:
+ resolution: {integrity: sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==}
+
+ npm-run-path@6.0.0:
+ resolution: {integrity: sha512-9qny7Z9DsQU8Ou39ERsPU4OZQlSTP47ShQzuKZ6PRXpYLtIFgl/DEBYEXKlvcEa+9tHVcK8CF81Y2V72qaZhWA==}
+ engines: {node: '>=18'}
+
+ object-copy@0.1.0:
+ resolution: {integrity: sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==}
+ engines: {node: '>=0.10.0'}
+
+ object-inspect@1.13.4:
+ resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==}
+ engines: {node: '>= 0.4'}
+
+ object-keys@1.1.1:
+ resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==}
+ engines: {node: '>= 0.4'}
+
+ object-visit@1.0.1:
+ resolution: {integrity: sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==}
+ engines: {node: '>=0.10.0'}
+
+ object.assign@4.1.7:
+ resolution: {integrity: sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==}
+ engines: {node: '>= 0.4'}
+
+ object.pick@1.3.0:
+ resolution: {integrity: sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==}
+ engines: {node: '>=0.10.0'}
+
+ ometa@0.2.2:
+ resolution: {integrity: sha512-LZuoK/yjU3FvrxPjUXUlZ1bavCfBPqauA7fsNdwi+AVhRdyk2IzgP3JRnevvjzQ6fKHdUw8YISshf53FmpHrng==}
+ engines: {node: '>= 0.2.0'}
+
+ once@1.4.0:
+ resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
+
+ open@10.1.0:
+ resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==}
+ engines: {node: '>=18'}
+
+ os-browserify@0.3.0:
+ resolution: {integrity: sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==}
+
+ p-limit@2.3.0:
+ resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
+ engines: {node: '>=6'}
+
+ p-locate@3.0.0:
+ resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==}
+ engines: {node: '>=6'}
+
+ p-try@2.2.0:
+ resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
+ engines: {node: '>=6'}
+
+ pako@1.0.11:
+ resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==}
+
+ parallel-transform@1.2.0:
+ resolution: {integrity: sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==}
+
+ parse-asn1@5.1.7:
+ resolution: {integrity: sha512-CTM5kuWR3sx9IFamcl5ErfPl6ea/N8IYwiJ+vpeB2g+1iknv7zBl5uPwbMbRVznRVbrNY6lGuDoE5b30grmbqg==}
+ engines: {node: '>= 0.10'}
+
+ parse-ms@4.0.0:
+ resolution: {integrity: sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==}
+ engines: {node: '>=18'}
+
+ pascalcase@0.1.1:
+ resolution: {integrity: sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==}
+ engines: {node: '>=0.10.0'}
+
+ path-browserify@0.0.1:
+ resolution: {integrity: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==}
+
+ path-dirname@1.0.2:
+ resolution: {integrity: sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==}
+
+ path-exists@3.0.0:
+ resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==}
+ engines: {node: '>=4'}
+
+ path-is-absolute@1.0.1:
+ resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
+ engines: {node: '>=0.10.0'}
+
+ path-key@3.1.1:
+ resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
+ engines: {node: '>=8'}
+
+ path-key@4.0.0:
+ resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==}
+ engines: {node: '>=12'}
+
+ pathe@2.0.3:
+ resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
+
+ pbkdf2@3.1.2:
+ resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==}
+ engines: {node: '>=0.12'}
+
+ perfect-debounce@1.0.0:
+ resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==}
+
+ picocolors@1.1.1:
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
+
+ picomatch@2.3.1:
+ resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
+ engines: {node: '>=8.6'}
+
+ picomatch@4.0.2:
+ resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==}
+ engines: {node: '>=12'}
+
+ pify@4.0.1:
+ resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
+ engines: {node: '>=6'}
+
+ pinia@2.3.1:
+ resolution: {integrity: sha512-khUlZSwt9xXCaTbbxFYBKDc/bWAGWJjOgvxETwkTN7KRm66EeT1ZdZj6i2ceh9sP2Pzqsbc704r2yngBrxBVug==}
+ peerDependencies:
+ typescript: '>=4.4.4'
+ vue: ^2.7.0 || ^3.5.11
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+
+ pkg-dir@3.0.0:
+ resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==}
+ engines: {node: '>=6'}
+
+ posix-character-classes@0.1.1:
+ resolution: {integrity: sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==}
+ engines: {node: '>=0.10.0'}
+
+ postcss@8.5.3:
+ resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
+ engines: {node: ^10 || ^12 || >=14}
+
+ pretty-ms@9.2.0:
+ resolution: {integrity: sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==}
+ engines: {node: '>=18'}
+
+ process-nextick-args@2.0.1:
+ resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
+
+ process@0.11.10:
+ resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==}
+ engines: {node: '>= 0.6.0'}
+
+ promise-inflight@1.0.1:
+ resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==}
+ peerDependencies:
+ bluebird: '*'
+ peerDependenciesMeta:
+ bluebird:
+ optional: true
+
+ prr@1.0.1:
+ resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==}
+
+ public-encrypt@4.0.3:
+ resolution: {integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==}
+
+ pump@2.0.1:
+ resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==}
+
+ pump@3.0.2:
+ resolution: {integrity: sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==}
+
+ pumpify@1.5.1:
+ resolution: {integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==}
+
+ punycode@1.4.1:
+ resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==}
+
+ punycode@2.3.1:
+ resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
+ engines: {node: '>=6'}
+
+ qs@6.14.0:
+ resolution: {integrity: sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==}
+ engines: {node: '>=0.6'}
+
+ querystring-es3@0.2.1:
+ resolution: {integrity: sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==}
+ engines: {node: '>=0.4.x'}
+
+ randombytes@2.1.0:
+ resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==}
+
+ randomfill@1.0.4:
+ resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==}
+
+ readable-stream@2.3.8:
+ resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==}
+
+ readdirp@2.2.1:
+ resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==}
+ engines: {node: '>=0.10'}
+
+ readdirp@3.6.0:
+ resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
+ engines: {node: '>=8.10.0'}
+
+ regex-not@1.0.2:
+ resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==}
+ engines: {node: '>=0.10.0'}
+
+ remove-trailing-separator@1.1.0:
+ resolution: {integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==}
+
+ repeat-element@1.1.4:
+ resolution: {integrity: sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==}
+ engines: {node: '>=0.10.0'}
+
+ repeat-string@1.6.1:
+ resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==}
+ engines: {node: '>=0.10'}
+
+ resolve-url@0.2.1:
+ resolution: {integrity: sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==}
+ deprecated: https://github.com/lydell/resolve-url#deprecated
+
+ ret@0.1.15:
+ resolution: {integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==}
+ engines: {node: '>=0.12'}
+
+ rfdc@1.4.1:
+ resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
+
+ rimraf@2.7.1:
+ resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==}
+ deprecated: Rimraf versions prior to v4 are no longer supported
+ hasBin: true
+
+ ripemd160@2.0.2:
+ resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==}
+
+ rollup@4.36.0:
+ resolution: {integrity: sha512-zwATAXNQxUcd40zgtQG0ZafcRK4g004WtEl7kbuhTWPvf07PsfohXl39jVUvPF7jvNAIkKPQ2XrsDlWuxBd++Q==}
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
+ hasBin: true
+
+ run-applescript@7.0.0:
+ resolution: {integrity: sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==}
+ engines: {node: '>=18'}
+
+ run-queue@1.0.3:
+ resolution: {integrity: sha512-ntymy489o0/QQplUDnpYAYUsO50K9SBrIVaKCWDOJzYJts0f9WH9RFJkyagebkw5+y1oi00R7ynNW/d12GBumg==}
+
+ rxjs@7.8.2:
+ resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==}
+
+ safe-buffer@5.1.2:
+ resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==}
+
+ safe-buffer@5.2.1:
+ resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
+
+ safe-regex@1.1.0:
+ resolution: {integrity: sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==}
+
+ sass-embedded-darwin-arm64@1.86.0:
+ resolution: {integrity: sha512-d8oMEaIweq1tjrb/BT43igDviOMS1TeDpc51QF7vAHkt9drSjPmqEmbqStdFYPAGZj1j0RA4WCRoVl6jVixi/w==}
+ engines: {node: '>=14.0.0'}
+ cpu: [arm64]
+ os: [darwin]
+
+ sass-embedded-darwin-x64@1.86.0:
+ resolution: {integrity: sha512-5NLRtn0ZUDBkfpKOsgLGl9B34po4Qui8Nff/lXTO+YkxBQFX4GoMkYNk9EJqHwoLLzICsxIhNDMMDiPGz7Fdrw==}
+ engines: {node: '>=14.0.0'}
+ cpu: [x64]
+ os: [darwin]
+
+ sass-embedded@1.86.0:
+ resolution: {integrity: sha512-Ibq5DzxjSf9f/IJmKeHVeXlVqiZWdRJF+RXy6v6UupvMYVMU5Ei+teSFBvvpPD5bB2QhhnU/OJlSM0EBCtfr9g==}
+ engines: {node: '>=16.0.0'}
+ hasBin: true
+
+ sass-loader@7.3.1:
+ resolution: {integrity: sha512-tuU7+zm0pTCynKYHpdqaPpe+MMTQ76I9TPZ7i4/5dZsigE350shQWe5EZNl5dBidM49TPET75tNqRbcsUZWeNA==}
+ engines: {node: '>= 6.9.0'}
+ peerDependencies:
+ webpack: ^3.0.0 || ^4.0.0
+
+ schema-utils@1.0.0:
+ resolution: {integrity: sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==}
+ engines: {node: '>= 4'}
+
+ scss@0.2.4:
+ resolution: {integrity: sha512-4u8V87F+Q/upVhUmhPnB4C1R11xojkRkWjExL2v0CX2EXTg18VrKd+9JWoeyCp2VEMdSpJsyAvVU+rVjogh51A==}
+ engines: {node: '>= 0.2.0'}
+
+ semver@5.7.2:
+ resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==}
+ hasBin: true
+
+ semver@6.3.1:
+ resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
+ hasBin: true
+
+ serialize-javascript@4.0.0:
+ resolution: {integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==}
+
+ set-function-length@1.2.2:
+ resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==}
+ engines: {node: '>= 0.4'}
+
+ set-value@2.0.1:
+ resolution: {integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==}
+ engines: {node: '>=0.10.0'}
+
+ setimmediate@1.0.5:
+ resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==}
+
+ sha.js@2.4.11:
+ resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==}
+ hasBin: true
+
+ shallow-clone@3.0.1:
+ resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==}
+ engines: {node: '>=8'}
+
+ shebang-command@2.0.0:
+ resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
+ engines: {node: '>=8'}
+
+ shebang-regex@3.0.0:
+ resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
+ engines: {node: '>=8'}
+
+ side-channel-list@1.0.0:
+ resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==}
+ engines: {node: '>= 0.4'}
+
+ side-channel-map@1.0.1:
+ resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==}
+ engines: {node: '>= 0.4'}
+
+ side-channel-weakmap@1.0.2:
+ resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==}
+ engines: {node: '>= 0.4'}
+
+ side-channel@1.1.0:
+ resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==}
+ engines: {node: '>= 0.4'}
+
+ signal-exit@4.1.0:
+ resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
+ engines: {node: '>=14'}
+
+ sirv@3.0.1:
+ resolution: {integrity: sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==}
+ engines: {node: '>=18'}
+
+ snapdragon-node@2.1.1:
+ resolution: {integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==}
+ engines: {node: '>=0.10.0'}
+
+ snapdragon-util@3.0.1:
+ resolution: {integrity: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==}
+ engines: {node: '>=0.10.0'}
+
+ snapdragon@0.8.2:
+ resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==}
+ engines: {node: '>=0.10.0'}
+
+ source-list-map@2.0.1:
+ resolution: {integrity: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==}
+
+ source-map-js@1.2.1:
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
+ engines: {node: '>=0.10.0'}
+
+ source-map-resolve@0.5.3:
+ resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==}
+ deprecated: See https://github.com/lydell/source-map-resolve#deprecated
+
+ source-map-support@0.5.21:
+ resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==}
+
+ source-map-url@0.4.1:
+ resolution: {integrity: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==}
+ deprecated: See https://github.com/lydell/source-map-url#deprecated
+
+ source-map@0.5.7:
+ resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==}
+ engines: {node: '>=0.10.0'}
+
+ source-map@0.6.1:
+ resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
+ engines: {node: '>=0.10.0'}
+
+ speakingurl@14.0.1:
+ resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==}
+ engines: {node: '>=0.10.0'}
+
+ split-string@3.1.0:
+ resolution: {integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==}
+ engines: {node: '>=0.10.0'}
+
+ ssri@6.0.2:
+ resolution: {integrity: sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==}
+
+ static-extend@0.1.2:
+ resolution: {integrity: sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==}
+ engines: {node: '>=0.10.0'}
+
+ stream-browserify@2.0.2:
+ resolution: {integrity: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==}
+
+ stream-each@1.2.3:
+ resolution: {integrity: sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==}
+
+ stream-http@2.8.3:
+ resolution: {integrity: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==}
+
+ stream-shift@1.0.3:
+ resolution: {integrity: sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==}
+
+ string_decoder@1.1.1:
+ resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==}
+
+ string_decoder@1.3.0:
+ resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
+
+ strip-final-newline@4.0.0:
+ resolution: {integrity: sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==}
+ engines: {node: '>=18'}
+
+ superjson@2.2.2:
+ resolution: {integrity: sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==}
+ engines: {node: '>=16'}
+
+ supports-color@8.1.1:
+ resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==}
+ engines: {node: '>=10'}
+
+ sync-child-process@1.0.2:
+ resolution: {integrity: sha512-8lD+t2KrrScJ/7KXCSyfhT3/hRq78rC0wBFqNJXv3mZyn6hW2ypM05JmlSvtqRbeq6jqA94oHbxAr2vYsJ8vDA==}
+ engines: {node: '>=16.0.0'}
+
+ sync-message-port@1.1.3:
+ resolution: {integrity: sha512-GTt8rSKje5FilG+wEdfCkOcLL7LWqpMlr2c3LRuKt/YXxcJ52aGSbGBAdI4L3aaqfrBt6y711El53ItyH1NWzg==}
+ engines: {node: '>=16.0.0'}
+
+ tapable@1.1.3:
+ resolution: {integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==}
+ engines: {node: '>=6'}
+
+ terser-webpack-plugin@1.4.6:
+ resolution: {integrity: sha512-2lBVf/VMVIddjSn3GqbT90GvIJ/eYXJkt8cTzU7NbjKqK8fwv18Ftr4PlbF46b/e88743iZFL5Dtr/rC4hjIeA==}
+ engines: {node: '>= 6.9.0'}
+ peerDependencies:
+ webpack: ^4.0.0
+
+ terser@4.8.1:
+ resolution: {integrity: sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==}
+ engines: {node: '>=6.0.0'}
+ hasBin: true
+
+ three@0.141.0:
+ resolution: {integrity: sha512-JaSDAPWuk4RTzG5BYRQm8YZbERUxTfTDVouWgHMisS2to4E5fotMS9F2zPFNOIJyEFTTQDDKPpsgZVThKU3pXA==}
+
+ through2@2.0.5:
+ resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==}
+
+ timers-browserify@2.0.12:
+ resolution: {integrity: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==}
+ engines: {node: '>=0.6.0'}
+
+ to-arraybuffer@1.0.1:
+ resolution: {integrity: sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==}
+
+ to-object-path@0.3.0:
+ resolution: {integrity: sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==}
+ engines: {node: '>=0.10.0'}
+
+ to-regex-range@2.1.1:
+ resolution: {integrity: sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==}
+ engines: {node: '>=0.10.0'}
+
+ to-regex-range@5.0.1:
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
+ engines: {node: '>=8.0'}
+
+ to-regex@3.0.2:
+ resolution: {integrity: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==}
+ engines: {node: '>=0.10.0'}
+
+ totalist@3.0.1:
+ resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==}
+ engines: {node: '>=6'}
+
+ tslib@2.3.0:
+ resolution: {integrity: sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==}
+
+ tslib@2.8.1:
+ resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
+
+ tty-browserify@0.0.0:
+ resolution: {integrity: sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==}
+
+ typedarray@0.0.6:
+ resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==}
+
+ unicorn-magic@0.3.0:
+ resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==}
+ engines: {node: '>=18'}
+
+ union-value@1.0.1:
+ resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==}
+ engines: {node: '>=0.10.0'}
+
+ unique-filename@1.1.1:
+ resolution: {integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==}
+
+ unique-slug@2.0.2:
+ resolution: {integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==}
+
+ universalify@2.0.1:
+ resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
+ engines: {node: '>= 10.0.0'}
+
+ unset-value@1.0.0:
+ resolution: {integrity: sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==}
+ engines: {node: '>=0.10.0'}
+
+ upath@1.2.0:
+ resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==}
+ engines: {node: '>=4'}
+
+ update-browserslist-db@1.1.3:
+ resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
+ hasBin: true
+ peerDependencies:
+ browserslist: '>= 4.21.0'
+
+ uri-js@4.4.1:
+ resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
+
+ urix@0.1.0:
+ resolution: {integrity: sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==}
+ deprecated: Please see https://github.com/lydell/urix#deprecated
+
+ url@0.11.4:
+ resolution: {integrity: sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==}
+ engines: {node: '>= 0.4'}
+
+ use@3.1.1:
+ resolution: {integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==}
+ engines: {node: '>=0.10.0'}
+
+ util-deprecate@1.0.2:
+ resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
+
+ util@0.10.4:
+ resolution: {integrity: sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==}
+
+ util@0.11.1:
+ resolution: {integrity: sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==}
+
+ varint@6.0.0:
+ resolution: {integrity: sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==}
+
+ vite-hot-client@0.2.4:
+ resolution: {integrity: sha512-a1nzURqO7DDmnXqabFOliz908FRmIppkBKsJthS8rbe8hBEXwEwe4C3Pp33Z1JoFCYfVL4kTOMLKk0ZZxREIeA==}
+ peerDependencies:
+ vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0
+
+ vite-plugin-inspect@0.8.9:
+ resolution: {integrity: sha512-22/8qn+LYonzibb1VeFZmISdVao5kC22jmEKm24vfFE8siEn47EpVcCLYMv6iKOYMJfjSvSJfueOwcFCkUnV3A==}
+ engines: {node: '>=14'}
+ peerDependencies:
+ '@nuxt/kit': '*'
+ vite: ^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.1
+ peerDependenciesMeta:
+ '@nuxt/kit':
+ optional: true
+
+ vite-plugin-vue-devtools@7.7.2:
+ resolution: {integrity: sha512-5V0UijQWiSBj32blkyPEqIbzc6HO9c1bwnBhx+ay2dzU0FakH+qMdNUT8nF9BvDE+i6I1U8CqCuJiO20vKEdQw==}
+ engines: {node: '>=v14.21.3'}
+ peerDependencies:
+ vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0
+
+ vite-plugin-vue-inspector@5.3.1:
+ resolution: {integrity: sha512-cBk172kZKTdvGpJuzCCLg8lJ909wopwsu3Ve9FsL1XsnLBiRT9U3MePcqrgGHgCX2ZgkqZmAGR8taxw+TV6s7A==}
+ peerDependencies:
+ vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.0-0
+
+ vite@6.2.2:
+ resolution: {integrity: sha512-yW7PeMM+LkDzc7CgJuRLMW2Jz0FxMOsVJ8Lv3gpgW9WLcb9cTW+121UEr1hvmfR7w3SegR5ItvYyzVz1vxNJgQ==}
+ engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
+ hasBin: true
+ peerDependencies:
+ '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
+ jiti: '>=1.21.0'
+ less: '*'
+ lightningcss: ^1.21.0
+ sass: '*'
+ sass-embedded: '*'
+ stylus: '*'
+ sugarss: '*'
+ terser: ^5.16.0
+ tsx: ^4.8.1
+ yaml: ^2.4.2
+ peerDependenciesMeta:
+ '@types/node':
+ optional: true
+ jiti:
+ optional: true
+ less:
+ optional: true
+ lightningcss:
+ optional: true
+ sass:
+ optional: true
+ sass-embedded:
+ optional: true
+ stylus:
+ optional: true
+ sugarss:
+ optional: true
+ terser:
+ optional: true
+ tsx:
+ optional: true
+ yaml:
+ optional: true
+
+ vm-browserify@1.1.2:
+ resolution: {integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==}
+
+ vue-3d-model@2.0.0-alpha.4:
+ resolution: {integrity: sha512-/dGP7YTAK5e7o8i9592PS9S0mbUStRl26OeeC2Qz4XePrG9BU/Q1GkETqPSMJPWgNa8TkqrxXP9ItYgcmxuSqw==}
+ peerDependencies:
+ vue: '>=3.0.0'
+
+ vue-chartjs@5.3.2:
+ resolution: {integrity: sha512-NrkbRRoYshbXbWqJkTN6InoDVwVb90C0R7eAVgMWcB9dPikbruaOoTFjFYHE/+tNPdIe6qdLCDjfjPHQ0fw4jw==}
+ peerDependencies:
+ chart.js: ^4.1.1
+ vue: ^3.0.0-0 || ^2.7.0
+
+ vue-demi@0.14.10:
+ resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==}
+ engines: {node: '>=12'}
+ hasBin: true
+ peerDependencies:
+ '@vue/composition-api': ^1.0.0-rc.1
+ vue: ^3.0.0-0 || ^2.6.0
+ peerDependenciesMeta:
+ '@vue/composition-api':
+ optional: true
+
+ vue-router@4.5.0:
+ resolution: {integrity: sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==}
+ peerDependencies:
+ vue: ^3.2.0
+
+ vue@3.5.13:
+ resolution: {integrity: sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==}
+ peerDependencies:
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+
+ watchpack-chokidar2@2.0.1:
+ resolution: {integrity: sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==}
+
+ watchpack@1.7.5:
+ resolution: {integrity: sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==}
+
+ webpack-sources@1.4.3:
+ resolution: {integrity: sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==}
+
+ webpack@4.47.0:
+ resolution: {integrity: sha512-td7fYwgLSrky3fI1EuU5cneU4+pbH6GgOfuKNS1tNPcfdGinGELAqsb/BP4nnvZyKSG2i/xFGU7+n2PvZA8HJQ==}
+ engines: {node: '>=6.11.5'}
+ hasBin: true
+ peerDependencies:
+ webpack-cli: '*'
+ webpack-command: '*'
+ peerDependenciesMeta:
+ webpack-cli:
+ optional: true
+ webpack-command:
+ optional: true
+
+ which@2.0.2:
+ resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
+ engines: {node: '>= 8'}
+ hasBin: true
+
+ worker-farm@1.7.0:
+ resolution: {integrity: sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==}
+
+ wrappy@1.0.2:
+ resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
+
+ xtend@4.0.2:
+ resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==}
+ engines: {node: '>=0.4'}
+
+ y18n@4.0.3:
+ resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==}
+
+ yallist@3.1.1:
+ resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
+
+ yoctocolors@2.1.1:
+ resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==}
+ engines: {node: '>=18'}
+
+ zrender@5.6.1:
+ resolution: {integrity: sha512-OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag==}
+
+snapshots:
+
+ '@ampproject/remapping@2.3.0':
+ dependencies:
+ '@jridgewell/gen-mapping': 0.3.8
+ '@jridgewell/trace-mapping': 0.3.25
+
+ '@antfu/utils@0.7.10': {}
+
+ '@babel/code-frame@7.26.2':
+ dependencies:
+ '@babel/helper-validator-identifier': 7.25.9
+ js-tokens: 4.0.0
+ picocolors: 1.1.1
+
+ '@babel/compat-data@7.26.8': {}
+
+ '@babel/core@7.26.10':
+ dependencies:
+ '@ampproject/remapping': 2.3.0
+ '@babel/code-frame': 7.26.2
+ '@babel/generator': 7.26.10
+ '@babel/helper-compilation-targets': 7.26.5
+ '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.10)
+ '@babel/helpers': 7.26.10
+ '@babel/parser': 7.26.10
+ '@babel/template': 7.26.9
+ '@babel/traverse': 7.26.10
+ '@babel/types': 7.26.10
+ convert-source-map: 2.0.0
+ debug: 4.4.0
+ gensync: 1.0.0-beta.2
+ json5: 2.2.3
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/generator@7.26.10':
+ dependencies:
+ '@babel/parser': 7.26.10
+ '@babel/types': 7.26.10
+ '@jridgewell/gen-mapping': 0.3.8
+ '@jridgewell/trace-mapping': 0.3.25
+ jsesc: 3.1.0
+
+ '@babel/helper-annotate-as-pure@7.25.9':
+ dependencies:
+ '@babel/types': 7.26.10
+
+ '@babel/helper-compilation-targets@7.26.5':
+ dependencies:
+ '@babel/compat-data': 7.26.8
+ '@babel/helper-validator-option': 7.25.9
+ browserslist: 4.24.4
+ lru-cache: 5.1.1
+ semver: 6.3.1
+
+ '@babel/helper-create-class-features-plugin@7.26.9(@babel/core@7.26.10)':
+ dependencies:
+ '@babel/core': 7.26.10
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-member-expression-to-functions': 7.25.9
+ '@babel/helper-optimise-call-expression': 7.25.9
+ '@babel/helper-replace-supers': 7.26.5(@babel/core@7.26.10)
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ '@babel/traverse': 7.26.10
+ semver: 6.3.1
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/helper-member-expression-to-functions@7.25.9':
+ dependencies:
+ '@babel/traverse': 7.26.10
+ '@babel/types': 7.26.10
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/helper-module-imports@7.25.9':
+ dependencies:
+ '@babel/traverse': 7.26.10
+ '@babel/types': 7.26.10
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/helper-module-transforms@7.26.0(@babel/core@7.26.10)':
+ dependencies:
+ '@babel/core': 7.26.10
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/helper-validator-identifier': 7.25.9
+ '@babel/traverse': 7.26.10
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/helper-optimise-call-expression@7.25.9':
+ dependencies:
+ '@babel/types': 7.26.10
+
+ '@babel/helper-plugin-utils@7.26.5': {}
+
+ '@babel/helper-replace-supers@7.26.5(@babel/core@7.26.10)':
+ dependencies:
+ '@babel/core': 7.26.10
+ '@babel/helper-member-expression-to-functions': 7.25.9
+ '@babel/helper-optimise-call-expression': 7.25.9
+ '@babel/traverse': 7.26.10
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/helper-skip-transparent-expression-wrappers@7.25.9':
+ dependencies:
+ '@babel/traverse': 7.26.10
+ '@babel/types': 7.26.10
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/helper-string-parser@7.25.9': {}
+
+ '@babel/helper-validator-identifier@7.25.9': {}
+
+ '@babel/helper-validator-option@7.25.9': {}
+
+ '@babel/helpers@7.26.10':
+ dependencies:
+ '@babel/template': 7.26.9
+ '@babel/types': 7.26.10
+
+ '@babel/parser@7.26.10':
+ dependencies:
+ '@babel/types': 7.26.10
+
+ '@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.26.10)':
+ dependencies:
+ '@babel/core': 7.26.10
+ '@babel/helper-create-class-features-plugin': 7.26.9(@babel/core@7.26.10)
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.26.10)
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.26.10)':
+ dependencies:
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
+
+ '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@7.26.10)':
+ dependencies:
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
+
+ '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.10)':
+ dependencies:
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
+
+ '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.10)':
+ dependencies:
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
+
+ '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.10)':
+ dependencies:
+ '@babel/core': 7.26.10
+ '@babel/helper-plugin-utils': 7.26.5
+
+ '@babel/plugin-transform-typescript@7.26.8(@babel/core@7.26.10)':
+ dependencies:
+ '@babel/core': 7.26.10
+ '@babel/helper-annotate-as-pure': 7.25.9
+ '@babel/helper-create-class-features-plugin': 7.26.9(@babel/core@7.26.10)
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/helper-skip-transparent-expression-wrappers': 7.25.9
+ '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.26.10)
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/template@7.26.9':
+ dependencies:
+ '@babel/code-frame': 7.26.2
+ '@babel/parser': 7.26.10
+ '@babel/types': 7.26.10
+
+ '@babel/traverse@7.26.10':
+ dependencies:
+ '@babel/code-frame': 7.26.2
+ '@babel/generator': 7.26.10
+ '@babel/parser': 7.26.10
+ '@babel/template': 7.26.9
+ '@babel/types': 7.26.10
+ debug: 4.4.0
+ globals: 11.12.0
+ transitivePeerDependencies:
+ - supports-color
+
+ '@babel/types@7.26.10':
+ dependencies:
+ '@babel/helper-string-parser': 7.25.9
+ '@babel/helper-validator-identifier': 7.25.9
+
+ '@bufbuild/protobuf@2.2.4': {}
+
+ '@ctrl/tinycolor@3.6.1': {}
+
+ '@element-plus/icons-vue@2.3.1(vue@3.5.13)':
+ dependencies:
+ vue: 3.5.13
+
+ '@esbuild/aix-ppc64@0.25.1':
+ optional: true
+
+ '@esbuild/android-arm64@0.25.1':
+ optional: true
+
+ '@esbuild/android-arm@0.25.1':
+ optional: true
+
+ '@esbuild/android-x64@0.25.1':
+ optional: true
+
+ '@esbuild/darwin-arm64@0.25.1':
+ optional: true
+
+ '@esbuild/darwin-x64@0.25.1':
+ optional: true
+
+ '@esbuild/freebsd-arm64@0.25.1':
+ optional: true
+
+ '@esbuild/freebsd-x64@0.25.1':
+ optional: true
+
+ '@esbuild/linux-arm64@0.25.1':
+ optional: true
+
+ '@esbuild/linux-arm@0.25.1':
+ optional: true
+
+ '@esbuild/linux-ia32@0.25.1':
+ optional: true
+
+ '@esbuild/linux-loong64@0.25.1':
+ optional: true
+
+ '@esbuild/linux-mips64el@0.25.1':
+ optional: true
+
+ '@esbuild/linux-ppc64@0.25.1':
+ optional: true
+
+ '@esbuild/linux-riscv64@0.25.1':
+ optional: true
+
+ '@esbuild/linux-s390x@0.25.1':
+ optional: true
+
+ '@esbuild/linux-x64@0.25.1':
+ optional: true
+
+ '@esbuild/netbsd-arm64@0.25.1':
+ optional: true
+
+ '@esbuild/netbsd-x64@0.25.1':
+ optional: true
+
+ '@esbuild/openbsd-arm64@0.25.1':
+ optional: true
+
+ '@esbuild/openbsd-x64@0.25.1':
+ optional: true
+
+ '@esbuild/sunos-x64@0.25.1':
+ optional: true
+
+ '@esbuild/win32-arm64@0.25.1':
+ optional: true
+
+ '@esbuild/win32-ia32@0.25.1':
+ optional: true
+
+ '@esbuild/win32-x64@0.25.1':
+ optional: true
+
+ '@floating-ui/core@1.6.9':
+ dependencies:
+ '@floating-ui/utils': 0.2.9
+
+ '@floating-ui/dom@1.6.13':
+ dependencies:
+ '@floating-ui/core': 1.6.9
+ '@floating-ui/utils': 0.2.9
+
+ '@floating-ui/utils@0.2.9': {}
+
+ '@jridgewell/gen-mapping@0.3.8':
+ dependencies:
+ '@jridgewell/set-array': 1.2.1
+ '@jridgewell/sourcemap-codec': 1.5.0
+ '@jridgewell/trace-mapping': 0.3.25
+
+ '@jridgewell/resolve-uri@3.1.2': {}
+
+ '@jridgewell/set-array@1.2.1': {}
+
+ '@jridgewell/sourcemap-codec@1.5.0': {}
+
+ '@jridgewell/trace-mapping@0.3.25':
+ dependencies:
+ '@jridgewell/resolve-uri': 3.1.2
+ '@jridgewell/sourcemap-codec': 1.5.0
+
+ '@kurkle/color@0.3.4': {}
+
+ '@polka/url@1.0.0-next.28': {}
+
+ '@rollup/pluginutils@5.1.4(rollup@4.36.0)':
+ dependencies:
+ '@types/estree': 1.0.6
+ estree-walker: 2.0.2
+ picomatch: 4.0.2
+ optionalDependencies:
+ rollup: 4.36.0
+
+ '@rollup/rollup-android-arm-eabi@4.36.0':
+ optional: true
+
+ '@rollup/rollup-android-arm64@4.36.0':
+ optional: true
+
+ '@rollup/rollup-darwin-arm64@4.36.0':
+ optional: true
+
+ '@rollup/rollup-darwin-x64@4.36.0':
+ optional: true
+
+ '@rollup/rollup-freebsd-arm64@4.36.0':
+ optional: true
+
+ '@rollup/rollup-freebsd-x64@4.36.0':
+ optional: true
+
+ '@rollup/rollup-linux-arm-gnueabihf@4.36.0':
+ optional: true
+
+ '@rollup/rollup-linux-arm-musleabihf@4.36.0':
+ optional: true
+
+ '@rollup/rollup-linux-arm64-gnu@4.36.0':
+ optional: true
+
+ '@rollup/rollup-linux-arm64-musl@4.36.0':
+ optional: true
+
+ '@rollup/rollup-linux-loongarch64-gnu@4.36.0':
+ optional: true
+
+ '@rollup/rollup-linux-powerpc64le-gnu@4.36.0':
+ optional: true
+
+ '@rollup/rollup-linux-riscv64-gnu@4.36.0':
+ optional: true
+
+ '@rollup/rollup-linux-s390x-gnu@4.36.0':
+ optional: true
+
+ '@rollup/rollup-linux-x64-gnu@4.36.0':
+ optional: true
+
+ '@rollup/rollup-linux-x64-musl@4.36.0':
+ optional: true
+
+ '@rollup/rollup-win32-arm64-msvc@4.36.0':
+ optional: true
+
+ '@rollup/rollup-win32-ia32-msvc@4.36.0':
+ optional: true
+
+ '@rollup/rollup-win32-x64-msvc@4.36.0':
+ optional: true
+
+ '@sec-ant/readable-stream@0.4.1': {}
+
+ '@sindresorhus/merge-streams@4.0.0': {}
+
+ '@sxzz/popperjs-es@2.11.7': {}
+
+ '@types/estree@1.0.6': {}
+
+ '@types/lodash-es@4.17.12':
+ dependencies:
+ '@types/lodash': 4.17.16
+
+ '@types/lodash@4.17.16': {}
+
+ '@types/three@0.141.0':
+ dependencies:
+ '@types/webxr': 0.5.21
+
+ '@types/web-bluetooth@0.0.16': {}
+
+ '@types/webxr@0.5.21': {}
+
+ '@vitejs/plugin-vue-jsx@4.1.2(vite@6.2.2(sass-embedded@1.86.0))(vue@3.5.13)':
+ dependencies:
+ '@babel/core': 7.26.10
+ '@babel/plugin-transform-typescript': 7.26.8(@babel/core@7.26.10)
+ '@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.26.10)
+ vite: 6.2.2(sass-embedded@1.86.0)
+ vue: 3.5.13
+ transitivePeerDependencies:
+ - supports-color
+
+ '@vitejs/plugin-vue@5.2.3(vite@6.2.2(sass-embedded@1.86.0))(vue@3.5.13)':
+ dependencies:
+ vite: 6.2.2(sass-embedded@1.86.0)
+ vue: 3.5.13
+
+ '@vue/babel-helper-vue-transform-on@1.4.0': {}
+
+ '@vue/babel-plugin-jsx@1.4.0(@babel/core@7.26.10)':
+ dependencies:
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/plugin-syntax-jsx': 7.25.9(@babel/core@7.26.10)
+ '@babel/template': 7.26.9
+ '@babel/traverse': 7.26.10
+ '@babel/types': 7.26.10
+ '@vue/babel-helper-vue-transform-on': 1.4.0
+ '@vue/babel-plugin-resolve-type': 1.4.0(@babel/core@7.26.10)
+ '@vue/shared': 3.5.13
+ optionalDependencies:
+ '@babel/core': 7.26.10
+ transitivePeerDependencies:
+ - supports-color
+
+ '@vue/babel-plugin-resolve-type@1.4.0(@babel/core@7.26.10)':
+ dependencies:
+ '@babel/code-frame': 7.26.2
+ '@babel/core': 7.26.10
+ '@babel/helper-module-imports': 7.25.9
+ '@babel/helper-plugin-utils': 7.26.5
+ '@babel/parser': 7.26.10
+ '@vue/compiler-sfc': 3.5.13
+ transitivePeerDependencies:
+ - supports-color
+
+ '@vue/compiler-core@3.5.13':
+ dependencies:
+ '@babel/parser': 7.26.10
+ '@vue/shared': 3.5.13
+ entities: 4.5.0
+ estree-walker: 2.0.2
+ source-map-js: 1.2.1
+
+ '@vue/compiler-dom@3.5.13':
+ dependencies:
+ '@vue/compiler-core': 3.5.13
+ '@vue/shared': 3.5.13
+
+ '@vue/compiler-sfc@3.5.13':
+ dependencies:
+ '@babel/parser': 7.26.10
+ '@vue/compiler-core': 3.5.13
+ '@vue/compiler-dom': 3.5.13
+ '@vue/compiler-ssr': 3.5.13
+ '@vue/shared': 3.5.13
+ estree-walker: 2.0.2
+ magic-string: 0.30.17
+ postcss: 8.5.3
+ source-map-js: 1.2.1
+
+ '@vue/compiler-ssr@3.5.13':
+ dependencies:
+ '@vue/compiler-dom': 3.5.13
+ '@vue/shared': 3.5.13
+
+ '@vue/devtools-api@6.6.4': {}
+
+ '@vue/devtools-core@7.7.2(vite@6.2.2(sass-embedded@1.86.0))(vue@3.5.13)':
+ dependencies:
+ '@vue/devtools-kit': 7.7.2
+ '@vue/devtools-shared': 7.7.2
+ mitt: 3.0.1
+ nanoid: 5.1.4
+ pathe: 2.0.3
+ vite-hot-client: 0.2.4(vite@6.2.2(sass-embedded@1.86.0))
+ vue: 3.5.13
+ transitivePeerDependencies:
+ - vite
+
+ '@vue/devtools-kit@7.7.2':
+ dependencies:
+ '@vue/devtools-shared': 7.7.2
+ birpc: 0.2.19
+ hookable: 5.5.3
+ mitt: 3.0.1
+ perfect-debounce: 1.0.0
+ speakingurl: 14.0.1
+ superjson: 2.2.2
+
+ '@vue/devtools-shared@7.7.2':
+ dependencies:
+ rfdc: 1.4.1
+
+ '@vue/reactivity@3.5.13':
+ dependencies:
+ '@vue/shared': 3.5.13
+
+ '@vue/runtime-core@3.5.13':
+ dependencies:
+ '@vue/reactivity': 3.5.13
+ '@vue/shared': 3.5.13
+
+ '@vue/runtime-dom@3.5.13':
+ dependencies:
+ '@vue/reactivity': 3.5.13
+ '@vue/runtime-core': 3.5.13
+ '@vue/shared': 3.5.13
+ csstype: 3.1.3
+
+ '@vue/server-renderer@3.5.13(vue@3.5.13)':
+ dependencies:
+ '@vue/compiler-ssr': 3.5.13
+ '@vue/shared': 3.5.13
+ vue: 3.5.13
+
+ '@vue/shared@3.5.13': {}
+
+ '@vueuse/core@9.13.0(vue@3.5.13)':
+ dependencies:
+ '@types/web-bluetooth': 0.0.16
+ '@vueuse/metadata': 9.13.0
+ '@vueuse/shared': 9.13.0(vue@3.5.13)
+ vue-demi: 0.14.10(vue@3.5.13)
+ transitivePeerDependencies:
+ - '@vue/composition-api'
+ - vue
+
+ '@vueuse/metadata@9.13.0': {}
+
+ '@vueuse/shared@9.13.0(vue@3.5.13)':
+ dependencies:
+ vue-demi: 0.14.10(vue@3.5.13)
+ transitivePeerDependencies:
+ - '@vue/composition-api'
+ - vue
+
+ '@webassemblyjs/ast@1.9.0':
+ dependencies:
+ '@webassemblyjs/helper-module-context': 1.9.0
+ '@webassemblyjs/helper-wasm-bytecode': 1.9.0
+ '@webassemblyjs/wast-parser': 1.9.0
+
+ '@webassemblyjs/floating-point-hex-parser@1.9.0': {}
+
+ '@webassemblyjs/helper-api-error@1.9.0': {}
+
+ '@webassemblyjs/helper-buffer@1.9.0': {}
+
+ '@webassemblyjs/helper-code-frame@1.9.0':
+ dependencies:
+ '@webassemblyjs/wast-printer': 1.9.0
+
+ '@webassemblyjs/helper-fsm@1.9.0': {}
+
+ '@webassemblyjs/helper-module-context@1.9.0':
+ dependencies:
+ '@webassemblyjs/ast': 1.9.0
+
+ '@webassemblyjs/helper-wasm-bytecode@1.9.0': {}
+
+ '@webassemblyjs/helper-wasm-section@1.9.0':
+ dependencies:
+ '@webassemblyjs/ast': 1.9.0
+ '@webassemblyjs/helper-buffer': 1.9.0
+ '@webassemblyjs/helper-wasm-bytecode': 1.9.0
+ '@webassemblyjs/wasm-gen': 1.9.0
+
+ '@webassemblyjs/ieee754@1.9.0':
+ dependencies:
+ '@xtuc/ieee754': 1.2.0
+
+ '@webassemblyjs/leb128@1.9.0':
+ dependencies:
+ '@xtuc/long': 4.2.2
+
+ '@webassemblyjs/utf8@1.9.0': {}
+
+ '@webassemblyjs/wasm-edit@1.9.0':
+ dependencies:
+ '@webassemblyjs/ast': 1.9.0
+ '@webassemblyjs/helper-buffer': 1.9.0
+ '@webassemblyjs/helper-wasm-bytecode': 1.9.0
+ '@webassemblyjs/helper-wasm-section': 1.9.0
+ '@webassemblyjs/wasm-gen': 1.9.0
+ '@webassemblyjs/wasm-opt': 1.9.0
+ '@webassemblyjs/wasm-parser': 1.9.0
+ '@webassemblyjs/wast-printer': 1.9.0
+
+ '@webassemblyjs/wasm-gen@1.9.0':
+ dependencies:
+ '@webassemblyjs/ast': 1.9.0
+ '@webassemblyjs/helper-wasm-bytecode': 1.9.0
+ '@webassemblyjs/ieee754': 1.9.0
+ '@webassemblyjs/leb128': 1.9.0
+ '@webassemblyjs/utf8': 1.9.0
+
+ '@webassemblyjs/wasm-opt@1.9.0':
+ dependencies:
+ '@webassemblyjs/ast': 1.9.0
+ '@webassemblyjs/helper-buffer': 1.9.0
+ '@webassemblyjs/wasm-gen': 1.9.0
+ '@webassemblyjs/wasm-parser': 1.9.0
+
+ '@webassemblyjs/wasm-parser@1.9.0':
+ dependencies:
+ '@webassemblyjs/ast': 1.9.0
+ '@webassemblyjs/helper-api-error': 1.9.0
+ '@webassemblyjs/helper-wasm-bytecode': 1.9.0
+ '@webassemblyjs/ieee754': 1.9.0
+ '@webassemblyjs/leb128': 1.9.0
+ '@webassemblyjs/utf8': 1.9.0
+
+ '@webassemblyjs/wast-parser@1.9.0':
+ dependencies:
+ '@webassemblyjs/ast': 1.9.0
+ '@webassemblyjs/floating-point-hex-parser': 1.9.0
+ '@webassemblyjs/helper-api-error': 1.9.0
+ '@webassemblyjs/helper-code-frame': 1.9.0
+ '@webassemblyjs/helper-fsm': 1.9.0
+ '@xtuc/long': 4.2.2
+
+ '@webassemblyjs/wast-printer@1.9.0':
+ dependencies:
+ '@webassemblyjs/ast': 1.9.0
+ '@webassemblyjs/wast-parser': 1.9.0
+ '@xtuc/long': 4.2.2
+
+ '@xtuc/ieee754@1.2.0': {}
+
+ '@xtuc/long@4.2.2': {}
+
+ acorn@6.4.2: {}
+
+ acorn@8.14.1: {}
+
+ ajv-errors@1.0.1(ajv@6.12.6):
+ dependencies:
+ ajv: 6.12.6
+
+ ajv-keywords@3.5.2(ajv@6.12.6):
+ dependencies:
+ ajv: 6.12.6
+
+ ajv@6.12.6:
+ dependencies:
+ fast-deep-equal: 3.1.3
+ fast-json-stable-stringify: 2.1.0
+ json-schema-traverse: 0.4.1
+ uri-js: 4.4.1
+
+ anymatch@2.0.0:
+ dependencies:
+ micromatch: 3.1.10
+ normalize-path: 2.1.1
+ transitivePeerDependencies:
+ - supports-color
+ optional: true
+
+ anymatch@3.1.3:
+ dependencies:
+ normalize-path: 3.0.0
+ picomatch: 2.3.1
+ optional: true
+
+ aproba@1.2.0: {}
+
+ arr-diff@4.0.0: {}
+
+ arr-flatten@1.1.0: {}
+
+ arr-union@3.1.0: {}
+
+ array-unique@0.3.2: {}
+
+ asn1.js@4.10.1:
+ dependencies:
+ bn.js: 4.12.1
+ inherits: 2.0.4
+ minimalistic-assert: 1.0.1
+
+ assert@1.5.1:
+ dependencies:
+ object.assign: 4.1.7
+ util: 0.10.4
+
+ assign-symbols@1.0.0: {}
+
+ async-each@1.0.6:
+ optional: true
+
+ async-validator@4.2.5: {}
+
+ atob@2.1.2: {}
+
+ balanced-match@1.0.2: {}
+
+ base64-js@1.5.1: {}
+
+ base@0.11.2:
+ dependencies:
+ cache-base: 1.0.1
+ class-utils: 0.3.6
+ component-emitter: 1.3.1
+ define-property: 1.0.0
+ isobject: 3.0.1
+ mixin-deep: 1.3.2
+ pascalcase: 0.1.1
+
+ big.js@5.2.2: {}
+
+ binary-extensions@1.13.1:
+ optional: true
+
+ binary-extensions@2.3.0:
+ optional: true
+
+ bindings@1.5.0:
+ dependencies:
+ file-uri-to-path: 1.0.0
+ optional: true
+
+ birpc@0.2.19: {}
+
+ bluebird@3.7.2: {}
+
+ bn.js@4.12.1: {}
+
+ bn.js@5.2.1: {}
+
+ brace-expansion@1.1.11:
+ dependencies:
+ balanced-match: 1.0.2
+ concat-map: 0.0.1
+
+ braces@2.3.2:
+ dependencies:
+ arr-flatten: 1.1.0
+ array-unique: 0.3.2
+ extend-shallow: 2.0.1
+ fill-range: 4.0.0
+ isobject: 3.0.1
+ repeat-element: 1.1.4
+ snapdragon: 0.8.2
+ snapdragon-node: 2.1.1
+ split-string: 3.1.0
+ to-regex: 3.0.2
+ transitivePeerDependencies:
+ - supports-color
+
+ braces@3.0.3:
+ dependencies:
+ fill-range: 7.1.1
+ optional: true
+
+ brorand@1.1.0: {}
+
+ browserify-aes@1.2.0:
+ dependencies:
+ buffer-xor: 1.0.3
+ cipher-base: 1.0.6
+ create-hash: 1.2.0
+ evp_bytestokey: 1.0.3
+ inherits: 2.0.4
+ safe-buffer: 5.2.1
+
+ browserify-cipher@1.0.1:
+ dependencies:
+ browserify-aes: 1.2.0
+ browserify-des: 1.0.2
+ evp_bytestokey: 1.0.3
+
+ browserify-des@1.0.2:
+ dependencies:
+ cipher-base: 1.0.6
+ des.js: 1.1.0
+ inherits: 2.0.4
+ safe-buffer: 5.2.1
+
+ browserify-rsa@4.1.1:
+ dependencies:
+ bn.js: 5.2.1
+ randombytes: 2.1.0
+ safe-buffer: 5.2.1
+
+ browserify-sign@4.2.3:
+ dependencies:
+ bn.js: 5.2.1
+ browserify-rsa: 4.1.1
+ create-hash: 1.2.0
+ create-hmac: 1.1.7
+ elliptic: 6.6.1
+ hash-base: 3.0.5
+ inherits: 2.0.4
+ parse-asn1: 5.1.7
+ readable-stream: 2.3.8
+ safe-buffer: 5.2.1
+
+ browserify-zlib@0.2.0:
+ dependencies:
+ pako: 1.0.11
+
+ browserslist@4.24.4:
+ dependencies:
+ caniuse-lite: 1.0.30001705
+ electron-to-chromium: 1.5.120
+ node-releases: 2.0.19
+ update-browserslist-db: 1.1.3(browserslist@4.24.4)
+
+ buffer-builder@0.2.0: {}
+
+ buffer-from@1.1.2: {}
+
+ buffer-xor@1.0.3: {}
+
+ buffer@4.9.2:
+ dependencies:
+ base64-js: 1.5.1
+ ieee754: 1.2.1
+ isarray: 1.0.0
+
+ builtin-status-codes@3.0.0: {}
+
+ bundle-name@4.1.0:
+ dependencies:
+ run-applescript: 7.0.0
+
+ cacache@12.0.4:
+ dependencies:
+ bluebird: 3.7.2
+ chownr: 1.1.4
+ figgy-pudding: 3.5.2
+ glob: 7.2.3
+ graceful-fs: 4.2.11
+ infer-owner: 1.0.4
+ lru-cache: 5.1.1
+ mississippi: 3.0.0
+ mkdirp: 0.5.6
+ move-concurrently: 1.0.1
+ promise-inflight: 1.0.1(bluebird@3.7.2)
+ rimraf: 2.7.1
+ ssri: 6.0.2
+ unique-filename: 1.1.1
+ y18n: 4.0.3
+
+ cache-base@1.0.1:
+ dependencies:
+ collection-visit: 1.0.0
+ component-emitter: 1.3.1
+ get-value: 2.0.6
+ has-value: 1.0.0
+ isobject: 3.0.1
+ set-value: 2.0.1
+ to-object-path: 0.3.0
+ union-value: 1.0.1
+ unset-value: 1.0.0
+
+ call-bind-apply-helpers@1.0.2:
+ dependencies:
+ es-errors: 1.3.0
+ function-bind: 1.1.2
+
+ call-bind@1.0.8:
+ dependencies:
+ call-bind-apply-helpers: 1.0.2
+ es-define-property: 1.0.1
+ get-intrinsic: 1.3.0
+ set-function-length: 1.2.2
+
+ call-bound@1.0.4:
+ dependencies:
+ call-bind-apply-helpers: 1.0.2
+ get-intrinsic: 1.3.0
+
+ caniuse-lite@1.0.30001705: {}
+
+ chart.js@4.4.8:
+ dependencies:
+ '@kurkle/color': 0.3.4
+
+ chokidar@2.1.8:
+ dependencies:
+ anymatch: 2.0.0
+ async-each: 1.0.6
+ braces: 2.3.2
+ glob-parent: 3.1.0
+ inherits: 2.0.4
+ is-binary-path: 1.0.1
+ is-glob: 4.0.3
+ normalize-path: 3.0.0
+ path-is-absolute: 1.0.1
+ readdirp: 2.2.1
+ upath: 1.2.0
+ optionalDependencies:
+ fsevents: 1.2.13
+ transitivePeerDependencies:
+ - supports-color
+ optional: true
+
+ chokidar@3.6.0:
+ dependencies:
+ anymatch: 3.1.3
+ braces: 3.0.3
+ glob-parent: 5.1.2
+ is-binary-path: 2.1.0
+ is-glob: 4.0.3
+ normalize-path: 3.0.0
+ readdirp: 3.6.0
+ optionalDependencies:
+ fsevents: 2.3.3
+ optional: true
+
+ chownr@1.1.4: {}
+
+ chrome-trace-event@1.0.4: {}
+
+ cipher-base@1.0.6:
+ dependencies:
+ inherits: 2.0.4
+ safe-buffer: 5.2.1
+
+ class-utils@0.3.6:
+ dependencies:
+ arr-union: 3.1.0
+ define-property: 0.2.5
+ isobject: 3.0.1
+ static-extend: 0.1.2
+
+ clone-deep@4.0.1:
+ dependencies:
+ is-plain-object: 2.0.4
+ kind-of: 6.0.3
+ shallow-clone: 3.0.1
+
+ collection-visit@1.0.0:
+ dependencies:
+ map-visit: 1.0.0
+ object-visit: 1.0.1
+
+ colorjs.io@0.5.2: {}
+
+ commander@2.20.3: {}
+
+ commondir@1.0.1: {}
+
+ component-emitter@1.3.1: {}
+
+ concat-map@0.0.1: {}
+
+ concat-stream@1.6.2:
+ dependencies:
+ buffer-from: 1.1.2
+ inherits: 2.0.4
+ readable-stream: 2.3.8
+ typedarray: 0.0.6
+
+ console-browserify@1.2.0: {}
+
+ constants-browserify@1.0.0: {}
+
+ convert-source-map@2.0.0: {}
+
+ copy-anything@3.0.5:
+ dependencies:
+ is-what: 4.1.16
+
+ copy-concurrently@1.0.5:
+ dependencies:
+ aproba: 1.2.0
+ fs-write-stream-atomic: 1.0.10
+ iferr: 0.1.5
+ mkdirp: 0.5.6
+ rimraf: 2.7.1
+ run-queue: 1.0.3
+
+ copy-descriptor@0.1.1: {}
+
+ core-util-is@1.0.3: {}
+
+ create-ecdh@4.0.4:
+ dependencies:
+ bn.js: 4.12.1
+ elliptic: 6.6.1
+
+ create-hash@1.2.0:
+ dependencies:
+ cipher-base: 1.0.6
+ inherits: 2.0.4
+ md5.js: 1.3.5
+ ripemd160: 2.0.2
+ sha.js: 2.4.11
+
+ create-hmac@1.1.7:
+ dependencies:
+ cipher-base: 1.0.6
+ create-hash: 1.2.0
+ inherits: 2.0.4
+ ripemd160: 2.0.2
+ safe-buffer: 5.2.1
+ sha.js: 2.4.11
+
+ cross-spawn@7.0.6:
+ dependencies:
+ path-key: 3.1.1
+ shebang-command: 2.0.0
+ which: 2.0.2
+
+ crypto-browserify@3.12.1:
+ dependencies:
+ browserify-cipher: 1.0.1
+ browserify-sign: 4.2.3
+ create-ecdh: 4.0.4
+ create-hash: 1.2.0
+ create-hmac: 1.1.7
+ diffie-hellman: 5.0.3
+ hash-base: 3.0.5
+ inherits: 2.0.4
+ pbkdf2: 3.1.2
+ public-encrypt: 4.0.3
+ randombytes: 2.1.0
+ randomfill: 1.0.4
+
+ csstype@3.1.3: {}
+
+ cyclist@1.0.2: {}
+
+ dayjs@1.11.13: {}
+
+ debug@2.6.9:
+ dependencies:
+ ms: 2.0.0
+
+ debug@4.4.0:
+ dependencies:
+ ms: 2.1.3
+
+ decode-uri-component@0.2.2: {}
+
+ default-browser-id@5.0.0: {}
+
+ default-browser@5.2.1:
+ dependencies:
+ bundle-name: 4.1.0
+ default-browser-id: 5.0.0
+
+ define-data-property@1.1.4:
+ dependencies:
+ es-define-property: 1.0.1
+ es-errors: 1.3.0
+ gopd: 1.2.0
+
+ define-lazy-prop@3.0.0: {}
+
+ define-properties@1.2.1:
+ dependencies:
+ define-data-property: 1.1.4
+ has-property-descriptors: 1.0.2
+ object-keys: 1.1.1
+
+ define-property@0.2.5:
+ dependencies:
+ is-descriptor: 0.1.7
+
+ define-property@1.0.0:
+ dependencies:
+ is-descriptor: 1.0.3
+
+ define-property@2.0.2:
+ dependencies:
+ is-descriptor: 1.0.3
+ isobject: 3.0.1
+
+ des.js@1.1.0:
+ dependencies:
+ inherits: 2.0.4
+ minimalistic-assert: 1.0.1
+
+ diffie-hellman@5.0.3:
+ dependencies:
+ bn.js: 4.12.1
+ miller-rabin: 4.0.1
+ randombytes: 2.1.0
+
+ domain-browser@1.2.0: {}
+
+ dunder-proto@1.0.1:
+ dependencies:
+ call-bind-apply-helpers: 1.0.2
+ es-errors: 1.3.0
+ gopd: 1.2.0
+
+ duplexify@3.7.1:
+ dependencies:
+ end-of-stream: 1.4.4
+ inherits: 2.0.4
+ readable-stream: 2.3.8
+ stream-shift: 1.0.3
+
+ echarts@5.6.0:
+ dependencies:
+ tslib: 2.3.0
+ zrender: 5.6.1
+
+ electron-to-chromium@1.5.120: {}
+
+ element-plus@2.9.6(vue@3.5.13):
+ dependencies:
+ '@ctrl/tinycolor': 3.6.1
+ '@element-plus/icons-vue': 2.3.1(vue@3.5.13)
+ '@floating-ui/dom': 1.6.13
+ '@popperjs/core': '@sxzz/popperjs-es@2.11.7'
+ '@types/lodash': 4.17.16
+ '@types/lodash-es': 4.17.12
+ '@vueuse/core': 9.13.0(vue@3.5.13)
+ async-validator: 4.2.5
+ dayjs: 1.11.13
+ escape-html: 1.0.3
+ lodash: 4.17.21
+ lodash-es: 4.17.21
+ lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21)
+ memoize-one: 6.0.0
+ normalize-wheel-es: 1.2.0
+ vue: 3.5.13
+ transitivePeerDependencies:
+ - '@vue/composition-api'
+
+ elliptic@6.6.1:
+ dependencies:
+ bn.js: 4.12.1
+ brorand: 1.1.0
+ hash.js: 1.1.7
+ hmac-drbg: 1.0.1
+ inherits: 2.0.4
+ minimalistic-assert: 1.0.1
+ minimalistic-crypto-utils: 1.0.1
+
+ emojis-list@3.0.0: {}
+
+ end-of-stream@1.4.4:
+ dependencies:
+ once: 1.4.0
+
+ enhanced-resolve@4.5.0:
+ dependencies:
+ graceful-fs: 4.2.11
+ memory-fs: 0.5.0
+ tapable: 1.1.3
+
+ entities@4.5.0: {}
+
+ errno@0.1.8:
+ dependencies:
+ prr: 1.0.1
+
+ error-stack-parser-es@0.1.5: {}
+
+ es-define-property@1.0.1: {}
+
+ es-errors@1.3.0: {}
+
+ es-object-atoms@1.1.1:
+ dependencies:
+ es-errors: 1.3.0
+
+ esbuild@0.25.1:
+ optionalDependencies:
+ '@esbuild/aix-ppc64': 0.25.1
+ '@esbuild/android-arm': 0.25.1
+ '@esbuild/android-arm64': 0.25.1
+ '@esbuild/android-x64': 0.25.1
+ '@esbuild/darwin-arm64': 0.25.1
+ '@esbuild/darwin-x64': 0.25.1
+ '@esbuild/freebsd-arm64': 0.25.1
+ '@esbuild/freebsd-x64': 0.25.1
+ '@esbuild/linux-arm': 0.25.1
+ '@esbuild/linux-arm64': 0.25.1
+ '@esbuild/linux-ia32': 0.25.1
+ '@esbuild/linux-loong64': 0.25.1
+ '@esbuild/linux-mips64el': 0.25.1
+ '@esbuild/linux-ppc64': 0.25.1
+ '@esbuild/linux-riscv64': 0.25.1
+ '@esbuild/linux-s390x': 0.25.1
+ '@esbuild/linux-x64': 0.25.1
+ '@esbuild/netbsd-arm64': 0.25.1
+ '@esbuild/netbsd-x64': 0.25.1
+ '@esbuild/openbsd-arm64': 0.25.1
+ '@esbuild/openbsd-x64': 0.25.1
+ '@esbuild/sunos-x64': 0.25.1
+ '@esbuild/win32-arm64': 0.25.1
+ '@esbuild/win32-ia32': 0.25.1
+ '@esbuild/win32-x64': 0.25.1
+
+ escalade@3.2.0: {}
+
+ escape-html@1.0.3: {}
+
+ eslint-scope@4.0.3:
+ dependencies:
+ esrecurse: 4.3.0
+ estraverse: 4.3.0
+
+ esrecurse@4.3.0:
+ dependencies:
+ estraverse: 5.3.0
+
+ estraverse@4.3.0: {}
+
+ estraverse@5.3.0: {}
+
+ estree-walker@2.0.2: {}
+
+ events@3.3.0: {}
+
+ evp_bytestokey@1.0.3:
+ dependencies:
+ md5.js: 1.3.5
+ safe-buffer: 5.2.1
+
+ execa@9.5.2:
+ dependencies:
+ '@sindresorhus/merge-streams': 4.0.0
+ cross-spawn: 7.0.6
+ figures: 6.1.0
+ get-stream: 9.0.1
+ human-signals: 8.0.0
+ is-plain-obj: 4.1.0
+ is-stream: 4.0.1
+ npm-run-path: 6.0.0
+ pretty-ms: 9.2.0
+ signal-exit: 4.1.0
+ strip-final-newline: 4.0.0
+ yoctocolors: 2.1.1
+
+ expand-brackets@2.1.4:
+ dependencies:
+ debug: 2.6.9
+ define-property: 0.2.5
+ extend-shallow: 2.0.1
+ posix-character-classes: 0.1.1
+ regex-not: 1.0.2
+ snapdragon: 0.8.2
+ to-regex: 3.0.2
+ transitivePeerDependencies:
+ - supports-color
+
+ extend-shallow@2.0.1:
+ dependencies:
+ is-extendable: 0.1.1
+
+ extend-shallow@3.0.2:
+ dependencies:
+ assign-symbols: 1.0.0
+ is-extendable: 1.0.1
+
+ extglob@2.0.4:
+ dependencies:
+ array-unique: 0.3.2
+ define-property: 1.0.0
+ expand-brackets: 2.1.4
+ extend-shallow: 2.0.1
+ fragment-cache: 0.2.1
+ regex-not: 1.0.2
+ snapdragon: 0.8.2
+ to-regex: 3.0.2
+ transitivePeerDependencies:
+ - supports-color
+
+ fast-deep-equal@3.1.3: {}
+
+ fast-json-stable-stringify@2.1.0: {}
+
+ figgy-pudding@3.5.2: {}
+
+ figures@6.1.0:
+ dependencies:
+ is-unicode-supported: 2.1.0
+
+ file-uri-to-path@1.0.0:
+ optional: true
+
+ fill-range@4.0.0:
+ dependencies:
+ extend-shallow: 2.0.1
+ is-number: 3.0.0
+ repeat-string: 1.6.1
+ to-regex-range: 2.1.1
+
+ fill-range@7.1.1:
+ dependencies:
+ to-regex-range: 5.0.1
+ optional: true
+
+ find-cache-dir@2.1.0:
+ dependencies:
+ commondir: 1.0.1
+ make-dir: 2.1.0
+ pkg-dir: 3.0.0
+
+ find-up@3.0.0:
+ dependencies:
+ locate-path: 3.0.0
+
+ flush-write-stream@1.1.1:
+ dependencies:
+ inherits: 2.0.4
+ readable-stream: 2.3.8
+
+ for-in@1.0.2: {}
+
+ fragment-cache@0.2.1:
+ dependencies:
+ map-cache: 0.2.2
+
+ from2@2.3.0:
+ dependencies:
+ inherits: 2.0.4
+ readable-stream: 2.3.8
+
+ fs-extra@11.3.0:
+ dependencies:
+ graceful-fs: 4.2.11
+ jsonfile: 6.1.0
+ universalify: 2.0.1
+
+ fs-write-stream-atomic@1.0.10:
+ dependencies:
+ graceful-fs: 4.2.11
+ iferr: 0.1.5
+ imurmurhash: 0.1.4
+ readable-stream: 2.3.8
+
+ fs.realpath@1.0.0: {}
+
+ fsevents@1.2.13:
+ dependencies:
+ bindings: 1.5.0
+ nan: 2.22.2
+ optional: true
+
+ fsevents@2.3.3:
+ optional: true
+
+ function-bind@1.1.2: {}
+
+ gensync@1.0.0-beta.2: {}
+
+ get-intrinsic@1.3.0:
+ dependencies:
+ call-bind-apply-helpers: 1.0.2
+ es-define-property: 1.0.1
+ es-errors: 1.3.0
+ es-object-atoms: 1.1.1
+ function-bind: 1.1.2
+ get-proto: 1.0.1
+ gopd: 1.2.0
+ has-symbols: 1.1.0
+ hasown: 2.0.2
+ math-intrinsics: 1.1.0
+
+ get-proto@1.0.1:
+ dependencies:
+ dunder-proto: 1.0.1
+ es-object-atoms: 1.1.1
+
+ get-stream@9.0.1:
+ dependencies:
+ '@sec-ant/readable-stream': 0.4.1
+ is-stream: 4.0.1
+
+ get-value@2.0.6: {}
+
+ glob-parent@3.1.0:
+ dependencies:
+ is-glob: 3.1.0
+ path-dirname: 1.0.2
+ optional: true
+
+ glob-parent@5.1.2:
+ dependencies:
+ is-glob: 4.0.3
+ optional: true
+
+ glob@7.2.3:
+ dependencies:
+ fs.realpath: 1.0.0
+ inflight: 1.0.6
+ inherits: 2.0.4
+ minimatch: 3.1.2
+ once: 1.4.0
+ path-is-absolute: 1.0.1
+
+ globals@11.12.0: {}
+
+ gopd@1.2.0: {}
+
+ graceful-fs@4.2.11: {}
+
+ has-flag@4.0.0: {}
+
+ has-property-descriptors@1.0.2:
+ dependencies:
+ es-define-property: 1.0.1
+
+ has-symbols@1.1.0: {}
+
+ has-value@0.3.1:
+ dependencies:
+ get-value: 2.0.6
+ has-values: 0.1.4
+ isobject: 2.1.0
+
+ has-value@1.0.0:
+ dependencies:
+ get-value: 2.0.6
+ has-values: 1.0.0
+ isobject: 3.0.1
+
+ has-values@0.1.4: {}
+
+ has-values@1.0.0:
+ dependencies:
+ is-number: 3.0.0
+ kind-of: 4.0.0
+
+ hash-base@3.0.5:
+ dependencies:
+ inherits: 2.0.4
+ safe-buffer: 5.2.1
+
+ hash.js@1.1.7:
+ dependencies:
+ inherits: 2.0.4
+ minimalistic-assert: 1.0.1
+
+ hasown@2.0.2:
+ dependencies:
+ function-bind: 1.1.2
+
+ hmac-drbg@1.0.1:
+ dependencies:
+ hash.js: 1.1.7
+ minimalistic-assert: 1.0.1
+ minimalistic-crypto-utils: 1.0.1
+
+ hookable@5.5.3: {}
+
+ https-browserify@1.0.0: {}
+
+ human-signals@8.0.0: {}
+
+ ieee754@1.2.1: {}
+
+ iferr@0.1.5: {}
+
+ immutable@5.0.3: {}
+
+ imurmurhash@0.1.4: {}
+
+ infer-owner@1.0.4: {}
+
+ inflight@1.0.6:
+ dependencies:
+ once: 1.4.0
+ wrappy: 1.0.2
+
+ inherits@2.0.3: {}
+
+ inherits@2.0.4: {}
+
+ is-accessor-descriptor@1.0.1:
+ dependencies:
+ hasown: 2.0.2
+
+ is-binary-path@1.0.1:
+ dependencies:
+ binary-extensions: 1.13.1
+ optional: true
+
+ is-binary-path@2.1.0:
+ dependencies:
+ binary-extensions: 2.3.0
+ optional: true
+
+ is-buffer@1.1.6: {}
+
+ is-data-descriptor@1.0.1:
+ dependencies:
+ hasown: 2.0.2
+
+ is-descriptor@0.1.7:
+ dependencies:
+ is-accessor-descriptor: 1.0.1
+ is-data-descriptor: 1.0.1
+
+ is-descriptor@1.0.3:
+ dependencies:
+ is-accessor-descriptor: 1.0.1
+ is-data-descriptor: 1.0.1
+
+ is-docker@3.0.0: {}
+
+ is-extendable@0.1.1: {}
+
+ is-extendable@1.0.1:
+ dependencies:
+ is-plain-object: 2.0.4
+
+ is-extglob@2.1.1:
+ optional: true
+
+ is-glob@3.1.0:
+ dependencies:
+ is-extglob: 2.1.1
+ optional: true
+
+ is-glob@4.0.3:
+ dependencies:
+ is-extglob: 2.1.1
+ optional: true
+
+ is-inside-container@1.0.0:
+ dependencies:
+ is-docker: 3.0.0
+
+ is-number@3.0.0:
+ dependencies:
+ kind-of: 3.2.2
+
+ is-number@7.0.0:
+ optional: true
+
+ is-plain-obj@4.1.0: {}
+
+ is-plain-object@2.0.4:
+ dependencies:
+ isobject: 3.0.1
+
+ is-stream@4.0.1: {}
+
+ is-unicode-supported@2.1.0: {}
+
+ is-what@4.1.16: {}
+
+ is-windows@1.0.2: {}
+
+ is-wsl@1.1.0: {}
+
+ is-wsl@3.1.0:
+ dependencies:
+ is-inside-container: 1.0.0
+
+ isarray@1.0.0: {}
+
+ isexe@2.0.0: {}
+
+ isobject@2.1.0:
+ dependencies:
+ isarray: 1.0.0
+
+ isobject@3.0.1: {}
+
+ js-tokens@4.0.0: {}
+
+ jsesc@3.1.0: {}
+
+ json-parse-better-errors@1.0.2: {}
+
+ json-schema-traverse@0.4.1: {}
+
+ json5@1.0.2:
+ dependencies:
+ minimist: 1.2.8
+
+ json5@2.2.3: {}
+
+ jsonfile@6.1.0:
+ dependencies:
+ universalify: 2.0.1
+ optionalDependencies:
+ graceful-fs: 4.2.11
+
+ kind-of@3.2.2:
+ dependencies:
+ is-buffer: 1.1.6
+
+ kind-of@4.0.0:
+ dependencies:
+ is-buffer: 1.1.6
+
+ kind-of@6.0.3: {}
+
+ kolorist@1.8.0: {}
+
+ loader-runner@2.4.0: {}
+
+ loader-utils@1.4.2:
+ dependencies:
+ big.js: 5.2.2
+ emojis-list: 3.0.0
+ json5: 1.0.2
+
+ locate-path@3.0.0:
+ dependencies:
+ p-locate: 3.0.0
+ path-exists: 3.0.0
+
+ lodash-es@4.17.21: {}
+
+ lodash-unified@1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21):
+ dependencies:
+ '@types/lodash-es': 4.17.12
+ lodash: 4.17.21
+ lodash-es: 4.17.21
+
+ lodash@4.17.21: {}
+
+ lru-cache@5.1.1:
+ dependencies:
+ yallist: 3.1.1
+
+ magic-string@0.30.17:
+ dependencies:
+ '@jridgewell/sourcemap-codec': 1.5.0
+
+ make-dir@2.1.0:
+ dependencies:
+ pify: 4.0.1
+ semver: 5.7.2
+
+ map-cache@0.2.2: {}
+
+ map-visit@1.0.0:
+ dependencies:
+ object-visit: 1.0.1
+
+ math-intrinsics@1.1.0: {}
+
+ md5.js@1.3.5:
+ dependencies:
+ hash-base: 3.0.5
+ inherits: 2.0.4
+ safe-buffer: 5.2.1
+
+ memoize-one@6.0.0: {}
+
+ memory-fs@0.4.1:
+ dependencies:
+ errno: 0.1.8
+ readable-stream: 2.3.8
+
+ memory-fs@0.5.0:
+ dependencies:
+ errno: 0.1.8
+ readable-stream: 2.3.8
+
+ micromatch@3.1.10:
+ dependencies:
+ arr-diff: 4.0.0
+ array-unique: 0.3.2
+ braces: 2.3.2
+ define-property: 2.0.2
+ extend-shallow: 3.0.2
+ extglob: 2.0.4
+ fragment-cache: 0.2.1
+ kind-of: 6.0.3
+ nanomatch: 1.2.13
+ object.pick: 1.3.0
+ regex-not: 1.0.2
+ snapdragon: 0.8.2
+ to-regex: 3.0.2
+ transitivePeerDependencies:
+ - supports-color
+
+ miller-rabin@4.0.1:
+ dependencies:
+ bn.js: 4.12.1
+ brorand: 1.1.0
+
+ minimalistic-assert@1.0.1: {}
+
+ minimalistic-crypto-utils@1.0.1: {}
+
+ minimatch@3.1.2:
+ dependencies:
+ brace-expansion: 1.1.11
+
+ minimist@1.2.8: {}
+
+ mississippi@3.0.0:
+ dependencies:
+ concat-stream: 1.6.2
+ duplexify: 3.7.1
+ end-of-stream: 1.4.4
+ flush-write-stream: 1.1.1
+ from2: 2.3.0
+ parallel-transform: 1.2.0
+ pump: 3.0.2
+ pumpify: 1.5.1
+ stream-each: 1.2.3
+ through2: 2.0.5
+
+ mitt@3.0.1: {}
+
+ mixin-deep@1.3.2:
+ dependencies:
+ for-in: 1.0.2
+ is-extendable: 1.0.1
+
+ mkdirp@0.5.6:
+ dependencies:
+ minimist: 1.2.8
+
+ move-concurrently@1.0.1:
+ dependencies:
+ aproba: 1.2.0
+ copy-concurrently: 1.0.5
+ fs-write-stream-atomic: 1.0.10
+ mkdirp: 0.5.6
+ rimraf: 2.7.1
+ run-queue: 1.0.3
+
+ mrmime@2.0.1: {}
+
+ ms@2.0.0: {}
+
+ ms@2.1.3: {}
+
+ nan@2.22.2:
+ optional: true
+
+ nanoid@3.3.10: {}
+
+ nanoid@5.1.4: {}
+
+ nanomatch@1.2.13:
+ dependencies:
+ arr-diff: 4.0.0
+ array-unique: 0.3.2
+ define-property: 2.0.2
+ extend-shallow: 3.0.2
+ fragment-cache: 0.2.1
+ is-windows: 1.0.2
+ kind-of: 6.0.3
+ object.pick: 1.3.0
+ regex-not: 1.0.2
+ snapdragon: 0.8.2
+ to-regex: 3.0.2
+ transitivePeerDependencies:
+ - supports-color
+
+ neo-async@2.6.2: {}
+
+ node-libs-browser@2.2.1:
+ dependencies:
+ assert: 1.5.1
+ browserify-zlib: 0.2.0
+ buffer: 4.9.2
+ console-browserify: 1.2.0
+ constants-browserify: 1.0.0
+ crypto-browserify: 3.12.1
+ domain-browser: 1.2.0
+ events: 3.3.0
+ https-browserify: 1.0.0
+ os-browserify: 0.3.0
+ path-browserify: 0.0.1
+ process: 0.11.10
+ punycode: 1.4.1
+ querystring-es3: 0.2.1
+ readable-stream: 2.3.8
+ stream-browserify: 2.0.2
+ stream-http: 2.8.3
+ string_decoder: 1.3.0
+ timers-browserify: 2.0.12
+ tty-browserify: 0.0.0
+ url: 0.11.4
+ util: 0.11.1
+ vm-browserify: 1.1.2
+
+ node-releases@2.0.19: {}
+
+ normalize-path@2.1.1:
+ dependencies:
+ remove-trailing-separator: 1.1.0
+ optional: true
+
+ normalize-path@3.0.0:
+ optional: true
+
+ normalize-wheel-es@1.2.0: {}
+
+ npm-run-path@6.0.0:
+ dependencies:
+ path-key: 4.0.0
+ unicorn-magic: 0.3.0
+
+ object-copy@0.1.0:
+ dependencies:
+ copy-descriptor: 0.1.1
+ define-property: 0.2.5
+ kind-of: 3.2.2
+
+ object-inspect@1.13.4: {}
+
+ object-keys@1.1.1: {}
+
+ object-visit@1.0.1:
+ dependencies:
+ isobject: 3.0.1
+
+ object.assign@4.1.7:
+ dependencies:
+ call-bind: 1.0.8
+ call-bound: 1.0.4
+ define-properties: 1.2.1
+ es-object-atoms: 1.1.1
+ has-symbols: 1.1.0
+ object-keys: 1.1.1
+
+ object.pick@1.3.0:
+ dependencies:
+ isobject: 3.0.1
+
+ ometa@0.2.2: {}
+
+ once@1.4.0:
+ dependencies:
+ wrappy: 1.0.2
+
+ open@10.1.0:
+ dependencies:
+ default-browser: 5.2.1
+ define-lazy-prop: 3.0.0
+ is-inside-container: 1.0.0
+ is-wsl: 3.1.0
+
+ os-browserify@0.3.0: {}
+
+ p-limit@2.3.0:
+ dependencies:
+ p-try: 2.2.0
+
+ p-locate@3.0.0:
+ dependencies:
+ p-limit: 2.3.0
+
+ p-try@2.2.0: {}
+
+ pako@1.0.11: {}
+
+ parallel-transform@1.2.0:
+ dependencies:
+ cyclist: 1.0.2
+ inherits: 2.0.4
+ readable-stream: 2.3.8
+
+ parse-asn1@5.1.7:
+ dependencies:
+ asn1.js: 4.10.1
+ browserify-aes: 1.2.0
+ evp_bytestokey: 1.0.3
+ hash-base: 3.0.5
+ pbkdf2: 3.1.2
+ safe-buffer: 5.2.1
+
+ parse-ms@4.0.0: {}
+
+ pascalcase@0.1.1: {}
+
+ path-browserify@0.0.1: {}
+
+ path-dirname@1.0.2:
+ optional: true
+
+ path-exists@3.0.0: {}
+
+ path-is-absolute@1.0.1: {}
+
+ path-key@3.1.1: {}
+
+ path-key@4.0.0: {}
+
+ pathe@2.0.3: {}
+
+ pbkdf2@3.1.2:
+ dependencies:
+ create-hash: 1.2.0
+ create-hmac: 1.1.7
+ ripemd160: 2.0.2
+ safe-buffer: 5.2.1
+ sha.js: 2.4.11
+
+ perfect-debounce@1.0.0: {}
+
+ picocolors@1.1.1: {}
+
+ picomatch@2.3.1:
+ optional: true
+
+ picomatch@4.0.2: {}
+
+ pify@4.0.1: {}
+
+ pinia@2.3.1(vue@3.5.13):
+ dependencies:
+ '@vue/devtools-api': 6.6.4
+ vue: 3.5.13
+ vue-demi: 0.14.10(vue@3.5.13)
+ transitivePeerDependencies:
+ - '@vue/composition-api'
+
+ pkg-dir@3.0.0:
+ dependencies:
+ find-up: 3.0.0
+
+ posix-character-classes@0.1.1: {}
+
+ postcss@8.5.3:
+ dependencies:
+ nanoid: 3.3.10
+ picocolors: 1.1.1
+ source-map-js: 1.2.1
+
+ pretty-ms@9.2.0:
+ dependencies:
+ parse-ms: 4.0.0
+
+ process-nextick-args@2.0.1: {}
+
+ process@0.11.10: {}
+
+ promise-inflight@1.0.1(bluebird@3.7.2):
+ optionalDependencies:
+ bluebird: 3.7.2
+
+ prr@1.0.1: {}
+
+ public-encrypt@4.0.3:
+ dependencies:
+ bn.js: 4.12.1
+ browserify-rsa: 4.1.1
+ create-hash: 1.2.0
+ parse-asn1: 5.1.7
+ randombytes: 2.1.0
+ safe-buffer: 5.2.1
+
+ pump@2.0.1:
+ dependencies:
+ end-of-stream: 1.4.4
+ once: 1.4.0
+
+ pump@3.0.2:
+ dependencies:
+ end-of-stream: 1.4.4
+ once: 1.4.0
+
+ pumpify@1.5.1:
+ dependencies:
+ duplexify: 3.7.1
+ inherits: 2.0.4
+ pump: 2.0.1
+
+ punycode@1.4.1: {}
+
+ punycode@2.3.1: {}
+
+ qs@6.14.0:
+ dependencies:
+ side-channel: 1.1.0
+
+ querystring-es3@0.2.1: {}
+
+ randombytes@2.1.0:
+ dependencies:
+ safe-buffer: 5.2.1
+
+ randomfill@1.0.4:
+ dependencies:
+ randombytes: 2.1.0
+ safe-buffer: 5.2.1
+
+ readable-stream@2.3.8:
+ dependencies:
+ core-util-is: 1.0.3
+ inherits: 2.0.4
+ isarray: 1.0.0
+ process-nextick-args: 2.0.1
+ safe-buffer: 5.1.2
+ string_decoder: 1.1.1
+ util-deprecate: 1.0.2
+
+ readdirp@2.2.1:
+ dependencies:
+ graceful-fs: 4.2.11
+ micromatch: 3.1.10
+ readable-stream: 2.3.8
+ transitivePeerDependencies:
+ - supports-color
+ optional: true
+
+ readdirp@3.6.0:
+ dependencies:
+ picomatch: 2.3.1
+ optional: true
+
+ regex-not@1.0.2:
+ dependencies:
+ extend-shallow: 3.0.2
+ safe-regex: 1.1.0
+
+ remove-trailing-separator@1.1.0:
+ optional: true
+
+ repeat-element@1.1.4: {}
+
+ repeat-string@1.6.1: {}
+
+ resolve-url@0.2.1: {}
+
+ ret@0.1.15: {}
+
+ rfdc@1.4.1: {}
+
+ rimraf@2.7.1:
+ dependencies:
+ glob: 7.2.3
+
+ ripemd160@2.0.2:
+ dependencies:
+ hash-base: 3.0.5
+ inherits: 2.0.4
+
+ rollup@4.36.0:
+ dependencies:
+ '@types/estree': 1.0.6
+ optionalDependencies:
+ '@rollup/rollup-android-arm-eabi': 4.36.0
+ '@rollup/rollup-android-arm64': 4.36.0
+ '@rollup/rollup-darwin-arm64': 4.36.0
+ '@rollup/rollup-darwin-x64': 4.36.0
+ '@rollup/rollup-freebsd-arm64': 4.36.0
+ '@rollup/rollup-freebsd-x64': 4.36.0
+ '@rollup/rollup-linux-arm-gnueabihf': 4.36.0
+ '@rollup/rollup-linux-arm-musleabihf': 4.36.0
+ '@rollup/rollup-linux-arm64-gnu': 4.36.0
+ '@rollup/rollup-linux-arm64-musl': 4.36.0
+ '@rollup/rollup-linux-loongarch64-gnu': 4.36.0
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.36.0
+ '@rollup/rollup-linux-riscv64-gnu': 4.36.0
+ '@rollup/rollup-linux-s390x-gnu': 4.36.0
+ '@rollup/rollup-linux-x64-gnu': 4.36.0
+ '@rollup/rollup-linux-x64-musl': 4.36.0
+ '@rollup/rollup-win32-arm64-msvc': 4.36.0
+ '@rollup/rollup-win32-ia32-msvc': 4.36.0
+ '@rollup/rollup-win32-x64-msvc': 4.36.0
+ fsevents: 2.3.3
+
+ run-applescript@7.0.0: {}
+
+ run-queue@1.0.3:
+ dependencies:
+ aproba: 1.2.0
+
+ rxjs@7.8.2:
+ dependencies:
+ tslib: 2.8.1
+
+ safe-buffer@5.1.2: {}
+
+ safe-buffer@5.2.1: {}
+
+ safe-regex@1.1.0:
+ dependencies:
+ ret: 0.1.15
+
+ sass-embedded-darwin-arm64@1.86.0:
+ optional: true
+
+ sass-embedded-darwin-x64@1.86.0:
+ optional: true
+
+ sass-embedded@1.86.0:
+ dependencies:
+ '@bufbuild/protobuf': 2.2.4
+ buffer-builder: 0.2.0
+ colorjs.io: 0.5.2
+ immutable: 5.0.3
+ rxjs: 7.8.2
+ supports-color: 8.1.1
+ sync-child-process: 1.0.2
+ varint: 6.0.0
+ optionalDependencies:
+ sass-embedded-darwin-arm64: 1.86.0
+ sass-embedded-darwin-x64: 1.86.0
+
+ sass-loader@7.3.1(webpack@4.47.0):
+ dependencies:
+ clone-deep: 4.0.1
+ loader-utils: 1.4.2
+ neo-async: 2.6.2
+ pify: 4.0.1
+ semver: 6.3.1
+ webpack: 4.47.0
+
+ schema-utils@1.0.0:
+ dependencies:
+ ajv: 6.12.6
+ ajv-errors: 1.0.1(ajv@6.12.6)
+ ajv-keywords: 3.5.2(ajv@6.12.6)
+
+ scss@0.2.4:
+ dependencies:
+ ometa: 0.2.2
+
+ semver@5.7.2: {}
+
+ semver@6.3.1: {}
+
+ serialize-javascript@4.0.0:
+ dependencies:
+ randombytes: 2.1.0
+
+ set-function-length@1.2.2:
+ dependencies:
+ define-data-property: 1.1.4
+ es-errors: 1.3.0
+ function-bind: 1.1.2
+ get-intrinsic: 1.3.0
+ gopd: 1.2.0
+ has-property-descriptors: 1.0.2
+
+ set-value@2.0.1:
+ dependencies:
+ extend-shallow: 2.0.1
+ is-extendable: 0.1.1
+ is-plain-object: 2.0.4
+ split-string: 3.1.0
+
+ setimmediate@1.0.5: {}
+
+ sha.js@2.4.11:
+ dependencies:
+ inherits: 2.0.4
+ safe-buffer: 5.2.1
+
+ shallow-clone@3.0.1:
+ dependencies:
+ kind-of: 6.0.3
+
+ shebang-command@2.0.0:
+ dependencies:
+ shebang-regex: 3.0.0
+
+ shebang-regex@3.0.0: {}
+
+ side-channel-list@1.0.0:
+ dependencies:
+ es-errors: 1.3.0
+ object-inspect: 1.13.4
+
+ side-channel-map@1.0.1:
+ dependencies:
+ call-bound: 1.0.4
+ es-errors: 1.3.0
+ get-intrinsic: 1.3.0
+ object-inspect: 1.13.4
+
+ side-channel-weakmap@1.0.2:
+ dependencies:
+ call-bound: 1.0.4
+ es-errors: 1.3.0
+ get-intrinsic: 1.3.0
+ object-inspect: 1.13.4
+ side-channel-map: 1.0.1
+
+ side-channel@1.1.0:
+ dependencies:
+ es-errors: 1.3.0
+ object-inspect: 1.13.4
+ side-channel-list: 1.0.0
+ side-channel-map: 1.0.1
+ side-channel-weakmap: 1.0.2
+
+ signal-exit@4.1.0: {}
+
+ sirv@3.0.1:
+ dependencies:
+ '@polka/url': 1.0.0-next.28
+ mrmime: 2.0.1
+ totalist: 3.0.1
+
+ snapdragon-node@2.1.1:
+ dependencies:
+ define-property: 1.0.0
+ isobject: 3.0.1
+ snapdragon-util: 3.0.1
+
+ snapdragon-util@3.0.1:
+ dependencies:
+ kind-of: 3.2.2
+
+ snapdragon@0.8.2:
+ dependencies:
+ base: 0.11.2
+ debug: 2.6.9
+ define-property: 0.2.5
+ extend-shallow: 2.0.1
+ map-cache: 0.2.2
+ source-map: 0.5.7
+ source-map-resolve: 0.5.3
+ use: 3.1.1
+ transitivePeerDependencies:
+ - supports-color
+
+ source-list-map@2.0.1: {}
+
+ source-map-js@1.2.1: {}
+
+ source-map-resolve@0.5.3:
+ dependencies:
+ atob: 2.1.2
+ decode-uri-component: 0.2.2
+ resolve-url: 0.2.1
+ source-map-url: 0.4.1
+ urix: 0.1.0
+
+ source-map-support@0.5.21:
+ dependencies:
+ buffer-from: 1.1.2
+ source-map: 0.6.1
+
+ source-map-url@0.4.1: {}
+
+ source-map@0.5.7: {}
+
+ source-map@0.6.1: {}
+
+ speakingurl@14.0.1: {}
+
+ split-string@3.1.0:
+ dependencies:
+ extend-shallow: 3.0.2
+
+ ssri@6.0.2:
+ dependencies:
+ figgy-pudding: 3.5.2
+
+ static-extend@0.1.2:
+ dependencies:
+ define-property: 0.2.5
+ object-copy: 0.1.0
+
+ stream-browserify@2.0.2:
+ dependencies:
+ inherits: 2.0.4
+ readable-stream: 2.3.8
+
+ stream-each@1.2.3:
+ dependencies:
+ end-of-stream: 1.4.4
+ stream-shift: 1.0.3
+
+ stream-http@2.8.3:
+ dependencies:
+ builtin-status-codes: 3.0.0
+ inherits: 2.0.4
+ readable-stream: 2.3.8
+ to-arraybuffer: 1.0.1
+ xtend: 4.0.2
+
+ stream-shift@1.0.3: {}
+
+ string_decoder@1.1.1:
+ dependencies:
+ safe-buffer: 5.1.2
+
+ string_decoder@1.3.0:
+ dependencies:
+ safe-buffer: 5.2.1
+
+ strip-final-newline@4.0.0: {}
+
+ superjson@2.2.2:
+ dependencies:
+ copy-anything: 3.0.5
+
+ supports-color@8.1.1:
+ dependencies:
+ has-flag: 4.0.0
+
+ sync-child-process@1.0.2:
+ dependencies:
+ sync-message-port: 1.1.3
+
+ sync-message-port@1.1.3: {}
+
+ tapable@1.1.3: {}
+
+ terser-webpack-plugin@1.4.6(webpack@4.47.0):
+ dependencies:
+ cacache: 12.0.4
+ find-cache-dir: 2.1.0
+ is-wsl: 1.1.0
+ schema-utils: 1.0.0
+ serialize-javascript: 4.0.0
+ source-map: 0.6.1
+ terser: 4.8.1
+ webpack: 4.47.0
+ webpack-sources: 1.4.3
+ worker-farm: 1.7.0
+
+ terser@4.8.1:
+ dependencies:
+ acorn: 8.14.1
+ commander: 2.20.3
+ source-map: 0.6.1
+ source-map-support: 0.5.21
+
+ three@0.141.0: {}
+
+ through2@2.0.5:
+ dependencies:
+ readable-stream: 2.3.8
+ xtend: 4.0.2
+
+ timers-browserify@2.0.12:
+ dependencies:
+ setimmediate: 1.0.5
+
+ to-arraybuffer@1.0.1: {}
+
+ to-object-path@0.3.0:
+ dependencies:
+ kind-of: 3.2.2
+
+ to-regex-range@2.1.1:
+ dependencies:
+ is-number: 3.0.0
+ repeat-string: 1.6.1
+
+ to-regex-range@5.0.1:
+ dependencies:
+ is-number: 7.0.0
+ optional: true
+
+ to-regex@3.0.2:
+ dependencies:
+ define-property: 2.0.2
+ extend-shallow: 3.0.2
+ regex-not: 1.0.2
+ safe-regex: 1.1.0
+
+ totalist@3.0.1: {}
+
+ tslib@2.3.0: {}
+
+ tslib@2.8.1: {}
+
+ tty-browserify@0.0.0: {}
+
+ typedarray@0.0.6: {}
+
+ unicorn-magic@0.3.0: {}
+
+ union-value@1.0.1:
+ dependencies:
+ arr-union: 3.1.0
+ get-value: 2.0.6
+ is-extendable: 0.1.1
+ set-value: 2.0.1
+
+ unique-filename@1.1.1:
+ dependencies:
+ unique-slug: 2.0.2
+
+ unique-slug@2.0.2:
+ dependencies:
+ imurmurhash: 0.1.4
+
+ universalify@2.0.1: {}
+
+ unset-value@1.0.0:
+ dependencies:
+ has-value: 0.3.1
+ isobject: 3.0.1
+
+ upath@1.2.0:
+ optional: true
+
+ update-browserslist-db@1.1.3(browserslist@4.24.4):
+ dependencies:
+ browserslist: 4.24.4
+ escalade: 3.2.0
+ picocolors: 1.1.1
+
+ uri-js@4.4.1:
+ dependencies:
+ punycode: 2.3.1
+
+ urix@0.1.0: {}
+
+ url@0.11.4:
+ dependencies:
+ punycode: 1.4.1
+ qs: 6.14.0
+
+ use@3.1.1: {}
+
+ util-deprecate@1.0.2: {}
+
+ util@0.10.4:
+ dependencies:
+ inherits: 2.0.3
+
+ util@0.11.1:
+ dependencies:
+ inherits: 2.0.3
+
+ varint@6.0.0: {}
+
+ vite-hot-client@0.2.4(vite@6.2.2(sass-embedded@1.86.0)):
+ dependencies:
+ vite: 6.2.2(sass-embedded@1.86.0)
+
+ vite-plugin-inspect@0.8.9(rollup@4.36.0)(vite@6.2.2(sass-embedded@1.86.0)):
+ dependencies:
+ '@antfu/utils': 0.7.10
+ '@rollup/pluginutils': 5.1.4(rollup@4.36.0)
+ debug: 4.4.0
+ error-stack-parser-es: 0.1.5
+ fs-extra: 11.3.0
+ open: 10.1.0
+ perfect-debounce: 1.0.0
+ picocolors: 1.1.1
+ sirv: 3.0.1
+ vite: 6.2.2(sass-embedded@1.86.0)
+ transitivePeerDependencies:
+ - rollup
+ - supports-color
+
+ vite-plugin-vue-devtools@7.7.2(rollup@4.36.0)(vite@6.2.2(sass-embedded@1.86.0))(vue@3.5.13):
+ dependencies:
+ '@vue/devtools-core': 7.7.2(vite@6.2.2(sass-embedded@1.86.0))(vue@3.5.13)
+ '@vue/devtools-kit': 7.7.2
+ '@vue/devtools-shared': 7.7.2
+ execa: 9.5.2
+ sirv: 3.0.1
+ vite: 6.2.2(sass-embedded@1.86.0)
+ vite-plugin-inspect: 0.8.9(rollup@4.36.0)(vite@6.2.2(sass-embedded@1.86.0))
+ vite-plugin-vue-inspector: 5.3.1(vite@6.2.2(sass-embedded@1.86.0))
+ transitivePeerDependencies:
+ - '@nuxt/kit'
+ - rollup
+ - supports-color
+ - vue
+
+ vite-plugin-vue-inspector@5.3.1(vite@6.2.2(sass-embedded@1.86.0)):
+ dependencies:
+ '@babel/core': 7.26.10
+ '@babel/plugin-proposal-decorators': 7.25.9(@babel/core@7.26.10)
+ '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@7.26.10)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.10)
+ '@babel/plugin-transform-typescript': 7.26.8(@babel/core@7.26.10)
+ '@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.26.10)
+ '@vue/compiler-dom': 3.5.13
+ kolorist: 1.8.0
+ magic-string: 0.30.17
+ vite: 6.2.2(sass-embedded@1.86.0)
+ transitivePeerDependencies:
+ - supports-color
+
+ vite@6.2.2(sass-embedded@1.86.0):
+ dependencies:
+ esbuild: 0.25.1
+ postcss: 8.5.3
+ rollup: 4.36.0
+ optionalDependencies:
+ fsevents: 2.3.3
+ sass-embedded: 1.86.0
+
+ vm-browserify@1.1.2: {}
+
+ vue-3d-model@2.0.0-alpha.4(vue@3.5.13):
+ dependencies:
+ '@types/three': 0.141.0
+ three: 0.141.0
+ vue: 3.5.13
+
+ vue-chartjs@5.3.2(chart.js@4.4.8)(vue@3.5.13):
+ dependencies:
+ chart.js: 4.4.8
+ vue: 3.5.13
+
+ vue-demi@0.14.10(vue@3.5.13):
+ dependencies:
+ vue: 3.5.13
+
+ vue-router@4.5.0(vue@3.5.13):
+ dependencies:
+ '@vue/devtools-api': 6.6.4
+ vue: 3.5.13
+
+ vue@3.5.13:
+ dependencies:
+ '@vue/compiler-dom': 3.5.13
+ '@vue/compiler-sfc': 3.5.13
+ '@vue/runtime-dom': 3.5.13
+ '@vue/server-renderer': 3.5.13(vue@3.5.13)
+ '@vue/shared': 3.5.13
+
+ watchpack-chokidar2@2.0.1:
+ dependencies:
+ chokidar: 2.1.8
+ transitivePeerDependencies:
+ - supports-color
+ optional: true
+
+ watchpack@1.7.5:
+ dependencies:
+ graceful-fs: 4.2.11
+ neo-async: 2.6.2
+ optionalDependencies:
+ chokidar: 3.6.0
+ watchpack-chokidar2: 2.0.1
+ transitivePeerDependencies:
+ - supports-color
+
+ webpack-sources@1.4.3:
+ dependencies:
+ source-list-map: 2.0.1
+ source-map: 0.6.1
+
+ webpack@4.47.0:
+ dependencies:
+ '@webassemblyjs/ast': 1.9.0
+ '@webassemblyjs/helper-module-context': 1.9.0
+ '@webassemblyjs/wasm-edit': 1.9.0
+ '@webassemblyjs/wasm-parser': 1.9.0
+ acorn: 6.4.2
+ ajv: 6.12.6
+ ajv-keywords: 3.5.2(ajv@6.12.6)
+ chrome-trace-event: 1.0.4
+ enhanced-resolve: 4.5.0
+ eslint-scope: 4.0.3
+ json-parse-better-errors: 1.0.2
+ loader-runner: 2.4.0
+ loader-utils: 1.4.2
+ memory-fs: 0.4.1
+ micromatch: 3.1.10
+ mkdirp: 0.5.6
+ neo-async: 2.6.2
+ node-libs-browser: 2.2.1
+ schema-utils: 1.0.0
+ tapable: 1.1.3
+ terser-webpack-plugin: 1.4.6(webpack@4.47.0)
+ watchpack: 1.7.5
+ webpack-sources: 1.4.3
+ transitivePeerDependencies:
+ - supports-color
+
+ which@2.0.2:
+ dependencies:
+ isexe: 2.0.0
+
+ worker-farm@1.7.0:
+ dependencies:
+ errno: 0.1.8
+
+ wrappy@1.0.2: {}
+
+ xtend@4.0.2: {}
+
+ y18n@4.0.3: {}
+
+ yallist@3.1.1: {}
+
+ yoctocolors@2.1.1: {}
+
+ zrender@5.6.1:
+ dependencies:
+ tslib: 2.3.0
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/public/ThreeModel/model.gltf" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/public/ThreeModel/model.gltf"
new file mode 100644
index 0000000..533a1bc
--- /dev/null
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/public/ThreeModel/model.gltf"
@@ -0,0 +1,49286 @@
+{
+ "asset":{
+ "generator":"Khronos glTF Blender I/O v4.3.47",
+ "version":"2.0"
+ },
+ "scene":0,
+ "scenes":[
+ {
+ "name":"Scene",
+ "nodes":[
+ 350,
+ 373,
+ 514,
+ 596,
+ 621,
+ 1082,
+ 1083
+ ]
+ }
+ ],
+ "nodes":[
+ {
+ "mesh":0,
+ "name":"\u5bf9\u79f0 1.004",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.11645019054412842
+ ]
+ },
+ {
+ "children":[
+ 0
+ ],
+ "name":"\u5236\u52a8\u7f38 1.003",
+ "translation":[
+ -0.04092979431152344,
+ 0,
+ 0.2396221160888672
+ ]
+ },
+ {
+ "mesh":1,
+ "name":"\u5bf9\u79f0.2 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.04092979431152344,
+ 0,
+ 0.12317204475402832
+ ]
+ },
+ {
+ "mesh":2,
+ "name":"\u5bf9\u79f0.3 1.003",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 3
+ ],
+ "name":"\u5bf9\u79f0.3 1.002",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0.08185958862304688,
+ 0,
+ -0.3627941608428955
+ ]
+ },
+ {
+ "children":[
+ 1,
+ 2,
+ 4
+ ],
+ "name":"\u5236\u52a8\u7f38 1.002",
+ "translation":[
+ 0.5142321586608887,
+ 0.003871038556098938,
+ -0.0016804933547973633
+ ]
+ },
+ {
+ "mesh":3,
+ "name":"\u7acb\u65b9\u4f53 1 1.005"
+ },
+ {
+ "children":[
+ 6
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1 1.005",
+ "translation":[
+ -0.2114095687866211,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":4,
+ "name":"\u7acb\u65b9\u4f53 1 1.004"
+ },
+ {
+ "children":[
+ 8
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1 1.002",
+ "translation":[
+ -0.2648472785949707,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":5,
+ "name":"\u6324\u538b 1 1.011",
+ "translation":[
+ 0,
+ 0.3476641774177551,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "mesh":6,
+ "name":"\u6324\u538b.2 1 1.008",
+ "translation":[
+ 0,
+ 0,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "children":[
+ 10,
+ 11
+ ],
+ "name":"\u87ba\u6813 1 1.008",
+ "translation":[
+ 0.5831317901611328,
+ -0.10556542128324509,
+ 0.06132638454437256
+ ]
+ },
+ {
+ "children":[
+ 7,
+ 9,
+ 12
+ ],
+ "name":"\u5939\u94b3 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.2648470401763916,
+ -0.05278271436691284,
+ -0.1315690279006958
+ ]
+ },
+ {
+ "mesh":7,
+ "name":"\u7acb\u65b9\u4f53 1.003",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 14
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1.003",
+ "translation":[
+ -0.2114095687866211,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":8,
+ "name":"\u7acb\u65b9\u4f53 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 16
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1.001",
+ "translation":[
+ -0.2648472785949707,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":9,
+ "name":"\u6324\u538b 1.007",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.3476641774177551,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "mesh":10,
+ "name":"\u6324\u538b.2 1.005",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "children":[
+ 18,
+ 19
+ ],
+ "name":"\u87ba\u6813 1.005",
+ "translation":[
+ 0.5831317901611328,
+ -0.10556542128324509,
+ 0.06132638454437256
+ ]
+ },
+ {
+ "children":[
+ 15,
+ 17,
+ 20
+ ],
+ "name":"\u5939\u94b3 1.001",
+ "translation":[
+ 0.2648470401763916,
+ -0.05278271436691284,
+ 0.1315690279006958
+ ]
+ },
+ {
+ "mesh":11,
+ "name":"\u7814\u78e8\u5b50 1 1.002",
+ "translation":[
+ 1.4911646842956543,
+ -0.10307592153549194,
+ 0.16640210151672363
+ ]
+ },
+ {
+ "mesh":12,
+ "name":"\u6324\u538b 1 1.010"
+ },
+ {
+ "children":[
+ 23
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1 1.004",
+ "translation":[
+ -1.4911649227142334,
+ 0.10307591408491135,
+ -0.16640210151672363
+ ]
+ },
+ {
+ "children":[
+ 22,
+ 24
+ ],
+ "name":"\u95f8\u7247 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.8919546604156494,
+ -0.11596723645925522,
+ 0.1444075107574463
+ ]
+ },
+ {
+ "mesh":13,
+ "name":"\u7814\u78e8\u5b50 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 1.4911646842956543,
+ -0.10307592153549194,
+ 0.16640210151672363
+ ]
+ },
+ {
+ "mesh":14,
+ "name":"\u6324\u538b 1.006",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 27
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1.002",
+ "translation":[
+ -1.4911649227142334,
+ 0.10307591408491135,
+ -0.16640210151672363
+ ]
+ },
+ {
+ "children":[
+ 26,
+ 28
+ ],
+ "name":"\u95f8\u7247 1.001",
+ "translation":[
+ 0.8919546604156494,
+ -0.11596723645925522,
+ -0.1444075107574463
+ ]
+ },
+ {
+ "mesh":15,
+ "name":"\u5706\u67f1\u4f53 1 1.004",
+ "translation":[
+ 0,
+ 0.004650680348277092,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":16,
+ "name":"\u6324\u538b 1 1.008",
+ "translation":[
+ 0,
+ 0.056601397693157196,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":17,
+ "name":"\u6324\u538b.2 1 1.006",
+ "translation":[
+ 0,
+ -0.06125207990407944,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 30,
+ 31,
+ 32
+ ],
+ "name":"\u87ba\u6813 1 1.006",
+ "translation":[
+ -0.003914833068847656,
+ -0.20495830476284027,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":18,
+ "name":"\u5706\u67f1\u4f53 1 1.005",
+ "translation":[
+ 0,
+ 0.06590613722801208,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":19,
+ "name":"\u6324\u538b 1 1.009",
+ "translation":[
+ 0,
+ 0.11785683035850525,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":20,
+ "name":"\u6324\u538b.2 1 1.007",
+ "translation":[
+ 0,
+ 3.3676624298095703e-06,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 34,
+ 35,
+ 36
+ ],
+ "name":"\u87ba\u6813 1 1.007",
+ "translation":[
+ -0.003914833068847656,
+ 0.1964138150215149,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":21,
+ "name":"\u7acb\u65b9\u4f53.2 1 1.002"
+ },
+ {
+ "children":[
+ 38
+ ],
+ "name":"\u95f8\u7247\u6258 1 1.005",
+ "translation":[
+ 0.007829427719116211,
+ 0.008544504642486572,
+ -0.00697171688079834
+ ]
+ },
+ {
+ "children":[
+ 33,
+ 37,
+ 39
+ ],
+ "name":"\u95f8\u7247\u6258 1 1.004",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.11470437049865723,
+ -0.008544504642486572,
+ -0.10787761211395264
+ ]
+ },
+ {
+ "mesh":22,
+ "name":"\u5706\u67f1\u4f53 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.004650680348277092,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":23,
+ "name":"\u6324\u538b 1.004",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.056601397693157196,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":24,
+ "name":"\u6324\u538b.2 1.003",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.06125207990407944,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 41,
+ 42,
+ 43
+ ],
+ "name":"\u87ba\u6813 1.003",
+ "translation":[
+ -0.003914833068847656,
+ -0.20495830476284027,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":25,
+ "name":"\u5706\u67f1\u4f53 1.003",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.06590613722801208,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":26,
+ "name":"\u6324\u538b 1.005",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.11785683035850525,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":27,
+ "name":"\u6324\u538b.2 1.004",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 3.3676624298095703e-06,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 45,
+ 46,
+ 47
+ ],
+ "name":"\u87ba\u6813 1.004",
+ "translation":[
+ -0.003914833068847656,
+ 0.1964138150215149,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":28,
+ "name":"\u7acb\u65b9\u4f53.2 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 49
+ ],
+ "name":"\u95f8\u7247\u6258 1.003",
+ "translation":[
+ 0.007829427719116211,
+ 0.008544504642486572,
+ -0.00697171688079834
+ ]
+ },
+ {
+ "children":[
+ 44,
+ 48,
+ 50
+ ],
+ "name":"\u95f8\u7247\u6258 1.002",
+ "translation":[
+ -0.11470437049865723,
+ -0.008544504642486572,
+ 0.10787761211395264
+ ]
+ },
+ {
+ "children":[
+ 13,
+ 21,
+ 25,
+ 29,
+ 40,
+ 51
+ ],
+ "name":"\u5bf9\u79f0 1.005",
+ "translation":[
+ -0.03351235389709473,
+ -0.011613130569458008,
+ 0.005041360855102539
+ ]
+ },
+ {
+ "children":[
+ 5,
+ 52
+ ],
+ "name":"\u5236\u52a8\u5939\u94b3 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.019999980926513672,
+ 0.012699156999588013,
+ 1.5649957656860352
+ ]
+ },
+ {
+ "mesh":29,
+ "name":"\u5bf9\u79f0.002",
+ "translation":[
+ 0,
+ 0,
+ -0.11645019054412842
+ ]
+ },
+ {
+ "children":[
+ 54
+ ],
+ "name":"\u5236\u52a8\u7f38.001",
+ "translation":[
+ -0.04092979431152344,
+ 0,
+ 0.2396221160888672
+ ]
+ },
+ {
+ "mesh":30,
+ "name":"\u5bf9\u79f0.2",
+ "translation":[
+ -0.04092979431152344,
+ 0,
+ 0.12317204475402832
+ ]
+ },
+ {
+ "mesh":31,
+ "name":"\u5bf9\u79f0.004"
+ },
+ {
+ "children":[
+ 57
+ ],
+ "name":"\u5bf9\u79f0.3",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0.08185958862304688,
+ 0,
+ -0.3627941608428955
+ ]
+ },
+ {
+ "children":[
+ 55,
+ 56,
+ 58
+ ],
+ "name":"\u5236\u52a8\u7f38",
+ "translation":[
+ 0.5142321586608887,
+ 0.003871038556098938,
+ -0.0016804933547973633
+ ]
+ },
+ {
+ "mesh":32,
+ "name":"\u7acb\u65b9\u4f53.001"
+ },
+ {
+ "children":[
+ 60
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.002",
+ "translation":[
+ -0.2114095687866211,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":33,
+ "name":"\u7acb\u65b9\u4f53"
+ },
+ {
+ "children":[
+ 62
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1",
+ "translation":[
+ -0.2648472785949707,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":34,
+ "name":"\u6324\u538b.005",
+ "translation":[
+ 0,
+ 0,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "mesh":35,
+ "name":"\u6324\u538b.006",
+ "translation":[
+ 0,
+ 0.3476641774177551,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "children":[
+ 64,
+ 65
+ ],
+ "name":"\u87ba\u6813.002",
+ "translation":[
+ 0.5831317901611328,
+ -0.10556542128324509,
+ 0.06132638454437256
+ ]
+ },
+ {
+ "children":[
+ 61,
+ 63,
+ 66
+ ],
+ "name":"\u5939\u94b3",
+ "translation":[
+ 0.2648470401763916,
+ -0.05278271436691284,
+ 0.1315690279006958
+ ]
+ },
+ {
+ "mesh":36,
+ "name":"\u7acb\u65b9\u4f53 1.005",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 68
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1.005",
+ "translation":[
+ -0.2114095687866211,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":37,
+ "name":"\u7acb\u65b9\u4f53 1.004",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 70
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1.002",
+ "translation":[
+ -0.2648472785949707,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":9,
+ "name":"\u6324\u538b 1.011",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.3476641774177551,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "mesh":10,
+ "name":"\u6324\u538b.2 1.008",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "children":[
+ 72,
+ 73
+ ],
+ "name":"\u87ba\u6813 1.008",
+ "translation":[
+ 0.5831317901611328,
+ -0.10556542128324509,
+ 0.06132638454437256
+ ]
+ },
+ {
+ "children":[
+ 69,
+ 71,
+ 74
+ ],
+ "name":"\u5939\u94b3 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.2648470401763916,
+ -0.05278271436691284,
+ -0.1315690279006958
+ ]
+ },
+ {
+ "mesh":11,
+ "name":"\u7814\u78e8\u5b50",
+ "translation":[
+ 1.4911646842956543,
+ -0.10307592153549194,
+ 0.16640210151672363
+ ]
+ },
+ {
+ "mesh":38,
+ "name":"\u6324\u538b.004"
+ },
+ {
+ "children":[
+ 77
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762",
+ "translation":[
+ -1.4911649227142334,
+ 0.10307591408491135,
+ -0.16640210151672363
+ ]
+ },
+ {
+ "children":[
+ 76,
+ 78
+ ],
+ "name":"\u95f8\u7247",
+ "translation":[
+ 0.8919546604156494,
+ -0.11596723645925522,
+ -0.1444075107574463
+ ]
+ },
+ {
+ "mesh":39,
+ "name":"\u7814\u78e8\u5b50 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 1.4911646842956543,
+ -0.10307592153549194,
+ 0.16640210151672363
+ ]
+ },
+ {
+ "mesh":40,
+ "name":"\u6324\u538b 1.010",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 81
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1.004",
+ "translation":[
+ -1.4911649227142334,
+ 0.10307591408491135,
+ -0.16640210151672363
+ ]
+ },
+ {
+ "children":[
+ 80,
+ 82
+ ],
+ "name":"\u95f8\u7247 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.8919546604156494,
+ -0.11596723645925522,
+ 0.1444075107574463
+ ]
+ },
+ {
+ "mesh":41,
+ "name":"\u5706\u67f1\u4f53",
+ "translation":[
+ 0,
+ 0.004650680348277092,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":42,
+ "name":"\u6324\u538b",
+ "translation":[
+ 0,
+ 0.056601397693157196,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":43,
+ "name":"\u6324\u538b.2",
+ "translation":[
+ 0,
+ -0.06125207990407944,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 84,
+ 85,
+ 86
+ ],
+ "name":"\u87ba\u6813",
+ "translation":[
+ -0.003914833068847656,
+ -0.20495830476284027,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":44,
+ "name":"\u5706\u67f1\u4f53.001",
+ "translation":[
+ 0,
+ 0.06590613722801208,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":45,
+ "name":"\u6324\u538b.001",
+ "translation":[
+ 0,
+ 3.3676624298095703e-06,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":46,
+ "name":"\u6324\u538b.003",
+ "translation":[
+ 0,
+ 0.11785683035850525,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 88,
+ 89,
+ 90
+ ],
+ "name":"\u87ba\u6813.001",
+ "translation":[
+ -0.003914833068847656,
+ 0.1964138150215149,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":47,
+ "name":"\u7acb\u65b9\u4f53.2"
+ },
+ {
+ "children":[
+ 92
+ ],
+ "name":"\u95f8\u7247\u6258.001",
+ "translation":[
+ 0.007829427719116211,
+ 0.008544504642486572,
+ -0.00697171688079834
+ ]
+ },
+ {
+ "children":[
+ 87,
+ 91,
+ 93
+ ],
+ "name":"\u95f8\u7247\u6258",
+ "translation":[
+ -0.11470437049865723,
+ -0.008544504642486572,
+ 0.10787761211395264
+ ]
+ },
+ {
+ "mesh":48,
+ "name":"\u5706\u67f1\u4f53 1.004",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.004650680348277092,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":23,
+ "name":"\u6324\u538b 1.008",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.056601397693157196,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":24,
+ "name":"\u6324\u538b.2 1.006",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.06125207990407944,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 95,
+ 96,
+ 97
+ ],
+ "name":"\u87ba\u6813 1.006",
+ "translation":[
+ -0.003914833068847656,
+ -0.20495830476284027,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":49,
+ "name":"\u5706\u67f1\u4f53 1.005",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.06590613722801208,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":26,
+ "name":"\u6324\u538b 1.009",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.11785683035850525,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":27,
+ "name":"\u6324\u538b.2 1.007",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 3.3676624298095703e-06,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 99,
+ 100,
+ 101
+ ],
+ "name":"\u87ba\u6813 1.007",
+ "translation":[
+ -0.003914833068847656,
+ 0.1964138150215149,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":50,
+ "name":"\u7acb\u65b9\u4f53.2 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 103
+ ],
+ "name":"\u95f8\u7247\u6258 1.005",
+ "translation":[
+ 0.007829427719116211,
+ 0.008544504642486572,
+ -0.00697171688079834
+ ]
+ },
+ {
+ "children":[
+ 98,
+ 102,
+ 104
+ ],
+ "name":"\u95f8\u7247\u6258 1.004",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.11470437049865723,
+ -0.008544504642486572,
+ -0.10787761211395264
+ ]
+ },
+ {
+ "children":[
+ 67,
+ 75,
+ 79,
+ 83,
+ 94,
+ 105
+ ],
+ "name":"\u5bf9\u79f0.005",
+ "translation":[
+ -0.03351235389709473,
+ -0.011613130569458008,
+ 0.005041360855102539
+ ]
+ },
+ {
+ "children":[
+ 59,
+ 106
+ ],
+ "name":"\u5236\u52a8\u5939\u94b3.001",
+ "translation":[
+ 0.019999980926513672,
+ 0.012699156999588013,
+ -1.5649960041046143
+ ]
+ },
+ {
+ "children":[
+ 53,
+ 107
+ ],
+ "name":"\u5236\u52a8\u5939\u94b3",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ -0.6813235282897949,
+ 0.0229281485080719,
+ 0.29231327772140503
+ ]
+ },
+ {
+ "mesh":51,
+ "name":"\u5e03\u5c14.1 0 1 1.002",
+ "translation":[
+ 0,
+ 0.6000000238418579,
+ 0
+ ]
+ },
+ {
+ "mesh":52,
+ "name":"\u5e03\u5c14.1 1 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.28173255920410156,
+ 0.9594929814338684
+ ],
+ "translation":[
+ 0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":53,
+ "name":"\u5e03\u5c14.1 10 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.28173255920410156,
+ 0.9594929814338684
+ ],
+ "translation":[
+ -0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":54,
+ "name":"\u5e03\u5c14.1 2 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.5406408905982971,
+ 0.8412535190582275
+ ],
+ "translation":[
+ 0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "mesh":55,
+ "name":"\u5e03\u5c14.1 3 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.7557495832443237,
+ 0.6548607349395752
+ ],
+ "translation":[
+ 0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":56,
+ "name":"\u5e03\u5c14.1 4 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.9096320867538452,
+ 0.4154148995876312
+ ],
+ "translation":[
+ 0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":57,
+ "name":"\u5e03\u5c14.1 5 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.9898214936256409,
+ 0.1423148512840271
+ ],
+ "translation":[
+ 0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":58,
+ "name":"\u5e03\u5c14.1 6 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.9898214936256409,
+ 0.1423148512840271
+ ],
+ "translation":[
+ -0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":59,
+ "name":"\u5e03\u5c14.1 7 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.9096320867538452,
+ 0.4154148995876312
+ ],
+ "translation":[
+ -0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":60,
+ "name":"\u5e03\u5c14.1 8 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.7557495832443237,
+ 0.6548607349395752
+ ],
+ "translation":[
+ -0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":61,
+ "name":"\u5e03\u5c14.1 9 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.5406408905982971,
+ 0.8412535190582275
+ ],
+ "translation":[
+ -0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 109,
+ 110,
+ 111,
+ 112,
+ 113,
+ 114,
+ 115,
+ 116,
+ 117,
+ 118,
+ 119
+ ],
+ "name":"\u514b\u9686 1 1.002",
+ "translation":[
+ -1.3952420949935913,
+ 0.09644530713558197,
+ 0.8250575065612793
+ ]
+ },
+ {
+ "mesh":62,
+ "name":"\u5e03\u5c14 1 1.002",
+ "translation":[
+ 1.3952419757843018,
+ -0.09644530713558197,
+ -0.8250575065612793
+ ]
+ },
+ {
+ "children":[
+ 120,
+ 121
+ ],
+ "name":"\u5236\u52a8\u76d8 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ 0.7140069007873535
+ ]
+ },
+ {
+ "mesh":63,
+ "name":"\u5e03\u5c14.1 0 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.6000000834465027,
+ 0
+ ]
+ },
+ {
+ "mesh":64,
+ "name":"\u5e03\u5c14.1 1 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 0.9594929814338684,
+ 0.28173255920410156
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.3243844509124756,
+ 0.5047520995140076,
+ 0
+ ]
+ },
+ {
+ "mesh":65,
+ "name":"\u5e03\u5c14.1 10 1.001",
+ "rotation":[
+ 0,
+ 0,
+ -0.9594929814338684,
+ 0.28173255920410156
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.3243844509124756,
+ 0.5047520995140076,
+ 0
+ ]
+ },
+ {
+ "mesh":66,
+ "name":"\u5e03\u5c14.1 2 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 0.8412535190582275,
+ 0.5406408905982971
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "mesh":67,
+ "name":"\u5e03\u5c14.1 3 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 0.6548607349395752,
+ 0.7557495832443237
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":68,
+ "name":"\u5e03\u5c14.1 4 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 0.41541507840156555,
+ 0.9096320867538452
+ ],
+ "scale":[
+ -1.0000003576278687,
+ -1,
+ -1.0000004768371582
+ ],
+ "translation":[
+ 0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":69,
+ "name":"\u5e03\u5c14.1 5 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 0.1423148363828659,
+ 0.9898214340209961
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -1,
+ -0.9999999403953552
+ ],
+ "translation":[
+ 0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":70,
+ "name":"\u5e03\u5c14.1 6 1.001",
+ "rotation":[
+ 0,
+ 0,
+ -0.1423148363828659,
+ 0.9898214340209961
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -1,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":71,
+ "name":"\u5e03\u5c14.1 7 1.001",
+ "rotation":[
+ 0,
+ 0,
+ -0.41541507840156555,
+ 0.9096320867538452
+ ],
+ "scale":[
+ -1.0000003576278687,
+ -1,
+ -1.0000004768371582
+ ],
+ "translation":[
+ -0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":72,
+ "name":"\u5e03\u5c14.1 8 1.001",
+ "rotation":[
+ 0,
+ 0,
+ -0.6548607349395752,
+ 0.7557495832443237
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":73,
+ "name":"\u5e03\u5c14.1 9 1.001",
+ "rotation":[
+ 0,
+ 0,
+ -0.8412535190582275,
+ 0.5406408905982971
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 123,
+ 124,
+ 125,
+ 126,
+ 127,
+ 128,
+ 129,
+ 130,
+ 131,
+ 132,
+ 133
+ ],
+ "name":"\u514b\u9686 1.001",
+ "translation":[
+ -1.3952420949935913,
+ 0.09644530713558197,
+ 0.8250575661659241
+ ]
+ },
+ {
+ "mesh":74,
+ "name":"\u5e03\u5c14 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 1.3952419757843018,
+ -0.09644530713558197,
+ -0.8250575065612793
+ ]
+ },
+ {
+ "children":[
+ 134,
+ 135
+ ],
+ "name":"\u5236\u52a8\u76d8 1.002",
+ "translation":[
+ 0,
+ 0,
+ -0.7140069603919983
+ ]
+ },
+ {
+ "children":[
+ 122,
+ 136
+ ],
+ "name":"\u5bf9\u79f0 1.003",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -1.5610594749450684
+ ]
+ },
+ {
+ "mesh":75,
+ "name":"\u5e03\u5c14.1 0 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.6000000238418579,
+ 0
+ ]
+ },
+ {
+ "mesh":76,
+ "name":"\u5e03\u5c14.1 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.9594929814338684,
+ 0.28173255920410156
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":77,
+ "name":"\u5e03\u5c14.1 10 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.9594929814338684,
+ 0.28173255920410156
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":78,
+ "name":"\u5e03\u5c14.1 2 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.8412535190582275,
+ 0.5406408905982971
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "mesh":79,
+ "name":"\u5e03\u5c14.1 3 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.6548607349395752,
+ 0.7557495832443237
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":80,
+ "name":"\u5e03\u5c14.1 4 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.41541507840156555,
+ 0.9096320867538452
+ ],
+ "scale":[
+ -1.0000003576278687,
+ -1,
+ -1.0000004768371582
+ ],
+ "translation":[
+ 0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":81,
+ "name":"\u5e03\u5c14.1 5 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.1423148363828659,
+ 0.9898214340209961
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -1,
+ -0.9999999403953552
+ ],
+ "translation":[
+ 0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":82,
+ "name":"\u5e03\u5c14.1 6 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.1423148363828659,
+ 0.9898214340209961
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -1,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":83,
+ "name":"\u5e03\u5c14.1 7 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.41541507840156555,
+ 0.9096320867538452
+ ],
+ "scale":[
+ -1.0000003576278687,
+ -1,
+ -1.0000004768371582
+ ],
+ "translation":[
+ -0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":84,
+ "name":"\u5e03\u5c14.1 8 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.6548607349395752,
+ 0.7557495832443237
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":85,
+ "name":"\u5e03\u5c14.1 9 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.8412535190582275,
+ 0.5406408905982971
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 138,
+ 139,
+ 140,
+ 141,
+ 142,
+ 143,
+ 144,
+ 145,
+ 146,
+ 147,
+ 148
+ ],
+ "name":"\u514b\u9686 1.002",
+ "translation":[
+ -1.3952420949935913,
+ 0.09644530713558197,
+ 0.8250575065612793
+ ]
+ },
+ {
+ "mesh":86,
+ "name":"\u5e03\u5c14 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 1.3952419757843018,
+ -0.09644530713558197,
+ -0.8250575065612793
+ ]
+ },
+ {
+ "children":[
+ 149,
+ 150
+ ],
+ "name":"\u5236\u52a8\u76d8 1.003",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ 0.7140069007873535
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 0",
+ "translation":[
+ 0,
+ 0.6000000238418579,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 1",
+ "rotation":[
+ 0,
+ 0,
+ -0.28173255920410156,
+ 0.9594929814338684
+ ],
+ "translation":[
+ 0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 10",
+ "rotation":[
+ 0,
+ 0,
+ 0.28173255920410156,
+ 0.9594929814338684
+ ],
+ "translation":[
+ -0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 2",
+ "rotation":[
+ 0,
+ 0,
+ -0.5406408905982971,
+ 0.8412535190582275
+ ],
+ "translation":[
+ 0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 3",
+ "rotation":[
+ 0,
+ 0,
+ -0.7557495832443237,
+ 0.6548607349395752
+ ],
+ "translation":[
+ 0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 4",
+ "rotation":[
+ 0,
+ 0,
+ -0.9096320867538452,
+ 0.4154148995876312
+ ],
+ "translation":[
+ 0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 5",
+ "rotation":[
+ 0,
+ 0,
+ -0.9898214936256409,
+ 0.1423148512840271
+ ],
+ "translation":[
+ 0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 6",
+ "rotation":[
+ 0,
+ 0,
+ 0.9898214936256409,
+ 0.1423148512840271
+ ],
+ "translation":[
+ -0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 7",
+ "rotation":[
+ 0,
+ 0,
+ 0.9096320867538452,
+ 0.4154148995876312
+ ],
+ "translation":[
+ -0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 8",
+ "rotation":[
+ 0,
+ 0,
+ 0.7557495832443237,
+ 0.6548607349395752
+ ],
+ "translation":[
+ -0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 9",
+ "rotation":[
+ 0,
+ 0,
+ 0.5406408905982971,
+ 0.8412535190582275
+ ],
+ "translation":[
+ -0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 152,
+ 153,
+ 154,
+ 155,
+ 156,
+ 157,
+ 158,
+ 159,
+ 160,
+ 161,
+ 162
+ ],
+ "name":"\u514b\u9686",
+ "translation":[
+ -1.3952420949935913,
+ 0.09644530713558197,
+ 0.8250575661659241
+ ]
+ },
+ {
+ "mesh":88,
+ "name":"\u5e03\u5c14",
+ "translation":[
+ 1.3952419757843018,
+ -0.09644530713558197,
+ -0.8250575065612793
+ ]
+ },
+ {
+ "children":[
+ 163,
+ 164
+ ],
+ "name":"\u5236\u52a8\u76d8.001",
+ "translation":[
+ 0,
+ 0,
+ -0.7140069603919983
+ ]
+ },
+ {
+ "children":[
+ 151,
+ 165
+ ],
+ "name":"\u5bf9\u79f0.001",
+ "translation":[
+ 0,
+ 0,
+ 1.5610594749450684
+ ]
+ },
+ {
+ "children":[
+ 137,
+ 166
+ ],
+ "name":"\u5236\u52a8\u76d8",
+ "translation":[
+ 1.3952420949935913,
+ -0.09644530713558197,
+ 0.29231327772140503
+ ]
+ },
+ {
+ "mesh":89,
+ "name":"\u8f66\u8f74.001"
+ },
+ {
+ "children":[
+ 168
+ ],
+ "name":"\u8f66\u8f74",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0,
+ -1.2829042673110962
+ ]
+ },
+ {
+ "mesh":90,
+ "name":"\u8f6e\u997c.001"
+ },
+ {
+ "children":[
+ 170
+ ],
+ "name":"\u8f6e\u997c",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0,
+ -1.2829042673110962
+ ]
+ },
+ {
+ "mesh":91,
+ "name":"\u8f6e\u997c.002",
+ "translation":[
+ 0,
+ 0,
+ 1.8694179058074951
+ ]
+ },
+ {
+ "children":[
+ 169,
+ 171,
+ 172
+ ],
+ "name":"\u8f6e\u5bf9-\u524d"
+ },
+ {
+ "children":[
+ 108,
+ 167,
+ 173
+ ],
+ "name":"\u52a8\u8f66\u8f6c\u5411\u67b6",
+ "translation":[
+ -2.8161234855651855,
+ 0.19289061427116394,
+ -1.6938563585281372
+ ]
+ },
+ {
+ "mesh":92,
+ "name":"\u5bf9\u79f0 1 1.001",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123235586414819e-17
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.11645019054412842
+ ]
+ },
+ {
+ "children":[
+ 175
+ ],
+ "name":"\u5236\u52a8\u7f38 1 1.001",
+ "translation":[
+ -0.04092979431152344,
+ 0,
+ 0.2396221160888672
+ ]
+ },
+ {
+ "mesh":93,
+ "name":"\u5bf9\u79f0.2 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ -0.04092979431152344,
+ 0,
+ 0.12317204475402832
+ ]
+ },
+ {
+ "mesh":94,
+ "name":"\u5bf9\u79f0.3 1 1.001",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 1.6081226229577292e-16
+ ]
+ },
+ {
+ "children":[
+ 178
+ ],
+ "name":"\u5bf9\u79f0.3 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0.08185958862304688,
+ 0,
+ -0.3627941608428955
+ ]
+ },
+ {
+ "children":[
+ 176,
+ 177,
+ 179
+ ],
+ "name":"\u5236\u52a8\u7f38 1 1",
+ "translation":[
+ 0.5142321586608887,
+ 0.003871038556098938,
+ -0.0016804933547973633
+ ]
+ },
+ {
+ "mesh":95,
+ "name":"\u7acb\u65b9\u4f53 1 1.001",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ]
+ },
+ {
+ "children":[
+ 181
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1 1.001",
+ "translation":[
+ -0.2114095687866211,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":96,
+ "name":"\u7acb\u65b9\u4f53 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ]
+ },
+ {
+ "children":[
+ 183
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1 1",
+ "translation":[
+ -0.2648472785949707,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":97,
+ "name":"\u6324\u538b 1 1.003",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ],
+ "translation":[
+ 0,
+ 0.3476641774177551,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "mesh":98,
+ "name":"\u6324\u538b.2 1 1.002",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "children":[
+ 185,
+ 186
+ ],
+ "name":"\u87ba\u6813 1 1.002",
+ "translation":[
+ 0.5831317901611328,
+ -0.10556542128324509,
+ 0.06132638454437256
+ ]
+ },
+ {
+ "children":[
+ 182,
+ 184,
+ 187
+ ],
+ "name":"\u5939\u94b3 1 1",
+ "translation":[
+ 0.2648470401763916,
+ -0.05278271436691284,
+ 0.1315690279006958
+ ]
+ },
+ {
+ "mesh":99,
+ "name":"\u7acb\u65b9\u4f53 1 1 1.001",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 189
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1 1 1.001",
+ "translation":[
+ -0.2114095687866211,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":100,
+ "name":"\u7acb\u65b9\u4f53 1 1 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 191
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1 1 1",
+ "translation":[
+ -0.2648472785949707,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":101,
+ "name":"\u6324\u538b 1 1 1.003",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.3476641774177551,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "mesh":102,
+ "name":"\u6324\u538b.2 1 1 1.002",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "children":[
+ 193,
+ 194
+ ],
+ "name":"\u87ba\u6813 1 1 1.002",
+ "translation":[
+ 0.5831317901611328,
+ -0.10556542128324509,
+ 0.06132638454437256
+ ]
+ },
+ {
+ "children":[
+ 190,
+ 192,
+ 195
+ ],
+ "name":"\u5939\u94b3 1 1 1",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.2648470401763916,
+ -0.05278271436691284,
+ -0.1315690279006958
+ ]
+ },
+ {
+ "mesh":103,
+ "name":"\u7814\u78e8\u5b50 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123235586414819e-17
+ ],
+ "translation":[
+ 1.4911646842956543,
+ -0.10307592153549194,
+ 0.16640210151672363
+ ]
+ },
+ {
+ "mesh":104,
+ "name":"\u6324\u538b 1 1.002",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ]
+ },
+ {
+ "children":[
+ 198
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1 1",
+ "translation":[
+ -1.4911649227142334,
+ 0.10307591408491135,
+ -0.16640210151672363
+ ]
+ },
+ {
+ "children":[
+ 197,
+ 199
+ ],
+ "name":"\u95f8\u7247 1 1",
+ "translation":[
+ 0.8919546604156494,
+ -0.11596723645925522,
+ -0.1444075107574463
+ ]
+ },
+ {
+ "mesh":105,
+ "name":"\u7814\u78e8\u5b50 1 1 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 2.4492937051703357e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 1.4911646842956543,
+ -0.10307592153549194,
+ 0.16640210151672363
+ ]
+ },
+ {
+ "mesh":106,
+ "name":"\u6324\u538b 1 1 1.002",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 202
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1 1 1",
+ "translation":[
+ -1.4911649227142334,
+ 0.10307591408491135,
+ -0.16640210151672363
+ ]
+ },
+ {
+ "children":[
+ 201,
+ 203
+ ],
+ "name":"\u95f8\u7247 1 1 1",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.8919546604156494,
+ -0.11596723645925522,
+ 0.1444075107574463
+ ]
+ },
+ {
+ "mesh":107,
+ "name":"\u5706\u67f1\u4f53 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ],
+ "translation":[
+ 0,
+ 0.004650680348277092,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":108,
+ "name":"\u6324\u538b 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ],
+ "translation":[
+ 0,
+ 0.056601397693157196,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":109,
+ "name":"\u6324\u538b.2 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ],
+ "translation":[
+ 0,
+ -0.06125207990407944,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 205,
+ 206,
+ 207
+ ],
+ "name":"\u87ba\u6813 1 1",
+ "translation":[
+ -0.003914833068847656,
+ -0.20495830476284027,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":110,
+ "name":"\u5706\u67f1\u4f53 1 1.001",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ],
+ "translation":[
+ 0,
+ 0.06590613722801208,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":111,
+ "name":"\u6324\u538b 1 1.001",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ],
+ "translation":[
+ 0,
+ 0.11785683035850525,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":112,
+ "name":"\u6324\u538b.2 1 1.001",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ],
+ "translation":[
+ 0,
+ 3.3676624298095703e-06,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 209,
+ 210,
+ 211
+ ],
+ "name":"\u87ba\u6813 1 1.001",
+ "translation":[
+ -0.003914833068847656,
+ 0.1964138150215149,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":113,
+ "name":"\u7acb\u65b9\u4f53.2 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ]
+ },
+ {
+ "children":[
+ 213
+ ],
+ "name":"\u95f8\u7247\u6258 1 1.001",
+ "translation":[
+ 0.007829427719116211,
+ 0.008544504642486572,
+ -0.00697171688079834
+ ]
+ },
+ {
+ "children":[
+ 208,
+ 212,
+ 214
+ ],
+ "name":"\u95f8\u7247\u6258 1 1",
+ "translation":[
+ -0.11470437049865723,
+ -0.008544504642486572,
+ 0.10787761211395264
+ ]
+ },
+ {
+ "mesh":114,
+ "name":"\u5706\u67f1\u4f53 1 1 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.004650680348277092,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":115,
+ "name":"\u6324\u538b 1 1 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.056601397693157196,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":116,
+ "name":"\u6324\u538b.2 1 1 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.06125207990407944,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 216,
+ 217,
+ 218
+ ],
+ "name":"\u87ba\u6813 1 1 1",
+ "translation":[
+ -0.003914833068847656,
+ -0.20495830476284027,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":117,
+ "name":"\u5706\u67f1\u4f53 1 1 1.001",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.06590613722801208,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":118,
+ "name":"\u6324\u538b 1 1 1.001",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.11785683035850525,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":119,
+ "name":"\u6324\u538b.2 1 1 1.001",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 3.3676624298095703e-06,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 220,
+ 221,
+ 222
+ ],
+ "name":"\u87ba\u6813 1 1 1.001",
+ "translation":[
+ -0.003914833068847656,
+ 0.1964138150215149,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":120,
+ "name":"\u7acb\u65b9\u4f53.2 1 1 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 224
+ ],
+ "name":"\u95f8\u7247\u6258 1 1 1.001",
+ "translation":[
+ 0.007829427719116211,
+ 0.008544504642486572,
+ -0.00697171688079834
+ ]
+ },
+ {
+ "children":[
+ 219,
+ 223,
+ 225
+ ],
+ "name":"\u95f8\u7247\u6258 1 1 1",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.11470437049865723,
+ -0.008544504642486572,
+ -0.10787761211395264
+ ]
+ },
+ {
+ "children":[
+ 188,
+ 196,
+ 200,
+ 204,
+ 215,
+ 226
+ ],
+ "name":"\u5bf9\u79f0 1 1.002",
+ "translation":[
+ -0.03351235389709473,
+ -0.011613130569458008,
+ 0.005041360855102539
+ ]
+ },
+ {
+ "children":[
+ 180,
+ 227
+ ],
+ "name":"\u5236\u52a8\u5939\u94b3 1 1",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.019999980926513672,
+ 0.012699156999588013,
+ 1.5649957656860352
+ ]
+ },
+ {
+ "mesh":121,
+ "name":"\u5bf9\u79f0 1.001",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.11645019054412842
+ ]
+ },
+ {
+ "children":[
+ 229
+ ],
+ "name":"\u5236\u52a8\u7f38 1.001",
+ "translation":[
+ -0.04092979431152344,
+ 0,
+ 0.2396221160888672
+ ]
+ },
+ {
+ "mesh":122,
+ "name":"\u5bf9\u79f0.2 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.04092979431152344,
+ 0,
+ 0.12317204475402832
+ ]
+ },
+ {
+ "mesh":123,
+ "name":"\u5bf9\u79f0.3 1.001",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 232
+ ],
+ "name":"\u5bf9\u79f0.3 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0.08185958862304688,
+ 0,
+ -0.3627941608428955
+ ]
+ },
+ {
+ "children":[
+ 230,
+ 231,
+ 233
+ ],
+ "name":"\u5236\u52a8\u7f38 1",
+ "translation":[
+ 0.5142321586608887,
+ 0.003871038556098938,
+ -0.0016804933547973633
+ ]
+ },
+ {
+ "mesh":124,
+ "name":"\u7acb\u65b9\u4f53 1.001",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 235
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1.001",
+ "translation":[
+ -0.2114095687866211,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":125,
+ "name":"\u7acb\u65b9\u4f53 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 237
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1",
+ "translation":[
+ -0.2648472785949707,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":126,
+ "name":"\u6324\u538b 1.003",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.3476641774177551,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "mesh":127,
+ "name":"\u6324\u538b.2 1.002",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "children":[
+ 239,
+ 240
+ ],
+ "name":"\u87ba\u6813 1.002",
+ "translation":[
+ 0.5831317901611328,
+ -0.10556542128324509,
+ 0.06132638454437256
+ ]
+ },
+ {
+ "children":[
+ 236,
+ 238,
+ 241
+ ],
+ "name":"\u5939\u94b3 1",
+ "translation":[
+ 0.2648470401763916,
+ -0.05278271436691284,
+ 0.1315690279006958
+ ]
+ },
+ {
+ "mesh":128,
+ "name":"\u7acb\u65b9\u4f53 1 1.003",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ]
+ },
+ {
+ "children":[
+ 243
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1 1.003",
+ "translation":[
+ -0.2114095687866211,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":129,
+ "name":"\u7acb\u65b9\u4f53 1 1.002",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ]
+ },
+ {
+ "children":[
+ 245
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1 1.001",
+ "translation":[
+ -0.2648472785949707,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":130,
+ "name":"\u6324\u538b 1 1.007",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0.3476641774177551,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "mesh":131,
+ "name":"\u6324\u538b.2 1 1.005",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "children":[
+ 247,
+ 248
+ ],
+ "name":"\u87ba\u6813 1 1.005",
+ "translation":[
+ 0.5831317901611328,
+ -0.10556542128324509,
+ 0.06132638454437256
+ ]
+ },
+ {
+ "children":[
+ 244,
+ 246,
+ 249
+ ],
+ "name":"\u5939\u94b3 1 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.2648470401763916,
+ -0.05278271436691284,
+ -0.1315690279006958
+ ]
+ },
+ {
+ "mesh":132,
+ "name":"\u7814\u78e8\u5b50 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 1.4911646842956543,
+ -0.10307592153549194,
+ 0.16640210151672363
+ ]
+ },
+ {
+ "mesh":133,
+ "name":"\u6324\u538b 1.002",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 252
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1",
+ "translation":[
+ -1.4911649227142334,
+ 0.10307591408491135,
+ -0.16640210151672363
+ ]
+ },
+ {
+ "children":[
+ 251,
+ 253
+ ],
+ "name":"\u95f8\u7247 1",
+ "translation":[
+ 0.8919546604156494,
+ -0.11596723645925522,
+ -0.1444075107574463
+ ]
+ },
+ {
+ "mesh":134,
+ "name":"\u7814\u78e8\u5b50 1 1.001",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 1.4911646842956543,
+ -0.10307592153549194,
+ 0.16640210151672363
+ ]
+ },
+ {
+ "mesh":135,
+ "name":"\u6324\u538b 1 1.006",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ]
+ },
+ {
+ "children":[
+ 256
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1 1.002",
+ "translation":[
+ -1.4911649227142334,
+ 0.10307591408491135,
+ -0.16640210151672363
+ ]
+ },
+ {
+ "children":[
+ 255,
+ 257
+ ],
+ "name":"\u95f8\u7247 1 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.8919546604156494,
+ -0.11596723645925522,
+ 0.1444075107574463
+ ]
+ },
+ {
+ "mesh":136,
+ "name":"\u5706\u67f1\u4f53 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.004650680348277092,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":137,
+ "name":"\u6324\u538b 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.056601397693157196,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":138,
+ "name":"\u6324\u538b.2 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.06125207990407944,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 259,
+ 260,
+ 261
+ ],
+ "name":"\u87ba\u6813 1",
+ "translation":[
+ -0.003914833068847656,
+ -0.20495830476284027,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":139,
+ "name":"\u5706\u67f1\u4f53 1.001",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.06590613722801208,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":140,
+ "name":"\u6324\u538b 1.001",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.11785683035850525,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":141,
+ "name":"\u6324\u538b.2 1.001",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 3.3676624298095703e-06,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 263,
+ 264,
+ 265
+ ],
+ "name":"\u87ba\u6813 1.001",
+ "translation":[
+ -0.003914833068847656,
+ 0.1964138150215149,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":142,
+ "name":"\u7acb\u65b9\u4f53.2 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 267
+ ],
+ "name":"\u95f8\u7247\u6258 1.001",
+ "translation":[
+ 0.007829427719116211,
+ 0.008544504642486572,
+ -0.00697171688079834
+ ]
+ },
+ {
+ "children":[
+ 262,
+ 266,
+ 268
+ ],
+ "name":"\u95f8\u7247\u6258 1",
+ "translation":[
+ -0.11470437049865723,
+ -0.008544504642486572,
+ 0.10787761211395264
+ ]
+ },
+ {
+ "mesh":143,
+ "name":"\u5706\u67f1\u4f53 1 1.002",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0.004650680348277092,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":144,
+ "name":"\u6324\u538b 1 1.004",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0.056601397693157196,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":145,
+ "name":"\u6324\u538b.2 1 1.003",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ -0.06125207990407944,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 270,
+ 271,
+ 272
+ ],
+ "name":"\u87ba\u6813 1 1.003",
+ "translation":[
+ -0.003914833068847656,
+ -0.20495830476284027,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":146,
+ "name":"\u5706\u67f1\u4f53 1 1.003",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0.06590613722801208,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":147,
+ "name":"\u6324\u538b 1 1.005",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0.11785683035850525,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":148,
+ "name":"\u6324\u538b.2 1 1.004",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 3.3676624298095703e-06,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 274,
+ 275,
+ 276
+ ],
+ "name":"\u87ba\u6813 1 1.004",
+ "translation":[
+ -0.003914833068847656,
+ 0.1964138150215149,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":149,
+ "name":"\u7acb\u65b9\u4f53.2 1 1.001",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ]
+ },
+ {
+ "children":[
+ 278
+ ],
+ "name":"\u95f8\u7247\u6258 1 1.003",
+ "translation":[
+ 0.007829427719116211,
+ 0.008544504642486572,
+ -0.00697171688079834
+ ]
+ },
+ {
+ "children":[
+ 273,
+ 277,
+ 279
+ ],
+ "name":"\u95f8\u7247\u6258 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.11470437049865723,
+ -0.008544504642486572,
+ -0.10787761211395264
+ ]
+ },
+ {
+ "children":[
+ 242,
+ 250,
+ 254,
+ 258,
+ 269,
+ 280
+ ],
+ "name":"\u5bf9\u79f0 1.002",
+ "translation":[
+ -0.03351235389709473,
+ -0.011613130569458008,
+ 0.005041360855102539
+ ]
+ },
+ {
+ "children":[
+ 234,
+ 281
+ ],
+ "name":"\u5236\u52a8\u5939\u94b3 1.001",
+ "translation":[
+ 0.019999980926513672,
+ 0.012699156999588013,
+ -1.5649960041046143
+ ]
+ },
+ {
+ "children":[
+ 228,
+ 282
+ ],
+ "name":"\u5236\u52a8\u5939\u94b3 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ -0.6813235282897949,
+ 0.0229281485080719,
+ 0.29231327772140503
+ ]
+ },
+ {
+ "mesh":150,
+ "name":"\u5e03\u5c14.1 0 1 1.001",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0.6000000238418579,
+ 0
+ ]
+ },
+ {
+ "mesh":151,
+ "name":"\u5e03\u5c14.1 1 1 1.001",
+ "rotation":[
+ -0.28173255920410156,
+ 0.9594929814338684,
+ 0,
+ 1.3856033619448802e-16
+ ],
+ "translation":[
+ 0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":152,
+ "name":"\u5e03\u5c14.1 10 1 1.001",
+ "rotation":[
+ -0.28173255920410156,
+ -0.9594929814338684,
+ 0,
+ 2.1056340750596674e-17
+ ],
+ "translation":[
+ -0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":153,
+ "name":"\u5e03\u5c14.1 2 1 1.001",
+ "rotation":[
+ 0.5406408905982971,
+ -0.8412535190582275,
+ 0,
+ 1.3528388040561038e-16
+ ],
+ "translation":[
+ 0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "mesh":154,
+ "name":"\u5e03\u5c14.1 3 1 1.001",
+ "rotation":[
+ 0.7557495832443237,
+ -0.6548607349395752,
+ 0,
+ 1.0530964095099174e-16
+ ],
+ "translation":[
+ 0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":155,
+ "name":"\u5e03\u5c14.1 4 1 1.001",
+ "rotation":[
+ 0.9096320867538452,
+ -0.41541507840156555,
+ 0,
+ 6.680382757127666e-17
+ ],
+ "translation":[
+ 0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":156,
+ "name":"\u5e03\u5c14.1 5 1 1.001",
+ "rotation":[
+ -0.9898214340209961,
+ 0.1423148363828659,
+ 0,
+ 2.891078826585189e-16
+ ],
+ "translation":[
+ 0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":157,
+ "name":"\u5e03\u5c14.1 6 1 1.001",
+ "rotation":[
+ -0.9898214340209961,
+ -0.1423148363828659,
+ 0,
+ 2.71679359205594e-16
+ ],
+ "translation":[
+ -0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":158,
+ "name":"\u5e03\u5c14.1 7 1 1.001",
+ "rotation":[
+ -0.9096320867538452,
+ -0.41541507840156555,
+ 0,
+ 6.680382095383176e-17
+ ],
+ "translation":[
+ -0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":159,
+ "name":"\u5e03\u5c14.1 8 1 1.001",
+ "rotation":[
+ -0.7557495832443237,
+ -0.6548607349395752,
+ 0,
+ 1.0530964095099174e-16
+ ],
+ "translation":[
+ -0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":160,
+ "name":"\u5e03\u5c14.1 9 1 1.001",
+ "rotation":[
+ -0.5406408905982971,
+ -0.8412535190582275,
+ 0,
+ 1.3528388040561038e-16
+ ],
+ "translation":[
+ -0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 284,
+ 285,
+ 286,
+ 287,
+ 288,
+ 289,
+ 290,
+ 291,
+ 292,
+ 293,
+ 294
+ ],
+ "name":"\u514b\u9686 1 1.001",
+ "translation":[
+ -1.3952420949935913,
+ 0.09644530713558197,
+ 0.8250575065612793
+ ]
+ },
+ {
+ "mesh":161,
+ "name":"\u5e03\u5c14 1 1.001",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 1.3952419757843018,
+ -0.09644530713558197,
+ -0.8250575065612793
+ ]
+ },
+ {
+ "children":[
+ 295,
+ 296
+ ],
+ "name":"\u5236\u52a8\u76d8 1 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ 0.7140069007873535
+ ]
+ },
+ {
+ "mesh":162,
+ "name":"\u5e03\u5c14.1 0 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.6000000238418579,
+ 0
+ ]
+ },
+ {
+ "mesh":163,
+ "name":"\u5e03\u5c14.1 1 1",
+ "rotation":[
+ 0.9594929814338684,
+ 0.28173255920410156,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":164,
+ "name":"\u5e03\u5c14.1 10 1",
+ "rotation":[
+ 0.9594929814338684,
+ -0.28173255920410156,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":165,
+ "name":"\u5e03\u5c14.1 2 1",
+ "rotation":[
+ 0.8412535190582275,
+ 0.5406408905982971,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "mesh":166,
+ "name":"\u5e03\u5c14.1 3 1",
+ "rotation":[
+ 0.6548607349395752,
+ 0.7557495832443237,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":167,
+ "name":"\u5e03\u5c14.1 4 1",
+ "rotation":[
+ 0.4154152274131775,
+ 0.9096320271492004,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":168,
+ "name":"\u5e03\u5c14.1 5 1",
+ "rotation":[
+ 0.1423148363828659,
+ 0.9898214340209961,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":169,
+ "name":"\u5e03\u5c14.1 6 1",
+ "rotation":[
+ -0.1423148363828659,
+ 0.9898214340209961,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":170,
+ "name":"\u5e03\u5c14.1 7 1",
+ "rotation":[
+ -0.4154152274131775,
+ 0.9096320271492004,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":171,
+ "name":"\u5e03\u5c14.1 8 1",
+ "rotation":[
+ -0.6548607349395752,
+ 0.7557495832443237,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":172,
+ "name":"\u5e03\u5c14.1 9 1",
+ "rotation":[
+ 0.8412535190582275,
+ -0.5406408905982971,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 298,
+ 299,
+ 300,
+ 301,
+ 302,
+ 303,
+ 304,
+ 305,
+ 306,
+ 307,
+ 308
+ ],
+ "name":"\u514b\u9686 1",
+ "translation":[
+ -1.3952420949935913,
+ 0.09644530713558197,
+ 0.8250575661659241
+ ]
+ },
+ {
+ "mesh":173,
+ "name":"\u5e03\u5c14 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 1.3952419757843018,
+ -0.09644530713558197,
+ -0.8250575065612793
+ ]
+ },
+ {
+ "children":[
+ 309,
+ 310
+ ],
+ "name":"\u5236\u52a8\u76d8 1.001",
+ "translation":[
+ 0,
+ 0,
+ -0.7140069603919983
+ ]
+ },
+ {
+ "children":[
+ 297,
+ 311
+ ],
+ "name":"\u5bf9\u79f0 1",
+ "translation":[
+ 0,
+ 0,
+ 1.5610594749450684
+ ]
+ },
+ {
+ "mesh":174,
+ "name":"\u5e03\u5c14.1 0 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0.6000000238418579,
+ 0
+ ]
+ },
+ {
+ "mesh":175,
+ "name":"\u5e03\u5c14.1 1 1 1",
+ "rotation":[
+ -0.28173255920410156,
+ 0.9594929814338684,
+ 0,
+ 1.3856033619448802e-16
+ ],
+ "translation":[
+ 0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":176,
+ "name":"\u5e03\u5c14.1 10 1 1",
+ "rotation":[
+ -0.28173255920410156,
+ -0.9594929814338684,
+ 0,
+ 2.1056340750596674e-17
+ ],
+ "translation":[
+ -0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":177,
+ "name":"\u5e03\u5c14.1 2 1 1",
+ "rotation":[
+ 0.5406408905982971,
+ -0.8412535190582275,
+ 0,
+ 1.3528388040561038e-16
+ ],
+ "translation":[
+ 0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "mesh":178,
+ "name":"\u5e03\u5c14.1 3 1 1",
+ "rotation":[
+ 0.7557495832443237,
+ -0.6548607349395752,
+ 0,
+ 1.0530962771610193e-16
+ ],
+ "translation":[
+ 0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":179,
+ "name":"\u5e03\u5c14.1 4 1 1",
+ "rotation":[
+ 0.9096320867538452,
+ -0.41541507840156555,
+ 0,
+ 6.680382757127666e-17
+ ],
+ "translation":[
+ 0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":180,
+ "name":"\u5e03\u5c14.1 5 1 1",
+ "rotation":[
+ -0.9898214340209961,
+ 0.1423148363828659,
+ 0,
+ 2.891078561887393e-16
+ ],
+ "translation":[
+ 0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":181,
+ "name":"\u5e03\u5c14.1 6 1 1",
+ "rotation":[
+ -0.9898214340209961,
+ -0.1423148363828659,
+ 0,
+ 2.71679359205594e-16
+ ],
+ "translation":[
+ -0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":182,
+ "name":"\u5e03\u5c14.1 7 1 1",
+ "rotation":[
+ -0.9096320867538452,
+ -0.41541507840156555,
+ 0,
+ 6.680382757127666e-17
+ ],
+ "translation":[
+ -0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":183,
+ "name":"\u5e03\u5c14.1 8 1 1",
+ "rotation":[
+ -0.7557495832443237,
+ -0.6548607349395752,
+ 0,
+ 1.0530964095099174e-16
+ ],
+ "translation":[
+ -0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":184,
+ "name":"\u5e03\u5c14.1 9 1 1",
+ "rotation":[
+ -0.5406408905982971,
+ -0.8412535190582275,
+ 0,
+ 1.3528388040561038e-16
+ ],
+ "translation":[
+ -0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 313,
+ 314,
+ 315,
+ 316,
+ 317,
+ 318,
+ 319,
+ 320,
+ 321,
+ 322,
+ 323
+ ],
+ "name":"\u514b\u9686 1 1",
+ "translation":[
+ -1.3952420949935913,
+ 0.09644530713558197,
+ 0.8250575661659241
+ ]
+ },
+ {
+ "mesh":185,
+ "name":"\u5e03\u5c14 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 1.3952419757843018,
+ -0.09644530713558197,
+ -0.8250575065612793
+ ]
+ },
+ {
+ "children":[
+ 324,
+ 325
+ ],
+ "name":"\u5236\u52a8\u76d8 1 1",
+ "translation":[
+ 0,
+ 0,
+ -0.7140069603919983
+ ]
+ },
+ {
+ "mesh":186,
+ "name":"\u5e03\u5c14.1 0 1 1 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.6000000238418579,
+ 0
+ ]
+ },
+ {
+ "mesh":187,
+ "name":"\u5e03\u5c14.1 1 1 1 1",
+ "rotation":[
+ 0.9594929814338684,
+ 0.28173255920410156,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":188,
+ "name":"\u5e03\u5c14.1 10 1 1 1",
+ "rotation":[
+ 0.9594929814338684,
+ -0.28173255920410156,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":189,
+ "name":"\u5e03\u5c14.1 2 1 1 1",
+ "rotation":[
+ -0.8412535190582275,
+ -0.5406408905982971,
+ 0,
+ 1.324187914615227e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "mesh":190,
+ "name":"\u5e03\u5c14.1 3 1 1 1",
+ "rotation":[
+ -0.6548607349395752,
+ -0.7557495832443237,
+ 0,
+ 1.8510527310214466e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":191,
+ "name":"\u5e03\u5c14.1 4 1 1 1",
+ "rotation":[
+ -0.4154152274131775,
+ -0.9096320271492004,
+ 0,
+ 2.2279568492122946e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":192,
+ "name":"\u5e03\u5c14.1 5 1 1 1",
+ "rotation":[
+ -0.1423148363828659,
+ -0.9898214340209961,
+ 0,
+ 3.1131755652979e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":193,
+ "name":"\u5e03\u5c14.1 6 1 1 1",
+ "rotation":[
+ 0.1423148363828659,
+ -0.9898214340209961,
+ 0,
+ 3.1131755652979e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":194,
+ "name":"\u5e03\u5c14.1 7 1 1 1",
+ "rotation":[
+ 0.4154152274131775,
+ -0.9096320271492004,
+ 0,
+ 2.2279568492122946e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":195,
+ "name":"\u5e03\u5c14.1 8 1 1 1",
+ "rotation":[
+ 0.6548607349395752,
+ -0.7557495832443237,
+ 0,
+ 1.8510527310214466e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":196,
+ "name":"\u5e03\u5c14.1 9 1 1 1",
+ "rotation":[
+ 0.8412535190582275,
+ -0.5406408905982971,
+ 0,
+ 1.324187914615227e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 327,
+ 328,
+ 329,
+ 330,
+ 331,
+ 332,
+ 333,
+ 334,
+ 335,
+ 336,
+ 337
+ ],
+ "name":"\u514b\u9686 1 1 1",
+ "translation":[
+ -1.3952420949935913,
+ 0.09644530713558197,
+ 0.8250575065612793
+ ]
+ },
+ {
+ "mesh":197,
+ "name":"\u5e03\u5c14 1 1 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 2.4492937051703357e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 1.3952419757843018,
+ -0.09644530713558197,
+ -0.8250575065612793
+ ]
+ },
+ {
+ "children":[
+ 338,
+ 339
+ ],
+ "name":"\u5236\u52a8\u76d8 1 1 1",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ 0.7140069007873535
+ ]
+ },
+ {
+ "children":[
+ 326,
+ 340
+ ],
+ "name":"\u5bf9\u79f0 1 1",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -1.5610594749450684
+ ]
+ },
+ {
+ "children":[
+ 312,
+ 341
+ ],
+ "name":"\u5236\u52a8\u76d8 1",
+ "translation":[
+ 1.3952420949935913,
+ -0.09644530713558197,
+ 0.29231327772140503
+ ]
+ },
+ {
+ "mesh":198,
+ "name":"\u8f66\u8f74 1.001",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 1.499760051094782e-32
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 343
+ ],
+ "name":"\u8f66\u8f74 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0,
+ -1.2829042673110962
+ ]
+ },
+ {
+ "mesh":199,
+ "name":"\u8f6e\u997c 1.001",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 1.499760051094782e-32
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 345
+ ],
+ "name":"\u8f6e\u997c 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0,
+ -1.2829042673110962
+ ]
+ },
+ {
+ "mesh":200,
+ "name":"\u8f6e\u997c 1.002",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ 1.8694179058074951
+ ]
+ },
+ {
+ "children":[
+ 344,
+ 346,
+ 347
+ ],
+ "name":"\u8f6e\u5bf9-\u524d 1"
+ },
+ {
+ "children":[
+ 283,
+ 342,
+ 348
+ ],
+ "name":"\u52a8\u8f66\u8f6c\u5411\u67b6 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 2.8161234855651855,
+ 0.19289061427116394,
+ -1.6938563585281372
+ ]
+ },
+ {
+ "children":[
+ 174,
+ 349
+ ],
+ "name":"\u5bf9\u79f0",
+ "translation":[
+ 0.025639470666646957,
+ 0,
+ 1.3795480728149414
+ ]
+ },
+ {
+ "mesh":201,
+ "name":"\u7ec6\u5206\u66f2\u9762.003",
+ "translation":[
+ -0.824983537197113,
+ 0.03561202436685562,
+ -2.2033169269561768
+ ]
+ },
+ {
+ "mesh":202,
+ "name":"\u7acb\u65b9\u4f53.003",
+ "translation":[
+ -0.824983537197113,
+ 0.3285539448261261,
+ -2.44545316696167
+ ]
+ },
+ {
+ "children":[
+ 352
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.004",
+ "translation":[
+ 0,
+ -0.2929419279098511,
+ 0.24213624000549316
+ ]
+ },
+ {
+ "mesh":203,
+ "name":"\u5706\u67f1\u4f53 1.006",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.9111971855163574,
+ 0.005883246660232544,
+ -2.0959270000457764
+ ]
+ },
+ {
+ "mesh":204,
+ "name":"\u6324\u538b 1.012",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.9111971855163574,
+ 0.04574756324291229,
+ -2.0959270000457764
+ ]
+ },
+ {
+ "mesh":205,
+ "name":"\u6324\u538b.2 1.009",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.9111971855163574,
+ -0.06950019299983978,
+ -2.0959270000457764
+ ]
+ },
+ {
+ "children":[
+ 354,
+ 355,
+ 356
+ ],
+ "name":"\u87ba\u6813 1.009",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.08621364831924438,
+ 0,
+ -0.09039902687072754
+ ]
+ },
+ {
+ "mesh":206,
+ "name":"\u5706\u67f1\u4f53 2",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.7387698888778687,
+ 0.005883246660232544,
+ 2.2767248153686523
+ ]
+ },
+ {
+ "mesh":207,
+ "name":"\u6324\u538b 2",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.7387698888778687,
+ 0.04574756324291229,
+ 2.2767248153686523
+ ]
+ },
+ {
+ "mesh":208,
+ "name":"\u6324\u538b.2 2",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.7387698888778687,
+ -0.06950019299983978,
+ 2.2767248153686523
+ ]
+ },
+ {
+ "children":[
+ 358,
+ 359,
+ 360
+ ],
+ "name":"\u87ba\u6813 2",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.08621364831924438,
+ 0,
+ 0.09039902687072754
+ ]
+ },
+ {
+ "mesh":209,
+ "name":"\u5706\u67f1\u4f53 3",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0.9111971855163574,
+ 0.005883246660232544,
+ 2.2767248153686523
+ ]
+ },
+ {
+ "mesh":210,
+ "name":"\u6324\u538b 3",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0.9111971855163574,
+ 0.04574756324291229,
+ 2.2767248153686523
+ ]
+ },
+ {
+ "mesh":211,
+ "name":"\u6324\u538b.2 3",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0.9111971855163574,
+ -0.06950019299983978,
+ 2.2767248153686523
+ ]
+ },
+ {
+ "children":[
+ 362,
+ 363,
+ 364
+ ],
+ "name":"\u87ba\u6813 3",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0.08621364831924438,
+ 0,
+ 0.09039902687072754
+ ]
+ },
+ {
+ "mesh":212,
+ "name":"\u5706\u67f1\u4f53.002",
+ "translation":[
+ -0.7387698888778687,
+ 0.005883246660232544,
+ -2.0959270000457764
+ ]
+ },
+ {
+ "mesh":213,
+ "name":"\u6324\u538b.007",
+ "translation":[
+ -0.7387698888778687,
+ -0.06950019299983978,
+ -2.0959270000457764
+ ]
+ },
+ {
+ "mesh":214,
+ "name":"\u6324\u538b.008",
+ "translation":[
+ -0.7387698888778687,
+ 0.04574756324291229,
+ -2.0959270000457764
+ ]
+ },
+ {
+ "children":[
+ 366,
+ 367,
+ 368
+ ],
+ "name":"\u87ba\u6813.003",
+ "translation":[
+ -0.08621364831924438,
+ 0,
+ -0.09039902687072754
+ ]
+ },
+ {
+ "children":[
+ 357,
+ 361,
+ 365,
+ 369
+ ],
+ "name":"\u87ba\u6813\u7ec4",
+ "translation":[
+ 0,
+ -0.10576171427965164,
+ -0.016991138458251953
+ ]
+ },
+ {
+ "children":[
+ 351,
+ 353,
+ 370
+ ],
+ "name":"\u5730\u611f\u5668",
+ "translation":[
+ 0.824983537197113,
+ -0.09987504035234451,
+ 0.7769370079040527
+ ]
+ },
+ {
+ "children":[
+ 371
+ ],
+ "name":"\u5bf9\u79f0.007",
+ "translation":[
+ 1.0995874404907227,
+ 0,
+ 1.426379919052124
+ ]
+ },
+ {
+ "children":[
+ 372
+ ],
+ "name":"\u5bf9\u79f0.006",
+ "translation":[
+ -1.0739479064941406,
+ 0,
+ -0.04683184251189232
+ ]
+ },
+ {
+ "mesh":215,
+ "name":"\u5706\u67f1\u4f53.016",
+ "translation":[
+ -3.448025703430176,
+ -0.17909838259220123,
+ -2.2001402378082275
+ ]
+ },
+ {
+ "mesh":216,
+ "name":"\u5706\u67f1\u4f53.1",
+ "translation":[
+ -3.448025703430176,
+ -0.15550497174263,
+ -2.2001402378082275
+ ]
+ },
+ {
+ "mesh":217,
+ "name":"\u5706\u67f1\u4f53.2",
+ "translation":[
+ -3.448025703430176,
+ -0.13111980259418488,
+ -2.2001402378082275
+ ]
+ },
+ {
+ "mesh":218,
+ "name":"\u5706\u67f1\u4f53.3",
+ "translation":[
+ -3.448025703430176,
+ -0.05542397499084473,
+ -2.2001402378082275
+ ]
+ },
+ {
+ "mesh":219,
+ "name":"\u5706\u67f1\u4f53.4",
+ "translation":[
+ -3.448025703430176,
+ 0.15912163257598877,
+ -2.2001402378082275
+ ]
+ },
+ {
+ "mesh":220,
+ "name":"\u5706\u67f1\u4f53.5",
+ "translation":[
+ -3.448025703430176,
+ 0.4715369641780853,
+ -2.2001402378082275
+ ]
+ },
+ {
+ "mesh":221,
+ "name":"\u5706\u67f1\u4f53.6",
+ "translation":[
+ -3.448025703430176,
+ 0.6972235441207886,
+ -2.2001402378082275
+ ]
+ },
+ {
+ "mesh":222,
+ "name":"\u5706\u67f1\u4f53.7",
+ "translation":[
+ -3.448025703430176,
+ 0.7222635746002197,
+ -2.2001402378082275
+ ]
+ },
+ {
+ "mesh":223,
+ "name":"\u5706\u67f1\u4f53.8",
+ "translation":[
+ -3.448025703430176,
+ 0.7461385726928711,
+ -2.2001402378082275
+ ]
+ },
+ {
+ "children":[
+ 374,
+ 375,
+ 376,
+ 377,
+ 378,
+ 379,
+ 380,
+ 381,
+ 382
+ ],
+ "name":"\u5782\u5411\u51cf\u632f\u5668",
+ "translation":[
+ 3.448025703430176,
+ 0.3022898733615875,
+ 0.7737603187561035
+ ]
+ },
+ {
+ "mesh":224,
+ "name":"\u5782\u5411\u6b62\u6321",
+ "translation":[
+ 0,
+ 0.004999999888241291,
+ -1.426379919052124
+ ]
+ },
+ {
+ "mesh":225,
+ "name":"\u5927\u81c2",
+ "translation":[
+ -1.687167763710022,
+ -0.011072598397731781,
+ -1.7753400802612305
+ ]
+ },
+ {
+ "mesh":226,
+ "name":"\u6324\u538b.009",
+ "translation":[
+ 0.025639470666646957,
+ -1.3171414136886597,
+ -0.04683184251189232
+ ]
+ },
+ {
+ "children":[
+ 386
+ ],
+ "name":"\u6492\u7802\u5634.001",
+ "translation":[
+ -0.9581052660942078,
+ 0.38642507791519165,
+ -1.3517647981643677
+ ]
+ },
+ {
+ "mesh":227,
+ "name":"\u5bf9\u79f0.009",
+ "translation":[
+ -1.2518341541290283,
+ 0,
+ -1.8491848707199097
+ ]
+ },
+ {
+ "children":[
+ 388
+ ],
+ "name":"\u7a7a\u767d.1",
+ "translation":[
+ 0.3193683624267578,
+ -0.12880834937095642,
+ 0.4505882263183594
+ ]
+ },
+ {
+ "mesh":228,
+ "name":"\u7ec6\u5206\u66f2\u9762.2",
+ "translation":[
+ -0.9324657917022705,
+ -0.12880834937095642,
+ -1.3985966444015503
+ ]
+ },
+ {
+ "mesh":229,
+ "name":"\u7ec6\u5206\u66f2\u9762.3",
+ "translation":[
+ -0.9324657917022705,
+ -0.12880834937095642,
+ -1.3985966444015503
+ ]
+ },
+ {
+ "children":[
+ 387,
+ 389,
+ 390,
+ 391
+ ],
+ "name":"\u6492\u7802\u5634",
+ "translation":[
+ -0.7547019720077515,
+ 0.11773574352264404,
+ -0.3767435550689697
+ ]
+ },
+ {
+ "mesh":230,
+ "name":"\u652f\u67b6",
+ "translation":[
+ -1.687167763710022,
+ -0.011072598397731781,
+ -1.7753400802612305
+ ]
+ },
+ {
+ "mesh":231,
+ "name":"\u5bf9\u79f0.010",
+ "translation":[
+ -1.1018341779708862,
+ -0.5881156921386719,
+ -1.859184980392456
+ ]
+ },
+ {
+ "children":[
+ 394
+ ],
+ "name":"\u6a61\u80f6\u677f",
+ "translation":[
+ -0.5853334665298462,
+ -0.011072598397731781,
+ 0.08384490013122559
+ ]
+ },
+ {
+ "mesh":232,
+ "name":"\u5706\u67f1\u4f53.003",
+ "rotation":[
+ -0.5949992537498474,
+ -0.3820679485797882,
+ 0.3820679485797882,
+ 0.5949992537498474
+ ],
+ "translation":[
+ -0.3381105065345764,
+ -4.665183067321777,
+ -0.0005084276781417429
+ ]
+ },
+ {
+ "mesh":233,
+ "name":"\u6324\u538b.010",
+ "rotation":[
+ -0.5949992537498474,
+ -0.3820679485797882,
+ 0.3820679485797882,
+ 0.5949992537498474
+ ],
+ "translation":[
+ -0.3381105065345764,
+ -4.665183067321777,
+ -0.0009525418863631785
+ ]
+ },
+ {
+ "mesh":234,
+ "name":"\u6324\u538b.011",
+ "rotation":[
+ -0.5949992537498474,
+ -0.3820679485797882,
+ 0.3820679485797882,
+ 0.5949992537498474
+ ],
+ "translation":[
+ -0.3381105065345764,
+ -4.665183067321777,
+ 0.0009414851083420217
+ ]
+ },
+ {
+ "children":[
+ 396,
+ 397,
+ 398
+ ],
+ "name":"\u87ba\u6813.005",
+ "rotation":[
+ 0.5949992537498474,
+ 0.3820679485797882,
+ -0.3820679485797882,
+ 0.5949992537498474
+ ],
+ "translation":[
+ 0.3849630355834961,
+ -0.33945944905281067,
+ -0.27683377265930176
+ ]
+ },
+ {
+ "mesh":235,
+ "name":"\u5706\u67f1\u4f53.004",
+ "rotation":[
+ -0.5949992537498474,
+ -0.3820679485797882,
+ 0.3820679485797882,
+ 0.5949992537498474
+ ],
+ "translation":[
+ -0.4944857358932495,
+ -4.665183067321777,
+ -0.0005084276781417429
+ ]
+ },
+ {
+ "mesh":236,
+ "name":"\u6324\u538b.012",
+ "rotation":[
+ -0.5949992537498474,
+ -0.3820679485797882,
+ 0.3820679485797882,
+ 0.5949992537498474
+ ],
+ "translation":[
+ -0.4944857358932495,
+ -4.665183067321777,
+ -0.0009525418863631785
+ ]
+ },
+ {
+ "mesh":237,
+ "name":"\u6324\u538b.013",
+ "rotation":[
+ -0.5949992537498474,
+ -0.3820679485797882,
+ 0.3820679485797882,
+ 0.5949992537498474
+ ],
+ "translation":[
+ -0.4944857358932495,
+ -4.665183067321777,
+ 0.0009414851083420217
+ ]
+ },
+ {
+ "children":[
+ 400,
+ 401,
+ 402
+ ],
+ "name":"\u87ba\u6813.1",
+ "rotation":[
+ 0.5949992537498474,
+ 0.3820679485797882,
+ -0.3820679485797882,
+ 0.5949992537498474
+ ],
+ "translation":[
+ 0.4500298500061035,
+ -0.33945944905281067,
+ -0.41902899742126465
+ ]
+ },
+ {
+ "mesh":238,
+ "name":"\u5706\u67f1\u4f53.013",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.3532581329345703,
+ -1.756995677947998,
+ 3.7177724838256836
+ ]
+ },
+ {
+ "mesh":239,
+ "name":"\u6324\u538b.026",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.3533352613449097,
+ -1.756995677947998,
+ 3.7177443504333496
+ ]
+ },
+ {
+ "mesh":240,
+ "name":"\u6324\u538b.027",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.353007197380066,
+ -1.756995677947998,
+ 3.7178637981414795
+ ]
+ },
+ {
+ "children":[
+ 404,
+ 405,
+ 406
+ ],
+ "name":"\u87ba\u6813.10",
+ "rotation":[
+ 0.5792279839515686,
+ -0.4055797755718231,
+ -0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -0.04146575927734375,
+ -0.3702991008758545,
+ -0.15355348587036133
+ ]
+ },
+ {
+ "mesh":241,
+ "name":"\u5706\u67f1\u4f53.014",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.3322525024414062,
+ -1.756995677947998,
+ 3.660059928894043
+ ]
+ },
+ {
+ "mesh":242,
+ "name":"\u6324\u538b.028",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.332329273223877,
+ -1.756995677947998,
+ 3.66003155708313
+ ]
+ },
+ {
+ "mesh":243,
+ "name":"\u6324\u538b.029",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.3320013284683228,
+ -1.756995677947998,
+ 3.660151243209839
+ ]
+ },
+ {
+ "children":[
+ 408,
+ 409,
+ 410
+ ],
+ "name":"\u87ba\u6813.11",
+ "rotation":[
+ 0.5792279839515686,
+ -0.4055797755718231,
+ -0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -0.10288214683532715,
+ -0.5773195028305054,
+ -0.15355348587036133
+ ]
+ },
+ {
+ "mesh":244,
+ "name":"\u5706\u67f1\u4f53.015",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.373557448387146,
+ -1.756995677947998,
+ 3.7735440731048584
+ ]
+ },
+ {
+ "mesh":245,
+ "name":"\u6324\u538b.030",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.3736342191696167,
+ -1.756995677947998,
+ 3.7735159397125244
+ ]
+ },
+ {
+ "mesh":246,
+ "name":"\u6324\u538b.031",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.373306155204773,
+ -1.756995677947998,
+ 3.773634910583496
+ ]
+ },
+ {
+ "children":[
+ 412,
+ 413,
+ 414
+ ],
+ "name":"\u87ba\u6813.12",
+ "rotation":[
+ 0.5792279839515686,
+ -0.4055797755718231,
+ -0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ 0.017885208129882812,
+ -0.5333638787269592,
+ -0.15355348587036133
+ ]
+ },
+ {
+ "mesh":247,
+ "name":"\u5706\u67f1\u4f53.005",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ -4.223901748657227,
+ -1.7657605409622192,
+ -0.0005592938978224993
+ ]
+ },
+ {
+ "mesh":248,
+ "name":"\u6324\u538b.014",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ -4.223901748657227,
+ -1.7657605409622192,
+ -0.0010478135664016008
+ ]
+ },
+ {
+ "mesh":249,
+ "name":"\u6324\u538b.015",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ -4.223901748657227,
+ -1.7657604217529297,
+ 0.001035607187077403
+ ]
+ },
+ {
+ "children":[
+ 416,
+ 417,
+ 418
+ ],
+ "name":"\u87ba\u6813.2",
+ "rotation":[
+ 0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ 0.22603130340576172,
+ -0.4425583779811859,
+ -0.14478862285614014
+ ]
+ },
+ {
+ "mesh":250,
+ "name":"\u5706\u67f1\u4f53.006",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ -4.073901653289795,
+ -1.7657605409622192,
+ -0.0005592640955001116
+ ]
+ },
+ {
+ "mesh":251,
+ "name":"\u6324\u538b.016",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ -4.073901653289795,
+ -1.7657605409622192,
+ -0.001047798665240407
+ ]
+ },
+ {
+ "mesh":252,
+ "name":"\u6324\u538b.017",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ -4.073901653289795,
+ -1.7657605409622192,
+ 0.0010356369893997908
+ ]
+ },
+ {
+ "children":[
+ 420,
+ 421,
+ 422
+ ],
+ "name":"\u87ba\u6813.3",
+ "rotation":[
+ 0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ 0.07603168487548828,
+ -0.15441691875457764,
+ -0.14478862285614014
+ ]
+ },
+ {
+ "mesh":253,
+ "name":"\u5706\u67f1\u4f53.007",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -1.7657604217529297,
+ 4.071839809417725
+ ]
+ },
+ {
+ "mesh":254,
+ "name":"\u6324\u538b.018",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -1.7657604217529297,
+ 4.071839809417725
+ ]
+ },
+ {
+ "mesh":255,
+ "name":"\u6324\u538b.019",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -1.7657604217529297,
+ 4.071839809417725
+ ]
+ },
+ {
+ "children":[
+ 424,
+ 425,
+ 426
+ ],
+ "name":"\u87ba\u6813.4",
+ "rotation":[
+ 0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ 0.07396936416625977,
+ -0.2969496548175812,
+ -0.14478862285614014
+ ]
+ },
+ {
+ "mesh":256,
+ "name":"\u5706\u67f1\u4f53.008",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.08712387084960938,
+ -2.3915162086486816,
+ 3.810997724533081
+ ]
+ },
+ {
+ "mesh":257,
+ "name":"\u6324\u538b.020",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.002055555582046509,
+ -2.3915162086486816,
+ 3.810997724533081
+ ]
+ },
+ {
+ "children":[
+ 428,
+ 429
+ ],
+ "name":"\u87ba\u6813.5",
+ "rotation":[
+ 0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.1868727207183838,
+ 0.3932109475135803,
+ 0.48096704483032227
+ ]
+ },
+ {
+ "mesh":258,
+ "name":"\u5706\u67f1\u4f53.009",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.08712387084960938,
+ -2.3915162086486816,
+ 3.9703824520111084
+ ]
+ },
+ {
+ "mesh":259,
+ "name":"\u6324\u538b.021",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.002055555582046509,
+ -2.3915162086486816,
+ 3.9703824520111084
+ ]
+ },
+ {
+ "children":[
+ 431,
+ 432
+ ],
+ "name":"\u87ba\u6813.6",
+ "rotation":[
+ 0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.027487754821777344,
+ 0.3932109475135803,
+ 0.48096704483032227
+ ]
+ },
+ {
+ "mesh":260,
+ "name":"\u5706\u67f1\u4f53.010",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.08712387084960938,
+ -2.0031867027282715,
+ 3.810997724533081
+ ]
+ },
+ {
+ "mesh":261,
+ "name":"\u6324\u538b.022",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.002055555582046509,
+ -2.0031867027282715,
+ 3.810997724533081
+ ]
+ },
+ {
+ "children":[
+ 434,
+ 435
+ ],
+ "name":"\u87ba\u6813.7",
+ "rotation":[
+ 0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.1868727207183838,
+ 0.3932109475135803,
+ 0.09263753890991211
+ ]
+ },
+ {
+ "mesh":262,
+ "name":"\u5706\u67f1\u4f53.011",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.08712387084960938,
+ -2.0031867027282715,
+ 3.9703824520111084
+ ]
+ },
+ {
+ "mesh":263,
+ "name":"\u6324\u538b.023",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.002055555582046509,
+ -2.0031867027282715,
+ 3.9703824520111084
+ ]
+ },
+ {
+ "children":[
+ 437,
+ 438
+ ],
+ "name":"\u87ba\u6813.8",
+ "rotation":[
+ 0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.027487754821777344,
+ 0.3932109475135803,
+ 0.09263753890991211
+ ]
+ },
+ {
+ "mesh":264,
+ "name":"\u5706\u67f1\u4f53.012",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.3119533061981201,
+ -1.756995677947998,
+ 3.604288101196289
+ ]
+ },
+ {
+ "mesh":265,
+ "name":"\u6324\u538b.024",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.31203031539917,
+ -1.756995677947998,
+ 3.6042604446411133
+ ]
+ },
+ {
+ "mesh":266,
+ "name":"\u6324\u538b.025",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.3117021322250366,
+ -1.756995677947998,
+ 3.604379892349243
+ ]
+ },
+ {
+ "children":[
+ 440,
+ 441,
+ 442
+ ],
+ "name":"\u87ba\u6813.9",
+ "rotation":[
+ 0.5792279839515686,
+ -0.4055797755718231,
+ -0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -0.1622328758239746,
+ -0.414254754781723,
+ -0.15355348587036133
+ ]
+ },
+ {
+ "children":[
+ 399,
+ 403,
+ 407,
+ 411,
+ 415,
+ 419,
+ 423,
+ 427,
+ 430,
+ 433,
+ 436,
+ 439,
+ 443
+ ],
+ "name":"\u87ba\u6813.004",
+ "translation":[
+ 2.3107028007507324,
+ -0.0845179483294487,
+ 0.1352090835571289
+ ]
+ },
+ {
+ "children":[
+ 385,
+ 392,
+ 393,
+ 395,
+ 444
+ ],
+ "name":"\u6492\u7802\u88c5\u7f6e",
+ "translation":[
+ 1.687167763710022,
+ 0.1110725998878479,
+ 0.34896016120910645
+ ]
+ },
+ {
+ "mesh":267,
+ "name":"\u5bf9\u79f0.013",
+ "translation":[
+ 0.025639470666646957,
+ 0.10000000149011612,
+ -1.426379919052124
+ ]
+ },
+ {
+ "children":[
+ 446
+ ],
+ "name":"\u6784\u67b6(\u52a8\u8f66)",
+ "translation":[
+ -0.025639470666646957,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":268,
+ "name":"\u652f\u67b6.001",
+ "translation":[
+ -2.8160951137542725,
+ 0,
+ -2.454993486404419
+ ]
+ },
+ {
+ "mesh":269,
+ "name":"\u7ec6\u5206\u66f2\u9762.005",
+ "translation":[
+ -2.8160951137542725,
+ 0,
+ -2.454993486404419
+ ]
+ },
+ {
+ "mesh":270,
+ "name":"\u7ec6\u5206\u66f2\u9762.006",
+ "translation":[
+ -2.8160951137542725,
+ 0,
+ -2.454993486404419
+ ]
+ },
+ {
+ "mesh":271,
+ "name":"\u5706\u67f1\u4f53.018",
+ "translation":[
+ -2.8160951137542725,
+ 0.09181046485900879,
+ -2.385103225708008
+ ]
+ },
+ {
+ "children":[
+ 451
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.007",
+ "translation":[
+ 0,
+ 0,
+ -0.06989026069641113
+ ]
+ },
+ {
+ "mesh":272,
+ "name":"\u5bf9\u79f0.012",
+ "translation":[
+ -2.8160951137542725,
+ 0,
+ -2.4126267433166504
+ ]
+ },
+ {
+ "children":[
+ 453
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.008",
+ "translation":[
+ 0,
+ 0,
+ -0.042366743087768555
+ ]
+ },
+ {
+ "mesh":273,
+ "name":"\u5bf9\u79f0.011",
+ "translation":[
+ -2.8160951137542725,
+ 0,
+ -2.137108325958252
+ ]
+ },
+ {
+ "children":[
+ 455
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.4",
+ "translation":[
+ 0,
+ 0,
+ -0.3178853988647461
+ ]
+ },
+ {
+ "mesh":274,
+ "name":"\u5706\u67f1\u4f53 1.007",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ 0.7071068286895752,
+ 8.659561926915534e-17
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.000000238418579,
+ -1.0000001192092896
+ ],
+ "translation":[
+ -2.1058599948883057,
+ -0.0879279300570488,
+ -3.2375261783599854
+ ]
+ },
+ {
+ "mesh":275,
+ "name":"\u6324\u538b 1.013",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ 0.7071068286895752,
+ 8.659561926915534e-17
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.000000238418579,
+ -1.0000001192092896
+ ],
+ "translation":[
+ -2.1058599948883057,
+ 0.07746590673923492,
+ -3.2375261783599854
+ ]
+ },
+ {
+ "mesh":276,
+ "name":"\u6324\u538b.2 1.010",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ 0.7071068286895752,
+ 8.659561926915534e-17
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.000000238418579,
+ -1.0000001192092896
+ ],
+ "translation":[
+ -2.1058599948883057,
+ -0.014806702733039856,
+ -3.2375261783599854
+ ]
+ },
+ {
+ "children":[
+ 457,
+ 458,
+ 459
+ ],
+ "name":"\u87ba\u6813 1.010",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ 0.7071068286895752,
+ 6.494670783442161e-17
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.000000238418579,
+ -1.0000001192092896
+ ],
+ "translation":[
+ 0.421431303024292,
+ -0.01707632839679718,
+ -0.09427976608276367
+ ]
+ },
+ {
+ "mesh":277,
+ "name":"\u5706\u67f1\u4f53.017",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 2.294419527053833,
+ -0.0879279300570488,
+ -3.2375264167785645
+ ]
+ },
+ {
+ "mesh":278,
+ "name":"\u6324\u538b.032",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 2.294419527053833,
+ -0.014806687831878662,
+ -3.2375264167785645
+ ]
+ },
+ {
+ "mesh":279,
+ "name":"\u6324\u538b.033",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 2.294419527053833,
+ 0.07746589183807373,
+ -3.2375264167785645
+ ]
+ },
+ {
+ "children":[
+ 461,
+ 462,
+ 463
+ ],
+ "name":"\u87ba\u6813.013",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.421431303024292,
+ -0.01707632839679718,
+ 0.09427976608276367
+ ]
+ },
+ {
+ "children":[
+ 460,
+ 464
+ ],
+ "name":"\u87ba\u6813\u7ec4.001",
+ "translation":[
+ 0,
+ 0,
+ -0.2548539638519287
+ ]
+ },
+ {
+ "mesh":280,
+ "name":"\u8f74\u7bb1\u5f39\u7c27",
+ "translation":[
+ -2.8160951137542725,
+ 0.8381388187408447,
+ -2.454993486404419
+ ]
+ },
+ {
+ "mesh":281,
+ "name":"\u9635\u5217",
+ "translation":[
+ -2.8160951137542725,
+ -1.331018328666687,
+ -2.454993486404419
+ ]
+ },
+ {
+ "mesh":282,
+ "name":"\u5706\u67f1\u4f53.019",
+ "rotation":[
+ -0.5879377722740173,
+ -0.39284753799438477,
+ -0.39284753799438477,
+ 0.5879378318786621
+ ],
+ "translation":[
+ -0.9821014404296875,
+ -2.4973602294921875,
+ -2.371319055557251
+ ]
+ },
+ {
+ "mesh":283,
+ "name":"\u6324\u538b.034",
+ "rotation":[
+ -0.5879377722740173,
+ -0.39284753799438477,
+ -0.39284753799438477,
+ 0.5879378318786621
+ ],
+ "translation":[
+ -0.978825569152832,
+ -2.4973602294921875,
+ -2.372676134109497
+ ]
+ },
+ {
+ "children":[
+ 468,
+ 469
+ ],
+ "name":"\u87ba\u6813.014",
+ "translation":[
+ 0,
+ 0,
+ -0.27000007033348083
+ ]
+ },
+ {
+ "mesh":284,
+ "name":"\u5706\u67f1\u4f53.020",
+ "rotation":[
+ -0.6935199499130249,
+ -0.13794969022274017,
+ -0.13794969022274017,
+ 0.6935198903083801
+ ],
+ "translation":[
+ -2.5061609745025635,
+ -2.4973602294921875,
+ -1.0384024381637573
+ ]
+ },
+ {
+ "mesh":285,
+ "name":"\u6324\u538b.035",
+ "rotation":[
+ -0.6935199499130249,
+ -0.13794969022274017,
+ -0.13794969022274017,
+ 0.6935198903083801
+ ],
+ "translation":[
+ -2.502885103225708,
+ -2.4973602294921875,
+ -1.0463112592697144
+ ]
+ },
+ {
+ "children":[
+ 471,
+ 472
+ ],
+ "name":"\u87ba\u6813.015",
+ "rotation":[
+ 0,
+ -0.38268351554870605,
+ 0,
+ 0.9238795042037964
+ ],
+ "translation":[
+ 0.1909189671278,
+ 0,
+ -0.19091889262199402
+ ]
+ },
+ {
+ "mesh":286,
+ "name":"\u5706\u67f1\u4f53.021",
+ "rotation":[
+ -0.6935199499130249,
+ 0.13794969022274017,
+ 0.13794969022274017,
+ 0.6935198903083801
+ ],
+ "translation":[
+ -2.697303533554077,
+ -2.4973604679107666,
+ 1.116943120956421
+ ]
+ },
+ {
+ "mesh":287,
+ "name":"\u6324\u538b.036",
+ "rotation":[
+ -0.6935199499130249,
+ 0.13794969022274017,
+ 0.13794969022274017,
+ 0.6935198903083801
+ ],
+ "translation":[
+ -2.7005794048309326,
+ -2.4973604679107666,
+ 1.1090344190597534
+ ]
+ },
+ {
+ "children":[
+ 474,
+ 475
+ ],
+ "name":"\u87ba\u6813.016",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.27000004053115845,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":288,
+ "name":"\u5706\u67f1\u4f53.022",
+ "rotation":[
+ -0.5879378318786621,
+ 0.3928475081920624,
+ 0.3928475081920624,
+ 0.5879377722740173
+ ],
+ "translation":[
+ -1.1732442378997803,
+ -2.4973604679107666,
+ 2.8321454524993896
+ ]
+ },
+ {
+ "mesh":289,
+ "name":"\u6324\u538b.037",
+ "rotation":[
+ -0.5879378318786621,
+ 0.3928475081920624,
+ 0.3928475081920624,
+ 0.5879377722740173
+ ],
+ "translation":[
+ -1.1765201091766357,
+ -2.4973604679107666,
+ 2.8307883739471436
+ ]
+ },
+ {
+ "children":[
+ 477,
+ 478
+ ],
+ "name":"\u87ba\u6813.017",
+ "rotation":[
+ 0,
+ -0.9238795638084412,
+ 0,
+ 0.3826833963394165
+ ],
+ "translation":[
+ 0.1909189671278,
+ 0,
+ 0.19091904163360596
+ ]
+ },
+ {
+ "mesh":290,
+ "name":"\u5706\u67f1\u4f53.023",
+ "rotation":[
+ -0.3928474485874176,
+ 0.5879377722740173,
+ 0.5879378318786621,
+ 0.3928475081920624
+ ],
+ "translation":[
+ 1.1732443571090698,
+ -2.4973602294921875,
+ 2.8321456909179688
+ ]
+ },
+ {
+ "mesh":291,
+ "name":"\u6324\u538b.038",
+ "rotation":[
+ -0.3928474485874176,
+ 0.5879377722740173,
+ 0.5879378318786621,
+ 0.3928475081920624
+ ],
+ "translation":[
+ 1.1765199899673462,
+ -2.4973602294921875,
+ 2.8307883739471436
+ ]
+ },
+ {
+ "children":[
+ 480,
+ 481
+ ],
+ "name":"\u87ba\u6813.018",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.25888230132432e-15
+ ],
+ "translation":[
+ 0,
+ 0,
+ 0.270000159740448
+ ]
+ },
+ {
+ "mesh":292,
+ "name":"\u5706\u67f1\u4f53.024",
+ "rotation":[
+ -0.13794969022274017,
+ 0.6935199499130249,
+ 0.6935198903083801,
+ 0.13794969022274017
+ ],
+ "translation":[
+ 2.6973040103912354,
+ -2.4973604679107666,
+ 1.116943120956421
+ ]
+ },
+ {
+ "mesh":293,
+ "name":"\u6324\u538b.039",
+ "rotation":[
+ -0.13794969022274017,
+ 0.6935199499130249,
+ 0.6935198903083801,
+ 0.13794969022274017
+ ],
+ "translation":[
+ 2.700579881668091,
+ -2.4973604679107666,
+ 1.1090342998504639
+ ]
+ },
+ {
+ "children":[
+ 483,
+ 484
+ ],
+ "name":"\u87ba\u6813.019",
+ "rotation":[
+ 0,
+ 0.9238795638084412,
+ 0,
+ 0.3826833963394165
+ ],
+ "translation":[
+ -0.19091874361038208,
+ 0,
+ 0.19091898202896118
+ ]
+ },
+ {
+ "mesh":294,
+ "name":"\u5706\u67f1\u4f53.025",
+ "rotation":[
+ -0.13794969022274017,
+ -0.6935199499130249,
+ -0.6935198903083801,
+ 0.13794969022274017
+ ],
+ "translation":[
+ 2.5061609745025635,
+ -2.4973604679107666,
+ -1.0384025573730469
+ ]
+ },
+ {
+ "mesh":295,
+ "name":"\u6324\u538b.040",
+ "rotation":[
+ -0.13794969022274017,
+ -0.6935199499130249,
+ -0.6935198903083801,
+ 0.13794969022274017
+ ],
+ "translation":[
+ 2.502885103225708,
+ -2.4973604679107666,
+ -1.0463112592697144
+ ]
+ },
+ {
+ "children":[
+ 486,
+ 487
+ ],
+ "name":"\u87ba\u6813.020",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.2699999213218689,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":296,
+ "name":"\u5706\u67f1\u4f53.026",
+ "rotation":[
+ -0.3928474485874176,
+ -0.5879377722740173,
+ -0.5879378318786621,
+ 0.3928475081920624
+ ],
+ "translation":[
+ 0.982101559638977,
+ -2.4973602294921875,
+ -2.37131929397583
+ ]
+ },
+ {
+ "mesh":297,
+ "name":"\u6324\u538b.041",
+ "rotation":[
+ -0.3928474485874176,
+ -0.5879377722740173,
+ -0.5879378318786621,
+ 0.3928475081920624
+ ],
+ "translation":[
+ 0.9788256883621216,
+ -2.4973602294921875,
+ -2.372676134109497
+ ]
+ },
+ {
+ "children":[
+ 489,
+ 490
+ ],
+ "name":"\u87ba\u6813.021",
+ "rotation":[
+ 0,
+ 0.38268351554870605,
+ 0,
+ 0.9238795042037964
+ ],
+ "translation":[
+ -0.19091880321502686,
+ 0,
+ -0.1909189522266388
+ ]
+ },
+ {
+ "children":[
+ 470,
+ 473,
+ 476,
+ 479,
+ 482,
+ 485,
+ 488,
+ 491
+ ],
+ "name":"\u9635\u5217.001",
+ "rotation":[
+ 0.5879377722740173,
+ 0.39284753799438477,
+ 0.39284753799438477,
+ 0.5879378318786621
+ ],
+ "translation":[
+ 0,
+ 0,
+ 0.042366743087768555
+ ]
+ },
+ {
+ "mesh":298,
+ "name":"\u5706\u67f1\u4f53.027",
+ "rotation":[
+ -0.6123724579811096,
+ -0.3535533845424652,
+ -0.3535533845424652,
+ 0.6123723983764648
+ ],
+ "translation":[
+ -1.3469187021255493,
+ -2.6336374282836914,
+ -2.3331024646759033
+ ]
+ },
+ {
+ "mesh":299,
+ "name":"\u6324\u538b.042",
+ "rotation":[
+ -0.6123724579811096,
+ -0.3535533845424652,
+ -0.3535533845424652,
+ 0.6123723983764648
+ ],
+ "translation":[
+ -1.3447548151016235,
+ -2.6336374282836914,
+ -2.3343517780303955
+ ]
+ },
+ {
+ "children":[
+ 493,
+ 494
+ ],
+ "name":"\u87ba\u6813.022",
+ "translation":[
+ 0,
+ 0,
+ -0.14100012183189392
+ ]
+ },
+ {
+ "mesh":300,
+ "name":"\u5706\u67f1\u4f53.028",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ -2.8160951137542725,
+ -2.6336374282836914,
+ -0.00017073610797524452
+ ]
+ },
+ {
+ "mesh":301,
+ "name":"\u6324\u538b.043",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ -2.8160951137542725,
+ -2.6336374282836914,
+ -0.0051679001189768314
+ ]
+ },
+ {
+ "children":[
+ 496,
+ 497
+ ],
+ "name":"\u87ba\u6813.023",
+ "rotation":[
+ 0,
+ -0.5,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0.12210960686206818,
+ 0,
+ -0.07050003111362457
+ ]
+ },
+ {
+ "mesh":302,
+ "name":"\u5706\u67f1\u4f53.029",
+ "rotation":[
+ -0.6123724579811096,
+ 0.3535533845424652,
+ 0.3535533845424652,
+ 0.6123723983764648
+ ],
+ "translation":[
+ -1.4691762924194336,
+ -2.6336374282836914,
+ 2.5445168018341064
+ ]
+ },
+ {
+ "mesh":303,
+ "name":"\u6324\u538b.044",
+ "rotation":[
+ -0.6123724579811096,
+ 0.3535533845424652,
+ 0.3535533845424652,
+ 0.6123723983764648
+ ],
+ "translation":[
+ -1.4713400602340698,
+ -2.6336374282836914,
+ 2.5432677268981934
+ ]
+ },
+ {
+ "children":[
+ 499,
+ 500
+ ],
+ "name":"\u87ba\u6813.024",
+ "rotation":[
+ 0,
+ -0.8660253882408142,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0.12210965156555176,
+ 0,
+ 0.07049982249736786
+ ]
+ },
+ {
+ "mesh":304,
+ "name":"\u5706\u67f1\u4f53.030",
+ "rotation":[
+ -0.3535534143447876,
+ 0.6123724579811096,
+ 0.6123725175857544,
+ 0.3535534143447876
+ ],
+ "translation":[
+ 1.4691762924194336,
+ -2.6336374282836914,
+ 2.5445170402526855
+ ]
+ },
+ {
+ "mesh":305,
+ "name":"\u6324\u538b.045",
+ "rotation":[
+ -0.3535534143447876,
+ 0.6123724579811096,
+ 0.6123725175857544,
+ 0.3535534143447876
+ ],
+ "translation":[
+ 1.4713399410247803,
+ -2.6336374282836914,
+ 2.5432679653167725
+ ]
+ },
+ {
+ "children":[
+ 502,
+ 503
+ ],
+ "name":"\u87ba\u6813.025",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 4.579669976578771e-16
+ ],
+ "translation":[
+ 0,
+ 0,
+ 0.14099980890750885
+ ]
+ },
+ {
+ "mesh":306,
+ "name":"\u5706\u67f1\u4f53.031",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ -0.7071068286895752,
+ 5.285582470260176e-16
+ ],
+ "translation":[
+ 2.8160951137542725,
+ -2.6336374282836914,
+ -0.000170726198120974
+ ]
+ },
+ {
+ "mesh":307,
+ "name":"\u6324\u538b.046",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ -0.7071068286895752,
+ 5.285582470260176e-16
+ ],
+ "translation":[
+ 2.8160951137542725,
+ -2.6336374282836914,
+ -0.005167916417121887
+ ]
+ },
+ {
+ "children":[
+ 505,
+ 506
+ ],
+ "name":"\u87ba\u6813.026",
+ "rotation":[
+ 0,
+ 0.8660253882408142,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ -0.1221095398068428,
+ 0,
+ 0.0704999715089798
+ ]
+ },
+ {
+ "mesh":308,
+ "name":"\u5706\u67f1\u4f53.032",
+ "rotation":[
+ -0.3535534143447876,
+ -0.6123724579811096,
+ -0.6123725175857544,
+ 0.3535534143447876
+ ],
+ "translation":[
+ 1.3469188213348389,
+ -2.6336376667022705,
+ -2.3331024646759033
+ ]
+ },
+ {
+ "mesh":309,
+ "name":"\u6324\u538b.047",
+ "rotation":[
+ -0.3535534143447876,
+ -0.6123724579811096,
+ -0.6123725175857544,
+ 0.3535534143447876
+ ],
+ "translation":[
+ 1.3447550535202026,
+ -2.6336376667022705,
+ -2.3343517780303955
+ ]
+ },
+ {
+ "children":[
+ 508,
+ 509
+ ],
+ "name":"\u87ba\u6813.027",
+ "rotation":[
+ 0,
+ 0.5,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ -0.12210956960916519,
+ 0,
+ -0.07050012052059174
+ ]
+ },
+ {
+ "children":[
+ 495,
+ 498,
+ 501,
+ 504,
+ 507,
+ 510
+ ],
+ "name":"\u9635\u5217.002",
+ "rotation":[
+ 0.6123724579811096,
+ 0.3535533845424652,
+ 0.3535533845424652,
+ 0.6123723983764648
+ ],
+ "translation":[
+ 0,
+ 0,
+ 0.17864394187927246
+ ]
+ },
+ {
+ "children":[
+ 448,
+ 449,
+ 450,
+ 452,
+ 454,
+ 456,
+ 465,
+ 466,
+ 467,
+ 492,
+ 511
+ ],
+ "name":"\u8f74\u7aef\u76d6(\u5e26\u63a5\u5730)",
+ "translation":[
+ 2.8160951137542725,
+ 0.19289061427116394,
+ 1.028613567352295
+ ]
+ },
+ {
+ "children":[
+ 383,
+ 384,
+ 445,
+ 447,
+ 512
+ ],
+ "name":"\u5bf9\u79f0.008",
+ "translation":[
+ 1.0995874404907227,
+ 0,
+ 1.426379919052124
+ ]
+ },
+ {
+ "children":[
+ 513
+ ],
+ "name":"\u6784\u67b6",
+ "translation":[
+ -1.0739479064941406,
+ 0,
+ -0.04683184251189232
+ ]
+ },
+ {
+ "mesh":310,
+ "name":"\u5706\u67f1\u4f53.038",
+ "translation":[
+ 0.03322279453277588,
+ 0.014728128910064697,
+ -1.19048011302948
+ ]
+ },
+ {
+ "children":[
+ 515
+ ],
+ "name":"\u540a\u6746",
+ "translation":[
+ 0.48419010639190674,
+ 0.0034140050411224365,
+ 1.1862915754318237
+ ]
+ },
+ {
+ "mesh":311,
+ "name":"\u5706\u67f1\u4f53.1 0",
+ "rotation":[
+ 0,
+ 0,
+ 0.2588191032409668,
+ 0.9659258127212524
+ ],
+ "translation":[
+ -0.003500044345855713,
+ 0,
+ -0.9673904776573181
+ ]
+ },
+ {
+ "mesh":312,
+ "name":"\u5706\u67f1\u4f53.1 1",
+ "rotation":[
+ 0,
+ 0,
+ 0.2588191032409668,
+ 0.9659258127212524
+ ],
+ "translation":[
+ 0.003499925136566162,
+ 0,
+ -0.9673904776573181
+ ]
+ },
+ {
+ "mesh":313,
+ "name":"\u5706\u67f1\u4f53.1 2",
+ "rotation":[
+ 0,
+ 0,
+ 0.2588191032409668,
+ 0.9659258127212524
+ ],
+ "translation":[
+ -0.003500044345855713,
+ 0,
+ -0.9673904776573181
+ ]
+ },
+ {
+ "mesh":314,
+ "name":"\u5706\u67f1\u4f53.1 3",
+ "rotation":[
+ 0,
+ 0,
+ 0.2588191032409668,
+ 0.9659258127212524
+ ],
+ "translation":[
+ 0.003499925136566162,
+ 0,
+ -0.9673904776573181
+ ]
+ },
+ {
+ "children":[
+ 517,
+ 518,
+ 519,
+ 520
+ ],
+ "name":"\u514b\u9686.001",
+ "translation":[
+ 0,
+ 0.12991642951965332,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 521
+ ],
+ "name":"\u540a\u7ef3.001",
+ "translation":[
+ 0,
+ 0.27012771368026733,
+ 0
+ ]
+ },
+ {
+ "mesh":315,
+ "name":"\u5706\u67f1\u4f53.039",
+ "rotation":[
+ 0,
+ 0,
+ 0.2588191032409668,
+ 0.9659258127212524
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.9673904776573181
+ ]
+ },
+ {
+ "mesh":316,
+ "name":"\u7ec6\u5206\u66f2\u9762.013",
+ "rotation":[
+ 0,
+ 0,
+ 0.2588191032409668,
+ 0.9659258127212524
+ ],
+ "translation":[
+ -0.21847909688949585,
+ 0.7888566255569458,
+ -0.9673904776573181
+ ]
+ },
+ {
+ "mesh":317,
+ "name":"\u7ec6\u5206\u66f2\u9762.014",
+ "rotation":[
+ 0,
+ 0,
+ 0.2588191032409668,
+ 0.9659258127212524
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.9673904776573181
+ ]
+ },
+ {
+ "children":[
+ 522,
+ 523,
+ 524,
+ 525
+ ],
+ "name":"\u540a\u7ef3",
+ "rotation":[
+ 0,
+ 0,
+ -0.2588191032409668,
+ 0.9659258127212524
+ ],
+ "translation":[
+ 0.29925358295440674,
+ -0.016713738441467285,
+ 0.9632019996643066
+ ]
+ },
+ {
+ "mesh":318,
+ "name":"\u5706\u67f1\u4f53.036",
+ "translation":[
+ 0,
+ -0.009502589702606201,
+ -1.0320466756820679
+ ]
+ },
+ {
+ "mesh":319,
+ "name":"\u5706\u67f1\u4f53.037",
+ "translation":[
+ 0,
+ 0.005530834197998047,
+ -1.0320466756820679
+ ]
+ },
+ {
+ "mesh":320,
+ "name":"\u6324\u538b.1",
+ "translation":[
+ 0.012691497802734375,
+ 0.005530834197998047,
+ -1.0320466756820679
+ ]
+ },
+ {
+ "mesh":321,
+ "name":"\u7ec6\u5206\u66f2\u9762.012",
+ "translation":[
+ 0.31236207485198975,
+ -0.1602421998977661,
+ -1.0320466756820679
+ ]
+ },
+ {
+ "children":[
+ 527,
+ 528,
+ 529,
+ 530
+ ],
+ "name":"\u652f\u67b6.004",
+ "translation":[
+ 0.5044734477996826,
+ 0.7838490605354309,
+ 1.0278581380844116
+ ]
+ },
+ {
+ "mesh":322,
+ "name":"\u7ec6\u5206\u66f2\u9762.010",
+ "translation":[
+ 0,
+ -0.06000003218650818,
+ -0.0041885338723659515
+ ]
+ },
+ {
+ "mesh":323,
+ "name":"\u7ec6\u5206\u66f2\u9762.011",
+ "translation":[
+ 0,
+ -0.0607447624206543,
+ -0.0041885338723659515
+ ]
+ },
+ {
+ "mesh":324,
+ "name":"\u5706\u67f1\u4f53.040",
+ "rotation":[
+ 0,
+ 0,
+ 0.02181488648056984,
+ 0.9997620582580566
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.15418854355812073
+ ]
+ },
+ {
+ "children":[
+ 534
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.015",
+ "rotation":[
+ 0,
+ 0,
+ -0.02181488648056984,
+ 0.9997620582580566
+ ],
+ "translation":[
+ 0,
+ -0.06000003218650818,
+ 0.15000000596046448
+ ]
+ },
+ {
+ "mesh":325,
+ "name":"\u6324\u538b.051",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -1.0877695083618164,
+ 0.02340167760848999,
+ -0.012090855278074741
+ ]
+ },
+ {
+ "mesh":326,
+ "name":"\u6324\u538b.052",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -1.0877695083618164,
+ 0.02340167760848999,
+ -0.012090855278074741
+ ]
+ },
+ {
+ "children":[
+ 536,
+ 537
+ ],
+ "name":"\u87ba\u6813.031",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.5050740242004395,
+ 0.6868416666984558,
+ 1.0835809707641602
+ ]
+ },
+ {
+ "mesh":327,
+ "name":"\u6324\u538b.053",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -1.0877695083618164,
+ 0.023401692509651184,
+ -0.012090855278074741
+ ]
+ },
+ {
+ "mesh":328,
+ "name":"\u6324\u538b.054",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -1.0877695083618164,
+ 0.023401692509651184,
+ -0.012090855278074741
+ ]
+ },
+ {
+ "children":[
+ 539,
+ 540
+ ],
+ "name":"\u87ba\u6813.032",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.5050740242004395,
+ 0.0051841139793396,
+ 1.0835809707641602
+ ]
+ },
+ {
+ "children":[
+ 516,
+ 526,
+ 531,
+ 532,
+ 533,
+ 535,
+ 538,
+ 541
+ ],
+ "name":"\u6297\u4fa7\u6eda\u626d\u6746",
+ "translation":[
+ -0.10410094261169434,
+ 0.20287513732910156,
+ 0.0041885338723659515
+ ]
+ },
+ {
+ "mesh":329,
+ "name":"\u7acb\u65b9\u4f53.005",
+ "translation":[
+ 2.5284576416015625,
+ 0,
+ -0.0745972990989685
+ ]
+ },
+ {
+ "children":[
+ 543
+ ],
+ "name":"\u6a61\u80f6\u8282\u70b9",
+ "translation":[
+ -1.0712907314300537,
+ -0.01318502426147461,
+ -1.7941802740097046
+ ]
+ },
+ {
+ "mesh":330,
+ "name":"\u5927\u7b52.001",
+ "rotation":[
+ 0,
+ 0,
+ 0.043619390577077866,
+ 0.9990482330322266
+ ],
+ "translation":[
+ -1.726420521736145,
+ -0.006447985768318176,
+ -2.7658679485321045
+ ]
+ },
+ {
+ "mesh":331,
+ "name":"\u5706\u67f1\u4f53.046",
+ "rotation":[
+ 0,
+ 0,
+ 0.043619390577077866,
+ 0.9990482330322266
+ ],
+ "translation":[
+ -0.005664970725774765,
+ 0,
+ -2.7585933208465576
+ ]
+ },
+ {
+ "children":[
+ 546
+ ],
+ "name":"\u5c0f\u7b52.001",
+ "translation":[
+ 0.005663365125656128,
+ -0.006448008120059967,
+ -0.007274627685546875
+ ]
+ },
+ {
+ "children":[
+ 545,
+ 547
+ ],
+ "name":"\u7a7a\u767d",
+ "rotation":[
+ 0,
+ 0,
+ -0.043619390577077866,
+ 0.9990482330322266
+ ],
+ "translation":[
+ 1.3934447765350342,
+ 0.013266175985336304,
+ 0.8970901966094971
+ ]
+ },
+ {
+ "mesh":332,
+ "name":"\u5706\u67f1\u4f53.041",
+ "rotation":[
+ -0.043619390577077866,
+ -0.9990482330322266,
+ 0,
+ 1.6042643878829858e-16
+ ],
+ "translation":[
+ 0,
+ 0,
+ 2.773142099380493
+ ]
+ },
+ {
+ "children":[
+ 549
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.018",
+ "rotation":[
+ 0.043619390577077866,
+ 0.9990482330322266,
+ 0,
+ 6.117406279202036e-17
+ ],
+ "translation":[
+ -0.32696807384490967,
+ 0.15731015801429749,
+ 0.9043645858764648
+ ]
+ },
+ {
+ "mesh":333,
+ "name":"\u5706\u67f1\u4f53.042",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.12773224711418152,
+ -0.0004510619619395584
+ ]
+ },
+ {
+ "mesh":334,
+ "name":"\u6324\u538b.055",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ -0.03606019914150238,
+ -0.21916429698467255
+ ]
+ },
+ {
+ "mesh":335,
+ "name":"\u6324\u538b.056",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.15942822396755219,
+ 0.0008352360455319285
+ ]
+ },
+ {
+ "children":[
+ 551,
+ 552,
+ 553
+ ],
+ "name":"\u87ba\u6813.033",
+ "rotation":[
+ 0.5213338136672974,
+ 0.4777144193649292,
+ -0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ -0.4491352438926697,
+ 0.2669592797756195,
+ 0.9043641090393066
+ ]
+ },
+ {
+ "mesh":336,
+ "name":"\u5706\u67f1\u4f53.043",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.12837503850460052,
+ -0.0004510619619395584
+ ]
+ },
+ {
+ "mesh":337,
+ "name":"\u6324\u538b.057",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.10135094821453094,
+ 0.20693819224834442
+ ]
+ },
+ {
+ "mesh":338,
+ "name":"\u6324\u538b.058",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.16365547478199005,
+ -0.0010175445349887013
+ ]
+ },
+ {
+ "children":[
+ 555,
+ 556,
+ 557
+ ],
+ "name":"\u87ba\u6813.034",
+ "rotation":[
+ 0.5213338136672974,
+ 0.4777144193649292,
+ -0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ -0.4655541777610779,
+ 0.0803784430027008,
+ 0.9043641090393066
+ ]
+ },
+ {
+ "mesh":339,
+ "name":"\u5706\u67f1\u4f53.044",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.04204436391592026,
+ -0.0004510582366492599
+ ]
+ },
+ {
+ "mesh":340,
+ "name":"\u6324\u538b.059",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.013879829086363316,
+ -0.4256678521633148
+ ]
+ },
+ {
+ "mesh":341,
+ "name":"\u6324\u538b.060",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.1594284027814865,
+ 0.000835239770822227
+ ]
+ },
+ {
+ "children":[
+ 559,
+ 560,
+ 561
+ ],
+ "name":"\u87ba\u6813.035",
+ "rotation":[
+ 0.5213338136672974,
+ 0.4777144193649292,
+ -0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 1.379227876663208,
+ 0.11210474371910095,
+ 0.9043641090393066
+ ]
+ },
+ {
+ "mesh":342,
+ "name":"\u5706\u67f1\u4f53.045",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.042687151581048965,
+ -0.00045100608258508146
+ ]
+ },
+ {
+ "mesh":343,
+ "name":"\u6324\u538b.061",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.1512909233570099,
+ 0.0004346816858742386
+ ]
+ },
+ {
+ "mesh":344,
+ "name":"\u6324\u538b.062",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.16365544497966766,
+ -0.001017533359117806
+ ]
+ },
+ {
+ "children":[
+ 563,
+ 564,
+ 565
+ ],
+ "name":"\u87ba\u6813.036",
+ "rotation":[
+ 0.5213338136672974,
+ 0.4777144193649292,
+ -0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 1.3628089427947998,
+ -0.07447606325149536,
+ 0.9043641090393066
+ ]
+ },
+ {
+ "children":[
+ 544,
+ 548,
+ 550,
+ 554,
+ 558,
+ 562,
+ 566
+ ],
+ "name":"\u6297\u86c7\u884c\u51cf\u632f\u5668",
+ "translation":[
+ 0.8803523182868958,
+ 0.35132530331611633,
+ 1.8687775135040283
+ ]
+ },
+ {
+ "mesh":345,
+ "name":"\u5706\u67f1\u4f53.034",
+ "rotation":[
+ -0.6644629836082458,
+ -0.6644631028175354,
+ 0.2418447583913803,
+ 0.2418447583913803
+ ],
+ "translation":[
+ 0.6556537747383118,
+ 0,
+ 0.7813776135444641
+ ]
+ },
+ {
+ "children":[
+ 568
+ ],
+ "name":"\u5927\u7b52",
+ "rotation":[
+ -0.29883623123168945,
+ -0.6408563852310181,
+ 0.6408564448356628,
+ 0.29883623123168945
+ ],
+ "translation":[
+ -0.5075632333755493,
+ 0.6048902273178101,
+ 0.003989682998508215
+ ]
+ },
+ {
+ "mesh":346,
+ "name":"\u7acb\u65b9\u4f53.004",
+ "translation":[
+ -0.07915117591619492,
+ 0,
+ -1.5512758493423462
+ ]
+ },
+ {
+ "children":[
+ 570
+ ],
+ "name":"\u5012\u89d2",
+ "translation":[
+ 0.07915118336677551,
+ 0.047210387885570526,
+ 0.12489593029022217
+ ]
+ },
+ {
+ "mesh":347,
+ "name":"\u6324\u538b.050",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -1.5332258939743042,
+ 0.0641511082649231
+ ]
+ },
+ {
+ "children":[
+ 572
+ ],
+ "name":"\u87ba\u6813.030",
+ "rotation":[
+ 0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ 0.0641511082649231,
+ 0.042627621442079544,
+ 0.10684597492218018
+ ]
+ },
+ {
+ "children":[
+ 571,
+ 573
+ ],
+ "name":"\u5bf9\u79f0.015",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.10119926929473877,
+ -0.042627960443496704,
+ -0.0003246804990340024
+ ]
+ },
+ {
+ "mesh":348,
+ "name":"\u5706\u67f1\u4f53.033",
+ "translation":[
+ 0,
+ 0.042627692222595215,
+ -1.0333830118179321
+ ]
+ },
+ {
+ "mesh":349,
+ "name":"\u6324\u538b.048",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -1.053205132484436,
+ 0.0786682739853859
+ ]
+ },
+ {
+ "children":[
+ 576
+ ],
+ "name":"\u87ba\u6813.028",
+ "rotation":[
+ 0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ 0.07866828143596649,
+ 0.042627692222595215,
+ 0.01982218027114868
+ ]
+ },
+ {
+ "mesh":350,
+ "name":"\u6324\u538b.049",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.9746699333190918,
+ 0.0786682739853859
+ ]
+ },
+ {
+ "children":[
+ 578
+ ],
+ "name":"\u87ba\u6813.029",
+ "rotation":[
+ 0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ 0.07866828143596649,
+ 0.042627692222595215,
+ -0.05871313810348511
+ ]
+ },
+ {
+ "children":[
+ 575,
+ 577,
+ 579
+ ],
+ "name":"\u5bf9\u79f0.1",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.49419623613357544,
+ 0.5628401041030884,
+ -0.00032468169229105115
+ ]
+ },
+ {
+ "mesh":351,
+ "name":"\u5706\u67f1\u4f53.035",
+ "rotation":[
+ 0.24184481799602509,
+ 0.24184481799602509,
+ 0.6644630432128906,
+ 0.6644631028175354
+ ],
+ "translation":[
+ -1.2167136669158936,
+ 0,
+ -0.9666486382484436
+ ]
+ },
+ {
+ "children":[
+ 581
+ ],
+ "name":"\u5c0f\u7b52",
+ "rotation":[
+ -0.6408564448356628,
+ 0.29883623123168945,
+ -0.29883620142936707,
+ 0.6408563256263733
+ ],
+ "translation":[
+ -0.004994872026145458,
+ -0.008052155375480652,
+ 0.003989682532846928
+ ]
+ },
+ {
+ "mesh":352,
+ "name":"\u652f\u67b6.003",
+ "translation":[
+ -0.0222783200442791,
+ 0,
+ -0.9889546036720276
+ ]
+ },
+ {
+ "mesh":353,
+ "name":"\u7ec6\u5206\u66f2\u9762.009",
+ "translation":[
+ -0.0445566400885582,
+ 0,
+ -0.9889546036720276
+ ]
+ },
+ {
+ "mesh":354,
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1.003",
+ "translation":[
+ 0.0445566363632679,
+ 0,
+ -0.9889546036720276
+ ]
+ },
+ {
+ "children":[
+ 584,
+ 585
+ ],
+ "name":"\u6a2a\u5411\u6b62\u6321",
+ "translation":[
+ 0.02227831818163395,
+ 0,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 583,
+ 586
+ ],
+ "name":"\u652f\u67b6.002",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.5386247038841248,
+ 0.6463006734848022,
+ 0.02227831818163395
+ ]
+ },
+ {
+ "children":[
+ 569,
+ 574,
+ 580,
+ 582,
+ 587
+ ],
+ "name":"\u6a2a\u5411\u51cf\u632f\u5668",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 1.0992627143859863,
+ 0.042627964168787,
+ 1.5275793075561523
+ ]
+ },
+ {
+ "mesh":355,
+ "name":"\u7ec6\u5206\u66f2\u9762.019",
+ "translation":[
+ 0,
+ 0,
+ -1.0534212589263916
+ ]
+ },
+ {
+ "mesh":356,
+ "name":"\u7ec6\u5206\u66f2\u9762.020",
+ "translation":[
+ 0,
+ 0,
+ -1.0534212589263916
+ ]
+ },
+ {
+ "children":[
+ 589,
+ 590
+ ],
+ "name":"\u7a7a\u6c14\u5f39\u7c27",
+ "translation":[
+ 1.100292444229126,
+ 1.1482473611831665,
+ 1.0534212589263916
+ ]
+ },
+ {
+ "mesh":357,
+ "name":"\u7ec6\u5206\u66f2\u9762.016",
+ "translation":[
+ -0.0015361905097961426,
+ 0.00344240665435791,
+ -2.426366090774536
+ ]
+ },
+ {
+ "mesh":358,
+ "name":"\u7403\u4f53",
+ "translation":[
+ 0,
+ 0.4138794541358948,
+ -2.591296434402466
+ ]
+ },
+ {
+ "children":[
+ 593
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.017",
+ "translation":[
+ 0.0015361905097961426,
+ -0.00344240665435791,
+ 0.1649303436279297
+ ]
+ },
+ {
+ "children":[
+ 592,
+ 594
+ ],
+ "name":"\u9ad8\u5ea6\u8c03\u6574\u6746",
+ "translation":[
+ 0.07932412624359131,
+ 0.2096959352493286,
+ 2.426366090774536
+ ]
+ },
+ {
+ "children":[
+ 542,
+ 567,
+ 588,
+ 591,
+ 595
+ ],
+ "name":"\u5bf9\u79f0.014",
+ "translation":[
+ -1.0739479064941406,
+ 0,
+ -0.04683184251189232
+ ]
+ },
+ {
+ "mesh":359,
+ "name":"\u7ec6\u5206\u66f2\u9762 1.006",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.10196596384048462,
+ 0.40312278270721436,
+ 0.029033973813056946
+ ]
+ },
+ {
+ "mesh":360,
+ "name":"\u5706\u67f1\u4f53 1.008",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.30589795112609863,
+ 0.39870530366897583,
+ 0.06364166736602783
+ ]
+ },
+ {
+ "mesh":361,
+ "name":"\u5e03\u5c14 1.003",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.30589795112609863,
+ -0.3987053334712982,
+ -0.06364167481660843
+ ]
+ },
+ {
+ "children":[
+ 598,
+ 599
+ ],
+ "name":"\u87ba\u6813 1.011",
+ "translation":[
+ -0.2929319739341736,
+ -0.20156139135360718,
+ -0.046337828040122986
+ ]
+ },
+ {
+ "mesh":362,
+ "name":"\u5706\u67f1\u4f53 1.009",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.39870530366897583,
+ 0
+ ]
+ },
+ {
+ "mesh":363,
+ "name":"\u5e03\u5c14 1.004",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.6117959022521973,
+ -0.3987053334712982,
+ -0.12728334963321686
+ ]
+ },
+ {
+ "children":[
+ 601,
+ 602
+ ],
+ "name":"\u87ba\u6813.1 1",
+ "translation":[
+ 0.1909659504890442,
+ -0.20156139135360718,
+ 0.01730385422706604
+ ]
+ },
+ {
+ "children":[
+ 597,
+ 600,
+ 603
+ ],
+ "name":"\u652f\u67b6 1",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.15681180357933044
+ ]
+ },
+ {
+ "mesh":364,
+ "name":"\u7ec6\u5206\u66f2\u9762.021",
+ "translation":[
+ 0.10196596384048462,
+ 0.40312278270721436,
+ 0.029033973813056946
+ ]
+ },
+ {
+ "mesh":365,
+ "name":"\u5706\u67f1\u4f53.047",
+ "translation":[
+ 0.30589795112609863,
+ 0.39870530366897583,
+ 0.06364166736602783
+ ]
+ },
+ {
+ "mesh":366,
+ "name":"\u5e03\u5c14.001",
+ "translation":[
+ -0.30589795112609863,
+ -0.3987053334712982,
+ -0.06364167481660843
+ ]
+ },
+ {
+ "children":[
+ 606,
+ 607
+ ],
+ "name":"\u87ba\u6813.038",
+ "translation":[
+ -0.2929319739341736,
+ -0.20156139135360718,
+ -0.046337828040122986
+ ]
+ },
+ {
+ "mesh":367,
+ "name":"\u5706\u67f1\u4f53.048",
+ "translation":[
+ 0,
+ 0.39870530366897583,
+ 0
+ ]
+ },
+ {
+ "mesh":368,
+ "name":"\u5e03\u5c14.002",
+ "translation":[
+ -0.6117959022521973,
+ -0.3987053334712982,
+ -0.12728334963321686
+ ]
+ },
+ {
+ "children":[
+ 609,
+ 610
+ ],
+ "name":"\u87ba\u6813.039",
+ "translation":[
+ 0.1909659504890442,
+ -0.20156139135360718,
+ 0.01730385422706604
+ ]
+ },
+ {
+ "children":[
+ 605,
+ 608,
+ 611
+ ],
+ "name":"\u652f\u67b6.006",
+ "translation":[
+ 0,
+ 0,
+ 0.15681180357933044
+ ]
+ },
+ {
+ "children":[
+ 604,
+ 612
+ ],
+ "name":"\u652f\u67b6.005",
+ "translation":[
+ -0.08579301834106445,
+ 0.018250465393066406,
+ 0
+ ]
+ },
+ {
+ "mesh":369,
+ "name":"\u5706\u67f1\u4f53.049",
+ "translation":[
+ 0,
+ -0.024999797344207764,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 614
+ ],
+ "name":"\u7275\u5f15\u62c9\u6746",
+ "translation":[
+ 0.08579301834106445,
+ -0.018250465393066406,
+ 0
+ ]
+ },
+ {
+ "mesh":370,
+ "name":"\u7acb\u65b9\u4f53.006",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.18262940645217896,
+ 0.40395283699035645,
+ 0.06124360114336014
+ ]
+ },
+ {
+ "children":[
+ 616
+ ],
+ "name":"\u5012\u89d2.001",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.2790646553039551,
+ 0.047210387885570526,
+ 0.18262940645217896
+ ]
+ },
+ {
+ "mesh":371,
+ "name":"\u6324\u538b.063",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0,
+ -0.014439341612160206,
+ -0.1702888309955597
+ ]
+ },
+ {
+ "children":[
+ 618
+ ],
+ "name":"\u87ba\u6813.037",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.42247962951660156,
+ 0.42166829109191895,
+ 0.1702888309955597
+ ]
+ },
+ {
+ "children":[
+ 617,
+ 619
+ ],
+ "name":"\u87ba\u6813\u7ec4.002",
+ "translation":[
+ -1.758570909500122,
+ -0.5820162296295166,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 613,
+ 615,
+ 620
+ ],
+ "name":"\u7275\u5f15\u62c9\u6746.1",
+ "translation":[
+ 0.6846229434013367,
+ 0.5820162296295166,
+ -0.046832311898469925
+ ]
+ },
+ {
+ "mesh":372,
+ "name":"\u5706\u67f1\u4f53.7 1.009",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946621842682362,
+ -0.00019913911819458008
+ ]
+ },
+ {
+ "mesh":373,
+ "name":"\u6324\u538b.2 1.052",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 9.98402083170343e-31
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.013360303826630116,
+ -0.006027281284332275
+ ]
+ },
+ {
+ "children":[
+ 622,
+ 623
+ ],
+ "name":"\u87ba\u6813 0 1.005",
+ "translation":[
+ 0,
+ 0,
+ -0.45499998331069946
+ ]
+ },
+ {
+ "mesh":374,
+ "name":"\u5706\u67f1\u4f53.7 1.010",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946581795811653,
+ -0.00019921781495213509
+ ]
+ },
+ {
+ "mesh":375,
+ "name":"\u6324\u538b.2 1.053",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 2.9802322387695312e-08
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.013360263779759407,
+ -0.006027330178767443
+ ]
+ },
+ {
+ "children":[
+ 625,
+ 626
+ ],
+ "name":"\u87ba\u6813 1 1.014",
+ "rotation":[
+ 0,
+ -0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ 0.29246851801872253,
+ 0,
+ -0.3485502004623413
+ ]
+ },
+ {
+ "mesh":376,
+ "name":"\u5706\u67f1\u4f53.7 1.011",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946680516004562,
+ -0.0001992464967770502
+ ]
+ },
+ {
+ "mesh":377,
+ "name":"\u6324\u538b.2 1.054",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 3.725290298461914e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.013360361568629742,
+ -0.006027298979461193
+ ]
+ },
+ {
+ "children":[
+ 628,
+ 629
+ ],
+ "name":"\u87ba\u6813 2 1.005",
+ "rotation":[
+ 0,
+ -0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ 0.4480876624584198,
+ 0,
+ -0.07900992035865784
+ ]
+ },
+ {
+ "mesh":378,
+ "name":"\u5706\u67f1\u4f53.7 1.012",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.4999999701976776
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -0.9999999403953552,
+ -0.9999998807907104
+ ],
+ "translation":[
+ 0,
+ -0.01494668796658516,
+ -0.00019916069868486375
+ ]
+ },
+ {
+ "mesh":379,
+ "name":"\u6324\u538b.2 1.055",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 7.450581485102248e-09
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -0.9999998807907104,
+ -0.9999999403953552
+ ],
+ "translation":[
+ 0,
+ -0.013360369019210339,
+ -0.006027239374816418
+ ]
+ },
+ {
+ "children":[
+ 631,
+ 632
+ ],
+ "name":"\u87ba\u6813 3 1.005",
+ "rotation":[
+ 0,
+ -0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ 0.3940417468547821,
+ 0,
+ 0.22750000655651093
+ ]
+ },
+ {
+ "mesh":380,
+ "name":"\u5706\u67f1\u4f53.7 1.013",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946600422263145,
+ -0.00019908584363292903
+ ]
+ },
+ {
+ "mesh":381,
+ "name":"\u6324\u538b.2 1.056",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 7.450580596923828e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.0133602824062109,
+ -0.00602728733792901
+ ]
+ },
+ {
+ "children":[
+ 634,
+ 635
+ ],
+ "name":"\u87ba\u6813 4 1.005",
+ "rotation":[
+ 0,
+ -0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ 0.15561921894550323,
+ 0,
+ 0.42756015062332153
+ ]
+ },
+ {
+ "mesh":382,
+ "name":"\u5706\u67f1\u4f53.7 1.014",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946612529456615,
+ -0.00019901357882190496
+ ]
+ },
+ {
+ "mesh":383,
+ "name":"\u6324\u538b.2 1.057",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 7.450580152834618e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.01336029451340437,
+ -0.006027096416801214
+ ]
+ },
+ {
+ "children":[
+ 637,
+ 638
+ ],
+ "name":"\u87ba\u6813 5 1.005",
+ "rotation":[
+ 0,
+ 0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ -0.1556190699338913,
+ 0,
+ 0.42756015062332153
+ ]
+ },
+ {
+ "mesh":384,
+ "name":"\u5706\u67f1\u4f53.7 1.015",
+ "rotation":[
+ -0.5,
+ -0.4999999701976776,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -0.9999999403953552,
+ -0.9999998807907104
+ ],
+ "translation":[
+ 0,
+ -0.01494667399674654,
+ -0.00019907283422071487
+ ]
+ },
+ {
+ "mesh":385,
+ "name":"\u6324\u538b.2 1.058",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 7.450581485102248e-09
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -0.9999998807907104,
+ -0.9999999403953552
+ ],
+ "translation":[
+ 0,
+ -0.013360356912016869,
+ -0.006027032621204853
+ ]
+ },
+ {
+ "children":[
+ 640,
+ 641
+ ],
+ "name":"\u87ba\u6813 6 1.001",
+ "rotation":[
+ 0,
+ 0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ -0.3940414488315582,
+ 0,
+ 0.22750000655651093
+ ]
+ },
+ {
+ "mesh":386,
+ "name":"\u5706\u67f1\u4f53.7 1.016",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946681447327137,
+ -0.00019895723380614072
+ ]
+ },
+ {
+ "mesh":387,
+ "name":"\u6324\u538b.2 1.059",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 3.725290298461914e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.013360364362597466,
+ -0.006027129478752613
+ ]
+ },
+ {
+ "children":[
+ 643,
+ 644
+ ],
+ "name":"\u87ba\u6813 7 1.001",
+ "rotation":[
+ 0,
+ 0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ -0.448087602853775,
+ 0,
+ -0.07900992035865784
+ ]
+ },
+ {
+ "mesh":388,
+ "name":"\u5706\u67f1\u4f53.7 1.017",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946660958230495,
+ -0.00019912002608180046
+ ]
+ },
+ {
+ "mesh":373,
+ "name":"\u6324\u538b.2 1.060",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 2.9802322387695312e-08
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.01336034294217825,
+ -0.006027232389897108
+ ]
+ },
+ {
+ "children":[
+ 646,
+ 647
+ ],
+ "name":"\u87ba\u6813 8 1.001",
+ "rotation":[
+ 0,
+ 0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ -0.29246821999549866,
+ 0,
+ -0.3485502004623413
+ ]
+ },
+ {
+ "children":[
+ 624,
+ 627,
+ 630,
+ 633,
+ 636,
+ 639,
+ 642,
+ 645,
+ 648
+ ],
+ "name":"\u514b\u9686 1.006",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 9.98402083170343e-31
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.591218888759613,
+ 0
+ ]
+ },
+ {
+ "mesh":389,
+ "name":"\u5706\u67f1\u4f53.104",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.0149465287104249,
+ -0.00019913911819458008
+ ]
+ },
+ {
+ "mesh":390,
+ "name":"\u6324\u538b.145",
+ "translation":[
+ 0,
+ -0.013360227458178997,
+ -0.006027281284332275
+ ]
+ },
+ {
+ "children":[
+ 650,
+ 651
+ ],
+ "name":"\u87ba\u6813 0.007",
+ "translation":[
+ 0,
+ 0,
+ -0.45499998331069946
+ ]
+ },
+ {
+ "mesh":389,
+ "name":"\u5706\u67f1\u4f53.105",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946529641747475,
+ -0.00019919814076274633
+ ]
+ },
+ {
+ "mesh":390,
+ "name":"\u6324\u538b.146",
+ "translation":[
+ 0,
+ -0.013360227458178997,
+ -0.006027310620993376
+ ]
+ },
+ {
+ "children":[
+ 653,
+ 654
+ ],
+ "name":"\u87ba\u6813 1.024",
+ "rotation":[
+ 0,
+ -0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ 0.29246842861175537,
+ 0,
+ -0.3485502004623413
+ ]
+ },
+ {
+ "mesh":389,
+ "name":"\u5706\u67f1\u4f53.106",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.0149465287104249,
+ -0.0001992797915590927
+ ]
+ },
+ {
+ "mesh":390,
+ "name":"\u6324\u538b.147",
+ "translation":[
+ 0,
+ -0.013360226526856422,
+ -0.0060273329727351665
+ ]
+ },
+ {
+ "children":[
+ 656,
+ 657
+ ],
+ "name":"\u87ba\u6813 2.008",
+ "rotation":[
+ 0,
+ -0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ 0.44808757305145264,
+ 0,
+ -0.07900992035865784
+ ]
+ },
+ {
+ "mesh":389,
+ "name":"\u5706\u67f1\u4f53.107",
+ "rotation":[
+ -0.5,
+ 0.4999999701976776,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946527779102325,
+ -0.0001991755998460576
+ ]
+ },
+ {
+ "mesh":390,
+ "name":"\u6324\u538b.148",
+ "translation":[
+ 0,
+ -0.013360225595533848,
+ -0.006027254741638899
+ ]
+ },
+ {
+ "children":[
+ 659,
+ 660
+ ],
+ "name":"\u87ba\u6813 3.008",
+ "rotation":[
+ 0,
+ -0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ 0.39404165744781494,
+ 0,
+ 0.22750000655651093
+ ]
+ },
+ {
+ "mesh":389,
+ "name":"\u5706\u67f1\u4f53.108",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.0149465287104249,
+ -0.0001990792079595849
+ ]
+ },
+ {
+ "mesh":390,
+ "name":"\u6324\u538b.149",
+ "translation":[
+ 0,
+ -0.013360226526856422,
+ -0.006027280818670988
+ ]
+ },
+ {
+ "children":[
+ 662,
+ 663
+ ],
+ "name":"\u87ba\u6813 4.007",
+ "rotation":[
+ 0,
+ -0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ 0.15561914443969727,
+ 0,
+ 0.42756015062332153
+ ]
+ },
+ {
+ "mesh":389,
+ "name":"\u5706\u67f1\u4f53.109",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.0149465287104249,
+ -0.00019907981914002448
+ ]
+ },
+ {
+ "mesh":390,
+ "name":"\u6324\u538b.150",
+ "translation":[
+ 0,
+ -0.013360227458178997,
+ -0.006027162540704012
+ ]
+ },
+ {
+ "children":[
+ 665,
+ 666
+ ],
+ "name":"\u87ba\u6813 5.007",
+ "rotation":[
+ 0,
+ 0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ -0.15561914443969727,
+ 0,
+ 0.42756015062332153
+ ]
+ },
+ {
+ "mesh":389,
+ "name":"\u5706\u67f1\u4f53.110",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.4999999701976776
+ ],
+ "translation":[
+ 0,
+ -0.014946527779102325,
+ -0.0001991771423490718
+ ]
+ },
+ {
+ "mesh":390,
+ "name":"\u6324\u538b.151",
+ "translation":[
+ 0,
+ -0.013360225595533848,
+ -0.006027136463671923
+ ]
+ },
+ {
+ "children":[
+ 668,
+ 669
+ ],
+ "name":"\u87ba\u6813 6.003",
+ "rotation":[
+ 0,
+ 0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ -0.3940415382385254,
+ 0,
+ 0.22750000655651093
+ ]
+ },
+ {
+ "mesh":389,
+ "name":"\u5706\u67f1\u4f53.111",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946529641747475,
+ -0.000199043148313649
+ ]
+ },
+ {
+ "mesh":390,
+ "name":"\u6324\u538b.152",
+ "translation":[
+ 0,
+ -0.013360227458178997,
+ -0.00602721469476819
+ ]
+ },
+ {
+ "children":[
+ 671,
+ 672
+ ],
+ "name":"\u87ba\u6813 7.003",
+ "rotation":[
+ 0,
+ 0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ -0.4480876922607422,
+ 0,
+ -0.07900992035865784
+ ]
+ },
+ {
+ "mesh":389,
+ "name":"\u5706\u67f1\u4f53.112",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.0149465287104249,
+ -0.0001991397002711892
+ ]
+ },
+ {
+ "mesh":390,
+ "name":"\u6324\u538b.153",
+ "translation":[
+ 0,
+ -0.013360227458178997,
+ -0.006027251947671175
+ ]
+ },
+ {
+ "children":[
+ 674,
+ 675
+ ],
+ "name":"\u87ba\u6813 8.003",
+ "rotation":[
+ 0,
+ 0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ -0.2924683094024658,
+ 0,
+ -0.3485502004623413
+ ]
+ },
+ {
+ "children":[
+ 652,
+ 655,
+ 658,
+ 661,
+ 664,
+ 667,
+ 670,
+ 673,
+ 676
+ ],
+ "name":"\u514b\u9686.010",
+ "translation":[
+ 0,
+ 0.591218888759613,
+ 0
+ ]
+ },
+ {
+ "mesh":391,
+ "name":"\u5706\u67f1\u4f53.1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123173382432755e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.11452211439609528,
+ -0.0007210226613096893,
+ 1.749523107719142e-05
+ ]
+ },
+ {
+ "mesh":392,
+ "name":"\u7ec6\u5206\u66f2\u9762 1.011",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123173382432755e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.04954169690608978,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":393,
+ "name":"\u6324\u538b.2 1.049",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ 0.019694697111845016,
+ -0.007616530172526836,
+ -0.10938455164432526
+ ]
+ },
+ {
+ "children":[
+ 680
+ ],
+ "name":"\u87ba\u6813 1.022",
+ "translation":[
+ -0.17598998546600342,
+ 0.007877322845160961,
+ 0.08714329451322556
+ ]
+ },
+ {
+ "mesh":394,
+ "name":"\u6324\u538b.2 1.050",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ 0.019694577902555466,
+ -0.007616530172526836,
+ -0.10938457399606705
+ ]
+ },
+ {
+ "children":[
+ 682
+ ],
+ "name":"\u87ba\u6813.1 1.003",
+ "translation":[
+ 0.09859991073608398,
+ 0.007877322845160961,
+ 0.08714333176612854
+ ]
+ },
+ {
+ "children":[
+ 678,
+ 679,
+ 681,
+ 683
+ ],
+ "name":"\u652f\u67b6 1.002",
+ "rotation":[
+ 0,
+ 0.7071066498756409,
+ 0.70710688829422,
+ 9.358477799690325e-24
+ ],
+ "scale":[
+ -1,
+ -1.0000001192092896,
+ -1.0000001192092896
+ ],
+ "translation":[
+ 0.6931056976318359,
+ -0.19464413821697235,
+ 0.40996253490448
+ ]
+ },
+ {
+ "mesh":395,
+ "name":"\u5706\u67f1\u4f53.103",
+ "translation":[
+ 0.1145220473408699,
+ -0.0007210448384284973,
+ 1.756977326294873e-05
+ ]
+ },
+ {
+ "mesh":396,
+ "name":"\u7ec6\u5206\u66f2\u9762.035",
+ "translation":[
+ -0.049541763961315155,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":397,
+ "name":"\u6324\u538b.142",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.019694633781909943,
+ -0.007616525515913963,
+ -0.10938464850187302
+ ]
+ },
+ {
+ "children":[
+ 687
+ ],
+ "name":"\u87ba\u6813.049",
+ "translation":[
+ -0.17599014937877655,
+ 0.00787730049341917,
+ 0.08714336156845093
+ ]
+ },
+ {
+ "mesh":398,
+ "name":"\u6324\u538b.143",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.019694514572620392,
+ -0.007616525515913963,
+ -0.10938461869955063
+ ]
+ },
+ {
+ "children":[
+ 689
+ ],
+ "name":"\u87ba\u6813.050",
+ "translation":[
+ 0.098599873483181,
+ 0.00787730049341917,
+ 0.08714335411787033
+ ]
+ },
+ {
+ "children":[
+ 685,
+ 686,
+ 688,
+ 690
+ ],
+ "name":"\u652f\u67b6.009",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ 0.6931057572364807,
+ 0.19464419782161713,
+ 0.40996253490448
+ ]
+ },
+ {
+ "mesh":399,
+ "name":"\u5bf9\u79f0.032",
+ "rotation":[
+ 0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ]
+ },
+ {
+ "children":[
+ 692
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.036",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071068286895752,
+ 0,
+ 4.679240477566973e-24
+ ],
+ "translation":[
+ 0,
+ -0.1000000387430191,
+ 0
+ ]
+ },
+ {
+ "mesh":400,
+ "name":"\u5bf9\u79f0.033"
+ },
+ {
+ "children":[
+ 694
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.037",
+ "rotation":[
+ -0.5,
+ -0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.1000000387430191,
+ 0
+ ]
+ },
+ {
+ "mesh":401,
+ "name":"\u5bf9\u79f0.034",
+ "rotation":[
+ 0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ]
+ },
+ {
+ "children":[
+ 696
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.038",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071068286895752,
+ 0,
+ 4.679240477566973e-24
+ ],
+ "translation":[
+ 0,
+ -0.1000000387430191,
+ 0
+ ]
+ },
+ {
+ "mesh":402,
+ "name":"\u5bf9\u79f0.2 1.006",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 2.50389263368671e-24
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 698
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1.005",
+ "rotation":[
+ 0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.10000000894069672,
+ 0
+ ]
+ },
+ {
+ "mesh":403,
+ "name":"\u5bf9\u79f0.2 1.005",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ 0,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.000000238418579,
+ -1.0000001192092896,
+ -1.0000001192092896
+ ]
+ },
+ {
+ "children":[
+ 700
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.2 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ 0,
+ 0.10000000894069672,
+ 0
+ ]
+ },
+ {
+ "mesh":404,
+ "name":"\u5bf9\u79f0.2 1.007",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ 0,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.000000238418579,
+ -1.0000001192092896,
+ -1.0000001192092896
+ ]
+ },
+ {
+ "children":[
+ 702
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.3 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ 0,
+ 0.10000000894069672,
+ 0
+ ]
+ },
+ {
+ "mesh":405,
+ "name":"\u7acb\u65b9\u4f53 1.009",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ -0.7071068286895752,
+ 4.980995881053753e-15
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.000000238418579,
+ -1.0000001192092896
+ ],
+ "translation":[
+ -0.18781179189682007,
+ 0.3891526758670807,
+ 0.06124377250671387
+ ]
+ },
+ {
+ "children":[
+ 704
+ ],
+ "name":"\u5012\u89d2 1.001",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.0995241105556488,
+ 0.047210387885570526,
+ 0.18781183660030365
+ ]
+ },
+ {
+ "mesh":406,
+ "name":"\u6324\u538b.2 1.051",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ -0.08000542968511581,
+ -0.22471816837787628,
+ -0.17547115683555603
+ ]
+ },
+ {
+ "children":[
+ 706
+ ],
+ "name":"\u87ba\u6813 1.023",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.2429390847682953,
+ 0.42166829109191895,
+ 0.1754712462425232
+ ]
+ },
+ {
+ "children":[
+ 705,
+ 707
+ ],
+ "name":"\u87ba\u6813\u7ec4 1.001",
+ "rotation":[
+ 0,
+ 0.7071066498756409,
+ 0.70710688829422,
+ 9.358477799690325e-24
+ ],
+ "scale":[
+ -1,
+ -1.0000001192092896,
+ -1.0000001192092896
+ ],
+ "translation":[
+ 0.4940108060836792,
+ -0.35093954205513,
+ 0.14298699796199799
+ ]
+ },
+ {
+ "mesh":407,
+ "name":"\u7acb\u65b9\u4f53.010",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.18781186640262604,
+ 0.3891526758670807,
+ 0.06124383583664894
+ ]
+ },
+ {
+ "children":[
+ 709
+ ],
+ "name":"\u5012\u89d2.003",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.09952401369810104,
+ 0.047210387885570526,
+ 0.18781189620494843
+ ]
+ },
+ {
+ "mesh":408,
+ "name":"\u6324\u538b.144",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000543713569641,
+ -0.22471819818019867,
+ -0.17547129094600677
+ ]
+ },
+ {
+ "children":[
+ 711
+ ],
+ "name":"\u87ba\u6813.051",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.24293909966945648,
+ 0.42166829109191895,
+ 0.17547130584716797
+ ]
+ },
+ {
+ "children":[
+ 710,
+ 712
+ ],
+ "name":"\u87ba\u6813\u7ec4.004",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ 0.49401089549064636,
+ 0.3509395122528076,
+ 0.14298699796199799
+ ]
+ },
+ {
+ "children":[
+ 649,
+ 677,
+ 684,
+ 691,
+ 693,
+ 695,
+ 697,
+ 699,
+ 701,
+ 703,
+ 708,
+ 713
+ ],
+ "name":"\u5bf9\u79f0.031",
+ "rotation":[
+ 0.5,
+ 0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ 0.09999994933605194,
+ 0,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 714
+ ],
+ "name":"\u7275\u5f15\u7535\u673a",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.8869113326072693
+ ]
+ },
+ {
+ "mesh":409,
+ "name":"\u5706\u67f1\u4f53.7 1",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946531504392624,
+ -0.00019913911819458008
+ ]
+ },
+ {
+ "mesh":410,
+ "name":"\u6324\u538b.2 1.026",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 9.98402083170343e-31
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.013360213488340378,
+ -0.006027281284332275
+ ]
+ },
+ {
+ "children":[
+ 716,
+ 717
+ ],
+ "name":"\u87ba\u6813 0 1.002",
+ "translation":[
+ 0,
+ 0,
+ -0.45499998331069946
+ ]
+ },
+ {
+ "mesh":411,
+ "name":"\u5706\u67f1\u4f53.7 1.001",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946689829230309,
+ -0.00019929234986193478
+ ]
+ },
+ {
+ "mesh":412,
+ "name":"\u6324\u538b.2 1.027",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 2.9802322387695312e-08
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.013360371813178062,
+ -0.006027404684573412
+ ]
+ },
+ {
+ "children":[
+ 719,
+ 720
+ ],
+ "name":"\u87ba\u6813 1 1.011",
+ "rotation":[
+ 0,
+ -0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ 0.2924683392047882,
+ 0,
+ -0.3485502004623413
+ ]
+ },
+ {
+ "mesh":413,
+ "name":"\u5706\u67f1\u4f53.7 1.002",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.0149465911090374,
+ -0.00019930490816477686
+ ]
+ },
+ {
+ "mesh":414,
+ "name":"\u6324\u538b.2 1.028",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 3.725290298461914e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.013360274024307728,
+ -0.006027357652783394
+ ]
+ },
+ {
+ "children":[
+ 722,
+ 723
+ ],
+ "name":"\u87ba\u6813 2 1.002",
+ "rotation":[
+ 0,
+ -0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ 0.4480874836444855,
+ 0,
+ -0.07900992035865784
+ ]
+ },
+ {
+ "mesh":415,
+ "name":"\u5706\u67f1\u4f53.7 1.003",
+ "rotation":[
+ -0.4999999701976776,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -0.9999999403953552,
+ -0.9999998807907104
+ ],
+ "translation":[
+ 0,
+ -0.014946584589779377,
+ -0.0001991832978092134
+ ]
+ },
+ {
+ "mesh":416,
+ "name":"\u6324\u538b.2 1.029",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 7.450581485102248e-09
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -0.9999998807907104,
+ -0.9999999403953552
+ ],
+ "translation":[
+ 0,
+ -0.013360266573727131,
+ -0.006027262192219496
+ ]
+ },
+ {
+ "children":[
+ 725,
+ 726
+ ],
+ "name":"\u87ba\u6813 3 1.002",
+ "rotation":[
+ 0,
+ -0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ 0.3940415680408478,
+ 0,
+ 0.22750000655651093
+ ]
+ },
+ {
+ "mesh":417,
+ "name":"\u5706\u67f1\u4f53.7 1.004",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946551993489265,
+ -0.0001991293247556314
+ ]
+ },
+ {
+ "mesh":418,
+ "name":"\u6324\u538b.2 1.030",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 7.450580596923828e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.01336023397743702,
+ -0.006027331110090017
+ ]
+ },
+ {
+ "children":[
+ 728,
+ 729
+ ],
+ "name":"\u87ba\u6813 4 1.002",
+ "rotation":[
+ 0,
+ -0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ 0.1556190550327301,
+ 0,
+ 0.42756015062332153
+ ]
+ },
+ {
+ "mesh":419,
+ "name":"\u5706\u67f1\u4f53.7 1.005",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946479350328445,
+ -0.00019908930698875338
+ ]
+ },
+ {
+ "mesh":420,
+ "name":"\u6324\u538b.2 1.031",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 7.450580596923828e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.0133601613342762,
+ -0.006027171853929758
+ ]
+ },
+ {
+ "children":[
+ 731,
+ 732
+ ],
+ "name":"\u87ba\u6813 5 1.002",
+ "rotation":[
+ 0,
+ 0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ -0.15561923384666443,
+ 0,
+ 0.42756015062332153
+ ]
+ },
+ {
+ "mesh":421,
+ "name":"\u5706\u67f1\u4f53.7 1.006",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.4999999701976776,
+ 0.5
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -0.9999999403953552,
+ -0.9999998807907104
+ ],
+ "translation":[
+ 0,
+ -0.014946716837584972,
+ -0.0001990502350963652
+ ]
+ },
+ {
+ "mesh":422,
+ "name":"\u6324\u538b.2 1.032",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 7.450581485102248e-09
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -0.9999998807907104,
+ -0.9999999403953552
+ ],
+ "translation":[
+ 0,
+ -0.013360397890210152,
+ -0.0060272482223808765
+ ]
+ },
+ {
+ "children":[
+ 734,
+ 735
+ ],
+ "name":"\u87ba\u6813 6 1",
+ "rotation":[
+ 0,
+ 0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ -0.39404162764549255,
+ 0,
+ 0.22750000655651093
+ ]
+ },
+ {
+ "mesh":423,
+ "name":"\u5706\u67f1\u4f53.7 1.007",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946590177714825,
+ -0.00019913724099751562
+ ]
+ },
+ {
+ "mesh":424,
+ "name":"\u6324\u538b.2 1.033",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 3.725290298461914e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.013360271230340004,
+ -0.006027309224009514
+ ]
+ },
+ {
+ "children":[
+ 737,
+ 738
+ ],
+ "name":"\u87ba\u6813 7 1",
+ "rotation":[
+ 0,
+ 0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ -0.44808778166770935,
+ 0,
+ -0.07900992035865784
+ ]
+ },
+ {
+ "mesh":425,
+ "name":"\u5706\u67f1\u4f53.7 1.008",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946610666811466,
+ -0.00019916470046155155
+ ]
+ },
+ {
+ "mesh":410,
+ "name":"\u6324\u538b.2 1.034",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 2.9802322387695312e-08
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.01336029265075922,
+ -0.00602727709338069
+ ]
+ },
+ {
+ "children":[
+ 740,
+ 741
+ ],
+ "name":"\u87ba\u6813 8 1",
+ "rotation":[
+ 0,
+ 0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ -0.292468398809433,
+ 0,
+ -0.3485502004623413
+ ]
+ },
+ {
+ "children":[
+ 718,
+ 721,
+ 724,
+ 727,
+ 730,
+ 733,
+ 736,
+ 739,
+ 742
+ ],
+ "name":"\u514b\u9686 1.004",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 9.98402083170343e-31
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.591218888759613,
+ 0
+ ]
+ },
+ {
+ "mesh":426,
+ "name":"\u5706\u67f1\u4f53.072",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.01494651660323143,
+ -0.00019913911819458008
+ ]
+ },
+ {
+ "mesh":427,
+ "name":"\u6324\u538b.099",
+ "translation":[
+ 0,
+ -0.013360220938920975,
+ -0.006027281284332275
+ ]
+ },
+ {
+ "children":[
+ 744,
+ 745
+ ],
+ "name":"\u87ba\u6813 0.003",
+ "translation":[
+ 0,
+ 0,
+ -0.45499998331069946
+ ]
+ },
+ {
+ "mesh":426,
+ "name":"\u5706\u67f1\u4f53.073",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946522191166878,
+ -0.0001993120094994083
+ ]
+ },
+ {
+ "mesh":427,
+ "name":"\u6324\u538b.100",
+ "translation":[
+ 0,
+ -0.013360219076275826,
+ -0.006027424242347479
+ ]
+ },
+ {
+ "children":[
+ 747,
+ 748
+ ],
+ "name":"\u87ba\u6813 1.017",
+ "rotation":[
+ 0,
+ -0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ 0.29246842861175537,
+ 0,
+ -0.3485502004623413
+ ]
+ },
+ {
+ "mesh":426,
+ "name":"\u5706\u67f1\u4f53.074",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946531504392624,
+ -0.00019927161338273436
+ ]
+ },
+ {
+ "mesh":427,
+ "name":"\u6324\u538b.101",
+ "translation":[
+ 0,
+ -0.013360234908759594,
+ -0.006027324125170708
+ ]
+ },
+ {
+ "children":[
+ 750,
+ 751
+ ],
+ "name":"\u87ba\u6813 2.004",
+ "rotation":[
+ 0,
+ -0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ 0.44808757305145264,
+ 0,
+ -0.07900992035865784
+ ]
+ },
+ {
+ "mesh":426,
+ "name":"\u5706\u67f1\u4f53.075",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.4999999701976776,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946523122489452,
+ -0.00019916839664801955
+ ]
+ },
+ {
+ "mesh":427,
+ "name":"\u6324\u538b.102",
+ "translation":[
+ 0,
+ -0.0133602200075984,
+ -0.006027246825397015
+ ]
+ },
+ {
+ "children":[
+ 753,
+ 754
+ ],
+ "name":"\u87ba\u6813 3.004",
+ "rotation":[
+ 0,
+ -0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ 0.39404165744781494,
+ 0,
+ 0.22750000655651093
+ ]
+ },
+ {
+ "mesh":426,
+ "name":"\u5706\u67f1\u4f53.076",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946533367037773,
+ -0.00019913597498089075
+ ]
+ },
+ {
+ "mesh":427,
+ "name":"\u6324\u538b.103",
+ "translation":[
+ 0,
+ -0.013360230252146721,
+ -0.00602733762934804
+ ]
+ },
+ {
+ "children":[
+ 756,
+ 757
+ ],
+ "name":"\u87ba\u6813 4.003",
+ "rotation":[
+ 0,
+ -0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ 0.15561912953853607,
+ 0,
+ 0.42756015062332153
+ ]
+ },
+ {
+ "mesh":426,
+ "name":"\u5706\u67f1\u4f53.077",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946522191166878,
+ -0.00019902305211871862
+ ]
+ },
+ {
+ "mesh":427,
+ "name":"\u6324\u538b.104",
+ "translation":[
+ 0,
+ -0.013360219076275826,
+ -0.00602710573002696
+ ]
+ },
+ {
+ "children":[
+ 759,
+ 760
+ ],
+ "name":"\u87ba\u6813 5.003",
+ "rotation":[
+ 0,
+ 0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ -0.15561915934085846,
+ 0,
+ 0.42756015062332153
+ ]
+ },
+ {
+ "mesh":426,
+ "name":"\u5706\u67f1\u4f53.078",
+ "rotation":[
+ -0.4999999701976776,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946517534554005,
+ -0.00019894592696800828
+ ]
+ },
+ {
+ "mesh":427,
+ "name":"\u6324\u538b.105",
+ "translation":[
+ 0,
+ -0.013360215350985527,
+ -0.006027144379913807
+ ]
+ },
+ {
+ "children":[
+ 762,
+ 763
+ ],
+ "name":"\u87ba\u6813 6.001",
+ "rotation":[
+ 0,
+ 0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ -0.3940415382385254,
+ 0,
+ 0.22750000655651093
+ ]
+ },
+ {
+ "mesh":426,
+ "name":"\u5706\u67f1\u4f53.079",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946532435715199,
+ -0.00019905132649000734
+ ]
+ },
+ {
+ "mesh":427,
+ "name":"\u6324\u538b.106",
+ "translation":[
+ 0,
+ -0.013360237702727318,
+ -0.006027223542332649
+ ]
+ },
+ {
+ "children":[
+ 765,
+ 766
+ ],
+ "name":"\u87ba\u6813 7.001",
+ "rotation":[
+ 0,
+ 0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ -0.4480876922607422,
+ 0,
+ -0.07900992035865784
+ ]
+ },
+ {
+ "mesh":426,
+ "name":"\u5706\u67f1\u4f53.080",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946519397199154,
+ -0.00019914504082407802
+ ]
+ },
+ {
+ "mesh":427,
+ "name":"\u6324\u538b.107",
+ "translation":[
+ 0,
+ -0.013360216282308102,
+ -0.006027257535606623
+ ]
+ },
+ {
+ "children":[
+ 768,
+ 769
+ ],
+ "name":"\u87ba\u6813 8.001",
+ "rotation":[
+ 0,
+ 0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ -0.2924683094024658,
+ 0,
+ -0.3485502004623413
+ ]
+ },
+ {
+ "children":[
+ 746,
+ 749,
+ 752,
+ 755,
+ 758,
+ 761,
+ 764,
+ 767,
+ 770
+ ],
+ "name":"\u514b\u9686.005",
+ "translation":[
+ 0,
+ 0.591218888759613,
+ 0
+ ]
+ },
+ {
+ "mesh":428,
+ "name":"\u5706\u67f1\u4f53.1 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123258085727481e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.11452207714319229,
+ -0.0007210421026684344,
+ 1.766647255863063e-05
+ ]
+ },
+ {
+ "mesh":429,
+ "name":"\u7acb\u65b9\u4f53 1.006",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123258085727481e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 773
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1.008",
+ "translation":[
+ -0.049541737884283066,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":430,
+ "name":"\u6324\u538b.2 1.023",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ 0.019694652408361435,
+ -0.007616549730300903,
+ -0.10938461124897003
+ ]
+ },
+ {
+ "children":[
+ 775
+ ],
+ "name":"\u87ba\u6813 1.015",
+ "translation":[
+ -0.17599011957645416,
+ 0.007877303287386894,
+ 0.0871434286236763
+ ]
+ },
+ {
+ "mesh":431,
+ "name":"\u6324\u538b.2 1.024",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ 0.019694533199071884,
+ -0.007616549730300903,
+ -0.10938464105129242
+ ]
+ },
+ {
+ "children":[
+ 777
+ ],
+ "name":"\u87ba\u6813.1 1.001",
+ "translation":[
+ 0.09859989583492279,
+ 0.007877303287386894,
+ 0.08714345097541809
+ ]
+ },
+ {
+ "children":[
+ 772,
+ 774,
+ 776,
+ 778
+ ],
+ "name":"\u652f\u67b6 1.001",
+ "rotation":[
+ 0,
+ 0.7071066498756409,
+ 0.70710688829422,
+ 9.358477799690325e-24
+ ],
+ "scale":[
+ -1,
+ -1.0000001192092896,
+ -1.0000001192092896
+ ],
+ "translation":[
+ 0.6929447650909424,
+ -0.1929546743631363,
+ 0.40996253490448
+ ]
+ },
+ {
+ "mesh":432,
+ "name":"\u5706\u67f1\u4f53.071",
+ "translation":[
+ 0.11452214419841766,
+ -0.000721024873200804,
+ 1.754754157445859e-05
+ ]
+ },
+ {
+ "mesh":433,
+ "name":"\u7acb\u65b9\u4f53.007"
+ },
+ {
+ "children":[
+ 781
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.026",
+ "translation":[
+ -0.049541670829057693,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":434,
+ "name":"\u6324\u538b.096",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.019694734364748,
+ -0.007616535294800997,
+ -0.10938455909490585
+ ]
+ },
+ {
+ "children":[
+ 783
+ ],
+ "name":"\u87ba\u6813.042",
+ "translation":[
+ -0.17598995566368103,
+ 0.007877320982515812,
+ 0.08714333176612854
+ ]
+ },
+ {
+ "mesh":435,
+ "name":"\u6324\u538b.097",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.01969461515545845,
+ -0.007616535294800997,
+ -0.10938458144664764
+ ]
+ },
+ {
+ "children":[
+ 785
+ ],
+ "name":"\u87ba\u6813.043",
+ "translation":[
+ 0.09859994053840637,
+ 0.007877320982515812,
+ 0.08714332431554794
+ ]
+ },
+ {
+ "children":[
+ 780,
+ 782,
+ 784,
+ 786
+ ],
+ "name":"\u652f\u67b6.007",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ 0.6929447054862976,
+ 0.1929546445608139,
+ 0.40996253490448
+ ]
+ },
+ {
+ "mesh":436,
+ "name":"\u5bf9\u79f0.022",
+ "rotation":[
+ 0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ]
+ },
+ {
+ "children":[
+ 788
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.027",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071068286895752,
+ 0,
+ 4.679240477566973e-24
+ ],
+ "translation":[
+ 0,
+ -0.10000001639127731,
+ 0
+ ]
+ },
+ {
+ "mesh":437,
+ "name":"\u5bf9\u79f0.023"
+ },
+ {
+ "children":[
+ 790
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.028",
+ "rotation":[
+ -0.5,
+ -0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.10000001639127731,
+ 0
+ ]
+ },
+ {
+ "mesh":438,
+ "name":"\u5bf9\u79f0.024",
+ "rotation":[
+ 0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ]
+ },
+ {
+ "children":[
+ 792
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.029",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071068286895752,
+ 0,
+ 4.679240477566973e-24
+ ],
+ "translation":[
+ 0,
+ -0.10000001639127731,
+ 0
+ ]
+ },
+ {
+ "mesh":439,
+ "name":"\u5bf9\u79f0.2 1.003",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 8.048329719690216e-25
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 794
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1.004",
+ "rotation":[
+ 0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.10000003129243851,
+ 0
+ ]
+ },
+ {
+ "mesh":440,
+ "name":"\u5bf9\u79f0.2 1.002",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ 0,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.000000238418579,
+ -1.0000001192092896,
+ -1.0000001192092896
+ ]
+ },
+ {
+ "children":[
+ 796
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.2 1",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ 0,
+ 0.10000003129243851,
+ 0
+ ]
+ },
+ {
+ "mesh":441,
+ "name":"\u5bf9\u79f0.2 1.004",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ 0,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.000000238418579,
+ -1.0000001192092896,
+ -1.0000001192092896
+ ]
+ },
+ {
+ "children":[
+ 798
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.3 1",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ 0,
+ 0.10000003129243851,
+ 0
+ ]
+ },
+ {
+ "mesh":442,
+ "name":"\u7acb\u65b9\u4f53 1.007",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ -0.7071068286895752,
+ 4.980998845669068e-15
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.000000238418579,
+ -1.0000001192092896
+ ],
+ "translation":[
+ -0.18781177699565887,
+ 0.3891526758670807,
+ 0.06124354153871536
+ ]
+ },
+ {
+ "children":[
+ 800
+ ],
+ "name":"\u5012\u89d2 1",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.09952404350042343,
+ 0.047210387885570526,
+ 0.18781188130378723
+ ]
+ },
+ {
+ "mesh":443,
+ "name":"\u6324\u538b.2 1.025",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ -0.08000542968511581,
+ -0.22471816837787628,
+ -0.1754712611436844
+ ]
+ },
+ {
+ "children":[
+ 802
+ ],
+ "name":"\u87ba\u6813 1.016",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.24293901026248932,
+ 0.42166829109191895,
+ 0.1754712462425232
+ ]
+ },
+ {
+ "children":[
+ 801,
+ 803
+ ],
+ "name":"\u87ba\u6813\u7ec4 1",
+ "rotation":[
+ 0,
+ 0.7071066498756409,
+ 0.70710688829422,
+ 9.358477799690325e-24
+ ],
+ "scale":[
+ -1,
+ -1.0000001192092896,
+ -1.0000001192092896
+ ],
+ "translation":[
+ 0.4940110445022583,
+ -0.35093948245048523,
+ 0.14298699796199799
+ ]
+ },
+ {
+ "mesh":444,
+ "name":"\u7acb\u65b9\u4f53.008",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.18781186640262604,
+ 0.3891526758670807,
+ 0.061243534088134766
+ ]
+ },
+ {
+ "children":[
+ 805
+ ],
+ "name":"\u5012\u89d2.002",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.0995241329073906,
+ 0.047210387885570526,
+ 0.18781186640262604
+ ]
+ },
+ {
+ "mesh":445,
+ "name":"\u6324\u538b.098",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000542223453522,
+ -0.2247181385755539,
+ -0.17547129094600677
+ ]
+ },
+ {
+ "children":[
+ 807
+ ],
+ "name":"\u87ba\u6813.044",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.24293899536132812,
+ 0.42166829109191895,
+ 0.17547129094600677
+ ]
+ },
+ {
+ "children":[
+ 806,
+ 808
+ ],
+ "name":"\u87ba\u6813\u7ec4.003",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ 0.49401095509529114,
+ 0.35093954205513,
+ 0.14298699796199799
+ ]
+ },
+ {
+ "children":[
+ 743,
+ 771,
+ 779,
+ 787,
+ 789,
+ 791,
+ 793,
+ 795,
+ 797,
+ 799,
+ 804,
+ 809
+ ],
+ "name":"\u5bf9\u79f0.021",
+ "rotation":[
+ 0.5,
+ 0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ 0.10000003129243851,
+ 0,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 810
+ ],
+ "name":"\u7275\u5f15\u7535\u673a.1",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 4.220479965209961,
+ 0,
+ 0.4038006663322449
+ ]
+ },
+ {
+ "mesh":446,
+ "name":"\u5706\u67f1\u4f53.085",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151160165667534,
+ -0.00022851485118735582
+ ]
+ },
+ {
+ "mesh":447,
+ "name":"\u5706\u67f1\u4f53.086",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151160165667534,
+ -0.00022851485118735582
+ ]
+ },
+ {
+ "mesh":448,
+ "name":"\u6324\u538b.124",
+ "translation":[
+ 0,
+ -0.10696767270565033,
+ -0.006916292943060398
+ ]
+ },
+ {
+ "mesh":449,
+ "name":"\u6324\u538b.125",
+ "translation":[
+ 0,
+ -0.01533089391887188,
+ -0.006916305050253868
+ ]
+ },
+ {
+ "children":[
+ 812,
+ 813,
+ 814,
+ 815
+ ],
+ "name":"\u87ba\u6813 0.006",
+ "translation":[
+ 0,
+ 0,
+ -0.17000001668930054
+ ]
+ },
+ {
+ "mesh":446,
+ "name":"\u5706\u67f1\u4f53.087",
+ "rotation":[
+ -0.5000000596046448,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022859250020701438
+ ]
+ },
+ {
+ "mesh":447,
+ "name":"\u5706\u67f1\u4f53.088",
+ "rotation":[
+ -0.5000000596046448,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022859250020701438
+ ]
+ },
+ {
+ "mesh":448,
+ "name":"\u6324\u538b.126",
+ "translation":[
+ 0,
+ -0.10696766525506973,
+ -0.00691640330478549
+ ]
+ },
+ {
+ "mesh":449,
+ "name":"\u6324\u538b.127",
+ "translation":[
+ 0,
+ -0.015330888330936432,
+ -0.006916412618011236
+ ]
+ },
+ {
+ "children":[
+ 817,
+ 818,
+ 819,
+ 820
+ ],
+ "name":"\u87ba\u6813 1.021",
+ "rotation":[
+ 0,
+ -0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ 0.10927391052246094,
+ 0,
+ -0.13022756576538086
+ ]
+ },
+ {
+ "mesh":446,
+ "name":"\u5706\u67f1\u4f53.089",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151139676570892,
+ -0.0002286670496687293
+ ]
+ },
+ {
+ "mesh":447,
+ "name":"\u5706\u67f1\u4f53.090",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151139676570892,
+ -0.0002286670496687293
+ ]
+ },
+ {
+ "mesh":448,
+ "name":"\u6324\u538b.128",
+ "translation":[
+ 0,
+ -0.10696765035390854,
+ -0.006916268728673458
+ ]
+ },
+ {
+ "mesh":449,
+ "name":"\u6324\u538b.129",
+ "translation":[
+ 0,
+ -0.015330874361097813,
+ -0.006916267331689596
+ ]
+ },
+ {
+ "children":[
+ 822,
+ 823,
+ 824,
+ 825
+ ],
+ "name":"\u87ba\u6813 2.007",
+ "rotation":[
+ 0,
+ -0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ 0.16741728782653809,
+ 0,
+ -0.029520191252231598
+ ]
+ },
+ {
+ "mesh":446,
+ "name":"\u5706\u67f1\u4f53.091",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.0002283984940731898
+ ]
+ },
+ {
+ "mesh":447,
+ "name":"\u5706\u67f1\u4f53.092",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.0002283984940731898
+ ]
+ },
+ {
+ "mesh":448,
+ "name":"\u6324\u538b.130",
+ "translation":[
+ 0,
+ -0.10696763545274734,
+ -0.006916194688528776
+ ]
+ },
+ {
+ "mesh":449,
+ "name":"\u6324\u538b.131",
+ "translation":[
+ 0,
+ -0.015330858528614044,
+ -0.006916194222867489
+ ]
+ },
+ {
+ "children":[
+ 827,
+ 828,
+ 829,
+ 830
+ ],
+ "name":"\u87ba\u6813 3.007",
+ "rotation":[
+ 0,
+ -0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ 0.1472243070602417,
+ 0,
+ 0.08500000834465027
+ ]
+ },
+ {
+ "mesh":446,
+ "name":"\u5706\u67f1\u4f53.093",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.4999999701976776
+ ],
+ "translation":[
+ 0,
+ -0.01715114526450634,
+ -0.00022850492678117007
+ ]
+ },
+ {
+ "mesh":447,
+ "name":"\u5706\u67f1\u4f53.094",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.4999999701976776
+ ],
+ "translation":[
+ 0,
+ -0.01715114526450634,
+ -0.00022850492678117007
+ ]
+ },
+ {
+ "mesh":448,
+ "name":"\u6324\u538b.132",
+ "translation":[
+ 0,
+ -0.10696765780448914,
+ -0.006916338112205267
+ ]
+ },
+ {
+ "mesh":449,
+ "name":"\u6324\u538b.133",
+ "translation":[
+ 0,
+ -0.015330878086388111,
+ -0.00691633764654398
+ ]
+ },
+ {
+ "children":[
+ 832,
+ 833,
+ 834,
+ 835
+ ],
+ "name":"\u87ba\u6813 4.006",
+ "rotation":[
+ 0,
+ -0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ 0.05814337730407715,
+ 0,
+ 0.15974774956703186
+ ]
+ },
+ {
+ "mesh":446,
+ "name":"\u5706\u67f1\u4f53.095",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.4999999701976776,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.01715114526450634,
+ -0.00022850492678117007
+ ]
+ },
+ {
+ "mesh":447,
+ "name":"\u5706\u67f1\u4f53.096",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.4999999701976776,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.01715114526450634,
+ -0.00022850492678117007
+ ]
+ },
+ {
+ "mesh":448,
+ "name":"\u6324\u538b.134",
+ "translation":[
+ 0,
+ -0.10696765780448914,
+ -0.0069162785075604916
+ ]
+ },
+ {
+ "mesh":449,
+ "name":"\u6324\u538b.135",
+ "translation":[
+ 0,
+ -0.015330878086388111,
+ -0.006916278041899204
+ ]
+ },
+ {
+ "children":[
+ 837,
+ 838,
+ 839,
+ 840
+ ],
+ "name":"\u87ba\u6813 5.006",
+ "rotation":[
+ 0,
+ 0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ -0.05814337730407715,
+ 0,
+ 0.15974774956703186
+ ]
+ },
+ {
+ "mesh":446,
+ "name":"\u5706\u67f1\u4f53.097",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022863691265229136
+ ]
+ },
+ {
+ "mesh":447,
+ "name":"\u5706\u67f1\u4f53.098",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022863691265229136
+ ]
+ },
+ {
+ "mesh":448,
+ "name":"\u6324\u538b.136",
+ "translation":[
+ 0,
+ -0.10696763545274734,
+ -0.006916313897818327
+ ]
+ },
+ {
+ "mesh":449,
+ "name":"\u6324\u538b.137",
+ "translation":[
+ 0,
+ -0.015330858528614044,
+ -0.00691631343215704
+ ]
+ },
+ {
+ "children":[
+ 842,
+ 843,
+ 844,
+ 845
+ ],
+ "name":"\u87ba\u6813 6.002",
+ "rotation":[
+ 0,
+ 0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ -0.14722442626953125,
+ 0,
+ 0.08500000834465027
+ ]
+ },
+ {
+ "mesh":446,
+ "name":"\u5706\u67f1\u4f53.099",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151139676570892,
+ -0.00022830942180007696
+ ]
+ },
+ {
+ "mesh":447,
+ "name":"\u5706\u67f1\u4f53.100",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151139676570892,
+ -0.00022830942180007696
+ ]
+ },
+ {
+ "mesh":448,
+ "name":"\u6324\u538b.138",
+ "translation":[
+ 0,
+ -0.10696765035390854,
+ -0.006915911100804806
+ ]
+ },
+ {
+ "mesh":449,
+ "name":"\u6324\u538b.139",
+ "translation":[
+ 0,
+ -0.015330874361097813,
+ -0.006915909703820944
+ ]
+ },
+ {
+ "children":[
+ 847,
+ 848,
+ 849,
+ 850
+ ],
+ "name":"\u87ba\u6813 7.002",
+ "rotation":[
+ 0,
+ 0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ -0.16741728782653809,
+ 0,
+ -0.029520191252231598
+ ]
+ },
+ {
+ "mesh":446,
+ "name":"\u5706\u67f1\u4f53.101",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5000000596046448,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022835408162791282
+ ]
+ },
+ {
+ "mesh":447,
+ "name":"\u5706\u67f1\u4f53.102",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5000000596046448,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022835408162791282
+ ]
+ },
+ {
+ "mesh":448,
+ "name":"\u6324\u538b.140",
+ "translation":[
+ 0,
+ -0.10696766525506973,
+ -0.0069161648862063885
+ ]
+ },
+ {
+ "mesh":449,
+ "name":"\u6324\u538b.141",
+ "translation":[
+ 0,
+ -0.015330888330936432,
+ -0.006916174199432135
+ ]
+ },
+ {
+ "children":[
+ 852,
+ 853,
+ 854,
+ 855
+ ],
+ "name":"\u87ba\u6813 8.002",
+ "rotation":[
+ 0,
+ 0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ -0.10927391052246094,
+ 0,
+ -0.13022756576538086
+ ]
+ },
+ {
+ "children":[
+ 816,
+ 821,
+ 826,
+ 831,
+ 836,
+ 841,
+ 846,
+ 851,
+ 856
+ ],
+ "name":"\u514b\u9686.009",
+ "rotation":[
+ 0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.002170264720916748
+ ]
+ },
+ {
+ "mesh":450,
+ "name":"\u5bf9\u79f0.1 1.001",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 858
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1.010",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.9165130257606506,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":451,
+ "name":"\u5bf9\u79f0.030"
+ },
+ {
+ "children":[
+ 860
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.034",
+ "translation":[
+ -0.9165129065513611,
+ 0,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 859,
+ 861
+ ],
+ "name":"\u5bf9\u79f0.029",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.05782973766326904
+ ]
+ },
+ {
+ "children":[
+ 857,
+ 862
+ ],
+ "name":"\u8054\u8f74\u8282",
+ "translation":[
+ 0,
+ 0,
+ 0.18937450647354126
+ ]
+ },
+ {
+ "mesh":452,
+ "name":"\u5706\u67f1\u4f53.053",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151160165667534,
+ -0.00022852496476843953
+ ]
+ },
+ {
+ "mesh":453,
+ "name":"\u5706\u67f1\u4f53.054",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151160165667534,
+ -0.00022852496476843953
+ ]
+ },
+ {
+ "mesh":454,
+ "name":"\u6324\u538b.078",
+ "translation":[
+ 0,
+ -0.10696764290332794,
+ -0.006916303187608719
+ ]
+ },
+ {
+ "mesh":455,
+ "name":"\u6324\u538b.079",
+ "translation":[
+ 0,
+ -0.015330864116549492,
+ -0.006916315294802189
+ ]
+ },
+ {
+ "children":[
+ 864,
+ 865,
+ 866,
+ 867
+ ],
+ "name":"\u87ba\u6813 0.002",
+ "translation":[
+ 0,
+ 0,
+ -0.17000001668930054
+ ]
+ },
+ {
+ "mesh":452,
+ "name":"\u5706\u67f1\u4f53.055",
+ "rotation":[
+ -0.5000000596046448,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022871945111546665
+ ]
+ },
+ {
+ "mesh":453,
+ "name":"\u5706\u67f1\u4f53.056",
+ "rotation":[
+ -0.5000000596046448,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022871945111546665
+ ]
+ },
+ {
+ "mesh":454,
+ "name":"\u6324\u538b.080",
+ "translation":[
+ 0,
+ -0.10696763545274734,
+ -0.006916529964655638
+ ]
+ },
+ {
+ "mesh":455,
+ "name":"\u6324\u538b.081",
+ "translation":[
+ 0,
+ -0.015330858528614044,
+ -0.006916539743542671
+ ]
+ },
+ {
+ "children":[
+ 869,
+ 870,
+ 871,
+ 872
+ ],
+ "name":"\u87ba\u6813 1.014",
+ "rotation":[
+ 0,
+ -0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ 0.10927391052246094,
+ 0,
+ -0.13022756576538086
+ ]
+ },
+ {
+ "mesh":452,
+ "name":"\u5706\u67f1\u4f53.057",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.01715116947889328,
+ -0.0002286687958985567
+ ]
+ },
+ {
+ "mesh":453,
+ "name":"\u5706\u67f1\u4f53.058",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.01715116947889328,
+ -0.0002286687958985567
+ ]
+ },
+ {
+ "mesh":454,
+ "name":"\u6324\u538b.082",
+ "translation":[
+ 0,
+ -0.10696765035390854,
+ -0.006916270591318607
+ ]
+ },
+ {
+ "mesh":455,
+ "name":"\u6324\u538b.083",
+ "translation":[
+ 0,
+ -0.015330874361097813,
+ -0.006916269194334745
+ ]
+ },
+ {
+ "children":[
+ 874,
+ 875,
+ 876,
+ 877
+ ],
+ "name":"\u87ba\u6813 2.003",
+ "rotation":[
+ 0,
+ -0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ 0.16741728782653809,
+ 0,
+ -0.029520202428102493
+ ]
+ },
+ {
+ "mesh":452,
+ "name":"\u5706\u67f1\u4f53.059",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151184380054474,
+ -0.00022827423526905477
+ ]
+ },
+ {
+ "mesh":453,
+ "name":"\u5706\u67f1\u4f53.060",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151184380054474,
+ -0.00022827423526905477
+ ]
+ },
+ {
+ "mesh":454,
+ "name":"\u6324\u538b.084",
+ "translation":[
+ 0,
+ -0.10696766525506973,
+ -0.006916070356965065
+ ]
+ },
+ {
+ "mesh":455,
+ "name":"\u6324\u538b.085",
+ "translation":[
+ 0,
+ -0.015330888330936432,
+ -0.006916069891303778
+ ]
+ },
+ {
+ "children":[
+ 879,
+ 880,
+ 881,
+ 882
+ ],
+ "name":"\u87ba\u6813 3.003",
+ "rotation":[
+ 0,
+ -0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ 0.1472243070602417,
+ 0,
+ 0.08500000089406967
+ ]
+ },
+ {
+ "mesh":452,
+ "name":"\u5706\u67f1\u4f53.061",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.4999999701976776
+ ],
+ "translation":[
+ 0,
+ -0.017151175066828728,
+ -0.00022855504357721657
+ ]
+ },
+ {
+ "mesh":453,
+ "name":"\u5706\u67f1\u4f53.062",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.4999999701976776
+ ],
+ "translation":[
+ 0,
+ -0.017151175066828728,
+ -0.00022855504357721657
+ ]
+ },
+ {
+ "mesh":454,
+ "name":"\u6324\u538b.086",
+ "translation":[
+ 0,
+ -0.10696765780448914,
+ -0.006916328798979521
+ ]
+ },
+ {
+ "mesh":455,
+ "name":"\u6324\u538b.087",
+ "translation":[
+ 0,
+ -0.015330878086388111,
+ -0.0069163283333182335
+ ]
+ },
+ {
+ "children":[
+ 884,
+ 885,
+ 886,
+ 887
+ ],
+ "name":"\u87ba\u6813 4.002",
+ "rotation":[
+ 0,
+ -0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ 0.05814337730407715,
+ 0,
+ 0.15974774956703186
+ ]
+ },
+ {
+ "mesh":452,
+ "name":"\u5706\u67f1\u4f53.063",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.4999999701976776,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151175066828728,
+ -0.00022843583428766578
+ ]
+ },
+ {
+ "mesh":453,
+ "name":"\u5706\u67f1\u4f53.064",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.4999999701976776,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151175066828728,
+ -0.00022843583428766578
+ ]
+ },
+ {
+ "mesh":454,
+ "name":"\u6324\u538b.088",
+ "translation":[
+ 0,
+ -0.10696765780448914,
+ -0.00691620958968997
+ ]
+ },
+ {
+ "mesh":455,
+ "name":"\u6324\u538b.089",
+ "translation":[
+ 0,
+ -0.015330878086388111,
+ -0.006916209124028683
+ ]
+ },
+ {
+ "children":[
+ 889,
+ 890,
+ 891,
+ 892
+ ],
+ "name":"\u87ba\u6813 5.002",
+ "rotation":[
+ 0,
+ 0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ -0.05814337730407715,
+ 0,
+ 0.15974774956703186
+ ]
+ },
+ {
+ "mesh":452,
+ "name":"\u5706\u67f1\u4f53.065",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022863186313770711
+ ]
+ },
+ {
+ "mesh":453,
+ "name":"\u5706\u67f1\u4f53.066",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022863186313770711
+ ]
+ },
+ {
+ "mesh":454,
+ "name":"\u6324\u538b.090",
+ "translation":[
+ 0,
+ -0.10696763545274734,
+ -0.0069163087755441666
+ ]
+ },
+ {
+ "mesh":455,
+ "name":"\u6324\u538b.091",
+ "translation":[
+ 0,
+ -0.015330858528614044,
+ -0.006916308309882879
+ ]
+ },
+ {
+ "children":[
+ 894,
+ 895,
+ 896,
+ 897
+ ],
+ "name":"\u87ba\u6813 6",
+ "rotation":[
+ 0,
+ 0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ -0.14722442626953125,
+ 0,
+ 0.08500000089406967
+ ]
+ },
+ {
+ "mesh":452,
+ "name":"\u5706\u67f1\u4f53.067",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.01715116947889328,
+ -0.00022831116802990437
+ ]
+ },
+ {
+ "mesh":453,
+ "name":"\u5706\u67f1\u4f53.068",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.01715116947889328,
+ -0.00022831116802990437
+ ]
+ },
+ {
+ "mesh":454,
+ "name":"\u6324\u538b.092",
+ "translation":[
+ 0,
+ -0.10696765035390854,
+ -0.006915912963449955
+ ]
+ },
+ {
+ "mesh":455,
+ "name":"\u6324\u538b.093",
+ "translation":[
+ 0,
+ -0.015330874361097813,
+ -0.006915911566466093
+ ]
+ },
+ {
+ "children":[
+ 899,
+ 900,
+ 901,
+ 902
+ ],
+ "name":"\u87ba\u6813 7",
+ "rotation":[
+ 0,
+ 0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ -0.16741728782653809,
+ 0,
+ -0.029520202428102493
+ ]
+ },
+ {
+ "mesh":452,
+ "name":"\u5706\u67f1\u4f53.069",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5000000596046448,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.0002283618232468143
+ ]
+ },
+ {
+ "mesh":453,
+ "name":"\u5706\u67f1\u4f53.070",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5000000596046448,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.0002283618232468143
+ ]
+ },
+ {
+ "mesh":454,
+ "name":"\u6324\u538b.094",
+ "translation":[
+ 0,
+ -0.10696763545274734,
+ -0.006916291546076536
+ ]
+ },
+ {
+ "mesh":455,
+ "name":"\u6324\u538b.095",
+ "translation":[
+ 0,
+ -0.015330858528614044,
+ -0.00691630132496357
+ ]
+ },
+ {
+ "children":[
+ 904,
+ 905,
+ 906,
+ 907
+ ],
+ "name":"\u87ba\u6813 8",
+ "rotation":[
+ 0,
+ 0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ -0.10927391052246094,
+ 0,
+ -0.13022756576538086
+ ]
+ },
+ {
+ "children":[
+ 868,
+ 873,
+ 878,
+ 883,
+ 888,
+ 893,
+ 898,
+ 903,
+ 908
+ ],
+ "name":"\u514b\u9686.004",
+ "rotation":[
+ 0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.002170264720916748
+ ]
+ },
+ {
+ "mesh":456,
+ "name":"\u5bf9\u79f0.1 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 910
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1.007",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.9165128469467163,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":457,
+ "name":"\u5bf9\u79f0.020"
+ },
+ {
+ "children":[
+ 912
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.025",
+ "translation":[
+ -0.9165129661560059,
+ 0,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 911,
+ 913
+ ],
+ "name":"\u5bf9\u79f0.019",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.05782973766326904
+ ]
+ },
+ {
+ "children":[
+ 909,
+ 914
+ ],
+ "name":"\u8054\u8f74\u8282.1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 4.220479965209961,
+ 0,
+ -0.6724851727485657
+ ]
+ },
+ {
+ "mesh":458,
+ "name":"\u5706\u67f1\u4f53.084",
+ "translation":[
+ 0,
+ 0,
+ -0.03744897618889809
+ ]
+ },
+ {
+ "children":[
+ 916
+ ],
+ "name":"\u540a\u6746.004",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900083661079407,
+ 0.5201521515846252,
+ 0.4790009558200836
+ ],
+ "translation":[
+ 0.01991548202931881,
+ -0.1482672244310379,
+ -0.08371923118829727
+ ]
+ },
+ {
+ "mesh":459,
+ "name":"\u6324\u538b.110",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000534772872925,
+ -0.22471824288368225,
+ -0.08579181879758835
+ ]
+ },
+ {
+ "children":[
+ 918
+ ],
+ "name":"\u87ba\u6813.047",
+ "rotation":[
+ -0.029098285362124443,
+ -0.7065078616142273,
+ 0.0290982648730278,
+ 0.7065078020095825
+ ],
+ "translation":[
+ 0.140064537525177,
+ 0.07413344830274582,
+ 0.04185967519879341
+ ]
+ },
+ {
+ "mesh":460,
+ "name":"\u6324\u538b.111",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000534772872925,
+ -0.22471818327903748,
+ -0.08579175919294357
+ ]
+ },
+ {
+ "children":[
+ 920
+ ],
+ "name":"\u87ba\u6813.048",
+ "rotation":[
+ -0.029098285362124443,
+ -0.7065078616142273,
+ 0.0290982648730278,
+ 0.7065078020095825
+ ],
+ "translation":[
+ -0.15998005867004395,
+ 0.0741335079073906,
+ 0.04185965284705162
+ ]
+ },
+ {
+ "children":[
+ 917,
+ 919,
+ 921
+ ],
+ "name":"\u540a\u6746.003",
+ "translation":[
+ -0.022645700722932816,
+ 0.6174802184104919,
+ 0.33762770891189575
+ ]
+ },
+ {
+ "mesh":461,
+ "name":"\u5706\u67f1\u4f53.082",
+ "translation":[
+ 0,
+ 0.5003133416175842,
+ -0.6246441602706909
+ ]
+ },
+ {
+ "children":[
+ 923
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.031",
+ "rotation":[
+ 0.16832968592643738,
+ 0.6867788434028625,
+ -0.168329656124115,
+ 0.686778724193573
+ ],
+ "translation":[
+ -0.5486452579498291,
+ -0.46757379174232483,
+ 0.7664214372634888
+ ]
+ },
+ {
+ "mesh":462,
+ "name":"\u5706\u67f1\u4f53.083",
+ "translation":[
+ 0.005881346762180328,
+ 0.49403148889541626,
+ -0.6294912099838257
+ ]
+ },
+ {
+ "children":[
+ 925
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.032",
+ "translation":[
+ 0.010613004676997662,
+ -0.5191538333892822,
+ 0.6300066709518433
+ ]
+ },
+ {
+ "mesh":463,
+ "name":"\u5bf9\u79f0.026"
+ },
+ {
+ "children":[
+ 927
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.033",
+ "translation":[
+ 0,
+ 0,
+ 0.7551929950714111
+ ]
+ },
+ {
+ "children":[
+ 924,
+ 926,
+ 928
+ ],
+ "name":"\u5835\u5934.001",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900083661079407,
+ 0.5201521515846252,
+ 0.4790009558200836
+ ],
+ "translation":[
+ 0.917576014995575,
+ -0.7090154886245728,
+ 0.008429155685007572
+ ]
+ },
+ {
+ "mesh":464,
+ "name":"\u5bf9\u79f0.027",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900083661079407,
+ 0.5201521515846252,
+ 0.4790009558200836
+ ],
+ "translation":[
+ 0.27075639367103577,
+ -0.6739730834960938,
+ 0.005537733901292086
+ ]
+ },
+ {
+ "mesh":465,
+ "name":"\u6324\u538b.2 1.043",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 1.2285973189599553e-14
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.08000519126653671,
+ -0.22471864521503448,
+ -0.08579182624816895
+ ]
+ },
+ {
+ "children":[
+ 931
+ ],
+ "name":"\u87ba\u6813 0 1.004",
+ "translation":[
+ 0,
+ 0.4949997365474701,
+ 0
+ ]
+ },
+ {
+ "mesh":466,
+ "name":"\u6324\u538b.2 1.044",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 5.26835597369768e-09
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000532537698746,
+ -0.22471825778484344,
+ -0.08579197525978088
+ ]
+ },
+ {
+ "children":[
+ 933
+ ],
+ "name":"\u87ba\u6813 1 1.013",
+ "rotation":[
+ -0.4999999701976776,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.2474995255470276,
+ -0.4286825954914093
+ ]
+ },
+ {
+ "mesh":467,
+ "name":"\u6324\u538b.2 1.045",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 1.6485951541967401e-15
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.08000541478395462,
+ -0.22471849620342255,
+ -0.08579181134700775
+ ]
+ },
+ {
+ "children":[
+ 935
+ ],
+ "name":"\u87ba\u6813 2 1.004",
+ "rotation":[
+ -0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.24750027060508728,
+ -0.4286825358867645
+ ]
+ },
+ {
+ "mesh":468,
+ "name":"\u6324\u538b.2 1.046",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 1.1343918392256371e-14
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.08000525087118149,
+ -0.2247183471918106,
+ -0.08579188585281372
+ ]
+ },
+ {
+ "children":[
+ 937
+ ],
+ "name":"\u87ba\u6813 3 1.004",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 8.451573621991951e-15
+ ],
+ "translation":[
+ 0,
+ -0.49500033259391785,
+ 0
+ ]
+ },
+ {
+ "mesh":469,
+ "name":"\u6324\u538b.2 1.047",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 5.268351088716372e-09
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000534772872925,
+ -0.22471816837787628,
+ -0.08579199016094208
+ ]
+ },
+ {
+ "children":[
+ 939
+ ],
+ "name":"\u87ba\u6813 4 1.004",
+ "rotation":[
+ 0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.24750010669231415,
+ 0.4286826550960541
+ ]
+ },
+ {
+ "mesh":470,
+ "name":"\u6324\u538b.2 1.048",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 8.399993550668901e-15
+ ],
+ "scale":[
+ -1,
+ -1.0000001192092896,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.08000537753105164,
+ -0.2247181534767151,
+ -0.08579172939062119
+ ]
+ },
+ {
+ "children":[
+ 941
+ ],
+ "name":"\u87ba\u6813 5 1.004",
+ "rotation":[
+ 0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.24749968945980072,
+ 0.4286825954914093
+ ]
+ },
+ {
+ "children":[
+ 932,
+ 934,
+ 936,
+ 938,
+ 940,
+ 942
+ ],
+ "name":"\u514b\u9686 1.005",
+ "rotation":[
+ 0.9833073616027832,
+ 0,
+ 0,
+ 0.18195240199565887
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.33429646492004395,
+ -0.7090154886245728,
+ 0.008429151959717274
+ ]
+ },
+ {
+ "mesh":471,
+ "name":"\u514b\u9686.006",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ 0.1686796247959137,
+ -0.012573499232530594,
+ 0.43768081068992615
+ ]
+ },
+ {
+ "mesh":472,
+ "name":"\u6324\u538b.112",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000534772872925,
+ -0.22471846640110016,
+ -0.08579181134700775
+ ]
+ },
+ {
+ "children":[
+ 945
+ ],
+ "name":"\u87ba\u6813 0.004",
+ "translation":[
+ 0,
+ 0.07999997586011887,
+ 0
+ ]
+ },
+ {
+ "mesh":472,
+ "name":"\u6324\u538b.113",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000537753105164,
+ -0.22471798956394196,
+ -0.08579160273075104
+ ]
+ },
+ {
+ "children":[
+ 947
+ ],
+ "name":"\u87ba\u6813 1.019",
+ "rotation":[
+ -0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.039999887347221375,
+ -0.06928201019763947
+ ]
+ },
+ {
+ "mesh":472,
+ "name":"\u6324\u538b.114",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000532537698746,
+ -0.22471831738948822,
+ -0.08579179644584656
+ ]
+ },
+ {
+ "children":[
+ 949
+ ],
+ "name":"\u87ba\u6813 2.005",
+ "rotation":[
+ -0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.04000004008412361,
+ -0.06928201019763947
+ ]
+ },
+ {
+ "mesh":472,
+ "name":"\u6324\u538b.115",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000537008047104,
+ -0.22471782565116882,
+ -0.08579183369874954
+ ]
+ },
+ {
+ "children":[
+ 951
+ ],
+ "name":"\u87ba\u6813 3.005",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 3.7252978479784815e-09
+ ],
+ "translation":[
+ 0,
+ -0.08000011742115021,
+ 0
+ ]
+ },
+ {
+ "mesh":472,
+ "name":"\u6324\u538b.116",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.0800054594874382,
+ -0.2247181236743927,
+ -0.08579196780920029
+ ]
+ },
+ {
+ "children":[
+ 953
+ ],
+ "name":"\u87ba\u6813 4.004",
+ "rotation":[
+ 0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.040000028908252716,
+ 0.06928203999996185
+ ]
+ },
+ {
+ "mesh":472,
+ "name":"\u6324\u538b.117",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000538498163223,
+ -0.2247180938720703,
+ -0.08579175919294357
+ ]
+ },
+ {
+ "children":[
+ 955
+ ],
+ "name":"\u87ba\u6813 5.004",
+ "rotation":[
+ 0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.03999989852309227,
+ 0.06928203254938126
+ ]
+ },
+ {
+ "children":[
+ 946,
+ 948,
+ 950,
+ 952,
+ 954,
+ 956
+ ],
+ "name":"\u514b\u9686.007",
+ "translation":[
+ 0.3022196292877197,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":473,
+ "name":"\u6324\u538b.118",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000544458627701,
+ -0.22471830248832703,
+ -0.08579175174236298
+ ]
+ },
+ {
+ "children":[
+ 958
+ ],
+ "name":"\u87ba\u6813 0.005",
+ "translation":[
+ 0,
+ 0.49499988555908203,
+ 0
+ ]
+ },
+ {
+ "mesh":473,
+ "name":"\u6324\u538b.119",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000531047582626,
+ -0.22471821308135986,
+ -0.08579185605049133
+ ]
+ },
+ {
+ "children":[
+ 960
+ ],
+ "name":"\u87ba\u6813 1.020",
+ "rotation":[
+ -0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.24749991297721863,
+ -0.42868244647979736
+ ]
+ },
+ {
+ "mesh":473,
+ "name":"\u6324\u538b.120",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000539988279343,
+ -0.22471807897090912,
+ -0.08579207211732864
+ ]
+ },
+ {
+ "children":[
+ 962
+ ],
+ "name":"\u87ba\u6813 2.006",
+ "rotation":[
+ -0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.24750012159347534,
+ -0.4286823868751526
+ ]
+ },
+ {
+ "mesh":473,
+ "name":"\u6324\u538b.121",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000544458627701,
+ -0.22471843659877777,
+ -0.0857919305562973
+ ]
+ },
+ {
+ "children":[
+ 964
+ ],
+ "name":"\u87ba\u6813 3.006",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 7.450589478708025e-09
+ ],
+ "translation":[
+ 0,
+ -0.4949999451637268,
+ 0
+ ]
+ },
+ {
+ "mesh":473,
+ "name":"\u6324\u538b.122",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000540733337402,
+ -0.2247181534767151,
+ -0.08579184114933014
+ ]
+ },
+ {
+ "children":[
+ 966
+ ],
+ "name":"\u87ba\u6813 4.005",
+ "rotation":[
+ 0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.2474999725818634,
+ 0.4286826550960541
+ ]
+ },
+ {
+ "mesh":473,
+ "name":"\u6324\u538b.123",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000537753105164,
+ -0.22471821308135986,
+ -0.08579182624816895
+ ]
+ },
+ {
+ "children":[
+ 968
+ ],
+ "name":"\u87ba\u6813 5.005",
+ "rotation":[
+ 0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.24750006198883057,
+ 0.4286826252937317
+ ]
+ },
+ {
+ "children":[
+ 959,
+ 961,
+ 963,
+ 965,
+ 967,
+ 969
+ ],
+ "name":"\u514b\u9686.008",
+ "rotation":[
+ -0.18195240199565887,
+ 0,
+ 0,
+ 0.9833073616027832
+ ],
+ "translation":[
+ 0.33429646492004395,
+ -0.7090156078338623,
+ 0.008429165929555893
+ ]
+ },
+ {
+ "mesh":474,
+ "name":"\u6324\u538b.2 1.037",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 3.500652878685173e-09
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -1,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.08000536262989044,
+ -0.224718376994133,
+ -0.08579181879758835
+ ]
+ },
+ {
+ "children":[
+ 971
+ ],
+ "name":"\u87ba\u6813 0 1.003",
+ "translation":[
+ 0,
+ 0.08000004291534424,
+ 0
+ ]
+ },
+ {
+ "mesh":475,
+ "name":"\u6324\u538b.2 1.038",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 2.8353596803754044e-08
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.0800054520368576,
+ -0.22471806406974792,
+ -0.08579184859991074
+ ]
+ },
+ {
+ "children":[
+ 973
+ ],
+ "name":"\u87ba\u6813 1 1.012",
+ "rotation":[
+ -0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.03999995440244675,
+ -0.06928201019763947
+ ]
+ },
+ {
+ "mesh":476,
+ "name":"\u6324\u538b.2 1.039",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 8.14663714265862e-09
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000543713569641,
+ -0.224718376994133,
+ -0.08579180389642715
+ ]
+ },
+ {
+ "children":[
+ 975
+ ],
+ "name":"\u87ba\u6813 2 1.003",
+ "rotation":[
+ -0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.03999997675418854,
+ -0.06928201019763947
+ ]
+ },
+ {
+ "mesh":477,
+ "name":"\u6324\u538b.2 1.040",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071068286895752,
+ 0,
+ 1.7677167507557101e-09
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -1,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.0800052061676979,
+ -0.224717915058136,
+ -0.08579182624816895
+ ]
+ },
+ {
+ "children":[
+ 977
+ ],
+ "name":"\u87ba\u6813 3 1.003",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 3.7253009566029505e-09
+ ],
+ "translation":[
+ 0,
+ -0.08000005781650543,
+ 0
+ ]
+ },
+ {
+ "mesh":478,
+ "name":"\u6324\u538b.2 1.041",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 7.280175573498582e-09
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.08000535517930984,
+ -0.22471804916858673,
+ -0.08579197525978088
+ ]
+ },
+ {
+ "children":[
+ 979
+ ],
+ "name":"\u87ba\u6813 4 1.003",
+ "rotation":[
+ 0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.03999996557831764,
+ 0.06928203999996185
+ ]
+ },
+ {
+ "mesh":479,
+ "name":"\u6324\u538b.2 1.042",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 2.922006636651986e-08
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000537008047104,
+ -0.2247181087732315,
+ -0.08579176664352417
+ ]
+ },
+ {
+ "children":[
+ 981
+ ],
+ "name":"\u87ba\u6813 5 1.003",
+ "rotation":[
+ 0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.039999961853027344,
+ 0.06928203254938126
+ ]
+ },
+ {
+ "children":[
+ 972,
+ 974,
+ 976,
+ 978,
+ 980,
+ 982
+ ],
+ "name":"\u514b\u9686.1 1.001",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 3.725299180246111e-09
+ ],
+ "scale":[
+ -1,
+ -0.9999999403953552,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.3022196292877197,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":480,
+ "name":"\u514b\u9686.2 1.001",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ -0.16867956519126892,
+ -0.012573566287755966,
+ 0.43768084049224854
+ ]
+ },
+ {
+ "mesh":481,
+ "name":"\u5e03\u5c14 1.006",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ -0.23201395571231842,
+ -0.7090154886245728,
+ 0.0084291473031044
+ ]
+ },
+ {
+ "mesh":482,
+ "name":"\u5e03\u5c14.004",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ 0.12412946671247482,
+ -0.709015429019928,
+ 0.008429146371781826
+ ]
+ },
+ {
+ "mesh":483,
+ "name":"\u5e03\u5c14.005",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ 0.2320139855146408,
+ -0.709015429019928,
+ 0.008429140783846378
+ ]
+ },
+ {
+ "mesh":484,
+ "name":"\u5e03\u5c14.1 1.002",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ -0.12412942200899124,
+ -0.7090154886245728,
+ 0.008429157547652721
+ ]
+ },
+ {
+ "children":[
+ 943,
+ 944,
+ 957,
+ 970,
+ 983,
+ 984,
+ 985,
+ 986,
+ 987,
+ 988
+ ],
+ "name":"\u5bf9\u79f0.028",
+ "translation":[
+ 0.03825359418988228,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":485,
+ "name":"\u5706\u67f1\u4f53 1.010",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 3.1691623372071768e-15
+ ],
+ "translation":[
+ -0.015086464583873749,
+ -0.08672137558460236,
+ -0.15103399753570557
+ ]
+ },
+ {
+ "mesh":486,
+ "name":"\u5706\u67f1\u4f53.081",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 3.1691623372071768e-15
+ ],
+ "translation":[
+ -0.015086522325873375,
+ -0.08672138303518295,
+ 0.15103399753570557
+ ]
+ },
+ {
+ "mesh":487,
+ "name":"\u7acb\u65b9\u4f53 1.008",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 3.2556812470550464e-15
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 992
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1.009",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 3.2556812470550464e-15
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.1559620201587677
+ ]
+ },
+ {
+ "mesh":488,
+ "name":"\u7acb\u65b9\u4f53.009"
+ },
+ {
+ "children":[
+ 994
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.030",
+ "translation":[
+ 0,
+ 0,
+ 0.15596190094947815
+ ]
+ },
+ {
+ "mesh":489,
+ "name":"\u6324\u538b.2 1.035",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ -0.02069610171020031,
+ 0.007460946682840586,
+ -0.08579182624816895
+ ]
+ },
+ {
+ "children":[
+ 996
+ ],
+ "name":"\u87ba\u6813 1.018",
+ "rotation":[
+ 0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 3.337432996630696e-09
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.022341657429933548,
+ 0.10638009011745453,
+ -0.08270011842250824
+ ]
+ },
+ {
+ "mesh":490,
+ "name":"\u6324\u538b.108",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.02069605141878128,
+ 0.007460881024599075,
+ -0.08579179644584656
+ ]
+ },
+ {
+ "children":[
+ 998
+ ],
+ "name":"\u87ba\u6813.045",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071068286895752,
+ 0,
+ 2.8286570863400584e-09
+ ],
+ "translation":[
+ -0.022341623902320862,
+ 0.10638008266687393,
+ 0.08270002901554108
+ ]
+ },
+ {
+ "mesh":491,
+ "name":"\u6324\u538b.109",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.020695991814136505,
+ 0.007460863795131445,
+ -0.08579184114933014
+ ]
+ },
+ {
+ "children":[
+ 1000
+ ],
+ "name":"\u87ba\u6813.046",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071068286895752,
+ 0,
+ 2.8286570863400584e-09
+ ],
+ "translation":[
+ -0.022341612726449966,
+ -0.10244890302419662,
+ 0.08270006626844406
+ ]
+ },
+ {
+ "mesh":492,
+ "name":"\u6324\u538b.2 1.036",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ -0.020696131512522697,
+ 0.007460929453372955,
+ -0.08579178154468536
+ ]
+ },
+ {
+ "children":[
+ 1002
+ ],
+ "name":"\u87ba\u6813.1 1.002",
+ "rotation":[
+ 0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 3.337432996630696e-09
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.022341646254062653,
+ -0.10244889557361603,
+ -0.08270008116960526
+ ]
+ },
+ {
+ "children":[
+ 990,
+ 991,
+ 993,
+ 995,
+ 997,
+ 999,
+ 1001,
+ 1003
+ ],
+ "name":"\u5bf9\u79f0.025",
+ "translation":[
+ -0.049541499465703964,
+ 0,
+ -0.15596207976341248
+ ]
+ },
+ {
+ "children":[
+ 1004
+ ],
+ "name":"\u652f\u67b6.008",
+ "rotation":[
+ 0.47900089621543884,
+ 0.5201519727706909,
+ 0.47900083661079407,
+ 0.5201520919799805
+ ],
+ "translation":[
+ 0.19068077206611633,
+ 0.4589069187641144,
+ -0.49148958921432495
+ ]
+ },
+ {
+ "children":[
+ 922,
+ 929,
+ 930,
+ 989,
+ 1005
+ ],
+ "name":"\u9f7f\u8f6e\u7bb1",
+ "rotation":[
+ 0.5201521515846252,
+ 0.47900083661079407,
+ -0.5201520323753357,
+ 0.4790009558200836
+ ],
+ "translation":[
+ 0,
+ 0,
+ 0.697536826133728
+ ]
+ },
+ {
+ "mesh":493,
+ "name":"\u5706\u67f1\u4f53.052",
+ "translation":[
+ 0,
+ 0,
+ -0.03744906932115555
+ ]
+ },
+ {
+ "children":[
+ 1007
+ ],
+ "name":"\u540a\u6746.002",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900086641311646,
+ 0.5201521515846252,
+ 0.47900092601776123
+ ],
+ "translation":[
+ 0.019915467128157616,
+ -0.1482669711112976,
+ -0.08371923863887787
+ ]
+ },
+ {
+ "mesh":494,
+ "name":"\u6324\u538b.064",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000534772872925,
+ -0.2247183620929718,
+ -0.08579175174236298
+ ]
+ },
+ {
+ "children":[
+ 1009
+ ],
+ "name":"\u87ba\u6813.040",
+ "rotation":[
+ -0.029098279774188995,
+ -0.7065078616142273,
+ 0.029098259285092354,
+ 0.7065078020095825
+ ],
+ "translation":[
+ 0.14006461203098297,
+ 0.07413367927074432,
+ 0.041859667748212814
+ ]
+ },
+ {
+ "mesh":495,
+ "name":"\u6324\u538b.065",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000534772872925,
+ -0.224718376994133,
+ -0.0857916921377182
+ ]
+ },
+ {
+ "children":[
+ 1011
+ ],
+ "name":"\u87ba\u6813.041",
+ "rotation":[
+ -0.029098279774188995,
+ -0.7065078616142273,
+ 0.029098259285092354,
+ 0.7065078020095825
+ ],
+ "translation":[
+ -0.15998004376888275,
+ 0.07413367927074432,
+ 0.04185967892408371
+ ]
+ },
+ {
+ "children":[
+ 1008,
+ 1010,
+ 1012
+ ],
+ "name":"\u540a\u6746.001",
+ "translation":[
+ -0.022645702585577965,
+ 0.6174799799919128,
+ 0.33762773871421814
+ ]
+ },
+ {
+ "mesh":496,
+ "name":"\u5706\u67f1\u4f53.050",
+ "translation":[
+ 0,
+ 0.5003133416175842,
+ -0.62464439868927
+ ]
+ },
+ {
+ "children":[
+ 1014
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.022",
+ "rotation":[
+ 0.16832968592643738,
+ 0.6867788434028625,
+ -0.168329656124115,
+ 0.686778724193573
+ ],
+ "translation":[
+ -0.5486456155776978,
+ -0.46757379174232483,
+ 0.7664214968681335
+ ]
+ },
+ {
+ "mesh":497,
+ "name":"\u5706\u67f1\u4f53.051",
+ "translation":[
+ 0.0058806221932172775,
+ 0.49403148889541626,
+ -0.6294912695884705
+ ]
+ },
+ {
+ "children":[
+ 1016
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.023",
+ "translation":[
+ 0.010612628422677517,
+ -0.5191538333892822,
+ 0.6300066709518433
+ ]
+ },
+ {
+ "mesh":498,
+ "name":"\u5bf9\u79f0.016"
+ },
+ {
+ "children":[
+ 1018
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.024",
+ "translation":[
+ 0,
+ 0,
+ 0.7551929950714111
+ ]
+ },
+ {
+ "children":[
+ 1015,
+ 1017,
+ 1019
+ ],
+ "name":"\u5835\u5934",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900086641311646,
+ 0.5201521515846252,
+ 0.47900092601776123
+ ],
+ "translation":[
+ 0.917576014995575,
+ -0.7090157270431519,
+ 0.008429141715168953
+ ]
+ },
+ {
+ "mesh":499,
+ "name":"\u5bf9\u79f0.017",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900086641311646,
+ 0.5201521515846252,
+ 0.47900092601776123
+ ],
+ "translation":[
+ 0.27075639367103577,
+ -0.6739732027053833,
+ 0.005537711083889008
+ ]
+ },
+ {
+ "mesh":500,
+ "name":"\u6324\u538b.2 1.017",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 4.317753360304552e-16
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000552654266357,
+ -0.22471824288368225,
+ -0.08579186350107193
+ ]
+ },
+ {
+ "children":[
+ 1022
+ ],
+ "name":"\u87ba\u6813 0 1.001",
+ "translation":[
+ 0,
+ 0.4949999451637268,
+ 0
+ ]
+ },
+ {
+ "mesh":501,
+ "name":"\u6324\u538b.2 1.018",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 3.1401843342299823e-16
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000552654266357,
+ -0.22471818327903748,
+ -0.08579178154468536
+ ]
+ },
+ {
+ "children":[
+ 1024
+ ],
+ "name":"\u87ba\u6813 1 1.010",
+ "rotation":[
+ -0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.24749970436096191,
+ -0.42868271470069885
+ ]
+ },
+ {
+ "mesh":502,
+ "name":"\u6324\u538b.2 1.019",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 3.748594706534268e-15
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000540733337402,
+ -0.22471821308135986,
+ -0.08579212427139282
+ ]
+ },
+ {
+ "children":[
+ 1026
+ ],
+ "name":"\u87ba\u6813 2 1.001",
+ "rotation":[
+ -0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.24750036001205444,
+ -0.42868271470069885
+ ]
+ },
+ {
+ "mesh":503,
+ "name":"\u6324\u538b.2 1.020",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 7.457937694534534e-16
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000551909208298,
+ -0.22471822798252106,
+ -0.08579181134700775
+ ]
+ },
+ {
+ "children":[
+ 1028
+ ],
+ "name":"\u87ba\u6813 3 1.001",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 6.938893903907228e-17
+ ],
+ "translation":[
+ 0,
+ -0.4950001835823059,
+ 0
+ ]
+ },
+ {
+ "mesh":504,
+ "name":"\u6324\u538b.2 1.021",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000539988279343,
+ -0.22471818327903748,
+ -0.0857917070388794
+ ]
+ },
+ {
+ "children":[
+ 1030
+ ],
+ "name":"\u87ba\u6813 4 1.001",
+ "rotation":[
+ 0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.2474999576807022,
+ 0.4286825656890869
+ ]
+ },
+ {
+ "mesh":505,
+ "name":"\u6324\u538b.2 1.022",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 1.2364475567876372e-15
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000539988279343,
+ -0.2247181087732315,
+ -0.0857919305562973
+ ]
+ },
+ {
+ "children":[
+ 1032
+ ],
+ "name":"\u87ba\u6813 5 1.001",
+ "rotation":[
+ 0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.24749985337257385,
+ 0.4286825358867645
+ ]
+ },
+ {
+ "children":[
+ 1023,
+ 1025,
+ 1027,
+ 1029,
+ 1031,
+ 1033
+ ],
+ "name":"\u514b\u9686 1.003",
+ "rotation":[
+ 0.9833073616027832,
+ 0,
+ 0,
+ 0.1819523721933365
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.33429646492004395,
+ -0.7090157866477966,
+ 0.00842913705855608
+ ]
+ },
+ {
+ "mesh":506,
+ "name":"\u6324\u538b.072",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000540733337402,
+ -0.22471822798252106,
+ -0.08579181134700775
+ ]
+ },
+ {
+ "children":[
+ 1035
+ ],
+ "name":"\u87ba\u6813 0.001",
+ "translation":[
+ 0,
+ 0.4949999749660492,
+ 0
+ ]
+ },
+ {
+ "mesh":506,
+ "name":"\u6324\u538b.073",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000540733337402,
+ -0.22471818327903748,
+ -0.08579199016094208
+ ]
+ },
+ {
+ "children":[
+ 1037
+ ],
+ "name":"\u87ba\u6813 1.013",
+ "rotation":[
+ -0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.2474997490644455,
+ -0.42868268489837646
+ ]
+ },
+ {
+ "mesh":506,
+ "name":"\u6324\u538b.074",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.0800054669380188,
+ -0.22471824288368225,
+ -0.08579209446907043
+ ]
+ },
+ {
+ "children":[
+ 1039
+ ],
+ "name":"\u87ba\u6813 2.002",
+ "rotation":[
+ -0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.24750031530857086,
+ -0.42868274450302124
+ ]
+ },
+ {
+ "mesh":506,
+ "name":"\u6324\u538b.075",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000541478395462,
+ -0.22471800446510315,
+ -0.0857919380068779
+ ]
+ },
+ {
+ "children":[
+ 1041
+ ],
+ "name":"\u87ba\u6813 3.002",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 6.938893903907228e-17
+ ],
+ "translation":[
+ 0,
+ -0.495000422000885,
+ 0
+ ]
+ },
+ {
+ "mesh":506,
+ "name":"\u6324\u538b.076",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000541478395462,
+ -0.22471818327903748,
+ -0.08579172194004059
+ ]
+ },
+ {
+ "children":[
+ 1043
+ ],
+ "name":"\u87ba\u6813 4.001",
+ "rotation":[
+ 0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.24750018119812012,
+ 0.4286825656890869
+ ]
+ },
+ {
+ "mesh":506,
+ "name":"\u6324\u538b.077",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000541478395462,
+ -0.22471795976161957,
+ -0.08579205721616745
+ ]
+ },
+ {
+ "children":[
+ 1045
+ ],
+ "name":"\u87ba\u6813 5.001",
+ "rotation":[
+ 0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.24749988317489624,
+ 0.4286825954914093
+ ]
+ },
+ {
+ "children":[
+ 1036,
+ 1038,
+ 1040,
+ 1042,
+ 1044,
+ 1046
+ ],
+ "name":"\u514b\u9686.003",
+ "rotation":[
+ -0.18195238709449768,
+ 0,
+ 0,
+ 0.9833073616027832
+ ],
+ "translation":[
+ 0.33429640531539917,
+ -0.7090157866477966,
+ 0.008429129607975483
+ ]
+ },
+ {
+ "mesh":507,
+ "name":"\u6324\u538b.066",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.0800054743885994,
+ -0.2247183620929718,
+ -0.08579183369874954
+ ]
+ },
+ {
+ "children":[
+ 1048
+ ],
+ "name":"\u87ba\u6813 0",
+ "translation":[
+ 0,
+ 0.07999982684850693,
+ 0
+ ]
+ },
+ {
+ "mesh":507,
+ "name":"\u6324\u538b.067",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000548183917999,
+ -0.22471804916858673,
+ -0.08579163998365402
+ ]
+ },
+ {
+ "children":[
+ 1050
+ ],
+ "name":"\u87ba\u6813 1.012",
+ "rotation":[
+ -0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.03999997302889824,
+ -0.06928203999996185
+ ]
+ },
+ {
+ "mesh":507,
+ "name":"\u6324\u538b.068",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000541478395462,
+ -0.2247181087732315,
+ -0.08579181879758835
+ ]
+ },
+ {
+ "children":[
+ 1052
+ ],
+ "name":"\u87ba\u6813 2.001",
+ "rotation":[
+ -0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.04000019282102585,
+ -0.06928202509880066
+ ]
+ },
+ {
+ "mesh":507,
+ "name":"\u6324\u538b.069",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.0800054669380188,
+ -0.22471803426742554,
+ -0.08579182624816895
+ ]
+ },
+ {
+ "children":[
+ 1054
+ ],
+ "name":"\u87ba\u6813 3.001",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 3.725290298461914e-09
+ ],
+ "translation":[
+ 0,
+ -0.08000027388334274,
+ 0
+ ]
+ },
+ {
+ "mesh":507,
+ "name":"\u6324\u538b.070",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000540733337402,
+ -0.22471821308135986,
+ -0.08579190075397491
+ ]
+ },
+ {
+ "children":[
+ 1056
+ ],
+ "name":"\u87ba\u6813 4",
+ "rotation":[
+ 0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.04000018164515495,
+ 0.06928203254938126
+ ]
+ },
+ {
+ "mesh":507,
+ "name":"\u6324\u538b.071",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000541478395462,
+ -0.22471816837787628,
+ -0.08579176664352417
+ ]
+ },
+ {
+ "children":[
+ 1058
+ ],
+ "name":"\u87ba\u6813 5",
+ "rotation":[
+ 0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.039999984204769135,
+ 0.06928202509880066
+ ]
+ },
+ {
+ "children":[
+ 1049,
+ 1051,
+ 1053,
+ 1055,
+ 1057,
+ 1059
+ ],
+ "name":"\u514b\u9686.1",
+ "translation":[
+ 0.30221956968307495,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":508,
+ "name":"\u6324\u538b.2 1.011",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 1.7677166397334076e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.0800054743885994,
+ -0.22471843659877777,
+ -0.08579184114933014
+ ]
+ },
+ {
+ "children":[
+ 1061
+ ],
+ "name":"\u87ba\u6813 0 1",
+ "translation":[
+ 0,
+ 0.07999974489212036,
+ 0
+ ]
+ },
+ {
+ "mesh":509,
+ "name":"\u6324\u538b.2 1.012",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 2.8353600356467723e-08
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.08000535517930984,
+ -0.22471807897090912,
+ -0.08579158037900925
+ ]
+ },
+ {
+ "children":[
+ 1063
+ ],
+ "name":"\u87ba\u6813 1 1.009",
+ "rotation":[
+ -0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.03999989107251167,
+ -0.06928203999996185
+ ]
+ },
+ {
+ "mesh":510,
+ "name":"\u6324\u538b.2 1.013",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 1.868334820187556e-08
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.0800054669380188,
+ -0.22471806406974792,
+ -0.08579175919294357
+ ]
+ },
+ {
+ "children":[
+ 1065
+ ],
+ "name":"\u87ba\u6813 2 1",
+ "rotation":[
+ -0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.040000274777412415,
+ -0.06928202509880066
+ ]
+ },
+ {
+ "mesh":511,
+ "name":"\u6324\u538b.2 1.014",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071068286895752,
+ 0,
+ 3.5006402221426924e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.08000534772872925,
+ -0.22471795976161957,
+ -0.08579181879758835
+ ]
+ },
+ {
+ "children":[
+ 1067
+ ],
+ "name":"\u87ba\u6813 3 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 3.7252898543727042e-09
+ ],
+ "translation":[
+ 0,
+ -0.08000034838914871,
+ 0
+ ]
+ },
+ {
+ "mesh":512,
+ "name":"\u6324\u538b.2 1.015",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 2.8353600356467723e-08
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -0.9999998807907104
+ ],
+ "translation":[
+ -0.08000534772872925,
+ -0.22471804916858673,
+ -0.08579196035861969
+ ]
+ },
+ {
+ "children":[
+ 1069
+ ],
+ "name":"\u87ba\u6813 4 1",
+ "rotation":[
+ 0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.04000025987625122,
+ 0.06928203254938126
+ ]
+ },
+ {
+ "mesh":513,
+ "name":"\u6324\u538b.2 1.016",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 1.86833499782324e-08
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.0800054669380188,
+ -0.2247181236743927,
+ -0.08579181134700775
+ ]
+ },
+ {
+ "children":[
+ 1071
+ ],
+ "name":"\u87ba\u6813 5 1",
+ "rotation":[
+ 0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.03999990224838257,
+ 0.06928202509880066
+ ]
+ },
+ {
+ "children":[
+ 1062,
+ 1064,
+ 1066,
+ 1068,
+ 1070,
+ 1072
+ ],
+ "name":"\u514b\u9686.1 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 3.7252898543727042e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.3022196292877197,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":514,
+ "name":"\u514b\u9686.2",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ 0.16867953538894653,
+ -0.012573868036270142,
+ 0.43768081068992615
+ ]
+ },
+ {
+ "mesh":515,
+ "name":"\u514b\u9686.2 1",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ -0.1686795949935913,
+ -0.012573880143463612,
+ 0.43768081068992615
+ ]
+ },
+ {
+ "mesh":516,
+ "name":"\u5e03\u5c14 1.005",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ -0.23201394081115723,
+ -0.7090157866477966,
+ 0.008429133333265781
+ ]
+ },
+ {
+ "mesh":517,
+ "name":"\u5e03\u5c14.003",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ 0.23201388120651245,
+ -0.7090157866477966,
+ 0.008429133333265781
+ ]
+ },
+ {
+ "mesh":518,
+ "name":"\u5e03\u5c14.1",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ 0.12412934750318527,
+ -0.7090157866477966,
+ 0.00842913705855608
+ ]
+ },
+ {
+ "mesh":519,
+ "name":"\u5e03\u5c14.1 1.001",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ -0.12412954121828079,
+ -0.7090157866477966,
+ 0.008429130539298058
+ ]
+ },
+ {
+ "children":[
+ 1034,
+ 1047,
+ 1060,
+ 1073,
+ 1074,
+ 1075,
+ 1076,
+ 1077,
+ 1078,
+ 1079
+ ],
+ "name":"\u5bf9\u79f0.018",
+ "translation":[
+ 0.03825359791517258,
+ 0,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 1013,
+ 1020,
+ 1021,
+ 1080
+ ],
+ "name":"\u9f7f\u8f6e\u7bb1.1",
+ "rotation":[
+ 0.5201520323753357,
+ -0.4790009558200836,
+ 0.5201520323753357,
+ 0.47900089621543884
+ ],
+ "translation":[
+ 4.220479965209961,
+ 0,
+ -1.1806474924087524
+ ]
+ },
+ {
+ "children":[
+ 715,
+ 811,
+ 863,
+ 915,
+ 1006,
+ 1081
+ ],
+ "name":"\u4e09\u4ef6\u5957",
+ "translation":[
+ -2.083176612854004,
+ 0.14298699796199799,
+ 0.20395725965499878
+ ]
+ },
+ {
+ "mesh":520,
+ "name":"Cube"
+ }
+ ],
+ "materials":[
+ {
+ "doubleSided":true,
+ "name":"Material",
+ "pbrMetallicRoughness":{
+ "baseColorFactor":[
+ 0.800000011920929,
+ 0.800000011920929,
+ 0.800000011920929,
+ 1
+ ],
+ "metallicFactor":0,
+ "roughnessFactor":0.5
+ }
+ }
+ ],
+ "meshes":[
+ {
+ "name":"\u5bf9\u79f0 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":0,
+ "NORMAL":1,
+ "TEXCOORD_0":2
+ },
+ "indices":3
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":4,
+ "NORMAL":5,
+ "TEXCOORD_0":6
+ },
+ "indices":7
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.3 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":8,
+ "NORMAL":9,
+ "TEXCOORD_0":10
+ },
+ "indices":7
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":11,
+ "NORMAL":12,
+ "TEXCOORD_0":13
+ },
+ "indices":14
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":15,
+ "NORMAL":16,
+ "TEXCOORD_0":17
+ },
+ "indices":18
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.011",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":19,
+ "NORMAL":20,
+ "TEXCOORD_0":21
+ },
+ "indices":22
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":23,
+ "NORMAL":24,
+ "TEXCOORD_0":25
+ },
+ "indices":22
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":26,
+ "NORMAL":27,
+ "TEXCOORD_0":28
+ },
+ "indices":29
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":30,
+ "NORMAL":31,
+ "TEXCOORD_0":32
+ },
+ "indices":33
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":34,
+ "NORMAL":35,
+ "TEXCOORD_0":36
+ },
+ "indices":37
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":38,
+ "NORMAL":39,
+ "TEXCOORD_0":40
+ },
+ "indices":37
+ }
+ ]
+ },
+ {
+ "name":"\u7814\u78e8\u5b50 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":41,
+ "NORMAL":42,
+ "TEXCOORD_0":43
+ },
+ "indices":44
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":45,
+ "NORMAL":46,
+ "TEXCOORD_0":47
+ },
+ "indices":48
+ }
+ ]
+ },
+ {
+ "name":"\u7814\u78e8\u5b50 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":49,
+ "NORMAL":50,
+ "TEXCOORD_0":51
+ },
+ "indices":52
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":53,
+ "NORMAL":54,
+ "TEXCOORD_0":55
+ },
+ "indices":56
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":57,
+ "NORMAL":58,
+ "TEXCOORD_0":59
+ },
+ "indices":60
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":61,
+ "NORMAL":62,
+ "TEXCOORD_0":63
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":65,
+ "NORMAL":66,
+ "TEXCOORD_0":67
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":68,
+ "NORMAL":69,
+ "TEXCOORD_0":70
+ },
+ "indices":60
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":71,
+ "NORMAL":72,
+ "TEXCOORD_0":73
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":74,
+ "NORMAL":75,
+ "TEXCOORD_0":76
+ },
+ "indices":77
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.2 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":78,
+ "NORMAL":79,
+ "TEXCOORD_0":80
+ },
+ "indices":81
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":82,
+ "NORMAL":83,
+ "TEXCOORD_0":84
+ },
+ "indices":85
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":86,
+ "NORMAL":87,
+ "TEXCOORD_0":88
+ },
+ "indices":89
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":90,
+ "NORMAL":91,
+ "TEXCOORD_0":92
+ },
+ "indices":89
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":93,
+ "NORMAL":94,
+ "TEXCOORD_0":95
+ },
+ "indices":85
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":96,
+ "NORMAL":97,
+ "TEXCOORD_0":98
+ },
+ "indices":89
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":99,
+ "NORMAL":100,
+ "TEXCOORD_0":101
+ },
+ "indices":102
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.2 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":103,
+ "NORMAL":104,
+ "TEXCOORD_0":105
+ },
+ "indices":106
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":107,
+ "NORMAL":108,
+ "TEXCOORD_0":109
+ },
+ "indices":110
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":111,
+ "NORMAL":112,
+ "TEXCOORD_0":113
+ },
+ "indices":114
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.3",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":115,
+ "NORMAL":116,
+ "TEXCOORD_0":117
+ },
+ "indices":114
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":118,
+ "NORMAL":119,
+ "TEXCOORD_0":120
+ },
+ "indices":14
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":121,
+ "NORMAL":122,
+ "TEXCOORD_0":123
+ },
+ "indices":18
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":124,
+ "NORMAL":125,
+ "TEXCOORD_0":126
+ },
+ "indices":22
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":127,
+ "NORMAL":128,
+ "TEXCOORD_0":129
+ },
+ "indices":22
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":130,
+ "NORMAL":131,
+ "TEXCOORD_0":132
+ },
+ "indices":29
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":133,
+ "NORMAL":134,
+ "TEXCOORD_0":135
+ },
+ "indices":33
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":136,
+ "NORMAL":137,
+ "TEXCOORD_0":138
+ },
+ "indices":48
+ }
+ ]
+ },
+ {
+ "name":"\u7814\u78e8\u5b50 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":139,
+ "NORMAL":140,
+ "TEXCOORD_0":141
+ },
+ "indices":52
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":142,
+ "NORMAL":143,
+ "TEXCOORD_0":144
+ },
+ "indices":56
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":145,
+ "NORMAL":146,
+ "TEXCOORD_0":147
+ },
+ "indices":60
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":148,
+ "NORMAL":149,
+ "TEXCOORD_0":150
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":151,
+ "NORMAL":152,
+ "TEXCOORD_0":153
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":154,
+ "NORMAL":155,
+ "TEXCOORD_0":156
+ },
+ "indices":60
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":157,
+ "NORMAL":158,
+ "TEXCOORD_0":159
+ },
+ "indices":77
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":160,
+ "NORMAL":161,
+ "TEXCOORD_0":162
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":163,
+ "NORMAL":164,
+ "TEXCOORD_0":165
+ },
+ "indices":81
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":166,
+ "NORMAL":167,
+ "TEXCOORD_0":168
+ },
+ "indices":85
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":169,
+ "NORMAL":170,
+ "TEXCOORD_0":171
+ },
+ "indices":85
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.2 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":172,
+ "NORMAL":173,
+ "TEXCOORD_0":174
+ },
+ "indices":106
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 0 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":175,
+ "NORMAL":176,
+ "TEXCOORD_0":177
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 1 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":179,
+ "NORMAL":180,
+ "TEXCOORD_0":181
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 10 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":182,
+ "NORMAL":183,
+ "TEXCOORD_0":184
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 2 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":185,
+ "NORMAL":186,
+ "TEXCOORD_0":187
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 3 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":188,
+ "NORMAL":189,
+ "TEXCOORD_0":190
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 4 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":191,
+ "NORMAL":192,
+ "TEXCOORD_0":193
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 5 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":194,
+ "NORMAL":195,
+ "TEXCOORD_0":196
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 6 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":197,
+ "NORMAL":198,
+ "TEXCOORD_0":199
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 7 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":200,
+ "NORMAL":201,
+ "TEXCOORD_0":202
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 8 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":203,
+ "NORMAL":204,
+ "TEXCOORD_0":205
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 9 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":206,
+ "NORMAL":207,
+ "TEXCOORD_0":208
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":209,
+ "NORMAL":210,
+ "TEXCOORD_0":211
+ },
+ "indices":212
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 0 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":213,
+ "NORMAL":214,
+ "TEXCOORD_0":215
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":217,
+ "NORMAL":218,
+ "TEXCOORD_0":219
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 10 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":220,
+ "NORMAL":221,
+ "TEXCOORD_0":222
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 2 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":223,
+ "NORMAL":224,
+ "TEXCOORD_0":225
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 3 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":226,
+ "NORMAL":227,
+ "TEXCOORD_0":228
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 4 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":229,
+ "NORMAL":230,
+ "TEXCOORD_0":231
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 5 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":232,
+ "NORMAL":233,
+ "TEXCOORD_0":234
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 6 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":235,
+ "NORMAL":236,
+ "TEXCOORD_0":237
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 7 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":238,
+ "NORMAL":239,
+ "TEXCOORD_0":240
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 8 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":241,
+ "NORMAL":242,
+ "TEXCOORD_0":243
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 9 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":244,
+ "NORMAL":245,
+ "TEXCOORD_0":246
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":247,
+ "NORMAL":248,
+ "TEXCOORD_0":249
+ },
+ "indices":250
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 0 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":251,
+ "NORMAL":252,
+ "TEXCOORD_0":253
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":254,
+ "NORMAL":255,
+ "TEXCOORD_0":256
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 10 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":257,
+ "NORMAL":258,
+ "TEXCOORD_0":259
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 2 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":260,
+ "NORMAL":261,
+ "TEXCOORD_0":262
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 3 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":263,
+ "NORMAL":264,
+ "TEXCOORD_0":265
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 4 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":266,
+ "NORMAL":267,
+ "TEXCOORD_0":268
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 5 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":269,
+ "NORMAL":270,
+ "TEXCOORD_0":271
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 6 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":272,
+ "NORMAL":273,
+ "TEXCOORD_0":274
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 7 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":275,
+ "NORMAL":276,
+ "TEXCOORD_0":277
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 8 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":278,
+ "NORMAL":279,
+ "TEXCOORD_0":280
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 9 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":281,
+ "NORMAL":282,
+ "TEXCOORD_0":283
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":284,
+ "NORMAL":285,
+ "TEXCOORD_0":286
+ },
+ "indices":250
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 0",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":287,
+ "NORMAL":288,
+ "TEXCOORD_0":289
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":290,
+ "NORMAL":291,
+ "TEXCOORD_0":292
+ },
+ "indices":212
+ }
+ ]
+ },
+ {
+ "name":"\u8f66\u8f74",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":293,
+ "NORMAL":294,
+ "TEXCOORD_0":295
+ },
+ "indices":296
+ }
+ ]
+ },
+ {
+ "name":"\u8f6e\u997c",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":297,
+ "NORMAL":298,
+ "TEXCOORD_0":299
+ },
+ "indices":300
+ }
+ ]
+ },
+ {
+ "name":"\u8f6e\u997c.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":301,
+ "NORMAL":302,
+ "TEXCOORD_0":303
+ },
+ "indices":304
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":305,
+ "NORMAL":306,
+ "TEXCOORD_0":307
+ },
+ "indices":110
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":308,
+ "NORMAL":309,
+ "TEXCOORD_0":310
+ },
+ "indices":114
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.3 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":311,
+ "NORMAL":312,
+ "TEXCOORD_0":313
+ },
+ "indices":114
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":314,
+ "NORMAL":315,
+ "TEXCOORD_0":316
+ },
+ "indices":14
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":317,
+ "NORMAL":318,
+ "TEXCOORD_0":319
+ },
+ "indices":18
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":320,
+ "NORMAL":321,
+ "TEXCOORD_0":322
+ },
+ "indices":22
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":323,
+ "NORMAL":324,
+ "TEXCOORD_0":325
+ },
+ "indices":22
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":326,
+ "NORMAL":327,
+ "TEXCOORD_0":328
+ },
+ "indices":29
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":329,
+ "NORMAL":330,
+ "TEXCOORD_0":331
+ },
+ "indices":33
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":332,
+ "NORMAL":333,
+ "TEXCOORD_0":334
+ },
+ "indices":37
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":335,
+ "NORMAL":336,
+ "TEXCOORD_0":337
+ },
+ "indices":37
+ }
+ ]
+ },
+ {
+ "name":"\u7814\u78e8\u5b50 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":338,
+ "NORMAL":339,
+ "TEXCOORD_0":340
+ },
+ "indices":44
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":341,
+ "NORMAL":342,
+ "TEXCOORD_0":343
+ },
+ "indices":48
+ }
+ ]
+ },
+ {
+ "name":"\u7814\u78e8\u5b50 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":344,
+ "NORMAL":345,
+ "TEXCOORD_0":346
+ },
+ "indices":52
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":347,
+ "NORMAL":348,
+ "TEXCOORD_0":349
+ },
+ "indices":56
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":350,
+ "NORMAL":351,
+ "TEXCOORD_0":352
+ },
+ "indices":60
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":353,
+ "NORMAL":354,
+ "TEXCOORD_0":355
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":356,
+ "NORMAL":357,
+ "TEXCOORD_0":358
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":359,
+ "NORMAL":360,
+ "TEXCOORD_0":361
+ },
+ "indices":60
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":362,
+ "NORMAL":363,
+ "TEXCOORD_0":364
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":365,
+ "NORMAL":366,
+ "TEXCOORD_0":367
+ },
+ "indices":77
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.2 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":368,
+ "NORMAL":369,
+ "TEXCOORD_0":370
+ },
+ "indices":81
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":371,
+ "NORMAL":372,
+ "TEXCOORD_0":373
+ },
+ "indices":85
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":374,
+ "NORMAL":375,
+ "TEXCOORD_0":376
+ },
+ "indices":89
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":377,
+ "NORMAL":378,
+ "TEXCOORD_0":379
+ },
+ "indices":89
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":380,
+ "NORMAL":381,
+ "TEXCOORD_0":382
+ },
+ "indices":85
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":383,
+ "NORMAL":384,
+ "TEXCOORD_0":385
+ },
+ "indices":89
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":386,
+ "NORMAL":387,
+ "TEXCOORD_0":388
+ },
+ "indices":102
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.2 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":389,
+ "NORMAL":390,
+ "TEXCOORD_0":391
+ },
+ "indices":106
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":392,
+ "NORMAL":393,
+ "TEXCOORD_0":394
+ },
+ "indices":3
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":395,
+ "NORMAL":396,
+ "TEXCOORD_0":397
+ },
+ "indices":7
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.3 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":398,
+ "NORMAL":399,
+ "TEXCOORD_0":400
+ },
+ "indices":7
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":401,
+ "NORMAL":402,
+ "TEXCOORD_0":403
+ },
+ "indices":29
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":404,
+ "NORMAL":405,
+ "TEXCOORD_0":406
+ },
+ "indices":33
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":407,
+ "NORMAL":408,
+ "TEXCOORD_0":409
+ },
+ "indices":37
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":410,
+ "NORMAL":411,
+ "TEXCOORD_0":412
+ },
+ "indices":37
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":413,
+ "NORMAL":414,
+ "TEXCOORD_0":415
+ },
+ "indices":14
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":416,
+ "NORMAL":417,
+ "TEXCOORD_0":418
+ },
+ "indices":18
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":419,
+ "NORMAL":420,
+ "TEXCOORD_0":421
+ },
+ "indices":22
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":422,
+ "NORMAL":423,
+ "TEXCOORD_0":424
+ },
+ "indices":22
+ }
+ ]
+ },
+ {
+ "name":"\u7814\u78e8\u5b50 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":425,
+ "NORMAL":426,
+ "TEXCOORD_0":427
+ },
+ "indices":52
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":428,
+ "NORMAL":429,
+ "TEXCOORD_0":430
+ },
+ "indices":56
+ }
+ ]
+ },
+ {
+ "name":"\u7814\u78e8\u5b50 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":431,
+ "NORMAL":432,
+ "TEXCOORD_0":433
+ },
+ "indices":44
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":434,
+ "NORMAL":435,
+ "TEXCOORD_0":436
+ },
+ "indices":48
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":437,
+ "NORMAL":438,
+ "TEXCOORD_0":439
+ },
+ "indices":85
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":440,
+ "NORMAL":441,
+ "TEXCOORD_0":442
+ },
+ "indices":89
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":443,
+ "NORMAL":444,
+ "TEXCOORD_0":445
+ },
+ "indices":89
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":446,
+ "NORMAL":447,
+ "TEXCOORD_0":448
+ },
+ "indices":85
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":449,
+ "NORMAL":450,
+ "TEXCOORD_0":451
+ },
+ "indices":89
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":452,
+ "NORMAL":453,
+ "TEXCOORD_0":454
+ },
+ "indices":102
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.2 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":455,
+ "NORMAL":456,
+ "TEXCOORD_0":457
+ },
+ "indices":106
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":458,
+ "NORMAL":459,
+ "TEXCOORD_0":460
+ },
+ "indices":60
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":461,
+ "NORMAL":462,
+ "TEXCOORD_0":463
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":464,
+ "NORMAL":465,
+ "TEXCOORD_0":466
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":467,
+ "NORMAL":468,
+ "TEXCOORD_0":469
+ },
+ "indices":60
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":470,
+ "NORMAL":471,
+ "TEXCOORD_0":472
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":473,
+ "NORMAL":474,
+ "TEXCOORD_0":475
+ },
+ "indices":77
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.2 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":476,
+ "NORMAL":477,
+ "TEXCOORD_0":478
+ },
+ "indices":81
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 0 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":479,
+ "NORMAL":480,
+ "TEXCOORD_0":481
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 1 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":482,
+ "NORMAL":483,
+ "TEXCOORD_0":484
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 10 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":485,
+ "NORMAL":486,
+ "TEXCOORD_0":487
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 2 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":488,
+ "NORMAL":489,
+ "TEXCOORD_0":490
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 3 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":491,
+ "NORMAL":492,
+ "TEXCOORD_0":493
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 4 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":494,
+ "NORMAL":495,
+ "TEXCOORD_0":496
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 5 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":497,
+ "NORMAL":498,
+ "TEXCOORD_0":499
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 6 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":500,
+ "NORMAL":501,
+ "TEXCOORD_0":502
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 7 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":503,
+ "NORMAL":504,
+ "TEXCOORD_0":505
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 8 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":506,
+ "NORMAL":507,
+ "TEXCOORD_0":508
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 9 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":509,
+ "NORMAL":510,
+ "TEXCOORD_0":511
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":512,
+ "NORMAL":513,
+ "TEXCOORD_0":514
+ },
+ "indices":212
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 0 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":515,
+ "NORMAL":516,
+ "TEXCOORD_0":517
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":518,
+ "NORMAL":519,
+ "TEXCOORD_0":520
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 10 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":521,
+ "NORMAL":522,
+ "TEXCOORD_0":523
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 2 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":524,
+ "NORMAL":525,
+ "TEXCOORD_0":526
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 3 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":527,
+ "NORMAL":528,
+ "TEXCOORD_0":529
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 4 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":530,
+ "NORMAL":531,
+ "TEXCOORD_0":532
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 5 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":533,
+ "NORMAL":534,
+ "TEXCOORD_0":535
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 6 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":536,
+ "NORMAL":537,
+ "TEXCOORD_0":538
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 7 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":539,
+ "NORMAL":540,
+ "TEXCOORD_0":541
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 8 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":542,
+ "NORMAL":543,
+ "TEXCOORD_0":544
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 9 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":545,
+ "NORMAL":546,
+ "TEXCOORD_0":547
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":548,
+ "NORMAL":549,
+ "TEXCOORD_0":550
+ },
+ "indices":250
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 0 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":551,
+ "NORMAL":552,
+ "TEXCOORD_0":553
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":554,
+ "NORMAL":555,
+ "TEXCOORD_0":556
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 10 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":557,
+ "NORMAL":558,
+ "TEXCOORD_0":559
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 2 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":560,
+ "NORMAL":561,
+ "TEXCOORD_0":562
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 3 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":563,
+ "NORMAL":564,
+ "TEXCOORD_0":565
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 4 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":566,
+ "NORMAL":567,
+ "TEXCOORD_0":568
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 5 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":569,
+ "NORMAL":570,
+ "TEXCOORD_0":571
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 6 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":572,
+ "NORMAL":573,
+ "TEXCOORD_0":574
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 7 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":575,
+ "NORMAL":576,
+ "TEXCOORD_0":577
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 8 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":578,
+ "NORMAL":579,
+ "TEXCOORD_0":580
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 9 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":581,
+ "NORMAL":582,
+ "TEXCOORD_0":583
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":584,
+ "NORMAL":585,
+ "TEXCOORD_0":586
+ },
+ "indices":212
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 0 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":587,
+ "NORMAL":588,
+ "TEXCOORD_0":589
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 1 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":590,
+ "NORMAL":591,
+ "TEXCOORD_0":592
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 10 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":593,
+ "NORMAL":594,
+ "TEXCOORD_0":595
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 2 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":596,
+ "NORMAL":597,
+ "TEXCOORD_0":598
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 3 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":599,
+ "NORMAL":600,
+ "TEXCOORD_0":601
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 4 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":602,
+ "NORMAL":603,
+ "TEXCOORD_0":604
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 5 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":605,
+ "NORMAL":606,
+ "TEXCOORD_0":607
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 6 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":608,
+ "NORMAL":609,
+ "TEXCOORD_0":610
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 7 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":611,
+ "NORMAL":612,
+ "TEXCOORD_0":613
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 8 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":614,
+ "NORMAL":615,
+ "TEXCOORD_0":616
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 9 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":617,
+ "NORMAL":618,
+ "TEXCOORD_0":619
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":620,
+ "NORMAL":621,
+ "TEXCOORD_0":622
+ },
+ "indices":250
+ }
+ ]
+ },
+ {
+ "name":"\u8f66\u8f74 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":623,
+ "NORMAL":624,
+ "TEXCOORD_0":625
+ },
+ "indices":626
+ }
+ ]
+ },
+ {
+ "name":"\u8f6e\u997c 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":627,
+ "NORMAL":628,
+ "TEXCOORD_0":629
+ },
+ "indices":630
+ }
+ ]
+ },
+ {
+ "name":"\u8f6e\u997c 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":631,
+ "NORMAL":632,
+ "TEXCOORD_0":633
+ },
+ "indices":634
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":635,
+ "NORMAL":636,
+ "TEXCOORD_0":637
+ },
+ "indices":638
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":639,
+ "NORMAL":640,
+ "TEXCOORD_0":641
+ },
+ "indices":642
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":643,
+ "NORMAL":644,
+ "TEXCOORD_0":645
+ },
+ "indices":646
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":647,
+ "NORMAL":648,
+ "TEXCOORD_0":649
+ },
+ "indices":650
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":651,
+ "NORMAL":652,
+ "TEXCOORD_0":653
+ },
+ "indices":650
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":654,
+ "NORMAL":655,
+ "TEXCOORD_0":656
+ },
+ "indices":646
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":657,
+ "NORMAL":658,
+ "TEXCOORD_0":659
+ },
+ "indices":650
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":660,
+ "NORMAL":661,
+ "TEXCOORD_0":662
+ },
+ "indices":650
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 3",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":663,
+ "NORMAL":664,
+ "TEXCOORD_0":665
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 3",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":667,
+ "NORMAL":668,
+ "TEXCOORD_0":669
+ },
+ "indices":670
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 3",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":671,
+ "NORMAL":672,
+ "TEXCOORD_0":673
+ },
+ "indices":670
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":674,
+ "NORMAL":675,
+ "TEXCOORD_0":676
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":677,
+ "NORMAL":678,
+ "TEXCOORD_0":679
+ },
+ "indices":670
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":680,
+ "NORMAL":681,
+ "TEXCOORD_0":682
+ },
+ "indices":670
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.016",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":683,
+ "NORMAL":684,
+ "TEXCOORD_0":685
+ },
+ "indices":686
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":687,
+ "NORMAL":688,
+ "TEXCOORD_0":689
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":691,
+ "NORMAL":692,
+ "TEXCOORD_0":693
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.3",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":694,
+ "NORMAL":695,
+ "TEXCOORD_0":696
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.4",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":697,
+ "NORMAL":698,
+ "TEXCOORD_0":699
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.5",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":700,
+ "NORMAL":701,
+ "TEXCOORD_0":702
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.6",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":703,
+ "NORMAL":704,
+ "TEXCOORD_0":705
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":706,
+ "NORMAL":707,
+ "TEXCOORD_0":708
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.8",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":709,
+ "NORMAL":710,
+ "TEXCOORD_0":711
+ },
+ "indices":686
+ }
+ ]
+ },
+ {
+ "name":"\u5782\u5411\u6b62\u6321",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":712,
+ "NORMAL":713,
+ "TEXCOORD_0":714
+ },
+ "indices":715
+ }
+ ]
+ },
+ {
+ "name":"\u5927\u81c2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":716,
+ "NORMAL":717,
+ "TEXCOORD_0":718
+ },
+ "indices":719
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":720,
+ "NORMAL":721,
+ "TEXCOORD_0":722
+ },
+ "indices":723
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":724,
+ "NORMAL":725,
+ "TEXCOORD_0":726
+ },
+ "indices":727
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":728,
+ "NORMAL":729,
+ "TEXCOORD_0":730
+ },
+ "indices":731
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.3",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":732,
+ "NORMAL":733,
+ "TEXCOORD_0":734
+ },
+ "indices":735
+ }
+ ]
+ },
+ {
+ "name":"\u652f\u67b6",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":736,
+ "NORMAL":737,
+ "TEXCOORD_0":738
+ },
+ "indices":739
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":740,
+ "NORMAL":741
+ },
+ "indices":742
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":743,
+ "NORMAL":744,
+ "TEXCOORD_0":745
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":746,
+ "NORMAL":747,
+ "TEXCOORD_0":748
+ },
+ "indices":749
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.011",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":750,
+ "NORMAL":751,
+ "TEXCOORD_0":752
+ },
+ "indices":753
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":754,
+ "NORMAL":755,
+ "TEXCOORD_0":756
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.012",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":757,
+ "NORMAL":758,
+ "TEXCOORD_0":759
+ },
+ "indices":760
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.013",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":761,
+ "NORMAL":762,
+ "TEXCOORD_0":763
+ },
+ "indices":764
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.013",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":765,
+ "NORMAL":766,
+ "TEXCOORD_0":767
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.026",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":768,
+ "NORMAL":769,
+ "TEXCOORD_0":770
+ },
+ "indices":771
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.027",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":772,
+ "NORMAL":773,
+ "TEXCOORD_0":774
+ },
+ "indices":764
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.014",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":775,
+ "NORMAL":776,
+ "TEXCOORD_0":777
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.028",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":778,
+ "NORMAL":779,
+ "TEXCOORD_0":780
+ },
+ "indices":771
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.029",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":781,
+ "NORMAL":782,
+ "TEXCOORD_0":783
+ },
+ "indices":764
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.015",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":784,
+ "NORMAL":785,
+ "TEXCOORD_0":786
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.030",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":787,
+ "NORMAL":788,
+ "TEXCOORD_0":789
+ },
+ "indices":771
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.031",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":790,
+ "NORMAL":791,
+ "TEXCOORD_0":792
+ },
+ "indices":764
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":793,
+ "NORMAL":794,
+ "TEXCOORD_0":795
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.014",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":796,
+ "NORMAL":797,
+ "TEXCOORD_0":798
+ },
+ "indices":771
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.015",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":799,
+ "NORMAL":800,
+ "TEXCOORD_0":801
+ },
+ "indices":802
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":803,
+ "NORMAL":804,
+ "TEXCOORD_0":805
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.016",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":806,
+ "NORMAL":807,
+ "TEXCOORD_0":808
+ },
+ "indices":771
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.017",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":809,
+ "NORMAL":810,
+ "TEXCOORD_0":811
+ },
+ "indices":802
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":812,
+ "NORMAL":813,
+ "TEXCOORD_0":814
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.018",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":815,
+ "NORMAL":816,
+ "TEXCOORD_0":817
+ },
+ "indices":771
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.019",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":818,
+ "NORMAL":819,
+ "TEXCOORD_0":820
+ },
+ "indices":802
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":821,
+ "NORMAL":822,
+ "TEXCOORD_0":823
+ },
+ "indices":824
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.020",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":825,
+ "NORMAL":826,
+ "TEXCOORD_0":827
+ },
+ "indices":828
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":829,
+ "NORMAL":830,
+ "TEXCOORD_0":831
+ },
+ "indices":824
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.021",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":832,
+ "NORMAL":833,
+ "TEXCOORD_0":834
+ },
+ "indices":835
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":836,
+ "NORMAL":837,
+ "TEXCOORD_0":838
+ },
+ "indices":824
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.022",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":839,
+ "NORMAL":840,
+ "TEXCOORD_0":841
+ },
+ "indices":842
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.011",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":843,
+ "NORMAL":844,
+ "TEXCOORD_0":845
+ },
+ "indices":824
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.023",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":846,
+ "NORMAL":847,
+ "TEXCOORD_0":848
+ },
+ "indices":828
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.012",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":849,
+ "NORMAL":850,
+ "TEXCOORD_0":851
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.024",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":852,
+ "NORMAL":853,
+ "TEXCOORD_0":854
+ },
+ "indices":771
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.025",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":855,
+ "NORMAL":856,
+ "TEXCOORD_0":857
+ },
+ "indices":764
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":858,
+ "NORMAL":859,
+ "TEXCOORD_0":860
+ },
+ "indices":861
+ }
+ ]
+ },
+ {
+ "name":"\u652f\u67b6.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":862,
+ "NORMAL":863,
+ "TEXCOORD_0":864
+ },
+ "indices":865
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":866,
+ "NORMAL":867,
+ "TEXCOORD_0":868
+ },
+ "indices":869
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":870,
+ "NORMAL":871,
+ "TEXCOORD_0":872
+ },
+ "indices":873
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.018",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":874,
+ "NORMAL":875,
+ "TEXCOORD_0":876
+ },
+ "indices":877
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":878,
+ "NORMAL":879,
+ "TEXCOORD_0":880
+ },
+ "indices":881
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":882,
+ "NORMAL":883,
+ "TEXCOORD_0":884
+ },
+ "indices":873
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":885,
+ "NORMAL":886,
+ "TEXCOORD_0":887
+ },
+ "indices":646
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":888,
+ "NORMAL":889,
+ "TEXCOORD_0":890
+ },
+ "indices":891
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":892,
+ "NORMAL":893,
+ "TEXCOORD_0":894
+ },
+ "indices":895
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.017",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":896,
+ "NORMAL":897,
+ "TEXCOORD_0":898
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.032",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":899,
+ "NORMAL":900,
+ "TEXCOORD_0":901
+ },
+ "indices":902
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.033",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":903,
+ "NORMAL":904,
+ "TEXCOORD_0":905
+ },
+ "indices":906
+ }
+ ]
+ },
+ {
+ "name":"\u8f74\u7bb1\u5f39\u7c27",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":907,
+ "NORMAL":908,
+ "TEXCOORD_0":909
+ },
+ "indices":910
+ }
+ ]
+ },
+ {
+ "name":"\u9635\u5217",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":911,
+ "NORMAL":912,
+ "TEXCOORD_0":913
+ },
+ "indices":914
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.019",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":915,
+ "NORMAL":916,
+ "TEXCOORD_0":917
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.034",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":918,
+ "NORMAL":919,
+ "TEXCOORD_0":920
+ },
+ "indices":921
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.020",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":922,
+ "NORMAL":923,
+ "TEXCOORD_0":924
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.035",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":925,
+ "NORMAL":926,
+ "TEXCOORD_0":927
+ },
+ "indices":921
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.021",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":928,
+ "NORMAL":929,
+ "TEXCOORD_0":930
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.036",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":931,
+ "NORMAL":932,
+ "TEXCOORD_0":933
+ },
+ "indices":921
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.022",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":934,
+ "NORMAL":935,
+ "TEXCOORD_0":936
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.037",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":937,
+ "NORMAL":938,
+ "TEXCOORD_0":939
+ },
+ "indices":921
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.023",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":940,
+ "NORMAL":941,
+ "TEXCOORD_0":942
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.038",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":943,
+ "NORMAL":944,
+ "TEXCOORD_0":945
+ },
+ "indices":921
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.024",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":946,
+ "NORMAL":947,
+ "TEXCOORD_0":948
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.039",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":949,
+ "NORMAL":950,
+ "TEXCOORD_0":951
+ },
+ "indices":921
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.025",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":952,
+ "NORMAL":953,
+ "TEXCOORD_0":954
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.040",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":955,
+ "NORMAL":956,
+ "TEXCOORD_0":957
+ },
+ "indices":921
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.026",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":958,
+ "NORMAL":959,
+ "TEXCOORD_0":960
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.041",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":961,
+ "NORMAL":962,
+ "TEXCOORD_0":963
+ },
+ "indices":921
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.027",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":964,
+ "NORMAL":965,
+ "TEXCOORD_0":966
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.042",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":967,
+ "NORMAL":968,
+ "TEXCOORD_0":969
+ },
+ "indices":970
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.028",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":971,
+ "NORMAL":972,
+ "TEXCOORD_0":973
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.043",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":974,
+ "NORMAL":975,
+ "TEXCOORD_0":976
+ },
+ "indices":970
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.029",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":977,
+ "NORMAL":978,
+ "TEXCOORD_0":979
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.044",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":980,
+ "NORMAL":981,
+ "TEXCOORD_0":982
+ },
+ "indices":970
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.030",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":983,
+ "NORMAL":984,
+ "TEXCOORD_0":985
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.045",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":986,
+ "NORMAL":987,
+ "TEXCOORD_0":988
+ },
+ "indices":970
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.031",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":989,
+ "NORMAL":990,
+ "TEXCOORD_0":991
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.046",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":992,
+ "NORMAL":993,
+ "TEXCOORD_0":994
+ },
+ "indices":970
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.032",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":995,
+ "NORMAL":996,
+ "TEXCOORD_0":997
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.047",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":998,
+ "NORMAL":999,
+ "TEXCOORD_0":1000
+ },
+ "indices":970
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.038",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1001,
+ "NORMAL":1002,
+ "TEXCOORD_0":1003
+ },
+ "indices":1004
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.1 0",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1005,
+ "NORMAL":1006,
+ "TEXCOORD_0":1007
+ },
+ "indices":1008
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1009,
+ "NORMAL":1010,
+ "TEXCOORD_0":1011
+ },
+ "indices":1008
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.1 2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1012,
+ "NORMAL":1013,
+ "TEXCOORD_0":1014
+ },
+ "indices":1008
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.1 3",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1015,
+ "NORMAL":1016,
+ "TEXCOORD_0":1017
+ },
+ "indices":1008
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.039",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1018,
+ "NORMAL":1019,
+ "TEXCOORD_0":1020
+ },
+ "indices":1021
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1022,
+ "NORMAL":1023,
+ "TEXCOORD_0":1024
+ },
+ "indices":1025
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1026,
+ "NORMAL":1027,
+ "TEXCOORD_0":1028
+ },
+ "indices":1025
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.036",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1029,
+ "NORMAL":1030,
+ "TEXCOORD_0":1031
+ },
+ "indices":1021
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.037",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1032,
+ "NORMAL":1033,
+ "TEXCOORD_0":1034
+ },
+ "indices":1035
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1036,
+ "NORMAL":1037,
+ "TEXCOORD_0":1038
+ },
+ "indices":1039
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1040,
+ "NORMAL":1041,
+ "TEXCOORD_0":1042
+ },
+ "indices":1043
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1044,
+ "NORMAL":1045,
+ "TEXCOORD_0":1046
+ },
+ "indices":1047
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1048,
+ "NORMAL":1049,
+ "TEXCOORD_0":1050
+ },
+ "indices":1051
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.040",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1052,
+ "NORMAL":1053,
+ "TEXCOORD_0":1054
+ },
+ "indices":1055
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.051",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1056,
+ "NORMAL":1057,
+ "TEXCOORD_0":1058
+ },
+ "indices":1059
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.052",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1060,
+ "NORMAL":1061,
+ "TEXCOORD_0":1062
+ },
+ "indices":1059
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.053",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1063,
+ "NORMAL":1064,
+ "TEXCOORD_0":1065
+ },
+ "indices":1059
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.054",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1066,
+ "NORMAL":1067,
+ "TEXCOORD_0":1068
+ },
+ "indices":1059
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1069,
+ "NORMAL":1070,
+ "TEXCOORD_0":1071
+ },
+ "indices":1072
+ }
+ ]
+ },
+ {
+ "name":"\u5927\u7b52",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1073,
+ "NORMAL":1074,
+ "TEXCOORD_0":1075
+ },
+ "indices":1076
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.046",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1077,
+ "NORMAL":1078,
+ "TEXCOORD_0":1079
+ },
+ "indices":1076
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.041",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1080,
+ "NORMAL":1081,
+ "TEXCOORD_0":1082
+ },
+ "indices":1083
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.042",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1084,
+ "NORMAL":1085,
+ "TEXCOORD_0":1086
+ },
+ "indices":1087
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.055",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1088,
+ "NORMAL":1089,
+ "TEXCOORD_0":1090
+ },
+ "indices":1091
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.056",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1092,
+ "NORMAL":1093,
+ "TEXCOORD_0":1094
+ },
+ "indices":1095
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.043",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1096,
+ "NORMAL":1097,
+ "TEXCOORD_0":1098
+ },
+ "indices":1087
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.057",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1099,
+ "NORMAL":1100,
+ "TEXCOORD_0":1101
+ },
+ "indices":1102
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.058",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1103,
+ "NORMAL":1104,
+ "TEXCOORD_0":1105
+ },
+ "indices":1095
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.044",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1106,
+ "NORMAL":1107,
+ "TEXCOORD_0":1108
+ },
+ "indices":1087
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.059",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1109,
+ "NORMAL":1110,
+ "TEXCOORD_0":1111
+ },
+ "indices":1112
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.060",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1113,
+ "NORMAL":1114,
+ "TEXCOORD_0":1115
+ },
+ "indices":1095
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.045",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1116,
+ "NORMAL":1117,
+ "TEXCOORD_0":1118
+ },
+ "indices":1087
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.061",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1119,
+ "NORMAL":1120,
+ "TEXCOORD_0":1121
+ },
+ "indices":1122
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.062",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1123,
+ "NORMAL":1124,
+ "TEXCOORD_0":1125
+ },
+ "indices":1095
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.034",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1126,
+ "NORMAL":1127,
+ "TEXCOORD_0":1128
+ },
+ "indices":1129
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1130,
+ "NORMAL":1131,
+ "TEXCOORD_0":1132
+ },
+ "indices":1133
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.050",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1134,
+ "NORMAL":1135,
+ "TEXCOORD_0":1136
+ },
+ "indices":1137
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.033",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1138,
+ "NORMAL":1139,
+ "TEXCOORD_0":1140
+ },
+ "indices":1141
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.048",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1142,
+ "NORMAL":1143,
+ "TEXCOORD_0":1144
+ },
+ "indices":771
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.049",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1145,
+ "NORMAL":1146,
+ "TEXCOORD_0":1147
+ },
+ "indices":771
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.035",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1148,
+ "NORMAL":1149,
+ "TEXCOORD_0":1150
+ },
+ "indices":1151
+ }
+ ]
+ },
+ {
+ "name":"\u652f\u67b6.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1152,
+ "NORMAL":1153,
+ "TEXCOORD_0":1154
+ },
+ "indices":1155
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1156,
+ "NORMAL":1157,
+ "TEXCOORD_0":1158
+ },
+ "indices":1159
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1160,
+ "NORMAL":1161,
+ "TEXCOORD_0":1162
+ },
+ "indices":1163
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.012",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1164,
+ "NORMAL":1165,
+ "TEXCOORD_0":1166
+ },
+ "indices":1167
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.013",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1168,
+ "NORMAL":1169,
+ "TEXCOORD_0":1170
+ },
+ "indices":1171
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.011",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1172,
+ "NORMAL":1173,
+ "TEXCOORD_0":1174
+ },
+ "indices":1175
+ }
+ ]
+ },
+ {
+ "name":"\u7403\u4f53",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1176,
+ "NORMAL":1177,
+ "TEXCOORD_0":1178
+ },
+ "indices":1179
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1180,
+ "NORMAL":1181,
+ "TEXCOORD_0":1182
+ },
+ "indices":1183
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1184,
+ "NORMAL":1185,
+ "TEXCOORD_0":1186
+ },
+ "indices":1187
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1188,
+ "NORMAL":1189,
+ "TEXCOORD_0":1190
+ },
+ "indices":1191
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1192,
+ "NORMAL":1193,
+ "TEXCOORD_0":1194
+ },
+ "indices":1187
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1195,
+ "NORMAL":1196,
+ "TEXCOORD_0":1197
+ },
+ "indices":1191
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.014",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1198,
+ "NORMAL":1199,
+ "TEXCOORD_0":1200
+ },
+ "indices":1201
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.047",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1202,
+ "NORMAL":1203,
+ "TEXCOORD_0":1204
+ },
+ "indices":1205
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1206,
+ "NORMAL":1207,
+ "TEXCOORD_0":1208
+ },
+ "indices":1209
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.048",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1210,
+ "NORMAL":1211,
+ "TEXCOORD_0":1212
+ },
+ "indices":1205
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1213,
+ "NORMAL":1214,
+ "TEXCOORD_0":1215
+ },
+ "indices":1209
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.049",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1216,
+ "NORMAL":1217,
+ "TEXCOORD_0":1218
+ },
+ "indices":1219
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1220,
+ "NORMAL":1221,
+ "TEXCOORD_0":1222
+ },
+ "indices":1223
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.063",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1224,
+ "NORMAL":1225,
+ "TEXCOORD_0":1226
+ },
+ "indices":1227
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1228,
+ "NORMAL":1229,
+ "TEXCOORD_0":1230
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.048",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1232,
+ "NORMAL":1233,
+ "TEXCOORD_0":1234
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1236,
+ "NORMAL":1237,
+ "TEXCOORD_0":1238
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.049",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1239,
+ "NORMAL":1240,
+ "TEXCOORD_0":1241
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.011",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1242,
+ "NORMAL":1243,
+ "TEXCOORD_0":1244
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.050",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1245,
+ "NORMAL":1246,
+ "TEXCOORD_0":1247
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.012",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1248,
+ "NORMAL":1249,
+ "TEXCOORD_0":1250
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.051",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1251,
+ "NORMAL":1252,
+ "TEXCOORD_0":1253
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.013",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1254,
+ "NORMAL":1255,
+ "TEXCOORD_0":1256
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.052",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1257,
+ "NORMAL":1258,
+ "TEXCOORD_0":1259
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.014",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1260,
+ "NORMAL":1261,
+ "TEXCOORD_0":1262
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.053",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1263,
+ "NORMAL":1264,
+ "TEXCOORD_0":1265
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.015",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1266,
+ "NORMAL":1267,
+ "TEXCOORD_0":1268
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.054",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1269,
+ "NORMAL":1270,
+ "TEXCOORD_0":1271
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.016",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1272,
+ "NORMAL":1273,
+ "TEXCOORD_0":1274
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.055",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1275,
+ "NORMAL":1276,
+ "TEXCOORD_0":1277
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.017",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1278,
+ "NORMAL":1279,
+ "TEXCOORD_0":1280
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.064",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1281,
+ "NORMAL":1282,
+ "TEXCOORD_0":1283
+ },
+ "indices":1284
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.085",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1285,
+ "NORMAL":1286,
+ "TEXCOORD_0":1287
+ },
+ "indices":1288
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1289,
+ "NORMAL":1290,
+ "TEXCOORD_0":1291
+ },
+ "indices":1292
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1293,
+ "NORMAL":1294,
+ "TEXCOORD_0":1295
+ },
+ "indices":1296
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.045",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1297,
+ "NORMAL":1298,
+ "TEXCOORD_0":1299
+ },
+ "indices":1300
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.046",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1301,
+ "NORMAL":1302,
+ "TEXCOORD_0":1303
+ },
+ "indices":1300
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.063",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1304,
+ "NORMAL":1305,
+ "TEXCOORD_0":1306
+ },
+ "indices":1307
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.015",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1308,
+ "NORMAL":1309,
+ "TEXCOORD_0":1310
+ },
+ "indices":1311
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.082",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1312,
+ "NORMAL":1313,
+ "TEXCOORD_0":1314
+ },
+ "indices":1315
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.083",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1316,
+ "NORMAL":1317,
+ "TEXCOORD_0":1318
+ },
+ "indices":1315
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.016",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1319,
+ "NORMAL":1320,
+ "TEXCOORD_0":1321
+ },
+ "indices":1322
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.017",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1323,
+ "NORMAL":1324,
+ "TEXCOORD_0":1325
+ },
+ "indices":1326
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.018",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1327,
+ "NORMAL":1328,
+ "TEXCOORD_0":1329
+ },
+ "indices":1330
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2 1.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1331,
+ "NORMAL":1332,
+ "TEXCOORD_0":1333
+ },
+ "indices":1334
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1335,
+ "NORMAL":1336,
+ "TEXCOORD_0":1337
+ },
+ "indices":1338
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2 1.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1339,
+ "NORMAL":1340,
+ "TEXCOORD_0":1341
+ },
+ "indices":1342
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1343,
+ "NORMAL":1344,
+ "TEXCOORD_0":1345
+ },
+ "indices":1346
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.047",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1347,
+ "NORMAL":1348,
+ "TEXCOORD_0":1349
+ },
+ "indices":1350
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1351,
+ "NORMAL":1352,
+ "TEXCOORD_0":1353
+ },
+ "indices":1223
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.084",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1354,
+ "NORMAL":1355,
+ "TEXCOORD_0":1356
+ },
+ "indices":1357
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1358,
+ "NORMAL":1359,
+ "TEXCOORD_0":1360
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.023",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1361,
+ "NORMAL":1362,
+ "TEXCOORD_0":1363
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1364,
+ "NORMAL":1365,
+ "TEXCOORD_0":1366
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.024",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1367,
+ "NORMAL":1368,
+ "TEXCOORD_0":1369
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1370,
+ "NORMAL":1371,
+ "TEXCOORD_0":1372
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.025",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1373,
+ "NORMAL":1374,
+ "TEXCOORD_0":1375
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1376,
+ "NORMAL":1377,
+ "TEXCOORD_0":1378
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.026",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1379,
+ "NORMAL":1380,
+ "TEXCOORD_0":1381
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1382,
+ "NORMAL":1383,
+ "TEXCOORD_0":1384
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.027",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1385,
+ "NORMAL":1386,
+ "TEXCOORD_0":1387
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1388,
+ "NORMAL":1389,
+ "TEXCOORD_0":1390
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.028",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1391,
+ "NORMAL":1392,
+ "TEXCOORD_0":1393
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1394,
+ "NORMAL":1395,
+ "TEXCOORD_0":1396
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.029",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1397,
+ "NORMAL":1398,
+ "TEXCOORD_0":1399
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1400,
+ "NORMAL":1401,
+ "TEXCOORD_0":1402
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.030",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1403,
+ "NORMAL":1404,
+ "TEXCOORD_0":1405
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1406,
+ "NORMAL":1407,
+ "TEXCOORD_0":1408
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.056",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1409,
+ "NORMAL":1410,
+ "TEXCOORD_0":1411
+ },
+ "indices":1284
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.073",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1412,
+ "NORMAL":1413,
+ "TEXCOORD_0":1414
+ },
+ "indices":1288
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1415,
+ "NORMAL":1416,
+ "TEXCOORD_0":1417
+ },
+ "indices":1292
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1418,
+ "NORMAL":1419,
+ "TEXCOORD_0":1420
+ },
+ "indices":1296
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.020",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1421,
+ "NORMAL":1422,
+ "TEXCOORD_0":1423
+ },
+ "indices":1424
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.021",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1425,
+ "NORMAL":1426,
+ "TEXCOORD_0":1427
+ },
+ "indices":1428
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.055",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1429,
+ "NORMAL":1430,
+ "TEXCOORD_0":1431
+ },
+ "indices":1307
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1432,
+ "NORMAL":1433,
+ "TEXCOORD_0":1434
+ },
+ "indices":1311
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.070",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1435,
+ "NORMAL":1436,
+ "TEXCOORD_0":1437
+ },
+ "indices":1438
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.071",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1439,
+ "NORMAL":1440,
+ "TEXCOORD_0":1441
+ },
+ "indices":1442
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1443,
+ "NORMAL":1444,
+ "TEXCOORD_0":1445
+ },
+ "indices":1322
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.011",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1446,
+ "NORMAL":1447,
+ "TEXCOORD_0":1448
+ },
+ "indices":1326
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.012",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1449,
+ "NORMAL":1450,
+ "TEXCOORD_0":1451
+ },
+ "indices":1330
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1452,
+ "NORMAL":1453,
+ "TEXCOORD_0":1454
+ },
+ "indices":1334
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1455,
+ "NORMAL":1456,
+ "TEXCOORD_0":1457
+ },
+ "indices":1338
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1458,
+ "NORMAL":1459,
+ "TEXCOORD_0":1460
+ },
+ "indices":1342
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1461,
+ "NORMAL":1462,
+ "TEXCOORD_0":1463
+ },
+ "indices":1346
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.022",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1464,
+ "NORMAL":1465,
+ "TEXCOORD_0":1466
+ },
+ "indices":1350
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1467,
+ "NORMAL":1468,
+ "TEXCOORD_0":1469
+ },
+ "indices":1223
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.072",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1470,
+ "NORMAL":1471,
+ "TEXCOORD_0":1472
+ },
+ "indices":1357
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.061",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1473,
+ "NORMAL":1474,
+ "TEXCOORD_0":1475
+ },
+ "indices":1284
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.062",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1476,
+ "NORMAL":1477,
+ "TEXCOORD_0":1478
+ },
+ "indices":1284
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.080",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1479,
+ "NORMAL":1480,
+ "TEXCOORD_0":1481
+ },
+ "indices":1482
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.081",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1483,
+ "NORMAL":1484,
+ "TEXCOORD_0":1485
+ },
+ "indices":1486
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1487,
+ "NORMAL":1488,
+ "TEXCOORD_0":1489
+ },
+ "indices":1490
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.015",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1491,
+ "NORMAL":1492,
+ "TEXCOORD_0":1493
+ },
+ "indices":1494
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.053",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1495,
+ "NORMAL":1496,
+ "TEXCOORD_0":1497
+ },
+ "indices":1284
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.054",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1498,
+ "NORMAL":1499,
+ "TEXCOORD_0":1500
+ },
+ "indices":1284
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.068",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1501,
+ "NORMAL":1502,
+ "TEXCOORD_0":1503
+ },
+ "indices":1482
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.069",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1504,
+ "NORMAL":1505,
+ "TEXCOORD_0":1506
+ },
+ "indices":1486
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1507,
+ "NORMAL":1508,
+ "TEXCOORD_0":1509
+ },
+ "indices":1490
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1510,
+ "NORMAL":1511,
+ "TEXCOORD_0":1512
+ },
+ "indices":1494
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.060",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1513,
+ "NORMAL":1514,
+ "TEXCOORD_0":1515
+ },
+ "indices":1516
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.076",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1517,
+ "NORMAL":1518,
+ "TEXCOORD_0":1519
+ },
+ "indices":1520
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.077",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1521,
+ "NORMAL":1522,
+ "TEXCOORD_0":1523
+ },
+ "indices":1520
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.058",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1524,
+ "NORMAL":1525,
+ "TEXCOORD_0":1526
+ },
+ "indices":1527
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.059",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1528,
+ "NORMAL":1529,
+ "TEXCOORD_0":1530
+ },
+ "indices":1527
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.013",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1531,
+ "NORMAL":1532,
+ "TEXCOORD_0":1533
+ },
+ "indices":1534
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.014",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1535,
+ "NORMAL":1536,
+ "TEXCOORD_0":1537
+ },
+ "indices":1538
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.039",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1539,
+ "NORMAL":1540,
+ "TEXCOORD_0":1541
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.040",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1543,
+ "NORMAL":1544,
+ "TEXCOORD_0":1545
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.041",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1546,
+ "NORMAL":1547,
+ "TEXCOORD_0":1548
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.042",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1549,
+ "NORMAL":1550,
+ "TEXCOORD_0":1551
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.043",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1552,
+ "NORMAL":1553,
+ "TEXCOORD_0":1554
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.044",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1555,
+ "NORMAL":1556,
+ "TEXCOORD_0":1557
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u514b\u9686.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1558,
+ "NORMAL":1559,
+ "TEXCOORD_0":1560
+ },
+ "indices":1561
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.078",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1562,
+ "NORMAL":1563,
+ "TEXCOORD_0":1564
+ },
+ "indices":1565
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.079",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1566,
+ "NORMAL":1567,
+ "TEXCOORD_0":1568
+ },
+ "indices":1482
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.033",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1569,
+ "NORMAL":1570,
+ "TEXCOORD_0":1571
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.034",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1573,
+ "NORMAL":1574,
+ "TEXCOORD_0":1575
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.035",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1576,
+ "NORMAL":1577,
+ "TEXCOORD_0":1578
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.036",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1579,
+ "NORMAL":1580,
+ "TEXCOORD_0":1581
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.037",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1582,
+ "NORMAL":1583,
+ "TEXCOORD_0":1584
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.038",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1585,
+ "NORMAL":1586,
+ "TEXCOORD_0":1587
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u514b\u9686.2 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1588,
+ "NORMAL":1589,
+ "TEXCOORD_0":1590
+ },
+ "indices":1591
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1592,
+ "NORMAL":1593,
+ "TEXCOORD_0":1594
+ },
+ "indices":1595
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1596,
+ "NORMAL":1597,
+ "TEXCOORD_0":1598
+ },
+ "indices":1599
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1600,
+ "NORMAL":1601,
+ "TEXCOORD_0":1602
+ },
+ "indices":1603
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1604,
+ "NORMAL":1605,
+ "TEXCOORD_0":1606
+ },
+ "indices":1607
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1608,
+ "NORMAL":1609,
+ "TEXCOORD_0":1610
+ },
+ "indices":1611
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.057",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1612,
+ "NORMAL":1613,
+ "TEXCOORD_0":1614
+ },
+ "indices":1615
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1616,
+ "NORMAL":1617,
+ "TEXCOORD_0":1618
+ },
+ "indices":1619
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1620,
+ "NORMAL":1621,
+ "TEXCOORD_0":1622
+ },
+ "indices":1623
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.031",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1624,
+ "NORMAL":1625,
+ "TEXCOORD_0":1626
+ },
+ "indices":1627
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.074",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1628,
+ "NORMAL":1629,
+ "TEXCOORD_0":1630
+ },
+ "indices":1520
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.075",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1631,
+ "NORMAL":1632,
+ "TEXCOORD_0":1633
+ },
+ "indices":1520
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.032",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1634,
+ "NORMAL":1635,
+ "TEXCOORD_0":1636
+ },
+ "indices":1627
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.052",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1637,
+ "NORMAL":1638,
+ "TEXCOORD_0":1639
+ },
+ "indices":1516
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.064",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1640,
+ "NORMAL":1641,
+ "TEXCOORD_0":1642
+ },
+ "indices":1520
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.065",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1643,
+ "NORMAL":1644,
+ "TEXCOORD_0":1645
+ },
+ "indices":1520
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.050",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1646,
+ "NORMAL":1647,
+ "TEXCOORD_0":1648
+ },
+ "indices":1527
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.051",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1649,
+ "NORMAL":1650,
+ "TEXCOORD_0":1651
+ },
+ "indices":1527
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1652,
+ "NORMAL":1653,
+ "TEXCOORD_0":1654
+ },
+ "indices":1534
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1655,
+ "NORMAL":1656,
+ "TEXCOORD_0":1657
+ },
+ "indices":1538
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.014",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1658,
+ "NORMAL":1659,
+ "TEXCOORD_0":1660
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.015",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1661,
+ "NORMAL":1662,
+ "TEXCOORD_0":1663
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.016",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1664,
+ "NORMAL":1665,
+ "TEXCOORD_0":1666
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.017",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1667,
+ "NORMAL":1668,
+ "TEXCOORD_0":1669
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.018",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1670,
+ "NORMAL":1671,
+ "TEXCOORD_0":1672
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.019",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1673,
+ "NORMAL":1674,
+ "TEXCOORD_0":1675
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.067",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1676,
+ "NORMAL":1677,
+ "TEXCOORD_0":1678
+ },
+ "indices":1482
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.066",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1679,
+ "NORMAL":1680,
+ "TEXCOORD_0":1681
+ },
+ "indices":1565
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1682,
+ "NORMAL":1683,
+ "TEXCOORD_0":1684
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1685,
+ "NORMAL":1686,
+ "TEXCOORD_0":1687
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1688,
+ "NORMAL":1689,
+ "TEXCOORD_0":1690
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.011",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1691,
+ "NORMAL":1692,
+ "TEXCOORD_0":1693
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.012",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1694,
+ "NORMAL":1695,
+ "TEXCOORD_0":1696
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.013",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1697,
+ "NORMAL":1698,
+ "TEXCOORD_0":1699
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u514b\u9686.2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1700,
+ "NORMAL":1701,
+ "TEXCOORD_0":1702
+ },
+ "indices":1561
+ }
+ ]
+ },
+ {
+ "name":"\u514b\u9686.2 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1703,
+ "NORMAL":1704,
+ "TEXCOORD_0":1705
+ },
+ "indices":1591
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1706,
+ "NORMAL":1707,
+ "TEXCOORD_0":1708
+ },
+ "indices":1595
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1709,
+ "NORMAL":1710,
+ "TEXCOORD_0":1711
+ },
+ "indices":1603
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1712,
+ "NORMAL":1713,
+ "TEXCOORD_0":1714
+ },
+ "indices":1599
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1715,
+ "NORMAL":1716,
+ "TEXCOORD_0":1717
+ },
+ "indices":1607
+ }
+ ]
+ },
+ {
+ "name":"Cube",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1718,
+ "NORMAL":1719,
+ "TEXCOORD_0":1720
+ },
+ "indices":1721,
+ "material":0
+ }
+ ]
+ }
+ ],
+ "accessors":[
+ {
+ "bufferView":0,
+ "componentType":5126,
+ "count":133440,
+ "max":[
+ 0.2798900604248047,
+ 0.20444762706756592,
+ 0.45916083455085754
+ ],
+ "min":[
+ -0.12017431110143661,
+ -0.20444808900356293,
+ -0.22626060247421265
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1,
+ "componentType":5126,
+ "count":133440,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":2,
+ "componentType":5126,
+ "count":133440,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":3,
+ "componentType":5125,
+ "count":133440,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":4,
+ "componentType":5126,
+ "count":306,
+ "max":[
+ 0.14065097272396088,
+ 0.015393968671560287,
+ -0.21096071600914001
+ ],
+ "min":[
+ 0.1056734025478363,
+ -0.015393509529531002,
+ -0.22207751870155334
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":5,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":6,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":7,
+ "componentType":5123,
+ "count":306,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":8,
+ "componentType":5126,
+ "count":306,
+ "max":[
+ 0.01786148175597191,
+ 0.015393968671560287,
+ 0.04210522025823593
+ ],
+ "min":[
+ -0.01711609587073326,
+ -0.015393509529531002,
+ 0.030988413840532303
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":9,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":10,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":11,
+ "componentType":5126,
+ "count":12096,
+ "max":[
+ 0.8458529114723206,
+ 0.14384277164936066,
+ 0.13653503358364105
+ ],
+ "min":[
+ 0.7432301044464111,
+ -0.11287485063076019,
+ 0.04744415357708931
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":12,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":13,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":14,
+ "componentType":5123,
+ "count":12096,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":15,
+ "componentType":5126,
+ "count":27456,
+ "max":[
+ 0.9115674495697021,
+ 0.2734924256801605,
+ 0.23915107548236847
+ ],
+ "min":[
+ -0.1496797353029251,
+ -0.24252453446388245,
+ 0.032489094883203506
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":16,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":17,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":18,
+ "componentType":5123,
+ "count":27456,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":19,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ 0.030319515615701675,
+ 0.4833521246910095
+ ],
+ "min":[
+ -0.03604679927229881,
+ -3.9151123019109946e-06,
+ 0.42091721296310425
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":20,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":21,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":22,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":23,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ -5.6742564993328415e-06,
+ 0.4833521246910095
+ ],
+ "min":[
+ -0.03604679927229881,
+ -0.030329104512929916,
+ 0.42091721296310425
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":24,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":25,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":26,
+ "componentType":5126,
+ "count":12096,
+ "max":[
+ 0.8458529114723206,
+ 0.14384277164936066,
+ -0.04744415357708931
+ ],
+ "min":[
+ 0.7432301044464111,
+ -0.11287485063076019,
+ -0.13653503358364105
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":27,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":28,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":29,
+ "componentType":5123,
+ "count":12096,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":30,
+ "componentType":5126,
+ "count":27456,
+ "max":[
+ 0.9115674495697021,
+ 0.2734924256801605,
+ -0.032489094883203506
+ ],
+ "min":[
+ -0.1496797353029251,
+ -0.24252453446388245,
+ -0.23915107548236847
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":31,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":32,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":33,
+ "componentType":5123,
+ "count":27456,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":34,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ 0.030319515615701675,
+ -0.42091721296310425
+ ],
+ "min":[
+ -0.03604679927229881,
+ -3.9151123019109946e-06,
+ -0.4833521246910095
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":35,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":36,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":37,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":38,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ -5.6742564993328415e-06,
+ -0.42091721296310425
+ ],
+ "min":[
+ -0.03604679927229881,
+ -0.030329104512929916,
+ -0.4833521246910095
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":39,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":40,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":41,
+ "componentType":5126,
+ "count":4416,
+ "max":[
+ -2.3294496536254883,
+ 0.6519991159439087,
+ 0.13782227039337158
+ ],
+ "min":[
+ -2.6735680103302,
+ -0.17284177243709564,
+ 0.0969354435801506
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":42,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":43,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":44,
+ "componentType":5123,
+ "count":4416,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":45,
+ "componentType":5126,
+ "count":17952,
+ "max":[
+ 0.6587533354759216,
+ 0.4895773231983185,
+ 0.49062660336494446
+ ],
+ "min":[
+ 0.28995105624198914,
+ -0.408750981092453,
+ 0.4706262946128845
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":46,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":47,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":48,
+ "componentType":5123,
+ "count":17952,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":49,
+ "componentType":5126,
+ "count":4416,
+ "max":[
+ -2.3294496536254883,
+ 0.6519991159439087,
+ -0.0969354435801506
+ ],
+ "min":[
+ -2.6735680103302,
+ -0.17284177243709564,
+ -0.13782227039337158
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":50,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":51,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":52,
+ "componentType":5123,
+ "count":4416,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":53,
+ "componentType":5126,
+ "count":17952,
+ "max":[
+ 0.6587533354759216,
+ 0.4895773231983185,
+ -0.4706262946128845
+ ],
+ "min":[
+ 0.28995105624198914,
+ -0.408750981092453,
+ -0.49062660336494446
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":54,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":55,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":56,
+ "componentType":5123,
+ "count":17952,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":57,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":58,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":59,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":60,
+ "componentType":5123,
+ "count":288,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":61,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":62,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":63,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":64,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":65,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":66,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":67,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":68,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":69,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":70,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":71,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":72,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":73,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":74,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":75,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":76,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":77,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":78,
+ "componentType":5126,
+ "count":309120,
+ "max":[
+ 0.14803782105445862,
+ 0.46098625659942627,
+ 0.2143007218837738
+ ],
+ "min":[
+ -0.18196575343608856,
+ -0.405908465385437,
+ 0.0789111778140068
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":79,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":80,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":81,
+ "componentType":5125,
+ "count":309120,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":82,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":83,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":84,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":85,
+ "componentType":5123,
+ "count":288,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":86,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":87,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":88,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":89,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":90,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":91,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":92,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":93,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":94,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":95,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":96,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":97,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":98,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":99,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":100,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":101,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":102,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":103,
+ "componentType":5126,
+ "count":309120,
+ "max":[
+ 0.14803782105445862,
+ 0.46098625659942627,
+ -0.0789111778140068
+ ],
+ "min":[
+ -0.18196575343608856,
+ -0.405908465385437,
+ -0.2143007218837738
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":104,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":105,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":106,
+ "componentType":5125,
+ "count":309120,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":107,
+ "componentType":5126,
+ "count":133440,
+ "max":[
+ 0.2798900604248047,
+ 0.20444762706756592,
+ 0.22626060247421265
+ ],
+ "min":[
+ -0.12017431110143661,
+ -0.20444808900356293,
+ -0.45916083455085754
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":108,
+ "componentType":5126,
+ "count":133440,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":109,
+ "componentType":5126,
+ "count":133440,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":110,
+ "componentType":5125,
+ "count":133440,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":111,
+ "componentType":5126,
+ "count":306,
+ "max":[
+ 0.14065097272396088,
+ 0.015393968671560287,
+ 0.22207751870155334
+ ],
+ "min":[
+ 0.1056734025478363,
+ -0.015393509529531002,
+ 0.21096071600914001
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":112,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":113,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":114,
+ "componentType":5123,
+ "count":306,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":115,
+ "componentType":5126,
+ "count":306,
+ "max":[
+ 0.01786148175597191,
+ 0.015393968671560287,
+ -0.030988413840532303
+ ],
+ "min":[
+ -0.01711609587073326,
+ -0.015393509529531002,
+ -0.04210522025823593
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":116,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":117,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":118,
+ "componentType":5126,
+ "count":12096,
+ "max":[
+ 0.8458529114723206,
+ 0.14384277164936066,
+ 0.13653503358364105
+ ],
+ "min":[
+ 0.7432301044464111,
+ -0.11287485063076019,
+ 0.04744415357708931
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":119,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":120,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":121,
+ "componentType":5126,
+ "count":27456,
+ "max":[
+ 0.9115674495697021,
+ 0.2734924256801605,
+ 0.23915107548236847
+ ],
+ "min":[
+ -0.1496797353029251,
+ -0.24252453446388245,
+ 0.032489094883203506
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":122,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":123,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":124,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ -5.6742564993328415e-06,
+ 0.4833521246910095
+ ],
+ "min":[
+ -0.03604679927229881,
+ -0.030329104512929916,
+ 0.42091721296310425
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":125,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":126,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":127,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ 0.030319515615701675,
+ 0.4833521246910095
+ ],
+ "min":[
+ -0.03604679927229881,
+ -3.9151123019109946e-06,
+ 0.42091721296310425
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":128,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":129,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":130,
+ "componentType":5126,
+ "count":12096,
+ "max":[
+ 0.8458529114723206,
+ 0.14384277164936066,
+ -0.04744415357708931
+ ],
+ "min":[
+ 0.7432301044464111,
+ -0.11287485063076019,
+ -0.13653503358364105
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":131,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":132,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":133,
+ "componentType":5126,
+ "count":27456,
+ "max":[
+ 0.9115674495697021,
+ 0.2734924256801605,
+ -0.032489094883203506
+ ],
+ "min":[
+ -0.1496797353029251,
+ -0.24252453446388245,
+ -0.23915107548236847
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":134,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":135,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":136,
+ "componentType":5126,
+ "count":17952,
+ "max":[
+ 0.6587533354759216,
+ 0.4895773231983185,
+ 0.49062660336494446
+ ],
+ "min":[
+ 0.28995105624198914,
+ -0.408750981092453,
+ 0.4706262946128845
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":137,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":138,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":139,
+ "componentType":5126,
+ "count":4416,
+ "max":[
+ -2.3294496536254883,
+ 0.6519991159439087,
+ -0.0969354435801506
+ ],
+ "min":[
+ -2.6735680103302,
+ -0.17284177243709564,
+ -0.13782227039337158
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":140,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":141,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":142,
+ "componentType":5126,
+ "count":17952,
+ "max":[
+ 0.6587533354759216,
+ 0.4895773231983185,
+ -0.4706262946128845
+ ],
+ "min":[
+ 0.28995105624198914,
+ -0.408750981092453,
+ -0.49062660336494446
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":143,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":144,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":145,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":146,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":147,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":148,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":149,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":150,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":151,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":152,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":153,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":154,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":155,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":156,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":157,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":158,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":159,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":160,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":161,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":162,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":163,
+ "componentType":5126,
+ "count":309120,
+ "max":[
+ 0.14803782105445862,
+ 0.46098625659942627,
+ 0.2143007218837738
+ ],
+ "min":[
+ -0.18196575343608856,
+ -0.405908465385437,
+ 0.0789111778140068
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":164,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":165,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":166,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":167,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":168,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":169,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":170,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":171,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":172,
+ "componentType":5126,
+ "count":309120,
+ "max":[
+ 0.14803782105445862,
+ 0.46098625659942627,
+ -0.0789111778140068
+ ],
+ "min":[
+ -0.18196575343608856,
+ -0.405908465385437,
+ -0.2143007218837738
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":173,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":174,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":175,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":176,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":177,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":178,
+ "componentType":5123,
+ "count":2892,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":179,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":180,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":181,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":182,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":183,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":184,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":185,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":186,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":187,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":188,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":189,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":190,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":191,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":192,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":193,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":194,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":195,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":196,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":197,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":198,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":199,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":200,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":201,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":202,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":203,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":204,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":205,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":206,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":207,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":208,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":209,
+ "componentType":5126,
+ "count":18828,
+ "max":[
+ -1.9966288805007935,
+ 0.9867457151412964,
+ 1.6713963747024536
+ ],
+ "min":[
+ -3.584339141845703,
+ -0.6009645462036133,
+ 1.5666438341140747
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":210,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":211,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":212,
+ "componentType":5123,
+ "count":18828,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":213,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":214,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":215,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":216,
+ "componentType":5123,
+ "count":2892,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":217,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":218,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":219,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":220,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":221,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":222,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":223,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":224,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":225,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":226,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":227,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":228,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":229,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":230,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":231,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":232,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":233,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":234,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":235,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":236,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":237,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":238,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":239,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":240,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":241,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":242,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":243,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":244,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":245,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":246,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":247,
+ "componentType":5126,
+ "count":18828,
+ "max":[
+ -1.9966288805007935,
+ 0.9867457151412964,
+ -1.5666438341140747
+ ],
+ "min":[
+ -3.584339141845703,
+ -0.6009645462036133,
+ -1.6713963747024536
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":248,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":249,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":250,
+ "componentType":5123,
+ "count":18828,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":251,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":252,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":253,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":254,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":255,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":256,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":257,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":258,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":259,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":260,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":261,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":262,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":263,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":264,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":265,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":266,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":267,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":268,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":269,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":270,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":271,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":272,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":273,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":274,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":275,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":276,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":277,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":278,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":279,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":280,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":281,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":282,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":283,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":284,
+ "componentType":5126,
+ "count":18828,
+ "max":[
+ -1.9966288805007935,
+ 0.9867457151412964,
+ -1.5666438341140747
+ ],
+ "min":[
+ -3.584339141845703,
+ -0.6009645462036133,
+ -1.6713963747024536
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":285,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":286,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":287,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":288,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":289,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":290,
+ "componentType":5126,
+ "count":18828,
+ "max":[
+ -1.9966288805007935,
+ 0.9867457151412964,
+ 1.6713963747024536
+ ],
+ "min":[
+ -3.584339141845703,
+ -0.6009645462036133,
+ 1.5666438341140747
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":291,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":292,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":293,
+ "componentType":5126,
+ "count":4308,
+ "max":[
+ 0.22480225563049316,
+ 0.22143086791038513,
+ 0.6474164724349976
+ ],
+ "min":[
+ -0.22480225563049316,
+ -0.22143086791038513,
+ -3.83309268951416
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":294,
+ "componentType":5126,
+ "count":4308,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":295,
+ "componentType":5126,
+ "count":4308,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":296,
+ "componentType":5123,
+ "count":4308,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":297,
+ "componentType":5126,
+ "count":18144,
+ "max":[
+ 1.0203351974487305,
+ 1.01497483253479,
+ 0.17161962389945984
+ ],
+ "min":[
+ -1.0203351974487305,
+ -1.01497483253479,
+ -0.18776428699493408
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":298,
+ "componentType":5126,
+ "count":18144,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":299,
+ "componentType":5126,
+ "count":18144,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":300,
+ "componentType":5123,
+ "count":18144,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":301,
+ "componentType":5126,
+ "count":18144,
+ "max":[
+ 1.0203351974487305,
+ 1.01497483253479,
+ 0.17161962389945984
+ ],
+ "min":[
+ -1.0203351974487305,
+ -1.01497483253479,
+ -0.18776428699493408
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":302,
+ "componentType":5126,
+ "count":18144,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":303,
+ "componentType":5126,
+ "count":18144,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":304,
+ "componentType":5123,
+ "count":18144,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":305,
+ "componentType":5126,
+ "count":133440,
+ "max":[
+ 0.12017431110143661,
+ 0.20444762706756592,
+ 0.45916083455085754
+ ],
+ "min":[
+ -0.2798900604248047,
+ -0.20444808900356293,
+ -0.22626060247421265
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":306,
+ "componentType":5126,
+ "count":133440,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":307,
+ "componentType":5126,
+ "count":133440,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":308,
+ "componentType":5126,
+ "count":306,
+ "max":[
+ -0.1056734025478363,
+ 0.015393968671560287,
+ -0.21096071600914001
+ ],
+ "min":[
+ -0.14065097272396088,
+ -0.015393509529531002,
+ -0.22207751870155334
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":309,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":310,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":311,
+ "componentType":5126,
+ "count":306,
+ "max":[
+ 0.01711609587073326,
+ 0.015393968671560287,
+ 0.04210522025823593
+ ],
+ "min":[
+ -0.01786148175597191,
+ -0.015393509529531002,
+ 0.030988413840532303
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":312,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":313,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":314,
+ "componentType":5126,
+ "count":12096,
+ "max":[
+ -0.7432301044464111,
+ 0.14384277164936066,
+ -0.04744415357708931
+ ],
+ "min":[
+ -0.8458529114723206,
+ -0.11287485063076019,
+ -0.13653503358364105
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":315,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":316,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":317,
+ "componentType":5126,
+ "count":27456,
+ "max":[
+ 0.1496797353029251,
+ 0.2734924256801605,
+ -0.032489094883203506
+ ],
+ "min":[
+ -0.9115674495697021,
+ -0.24252453446388245,
+ -0.23915107548236847
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":318,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":319,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":320,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ 0.030319515615701675,
+ -0.42091721296310425
+ ],
+ "min":[
+ -0.03604679927229881,
+ -3.9151123019109946e-06,
+ -0.4833521246910095
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":321,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":322,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":323,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ -5.6742564993328415e-06,
+ -0.42091721296310425
+ ],
+ "min":[
+ -0.03604679927229881,
+ -0.030329104512929916,
+ -0.4833521246910095
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":324,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":325,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":326,
+ "componentType":5126,
+ "count":12096,
+ "max":[
+ -0.7432301044464111,
+ 0.14384277164936066,
+ 0.13653503358364105
+ ],
+ "min":[
+ -0.8458529114723206,
+ -0.11287485063076019,
+ 0.04744415357708931
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":327,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":328,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":329,
+ "componentType":5126,
+ "count":27456,
+ "max":[
+ 0.1496797353029251,
+ 0.2734924256801605,
+ 0.23915107548236847
+ ],
+ "min":[
+ -0.9115674495697021,
+ -0.24252453446388245,
+ 0.032489094883203506
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":330,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":331,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":332,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ 0.030319515615701675,
+ 0.4833521246910095
+ ],
+ "min":[
+ -0.03604679927229881,
+ -3.9151123019109946e-06,
+ 0.42091721296310425
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":333,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":334,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":335,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ -5.6742564993328415e-06,
+ 0.4833521246910095
+ ],
+ "min":[
+ -0.03604679927229881,
+ -0.030329104512929916,
+ 0.42091721296310425
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":336,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":337,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":338,
+ "componentType":5126,
+ "count":4416,
+ "max":[
+ 2.6735680103302,
+ 0.6519991159439087,
+ -0.0969354435801506
+ ],
+ "min":[
+ 2.3294496536254883,
+ -0.17284177243709564,
+ -0.13782227039337158
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":339,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":340,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":341,
+ "componentType":5126,
+ "count":17952,
+ "max":[
+ -0.28995105624198914,
+ 0.4895773231983185,
+ -0.4706262946128845
+ ],
+ "min":[
+ -0.6587533354759216,
+ -0.408750981092453,
+ -0.49062660336494446
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":342,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":343,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":344,
+ "componentType":5126,
+ "count":4416,
+ "max":[
+ 2.6735680103302,
+ 0.6519991159439087,
+ 0.13782227039337158
+ ],
+ "min":[
+ 2.3294496536254883,
+ -0.17284177243709564,
+ 0.0969354435801506
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":345,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":346,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":347,
+ "componentType":5126,
+ "count":17952,
+ "max":[
+ -0.28995105624198914,
+ 0.4895773231983185,
+ 0.49062660336494446
+ ],
+ "min":[
+ -0.6587533354759216,
+ -0.408750981092453,
+ 0.4706262946128845
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":348,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":349,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":350,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":351,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":352,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":353,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":354,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":355,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":356,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":357,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":358,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":359,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":360,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":361,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":362,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":363,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":364,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":365,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":366,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":367,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":368,
+ "componentType":5126,
+ "count":309120,
+ "max":[
+ 0.18196575343608856,
+ 0.46098625659942627,
+ -0.0789111778140068
+ ],
+ "min":[
+ -0.14803782105445862,
+ -0.405908465385437,
+ -0.2143007218837738
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":369,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":370,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":371,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":372,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":373,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":374,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":375,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":376,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":377,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":378,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":379,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":380,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":381,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":382,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":383,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":384,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":385,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":386,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":387,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":388,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":389,
+ "componentType":5126,
+ "count":309120,
+ "max":[
+ 0.18196575343608856,
+ 0.46098625659942627,
+ 0.2143007218837738
+ ],
+ "min":[
+ -0.14803782105445862,
+ -0.405908465385437,
+ 0.0789111778140068
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":390,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":391,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":392,
+ "componentType":5126,
+ "count":133440,
+ "max":[
+ 0.12017431110143661,
+ 0.20444762706756592,
+ 0.22626060247421265
+ ],
+ "min":[
+ -0.2798900604248047,
+ -0.20444808900356293,
+ -0.45916083455085754
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":393,
+ "componentType":5126,
+ "count":133440,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":394,
+ "componentType":5126,
+ "count":133440,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":395,
+ "componentType":5126,
+ "count":306,
+ "max":[
+ -0.1056734025478363,
+ 0.015393968671560287,
+ 0.22207751870155334
+ ],
+ "min":[
+ -0.14065097272396088,
+ -0.015393509529531002,
+ 0.21096071600914001
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":396,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":397,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":398,
+ "componentType":5126,
+ "count":306,
+ "max":[
+ 0.01711609587073326,
+ 0.015393968671560287,
+ -0.030988413840532303
+ ],
+ "min":[
+ -0.01786148175597191,
+ -0.015393509529531002,
+ -0.04210522025823593
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":399,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":400,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":401,
+ "componentType":5126,
+ "count":12096,
+ "max":[
+ -0.7432301044464111,
+ 0.14384277164936066,
+ 0.13653503358364105
+ ],
+ "min":[
+ -0.8458529114723206,
+ -0.11287485063076019,
+ 0.04744415357708931
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":402,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":403,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":404,
+ "componentType":5126,
+ "count":27456,
+ "max":[
+ 0.1496797353029251,
+ 0.2734924256801605,
+ 0.23915107548236847
+ ],
+ "min":[
+ -0.9115674495697021,
+ -0.24252453446388245,
+ 0.032489094883203506
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":405,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":406,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":407,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ 0.030319515615701675,
+ 0.4833521246910095
+ ],
+ "min":[
+ -0.03604679927229881,
+ -3.9151123019109946e-06,
+ 0.42091721296310425
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":408,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":409,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":410,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ -5.6742564993328415e-06,
+ 0.4833521246910095
+ ],
+ "min":[
+ -0.03604679927229881,
+ -0.030329104512929916,
+ 0.42091721296310425
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":411,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":412,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":413,
+ "componentType":5126,
+ "count":12096,
+ "max":[
+ -0.7432301044464111,
+ 0.14384277164936066,
+ -0.04744415357708931
+ ],
+ "min":[
+ -0.8458529114723206,
+ -0.11287485063076019,
+ -0.13653503358364105
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":414,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":415,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":416,
+ "componentType":5126,
+ "count":27456,
+ "max":[
+ 0.1496797353029251,
+ 0.2734924256801605,
+ -0.032489094883203506
+ ],
+ "min":[
+ -0.9115674495697021,
+ -0.24252453446388245,
+ -0.23915107548236847
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":417,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":418,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":419,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ 0.030319515615701675,
+ -0.42091721296310425
+ ],
+ "min":[
+ -0.03604679927229881,
+ -3.9151123019109946e-06,
+ -0.4833521246910095
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":420,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":421,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":422,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ -5.6742564993328415e-06,
+ -0.42091721296310425
+ ],
+ "min":[
+ -0.03604679927229881,
+ -0.030329104512929916,
+ -0.4833521246910095
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":423,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":424,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":425,
+ "componentType":5126,
+ "count":4416,
+ "max":[
+ 2.6735680103302,
+ 0.6519991159439087,
+ 0.13782227039337158
+ ],
+ "min":[
+ 2.3294496536254883,
+ -0.17284177243709564,
+ 0.0969354435801506
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":426,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":427,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":428,
+ "componentType":5126,
+ "count":17952,
+ "max":[
+ -0.28995105624198914,
+ 0.4895773231983185,
+ 0.49062660336494446
+ ],
+ "min":[
+ -0.6587533354759216,
+ -0.408750981092453,
+ 0.4706262946128845
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":429,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":430,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":431,
+ "componentType":5126,
+ "count":4416,
+ "max":[
+ 2.6735680103302,
+ 0.6519991159439087,
+ -0.0969354435801506
+ ],
+ "min":[
+ 2.3294496536254883,
+ -0.17284177243709564,
+ -0.13782227039337158
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":432,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":433,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":434,
+ "componentType":5126,
+ "count":17952,
+ "max":[
+ -0.28995105624198914,
+ 0.4895773231983185,
+ -0.4706262946128845
+ ],
+ "min":[
+ -0.6587533354759216,
+ -0.408750981092453,
+ -0.49062660336494446
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":435,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":436,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":437,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":438,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":439,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":440,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":441,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":442,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":443,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":444,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":445,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":446,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":447,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":448,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":449,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":450,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":451,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":452,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":453,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":454,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":455,
+ "componentType":5126,
+ "count":309120,
+ "max":[
+ 0.18196575343608856,
+ 0.46098625659942627,
+ 0.2143007218837738
+ ],
+ "min":[
+ -0.14803782105445862,
+ -0.405908465385437,
+ 0.0789111778140068
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":456,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":457,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":458,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":459,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":460,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":461,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":462,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":463,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":464,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":465,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":466,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":467,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":468,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":469,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":470,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":471,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":472,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":473,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":474,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":475,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":476,
+ "componentType":5126,
+ "count":309120,
+ "max":[
+ 0.18196575343608856,
+ 0.46098625659942627,
+ -0.0789111778140068
+ ],
+ "min":[
+ -0.14803782105445862,
+ -0.405908465385437,
+ -0.2143007218837738
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":477,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":478,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":479,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":480,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":481,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":482,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03997451439499855,
+ 0.03997451439499855,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03997451439499855,
+ -0.03997451439499855,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":483,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":484,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":485,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03997451439499855,
+ 0.03997451439499855,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03997451439499855,
+ -0.03997451439499855,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":486,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":487,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":488,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039898086339235306,
+ 0.039898086339235306,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039898086339235306,
+ -0.039898086339235306,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":489,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":490,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":491,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039770811796188354,
+ 0.039770811796188354,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039770811796188354,
+ -0.039770811796188354,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":492,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":493,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":494,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03959285840392113,
+ 0.03959285840392113,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03959285840392113,
+ -0.03959285840392113,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":495,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":496,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":497,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03936444967985153,
+ 0.03936444967985153,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03936444967985153,
+ -0.03936444967985153,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":498,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":499,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":500,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03936444967985153,
+ 0.03936444967985153,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03936444967985153,
+ -0.03936444967985153,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":501,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":502,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":503,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03959285840392113,
+ 0.03959285840392113,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03959285840392113,
+ -0.03959285840392113,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":504,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":505,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":506,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039770811796188354,
+ 0.039770811796188354,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039770811796188354,
+ -0.039770811796188354,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":507,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":508,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":509,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039898086339235306,
+ 0.039898086339235306,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039898086339235306,
+ -0.039898086339235306,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":510,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":511,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":512,
+ "componentType":5126,
+ "count":18828,
+ "max":[
+ 3.584339141845703,
+ 0.9867457151412964,
+ -1.5666438341140747
+ ],
+ "min":[
+ 1.9966288805007935,
+ -0.6009645462036133,
+ -1.6713963747024536
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":513,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":514,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":515,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":516,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":517,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":518,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03997451439499855,
+ 0.03997451439499855,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03997451439499855,
+ -0.03997451439499855,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":519,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":520,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":521,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03997451439499855,
+ 0.03997451439499855,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03997451439499855,
+ -0.03997451439499855,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":522,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":523,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":524,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039898086339235306,
+ 0.039898086339235306,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039898086339235306,
+ -0.039898086339235306,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":525,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":526,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":527,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039770811796188354,
+ 0.039770811796188354,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039770811796188354,
+ -0.039770811796188354,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":528,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":529,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":530,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03959285840392113,
+ 0.03959285840392113,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03959285840392113,
+ -0.03959285840392113,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":531,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":532,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":533,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03936444967985153,
+ 0.03936444967985153,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03936444967985153,
+ -0.03936444967985153,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":534,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":535,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":536,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03936444967985153,
+ 0.03936444967985153,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03936444967985153,
+ -0.03936444967985153,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":537,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":538,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":539,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03959285840392113,
+ 0.03959285840392113,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03959285840392113,
+ -0.03959285840392113,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":540,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":541,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":542,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039770811796188354,
+ 0.039770811796188354,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039770811796188354,
+ -0.039770811796188354,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":543,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":544,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":545,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039898086339235306,
+ 0.039898086339235306,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039898086339235306,
+ -0.039898086339235306,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":546,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":547,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":548,
+ "componentType":5126,
+ "count":18828,
+ "max":[
+ 3.584339141845703,
+ 0.9867457151412964,
+ 1.6713963747024536
+ ],
+ "min":[
+ 1.9966288805007935,
+ -0.6009645462036133,
+ 1.5666438341140747
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":549,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":550,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":551,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":552,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":553,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":554,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03997451439499855,
+ 0.03997451439499855,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03997451439499855,
+ -0.03997451439499855,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":555,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":556,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":557,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03997451439499855,
+ 0.03997451439499855,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03997451439499855,
+ -0.03997451439499855,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":558,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":559,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":560,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039898086339235306,
+ 0.039898086339235306,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039898086339235306,
+ -0.039898086339235306,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":561,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":562,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":563,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039770811796188354,
+ 0.039770811796188354,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039770811796188354,
+ -0.039770811796188354,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":564,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":565,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":566,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03959285840392113,
+ 0.03959285840392113,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03959285840392113,
+ -0.03959285840392113,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":567,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":568,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":569,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03936444967985153,
+ 0.03936444967985153,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03936444967985153,
+ -0.03936444967985153,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":570,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":571,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":572,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03936444967985153,
+ 0.03936444967985153,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03936444967985153,
+ -0.03936444967985153,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":573,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":574,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":575,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03959285840392113,
+ 0.03959285840392113,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03959285840392113,
+ -0.03959285840392113,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":576,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":577,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":578,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039770811796188354,
+ 0.039770811796188354,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039770811796188354,
+ -0.039770811796188354,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":579,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":580,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":581,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039898086339235306,
+ 0.039898086339235306,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039898086339235306,
+ -0.039898086339235306,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":582,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":583,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":584,
+ "componentType":5126,
+ "count":18828,
+ "max":[
+ 3.584339141845703,
+ 0.9867457151412964,
+ -1.5666438341140747
+ ],
+ "min":[
+ 1.9966288805007935,
+ -0.6009645462036133,
+ -1.6713963747024536
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":585,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":586,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":587,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":588,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":589,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":590,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03997451439499855,
+ 0.03997451439499855,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03997451439499855,
+ -0.03997451439499855,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":591,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":592,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":593,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03997451439499855,
+ 0.03997451439499855,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03997451439499855,
+ -0.03997451439499855,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":594,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":595,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":596,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039898086339235306,
+ 0.039898086339235306,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039898086339235306,
+ -0.039898086339235306,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":597,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":598,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":599,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039770811796188354,
+ 0.039770811796188354,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039770811796188354,
+ -0.039770811796188354,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":600,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":601,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":602,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03959285840392113,
+ 0.03959285840392113,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03959285840392113,
+ -0.03959285840392113,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":603,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":604,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":605,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03936444967985153,
+ 0.03936444967985153,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03936444967985153,
+ -0.03936444967985153,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":606,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":607,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":608,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03936444967985153,
+ 0.03936444967985153,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03936444967985153,
+ -0.03936444967985153,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":609,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":610,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":611,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03959285840392113,
+ 0.03959285840392113,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03959285840392113,
+ -0.03959285840392113,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":612,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":613,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":614,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039770811796188354,
+ 0.039770811796188354,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039770811796188354,
+ -0.039770811796188354,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":615,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":616,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":617,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039898086339235306,
+ 0.039898086339235306,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039898086339235306,
+ -0.039898086339235306,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":618,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":619,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":620,
+ "componentType":5126,
+ "count":18828,
+ "max":[
+ 3.584339141845703,
+ 0.9867457151412964,
+ 1.6713963747024536
+ ],
+ "min":[
+ 1.9966288805007935,
+ -0.6009645462036133,
+ 1.5666438341140747
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":621,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":622,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":623,
+ "componentType":5126,
+ "count":4308,
+ "max":[
+ 0.22480225563049316,
+ 0.22143086791038513,
+ 0.6474164724349976
+ ],
+ "min":[
+ -0.22480225563049316,
+ -0.22143086791038513,
+ -3.83309268951416
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":624,
+ "componentType":5126,
+ "count":4308,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":625,
+ "componentType":5126,
+ "count":4308,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":626,
+ "componentType":5123,
+ "count":4308,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":627,
+ "componentType":5126,
+ "count":18144,
+ "max":[
+ 1.0203351974487305,
+ 1.01497483253479,
+ 0.17161962389945984
+ ],
+ "min":[
+ -1.0203351974487305,
+ -1.01497483253479,
+ -0.18776428699493408
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":628,
+ "componentType":5126,
+ "count":18144,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":629,
+ "componentType":5126,
+ "count":18144,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":630,
+ "componentType":5123,
+ "count":18144,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":631,
+ "componentType":5126,
+ "count":18144,
+ "max":[
+ 1.0203351974487305,
+ 1.01497483253479,
+ 0.17161962389945984
+ ],
+ "min":[
+ -1.0203351974487305,
+ -1.01497483253479,
+ -0.18776428699493408
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":632,
+ "componentType":5126,
+ "count":18144,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":633,
+ "componentType":5126,
+ "count":18144,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":634,
+ "componentType":5123,
+ "count":18144,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":635,
+ "componentType":5126,
+ "count":232704,
+ "max":[
+ 1.0771836042404175,
+ 1.0658141129045731e-17,
+ 2.5120692253112793
+ ],
+ "min":[
+ -1.0771836042404175,
+ -0.3005903363227844,
+ -2.5120692253112793
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":636,
+ "componentType":5126,
+ "count":232704,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":637,
+ "componentType":5126,
+ "count":232704,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":638,
+ "componentType":5125,
+ "count":232704,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":639,
+ "componentType":5126,
+ "count":89088,
+ "max":[
+ 1.044482707977295,
+ -0.21087390184402466,
+ 2.568289041519165
+ ],
+ "min":[
+ -1.044482707977295,
+ -0.464055597782135,
+ -2.568289041519165
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":640,
+ "componentType":5126,
+ "count":89088,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":641,
+ "componentType":5126,
+ "count":89088,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":642,
+ "componentType":5125,
+ "count":89088,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":643,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 0.9274212121963501,
+ 0.08858685195446014,
+ 2.1121509075164795
+ ],
+ "min":[
+ -0.9274212121963501,
+ -0.07538770139217377,
+ -2.1121509075164795
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":644,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":645,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":646,
+ "componentType":5123,
+ "count":1152,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":647,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.938237190246582,
+ 0.02300858683884144,
+ 2.1193442344665527
+ ],
+ "min":[
+ -0.938237190246582,
+ 2.4586703148088418e-05,
+ -2.1193442344665527
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":648,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":649,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":650,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":651,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.938237190246582,
+ -4.25646385338041e-06,
+ 2.1193442344665527
+ ],
+ "min":[
+ -0.938237190246582,
+ -0.022988256067037582,
+ -2.1193442344665527
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":652,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":653,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":654,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 0.7549938559532166,
+ 0.08858685195446014,
+ 2.2929489612579346
+ ],
+ "min":[
+ -0.7549938559532166,
+ -0.07538770139217377,
+ -2.2929489612579346
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":655,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":656,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":657,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.7658098936080933,
+ 0.02300858683884144,
+ 2.300142288208008
+ ],
+ "min":[
+ -0.7658098936080933,
+ 2.4586703148088418e-05,
+ -2.300142288208008
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":658,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":659,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":660,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.7658098936080933,
+ -4.25646385338041e-06,
+ 2.300142288208008
+ ],
+ "min":[
+ -0.7658098936080933,
+ -0.022988256067037582,
+ -2.300142288208008
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":661,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":662,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":663,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 0.9274212121963501,
+ 0.08858685195446014,
+ 2.2929489612579346
+ ],
+ "min":[
+ -0.9274212121963501,
+ -0.07538770139217377,
+ -2.2929489612579346
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":664,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":665,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":666,
+ "componentType":5123,
+ "count":1152,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":667,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.938237190246582,
+ 0.02300858683884144,
+ 2.300142288208008
+ ],
+ "min":[
+ -0.938237190246582,
+ 2.4586703148088418e-05,
+ -2.300142288208008
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":668,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":669,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":670,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":671,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.938237190246582,
+ -4.25646385338041e-06,
+ 2.300142288208008
+ ],
+ "min":[
+ -0.938237190246582,
+ -0.022988256067037582,
+ -2.300142288208008
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":672,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":673,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":674,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 0.7549938559532166,
+ 0.08858685195446014,
+ 2.1121509075164795
+ ],
+ "min":[
+ -0.7549938559532166,
+ -0.07538770139217377,
+ -2.1121509075164795
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":675,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":676,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":677,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.7658098936080933,
+ -4.25646385338041e-06,
+ 2.1193442344665527
+ ],
+ "min":[
+ -0.7658098936080933,
+ -0.022988256067037582,
+ -2.1193442344665527
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":678,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":679,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":680,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.7658098936080933,
+ 0.02300858683884144,
+ 2.1193442344665527
+ ],
+ "min":[
+ -0.7658098936080933,
+ 2.4586703148088418e-05,
+ -2.1193442344665527
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":681,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":682,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":683,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 3.4730257987976074,
+ 0.021615291014313698,
+ 2.225140333175659
+ ],
+ "min":[
+ -3.4730257987976074,
+ -0.021615291014313698,
+ -2.225140333175659
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":684,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":685,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":686,
+ "componentType":5123,
+ "count":768,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":687,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 3.5110256671905518,
+ 0.002338613150641322,
+ 2.2631402015686035
+ ],
+ "min":[
+ -3.5110256671905518,
+ -0.002338613150641322,
+ -2.2631402015686035
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":688,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":689,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":690,
+ "componentType":5123,
+ "count":3072,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":691,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 3.508025646209717,
+ 0.022324811667203903,
+ 2.2601401805877686
+ ],
+ "min":[
+ -3.508025646209717,
+ -0.022324811667203903,
+ -2.2601401805877686
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":692,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":693,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":694,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 3.508025646209717,
+ 0.022324811667203903,
+ 2.2601401805877686
+ ],
+ "min":[
+ -3.508025646209717,
+ -0.022324811667203903,
+ -2.2601401805877686
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":695,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":696,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":697,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 3.5204598903656006,
+ 0.19254721701145172,
+ 2.2725744247436523
+ ],
+ "min":[
+ -3.5204598903656006,
+ -0.19254721701145172,
+ -2.2725744247436523
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":698,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":699,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":700,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 3.5310256481170654,
+ 0.20164906978607178,
+ 2.283140182495117
+ ],
+ "min":[
+ -3.5310256481170654,
+ -0.20164906978607178,
+ -2.283140182495117
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":701,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":702,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":703,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 3.508025646209717,
+ 0.022324811667203903,
+ 2.2601401805877686
+ ],
+ "min":[
+ -3.508025646209717,
+ -0.022324811667203903,
+ -2.2601401805877686
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":704,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":705,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":706,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 3.5110256671905518,
+ 0.002338613150641322,
+ 2.2631402015686035
+ ],
+ "min":[
+ -3.5110256671905518,
+ -0.002338613150641322,
+ -2.2631402015686035
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":707,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":708,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":709,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 3.4730257987976074,
+ 0.021615291014313698,
+ 2.225140333175659
+ ],
+ "min":[
+ -3.4730257987976074,
+ -0.021615291014313698,
+ -2.225140333175659
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":710,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":711,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":712,
+ "componentType":5126,
+ "count":86784,
+ "max":[
+ 3.5210771560668945,
+ 0.7997605204582214,
+ 2.4763078689575195
+ ],
+ "min":[
+ -3.5210771560668945,
+ 0.4208938181400299,
+ -2.4763078689575195
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":713,
+ "componentType":5126,
+ "count":86784,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":714,
+ "componentType":5126,
+ "count":86784,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":715,
+ "componentType":5125,
+ "count":86784,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":716,
+ "componentType":5126,
+ "count":1039104,
+ "max":[
+ 4.357529640197754,
+ 0.6018847823143005,
+ 2.4574146270751953
+ ],
+ "min":[
+ -4.357529640197754,
+ -0.5769014954566956,
+ -2.4574146270751953
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":717,
+ "componentType":5126,
+ "count":1039104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":718,
+ "componentType":5126,
+ "count":1039104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":719,
+ "componentType":5125,
+ "count":1039104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":720,
+ "componentType":5126,
+ "count":39552,
+ "max":[
+ 3.8979125022888184,
+ 0.3043498396873474,
+ 1.6598366498947144
+ ],
+ "min":[
+ -3.8979125022888184,
+ 0.025460997596383095,
+ -1.6598366498947144
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":721,
+ "componentType":5126,
+ "count":39552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":722,
+ "componentType":5126,
+ "count":39552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":723,
+ "componentType":5123,
+ "count":39552,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":724,
+ "componentType":5126,
+ "count":10272,
+ "max":[
+ 4.05699348449707,
+ -0.4058878719806671,
+ 1.7495088577270508
+ ],
+ "min":[
+ -4.05699348449707,
+ -0.6878631114959717,
+ -1.7495088577270508
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":725,
+ "componentType":5126,
+ "count":10272,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":726,
+ "componentType":5126,
+ "count":10272,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":727,
+ "componentType":5123,
+ "count":10272,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":728,
+ "componentType":5126,
+ "count":165888,
+ "max":[
+ 4.0570855140686035,
+ -0.407676100730896,
+ 1.6895089149475098
+ ],
+ "min":[
+ -4.0570855140686035,
+ -0.6887996196746826,
+ -1.6895089149475098
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":729,
+ "componentType":5126,
+ "count":165888,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":730,
+ "componentType":5126,
+ "count":165888,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":731,
+ "componentType":5125,
+ "count":165888,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":732,
+ "componentType":5126,
+ "count":82944,
+ "max":[
+ 4.0563201904296875,
+ -0.406300812959671,
+ 1.6745091676712036
+ ],
+ "min":[
+ -4.0563201904296875,
+ -0.6874365210533142,
+ -1.6745091676712036
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":733,
+ "componentType":5126,
+ "count":82944,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":734,
+ "componentType":5126,
+ "count":82944,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":735,
+ "componentType":5125,
+ "count":82944,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":736,
+ "componentType":5126,
+ "count":462336,
+ "max":[
+ 4.633062839508057,
+ -0.15097841620445251,
+ 1.7795089483261108
+ ],
+ "min":[
+ -4.633062839508057,
+ -0.6871054172515869,
+ -1.7795089483261108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":737,
+ "componentType":5126,
+ "count":462336,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":738,
+ "componentType":5126,
+ "count":462336,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":739,
+ "componentType":5125,
+ "count":462336,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":740,
+ "componentType":5126,
+ "count":3600,
+ "max":[
+ 4.488590717315674,
+ 0.22484181821346283,
+ 1.6920937299728394
+ ],
+ "min":[
+ -4.488590717315674,
+ -0.22484181821346283,
+ -1.6920937299728394
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":741,
+ "componentType":5126,
+ "count":3600,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":742,
+ "componentType":5123,
+ "count":3600,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":743,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 4.436980724334717,
+ 0.021452870219945908,
+ 1.6739155054092407
+ ],
+ "min":[
+ -4.436980724334717,
+ -0.021452870219945908,
+ -1.6739155054092407
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":744,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":745,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":746,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.380403518676758,
+ 0.030520427972078323,
+ 1.6579841375350952
+ ],
+ "min":[
+ -4.380403518676758,
+ -0.03140867501497269,
+ -1.6579841375350952
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":747,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":748,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":749,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":750,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.4698076248168945,
+ 0.03241446241736412,
+ 1.698894739151001
+ ],
+ "min":[
+ -4.4698076248168945,
+ -0.02951464056968689,
+ -1.698894739151001
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":751,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":752,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":753,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":754,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 4.502047538757324,
+ 0.021452870219945908,
+ 1.5317203998565674
+ ],
+ "min":[
+ -4.502047538757324,
+ -0.021452870219945908,
+ -1.5317203998565674
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":755,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":756,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":757,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.445470333099365,
+ 0.030520427972078323,
+ 1.5157890319824219
+ ],
+ "min":[
+ -4.445470333099365,
+ -0.03140867501497269,
+ -1.5157890319824219
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":758,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":759,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":760,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":761,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.53487491607666,
+ 0.03241446241736412,
+ 1.5566996335983276
+ ],
+ "min":[
+ -4.53487491607666,
+ -0.02951464056968689,
+ -1.5566996335983276
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":762,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":763,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":764,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":765,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 3.968214273452759,
+ 0.01155209168791771,
+ 1.809119701385498
+ ],
+ "min":[
+ -3.968214273452759,
+ -0.01155209168791771,
+ -1.809119701385498
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":766,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":767,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":768,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.9756412506103516,
+ 0.018027720972895622,
+ 1.5647027492523193
+ ],
+ "min":[
+ -3.9756412506103516,
+ -0.018191467970609665,
+ -1.5647027492523193
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":769,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":770,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":771,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":772,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.9756412506103516,
+ 0.01837688498198986,
+ 1.7957638502120972
+ ],
+ "min":[
+ -3.9756412506103516,
+ -0.017842305824160576,
+ -1.7957638502120972
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":773,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":774,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":775,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 3.9067978858947754,
+ 0.01155209168791771,
+ 1.809119701385498
+ ],
+ "min":[
+ -3.9067978858947754,
+ -0.01155209168791771,
+ -1.809119701385498
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":776,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":777,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":778,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.914224863052368,
+ 0.018027720972895622,
+ 1.5647027492523193
+ ],
+ "min":[
+ -3.914224863052368,
+ -0.018191467970609665,
+ -1.5647027492523193
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":779,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":780,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":781,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.914224863052368,
+ 0.01837688498198986,
+ 1.7957638502120972
+ ],
+ "min":[
+ -3.914224863052368,
+ -0.017842305824160576,
+ -1.7957638502120972
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":782,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":783,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":784,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 4.027565002441406,
+ 0.01155209168791771,
+ 1.809119701385498
+ ],
+ "min":[
+ -4.027565002441406,
+ -0.01155209168791771,
+ -1.809119701385498
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":785,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":786,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":787,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.03499174118042,
+ 0.018027720972895622,
+ 1.5647027492523193
+ ],
+ "min":[
+ -4.03499174118042,
+ -0.018191467970609665,
+ -1.5647027492523193
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":788,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":789,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":790,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.03499174118042,
+ 0.01837688498198986,
+ 1.7957638502120972
+ ],
+ "min":[
+ -4.03499174118042,
+ -0.017842305824160576,
+ -1.7957638502120972
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":791,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":792,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":793,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 4.247499942779541,
+ 0.02359815686941147,
+ 1.863468885421753
+ ],
+ "min":[
+ -4.247499942779541,
+ -0.02359815686941147,
+ -1.863468885421753
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":794,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":795,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":796,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.263232231140137,
+ 0.033572468906641006,
+ 1.74980890750885
+ ],
+ "min":[
+ -4.263232231140137,
+ -0.034549541771411896,
+ -1.74980890750885
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":797,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":798,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":799,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.263232231140137,
+ 0.0356559082865715,
+ 1.8450887203216553
+ ],
+ "min":[
+ -4.263232231140137,
+ -0.0324661061167717,
+ -1.8450887203216553
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":800,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":801,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":802,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":803,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 4.247499942779541,
+ 0.02359815686941147,
+ 1.863468885421753
+ ],
+ "min":[
+ -4.247499942779541,
+ -0.02359815686941147,
+ -1.863468885421753
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":804,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":805,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":806,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.263232231140137,
+ 0.033572468906641006,
+ 1.74980890750885
+ ],
+ "min":[
+ -4.263232231140137,
+ -0.034549541771411896,
+ -1.74980890750885
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":807,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":808,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":809,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.263232231140137,
+ 0.0356559082865715,
+ 1.8450887203216553
+ ],
+ "min":[
+ -4.263232231140137,
+ -0.0324661061167717,
+ -1.8450887203216553
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":810,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":811,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":812,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 4.095997333526611,
+ 0.02359815686941147,
+ 1.863468885421753
+ ],
+ "min":[
+ -4.095997333526611,
+ -0.02359815686941147,
+ -1.863468885421753
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":813,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":814,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":815,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.106460094451904,
+ 0.03933026269078255,
+ 1.74980890750885
+ ],
+ "min":[
+ -4.106460094451904,
+ -0.03933026269078255,
+ -1.74980890750885
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":816,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":817,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":818,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.106460094451904,
+ 0.03933026269078255,
+ 1.8450887203216553
+ ],
+ "min":[
+ -4.106460094451904,
+ -0.03933026269078255,
+ -1.8450887203216553
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":819,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":820,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":821,
+ "componentType":5126,
+ "count":4224,
+ "max":[
+ 3.8561227321624756,
+ 0.05415000021457672,
+ 2.436641216278076
+ ],
+ "min":[
+ -3.8561227321624756,
+ -0.05415000021457672,
+ -2.436641216278076
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":822,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":823,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":824,
+ "componentType":5123,
+ "count":4224,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":825,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.8471627235412598,
+ 0.03340785577893257,
+ 2.4336025714874268
+ ],
+ "min":[
+ -3.8471627235412598,
+ -0.0020879909861832857,
+ -2.4336025714874268
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":826,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":827,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":828,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":829,
+ "componentType":5126,
+ "count":4224,
+ "max":[
+ 4.015507221221924,
+ 0.05415000021457672,
+ 2.436641216278076
+ ],
+ "min":[
+ -4.015507221221924,
+ -0.05415000021457672,
+ -2.436641216278076
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":830,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":831,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":832,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.006547451019287,
+ 0.03340785577893257,
+ 2.4336025714874268
+ ],
+ "min":[
+ -4.006547451019287,
+ -0.0020879909861832857,
+ -2.4336025714874268
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":833,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":834,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":835,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":836,
+ "componentType":5126,
+ "count":4224,
+ "max":[
+ 3.8561227321624756,
+ 0.05415000021457672,
+ 2.048311710357666
+ ],
+ "min":[
+ -3.8561227321624756,
+ -0.05415000021457672,
+ -2.048311710357666
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":837,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":838,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":839,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.8471627235412598,
+ 0.03340785577893257,
+ 2.0452728271484375
+ ],
+ "min":[
+ -3.8471627235412598,
+ -0.0020879909861832857,
+ -2.0452728271484375
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":840,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":841,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":842,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":843,
+ "componentType":5126,
+ "count":4224,
+ "max":[
+ 4.015507221221924,
+ 0.05415000021457672,
+ 2.048311710357666
+ ],
+ "min":[
+ -4.015507221221924,
+ -0.05415000021457672,
+ -2.048311710357666
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":844,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":845,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":846,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.006547451019287,
+ 0.03340785577893257,
+ 2.0452728271484375
+ ],
+ "min":[
+ -4.006547451019287,
+ -0.0020879909861832857,
+ -2.0452728271484375
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":847,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":848,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":849,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 3.847447156906128,
+ 0.01155209168791771,
+ 1.809119701385498
+ ],
+ "min":[
+ -3.847447156906128,
+ -0.01155209168791771,
+ -1.809119701385498
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":850,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":851,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":852,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.8548741340637207,
+ 0.018027720972895622,
+ 1.5647027492523193
+ ],
+ "min":[
+ -3.8548741340637207,
+ -0.018191467970609665,
+ -1.5647027492523193
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":853,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":854,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":855,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.8548741340637207,
+ 0.01837688498198986,
+ 1.7957638502120972
+ ],
+ "min":[
+ -3.8548741340637207,
+ -0.017842305824160576,
+ -1.7957638502120972
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":856,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":857,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":858,
+ "componentType":5126,
+ "count":2404608,
+ "max":[
+ 4.0612030029296875,
+ 1.1230378150939941,
+ 2.6715798377990723
+ ],
+ "min":[
+ -4.0612030029296875,
+ -0.16426299512386322,
+ -2.6715798377990723
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":859,
+ "componentType":5126,
+ "count":2404608,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":860,
+ "componentType":5126,
+ "count":2404608,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":861,
+ "componentType":5125,
+ "count":2404608,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":862,
+ "componentType":5126,
+ "count":65472,
+ "max":[
+ 2.8553478717803955,
+ 0.3504507541656494,
+ 2.605375289916992
+ ],
+ "min":[
+ -2.8553478717803955,
+ -0.04003354534506798,
+ -2.605375289916992
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":863,
+ "componentType":5126,
+ "count":65472,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":864,
+ "componentType":5126,
+ "count":65472,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":865,
+ "componentType":5123,
+ "count":65472,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":866,
+ "componentType":5126,
+ "count":208128,
+ "max":[
+ 3.3186111450195312,
+ 4.058801152950764e-07,
+ 2.3635005950927734
+ ],
+ "min":[
+ -3.3186111450195312,
+ -0.32661116123199463,
+ -2.3635005950927734
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":867,
+ "componentType":5126,
+ "count":208128,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":868,
+ "componentType":5126,
+ "count":208128,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":869,
+ "componentType":5125,
+ "count":208128,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":870,
+ "componentType":5126,
+ "count":38208,
+ "max":[
+ 3.1384389400482178,
+ 0.2964973747730255,
+ 2.427534341812134
+ ],
+ "min":[
+ -3.1384389400482178,
+ -0.32234397530555725,
+ -2.427534341812134
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":871,
+ "componentType":5126,
+ "count":38208,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":872,
+ "componentType":5126,
+ "count":38208,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":873,
+ "componentType":5123,
+ "count":38208,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":874,
+ "componentType":5126,
+ "count":1045248,
+ "max":[
+ 3.5275633335113525,
+ 0.3152989149093628,
+ 2.570899724960327
+ ],
+ "min":[
+ -3.5275633335113525,
+ -0.3067275881767273,
+ -2.570899724960327
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":875,
+ "componentType":5126,
+ "count":1045248,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":876,
+ "componentType":5126,
+ "count":1045248,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":877,
+ "componentType":5125,
+ "count":1045248,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":878,
+ "componentType":5126,
+ "count":1261824,
+ "max":[
+ 3.1319665908813477,
+ 0.2839404046535492,
+ 2.7371606826782227
+ ],
+ "min":[
+ -3.1319665908813477,
+ -0.31587159633636475,
+ -2.7371606826782227
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":879,
+ "componentType":5126,
+ "count":1261824,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":880,
+ "componentType":5126,
+ "count":1261824,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":881,
+ "componentType":5125,
+ "count":1261824,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":882,
+ "componentType":5126,
+ "count":38208,
+ "max":[
+ 3.1384389400482178,
+ 0.2964973747730255,
+ 2.0371079444885254
+ ],
+ "min":[
+ -3.1384389400482178,
+ -0.32234397530555725,
+ -2.0371079444885254
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":883,
+ "componentType":5126,
+ "count":38208,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":884,
+ "componentType":5126,
+ "count":38208,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":885,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 3.263706922531128,
+ 0.13779759407043457,
+ 2.132675886154175
+ ],
+ "min":[
+ -3.263706922531128,
+ 0.00954346265643835,
+ -2.132675886154175
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":886,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":887,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":888,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.2755963802337646,
+ 0.010113176889717579,
+ 2.1505534648895264
+ ],
+ "min":[
+ -3.2755963802337646,
+ -0.02787628024816513,
+ -2.1505534648895264
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":889,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":890,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":891,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":892,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.2755963802337646,
+ -4.1319224692415446e-05,
+ 2.1505534648895264
+ ],
+ "min":[
+ -3.2755963802337646,
+ -0.038030777126550674,
+ -2.1505534648895264
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":893,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":894,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":895,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":896,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 3.263706922531128,
+ 0.13779759407043457,
+ 2.321235418319702
+ ],
+ "min":[
+ -3.263706922531128,
+ 0.00954346265643835,
+ -2.321235418319702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":897,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":898,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":899,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.2755963802337646,
+ -4.1319224692415446e-05,
+ 2.3391129970550537
+ ],
+ "min":[
+ -3.2755963802337646,
+ -0.038030777126550674,
+ -2.3391129970550537
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":900,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":901,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":902,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":903,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.2755963802337646,
+ 0.010113176889717579,
+ 2.3391129970550537
+ ],
+ "min":[
+ -3.2755963802337646,
+ -0.02787628024816513,
+ -2.3391129970550537
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":904,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":905,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":906,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":907,
+ "componentType":5126,
+ "count":778416,
+ "max":[
+ 3.1311280727386475,
+ -0.16460618376731873,
+ 2.515123128890991
+ ],
+ "min":[
+ -3.1311280727386475,
+ -0.5542059540748596,
+ -2.515123128890991
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":908,
+ "componentType":5126,
+ "count":778416,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":909,
+ "componentType":5126,
+ "count":778416,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":910,
+ "componentType":5125,
+ "count":778416,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":911,
+ "componentType":5126,
+ "count":16704,
+ "max":[
+ 3.0677406787872314,
+ 1.582664132118225,
+ 2.5968472957611084
+ ],
+ "min":[
+ -3.0677406787872314,
+ 1.0793726444244385,
+ -2.5968472957611084
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":912,
+ "componentType":5126,
+ "count":16704,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":913,
+ "componentType":5126,
+ "count":16704,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":914,
+ "componentType":5123,
+ "count":16704,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":915,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.591355085372925,
+ 0.02500000037252903,
+ 2.4765663146972656
+ ],
+ "min":[
+ -2.591355085372925,
+ -0.02500000037252903,
+ -2.4765663146972656
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":916,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":917,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":918,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.5858263969421387,
+ 0.014590729959309101,
+ 2.4946630001068115
+ ],
+ "min":[
+ -2.5858263969421387,
+ -0.021687209606170654,
+ -2.4946630001068115
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":919,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":920,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":921,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":922,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.737649440765381,
+ 0.02500000037252903,
+ 2.4765663146972656
+ ],
+ "min":[
+ -2.737649440765381,
+ -0.02500000037252903,
+ -2.4765663146972656
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":923,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":924,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":925,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.730790853500366,
+ 0.01089930348098278,
+ 2.4946630001068115
+ ],
+ "min":[
+ -2.730790853500366,
+ -0.028031721711158752,
+ -2.4946630001068115
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":926,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":927,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":928,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.9445407390594482,
+ 0.02500000037252903,
+ 2.4765663146972656
+ ],
+ "min":[
+ -2.9445407390594482,
+ -0.02500000037252903,
+ -2.4765663146972656
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":929,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":930,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":931,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.9376771450042725,
+ 0.01089930348098278,
+ 2.4946630001068115
+ ],
+ "min":[
+ -2.9376771450042725,
+ -0.028031721711158752,
+ -2.4946630001068115
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":932,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":933,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":934,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 3.090834856033325,
+ 0.02500000037252903,
+ 2.4765663146972656
+ ],
+ "min":[
+ -3.090834856033325,
+ -0.02500000037252903,
+ -2.4765663146972656
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":935,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":936,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":937,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.085294485092163,
+ 0.014590729959309101,
+ 2.4946630001068115
+ ],
+ "min":[
+ -3.085294485092163,
+ -0.021687209606170654,
+ -2.4946630001068115
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":938,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":939,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":940,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 3.090834856033325,
+ 0.02500000037252903,
+ 2.4765663146972656
+ ],
+ "min":[
+ -3.090834856033325,
+ -0.02500000037252903,
+ -2.4765663146972656
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":941,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":942,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":943,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.085294485092163,
+ 0.021687209606170654,
+ 2.4946630001068115
+ ],
+ "min":[
+ -3.085294485092163,
+ -0.014590729959309101,
+ -2.4946630001068115
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":944,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":945,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":946,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.9445407390594482,
+ 0.02500000037252903,
+ 2.4765663146972656
+ ],
+ "min":[
+ -2.9445407390594482,
+ -0.02500000037252903,
+ -2.4765663146972656
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":947,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":948,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":949,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.9376771450042725,
+ 0.028031721711158752,
+ 2.4946630001068115
+ ],
+ "min":[
+ -2.9376771450042725,
+ -0.01089930348098278,
+ -2.4946630001068115
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":950,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":951,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":952,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.737649440765381,
+ 0.02500000037252903,
+ 2.4765663146972656
+ ],
+ "min":[
+ -2.737649440765381,
+ -0.02500000037252903,
+ -2.4765663146972656
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":953,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":954,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":955,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.730790853500366,
+ 0.028031721711158752,
+ 2.4946630001068115
+ ],
+ "min":[
+ -2.730790853500366,
+ -0.01089930348098278,
+ -2.4946630001068115
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":956,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":957,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":958,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.591355085372925,
+ 0.02500000037252903,
+ 2.4765663146972656
+ ],
+ "min":[
+ -2.591355085372925,
+ -0.02500000037252903,
+ -2.4765663146972656
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":959,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":960,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":961,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.5858263969421387,
+ 0.021687209606170654,
+ 2.4946630001068115
+ ],
+ "min":[
+ -2.5858263969421387,
+ -0.014590729959309101,
+ -2.4946630001068115
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":962,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":963,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":964,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.707205295562744,
+ 0.013367774896323681,
+ 2.622422695159912
+ ],
+ "min":[
+ -2.707205295562744,
+ -0.013367774896323681,
+ -2.622422695159912
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":965,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":966,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":967,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.7044293880462646,
+ 0.00666988268494606,
+ 2.6321825981140137
+ ],
+ "min":[
+ -2.7044293880462646,
+ -0.011670502834022045,
+ -2.6321825981140137
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":968,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":969,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":970,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":971,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.829578161239624,
+ 0.013483124785125256,
+ 2.622422695159912
+ ],
+ "min":[
+ -2.829578161239624,
+ -0.013483124785125256,
+ -2.622422695159912
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":972,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":973,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":974,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.826683759689331,
+ 0.004169572610408068,
+ 2.6321825981140137
+ ],
+ "min":[
+ -2.826683759689331,
+ -0.01417081244289875,
+ -2.6321825981140137
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":975,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":976,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":977,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.9517202377319336,
+ 0.013367774896323681,
+ 2.622422695159912
+ ],
+ "min":[
+ -2.9517202377319336,
+ -0.013367774896323681,
+ -2.622422695159912
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":978,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":979,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":980,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.9489383697509766,
+ 0.00666988268494606,
+ 2.6321825981140137
+ ],
+ "min":[
+ -2.9489383697509766,
+ -0.011670502834022045,
+ -2.6321825981140137
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":981,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":982,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":983,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.9517202377319336,
+ 0.013367774896323681,
+ 2.622422695159912
+ ],
+ "min":[
+ -2.9517202377319336,
+ -0.013367774896323681,
+ -2.622422695159912
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":984,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":985,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":986,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.9489383697509766,
+ 0.011670502834022045,
+ 2.6321825981140137
+ ],
+ "min":[
+ -2.9489383697509766,
+ -0.00666988268494606,
+ -2.6321825981140137
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":987,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":988,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":989,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.829578161239624,
+ 0.013483124785125256,
+ 2.622422695159912
+ ],
+ "min":[
+ -2.829578161239624,
+ -0.013483124785125256,
+ -2.622422695159912
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":990,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":991,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":992,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.826683759689331,
+ 0.01417081244289875,
+ 2.6321825981140137
+ ],
+ "min":[
+ -2.826683759689331,
+ -0.004169572610408068,
+ -2.6321825981140137
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":993,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":994,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":995,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.707205295562744,
+ 0.013367774896323681,
+ 2.622422695159912
+ ],
+ "min":[
+ -2.707205295562744,
+ -0.013367774896323681,
+ -2.622422695159912
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":996,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":997,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":998,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.7044293880462646,
+ 0.011670502834022045,
+ 2.6321825981140137
+ ],
+ "min":[
+ -2.7044293880462646,
+ -0.00666988268494606,
+ -2.6321825981140137
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":999,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1000,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1001,
+ "componentType":5126,
+ "count":544512,
+ "max":[
+ 0.1013374924659729,
+ 0.8141872882843018,
+ 1.336496353149414
+ ],
+ "min":[
+ -0.12524549663066864,
+ -0.13468213379383087,
+ -1.336496353149414
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1002,
+ "componentType":5126,
+ "count":544512,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1003,
+ "componentType":5126,
+ "count":544512,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1004,
+ "componentType":5125,
+ "count":544512,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1005,
+ "componentType":5126,
+ "count":246144,
+ "max":[
+ 0.016737762838602066,
+ 0.31719160079956055,
+ 0.9835882782936096
+ ],
+ "min":[
+ -0.15159186720848083,
+ -0.26238828897476196,
+ -0.9835882782936096
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1006,
+ "componentType":5126,
+ "count":246144,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1007,
+ "componentType":5126,
+ "count":246144,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1008,
+ "componentType":5125,
+ "count":246144,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1009,
+ "componentType":5126,
+ "count":246144,
+ "max":[
+ 0.01067002210766077,
+ 0.32075873017311096,
+ 0.9837539196014404
+ ],
+ "min":[
+ -0.15208196640014648,
+ -0.2621053457260132,
+ -0.9837539196014404
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1010,
+ "componentType":5126,
+ "count":246144,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1011,
+ "componentType":5126,
+ "count":246144,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1012,
+ "componentType":5126,
+ "count":246144,
+ "max":[
+ 0.01674332655966282,
+ 0.31736207008361816,
+ 0.9832633137702942
+ ],
+ "min":[
+ -0.15397976338863373,
+ -0.2610096335411072,
+ -0.9832633137702942
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1013,
+ "componentType":5126,
+ "count":246144,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1014,
+ "componentType":5126,
+ "count":246144,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1015,
+ "componentType":5126,
+ "count":246144,
+ "max":[
+ 0.010686712339520454,
+ 0.3209291994571686,
+ 0.9835086464881897
+ ],
+ "min":[
+ -0.15559765696525574,
+ -0.2607266902923584,
+ -0.9835086464881897
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1016,
+ "componentType":5126,
+ "count":246144,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1017,
+ "componentType":5126,
+ "count":246144,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1018,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.009978589601814747,
+ 0.009978589601814747,
+ 0.9932377338409424
+ ],
+ "min":[
+ -0.009978589601814747,
+ -0.009978589601814747,
+ -0.9932377338409424
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1019,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1020,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1021,
+ "componentType":5123,
+ "count":768,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1022,
+ "componentType":5126,
+ "count":52224,
+ "max":[
+ 0.025078125298023224,
+ 0.024965887889266014,
+ 0.98866206407547
+ ],
+ "min":[
+ -0.025078125298023224,
+ -0.14375101029872894,
+ -0.98866206407547
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1023,
+ "componentType":5126,
+ "count":52224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1024,
+ "componentType":5126,
+ "count":52224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1025,
+ "componentType":5123,
+ "count":52224,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1026,
+ "componentType":5126,
+ "count":52224,
+ "max":[
+ 0.08302880823612213,
+ 0.1307571530342102,
+ 0.9808101654052734
+ ],
+ "min":[
+ -0.024965887889266014,
+ -0.025078123435378075,
+ -0.9808101654052734
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1027,
+ "componentType":5126,
+ "count":52224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1028,
+ "componentType":5126,
+ "count":52224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1029,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.009999999776482582,
+ 0.009999999776482582,
+ 1.000730276107788
+ ],
+ "min":[
+ -0.009999999776482582,
+ -0.009999999776482582,
+ -1.000730276107788
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1030,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1031,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1032,
+ "componentType":5126,
+ "count":3840,
+ "max":[
+ 0.02500000037252903,
+ 0.02500000037252903,
+ 0.8954116106033325
+ ],
+ "min":[
+ -0.02500000037252903,
+ -0.02500000037252903,
+ -0.8954116106033325
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1033,
+ "componentType":5126,
+ "count":3840,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1034,
+ "componentType":5126,
+ "count":3840,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1035,
+ "componentType":5123,
+ "count":3840,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1036,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ 0.030580945312976837,
+ 0.03661592677235603,
+ 0.8866048455238342
+ ],
+ "min":[
+ -0.053979914635419846,
+ -0.03661592677235603,
+ -0.8866048455238342
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1037,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1038,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1039,
+ "componentType":5123,
+ "count":552,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1040,
+ "componentType":5126,
+ "count":344448,
+ "max":[
+ -0.14890921115875244,
+ 0.25242429971694946,
+ 1.4287577867507935
+ ],
+ "min":[
+ -0.4258148968219757,
+ 0.10423919558525085,
+ -1.4287577867507935
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1041,
+ "componentType":5126,
+ "count":344448,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1042,
+ "componentType":5126,
+ "count":344448,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1043,
+ "componentType":5125,
+ "count":344448,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1044,
+ "componentType":5126,
+ "count":146688,
+ "max":[
+ 0.5718657970428467,
+ 0.11497782915830612,
+ 1.337501883506775
+ ],
+ "min":[
+ -0.11497893184423447,
+ -0.11497490853071213,
+ -1.337501883506775
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1045,
+ "componentType":5126,
+ "count":146688,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1046,
+ "componentType":5126,
+ "count":146688,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1047,
+ "componentType":5125,
+ "count":146688,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1048,
+ "componentType":5126,
+ "count":281088,
+ "max":[
+ 0.3290596008300781,
+ 0.12530910968780518,
+ 1.0022811889648438
+ ],
+ "min":[
+ -0.19467143714427948,
+ 0.0006372966454364359,
+ -1.0022811889648438
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1049,
+ "componentType":5126,
+ "count":281088,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1050,
+ "componentType":5126,
+ "count":281088,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1051,
+ "componentType":5125,
+ "count":281088,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1052,
+ "componentType":5126,
+ "count":109056,
+ "max":[
+ 0.19467180967330933,
+ 4.8492292950354485e-18,
+ 1.0022813081741333
+ ],
+ "min":[
+ -0.19467143714427948,
+ -0.11467190086841583,
+ -1.0022813081741333
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1053,
+ "componentType":5126,
+ "count":109056,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1054,
+ "componentType":5126,
+ "count":109056,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1055,
+ "componentType":5125,
+ "count":109056,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1056,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ 0.012139009311795235,
+ -4.33301738667069e-06,
+ 1.115242600440979
+ ],
+ "min":[
+ -0.035537976771593094,
+ -0.02340170554816723,
+ -1.115242600440979
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1057,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1058,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1059,
+ "componentType":5123,
+ "count":552,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1060,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ 0.012139009311795235,
+ -4.33301738667069e-06,
+ 1.3212146759033203
+ ],
+ "min":[
+ -0.035537976771593094,
+ -0.02340170554816723,
+ -1.3212146759033203
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1061,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1062,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1063,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ 0.012139009311795235,
+ -4.33301738667069e-06,
+ 1.115242600440979
+ ],
+ "min":[
+ -0.035537976771593094,
+ -0.02340170554816723,
+ -1.115242600440979
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1064,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1065,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1066,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ 0.012139009311795235,
+ -4.33301738667069e-06,
+ 1.3212146759033203
+ ],
+ "min":[
+ -0.035537976771593094,
+ -0.02340170554816723,
+ -1.3212146759033203
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1067,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1068,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1069,
+ "componentType":5126,
+ "count":429312,
+ "max":[
+ 0.25561171770095825,
+ 0.15876488387584686,
+ 2.8349344730377197
+ ],
+ "min":[
+ -0.25722378492355347,
+ -0.29390811920166016,
+ -2.8349344730377197
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1070,
+ "componentType":5126,
+ "count":429312,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1071,
+ "componentType":5126,
+ "count":429312,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1072,
+ "componentType":5125,
+ "count":429312,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1073,
+ "componentType":5126,
+ "count":246528,
+ "max":[
+ 1.019017219543457,
+ 0.1358165442943573,
+ 2.883774757385254
+ ],
+ "min":[
+ -0.08765789866447449,
+ -0.19172531366348267,
+ -2.883774757385254
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1074,
+ "componentType":5126,
+ "count":246528,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1075,
+ "componentType":5126,
+ "count":246528,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1076,
+ "componentType":5125,
+ "count":246528,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1077,
+ "componentType":5126,
+ "count":246528,
+ "max":[
+ 0.08878186345100403,
+ 0.17384780943393707,
+ 2.8699288368225098
+ ],
+ "min":[
+ -0.8226853013038635,
+ -0.12385337799787521,
+ -2.8699288368225098
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1078,
+ "componentType":5126,
+ "count":246528,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1079,
+ "componentType":5126,
+ "count":246528,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1080,
+ "componentType":5126,
+ "count":118272,
+ "max":[
+ 0.0032033969182521105,
+ 0.15561293065547943,
+ 2.825126886367798
+ ],
+ "min":[
+ -0.17725259065628052,
+ -0.1283251792192459,
+ -2.825126886367798
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1081,
+ "componentType":5126,
+ "count":118272,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1082,
+ "componentType":5126,
+ "count":118272,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1083,
+ "componentType":5125,
+ "count":118272,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1084,
+ "componentType":5126,
+ "count":576,
+ "max":[
+ 0.06654591113328934,
+ 0.027483249083161354,
+ 2.7921738624572754
+ ],
+ "min":[
+ -0.0990847498178482,
+ -0.02447124943137169,
+ -2.7921738624572754
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1085,
+ "componentType":5126,
+ "count":576,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1086,
+ "componentType":5126,
+ "count":576,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1087,
+ "componentType":5123,
+ "count":576,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1088,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ -0.016811123117804527,
+ -0.18830309808254242,
+ 2.8048617839813232
+ ],
+ "min":[
+ -0.04818246141076088,
+ -0.24510812759399414,
+ -2.8048617839813232
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1089,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1090,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1091,
+ "componentType":5123,
+ "count":552,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1092,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ 0.009518319740891457,
+ 0.030233291909098625,
+ 2.8048617839813232
+ ],
+ "min":[
+ -0.021853016689419746,
+ -0.0265717301517725,
+ -2.8048617839813232
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1093,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1094,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1095,
+ "componentType":5123,
+ "count":552,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1096,
+ "componentType":5126,
+ "count":576,
+ "max":[
+ 0.06654591113328934,
+ 0.027483249083161354,
+ 2.7921738624572754
+ ],
+ "min":[
+ -0.0990847498178482,
+ -0.02447124943137169,
+ -2.7921738624572754
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1097,
+ "componentType":5126,
+ "count":576,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1098,
+ "componentType":5126,
+ "count":576,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1099,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ -0.11656209826469421,
+ 0.24815411865711212,
+ 2.8048617839813232
+ ],
+ "min":[
+ -0.14793343842029572,
+ 0.1913491040468216,
+ -2.8048617839813232
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1100,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1101,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1102,
+ "componentType":5123,
+ "count":552,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1103,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ 0.0061582233756780624,
+ 0.02866738848388195,
+ 2.8048617839813232
+ ],
+ "min":[
+ -0.02521311305463314,
+ -0.028137631714344025,
+ -2.8048617839813232
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1104,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1105,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1106,
+ "componentType":5126,
+ "count":576,
+ "max":[
+ 0.0990847498178482,
+ 0.02447124943137169,
+ 2.7921738624572754
+ ],
+ "min":[
+ -0.06654591113328934,
+ -0.027483249083161354,
+ -2.7921738624572754
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1107,
+ "componentType":5126,
+ "count":576,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1108,
+ "componentType":5126,
+ "count":576,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1109,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ -0.034809090197086334,
+ -0.39402082562446594,
+ 2.8048617839813232
+ ],
+ "min":[
+ -0.06618043035268784,
+ -0.45082584023475647,
+ -2.8048617839813232
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1110,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1111,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1112,
+ "componentType":5123,
+ "count":552,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1113,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ 0.009518319740891457,
+ 0.030233291909098625,
+ 2.8048617839813232
+ ],
+ "min":[
+ -0.021853016689419746,
+ -0.0265717301517725,
+ -2.8048617839813232
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1114,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1115,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1116,
+ "componentType":5126,
+ "count":576,
+ "max":[
+ 0.0990847498178482,
+ 0.02447124943137169,
+ 2.7921738624572754
+ ],
+ "min":[
+ -0.06654591113328934,
+ -0.027483249083161354,
+ -2.7921738624572754
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1117,
+ "componentType":5126,
+ "count":576,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1118,
+ "componentType":5126,
+ "count":576,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1119,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ -0.13456006348133087,
+ 0.04243641346693039,
+ 2.8048617839813232
+ ],
+ "min":[
+ -0.16593140363693237,
+ -0.014368608593940735,
+ -2.8048617839813232
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1120,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1121,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1122,
+ "componentType":5123,
+ "count":552,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1123,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ 0.0061582233756780624,
+ 0.02866738848388195,
+ 2.8048617839813232
+ ],
+ "min":[
+ -0.02521311305463314,
+ -0.028137631714344025,
+ -2.8048617839813232
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1124,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1125,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1126,
+ "componentType":5126,
+ "count":65472,
+ "max":[
+ 0.12292736023664474,
+ 0.05254053696990013,
+ 1.3852747678756714
+ ],
+ "min":[
+ -0.11549657583236694,
+ -0.41657477617263794,
+ -1.3852747678756714
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1127,
+ "componentType":5126,
+ "count":65472,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1128,
+ "componentType":5126,
+ "count":65472,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1129,
+ "componentType":5123,
+ "count":65472,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1130,
+ "componentType":5126,
+ "count":2256,
+ "max":[
+ 0.0945655107498169,
+ 0.04217997193336487,
+ 1.6351476907730103
+ ],
+ "min":[
+ -0.0945655107498169,
+ -0.051344819366931915,
+ -1.6351476907730103
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1131,
+ "componentType":5126,
+ "count":2256,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1132,
+ "componentType":5126,
+ "count":2256,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1133,
+ "componentType":5123,
+ "count":2256,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1134,
+ "componentType":5126,
+ "count":3696,
+ "max":[
+ 0.08142733573913574,
+ 0.018735824152827263,
+ 1.521965742111206
+ ],
+ "min":[
+ -0.08142733573913574,
+ -0.018735824152827263,
+ -1.521965742111206
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1135,
+ "componentType":5126,
+ "count":3696,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1136,
+ "componentType":5126,
+ "count":3696,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1137,
+ "componentType":5123,
+ "count":3696,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1138,
+ "componentType":5126,
+ "count":16896,
+ "max":[
+ 0.09094735234975815,
+ 0.012000000104308128,
+ 1.0303508043289185
+ ],
+ "min":[
+ -0.09094735234975815,
+ -0.012000000104308128,
+ -1.0303508043289185
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1139,
+ "componentType":5126,
+ "count":16896,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1140,
+ "componentType":5126,
+ "count":16896,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1141,
+ "componentType":5123,
+ "count":16896,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1142,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.09594450145959854,
+ 0.019626609981060028,
+ 1.041944980621338
+ ],
+ "min":[
+ -0.09594450145959854,
+ -0.019626609981060028,
+ -1.041944980621338
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1143,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1144,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1145,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.09594450145959854,
+ 0.019626609981060028,
+ 0.9634097218513489
+ ],
+ "min":[
+ -0.09594450145959854,
+ -0.019626609981060028,
+ -0.9634097218513489
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1146,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1147,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1148,
+ "componentType":5126,
+ "count":254976,
+ "max":[
+ 0.09202054888010025,
+ 0.12506316602230072,
+ 1.5797271728515625
+ ],
+ "min":[
+ -0.08458976447582245,
+ -0.3547353446483612,
+ -1.5797271728515625
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1149,
+ "componentType":5126,
+ "count":254976,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1150,
+ "componentType":5126,
+ "count":254976,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1151,
+ "componentType":5125,
+ "count":254976,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1152,
+ "componentType":5126,
+ "count":694272,
+ "max":[
+ 0.2097494900226593,
+ 0.20278015732765198,
+ 1.014681100845337
+ ],
+ "min":[
+ -0.1206362321972847,
+ -0.07488822191953659,
+ -1.014681100845337
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1153,
+ "componentType":5126,
+ "count":694272,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1154,
+ "componentType":5126,
+ "count":694272,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1155,
+ "componentType":5125,
+ "count":694272,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1156,
+ "componentType":5126,
+ "count":81408,
+ "max":[
+ 0.19984513521194458,
+ 0.19508905708789825,
+ 0.9636722803115845
+ ],
+ "min":[
+ 0.07794780284166336,
+ 0.03354263678193092,
+ -0.9636722803115845
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1157,
+ "componentType":5126,
+ "count":81408,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1158,
+ "componentType":5126,
+ "count":81408,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1159,
+ "componentType":5125,
+ "count":81408,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1160,
+ "componentType":5126,
+ "count":81408,
+ "max":[
+ -0.07794780284166336,
+ 0.19508905708789825,
+ 0.9636722803115845
+ ],
+ "min":[
+ -0.19984513521194458,
+ 0.03354263678193092,
+ -0.9636722803115845
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1161,
+ "componentType":5126,
+ "count":81408,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1162,
+ "componentType":5126,
+ "count":81408,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1163,
+ "componentType":5125,
+ "count":81408,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1164,
+ "componentType":5126,
+ "count":101376,
+ "max":[
+ 0.7376980781555176,
+ -0.10580247640609741,
+ 2.77618408203125
+ ],
+ "min":[
+ -0.7376980781555176,
+ -0.5503439903259277,
+ -2.77618408203125
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1165,
+ "componentType":5126,
+ "count":101376,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1166,
+ "componentType":5126,
+ "count":101376,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1167,
+ "componentType":5125,
+ "count":101376,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1168,
+ "componentType":5126,
+ "count":52992,
+ "max":[
+ 0.7130274772644043,
+ 0.11439146101474762,
+ 2.7483222484588623
+ ],
+ "min":[
+ -0.7130274772644043,
+ -0.10580247640609741,
+ -2.7483222484588623
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1169,
+ "componentType":5126,
+ "count":52992,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1170,
+ "componentType":5126,
+ "count":52992,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1171,
+ "componentType":5123,
+ "count":52992,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1172,
+ "componentType":5126,
+ "count":677376,
+ "max":[
+ 0.13156643509864807,
+ 0.09015443921089172,
+ 2.5890743732452393
+ ],
+ "min":[
+ -0.1315670758485794,
+ -0.2657626271247864,
+ -2.5890743732452393
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1173,
+ "componentType":5126,
+ "count":677376,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1174,
+ "componentType":5126,
+ "count":677376,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1175,
+ "componentType":5125,
+ "count":677376,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1176,
+ "componentType":5126,
+ "count":175104,
+ "max":[
+ 0.04461389034986496,
+ 0.4380604028701782,
+ 2.6236236095428467
+ ],
+ "min":[
+ -0.03232722356915474,
+ -0.657117486000061,
+ -2.6236236095428467
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1177,
+ "componentType":5126,
+ "count":175104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1178,
+ "componentType":5126,
+ "count":175104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1179,
+ "componentType":5125,
+ "count":175104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1180,
+ "componentType":5126,
+ "count":66816,
+ "max":[
+ 0.20000000298023224,
+ 0.14000000059604645,
+ 0.06473276019096375
+ ],
+ "min":[
+ -0.20000000298023224,
+ -0.20396968722343445,
+ -0.041272517293691635
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1181,
+ "componentType":5126,
+ "count":66816,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1182,
+ "componentType":5126,
+ "count":66816,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1183,
+ "componentType":5125,
+ "count":66816,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1184,
+ "componentType":5126,
+ "count":4224,
+ "max":[
+ 0.03999999910593033,
+ 0.003000000026077032,
+ 0.03999999910593033
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.003000000026077032,
+ -0.03999999910593033
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1185,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1186,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1187,
+ "componentType":5123,
+ "count":4224,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1188,
+ "componentType":5126,
+ "count":5508,
+ "max":[
+ 0.6417959332466125,
+ 0.8006343245506287,
+ -0.09728334844112396
+ ],
+ "min":[
+ 0.5817959308624268,
+ 0.7706342935562134,
+ -0.15728335082530975
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1189,
+ "componentType":5126,
+ "count":5508,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1190,
+ "componentType":5126,
+ "count":5508,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1191,
+ "componentType":5123,
+ "count":5508,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1192,
+ "componentType":5126,
+ "count":4224,
+ "max":[
+ 0.03999999910593033,
+ 0.003000000026077032,
+ 0.03999999910593033
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.003000000026077032,
+ -0.03999999910593033
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1193,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1194,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1195,
+ "componentType":5126,
+ "count":5508,
+ "max":[
+ 0.6417959332466125,
+ 0.8006343245506287,
+ -0.09728334844112396
+ ],
+ "min":[
+ 0.5817959308624268,
+ 0.7706342935562134,
+ -0.15728335082530975
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1196,
+ "componentType":5126,
+ "count":5508,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1197,
+ "componentType":5126,
+ "count":5508,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1198,
+ "componentType":5126,
+ "count":66816,
+ "max":[
+ 0.20000000298023224,
+ 0.14000000059604645,
+ 0.041272517293691635
+ ],
+ "min":[
+ -0.20000000298023224,
+ -0.20396968722343445,
+ -0.06473276019096375
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1199,
+ "componentType":5126,
+ "count":66816,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1200,
+ "componentType":5126,
+ "count":66816,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1201,
+ "componentType":5125,
+ "count":66816,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1202,
+ "componentType":5126,
+ "count":4224,
+ "max":[
+ 0.03999999910593033,
+ 0.003000000026077032,
+ 0.03999999910593033
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.003000000026077032,
+ -0.03999999910593033
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1203,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1204,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1205,
+ "componentType":5123,
+ "count":4224,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1206,
+ "componentType":5126,
+ "count":5508,
+ "max":[
+ 0.6417959332466125,
+ 0.8006343245506287,
+ 0.15728335082530975
+ ],
+ "min":[
+ 0.5817959308624268,
+ 0.7706342935562134,
+ 0.09728334844112396
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1207,
+ "componentType":5126,
+ "count":5508,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1208,
+ "componentType":5126,
+ "count":5508,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1209,
+ "componentType":5123,
+ "count":5508,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1210,
+ "componentType":5126,
+ "count":4224,
+ "max":[
+ 0.03999999910593033,
+ 0.003000000026077032,
+ 0.03999999910593033
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.003000000026077032,
+ -0.03999999910593033
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1211,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1212,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1213,
+ "componentType":5126,
+ "count":5508,
+ "max":[
+ 0.6417959332466125,
+ 0.8006343245506287,
+ 0.15728335082530975
+ ],
+ "min":[
+ 0.5817959308624268,
+ 0.7706342935562134,
+ 0.09728334844112396
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1214,
+ "componentType":5126,
+ "count":5508,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1215,
+ "componentType":5126,
+ "count":5508,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1216,
+ "componentType":5126,
+ "count":253440,
+ "max":[
+ 0.09886728227138519,
+ 0.5724795460700989,
+ 0.23239868879318237
+ ],
+ "min":[
+ -1.6575969457626343,
+ -0.2811046540737152,
+ -0.23239868879318237
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1217,
+ "componentType":5126,
+ "count":253440,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1218,
+ "componentType":5126,
+ "count":253440,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1219,
+ "componentType":5125,
+ "count":253440,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1220,
+ "componentType":5126,
+ "count":1128,
+ "max":[
+ 0.12791571021080017,
+ 0.06936696916818619,
+ 0.24731670320034027
+ ],
+ "min":[
+ -0.09204765409231186,
+ -0.11936745047569275,
+ -0.24731670320034027
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1221,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1222,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1223,
+ "componentType":5123,
+ "count":1128,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1224,
+ "componentType":5126,
+ "count":1848,
+ "max":[
+ 0.0015827405732125044,
+ 0.050452426075935364,
+ 0.21402329206466675
+ ],
+ "min":[
+ -0.04205898940563202,
+ -0.050452426075935364,
+ -0.21402329206466675
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1225,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1226,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1227,
+ "componentType":5123,
+ "count":1848,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1228,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1229,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1230,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1231,
+ "componentType":5123,
+ "count":768,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1232,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -6.553091572256576e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1233,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1234,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1235,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1236,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1237,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1238,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1239,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -5.842548455331649e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1240,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1241,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1242,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1243,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1244,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1245,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -6.553091572256576e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1246,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1247,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1248,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1249,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1250,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1251,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -6.553091572256576e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1252,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1253,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1254,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1255,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1256,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1257,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -7.26363415978591e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1258,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1259,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1260,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1261,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1262,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1263,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -5.132005867802315e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1264,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1265,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1266,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1267,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1268,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1269,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -5.842548455331649e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1270,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1271,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1272,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1273,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1274,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1275,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -6.553091572256576e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1276,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1277,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1278,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1279,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1280,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1281,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1282,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1283,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1284,
+ "componentType":5123,
+ "count":768,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1285,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ 0.01166347973048687,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ 6.553091572256576e-16,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1286,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1287,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1288,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1289,
+ "componentType":5126,
+ "count":1536,
+ "max":[
+ 0.029999999329447746,
+ 0.029999999329447746,
+ 0.029999999329447746
+ ],
+ "min":[
+ -0.029999999329447746,
+ -0.029999999329447746,
+ -0.029999999329447746
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1290,
+ "componentType":5126,
+ "count":1536,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1291,
+ "componentType":5126,
+ "count":1536,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1292,
+ "componentType":5123,
+ "count":1536,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1293,
+ "componentType":5126,
+ "count":64512,
+ "max":[
+ 0.4701367914676666,
+ 0.544575035572052,
+ 0.07500000298023224
+ ],
+ "min":[
+ -0.07500000298023224,
+ -0.10000000149011612,
+ -0.07500000298023224
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1294,
+ "componentType":5126,
+ "count":64512,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1295,
+ "componentType":5126,
+ "count":64512,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1296,
+ "componentType":5123,
+ "count":64512,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1297,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.05237007886171341,
+ 0.0013633694034069777,
+ 0.023095017299056053
+ ],
+ "min":[
+ -0.05237007886171341,
+ -0.04315119609236717,
+ -0.06761261820793152
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1298,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1299,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1300,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1301,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.05237007886171341,
+ 0.0013633694034069777,
+ 0.023095017299056053
+ ],
+ "min":[
+ -0.05237007886171341,
+ -0.04315119609236717,
+ -0.06761261820793152
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1302,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1303,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1304,
+ "componentType":5126,
+ "count":1536,
+ "max":[
+ 0.029999999329447746,
+ 0.029999999329447746,
+ 0.029999999329447746
+ ],
+ "min":[
+ -0.029999999329447746,
+ -0.029999999329447746,
+ -0.029999999329447746
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1305,
+ "componentType":5126,
+ "count":1536,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1306,
+ "componentType":5126,
+ "count":1536,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1307,
+ "componentType":5123,
+ "count":1536,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1308,
+ "componentType":5126,
+ "count":64512,
+ "max":[
+ 0.4701367914676666,
+ 0.544575035572052,
+ 0.07500000298023224
+ ],
+ "min":[
+ -0.07500000298023224,
+ -0.10000000149011612,
+ -0.07500000298023224
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1309,
+ "componentType":5126,
+ "count":64512,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1310,
+ "componentType":5126,
+ "count":64512,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1311,
+ "componentType":5123,
+ "count":64512,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1312,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.05237007886171341,
+ 0.0013633683556690812,
+ 0.06761261820793152
+ ],
+ "min":[
+ -0.05237007886171341,
+ -0.04315119609236717,
+ -0.023095017299056053
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1313,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1314,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1315,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1316,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.05237007886171341,
+ 0.0013633683556690812,
+ 0.06761261820793152
+ ],
+ "min":[
+ -0.05237007886171341,
+ -0.04315119609236717,
+ -0.023095017299056053
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1317,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1318,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1319,
+ "componentType":5126,
+ "count":71040,
+ "max":[
+ 0.6091504096984863,
+ 0.4200270175933838,
+ -0.44435203075408936
+ ],
+ "min":[
+ 0.2921680212020874,
+ 0.2818967401981354,
+ -0.5818641185760498
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1320,
+ "componentType":5126,
+ "count":71040,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1321,
+ "componentType":5126,
+ "count":71040,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1322,
+ "componentType":5125,
+ "count":71040,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1323,
+ "componentType":5126,
+ "count":516768,
+ "max":[
+ 0.7270001769065857,
+ 0.4772132635116577,
+ 0.48241153359413147
+ ],
+ "min":[
+ 0.10000018775463104,
+ -0.5859522819519043,
+ -0.7576635479927063
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1324,
+ "componentType":5126,
+ "count":516768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1325,
+ "componentType":5126,
+ "count":516768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1326,
+ "componentType":5125,
+ "count":516768,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1327,
+ "componentType":5126,
+ "count":35520,
+ "max":[
+ 0.38841307163238525,
+ -0.2834838032722473,
+ -0.4251888394355774
+ ],
+ "min":[
+ 0.16841290891170502,
+ -0.538135826587677,
+ -0.680985689163208
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1328,
+ "componentType":5126,
+ "count":35520,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1329,
+ "componentType":5126,
+ "count":35520,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1330,
+ "componentType":5123,
+ "count":35520,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1331,
+ "componentType":5126,
+ "count":516768,
+ "max":[
+ -0.10000018775463104,
+ 0.4772132635116577,
+ 0.48241153359413147
+ ],
+ "min":[
+ -0.7270001769065857,
+ -0.5859522819519043,
+ -0.7576635479927063
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1332,
+ "componentType":5126,
+ "count":516768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1333,
+ "componentType":5126,
+ "count":516768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1334,
+ "componentType":5125,
+ "count":516768,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1335,
+ "componentType":5126,
+ "count":71040,
+ "max":[
+ -0.2921680212020874,
+ 0.4200270175933838,
+ -0.44435203075408936
+ ],
+ "min":[
+ -0.6091504096984863,
+ 0.2818967401981354,
+ -0.5818641185760498
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1336,
+ "componentType":5126,
+ "count":71040,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1337,
+ "componentType":5126,
+ "count":71040,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1338,
+ "componentType":5125,
+ "count":71040,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1339,
+ "componentType":5126,
+ "count":35520,
+ "max":[
+ -0.16841290891170502,
+ -0.2834838032722473,
+ -0.4251888394355774
+ ],
+ "min":[
+ -0.38841307163238525,
+ -0.538135826587677,
+ -0.680985689163208
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1340,
+ "componentType":5126,
+ "count":35520,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1341,
+ "componentType":5126,
+ "count":35520,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1342,
+ "componentType":5123,
+ "count":35520,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1343,
+ "componentType":5126,
+ "count":1128,
+ "max":[
+ 0.1515069603919983,
+ 0.04994421824812889,
+ 0.17312438786029816
+ ],
+ "min":[
+ -0.09204765409231186,
+ -0.08594456315040588,
+ -0.17312438786029816
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1344,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1345,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1346,
+ "componentType":5123,
+ "count":1128,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1347,
+ "componentType":5126,
+ "count":1848,
+ "max":[
+ 0.04018378257751465,
+ 0.033844076097011566,
+ 0.14270895719528198
+ ],
+ "min":[
+ -0.04018378257751465,
+ -0.001069308491423726,
+ -0.14270895719528198
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1348,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1349,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1350,
+ "componentType":5123,
+ "count":1848,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1351,
+ "componentType":5126,
+ "count":1128,
+ "max":[
+ 0.1515069603919983,
+ 0.04994421824812889,
+ 0.17312438786029816
+ ],
+ "min":[
+ -0.09204765409231186,
+ -0.08594456315040588,
+ -0.17312438786029816
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1352,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1353,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1354,
+ "componentType":5126,
+ "count":1848,
+ "max":[
+ 0.04018378257751465,
+ 0.033844076097011566,
+ 0.14270895719528198
+ ],
+ "min":[
+ -0.04018378257751465,
+ -0.001069308491423726,
+ -0.14270895719528198
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1355,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1356,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1357,
+ "componentType":5123,
+ "count":1848,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1358,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1359,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1360,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1361,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -6.553091572256576e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1362,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1363,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1364,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1365,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1366,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1367,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -5.842548455331649e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1368,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1369,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1370,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1371,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1372,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1373,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -6.553091572256576e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1374,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1375,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1376,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1377,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1378,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1379,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -6.553091572256576e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1380,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1381,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1382,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1383,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1384,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1385,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -7.26363415978591e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1386,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1387,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1388,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1389,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1390,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1391,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -5.132005867802315e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1392,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1393,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1394,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1395,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1396,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1397,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -5.842548455331649e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1398,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1399,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1400,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1401,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1402,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1403,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -6.553091572256576e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1404,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1405,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1406,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1407,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1408,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1409,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1410,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1411,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1412,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ 0.01166347973048687,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ 6.553091572256576e-16,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1413,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1414,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1415,
+ "componentType":5126,
+ "count":1536,
+ "max":[
+ 0.029999999329447746,
+ 0.029999999329447746,
+ 0.029999999329447746
+ ],
+ "min":[
+ -0.029999999329447746,
+ -0.029999999329447746,
+ -0.029999999329447746
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1416,
+ "componentType":5126,
+ "count":1536,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1417,
+ "componentType":5126,
+ "count":1536,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1418,
+ "componentType":5126,
+ "count":64512,
+ "max":[
+ 0.4701367914676666,
+ 0.544575035572052,
+ 0.07500000298023224
+ ],
+ "min":[
+ -0.07500000298023224,
+ -0.10000000149011612,
+ -0.07500000298023224
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1419,
+ "componentType":5126,
+ "count":64512,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1420,
+ "componentType":5126,
+ "count":64512,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1421,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.05237007886171341,
+ 0.0013633694034069777,
+ 0.023095017299056053
+ ],
+ "min":[
+ -0.05237007886171341,
+ -0.04315119609236717,
+ -0.06761261820793152
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1422,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1423,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1424,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1425,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.05237007886171341,
+ 0.0013633694034069777,
+ 0.023095017299056053
+ ],
+ "min":[
+ -0.05237007886171341,
+ -0.04315119609236717,
+ -0.06761261820793152
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1426,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1427,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1428,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1429,
+ "componentType":5126,
+ "count":1536,
+ "max":[
+ 0.029999999329447746,
+ 0.029999999329447746,
+ 0.029999999329447746
+ ],
+ "min":[
+ -0.029999999329447746,
+ -0.029999999329447746,
+ -0.029999999329447746
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1430,
+ "componentType":5126,
+ "count":1536,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1431,
+ "componentType":5126,
+ "count":1536,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1432,
+ "componentType":5126,
+ "count":64512,
+ "max":[
+ 0.4701367914676666,
+ 0.544575035572052,
+ 0.07500000298023224
+ ],
+ "min":[
+ -0.07500000298023224,
+ -0.10000000149011612,
+ -0.07500000298023224
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1433,
+ "componentType":5126,
+ "count":64512,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1434,
+ "componentType":5126,
+ "count":64512,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1435,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.05237007886171341,
+ 0.0013633683556690812,
+ 0.06761261820793152
+ ],
+ "min":[
+ -0.05237007886171341,
+ -0.04315119609236717,
+ -0.023095017299056053
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1436,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1437,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1438,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1439,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.05237007886171341,
+ 0.0013633683556690812,
+ 0.06761261820793152
+ ],
+ "min":[
+ -0.05237007886171341,
+ -0.04315119609236717,
+ -0.023095017299056053
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1440,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1441,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1442,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1443,
+ "componentType":5126,
+ "count":71040,
+ "max":[
+ 0.6091504096984863,
+ 0.4200270175933838,
+ -0.44435203075408936
+ ],
+ "min":[
+ 0.2921680212020874,
+ 0.2818967401981354,
+ -0.5818641185760498
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1444,
+ "componentType":5126,
+ "count":71040,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1445,
+ "componentType":5126,
+ "count":71040,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1446,
+ "componentType":5126,
+ "count":516768,
+ "max":[
+ 0.7270001769065857,
+ 0.4772132635116577,
+ 0.48241153359413147
+ ],
+ "min":[
+ 0.10000018775463104,
+ -0.5859522819519043,
+ -0.7576635479927063
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1447,
+ "componentType":5126,
+ "count":516768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1448,
+ "componentType":5126,
+ "count":516768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1449,
+ "componentType":5126,
+ "count":35520,
+ "max":[
+ 0.38841307163238525,
+ -0.2834838032722473,
+ -0.4251888394355774
+ ],
+ "min":[
+ 0.16841290891170502,
+ -0.538135826587677,
+ -0.680985689163208
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1450,
+ "componentType":5126,
+ "count":35520,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1451,
+ "componentType":5126,
+ "count":35520,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1452,
+ "componentType":5126,
+ "count":516768,
+ "max":[
+ -0.10000018775463104,
+ 0.4772132635116577,
+ 0.48241153359413147
+ ],
+ "min":[
+ -0.7270001769065857,
+ -0.5859522819519043,
+ -0.7576635479927063
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1453,
+ "componentType":5126,
+ "count":516768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1454,
+ "componentType":5126,
+ "count":516768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1455,
+ "componentType":5126,
+ "count":71040,
+ "max":[
+ -0.2921680212020874,
+ 0.4200270175933838,
+ -0.44435203075408936
+ ],
+ "min":[
+ -0.6091504096984863,
+ 0.2818967401981354,
+ -0.5818641185760498
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1456,
+ "componentType":5126,
+ "count":71040,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1457,
+ "componentType":5126,
+ "count":71040,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1458,
+ "componentType":5126,
+ "count":35520,
+ "max":[
+ -0.16841290891170502,
+ -0.2834838032722473,
+ -0.4251888394355774
+ ],
+ "min":[
+ -0.38841307163238525,
+ -0.538135826587677,
+ -0.680985689163208
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1459,
+ "componentType":5126,
+ "count":35520,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1460,
+ "componentType":5126,
+ "count":35520,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1461,
+ "componentType":5126,
+ "count":1128,
+ "max":[
+ 0.1515069603919983,
+ 0.04994421824812889,
+ 0.17312438786029816
+ ],
+ "min":[
+ -0.09204765409231186,
+ -0.08594456315040588,
+ -0.17312438786029816
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1462,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1463,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1464,
+ "componentType":5126,
+ "count":1848,
+ "max":[
+ 0.04018378257751465,
+ 0.033844076097011566,
+ 0.14270895719528198
+ ],
+ "min":[
+ -0.04018378257751465,
+ -0.001069308491423726,
+ -0.14270895719528198
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1465,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1466,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1467,
+ "componentType":5126,
+ "count":1128,
+ "max":[
+ 0.1515069603919983,
+ 0.04994421824812889,
+ 0.17312438786029816
+ ],
+ "min":[
+ -0.09204765409231186,
+ -0.08594456315040588,
+ -0.17312438786029816
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1468,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1469,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1470,
+ "componentType":5126,
+ "count":1848,
+ "max":[
+ 0.04018378257751465,
+ 0.033844076097011566,
+ 0.14270895719528198
+ ],
+ "min":[
+ -0.04018378257751465,
+ -0.001069308491423726,
+ -0.14270895719528198
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1471,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1472,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1473,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.018044594675302505,
+ 0.018044594675302505,
+ 0.0021422295831143856
+ ],
+ "min":[
+ -0.018044594675302505,
+ -0.018044594675302505,
+ -0.0021422295831143856
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1474,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1475,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1476,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.008500000461935997,
+ 0.008500000461935997,
+ 0.021250000223517418
+ ],
+ "min":[
+ -0.008500000461935997,
+ -0.008500000461935997,
+ -0.021250000223517418
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1477,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1478,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1479,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.014171128161251545,
+ 0.013383843004703522,
+ 0.01896493509411812
+ ],
+ "min":[
+ -0.014171128161251545,
+ 7.059630509604448e-16,
+ -0.005580178927630186
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1480,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1481,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1482,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1483,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.014171128161251545,
+ 0.013383843004703522,
+ 0.01896493509411812
+ ],
+ "min":[
+ -0.014171128161251545,
+ 7.059630509604448e-16,
+ -0.005580178927630186
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1484,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1485,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1486,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1487,
+ "componentType":5126,
+ "count":21312,
+ "max":[
+ -0.5421873331069946,
+ 0.19640201330184937,
+ 0.19640201330184937
+ ],
+ "min":[
+ -0.9160772562026978,
+ -0.19640201330184937,
+ -0.19640201330184937
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1488,
+ "componentType":5126,
+ "count":21312,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1489,
+ "componentType":5126,
+ "count":21312,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1490,
+ "componentType":5123,
+ "count":21312,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1491,
+ "componentType":5126,
+ "count":21312,
+ "max":[
+ 0.9160772562026978,
+ 0.19640201330184937,
+ 0.19640201330184937
+ ],
+ "min":[
+ 0.5421873331069946,
+ -0.19640201330184937,
+ -0.19640201330184937
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1492,
+ "componentType":5126,
+ "count":21312,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1493,
+ "componentType":5126,
+ "count":21312,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1494,
+ "componentType":5123,
+ "count":21312,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1495,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.018044594675302505,
+ 0.018044594675302505,
+ 0.0021422295831143856
+ ],
+ "min":[
+ -0.018044594675302505,
+ -0.018044594675302505,
+ -0.0021422295831143856
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1496,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1497,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1498,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.008500000461935997,
+ 0.008500000461935997,
+ 0.021250000223517418
+ ],
+ "min":[
+ -0.008500000461935997,
+ -0.008500000461935997,
+ -0.021250000223517418
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1499,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1500,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1501,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.014171128161251545,
+ 0.013383843004703522,
+ 0.01896493509411812
+ ],
+ "min":[
+ -0.014171128161251545,
+ 7.059630509604448e-16,
+ -0.005580178927630186
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1502,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1503,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1504,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.014171128161251545,
+ 0.013383843004703522,
+ 0.01896493509411812
+ ],
+ "min":[
+ -0.014171128161251545,
+ 7.059630509604448e-16,
+ -0.005580178927630186
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1505,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1506,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1507,
+ "componentType":5126,
+ "count":21312,
+ "max":[
+ -0.5421873331069946,
+ 0.19640201330184937,
+ 0.19640201330184937
+ ],
+ "min":[
+ -0.9160772562026978,
+ -0.19640201330184937,
+ -0.19640201330184937
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1508,
+ "componentType":5126,
+ "count":21312,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1509,
+ "componentType":5126,
+ "count":21312,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1510,
+ "componentType":5126,
+ "count":21312,
+ "max":[
+ 0.9160772562026978,
+ 0.19640201330184937,
+ 0.19640201330184937
+ ],
+ "min":[
+ 0.5421873331069946,
+ -0.19640201330184937,
+ -0.19640201330184937
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1511,
+ "componentType":5126,
+ "count":21312,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1512,
+ "componentType":5126,
+ "count":21312,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1513,
+ "componentType":5126,
+ "count":68064,
+ "max":[
+ 0.10697375982999802,
+ 0.9767840504646301,
+ 0.2052738070487976
+ ],
+ "min":[
+ -0.1321219950914383,
+ -0.1420295685529709,
+ -0.2052738070487976
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1514,
+ "componentType":5126,
+ "count":68064,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1515,
+ "componentType":5126,
+ "count":68064,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1516,
+ "componentType":5125,
+ "count":68064,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1517,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308491423726,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1518,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1519,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1520,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1521,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308491423726,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1522,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1523,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1524,
+ "componentType":5126,
+ "count":27072,
+ "max":[
+ 0.07559850066900253,
+ -0.4162352681159973,
+ 0.640235960483551
+ ],
+ "min":[
+ -0.1007838249206543,
+ -0.5707988142967224,
+ 0.6013144850730896
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1525,
+ "componentType":5126,
+ "count":27072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1526,
+ "componentType":5126,
+ "count":27072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1527,
+ "componentType":5123,
+ "count":27072,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1528,
+ "componentType":5126,
+ "count":27072,
+ "max":[
+ 0.07559850066900253,
+ -0.4162352681159973,
+ 0.640235960483551
+ ],
+ "min":[
+ -0.1007838249206543,
+ -0.5707988142967224,
+ 0.6013144850730896
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1529,
+ "componentType":5126,
+ "count":27072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1530,
+ "componentType":5126,
+ "count":27072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1531,
+ "componentType":5126,
+ "count":10824,
+ "max":[
+ -0.179360032081604,
+ -0.3488486111164093,
+ -0.10510421544313431
+ ],
+ "min":[
+ -0.36670082807540894,
+ -0.5692495703697205,
+ -0.12495704740285873
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1532,
+ "componentType":5126,
+ "count":10824,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1533,
+ "componentType":5126,
+ "count":10824,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1534,
+ "componentType":5123,
+ "count":10824,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1535,
+ "componentType":5126,
+ "count":27,
+ "max":[
+ -0.18372376263141632,
+ -0.3389020562171936,
+ 0.47158926725387573
+ ],
+ "min":[
+ -0.42607051134109497,
+ -0.5812171697616577,
+ 0.47158926725387573
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1536,
+ "componentType":5126,
+ "count":27,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1537,
+ "componentType":5126,
+ "count":27,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1538,
+ "componentType":5123,
+ "count":27,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1539,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1540,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1541,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1542,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1543,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1544,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1545,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1546,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1547,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1548,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1549,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1550,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1551,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1552,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1553,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1554,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1555,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1556,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1557,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1558,
+ "componentType":5126,
+ "count":5280,
+ "max":[
+ 0.051560841500759125,
+ 0.8900007605552673,
+ 0.025633325800299644
+ ],
+ "min":[
+ -1.180070161819458,
+ -0.061438269913196564,
+ -0.025633325800299644
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1559,
+ "componentType":5126,
+ "count":5280,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1560,
+ "componentType":5126,
+ "count":5280,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1561,
+ "componentType":5123,
+ "count":5280,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1562,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192921817302704,
+ 0.001069308491423726,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192921817302704,
+ -0.033844076097011566,
+ -0.0034938023891299963
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1563,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1564,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1565,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1566,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308491423726,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1567,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1568,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1569,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192923679947853,
+ 0.033844076097011566,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192921817302704,
+ -0.001069309888407588,
+ -0.0034938023891299963
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1570,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1571,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1572,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1573,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192923679947853,
+ 0.033844079822301865,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192921817302704,
+ -0.0010693089570850134,
+ -0.003493804018944502
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1574,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1575,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1576,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192921817302704,
+ 0.033844079822301865,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192923679947853,
+ -0.0010693088406696916,
+ -0.003493804018944502
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1577,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1578,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1579,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192921817302704,
+ 0.033844076097011566,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192923679947853,
+ -0.0010693097719922662,
+ -0.0034938023891299963
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1580,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1581,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1582,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192921817302704,
+ 0.033844076097011566,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192923679947853,
+ -0.0010693107033148408,
+ -0.0034938023891299963
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1583,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1584,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1585,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192923679947853,
+ 0.033844076097011566,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192921817302704,
+ -0.0010693107033148408,
+ -0.0034938021562993526
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1586,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1587,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1588,
+ "componentType":5126,
+ "count":5280,
+ "max":[
+ 0.051560841500759125,
+ 0.8900007605552673,
+ 0.025633325800299644
+ ],
+ "min":[
+ -1.180070161819458,
+ -0.061438269913196564,
+ -0.025633325800299644
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1589,
+ "componentType":5126,
+ "count":5280,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1590,
+ "componentType":5126,
+ "count":5280,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1591,
+ "componentType":5123,
+ "count":5280,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1592,
+ "componentType":5126,
+ "count":29184,
+ "max":[
+ 0.3701667785644531,
+ 0.36998215317726135,
+ 0.04289741441607475
+ ],
+ "min":[
+ -0.3701667785644531,
+ -0.36998215317726135,
+ -0.14367353916168213
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1593,
+ "componentType":5126,
+ "count":29184,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1594,
+ "componentType":5126,
+ "count":29184,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1595,
+ "componentType":5123,
+ "count":29184,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1596,
+ "componentType":5126,
+ "count":260172,
+ "max":[
+ 1.2553905248641968,
+ 0.5445960760116577,
+ 0.16237789392471313
+ ],
+ "min":[
+ -0.5823469758033752,
+ -0.624596118927002,
+ -0.1149570569396019
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1597,
+ "componentType":5126,
+ "count":260172,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1598,
+ "componentType":5126,
+ "count":260172,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1599,
+ "componentType":5125,
+ "count":260172,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1600,
+ "componentType":5126,
+ "count":29184,
+ "max":[
+ 0.3701667785644531,
+ 0.36998215317726135,
+ 0.14367353916168213
+ ],
+ "min":[
+ -0.3701667785644531,
+ -0.36998215317726135,
+ -0.04289741441607475
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1601,
+ "componentType":5126,
+ "count":29184,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1602,
+ "componentType":5126,
+ "count":29184,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1603,
+ "componentType":5123,
+ "count":29184,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1604,
+ "componentType":5126,
+ "count":260172,
+ "max":[
+ 1.2553905248641968,
+ 0.5445960760116577,
+ 0.1149570569396019
+ ],
+ "min":[
+ -0.5823469758033752,
+ -0.624596118927002,
+ -0.16237789392471313
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1605,
+ "componentType":5126,
+ "count":260172,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1606,
+ "componentType":5126,
+ "count":260172,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1607,
+ "componentType":5125,
+ "count":260172,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1608,
+ "componentType":5126,
+ "count":2496,
+ "max":[
+ 0.027000000700354576,
+ 0.09631265699863434,
+ 0.027000000700354576
+ ],
+ "min":[
+ -0.027000000700354576,
+ -0.09631265699863434,
+ -0.027000000700354576
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1609,
+ "componentType":5126,
+ "count":2496,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1610,
+ "componentType":5126,
+ "count":2496,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1611,
+ "componentType":5123,
+ "count":2496,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1612,
+ "componentType":5126,
+ "count":2496,
+ "max":[
+ 0.027000000700354576,
+ 0.09631265699863434,
+ 0.027000000700354576
+ ],
+ "min":[
+ -0.027000000700354576,
+ -0.09631265699863434,
+ -0.027000000700354576
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1613,
+ "componentType":5126,
+ "count":2496,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1614,
+ "componentType":5126,
+ "count":2496,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1615,
+ "componentType":5123,
+ "count":2496,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1616,
+ "componentType":5126,
+ "count":69696,
+ "max":[
+ 0.2548444867134094,
+ 0.25027018785476685,
+ 0.07500000298023224
+ ],
+ "min":[
+ -0.0863138735294342,
+ -0.10436515510082245,
+ -0.07500000298023224
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1617,
+ "componentType":5126,
+ "count":69696,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1618,
+ "componentType":5126,
+ "count":69696,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1619,
+ "componentType":5125,
+ "count":69696,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1620,
+ "componentType":5126,
+ "count":69696,
+ "max":[
+ 0.2548444867134094,
+ 0.25027018785476685,
+ 0.07500000298023224
+ ],
+ "min":[
+ -0.0863138735294342,
+ -0.10436515510082245,
+ -0.07500000298023224
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1621,
+ "componentType":5126,
+ "count":69696,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1622,
+ "componentType":5126,
+ "count":69696,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1623,
+ "componentType":5125,
+ "count":69696,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1624,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308607839048,
+ 0.018113739788532257
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.05302950367331505
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1625,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1626,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1627,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1628,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308491423726,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1629,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1630,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1631,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308491423726,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1632,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1633,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1634,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308607839048,
+ 0.018113739788532257
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.05302950367331505
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1635,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1636,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1637,
+ "componentType":5126,
+ "count":68064,
+ "max":[
+ 0.10697375982999802,
+ 0.9767840504646301,
+ 0.2052738070487976
+ ],
+ "min":[
+ -0.1321219950914383,
+ -0.1420295685529709,
+ -0.2052738070487976
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1638,
+ "componentType":5126,
+ "count":68064,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1639,
+ "componentType":5126,
+ "count":68064,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1640,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308491423726,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1641,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1642,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1643,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308491423726,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1644,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1645,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1646,
+ "componentType":5126,
+ "count":27072,
+ "max":[
+ 0.07559850066900253,
+ -0.4162352681159973,
+ 0.640235960483551
+ ],
+ "min":[
+ -0.1007838249206543,
+ -0.5707988142967224,
+ 0.6013144850730896
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1647,
+ "componentType":5126,
+ "count":27072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1648,
+ "componentType":5126,
+ "count":27072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1649,
+ "componentType":5126,
+ "count":27072,
+ "max":[
+ 0.07559850066900253,
+ -0.4162352681159973,
+ 0.640235960483551
+ ],
+ "min":[
+ -0.1007838249206543,
+ -0.5707988142967224,
+ 0.6013144850730896
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1650,
+ "componentType":5126,
+ "count":27072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1651,
+ "componentType":5126,
+ "count":27072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1652,
+ "componentType":5126,
+ "count":10824,
+ "max":[
+ -0.179360032081604,
+ -0.3488486111164093,
+ -0.10510421544313431
+ ],
+ "min":[
+ -0.36670082807540894,
+ -0.5692495703697205,
+ -0.12495704740285873
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1653,
+ "componentType":5126,
+ "count":10824,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1654,
+ "componentType":5126,
+ "count":10824,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1655,
+ "componentType":5126,
+ "count":27,
+ "max":[
+ -0.18372376263141632,
+ -0.3389020562171936,
+ 0.47158926725387573
+ ],
+ "min":[
+ -0.42607051134109497,
+ -0.5812171697616577,
+ 0.47158926725387573
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1656,
+ "componentType":5126,
+ "count":27,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1657,
+ "componentType":5126,
+ "count":27,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1658,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1659,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1660,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1661,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1662,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1663,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1664,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1665,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1666,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1667,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1668,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1669,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1670,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1671,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1672,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1673,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1674,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1675,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1676,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308491423726,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1677,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1678,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1679,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192921817302704,
+ 0.001069308491423726,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192921817302704,
+ -0.033844076097011566,
+ -0.0034938023891299963
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1680,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1681,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1682,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192923679947853,
+ 0.033844076097011566,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192921817302704,
+ -0.001069309888407588,
+ -0.0034938023891299963
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1683,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1684,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1685,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192923679947853,
+ 0.033844079822301865,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192921817302704,
+ -0.0010693089570850134,
+ -0.003493804018944502
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1686,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1687,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1688,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192921817302704,
+ 0.033844079822301865,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192923679947853,
+ -0.0010693088406696916,
+ -0.003493804018944502
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1689,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1690,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1691,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192921817302704,
+ 0.033844076097011566,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192923679947853,
+ -0.0010693097719922662,
+ -0.0034938023891299963
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1692,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1693,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1694,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192921817302704,
+ 0.033844076097011566,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192923679947853,
+ -0.0010693107033148408,
+ -0.0034938023891299963
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1695,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1696,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1697,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192923679947853,
+ 0.033844076097011566,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192921817302704,
+ -0.0010693107033148408,
+ -0.0034938021562993526
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1698,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1699,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1700,
+ "componentType":5126,
+ "count":5280,
+ "max":[
+ 0.051560841500759125,
+ 0.8900007605552673,
+ 0.025633325800299644
+ ],
+ "min":[
+ -1.180070161819458,
+ -0.061438269913196564,
+ -0.025633325800299644
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1701,
+ "componentType":5126,
+ "count":5280,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1702,
+ "componentType":5126,
+ "count":5280,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1703,
+ "componentType":5126,
+ "count":5280,
+ "max":[
+ 0.051560841500759125,
+ 0.8900007605552673,
+ 0.025633325800299644
+ ],
+ "min":[
+ -1.180070161819458,
+ -0.061438269913196564,
+ -0.025633325800299644
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1704,
+ "componentType":5126,
+ "count":5280,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1705,
+ "componentType":5126,
+ "count":5280,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1706,
+ "componentType":5126,
+ "count":29184,
+ "max":[
+ 0.3701667785644531,
+ 0.36998215317726135,
+ 0.04289741441607475
+ ],
+ "min":[
+ -0.3701667785644531,
+ -0.36998215317726135,
+ -0.14367353916168213
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1707,
+ "componentType":5126,
+ "count":29184,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1708,
+ "componentType":5126,
+ "count":29184,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1709,
+ "componentType":5126,
+ "count":29184,
+ "max":[
+ 0.3701667785644531,
+ 0.36998215317726135,
+ 0.14367353916168213
+ ],
+ "min":[
+ -0.3701667785644531,
+ -0.36998215317726135,
+ -0.04289741441607475
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1710,
+ "componentType":5126,
+ "count":29184,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1711,
+ "componentType":5126,
+ "count":29184,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1712,
+ "componentType":5126,
+ "count":260172,
+ "max":[
+ 1.2553905248641968,
+ 0.5445960760116577,
+ 0.16237789392471313
+ ],
+ "min":[
+ -0.5823469758033752,
+ -0.624596118927002,
+ -0.1149570569396019
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1713,
+ "componentType":5126,
+ "count":260172,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1714,
+ "componentType":5126,
+ "count":260172,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1715,
+ "componentType":5126,
+ "count":260172,
+ "max":[
+ 1.2553905248641968,
+ 0.5445960760116577,
+ 0.1149570569396019
+ ],
+ "min":[
+ -0.5823469758033752,
+ -0.624596118927002,
+ -0.16237789392471313
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1716,
+ "componentType":5126,
+ "count":260172,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1717,
+ "componentType":5126,
+ "count":260172,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1718,
+ "componentType":5126,
+ "count":24,
+ "max":[
+ 1,
+ 1,
+ 1
+ ],
+ "min":[
+ -1,
+ -1,
+ -1
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1719,
+ "componentType":5126,
+ "count":24,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1720,
+ "componentType":5126,
+ "count":24,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1721,
+ "componentType":5123,
+ "count":36,
+ "type":"SCALAR"
+ }
+ ],
+ "bufferViews":[
+ {
+ "buffer":0,
+ "byteLength":1601280,
+ "byteOffset":0,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1601280,
+ "byteOffset":1601280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1067520,
+ "byteOffset":3202560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":533760,
+ "byteOffset":4270080,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":4803840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":4807512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2448,
+ "byteOffset":4811184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":612,
+ "byteOffset":4813632,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":4814244,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":4817916,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2448,
+ "byteOffset":4821588,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":4824036,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":4969188,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":96768,
+ "byteOffset":5114340,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24192,
+ "byteOffset":5211108,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":5235300,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":5564772,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":219648,
+ "byteOffset":5894244,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":54912,
+ "byteOffset":6113892,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":6168804,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":6172116,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":6175428,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":6177636,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":6178188,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":6181500,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":6184812,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":6187020,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":6332172,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":96768,
+ "byteOffset":6477324,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24192,
+ "byteOffset":6574092,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":6598284,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":6927756,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":219648,
+ "byteOffset":7257228,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":54912,
+ "byteOffset":7476876,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":7531788,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":7535100,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":7538412,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":7540620,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":7541172,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":7544484,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":7547796,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":7550004,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":7602996,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":35328,
+ "byteOffset":7655988,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":7691316,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":7700148,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":7915572,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":143616,
+ "byteOffset":8130996,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":35904,
+ "byteOffset":8274612,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":8310516,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":8363508,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":35328,
+ "byteOffset":8416500,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":8451828,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":8460660,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":8676084,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":143616,
+ "byteOffset":8891508,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":35904,
+ "byteOffset":9035124,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":9071028,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":9074484,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":9077940,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":576,
+ "byteOffset":9080244,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":9080820,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":9084132,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":9087444,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":9089652,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":9090204,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":9093516,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":9096828,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":9099036,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":9102492,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":9105948,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":9108252,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":9111564,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":9114876,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":9117084,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":9120396,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":9123708,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":9125916,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":9126468,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":12835908,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2472960,
+ "byteOffset":16545348,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1236480,
+ "byteOffset":19018308,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":20254788,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":20258244,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":20261700,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":576,
+ "byteOffset":20264004,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":20264580,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":20267892,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":20271204,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":20273412,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":20273964,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":20277276,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":20280588,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":20282796,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":20286252,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":20289708,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":20292012,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":20295324,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":20298636,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":20300844,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":20304156,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":20307468,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":20309676,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":20310228,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":24019668,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2472960,
+ "byteOffset":27729108,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1236480,
+ "byteOffset":30202068,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":1601280,
+ "byteOffset":31438548,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1601280,
+ "byteOffset":33039828,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1067520,
+ "byteOffset":34641108,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":533760,
+ "byteOffset":35708628,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":36242388,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":36246060,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2448,
+ "byteOffset":36249732,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":612,
+ "byteOffset":36252180,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":36252792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":36256464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2448,
+ "byteOffset":36260136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":36262584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":36407736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":96768,
+ "byteOffset":36552888,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":36649656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":36979128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":219648,
+ "byteOffset":37308600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":37528248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":37531560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":37534872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":37537080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":37540392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":37543704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":37545912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":37691064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":96768,
+ "byteOffset":37836216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":37932984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":38262456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":219648,
+ "byteOffset":38591928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":38811576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":39027000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":143616,
+ "byteOffset":39242424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":39386040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":39439032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":35328,
+ "byteOffset":39492024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":39527352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":39742776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":143616,
+ "byteOffset":39958200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":40101816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":40105272,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":40108728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":40111032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":40114344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":40117656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":40119864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":40123176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":40126488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":40128696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":40132152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":40135608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":40137912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":40141224,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":40144536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":40146744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":40150056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":40153368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":40155576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":43865016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2472960,
+ "byteOffset":47574456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":50047416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":50050872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":50054328,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":50056632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":50060088,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":50063544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":50065848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":53775288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2472960,
+ "byteOffset":57484728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":59957688,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":59992392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60027096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":5784,
+ "byteOffset":60050232,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60056016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60090720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60125424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60148560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60183264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60217968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60241104,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60275808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60310512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60333648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60368352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60403056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60426192,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60460896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60495600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60518736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60553440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60588144,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60611280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60645984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60680688,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60703824,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60738528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60773232,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60796368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60831072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60865776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60888912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60923616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60958320,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":60981456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":61207392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":150624,
+ "byteOffset":61433328,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":37656,
+ "byteOffset":61583952,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":61621608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":61656312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":61691016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":5784,
+ "byteOffset":61714152,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":61719936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":61754640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":61789344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":61812480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":61847184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":61881888,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":61905024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":61939728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":61974432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":61997568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62032272,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":62066976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62090112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62124816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":62159520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62182656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62217360,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":62252064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62275200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62309904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":62344608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62367744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62402448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":62437152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62460288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62494992,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":62529696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62552832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62587536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":62622240,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":62645376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":62871312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":150624,
+ "byteOffset":63097248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":37656,
+ "byteOffset":63247872,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63285528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63320232,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":63354936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63378072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63412776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":63447480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63470616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63505320,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":63540024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63563160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63597864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":63632568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63655704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63690408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":63725112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63748248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63782952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":63817656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63840792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63875496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":63910200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63933336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63968040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":64002744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":64025880,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":64060584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":64095288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":64118424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":64153128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":64187832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":64210968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":64245672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":64280376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":64303512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":64529448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":150624,
+ "byteOffset":64755384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":64906008,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":64940712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":64975416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":64998552,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":65224488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":150624,
+ "byteOffset":65450424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":51696,
+ "byteOffset":65601048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":51696,
+ "byteOffset":65652744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34464,
+ "byteOffset":65704440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8616,
+ "byteOffset":65738904,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":217728,
+ "byteOffset":65747520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":217728,
+ "byteOffset":65965248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":66182976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36288,
+ "byteOffset":66328128,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":217728,
+ "byteOffset":66364416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":217728,
+ "byteOffset":66582144,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":66799872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36288,
+ "byteOffset":66945024,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":1601280,
+ "byteOffset":66981312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1601280,
+ "byteOffset":68582592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1067520,
+ "byteOffset":70183872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":71251392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":71255064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2448,
+ "byteOffset":71258736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":71261184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":71264856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2448,
+ "byteOffset":71268528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":71270976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":71416128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":96768,
+ "byteOffset":71561280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":71658048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":71987520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":219648,
+ "byteOffset":72316992,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":72536640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":72539952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":72543264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":72545472,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":72548784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":72552096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":72554304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":72699456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":96768,
+ "byteOffset":72844608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":72941376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":73270848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":219648,
+ "byteOffset":73600320,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":73819968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":73823280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":73826592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":73828800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":73832112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":73835424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":73837632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":73890624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":35328,
+ "byteOffset":73943616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":73978944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":74194368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":143616,
+ "byteOffset":74409792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":74553408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":74606400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":35328,
+ "byteOffset":74659392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":74694720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":74910144,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":143616,
+ "byteOffset":75125568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":75269184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":75272640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":75276096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":75278400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":75281712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":75285024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":75287232,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":75290544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":75293856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":75296064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":75299520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":75302976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":75305280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":75308592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":75311904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":75314112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":75317424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":75320736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":75322944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":79032384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2472960,
+ "byteOffset":82741824,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":85214784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":85218240,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":85221696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":85224000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":85227312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":85230624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":85232832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":85236144,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":85239456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":85241664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":85245120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":85248576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":85250880,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":85254192,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":85257504,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":85259712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":85263024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":85266336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":85268544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":88977984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2472960,
+ "byteOffset":92687424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1601280,
+ "byteOffset":95160384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1601280,
+ "byteOffset":96761664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1067520,
+ "byteOffset":98362944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":99430464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":99434136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2448,
+ "byteOffset":99437808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":99440256,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":99443928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2448,
+ "byteOffset":99447600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":99450048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":99595200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":96768,
+ "byteOffset":99740352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":99837120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":100166592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":219648,
+ "byteOffset":100496064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":100715712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":100719024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":100722336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":100724544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":100727856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":100731168,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":100733376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":100878528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":96768,
+ "byteOffset":101023680,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":101120448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":101449920,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":219648,
+ "byteOffset":101779392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":101999040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":102002352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":102005664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":102007872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":102011184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":102014496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":102016704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":102069696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":35328,
+ "byteOffset":102122688,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":102158016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":102373440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":143616,
+ "byteOffset":102588864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":102732480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":102785472,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":35328,
+ "byteOffset":102838464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":102873792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":103089216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":143616,
+ "byteOffset":103304640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":103448256,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":103451712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":103455168,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":103457472,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":103460784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":103464096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":103466304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":103469616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":103472928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":103475136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":103478592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":103482048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":103484352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":103487664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":103490976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":103493184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":103496496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":103499808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":103502016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":107211456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2472960,
+ "byteOffset":110920896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":113393856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":113397312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":113400768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":113403072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":113406384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":113409696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":113411904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":113415216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":113418528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":113420736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":113424192,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":113427648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":113429952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":113433264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":113436576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":113438784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":113442096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":113445408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":113447616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":117157056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2472960,
+ "byteOffset":120866496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123339456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123374160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":123408864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123432000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123466704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":123501408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123524544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123559248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":123593952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123617088,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123651792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":123686496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123709632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123744336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":123779040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123802176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123836880,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":123871584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123894720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123929424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":123964128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123987264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":124021968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":124056672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":124079808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":124114512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":124149216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":124172352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":124207056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":124241760,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":124264896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":124299600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":124334304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":124357440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":124583376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":150624,
+ "byteOffset":124809312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":124959936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":124994640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125029344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125052480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125087184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125121888,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125145024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125179728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125214432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125237568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125272272,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125306976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125330112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125364816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125399520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125422656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125457360,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125492064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125515200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125549904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125584608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125607744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125642448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125677152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125700288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125734992,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125769696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125792832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125827536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125862240,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125885376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125920080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125954784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":125977920,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":126203856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":150624,
+ "byteOffset":126429792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126580416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126615120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":126649824,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126672960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126707664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":126742368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126765504,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126800208,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":126834912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126858048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126892752,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":126927456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126950592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126985296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":127020000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127043136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127077840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":127112544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127135680,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127170384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":127205088,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127228224,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127262928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":127297632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127320768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127355472,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":127390176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127413312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127448016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":127482720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127505856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127540560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":127575264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":127598400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":127824336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":150624,
+ "byteOffset":128050272,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128200896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128235600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":128270304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128293440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128328144,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":128362848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128385984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128420688,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":128455392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128478528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128513232,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":128547936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128571072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128605776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":128640480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128663616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128698320,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":128733024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128756160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128790864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":128825568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128848704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128883408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":128918112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128941248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128975952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":129010656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":129033792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":129068496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":129103200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":129126336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":129161040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":129195744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":129218880,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":129444816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":150624,
+ "byteOffset":129670752,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":51696,
+ "byteOffset":129821376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":51696,
+ "byteOffset":129873072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34464,
+ "byteOffset":129924768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8616,
+ "byteOffset":129959232,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":217728,
+ "byteOffset":129967848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":217728,
+ "byteOffset":130185576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":130403304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36288,
+ "byteOffset":130548456,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":217728,
+ "byteOffset":130584744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":217728,
+ "byteOffset":130802472,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":131020200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36288,
+ "byteOffset":131165352,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":2792448,
+ "byteOffset":131201640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2792448,
+ "byteOffset":133994088,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1861632,
+ "byteOffset":136786536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":930816,
+ "byteOffset":138648168,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":1069056,
+ "byteOffset":139578984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1069056,
+ "byteOffset":140648040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":712704,
+ "byteOffset":141717096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":356352,
+ "byteOffset":142429800,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":142786152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":142799976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":142813800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":142823016,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":142825320,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":142838568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":142851816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":142860648,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":142862856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":142876104,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":142889352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":142898184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":142912008,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":142925832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":142935048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":142948296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":142961544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":142970376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":142983624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":142996872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":143005704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":143019528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":143033352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":143042568,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":143044872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":143058120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":143071368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":143080200,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":143082408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":143095656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":143108904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":143117736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":143131560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":143145384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":143154600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":143167848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":143181096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":143189928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":143203176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":143216424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":143225256,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":143234472,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":143243688,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1536,
+ "byteOffset":143249832,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143251368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143288232,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":143325096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":143349672,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143355816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143392680,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":143429544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143454120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143490984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":143527848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143552424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143589288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":143626152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143650728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143687592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":143724456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143749032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143785896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":143822760,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143847336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143884200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":143921064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":143945640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":143954856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":143964072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1041408,
+ "byteOffset":143970216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1041408,
+ "byteOffset":145011624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":694272,
+ "byteOffset":146053032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":347136,
+ "byteOffset":146747304,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":12469248,
+ "byteOffset":147094440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":12469248,
+ "byteOffset":159563688,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8312832,
+ "byteOffset":172032936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4156416,
+ "byteOffset":180345768,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":474624,
+ "byteOffset":184502184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":474624,
+ "byteOffset":184976808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":316416,
+ "byteOffset":185451432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":79104,
+ "byteOffset":185767848,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":123264,
+ "byteOffset":185846952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":123264,
+ "byteOffset":185970216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":82176,
+ "byteOffset":186093480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":20544,
+ "byteOffset":186175656,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":1990656,
+ "byteOffset":186196200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1990656,
+ "byteOffset":188186856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1327104,
+ "byteOffset":190177512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":663552,
+ "byteOffset":191504616,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":995328,
+ "byteOffset":192168168,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":995328,
+ "byteOffset":193163496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":663552,
+ "byteOffset":194158824,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":331776,
+ "byteOffset":194822376,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":5548032,
+ "byteOffset":195154152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":5548032,
+ "byteOffset":200702184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3698688,
+ "byteOffset":206250216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1849344,
+ "byteOffset":209948904,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":43200,
+ "byteOffset":211798248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":43200,
+ "byteOffset":211841448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":7200,
+ "byteOffset":211884648,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":211891848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":211905672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":211919496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":211928712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":211941960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":211955208,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":211964040,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":211966248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":211979496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":211992744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":212001576,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212003784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212017608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":212031432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212040648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212053896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212067144,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":212075976,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212078184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212091432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212104680,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":212113512,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212115720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212129544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":212143368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212152584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212165832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212179080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":212187912,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212190120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212203368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212216616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212225448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212239272,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":212253096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212262312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212275560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212288808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212297640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212310888,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212324136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212332968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212346792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":212360616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212369832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212383080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212396328,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212405160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212418408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212431656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212440488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212454312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":212468136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212477352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212490600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212503848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212512680,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212525928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212539176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":212548008,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212550216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212564040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":212577864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212587080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212600328,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212613576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212622408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212635656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212648904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212657736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212671560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":212685384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212694600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212707848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212721096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212729928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212743176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212756424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":212765256,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":212815944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33792,
+ "byteOffset":212866632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8448,
+ "byteOffset":212900424,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212908872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212922120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212935368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":212944200,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":212946408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":212997096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33792,
+ "byteOffset":213047784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213081576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213094824,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":213108072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":213116904,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":213119112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":213169800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33792,
+ "byteOffset":213220488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213254280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213267528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":213280776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":213289608,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":213291816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":213342504,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33792,
+ "byteOffset":213393192,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213426984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213440232,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":213453480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":213462312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":213476136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":213489960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213499176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213512424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":213525672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213534504,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213547752,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":213561000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":28855296,
+ "byteOffset":213569832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":28855296,
+ "byteOffset":242425128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":19236864,
+ "byteOffset":271280424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9618432,
+ "byteOffset":290517288,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":785664,
+ "byteOffset":300135720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":785664,
+ "byteOffset":300921384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":523776,
+ "byteOffset":301707048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":130944,
+ "byteOffset":302230824,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":2497536,
+ "byteOffset":302361768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2497536,
+ "byteOffset":304859304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1665024,
+ "byteOffset":307356840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":832512,
+ "byteOffset":309021864,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":458496,
+ "byteOffset":309854376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":458496,
+ "byteOffset":310312872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":305664,
+ "byteOffset":310771368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":76416,
+ "byteOffset":311077032,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":12542976,
+ "byteOffset":311153448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":12542976,
+ "byteOffset":323696424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8361984,
+ "byteOffset":336239400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4180992,
+ "byteOffset":344601384,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":15141888,
+ "byteOffset":348782376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":15141888,
+ "byteOffset":363924264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":10094592,
+ "byteOffset":379066152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":5047296,
+ "byteOffset":389160744,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":458496,
+ "byteOffset":394208040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":458496,
+ "byteOffset":394666536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":305664,
+ "byteOffset":395125032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":395430696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":395444520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":395458344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":395467560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":395480808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":395494056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":395502888,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":395505096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":395518344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":395531592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":395540424,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":395542632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":395556456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":395570280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":395579496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":395592744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":395605992,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":395614824,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":395617032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":395630280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":395643528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":395652360,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":9340992,
+ "byteOffset":395654568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9340992,
+ "byteOffset":404995560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6227328,
+ "byteOffset":414336552,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3113664,
+ "byteOffset":420563880,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":200448,
+ "byteOffset":423677544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":200448,
+ "byteOffset":423877992,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":133632,
+ "byteOffset":424078440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33408,
+ "byteOffset":424212072,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424245480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424282344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":424319208,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424343784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424357032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":424370280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":424379112,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424381320,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424418184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":424455048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424479624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424492872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":424506120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424514952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424551816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":424588680,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424613256,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424626504,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":424639752,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424648584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424685448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":424722312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424746888,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424760136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":424773384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424782216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424819080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":424855944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424880520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424893768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":424907016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424915848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424952712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":424989576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425014152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425027400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":425040648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425049480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425086344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":425123208,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425147784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425161032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":425174280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425183112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425219976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":425256840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425281416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425294664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":425307912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425316744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425353608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":425390472,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425415048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425428296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":425441544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":425450376,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425452584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425489448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":425526312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425550888,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425564136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":425577384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425586216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425623080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":425659944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425684520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425697768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":425711016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425719848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425756712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":425793576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425818152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425831400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":425844648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425853480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425890344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":425927208,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425951784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425965032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":425978280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425987112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":426023976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":426060840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":426085416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":426098664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":426111912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6534144,
+ "byteOffset":426120744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6534144,
+ "byteOffset":432654888,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4356096,
+ "byteOffset":439189032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2178048,
+ "byteOffset":443545128,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":2953728,
+ "byteOffset":445723176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2953728,
+ "byteOffset":448676904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1969152,
+ "byteOffset":451630632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":984576,
+ "byteOffset":453599784,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":2953728,
+ "byteOffset":454584360,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2953728,
+ "byteOffset":457538088,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1969152,
+ "byteOffset":460491816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2953728,
+ "byteOffset":462460968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2953728,
+ "byteOffset":465414696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1969152,
+ "byteOffset":468368424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2953728,
+ "byteOffset":470337576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2953728,
+ "byteOffset":473291304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1969152,
+ "byteOffset":476245032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":478214184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":478223400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":478232616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1536,
+ "byteOffset":478238760,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":626688,
+ "byteOffset":478240296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":626688,
+ "byteOffset":478866984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":417792,
+ "byteOffset":479493672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":104448,
+ "byteOffset":479911464,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":626688,
+ "byteOffset":480015912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":626688,
+ "byteOffset":480642600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":417792,
+ "byteOffset":481269288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":481687080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":481696296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":481705512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":46080,
+ "byteOffset":481711656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":46080,
+ "byteOffset":481757736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":30720,
+ "byteOffset":481803816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":7680,
+ "byteOffset":481834536,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":481842216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":481848840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":481855464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1104,
+ "byteOffset":481859880,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":4133376,
+ "byteOffset":481860984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4133376,
+ "byteOffset":485994360,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2755584,
+ "byteOffset":490127736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1377792,
+ "byteOffset":492883320,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":1760256,
+ "byteOffset":494261112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1760256,
+ "byteOffset":496021368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1173504,
+ "byteOffset":497781624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":586752,
+ "byteOffset":498955128,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3373056,
+ "byteOffset":499541880,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3373056,
+ "byteOffset":502914936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2248704,
+ "byteOffset":506287992,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1124352,
+ "byteOffset":508536696,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":1308672,
+ "byteOffset":509661048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1308672,
+ "byteOffset":510969720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":872448,
+ "byteOffset":512278392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":436224,
+ "byteOffset":513150840,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":513587064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":513593688,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":513600312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1104,
+ "byteOffset":513604728,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":513605832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":513612456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":513619080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":513623496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":513630120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":513636744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":513641160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":513647784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":513654408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":5151744,
+ "byteOffset":513658824,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":5151744,
+ "byteOffset":518810568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3434496,
+ "byteOffset":523962312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1717248,
+ "byteOffset":527396808,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":2958336,
+ "byteOffset":529114056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2958336,
+ "byteOffset":532072392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1972224,
+ "byteOffset":535030728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":986112,
+ "byteOffset":537002952,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":2958336,
+ "byteOffset":537989064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2958336,
+ "byteOffset":540947400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1972224,
+ "byteOffset":543905736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1419264,
+ "byteOffset":545877960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1419264,
+ "byteOffset":547297224,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":946176,
+ "byteOffset":548716488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":473088,
+ "byteOffset":549662664,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6912,
+ "byteOffset":550135752,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6912,
+ "byteOffset":550142664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4608,
+ "byteOffset":550149576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1152,
+ "byteOffset":550154184,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550155336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550161960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":550168584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1104,
+ "byteOffset":550173000,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550174104,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550180728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":550187352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1104,
+ "byteOffset":550191768,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6912,
+ "byteOffset":550192872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6912,
+ "byteOffset":550199784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4608,
+ "byteOffset":550206696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550211304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550217928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":550224552,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1104,
+ "byteOffset":550228968,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550230072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550236696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":550243320,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6912,
+ "byteOffset":550247736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6912,
+ "byteOffset":550254648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4608,
+ "byteOffset":550261560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550266168,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550272792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":550279416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1104,
+ "byteOffset":550283832,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550284936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550291560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":550298184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6912,
+ "byteOffset":550302600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6912,
+ "byteOffset":550309512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4608,
+ "byteOffset":550316424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550321032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550327656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":550334280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1104,
+ "byteOffset":550338696,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550339800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550346424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":550353048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":785664,
+ "byteOffset":550357464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":785664,
+ "byteOffset":551143128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":523776,
+ "byteOffset":551928792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":130944,
+ "byteOffset":552452568,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":27072,
+ "byteOffset":552583512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":27072,
+ "byteOffset":552610584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":18048,
+ "byteOffset":552637656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4512,
+ "byteOffset":552655704,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":44352,
+ "byteOffset":552660216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":44352,
+ "byteOffset":552704568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":29568,
+ "byteOffset":552748920,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":7392,
+ "byteOffset":552778488,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":202752,
+ "byteOffset":552785880,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":202752,
+ "byteOffset":552988632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":135168,
+ "byteOffset":553191384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33792,
+ "byteOffset":553326552,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":553360344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":553373592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":553386840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":553395672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":553408920,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":553422168,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3059712,
+ "byteOffset":553431000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3059712,
+ "byteOffset":556490712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2039808,
+ "byteOffset":559550424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1019904,
+ "byteOffset":561590232,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":8331264,
+ "byteOffset":562610136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8331264,
+ "byteOffset":570941400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":5554176,
+ "byteOffset":579272664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2777088,
+ "byteOffset":584826840,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":976896,
+ "byteOffset":587603928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":976896,
+ "byteOffset":588580824,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":651264,
+ "byteOffset":589557720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":325632,
+ "byteOffset":590208984,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":976896,
+ "byteOffset":590534616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":976896,
+ "byteOffset":591511512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":651264,
+ "byteOffset":592488408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":325632,
+ "byteOffset":593139672,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":1216512,
+ "byteOffset":593465304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1216512,
+ "byteOffset":594681816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":811008,
+ "byteOffset":595898328,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":405504,
+ "byteOffset":596709336,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":635904,
+ "byteOffset":597114840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":635904,
+ "byteOffset":597750744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":423936,
+ "byteOffset":598386648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":105984,
+ "byteOffset":598810584,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":8128512,
+ "byteOffset":598916568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8128512,
+ "byteOffset":607045080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":5419008,
+ "byteOffset":615173592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2709504,
+ "byteOffset":620592600,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":2101248,
+ "byteOffset":623302104,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2101248,
+ "byteOffset":625403352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1400832,
+ "byteOffset":627504600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":700416,
+ "byteOffset":628905432,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":801792,
+ "byteOffset":629605848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":801792,
+ "byteOffset":630407640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":534528,
+ "byteOffset":631209432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":267264,
+ "byteOffset":631743960,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":632011224,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":632061912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33792,
+ "byteOffset":632112600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8448,
+ "byteOffset":632146392,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":66096,
+ "byteOffset":632154840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":66096,
+ "byteOffset":632220936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":44064,
+ "byteOffset":632287032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":11016,
+ "byteOffset":632331096,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":632342112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":632392800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33792,
+ "byteOffset":632443488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":66096,
+ "byteOffset":632477280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":66096,
+ "byteOffset":632543376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":44064,
+ "byteOffset":632609472,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":801792,
+ "byteOffset":632653536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":801792,
+ "byteOffset":633455328,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":534528,
+ "byteOffset":634257120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":267264,
+ "byteOffset":634791648,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":635058912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":635109600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33792,
+ "byteOffset":635160288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8448,
+ "byteOffset":635194080,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":66096,
+ "byteOffset":635202528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":66096,
+ "byteOffset":635268624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":44064,
+ "byteOffset":635334720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":11016,
+ "byteOffset":635378784,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":635389800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":635440488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33792,
+ "byteOffset":635491176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":66096,
+ "byteOffset":635524968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":66096,
+ "byteOffset":635591064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":44064,
+ "byteOffset":635657160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3041280,
+ "byteOffset":635701224,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3041280,
+ "byteOffset":638742504,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2027520,
+ "byteOffset":641783784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1013760,
+ "byteOffset":643811304,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":644825064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":644838600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9024,
+ "byteOffset":644852136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2256,
+ "byteOffset":644861160,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":644863416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":644885592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":14784,
+ "byteOffset":644907768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3696,
+ "byteOffset":644922552,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":644926248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":644935464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":644944680,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1536,
+ "byteOffset":644950824,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":644952360,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":644955672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":644958984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":644961192,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":644961744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":644970960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":644980176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":644986320,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":644989632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":644992944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":644995152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645004368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":645013584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645019728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645023040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":645026352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645028560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645037776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":645046992,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645053136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645056448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":645059760,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645061968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645071184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":645080400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645086544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645089856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":645093168,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645095376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645104592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":645113808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645119952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645123264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":645126576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645128784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645138000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":645147216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645153360,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645156672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":645159984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645162192,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645171408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":645180624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645186768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645190080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":645193392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645195600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645204816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":645214032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645220176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645229392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":645238608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1536,
+ "byteOffset":645244752,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645246288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645249600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":645252912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":645255120,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":18432,
+ "byteOffset":645255672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":18432,
+ "byteOffset":645274104,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":12288,
+ "byteOffset":645292536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3072,
+ "byteOffset":645304824,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":774144,
+ "byteOffset":645307896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":774144,
+ "byteOffset":646082040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":516096,
+ "byteOffset":646856184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":129024,
+ "byteOffset":647372280,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":647501304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":647504616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":647507928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":647510136,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":647510688,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":647514000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":647517312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":18432,
+ "byteOffset":647519520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":18432,
+ "byteOffset":647537952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":12288,
+ "byteOffset":647556384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3072,
+ "byteOffset":647568672,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":774144,
+ "byteOffset":647571744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":774144,
+ "byteOffset":648345888,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":516096,
+ "byteOffset":649120032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":129024,
+ "byteOffset":649636128,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":649765152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":649768464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":649771776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":649773984,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":649774536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":649777848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":649781160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":852480,
+ "byteOffset":649783368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":852480,
+ "byteOffset":650635848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":568320,
+ "byteOffset":651488328,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":284160,
+ "byteOffset":652056648,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6201216,
+ "byteOffset":652340808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6201216,
+ "byteOffset":658542024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4134144,
+ "byteOffset":664743240,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2067072,
+ "byteOffset":668877384,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":426240,
+ "byteOffset":670944456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":426240,
+ "byteOffset":671370696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":284160,
+ "byteOffset":671796936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":71040,
+ "byteOffset":672081096,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6201216,
+ "byteOffset":672152136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6201216,
+ "byteOffset":678353352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4134144,
+ "byteOffset":684554568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2067072,
+ "byteOffset":688688712,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":852480,
+ "byteOffset":690755784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":852480,
+ "byteOffset":691608264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":568320,
+ "byteOffset":692460744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":284160,
+ "byteOffset":693029064,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":426240,
+ "byteOffset":693313224,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":426240,
+ "byteOffset":693739464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":284160,
+ "byteOffset":694165704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":71040,
+ "byteOffset":694449864,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":694520904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":694534440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9024,
+ "byteOffset":694547976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2256,
+ "byteOffset":694557000,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":694559256,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":694581432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":14784,
+ "byteOffset":694603608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3696,
+ "byteOffset":694618392,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":694622088,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":694635624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9024,
+ "byteOffset":694649160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":694658184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":694680360,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":14784,
+ "byteOffset":694702536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3696,
+ "byteOffset":694717320,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694721016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694730232,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":694739448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694745592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694748904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":694752216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694754424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694763640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":694772856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694779000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694782312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":694785624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694787832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694797048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":694806264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694812408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694815720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":694819032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694821240,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694830456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":694839672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694845816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694849128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":694852440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694854648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694863864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":694873080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694879224,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694882536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":694885848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694888056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694897272,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":694906488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694912632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694915944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":694919256,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694921464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694930680,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":694939896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694946040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694949352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":694952664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694954872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694964088,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":694973304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694979448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694982760,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":694986072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694988280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694997496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":695006712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":695012856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":695022072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":695031288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":695037432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":695040744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":695044056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":18432,
+ "byteOffset":695046264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":18432,
+ "byteOffset":695064696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":12288,
+ "byteOffset":695083128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":774144,
+ "byteOffset":695095416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":774144,
+ "byteOffset":695869560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":516096,
+ "byteOffset":696643704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":697159800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":697163112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":697166424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":697168632,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":697169184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":697172496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":697175808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":697178016,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":18432,
+ "byteOffset":697178568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":18432,
+ "byteOffset":697197000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":12288,
+ "byteOffset":697215432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":774144,
+ "byteOffset":697227720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":774144,
+ "byteOffset":698001864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":516096,
+ "byteOffset":698776008,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":699292104,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":699295416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":699298728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":699300936,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":699301488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":699304800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":699308112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":699310320,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":852480,
+ "byteOffset":699310872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":852480,
+ "byteOffset":700163352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":568320,
+ "byteOffset":701015832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6201216,
+ "byteOffset":701584152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6201216,
+ "byteOffset":707785368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4134144,
+ "byteOffset":713986584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":426240,
+ "byteOffset":718120728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":426240,
+ "byteOffset":718546968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":284160,
+ "byteOffset":718973208,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6201216,
+ "byteOffset":719257368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6201216,
+ "byteOffset":725458584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4134144,
+ "byteOffset":731659800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":852480,
+ "byteOffset":735793944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":852480,
+ "byteOffset":736646424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":568320,
+ "byteOffset":737498904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":426240,
+ "byteOffset":738067224,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":426240,
+ "byteOffset":738493464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":284160,
+ "byteOffset":738919704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":739203864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":739217400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9024,
+ "byteOffset":739230936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":739239960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":739262136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":14784,
+ "byteOffset":739284312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":739299096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":739312632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9024,
+ "byteOffset":739326168,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":739335192,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":739357368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":14784,
+ "byteOffset":739379544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":739394328,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":739403544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":739412760,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":739418904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":739428120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":739437336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":739443480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":739446792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":739450104,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":739452312,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":739452864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":739456176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":739459488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":739461696,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":255744,
+ "byteOffset":739462248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":255744,
+ "byteOffset":739717992,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":170496,
+ "byteOffset":739973736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":42624,
+ "byteOffset":740144232,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":255744,
+ "byteOffset":740186856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":255744,
+ "byteOffset":740442600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":170496,
+ "byteOffset":740698344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":42624,
+ "byteOffset":740868840,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":740911464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":740920680,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":740929896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":740936040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":740945256,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":740954472,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":740960616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":740963928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":740967240,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":740969448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":740972760,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":740976072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":255744,
+ "byteOffset":740978280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":255744,
+ "byteOffset":741234024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":170496,
+ "byteOffset":741489768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":255744,
+ "byteOffset":741660264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":255744,
+ "byteOffset":741916008,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":170496,
+ "byteOffset":742171752,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":816768,
+ "byteOffset":742342248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":816768,
+ "byteOffset":743159016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":544512,
+ "byteOffset":743975784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":272256,
+ "byteOffset":744520296,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":744792552,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":744795864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":744799176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":744801384,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":744801936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":744805248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":744808560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324864,
+ "byteOffset":744810768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324864,
+ "byteOffset":745135632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":216576,
+ "byteOffset":745460496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":54144,
+ "byteOffset":745677072,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":324864,
+ "byteOffset":745731216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324864,
+ "byteOffset":746056080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":216576,
+ "byteOffset":746380944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":129888,
+ "byteOffset":746597520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":129888,
+ "byteOffset":746727408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":86592,
+ "byteOffset":746857296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":21648,
+ "byteOffset":746943888,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":324,
+ "byteOffset":746965536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324,
+ "byteOffset":746965860,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":216,
+ "byteOffset":746966184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":54,
+ "byteOffset":746966400,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":746966456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":746969768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":746973080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":746975288,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":746975840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":746979152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":746982464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":746984672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":746987984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":746991296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":746993504,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":746996816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747000128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747002336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747005648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747008960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747011168,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747014480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747017792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":63360,
+ "byteOffset":747020000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":63360,
+ "byteOffset":747083360,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":42240,
+ "byteOffset":747146720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":10560,
+ "byteOffset":747188960,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747199520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747202832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747206144,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":747208352,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747208904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747212216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747215528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747217736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747221048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747224360,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":747226568,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747227120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747230432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747233744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747235952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747239264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747242576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747244784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747248096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747251408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747253616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747256928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747260240,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747262448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747265760,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747269072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":63360,
+ "byteOffset":747271280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":63360,
+ "byteOffset":747334640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":42240,
+ "byteOffset":747398000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":10560,
+ "byteOffset":747440240,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":350208,
+ "byteOffset":747450800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":350208,
+ "byteOffset":747801008,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":233472,
+ "byteOffset":748151216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":58368,
+ "byteOffset":748384688,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3122064,
+ "byteOffset":748443056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3122064,
+ "byteOffset":751565120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2081376,
+ "byteOffset":754687184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1040688,
+ "byteOffset":756768560,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":350208,
+ "byteOffset":757809248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":350208,
+ "byteOffset":758159456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":233472,
+ "byteOffset":758509664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":58368,
+ "byteOffset":758743136,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3122064,
+ "byteOffset":758801504,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3122064,
+ "byteOffset":761923568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2081376,
+ "byteOffset":765045632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1040688,
+ "byteOffset":767127008,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":29952,
+ "byteOffset":768167696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":29952,
+ "byteOffset":768197648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":19968,
+ "byteOffset":768227600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4992,
+ "byteOffset":768247568,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":29952,
+ "byteOffset":768252560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":29952,
+ "byteOffset":768282512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":19968,
+ "byteOffset":768312464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4992,
+ "byteOffset":768332432,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":836352,
+ "byteOffset":768337424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":836352,
+ "byteOffset":769173776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":557568,
+ "byteOffset":770010128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":278784,
+ "byteOffset":770567696,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":836352,
+ "byteOffset":770846480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":836352,
+ "byteOffset":771682832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":557568,
+ "byteOffset":772519184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":278784,
+ "byteOffset":773076752,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":773355536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":773358848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":773362160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":773364368,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":773364920,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":773368232,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":773371544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":773373752,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":773377064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":773380376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":773382584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":773385896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":773389208,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":816768,
+ "byteOffset":773391416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":816768,
+ "byteOffset":774208184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":544512,
+ "byteOffset":775024952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":775569464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":775572776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":775576088,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":775578296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":775581608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":775584920,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324864,
+ "byteOffset":775587128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324864,
+ "byteOffset":775911992,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":216576,
+ "byteOffset":776236856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324864,
+ "byteOffset":776453432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324864,
+ "byteOffset":776778296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":216576,
+ "byteOffset":777103160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":129888,
+ "byteOffset":777319736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":129888,
+ "byteOffset":777449624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":86592,
+ "byteOffset":777579512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324,
+ "byteOffset":777666104,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324,
+ "byteOffset":777666428,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":216,
+ "byteOffset":777666752,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777666968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777670280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777673592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777675800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777679112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777682424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777684632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777687944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777691256,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777693464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777696776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777700088,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777702296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777705608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777708920,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777711128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777714440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777717752,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777719960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777723272,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777726584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777728792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777732104,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777735416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777737624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777740936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777744248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777746456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777749768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777753080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777755288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777758600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777761912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777764120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777767432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777770744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777772952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777776264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777779576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777781784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777785096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777788408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":63360,
+ "byteOffset":777790616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":63360,
+ "byteOffset":777853976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":42240,
+ "byteOffset":777917336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":63360,
+ "byteOffset":777959576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":63360,
+ "byteOffset":778022936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":42240,
+ "byteOffset":778086296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":350208,
+ "byteOffset":778128536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":350208,
+ "byteOffset":778478744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":233472,
+ "byteOffset":778828952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":350208,
+ "byteOffset":779062424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":350208,
+ "byteOffset":779412632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":233472,
+ "byteOffset":779762840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3122064,
+ "byteOffset":779996312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3122064,
+ "byteOffset":783118376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2081376,
+ "byteOffset":786240440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3122064,
+ "byteOffset":788321816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3122064,
+ "byteOffset":791443880,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2081376,
+ "byteOffset":794565944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":288,
+ "byteOffset":796647320,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":288,
+ "byteOffset":796647608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":192,
+ "byteOffset":796647896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":72,
+ "byteOffset":796648088,
+ "target":34963
+ }
+ ],
+ "buffers":[
+ {
+ "byteLength":796648160,
+ "uri":"model.bin"
+ }
+ ]
+}
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/public/3D/test.gltf" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/public/ThreeModel/test.gltf"
similarity index 100%
rename from "\351\241\271\347\233\256\344\273\243\347\240\201/client/public/3D/test.gltf"
rename to "\351\241\271\347\233\256\344\273\243\347\240\201/client/public/ThreeModel/test.gltf"
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/public/favicon.ico" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/public/favicon.ico"
new file mode 100644
index 0000000..df36fcf
--- /dev/null
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/public/favicon.ico"
Binary files differ
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/public/logo.png" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/public/logo.png"
deleted file mode 100644
index a3646e6..0000000
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/public/logo.png"
+++ /dev/null
Binary files differ
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/App.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/App.vue"
index 7d5bc66..16387ff 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/App.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/App.vue"
@@ -1,116 +1,13 @@
-<template>
- <div id="nav"></div>
- <el-config-provider :locale="locale">
- <router-view />
- </el-config-provider>
-</template>
-<script>
-import { ElConfigProvider } from "element-plus";
-import zhCn from "element-plus/lib/locale/lang/zh-cn";
-export default {
- name: "vol_app",
- components: {
- [ElConfigProvider.name]: ElConfigProvider, //娣诲姞缁勪欢
- },
- data() {
- return {
- locale: zhCn,
- };
- },
-};
+<script setup>
+import { RouterLink, RouterView } from "vue-router";
</script>
-<style lang="less">
-.header {
- //鑷畾涔�
- .el-select__wrapper {
- min-height: 2rem;
- font-size: 0.88rem;
- line-height: 1.25rem;
- box-shadow: none !important;
- border: none;
- outline: none;
- }
- .el-select__placeholder.is-transparent {
- color: #101010;
- font-size: 0.88rem;
- }
- .el-input__inner {
- min-height: 2rem;
- line-height: 1.25rem;
- height: 2rem;
- font-size: 0.88rem;
- width: 15rem;
- }
+<template>
+ <RouterView />
+</template>
- .el-input__wrapper {
- box-shadow: none !important;
- }
-
- .el-input__wrapper.is-focus {
- box-shadow: none !important;
- }
-}
-
-.el-menu-item.is-active {
- color: #fff !important;
- background-color: #1f63ff;
-}
-
-.el-menu-item:hover {
- outline: 0 !important;
- color: #fff !important;
- background-color: #1f63ff !important;
-}
-
-.el-menu {
- border: 0 !important;
-}
-
-.paginationBox {
- /deep/ .btn-prev {
- //涓婁竴椤垫寜閽�
- background-color: #ffff;
- color: #101010 60%;
- font-size: 0.88rem;
- }
-
- /deep/ .btn-next {
- //涓嬩竴椤垫寜閽�
- background-color: #fff;
- color: #101010 60%;
- font-size: 0.88rem;
- }
-
- /deep/ .el-pagination__jump {
- color: #000; //鍓嶅線锛堬級椤�
- font-size: 0.88rem;
- }
-
- /deep/ .el-input__inner {
- color: #020202; //鏂囧瓧棰滆壊
- }
-
- /deep/ .el-pager li {
- //鎸夐挳鍒楄〃
- border-radius: 0.19rem;
- background-color: rgba(255, 255, 255, 1);
- color: rgba(2, 2, 2, 0.6);
- font-size: 0.88rem;
- text-align: center;
- border: 0.06rem solid rgba(220, 220, 220, 1);
- margin-right: 0.5rem;
- }
-
- /deep/ .el-pager li:hover {
- //鎸夐挳鍒楄〃 hover
- color: rgba(38, 111, 232, 1);
- border: 0.06rem solid rgba(38, 111, 232, 1);
- }
-}
-
+<style lang="scss">
/* 缂栧啓濯掍綋鏌ヨ锛屾牴鎹睆骞曞ぇ灏忔敼鍙榟tml鐨勫瓧浣撳ぇ灏� */
-
@media screen and (max-width: 1200px) {
html {
font-size: 10px;
@@ -153,44 +50,18 @@
box-sizing: border-box;
}
+// #app {
+// width: 100vw;
+// height: 100vh;
+// display: flex;
+// align-items: center;
+// justify-content: center;
+// }
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
height: 100%;
width: 100%;
-}
-
-.el-alert--error.is-light {
- border: 1px solid #ffe0e0;
-}
-
-.el-alert--error.is-light {
- color: #f74444 !important;
-}
-
-.el-alert--warning.is-light {
- border: 1px solid #ffe6c1;
-}
-
-.el-alert--info.is-light {
- border: 1px solid #e6e5e5;
-}
-
-.el-alert--info .el-alert__description {
- color: #6b6b6b !important;
-}
-
-.el-alert--warning.is-light {
- background-color: #fdf6ec;
- color: #d68409 !important;
-}
-
-.el-alert--success.is-light {
- border: 1px solid #cdf7b8;
-}
-
-.el-alert--success.is-light .el-alert__description {
- color: #3baf02 !important;
}
</style>
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/codeRuleConfig.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/codeRuleConfig.js"
deleted file mode 100644
index fb55653..0000000
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/codeRuleConfig.js"
+++ /dev/null
@@ -1,6 +0,0 @@
-import http from "./http";
-
-//鍗曞彿閰嶇疆瑙勫垯鍒楄〃
-export const GetPageDataApi = (data) => http.post('api/CodeRuleConfig/GetPageData', data)
-//淇敼鍗曞彿閰嶇疆瑙勫垯
-export const UpdateCodeRuleApi = (data) => http.post('api/CodeRuleConfig/UpdateCodeRule', data)
\ No newline at end of file
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/debugInfo.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/debugInfo.js"
deleted file mode 100644
index 10d56d5..0000000
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/debugInfo.js"
+++ /dev/null
@@ -1,11 +0,0 @@
-import http from "./http";
-
-//鍒嗛〉鑾峰彇鐗╂枡
-export const GetPageDataApi = (data) => http.post('api/Dt_DebugInfo/GetPageData', data)
-//瀹屾垚璋冭瘯
-export const FinishApi = (key) => http.post(`api/Dt_DebugInfo/Complete?key=${key}`)
-//璋冭瘯鎿嶄綔
-export const GetDebugApi = (data) => http.post('api/Dt_DebugInfo/DebugOperation', data)
-//鑾峰彇鎿嶄綔淇℃伅
-export const GetOperationInfosApi = (code,type) => http.post(`api/Dt_OperationInfo/GetOperationInfo?receiveCode=${code}&type=${type}`)
-
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/goodsInfo.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/goodsInfo.js"
deleted file mode 100644
index e092659..0000000
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/goodsInfo.js"
+++ /dev/null
@@ -1,38 +0,0 @@
-import { baseUrl } from "../utils";
-import http from "./http";
-
-//鍒嗛〉鑾峰彇鐗╂枡
-export const GetPageDataApi = (data) =>
- http.post("api/GoodsInfo/GetPageData", data);
-
-//鏂板鐗╂枡
-export const AddGoodsAndDetailApi = (data) =>
- http.post("api/GoodsInfo/AddGoodsAndDetail", data);
-
-//淇敼鐗╂枡淇℃伅
-export const UpdateDataApi = (data) =>
- http.post("api/GoodsInfo/UpdateGoodsAndDetail", data);
-
-//淇敼鐗╂枡淇℃伅
-export const DelApi = (data) => http.post("api/GoodsInfo/Del", data);
-
-//鏌ヨ鎵�鏈夌墿鏂�
-export const GetAllDataApi = () => http.post("api/GoodsInfo/GetAllData");
-
-//瀵煎嚭
-export const ExportApi = (data) =>
- http.download("api/GoodsInfo/Export", data, "鐗╂枡淇℃伅.xlsx");
-
-export const PrintGoodsQrCodeApi = (data) =>
- http.post(
- `api/GoodsInfo/GetGoodsQRCodePrint?id=${data.id}&count=${data.count}`
- );
-//鎵归噺鎵撳嵃
-export const GetGoodsQRCodesPrintApi = (data) =>
- http.post(`api/GoodsInfo/GetGoodsQRCodesPrint?${data.keys}&count=${data.count}`,);
-
-//鑾峰彇鐗╂枡涓殑缁勪欢
-export const GetModuleDataApi = (data) => http.post('/api/BomInfo/GetModuleData')
-
-//缁戝畾缁勪欢娓呭崟
-export const BingBomlApi = (data) => http.post('/api/BomInfo/BingBom', data)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/http.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/http.js"
index 52c023c..723fc4f 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/http.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/http.js"
@@ -6,6 +6,7 @@
const router = useRouter();
axios.defaults.timeout = 50000;
+axios.defaults.headers['Content-Type'] = 'application/json;charset=utf-8'
axios.defaults.headers.post["Content-Type"] =
"application/x-www-form-urlencoded;charset=UTF-8";
axios.defaults.headers.post["Content-Type"] = "multipart/form-data";
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/NjTask.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/NjTask.js"
index 0250e85..6dc3e86 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/NjTask.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/NjTask.js"
@@ -18,12 +18,12 @@
//鑾峰彇浠诲姟妯℃澘(绯荤粺鎺ュ彛)
export const Add = (data) => http.get(`api/NjTask/Add`, data)
+//鏇存柊浠诲姟
+export const Update = (data) => http.post(`/api/NjTask/UpdateData`, data)
+
//鏌ヨ鎺ュ彛
//鎵归噺鍒犻櫎
export const Delete = (data) => http.post(`/api/NjTask/Del`, data)
-
-
-
//瀵煎嚭
export const ExportApi = (data) => http.download(`/api/NjTask/Export`, data, "鏁版嵁.xlsx", "鍔犺浇涓�")
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Process.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Process.js"
index cc8f1ab..4b58cf0 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Process.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Process.js"
@@ -17,4 +17,10 @@
//鑾峰彇濂楃瓛
export const ArticleInfom = (data) => http.post(`/api/ArticleInfom/GetPageData`, data)
//瀵煎嚭
-export const ExportApi = (data) => http.download('/api/Process/Export', data, "宸ヨ壓鏁版嵁.xlsx", "鍔犺浇涓�")
\ No newline at end of file
+export const ExportApi = (data) => http.download('/api/Process/Export', data, "宸ヨ壓鏁版嵁.xlsx", "鍔犺浇涓�")
+
+//鍒犻櫎宸ヨ壓
+export const DelProcess = (data) => http.post(`/api/Process/Del`, data)
+
+//璺熸柊鎴栬�呯紪杈戝伐鑹�
+export const AddOrUpdateProcess = (data) => http.post(`/api/Process/AddOrUpdateProcess`, data)
\ No newline at end of file
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Putake.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Putake.js"
index 9a778ae..7314231 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Putake.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Putake.js"
@@ -1,19 +1,15 @@
import http from "../http";
//褰撳墠浣滀笟鑾峰彇鏁版嵁 绫诲埆
-// /api/Putake/ShowPutake
export const ShowPutake = (data) => http.post("api/Putake/ShowPutake", data);
//鏌ョ湅浠诲姟璇︽儏
-// /api/Putake/GetNjtake
export const GetNjtake = (data) => http.post("api/Putake/GetNjtake", data);
//纭棰嗗彇
-///api/Putake/ChangeStatus
export const ChangeStatus = (data) => http.post("api/Putake/ChangeStatus", data);
//鏁版嵁璁板綍
-///api/Putake/Add
export const Add = (data) => http.post("api/Putake/Add", data);
//鏁版嵁璁板綍鏌ョ湅璇︽儏
\ No newline at end of file
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Template.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Template.js"
index da99c76..3360294 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Template.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Template.js"
@@ -13,4 +13,4 @@
export const DeleteData = (data) => http.post('/api/Template/Del', data)
//瀵煎嚭
-export const ExportApi = (data) => http.post('/api/Template/Export', data, "妯℃澘鏁版嵁.xlsx", "鍔犺浇涓�")
+export const ExportApi = (data) => http.download('/api/Template/Export', data, "妯℃澘鏁版嵁.xlsx", "鍔犺浇涓�")
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Thecurrentjob.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Thecurrentjob.js"
index 1d7a345..dc25265 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Thecurrentjob.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/newapi/Thecurrentjob.js"
@@ -3,10 +3,26 @@
// 鑾峰彇鏁版嵁
export const GetPageData = (data) => http.post("/api/Putake/GetPageData", data)
+//鏂拌幏鍙栨暟鎹帴鍙�
+export const GetPageDataNew = (data) => http.post(`/api/User/PermissionView?userId=${data.userId}&group=${data.group}`)
+
// 鏌ョ湅璇︽儏
export const GetDetail = (data) => http.get(`/api/NjTask/GetNjdetail?njtaskID=${data}`)
//鏀瑰彉鐘舵��
-export const ChangeStatus = (data) => http.post("/api/Putake/ChangeStatus", data)
+export const ChangeStatus = (data) => http.post(`/api/Putake/ChangeStatus?id=${data.id}&gruops=${data.gruops}&Creater=${data.creater}`)
//鎵归噺瀵煎嚭
export const ExportApi = (data) => http.download("/api/Putake/Export", data, "鏁版嵁.xlsx", "鍔犺浇涓�")
+//鑾峰彇鏁板瓧澶у睆鏁版嵁
+export const GetScreenData = (data) => http.get(`/api/Process/Getcircuit?group=${data.group}&takeid=${data.takeid}`)
+
+//涓婁竴姝�
+export const GetPre = (data) => http.post(`/api/Process/PreviousProcess`, data)
+
+//涓嬩竴姝�
+export const GetNext = (data, flag) => http.post(`/api/Process/Nextprocess?flag=${flag}`, data)
+//瀹屾垚
+export const Complete = (data) => http.post(`/api/Putake/ChangeStatus`, data)
+
+//鑾峰彇鍔涚煩鍊�
+export const GetTorque = (data) => http.post(`/api/TorqueOp/Checkvalue`, data)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/receiveInfo.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/receiveInfo.js"
deleted file mode 100644
index 3bf8e32..0000000
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/receiveInfo.js"
+++ /dev/null
@@ -1,10 +0,0 @@
-import http from "./http";
-
-//鍒嗛〉鑾峰彇鐗╂枡
-export const GetPageDataApi = (data) => http.post('api/Dt_ReceiveInfo/GetPageData', data)
-
-//鍗曟嵁璇︽儏鏌ヨ
-export const GetReceiveDetailApi = (key,code) => http.post(`api/Dt_ReceiveInfo/GetReceiveDetail?key=${key}&code=${code}`)
-
-//纭鏀惰揣
-export const GetReceiveApi = (data) => http.post('api/Dt_ReceiveInfo/GetReceive', data)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/user.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/user.js"
index 469df45..020e848 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/user.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/api/user.js"
@@ -22,11 +22,24 @@
//鑾峰彇璐﹀彿淇℃伅
export const GetUserInfo = (data) => http.post('/api/User/getCurrentUserInfo', data)
-//淇敼瀵嗙爜
-export const UpdatePassword = (data) => http.post('/api/User/modifyPwd', data)
+//淇敼瀵嗙爜 id=${data.id}&
+export const UpdatePassword = (data) => http.post(`/api/User/modifyPwd?newPwd=${data.newPwd}&oldPwd=${data.oldPwd}`)
+//
+export const UpdatePwd = (data) => http.post(`/api/User/UpdatePwd?id=${data.id}&newPwd=${data.newPwd}&oldPwd=${data.oldPwd}`)
//瀵煎嚭鐢ㄦ埛鍒楄〃
export const ExportApi = (data) => http.download("/api/User/Export", data, "鐢ㄦ埛鍒楄〃鏁版嵁.xlsx", "鍔犺浇涓�");
//瀵煎嚭鐢ㄦ埛瑙掕壊
export const ExportApi1 = (data) => http.download("/api/Sys_Role/Export", data, "鐢ㄦ埛瑙掕壊鏁版嵁.xlsx", "鍔犺浇涓�");
+//鐢ㄦ埛涓婁紶澶村儚
+export const UploadAvatar = (data) => http.upload('/api/User/UploadAvatar?userId=${data.userId}', data.files)
+
+//鏂板缓鐢ㄦ埛
+export const AddUserApi = (data) => http.post('/api/User/AddUser', data,)
+
+//缂栬緫鐢ㄦ埛
+export const EditUserApi = (data) => http.post('/api/User/UploaUser', data)
+//淇濆瓨涓汉淇℃伅
+export const Upuserbase = (data) => http.post('/api/User/Upuserbase', data)
+
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/assets/3D/del.glb" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/assets/3D/del.glb"
new file mode 100644
index 0000000..f83e088
--- /dev/null
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/assets/3D/del.glb"
Binary files differ
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/assets/3D/model.gltf" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/assets/3D/model.gltf"
new file mode 100644
index 0000000..533a1bc
--- /dev/null
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/assets/3D/model.gltf"
@@ -0,0 +1,49286 @@
+{
+ "asset":{
+ "generator":"Khronos glTF Blender I/O v4.3.47",
+ "version":"2.0"
+ },
+ "scene":0,
+ "scenes":[
+ {
+ "name":"Scene",
+ "nodes":[
+ 350,
+ 373,
+ 514,
+ 596,
+ 621,
+ 1082,
+ 1083
+ ]
+ }
+ ],
+ "nodes":[
+ {
+ "mesh":0,
+ "name":"\u5bf9\u79f0 1.004",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.11645019054412842
+ ]
+ },
+ {
+ "children":[
+ 0
+ ],
+ "name":"\u5236\u52a8\u7f38 1.003",
+ "translation":[
+ -0.04092979431152344,
+ 0,
+ 0.2396221160888672
+ ]
+ },
+ {
+ "mesh":1,
+ "name":"\u5bf9\u79f0.2 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.04092979431152344,
+ 0,
+ 0.12317204475402832
+ ]
+ },
+ {
+ "mesh":2,
+ "name":"\u5bf9\u79f0.3 1.003",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 3
+ ],
+ "name":"\u5bf9\u79f0.3 1.002",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0.08185958862304688,
+ 0,
+ -0.3627941608428955
+ ]
+ },
+ {
+ "children":[
+ 1,
+ 2,
+ 4
+ ],
+ "name":"\u5236\u52a8\u7f38 1.002",
+ "translation":[
+ 0.5142321586608887,
+ 0.003871038556098938,
+ -0.0016804933547973633
+ ]
+ },
+ {
+ "mesh":3,
+ "name":"\u7acb\u65b9\u4f53 1 1.005"
+ },
+ {
+ "children":[
+ 6
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1 1.005",
+ "translation":[
+ -0.2114095687866211,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":4,
+ "name":"\u7acb\u65b9\u4f53 1 1.004"
+ },
+ {
+ "children":[
+ 8
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1 1.002",
+ "translation":[
+ -0.2648472785949707,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":5,
+ "name":"\u6324\u538b 1 1.011",
+ "translation":[
+ 0,
+ 0.3476641774177551,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "mesh":6,
+ "name":"\u6324\u538b.2 1 1.008",
+ "translation":[
+ 0,
+ 0,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "children":[
+ 10,
+ 11
+ ],
+ "name":"\u87ba\u6813 1 1.008",
+ "translation":[
+ 0.5831317901611328,
+ -0.10556542128324509,
+ 0.06132638454437256
+ ]
+ },
+ {
+ "children":[
+ 7,
+ 9,
+ 12
+ ],
+ "name":"\u5939\u94b3 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.2648470401763916,
+ -0.05278271436691284,
+ -0.1315690279006958
+ ]
+ },
+ {
+ "mesh":7,
+ "name":"\u7acb\u65b9\u4f53 1.003",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 14
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1.003",
+ "translation":[
+ -0.2114095687866211,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":8,
+ "name":"\u7acb\u65b9\u4f53 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 16
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1.001",
+ "translation":[
+ -0.2648472785949707,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":9,
+ "name":"\u6324\u538b 1.007",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.3476641774177551,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "mesh":10,
+ "name":"\u6324\u538b.2 1.005",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "children":[
+ 18,
+ 19
+ ],
+ "name":"\u87ba\u6813 1.005",
+ "translation":[
+ 0.5831317901611328,
+ -0.10556542128324509,
+ 0.06132638454437256
+ ]
+ },
+ {
+ "children":[
+ 15,
+ 17,
+ 20
+ ],
+ "name":"\u5939\u94b3 1.001",
+ "translation":[
+ 0.2648470401763916,
+ -0.05278271436691284,
+ 0.1315690279006958
+ ]
+ },
+ {
+ "mesh":11,
+ "name":"\u7814\u78e8\u5b50 1 1.002",
+ "translation":[
+ 1.4911646842956543,
+ -0.10307592153549194,
+ 0.16640210151672363
+ ]
+ },
+ {
+ "mesh":12,
+ "name":"\u6324\u538b 1 1.010"
+ },
+ {
+ "children":[
+ 23
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1 1.004",
+ "translation":[
+ -1.4911649227142334,
+ 0.10307591408491135,
+ -0.16640210151672363
+ ]
+ },
+ {
+ "children":[
+ 22,
+ 24
+ ],
+ "name":"\u95f8\u7247 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.8919546604156494,
+ -0.11596723645925522,
+ 0.1444075107574463
+ ]
+ },
+ {
+ "mesh":13,
+ "name":"\u7814\u78e8\u5b50 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 1.4911646842956543,
+ -0.10307592153549194,
+ 0.16640210151672363
+ ]
+ },
+ {
+ "mesh":14,
+ "name":"\u6324\u538b 1.006",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 27
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1.002",
+ "translation":[
+ -1.4911649227142334,
+ 0.10307591408491135,
+ -0.16640210151672363
+ ]
+ },
+ {
+ "children":[
+ 26,
+ 28
+ ],
+ "name":"\u95f8\u7247 1.001",
+ "translation":[
+ 0.8919546604156494,
+ -0.11596723645925522,
+ -0.1444075107574463
+ ]
+ },
+ {
+ "mesh":15,
+ "name":"\u5706\u67f1\u4f53 1 1.004",
+ "translation":[
+ 0,
+ 0.004650680348277092,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":16,
+ "name":"\u6324\u538b 1 1.008",
+ "translation":[
+ 0,
+ 0.056601397693157196,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":17,
+ "name":"\u6324\u538b.2 1 1.006",
+ "translation":[
+ 0,
+ -0.06125207990407944,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 30,
+ 31,
+ 32
+ ],
+ "name":"\u87ba\u6813 1 1.006",
+ "translation":[
+ -0.003914833068847656,
+ -0.20495830476284027,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":18,
+ "name":"\u5706\u67f1\u4f53 1 1.005",
+ "translation":[
+ 0,
+ 0.06590613722801208,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":19,
+ "name":"\u6324\u538b 1 1.009",
+ "translation":[
+ 0,
+ 0.11785683035850525,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":20,
+ "name":"\u6324\u538b.2 1 1.007",
+ "translation":[
+ 0,
+ 3.3676624298095703e-06,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 34,
+ 35,
+ 36
+ ],
+ "name":"\u87ba\u6813 1 1.007",
+ "translation":[
+ -0.003914833068847656,
+ 0.1964138150215149,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":21,
+ "name":"\u7acb\u65b9\u4f53.2 1 1.002"
+ },
+ {
+ "children":[
+ 38
+ ],
+ "name":"\u95f8\u7247\u6258 1 1.005",
+ "translation":[
+ 0.007829427719116211,
+ 0.008544504642486572,
+ -0.00697171688079834
+ ]
+ },
+ {
+ "children":[
+ 33,
+ 37,
+ 39
+ ],
+ "name":"\u95f8\u7247\u6258 1 1.004",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.11470437049865723,
+ -0.008544504642486572,
+ -0.10787761211395264
+ ]
+ },
+ {
+ "mesh":22,
+ "name":"\u5706\u67f1\u4f53 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.004650680348277092,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":23,
+ "name":"\u6324\u538b 1.004",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.056601397693157196,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":24,
+ "name":"\u6324\u538b.2 1.003",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.06125207990407944,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 41,
+ 42,
+ 43
+ ],
+ "name":"\u87ba\u6813 1.003",
+ "translation":[
+ -0.003914833068847656,
+ -0.20495830476284027,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":25,
+ "name":"\u5706\u67f1\u4f53 1.003",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.06590613722801208,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":26,
+ "name":"\u6324\u538b 1.005",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.11785683035850525,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":27,
+ "name":"\u6324\u538b.2 1.004",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 3.3676624298095703e-06,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 45,
+ 46,
+ 47
+ ],
+ "name":"\u87ba\u6813 1.004",
+ "translation":[
+ -0.003914833068847656,
+ 0.1964138150215149,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":28,
+ "name":"\u7acb\u65b9\u4f53.2 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 49
+ ],
+ "name":"\u95f8\u7247\u6258 1.003",
+ "translation":[
+ 0.007829427719116211,
+ 0.008544504642486572,
+ -0.00697171688079834
+ ]
+ },
+ {
+ "children":[
+ 44,
+ 48,
+ 50
+ ],
+ "name":"\u95f8\u7247\u6258 1.002",
+ "translation":[
+ -0.11470437049865723,
+ -0.008544504642486572,
+ 0.10787761211395264
+ ]
+ },
+ {
+ "children":[
+ 13,
+ 21,
+ 25,
+ 29,
+ 40,
+ 51
+ ],
+ "name":"\u5bf9\u79f0 1.005",
+ "translation":[
+ -0.03351235389709473,
+ -0.011613130569458008,
+ 0.005041360855102539
+ ]
+ },
+ {
+ "children":[
+ 5,
+ 52
+ ],
+ "name":"\u5236\u52a8\u5939\u94b3 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.019999980926513672,
+ 0.012699156999588013,
+ 1.5649957656860352
+ ]
+ },
+ {
+ "mesh":29,
+ "name":"\u5bf9\u79f0.002",
+ "translation":[
+ 0,
+ 0,
+ -0.11645019054412842
+ ]
+ },
+ {
+ "children":[
+ 54
+ ],
+ "name":"\u5236\u52a8\u7f38.001",
+ "translation":[
+ -0.04092979431152344,
+ 0,
+ 0.2396221160888672
+ ]
+ },
+ {
+ "mesh":30,
+ "name":"\u5bf9\u79f0.2",
+ "translation":[
+ -0.04092979431152344,
+ 0,
+ 0.12317204475402832
+ ]
+ },
+ {
+ "mesh":31,
+ "name":"\u5bf9\u79f0.004"
+ },
+ {
+ "children":[
+ 57
+ ],
+ "name":"\u5bf9\u79f0.3",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0.08185958862304688,
+ 0,
+ -0.3627941608428955
+ ]
+ },
+ {
+ "children":[
+ 55,
+ 56,
+ 58
+ ],
+ "name":"\u5236\u52a8\u7f38",
+ "translation":[
+ 0.5142321586608887,
+ 0.003871038556098938,
+ -0.0016804933547973633
+ ]
+ },
+ {
+ "mesh":32,
+ "name":"\u7acb\u65b9\u4f53.001"
+ },
+ {
+ "children":[
+ 60
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.002",
+ "translation":[
+ -0.2114095687866211,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":33,
+ "name":"\u7acb\u65b9\u4f53"
+ },
+ {
+ "children":[
+ 62
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1",
+ "translation":[
+ -0.2648472785949707,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":34,
+ "name":"\u6324\u538b.005",
+ "translation":[
+ 0,
+ 0,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "mesh":35,
+ "name":"\u6324\u538b.006",
+ "translation":[
+ 0,
+ 0.3476641774177551,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "children":[
+ 64,
+ 65
+ ],
+ "name":"\u87ba\u6813.002",
+ "translation":[
+ 0.5831317901611328,
+ -0.10556542128324509,
+ 0.06132638454437256
+ ]
+ },
+ {
+ "children":[
+ 61,
+ 63,
+ 66
+ ],
+ "name":"\u5939\u94b3",
+ "translation":[
+ 0.2648470401763916,
+ -0.05278271436691284,
+ 0.1315690279006958
+ ]
+ },
+ {
+ "mesh":36,
+ "name":"\u7acb\u65b9\u4f53 1.005",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 68
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1.005",
+ "translation":[
+ -0.2114095687866211,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":37,
+ "name":"\u7acb\u65b9\u4f53 1.004",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 70
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1.002",
+ "translation":[
+ -0.2648472785949707,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":9,
+ "name":"\u6324\u538b 1.011",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.3476641774177551,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "mesh":10,
+ "name":"\u6324\u538b.2 1.008",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "children":[
+ 72,
+ 73
+ ],
+ "name":"\u87ba\u6813 1.008",
+ "translation":[
+ 0.5831317901611328,
+ -0.10556542128324509,
+ 0.06132638454437256
+ ]
+ },
+ {
+ "children":[
+ 69,
+ 71,
+ 74
+ ],
+ "name":"\u5939\u94b3 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.2648470401763916,
+ -0.05278271436691284,
+ -0.1315690279006958
+ ]
+ },
+ {
+ "mesh":11,
+ "name":"\u7814\u78e8\u5b50",
+ "translation":[
+ 1.4911646842956543,
+ -0.10307592153549194,
+ 0.16640210151672363
+ ]
+ },
+ {
+ "mesh":38,
+ "name":"\u6324\u538b.004"
+ },
+ {
+ "children":[
+ 77
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762",
+ "translation":[
+ -1.4911649227142334,
+ 0.10307591408491135,
+ -0.16640210151672363
+ ]
+ },
+ {
+ "children":[
+ 76,
+ 78
+ ],
+ "name":"\u95f8\u7247",
+ "translation":[
+ 0.8919546604156494,
+ -0.11596723645925522,
+ -0.1444075107574463
+ ]
+ },
+ {
+ "mesh":39,
+ "name":"\u7814\u78e8\u5b50 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 1.4911646842956543,
+ -0.10307592153549194,
+ 0.16640210151672363
+ ]
+ },
+ {
+ "mesh":40,
+ "name":"\u6324\u538b 1.010",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 81
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1.004",
+ "translation":[
+ -1.4911649227142334,
+ 0.10307591408491135,
+ -0.16640210151672363
+ ]
+ },
+ {
+ "children":[
+ 80,
+ 82
+ ],
+ "name":"\u95f8\u7247 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.8919546604156494,
+ -0.11596723645925522,
+ 0.1444075107574463
+ ]
+ },
+ {
+ "mesh":41,
+ "name":"\u5706\u67f1\u4f53",
+ "translation":[
+ 0,
+ 0.004650680348277092,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":42,
+ "name":"\u6324\u538b",
+ "translation":[
+ 0,
+ 0.056601397693157196,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":43,
+ "name":"\u6324\u538b.2",
+ "translation":[
+ 0,
+ -0.06125207990407944,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 84,
+ 85,
+ 86
+ ],
+ "name":"\u87ba\u6813",
+ "translation":[
+ -0.003914833068847656,
+ -0.20495830476284027,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":44,
+ "name":"\u5706\u67f1\u4f53.001",
+ "translation":[
+ 0,
+ 0.06590613722801208,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":45,
+ "name":"\u6324\u538b.001",
+ "translation":[
+ 0,
+ 3.3676624298095703e-06,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":46,
+ "name":"\u6324\u538b.003",
+ "translation":[
+ 0,
+ 0.11785683035850525,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 88,
+ 89,
+ 90
+ ],
+ "name":"\u87ba\u6813.001",
+ "translation":[
+ -0.003914833068847656,
+ 0.1964138150215149,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":47,
+ "name":"\u7acb\u65b9\u4f53.2"
+ },
+ {
+ "children":[
+ 92
+ ],
+ "name":"\u95f8\u7247\u6258.001",
+ "translation":[
+ 0.007829427719116211,
+ 0.008544504642486572,
+ -0.00697171688079834
+ ]
+ },
+ {
+ "children":[
+ 87,
+ 91,
+ 93
+ ],
+ "name":"\u95f8\u7247\u6258",
+ "translation":[
+ -0.11470437049865723,
+ -0.008544504642486572,
+ 0.10787761211395264
+ ]
+ },
+ {
+ "mesh":48,
+ "name":"\u5706\u67f1\u4f53 1.004",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.004650680348277092,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":23,
+ "name":"\u6324\u538b 1.008",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.056601397693157196,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":24,
+ "name":"\u6324\u538b.2 1.006",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.06125207990407944,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 95,
+ 96,
+ 97
+ ],
+ "name":"\u87ba\u6813 1.006",
+ "translation":[
+ -0.003914833068847656,
+ -0.20495830476284027,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":49,
+ "name":"\u5706\u67f1\u4f53 1.005",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.06590613722801208,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":26,
+ "name":"\u6324\u538b 1.009",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.11785683035850525,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":27,
+ "name":"\u6324\u538b.2 1.007",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 3.3676624298095703e-06,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 99,
+ 100,
+ 101
+ ],
+ "name":"\u87ba\u6813 1.007",
+ "translation":[
+ -0.003914833068847656,
+ 0.1964138150215149,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":50,
+ "name":"\u7acb\u65b9\u4f53.2 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 103
+ ],
+ "name":"\u95f8\u7247\u6258 1.005",
+ "translation":[
+ 0.007829427719116211,
+ 0.008544504642486572,
+ -0.00697171688079834
+ ]
+ },
+ {
+ "children":[
+ 98,
+ 102,
+ 104
+ ],
+ "name":"\u95f8\u7247\u6258 1.004",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.11470437049865723,
+ -0.008544504642486572,
+ -0.10787761211395264
+ ]
+ },
+ {
+ "children":[
+ 67,
+ 75,
+ 79,
+ 83,
+ 94,
+ 105
+ ],
+ "name":"\u5bf9\u79f0.005",
+ "translation":[
+ -0.03351235389709473,
+ -0.011613130569458008,
+ 0.005041360855102539
+ ]
+ },
+ {
+ "children":[
+ 59,
+ 106
+ ],
+ "name":"\u5236\u52a8\u5939\u94b3.001",
+ "translation":[
+ 0.019999980926513672,
+ 0.012699156999588013,
+ -1.5649960041046143
+ ]
+ },
+ {
+ "children":[
+ 53,
+ 107
+ ],
+ "name":"\u5236\u52a8\u5939\u94b3",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ -0.6813235282897949,
+ 0.0229281485080719,
+ 0.29231327772140503
+ ]
+ },
+ {
+ "mesh":51,
+ "name":"\u5e03\u5c14.1 0 1 1.002",
+ "translation":[
+ 0,
+ 0.6000000238418579,
+ 0
+ ]
+ },
+ {
+ "mesh":52,
+ "name":"\u5e03\u5c14.1 1 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.28173255920410156,
+ 0.9594929814338684
+ ],
+ "translation":[
+ 0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":53,
+ "name":"\u5e03\u5c14.1 10 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.28173255920410156,
+ 0.9594929814338684
+ ],
+ "translation":[
+ -0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":54,
+ "name":"\u5e03\u5c14.1 2 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.5406408905982971,
+ 0.8412535190582275
+ ],
+ "translation":[
+ 0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "mesh":55,
+ "name":"\u5e03\u5c14.1 3 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.7557495832443237,
+ 0.6548607349395752
+ ],
+ "translation":[
+ 0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":56,
+ "name":"\u5e03\u5c14.1 4 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.9096320867538452,
+ 0.4154148995876312
+ ],
+ "translation":[
+ 0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":57,
+ "name":"\u5e03\u5c14.1 5 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.9898214936256409,
+ 0.1423148512840271
+ ],
+ "translation":[
+ 0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":58,
+ "name":"\u5e03\u5c14.1 6 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.9898214936256409,
+ 0.1423148512840271
+ ],
+ "translation":[
+ -0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":59,
+ "name":"\u5e03\u5c14.1 7 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.9096320867538452,
+ 0.4154148995876312
+ ],
+ "translation":[
+ -0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":60,
+ "name":"\u5e03\u5c14.1 8 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.7557495832443237,
+ 0.6548607349395752
+ ],
+ "translation":[
+ -0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":61,
+ "name":"\u5e03\u5c14.1 9 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.5406408905982971,
+ 0.8412535190582275
+ ],
+ "translation":[
+ -0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 109,
+ 110,
+ 111,
+ 112,
+ 113,
+ 114,
+ 115,
+ 116,
+ 117,
+ 118,
+ 119
+ ],
+ "name":"\u514b\u9686 1 1.002",
+ "translation":[
+ -1.3952420949935913,
+ 0.09644530713558197,
+ 0.8250575065612793
+ ]
+ },
+ {
+ "mesh":62,
+ "name":"\u5e03\u5c14 1 1.002",
+ "translation":[
+ 1.3952419757843018,
+ -0.09644530713558197,
+ -0.8250575065612793
+ ]
+ },
+ {
+ "children":[
+ 120,
+ 121
+ ],
+ "name":"\u5236\u52a8\u76d8 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ 0.7140069007873535
+ ]
+ },
+ {
+ "mesh":63,
+ "name":"\u5e03\u5c14.1 0 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.6000000834465027,
+ 0
+ ]
+ },
+ {
+ "mesh":64,
+ "name":"\u5e03\u5c14.1 1 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 0.9594929814338684,
+ 0.28173255920410156
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.3243844509124756,
+ 0.5047520995140076,
+ 0
+ ]
+ },
+ {
+ "mesh":65,
+ "name":"\u5e03\u5c14.1 10 1.001",
+ "rotation":[
+ 0,
+ 0,
+ -0.9594929814338684,
+ 0.28173255920410156
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.3243844509124756,
+ 0.5047520995140076,
+ 0
+ ]
+ },
+ {
+ "mesh":66,
+ "name":"\u5e03\u5c14.1 2 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 0.8412535190582275,
+ 0.5406408905982971
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "mesh":67,
+ "name":"\u5e03\u5c14.1 3 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 0.6548607349395752,
+ 0.7557495832443237
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":68,
+ "name":"\u5e03\u5c14.1 4 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 0.41541507840156555,
+ 0.9096320867538452
+ ],
+ "scale":[
+ -1.0000003576278687,
+ -1,
+ -1.0000004768371582
+ ],
+ "translation":[
+ 0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":69,
+ "name":"\u5e03\u5c14.1 5 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 0.1423148363828659,
+ 0.9898214340209961
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -1,
+ -0.9999999403953552
+ ],
+ "translation":[
+ 0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":70,
+ "name":"\u5e03\u5c14.1 6 1.001",
+ "rotation":[
+ 0,
+ 0,
+ -0.1423148363828659,
+ 0.9898214340209961
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -1,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":71,
+ "name":"\u5e03\u5c14.1 7 1.001",
+ "rotation":[
+ 0,
+ 0,
+ -0.41541507840156555,
+ 0.9096320867538452
+ ],
+ "scale":[
+ -1.0000003576278687,
+ -1,
+ -1.0000004768371582
+ ],
+ "translation":[
+ -0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":72,
+ "name":"\u5e03\u5c14.1 8 1.001",
+ "rotation":[
+ 0,
+ 0,
+ -0.6548607349395752,
+ 0.7557495832443237
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":73,
+ "name":"\u5e03\u5c14.1 9 1.001",
+ "rotation":[
+ 0,
+ 0,
+ -0.8412535190582275,
+ 0.5406408905982971
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 123,
+ 124,
+ 125,
+ 126,
+ 127,
+ 128,
+ 129,
+ 130,
+ 131,
+ 132,
+ 133
+ ],
+ "name":"\u514b\u9686 1.001",
+ "translation":[
+ -1.3952420949935913,
+ 0.09644530713558197,
+ 0.8250575661659241
+ ]
+ },
+ {
+ "mesh":74,
+ "name":"\u5e03\u5c14 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 1.3952419757843018,
+ -0.09644530713558197,
+ -0.8250575065612793
+ ]
+ },
+ {
+ "children":[
+ 134,
+ 135
+ ],
+ "name":"\u5236\u52a8\u76d8 1.002",
+ "translation":[
+ 0,
+ 0,
+ -0.7140069603919983
+ ]
+ },
+ {
+ "children":[
+ 122,
+ 136
+ ],
+ "name":"\u5bf9\u79f0 1.003",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -1.5610594749450684
+ ]
+ },
+ {
+ "mesh":75,
+ "name":"\u5e03\u5c14.1 0 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.6000000238418579,
+ 0
+ ]
+ },
+ {
+ "mesh":76,
+ "name":"\u5e03\u5c14.1 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.9594929814338684,
+ 0.28173255920410156
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":77,
+ "name":"\u5e03\u5c14.1 10 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.9594929814338684,
+ 0.28173255920410156
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":78,
+ "name":"\u5e03\u5c14.1 2 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.8412535190582275,
+ 0.5406408905982971
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "mesh":79,
+ "name":"\u5e03\u5c14.1 3 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.6548607349395752,
+ 0.7557495832443237
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":80,
+ "name":"\u5e03\u5c14.1 4 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.41541507840156555,
+ 0.9096320867538452
+ ],
+ "scale":[
+ -1.0000003576278687,
+ -1,
+ -1.0000004768371582
+ ],
+ "translation":[
+ 0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":81,
+ "name":"\u5e03\u5c14.1 5 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 0.1423148363828659,
+ 0.9898214340209961
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -1,
+ -0.9999999403953552
+ ],
+ "translation":[
+ 0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":82,
+ "name":"\u5e03\u5c14.1 6 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.1423148363828659,
+ 0.9898214340209961
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -1,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":83,
+ "name":"\u5e03\u5c14.1 7 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.41541507840156555,
+ 0.9096320867538452
+ ],
+ "scale":[
+ -1.0000003576278687,
+ -1,
+ -1.0000004768371582
+ ],
+ "translation":[
+ -0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":84,
+ "name":"\u5e03\u5c14.1 8 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.6548607349395752,
+ 0.7557495832443237
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":85,
+ "name":"\u5e03\u5c14.1 9 1.002",
+ "rotation":[
+ 0,
+ 0,
+ -0.8412535190582275,
+ 0.5406408905982971
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 138,
+ 139,
+ 140,
+ 141,
+ 142,
+ 143,
+ 144,
+ 145,
+ 146,
+ 147,
+ 148
+ ],
+ "name":"\u514b\u9686 1.002",
+ "translation":[
+ -1.3952420949935913,
+ 0.09644530713558197,
+ 0.8250575065612793
+ ]
+ },
+ {
+ "mesh":86,
+ "name":"\u5e03\u5c14 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 1.3952419757843018,
+ -0.09644530713558197,
+ -0.8250575065612793
+ ]
+ },
+ {
+ "children":[
+ 149,
+ 150
+ ],
+ "name":"\u5236\u52a8\u76d8 1.003",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ 0.7140069007873535
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 0",
+ "translation":[
+ 0,
+ 0.6000000238418579,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 1",
+ "rotation":[
+ 0,
+ 0,
+ -0.28173255920410156,
+ 0.9594929814338684
+ ],
+ "translation":[
+ 0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 10",
+ "rotation":[
+ 0,
+ 0,
+ 0.28173255920410156,
+ 0.9594929814338684
+ ],
+ "translation":[
+ -0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 2",
+ "rotation":[
+ 0,
+ 0,
+ -0.5406408905982971,
+ 0.8412535190582275
+ ],
+ "translation":[
+ 0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 3",
+ "rotation":[
+ 0,
+ 0,
+ -0.7557495832443237,
+ 0.6548607349395752
+ ],
+ "translation":[
+ 0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 4",
+ "rotation":[
+ 0,
+ 0,
+ -0.9096320867538452,
+ 0.4154148995876312
+ ],
+ "translation":[
+ 0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 5",
+ "rotation":[
+ 0,
+ 0,
+ -0.9898214936256409,
+ 0.1423148512840271
+ ],
+ "translation":[
+ 0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 6",
+ "rotation":[
+ 0,
+ 0,
+ 0.9898214936256409,
+ 0.1423148512840271
+ ],
+ "translation":[
+ -0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 7",
+ "rotation":[
+ 0,
+ 0,
+ 0.9096320867538452,
+ 0.4154148995876312
+ ],
+ "translation":[
+ -0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 8",
+ "rotation":[
+ 0,
+ 0,
+ 0.7557495832443237,
+ 0.6548607349395752
+ ],
+ "translation":[
+ -0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":87,
+ "name":"\u5e03\u5c14.1 9",
+ "rotation":[
+ 0,
+ 0,
+ 0.5406408905982971,
+ 0.8412535190582275
+ ],
+ "translation":[
+ -0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 152,
+ 153,
+ 154,
+ 155,
+ 156,
+ 157,
+ 158,
+ 159,
+ 160,
+ 161,
+ 162
+ ],
+ "name":"\u514b\u9686",
+ "translation":[
+ -1.3952420949935913,
+ 0.09644530713558197,
+ 0.8250575661659241
+ ]
+ },
+ {
+ "mesh":88,
+ "name":"\u5e03\u5c14",
+ "translation":[
+ 1.3952419757843018,
+ -0.09644530713558197,
+ -0.8250575065612793
+ ]
+ },
+ {
+ "children":[
+ 163,
+ 164
+ ],
+ "name":"\u5236\u52a8\u76d8.001",
+ "translation":[
+ 0,
+ 0,
+ -0.7140069603919983
+ ]
+ },
+ {
+ "children":[
+ 151,
+ 165
+ ],
+ "name":"\u5bf9\u79f0.001",
+ "translation":[
+ 0,
+ 0,
+ 1.5610594749450684
+ ]
+ },
+ {
+ "children":[
+ 137,
+ 166
+ ],
+ "name":"\u5236\u52a8\u76d8",
+ "translation":[
+ 1.3952420949935913,
+ -0.09644530713558197,
+ 0.29231327772140503
+ ]
+ },
+ {
+ "mesh":89,
+ "name":"\u8f66\u8f74.001"
+ },
+ {
+ "children":[
+ 168
+ ],
+ "name":"\u8f66\u8f74",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0,
+ -1.2829042673110962
+ ]
+ },
+ {
+ "mesh":90,
+ "name":"\u8f6e\u997c.001"
+ },
+ {
+ "children":[
+ 170
+ ],
+ "name":"\u8f6e\u997c",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0,
+ -1.2829042673110962
+ ]
+ },
+ {
+ "mesh":91,
+ "name":"\u8f6e\u997c.002",
+ "translation":[
+ 0,
+ 0,
+ 1.8694179058074951
+ ]
+ },
+ {
+ "children":[
+ 169,
+ 171,
+ 172
+ ],
+ "name":"\u8f6e\u5bf9-\u524d"
+ },
+ {
+ "children":[
+ 108,
+ 167,
+ 173
+ ],
+ "name":"\u52a8\u8f66\u8f6c\u5411\u67b6",
+ "translation":[
+ -2.8161234855651855,
+ 0.19289061427116394,
+ -1.6938563585281372
+ ]
+ },
+ {
+ "mesh":92,
+ "name":"\u5bf9\u79f0 1 1.001",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123235586414819e-17
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.11645019054412842
+ ]
+ },
+ {
+ "children":[
+ 175
+ ],
+ "name":"\u5236\u52a8\u7f38 1 1.001",
+ "translation":[
+ -0.04092979431152344,
+ 0,
+ 0.2396221160888672
+ ]
+ },
+ {
+ "mesh":93,
+ "name":"\u5bf9\u79f0.2 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ -0.04092979431152344,
+ 0,
+ 0.12317204475402832
+ ]
+ },
+ {
+ "mesh":94,
+ "name":"\u5bf9\u79f0.3 1 1.001",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 1.6081226229577292e-16
+ ]
+ },
+ {
+ "children":[
+ 178
+ ],
+ "name":"\u5bf9\u79f0.3 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0.08185958862304688,
+ 0,
+ -0.3627941608428955
+ ]
+ },
+ {
+ "children":[
+ 176,
+ 177,
+ 179
+ ],
+ "name":"\u5236\u52a8\u7f38 1 1",
+ "translation":[
+ 0.5142321586608887,
+ 0.003871038556098938,
+ -0.0016804933547973633
+ ]
+ },
+ {
+ "mesh":95,
+ "name":"\u7acb\u65b9\u4f53 1 1.001",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ]
+ },
+ {
+ "children":[
+ 181
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1 1.001",
+ "translation":[
+ -0.2114095687866211,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":96,
+ "name":"\u7acb\u65b9\u4f53 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ]
+ },
+ {
+ "children":[
+ 183
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1 1",
+ "translation":[
+ -0.2648472785949707,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":97,
+ "name":"\u6324\u538b 1 1.003",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ],
+ "translation":[
+ 0,
+ 0.3476641774177551,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "mesh":98,
+ "name":"\u6324\u538b.2 1 1.002",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "children":[
+ 185,
+ 186
+ ],
+ "name":"\u87ba\u6813 1 1.002",
+ "translation":[
+ 0.5831317901611328,
+ -0.10556542128324509,
+ 0.06132638454437256
+ ]
+ },
+ {
+ "children":[
+ 182,
+ 184,
+ 187
+ ],
+ "name":"\u5939\u94b3 1 1",
+ "translation":[
+ 0.2648470401763916,
+ -0.05278271436691284,
+ 0.1315690279006958
+ ]
+ },
+ {
+ "mesh":99,
+ "name":"\u7acb\u65b9\u4f53 1 1 1.001",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 189
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1 1 1.001",
+ "translation":[
+ -0.2114095687866211,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":100,
+ "name":"\u7acb\u65b9\u4f53 1 1 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 191
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1 1 1",
+ "translation":[
+ -0.2648472785949707,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":101,
+ "name":"\u6324\u538b 1 1 1.003",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.3476641774177551,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "mesh":102,
+ "name":"\u6324\u538b.2 1 1 1.002",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "children":[
+ 193,
+ 194
+ ],
+ "name":"\u87ba\u6813 1 1 1.002",
+ "translation":[
+ 0.5831317901611328,
+ -0.10556542128324509,
+ 0.06132638454437256
+ ]
+ },
+ {
+ "children":[
+ 190,
+ 192,
+ 195
+ ],
+ "name":"\u5939\u94b3 1 1 1",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.2648470401763916,
+ -0.05278271436691284,
+ -0.1315690279006958
+ ]
+ },
+ {
+ "mesh":103,
+ "name":"\u7814\u78e8\u5b50 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123235586414819e-17
+ ],
+ "translation":[
+ 1.4911646842956543,
+ -0.10307592153549194,
+ 0.16640210151672363
+ ]
+ },
+ {
+ "mesh":104,
+ "name":"\u6324\u538b 1 1.002",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ]
+ },
+ {
+ "children":[
+ 198
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1 1",
+ "translation":[
+ -1.4911649227142334,
+ 0.10307591408491135,
+ -0.16640210151672363
+ ]
+ },
+ {
+ "children":[
+ 197,
+ 199
+ ],
+ "name":"\u95f8\u7247 1 1",
+ "translation":[
+ 0.8919546604156494,
+ -0.11596723645925522,
+ -0.1444075107574463
+ ]
+ },
+ {
+ "mesh":105,
+ "name":"\u7814\u78e8\u5b50 1 1 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 2.4492937051703357e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 1.4911646842956543,
+ -0.10307592153549194,
+ 0.16640210151672363
+ ]
+ },
+ {
+ "mesh":106,
+ "name":"\u6324\u538b 1 1 1.002",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 202
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1 1 1",
+ "translation":[
+ -1.4911649227142334,
+ 0.10307591408491135,
+ -0.16640210151672363
+ ]
+ },
+ {
+ "children":[
+ 201,
+ 203
+ ],
+ "name":"\u95f8\u7247 1 1 1",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.8919546604156494,
+ -0.11596723645925522,
+ 0.1444075107574463
+ ]
+ },
+ {
+ "mesh":107,
+ "name":"\u5706\u67f1\u4f53 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ],
+ "translation":[
+ 0,
+ 0.004650680348277092,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":108,
+ "name":"\u6324\u538b 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ],
+ "translation":[
+ 0,
+ 0.056601397693157196,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":109,
+ "name":"\u6324\u538b.2 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ],
+ "translation":[
+ 0,
+ -0.06125207990407944,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 205,
+ 206,
+ 207
+ ],
+ "name":"\u87ba\u6813 1 1",
+ "translation":[
+ -0.003914833068847656,
+ -0.20495830476284027,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":110,
+ "name":"\u5706\u67f1\u4f53 1 1.001",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ],
+ "translation":[
+ 0,
+ 0.06590613722801208,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":111,
+ "name":"\u6324\u538b 1 1.001",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ],
+ "translation":[
+ 0,
+ 0.11785683035850525,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":112,
+ "name":"\u6324\u538b.2 1 1.001",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ],
+ "translation":[
+ 0,
+ 3.3676624298095703e-06,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 209,
+ 210,
+ 211
+ ],
+ "name":"\u87ba\u6813 1 1.001",
+ "translation":[
+ -0.003914833068847656,
+ 0.1964138150215149,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":113,
+ "name":"\u7acb\u65b9\u4f53.2 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123232939436859e-17
+ ]
+ },
+ {
+ "children":[
+ 213
+ ],
+ "name":"\u95f8\u7247\u6258 1 1.001",
+ "translation":[
+ 0.007829427719116211,
+ 0.008544504642486572,
+ -0.00697171688079834
+ ]
+ },
+ {
+ "children":[
+ 208,
+ 212,
+ 214
+ ],
+ "name":"\u95f8\u7247\u6258 1 1",
+ "translation":[
+ -0.11470437049865723,
+ -0.008544504642486572,
+ 0.10787761211395264
+ ]
+ },
+ {
+ "mesh":114,
+ "name":"\u5706\u67f1\u4f53 1 1 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.004650680348277092,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":115,
+ "name":"\u6324\u538b 1 1 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.056601397693157196,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":116,
+ "name":"\u6324\u538b.2 1 1 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.06125207990407944,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 216,
+ 217,
+ 218
+ ],
+ "name":"\u87ba\u6813 1 1 1",
+ "translation":[
+ -0.003914833068847656,
+ -0.20495830476284027,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":117,
+ "name":"\u5706\u67f1\u4f53 1 1 1.001",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.06590613722801208,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":118,
+ "name":"\u6324\u538b 1 1 1.001",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.11785683035850525,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":119,
+ "name":"\u6324\u538b.2 1 1 1.001",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 3.3676624298095703e-06,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 220,
+ 221,
+ 222
+ ],
+ "name":"\u87ba\u6813 1 1 1.001",
+ "translation":[
+ -0.003914833068847656,
+ 0.1964138150215149,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":120,
+ "name":"\u7acb\u65b9\u4f53.2 1 1 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 2.220446049250313e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 224
+ ],
+ "name":"\u95f8\u7247\u6258 1 1 1.001",
+ "translation":[
+ 0.007829427719116211,
+ 0.008544504642486572,
+ -0.00697171688079834
+ ]
+ },
+ {
+ "children":[
+ 219,
+ 223,
+ 225
+ ],
+ "name":"\u95f8\u7247\u6258 1 1 1",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.11470437049865723,
+ -0.008544504642486572,
+ -0.10787761211395264
+ ]
+ },
+ {
+ "children":[
+ 188,
+ 196,
+ 200,
+ 204,
+ 215,
+ 226
+ ],
+ "name":"\u5bf9\u79f0 1 1.002",
+ "translation":[
+ -0.03351235389709473,
+ -0.011613130569458008,
+ 0.005041360855102539
+ ]
+ },
+ {
+ "children":[
+ 180,
+ 227
+ ],
+ "name":"\u5236\u52a8\u5939\u94b3 1 1",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.019999980926513672,
+ 0.012699156999588013,
+ 1.5649957656860352
+ ]
+ },
+ {
+ "mesh":121,
+ "name":"\u5bf9\u79f0 1.001",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.11645019054412842
+ ]
+ },
+ {
+ "children":[
+ 229
+ ],
+ "name":"\u5236\u52a8\u7f38 1.001",
+ "translation":[
+ -0.04092979431152344,
+ 0,
+ 0.2396221160888672
+ ]
+ },
+ {
+ "mesh":122,
+ "name":"\u5bf9\u79f0.2 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.04092979431152344,
+ 0,
+ 0.12317204475402832
+ ]
+ },
+ {
+ "mesh":123,
+ "name":"\u5bf9\u79f0.3 1.001",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 232
+ ],
+ "name":"\u5bf9\u79f0.3 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0.08185958862304688,
+ 0,
+ -0.3627941608428955
+ ]
+ },
+ {
+ "children":[
+ 230,
+ 231,
+ 233
+ ],
+ "name":"\u5236\u52a8\u7f38 1",
+ "translation":[
+ 0.5142321586608887,
+ 0.003871038556098938,
+ -0.0016804933547973633
+ ]
+ },
+ {
+ "mesh":124,
+ "name":"\u7acb\u65b9\u4f53 1.001",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 235
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1.001",
+ "translation":[
+ -0.2114095687866211,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":125,
+ "name":"\u7acb\u65b9\u4f53 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 237
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1",
+ "translation":[
+ -0.2648472785949707,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":126,
+ "name":"\u6324\u538b 1.003",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.3476641774177551,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "mesh":127,
+ "name":"\u6324\u538b.2 1.002",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "children":[
+ 239,
+ 240
+ ],
+ "name":"\u87ba\u6813 1.002",
+ "translation":[
+ 0.5831317901611328,
+ -0.10556542128324509,
+ 0.06132638454437256
+ ]
+ },
+ {
+ "children":[
+ 236,
+ 238,
+ 241
+ ],
+ "name":"\u5939\u94b3 1",
+ "translation":[
+ 0.2648470401763916,
+ -0.05278271436691284,
+ 0.1315690279006958
+ ]
+ },
+ {
+ "mesh":128,
+ "name":"\u7acb\u65b9\u4f53 1 1.003",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ]
+ },
+ {
+ "children":[
+ 243
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1 1.003",
+ "translation":[
+ -0.2114095687866211,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":129,
+ "name":"\u7acb\u65b9\u4f53 1 1.002",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ]
+ },
+ {
+ "children":[
+ 245
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1 1.001",
+ "translation":[
+ -0.2648472785949707,
+ 0.05278271436691284,
+ -0.030663251876831055
+ ]
+ },
+ {
+ "mesh":130,
+ "name":"\u6324\u538b 1 1.007",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0.3476641774177551,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "mesh":131,
+ "name":"\u6324\u538b.2 1 1.005",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.4521346092224121
+ ]
+ },
+ {
+ "children":[
+ 247,
+ 248
+ ],
+ "name":"\u87ba\u6813 1 1.005",
+ "translation":[
+ 0.5831317901611328,
+ -0.10556542128324509,
+ 0.06132638454437256
+ ]
+ },
+ {
+ "children":[
+ 244,
+ 246,
+ 249
+ ],
+ "name":"\u5939\u94b3 1 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.2648470401763916,
+ -0.05278271436691284,
+ -0.1315690279006958
+ ]
+ },
+ {
+ "mesh":132,
+ "name":"\u7814\u78e8\u5b50 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 1.4911646842956543,
+ -0.10307592153549194,
+ 0.16640210151672363
+ ]
+ },
+ {
+ "mesh":133,
+ "name":"\u6324\u538b 1.002",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 252
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1",
+ "translation":[
+ -1.4911649227142334,
+ 0.10307591408491135,
+ -0.16640210151672363
+ ]
+ },
+ {
+ "children":[
+ 251,
+ 253
+ ],
+ "name":"\u95f8\u7247 1",
+ "translation":[
+ 0.8919546604156494,
+ -0.11596723645925522,
+ -0.1444075107574463
+ ]
+ },
+ {
+ "mesh":134,
+ "name":"\u7814\u78e8\u5b50 1 1.001",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 1.4911646842956543,
+ -0.10307592153549194,
+ 0.16640210151672363
+ ]
+ },
+ {
+ "mesh":135,
+ "name":"\u6324\u538b 1 1.006",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ]
+ },
+ {
+ "children":[
+ 256
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1 1.002",
+ "translation":[
+ -1.4911649227142334,
+ 0.10307591408491135,
+ -0.16640210151672363
+ ]
+ },
+ {
+ "children":[
+ 255,
+ 257
+ ],
+ "name":"\u95f8\u7247 1 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.8919546604156494,
+ -0.11596723645925522,
+ 0.1444075107574463
+ ]
+ },
+ {
+ "mesh":136,
+ "name":"\u5706\u67f1\u4f53 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.004650680348277092,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":137,
+ "name":"\u6324\u538b 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.056601397693157196,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":138,
+ "name":"\u6324\u538b.2 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.06125207990407944,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 259,
+ 260,
+ 261
+ ],
+ "name":"\u87ba\u6813 1",
+ "translation":[
+ -0.003914833068847656,
+ -0.20495830476284027,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":139,
+ "name":"\u5706\u67f1\u4f53 1.001",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.06590613722801208,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":140,
+ "name":"\u6324\u538b 1.001",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.11785683035850525,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":141,
+ "name":"\u6324\u538b.2 1.001",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 3.3676624298095703e-06,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 263,
+ 264,
+ 265
+ ],
+ "name":"\u87ba\u6813 1.001",
+ "translation":[
+ -0.003914833068847656,
+ 0.1964138150215149,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":142,
+ "name":"\u7acb\u65b9\u4f53.2 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 7.498798786105971e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 267
+ ],
+ "name":"\u95f8\u7247\u6258 1.001",
+ "translation":[
+ 0.007829427719116211,
+ 0.008544504642486572,
+ -0.00697171688079834
+ ]
+ },
+ {
+ "children":[
+ 262,
+ 266,
+ 268
+ ],
+ "name":"\u95f8\u7247\u6258 1",
+ "translation":[
+ -0.11470437049865723,
+ -0.008544504642486572,
+ 0.10787761211395264
+ ]
+ },
+ {
+ "mesh":143,
+ "name":"\u5706\u67f1\u4f53 1 1.002",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0.004650680348277092,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":144,
+ "name":"\u6324\u538b 1 1.004",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0.056601397693157196,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":145,
+ "name":"\u6324\u538b.2 1 1.003",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ -0.06125207990407944,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 270,
+ 271,
+ 272
+ ],
+ "name":"\u87ba\u6813 1 1.003",
+ "translation":[
+ -0.003914833068847656,
+ -0.20495830476284027,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":146,
+ "name":"\u5706\u67f1\u4f53 1 1.003",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0.06590613722801208,
+ 0.17873764038085938
+ ]
+ },
+ {
+ "mesh":147,
+ "name":"\u6324\u538b 1 1.005",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0.11785683035850525,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "mesh":148,
+ "name":"\u6324\u538b.2 1 1.004",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 3.3676624298095703e-06,
+ -0.08936882019042969
+ ]
+ },
+ {
+ "children":[
+ 274,
+ 275,
+ 276
+ ],
+ "name":"\u87ba\u6813 1 1.004",
+ "translation":[
+ -0.003914833068847656,
+ 0.1964138150215149,
+ 0.0034859180450439453
+ ]
+ },
+ {
+ "mesh":149,
+ "name":"\u7acb\u65b9\u4f53.2 1 1.001",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ]
+ },
+ {
+ "children":[
+ 278
+ ],
+ "name":"\u95f8\u7247\u6258 1 1.003",
+ "translation":[
+ 0.007829427719116211,
+ 0.008544504642486572,
+ -0.00697171688079834
+ ]
+ },
+ {
+ "children":[
+ 273,
+ 277,
+ 279
+ ],
+ "name":"\u95f8\u7247\u6258 1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.11470437049865723,
+ -0.008544504642486572,
+ -0.10787761211395264
+ ]
+ },
+ {
+ "children":[
+ 242,
+ 250,
+ 254,
+ 258,
+ 269,
+ 280
+ ],
+ "name":"\u5bf9\u79f0 1.002",
+ "translation":[
+ -0.03351235389709473,
+ -0.011613130569458008,
+ 0.005041360855102539
+ ]
+ },
+ {
+ "children":[
+ 234,
+ 281
+ ],
+ "name":"\u5236\u52a8\u5939\u94b3 1.001",
+ "translation":[
+ 0.019999980926513672,
+ 0.012699156999588013,
+ -1.5649960041046143
+ ]
+ },
+ {
+ "children":[
+ 228,
+ 282
+ ],
+ "name":"\u5236\u52a8\u5939\u94b3 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ -0.6813235282897949,
+ 0.0229281485080719,
+ 0.29231327772140503
+ ]
+ },
+ {
+ "mesh":150,
+ "name":"\u5e03\u5c14.1 0 1 1.001",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0.6000000238418579,
+ 0
+ ]
+ },
+ {
+ "mesh":151,
+ "name":"\u5e03\u5c14.1 1 1 1.001",
+ "rotation":[
+ -0.28173255920410156,
+ 0.9594929814338684,
+ 0,
+ 1.3856033619448802e-16
+ ],
+ "translation":[
+ 0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":152,
+ "name":"\u5e03\u5c14.1 10 1 1.001",
+ "rotation":[
+ -0.28173255920410156,
+ -0.9594929814338684,
+ 0,
+ 2.1056340750596674e-17
+ ],
+ "translation":[
+ -0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":153,
+ "name":"\u5e03\u5c14.1 2 1 1.001",
+ "rotation":[
+ 0.5406408905982971,
+ -0.8412535190582275,
+ 0,
+ 1.3528388040561038e-16
+ ],
+ "translation":[
+ 0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "mesh":154,
+ "name":"\u5e03\u5c14.1 3 1 1.001",
+ "rotation":[
+ 0.7557495832443237,
+ -0.6548607349395752,
+ 0,
+ 1.0530964095099174e-16
+ ],
+ "translation":[
+ 0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":155,
+ "name":"\u5e03\u5c14.1 4 1 1.001",
+ "rotation":[
+ 0.9096320867538452,
+ -0.41541507840156555,
+ 0,
+ 6.680382757127666e-17
+ ],
+ "translation":[
+ 0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":156,
+ "name":"\u5e03\u5c14.1 5 1 1.001",
+ "rotation":[
+ -0.9898214340209961,
+ 0.1423148363828659,
+ 0,
+ 2.891078826585189e-16
+ ],
+ "translation":[
+ 0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":157,
+ "name":"\u5e03\u5c14.1 6 1 1.001",
+ "rotation":[
+ -0.9898214340209961,
+ -0.1423148363828659,
+ 0,
+ 2.71679359205594e-16
+ ],
+ "translation":[
+ -0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":158,
+ "name":"\u5e03\u5c14.1 7 1 1.001",
+ "rotation":[
+ -0.9096320867538452,
+ -0.41541507840156555,
+ 0,
+ 6.680382095383176e-17
+ ],
+ "translation":[
+ -0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":159,
+ "name":"\u5e03\u5c14.1 8 1 1.001",
+ "rotation":[
+ -0.7557495832443237,
+ -0.6548607349395752,
+ 0,
+ 1.0530964095099174e-16
+ ],
+ "translation":[
+ -0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":160,
+ "name":"\u5e03\u5c14.1 9 1 1.001",
+ "rotation":[
+ -0.5406408905982971,
+ -0.8412535190582275,
+ 0,
+ 1.3528388040561038e-16
+ ],
+ "translation":[
+ -0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 284,
+ 285,
+ 286,
+ 287,
+ 288,
+ 289,
+ 290,
+ 291,
+ 292,
+ 293,
+ 294
+ ],
+ "name":"\u514b\u9686 1 1.001",
+ "translation":[
+ -1.3952420949935913,
+ 0.09644530713558197,
+ 0.8250575065612793
+ ]
+ },
+ {
+ "mesh":161,
+ "name":"\u5e03\u5c14 1 1.001",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 1.3952419757843018,
+ -0.09644530713558197,
+ -0.8250575065612793
+ ]
+ },
+ {
+ "children":[
+ 295,
+ 296
+ ],
+ "name":"\u5236\u52a8\u76d8 1 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ 0.7140069007873535
+ ]
+ },
+ {
+ "mesh":162,
+ "name":"\u5e03\u5c14.1 0 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.6000000238418579,
+ 0
+ ]
+ },
+ {
+ "mesh":163,
+ "name":"\u5e03\u5c14.1 1 1",
+ "rotation":[
+ 0.9594929814338684,
+ 0.28173255920410156,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":164,
+ "name":"\u5e03\u5c14.1 10 1",
+ "rotation":[
+ 0.9594929814338684,
+ -0.28173255920410156,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":165,
+ "name":"\u5e03\u5c14.1 2 1",
+ "rotation":[
+ 0.8412535190582275,
+ 0.5406408905982971,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "mesh":166,
+ "name":"\u5e03\u5c14.1 3 1",
+ "rotation":[
+ 0.6548607349395752,
+ 0.7557495832443237,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":167,
+ "name":"\u5e03\u5c14.1 4 1",
+ "rotation":[
+ 0.4154152274131775,
+ 0.9096320271492004,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":168,
+ "name":"\u5e03\u5c14.1 5 1",
+ "rotation":[
+ 0.1423148363828659,
+ 0.9898214340209961,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":169,
+ "name":"\u5e03\u5c14.1 6 1",
+ "rotation":[
+ -0.1423148363828659,
+ 0.9898214340209961,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":170,
+ "name":"\u5e03\u5c14.1 7 1",
+ "rotation":[
+ -0.4154152274131775,
+ 0.9096320271492004,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":171,
+ "name":"\u5e03\u5c14.1 8 1",
+ "rotation":[
+ -0.6548607349395752,
+ 0.7557495832443237,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":172,
+ "name":"\u5e03\u5c14.1 9 1",
+ "rotation":[
+ 0.8412535190582275,
+ -0.5406408905982971,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 298,
+ 299,
+ 300,
+ 301,
+ 302,
+ 303,
+ 304,
+ 305,
+ 306,
+ 307,
+ 308
+ ],
+ "name":"\u514b\u9686 1",
+ "translation":[
+ -1.3952420949935913,
+ 0.09644530713558197,
+ 0.8250575661659241
+ ]
+ },
+ {
+ "mesh":173,
+ "name":"\u5e03\u5c14 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 1.3952419757843018,
+ -0.09644530713558197,
+ -0.8250575065612793
+ ]
+ },
+ {
+ "children":[
+ 309,
+ 310
+ ],
+ "name":"\u5236\u52a8\u76d8 1.001",
+ "translation":[
+ 0,
+ 0,
+ -0.7140069603919983
+ ]
+ },
+ {
+ "children":[
+ 297,
+ 311
+ ],
+ "name":"\u5bf9\u79f0 1",
+ "translation":[
+ 0,
+ 0,
+ 1.5610594749450684
+ ]
+ },
+ {
+ "mesh":174,
+ "name":"\u5e03\u5c14.1 0 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0.6000000238418579,
+ 0
+ ]
+ },
+ {
+ "mesh":175,
+ "name":"\u5e03\u5c14.1 1 1 1",
+ "rotation":[
+ -0.28173255920410156,
+ 0.9594929814338684,
+ 0,
+ 1.3856033619448802e-16
+ ],
+ "translation":[
+ 0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":176,
+ "name":"\u5e03\u5c14.1 10 1 1",
+ "rotation":[
+ -0.28173255920410156,
+ -0.9594929814338684,
+ 0,
+ 2.1056340750596674e-17
+ ],
+ "translation":[
+ -0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":177,
+ "name":"\u5e03\u5c14.1 2 1 1",
+ "rotation":[
+ 0.5406408905982971,
+ -0.8412535190582275,
+ 0,
+ 1.3528388040561038e-16
+ ],
+ "translation":[
+ 0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "mesh":178,
+ "name":"\u5e03\u5c14.1 3 1 1",
+ "rotation":[
+ 0.7557495832443237,
+ -0.6548607349395752,
+ 0,
+ 1.0530962771610193e-16
+ ],
+ "translation":[
+ 0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":179,
+ "name":"\u5e03\u5c14.1 4 1 1",
+ "rotation":[
+ 0.9096320867538452,
+ -0.41541507840156555,
+ 0,
+ 6.680382757127666e-17
+ ],
+ "translation":[
+ 0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":180,
+ "name":"\u5e03\u5c14.1 5 1 1",
+ "rotation":[
+ -0.9898214340209961,
+ 0.1423148363828659,
+ 0,
+ 2.891078561887393e-16
+ ],
+ "translation":[
+ 0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":181,
+ "name":"\u5e03\u5c14.1 6 1 1",
+ "rotation":[
+ -0.9898214340209961,
+ -0.1423148363828659,
+ 0,
+ 2.71679359205594e-16
+ ],
+ "translation":[
+ -0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":182,
+ "name":"\u5e03\u5c14.1 7 1 1",
+ "rotation":[
+ -0.9096320867538452,
+ -0.41541507840156555,
+ 0,
+ 6.680382757127666e-17
+ ],
+ "translation":[
+ -0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":183,
+ "name":"\u5e03\u5c14.1 8 1 1",
+ "rotation":[
+ -0.7557495832443237,
+ -0.6548607349395752,
+ 0,
+ 1.0530964095099174e-16
+ ],
+ "translation":[
+ -0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":184,
+ "name":"\u5e03\u5c14.1 9 1 1",
+ "rotation":[
+ -0.5406408905982971,
+ -0.8412535190582275,
+ 0,
+ 1.3528388040561038e-16
+ ],
+ "translation":[
+ -0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 313,
+ 314,
+ 315,
+ 316,
+ 317,
+ 318,
+ 319,
+ 320,
+ 321,
+ 322,
+ 323
+ ],
+ "name":"\u514b\u9686 1 1",
+ "translation":[
+ -1.3952420949935913,
+ 0.09644530713558197,
+ 0.8250575661659241
+ ]
+ },
+ {
+ "mesh":185,
+ "name":"\u5e03\u5c14 1 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 1.3952419757843018,
+ -0.09644530713558197,
+ -0.8250575065612793
+ ]
+ },
+ {
+ "children":[
+ 324,
+ 325
+ ],
+ "name":"\u5236\u52a8\u76d8 1 1",
+ "translation":[
+ 0,
+ 0,
+ -0.7140069603919983
+ ]
+ },
+ {
+ "mesh":186,
+ "name":"\u5e03\u5c14.1 0 1 1 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.6000000238418579,
+ 0
+ ]
+ },
+ {
+ "mesh":187,
+ "name":"\u5e03\u5c14.1 1 1 1 1",
+ "rotation":[
+ 0.9594929814338684,
+ 0.28173255920410156,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":188,
+ "name":"\u5e03\u5c14.1 10 1 1 1",
+ "rotation":[
+ 0.9594929814338684,
+ -0.28173255920410156,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.3243844509124756,
+ 0.5047520399093628,
+ 0
+ ]
+ },
+ {
+ "mesh":189,
+ "name":"\u5e03\u5c14.1 2 1 1 1",
+ "rotation":[
+ -0.8412535190582275,
+ -0.5406408905982971,
+ 0,
+ 1.324187914615227e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "mesh":190,
+ "name":"\u5e03\u5c14.1 3 1 1 1",
+ "rotation":[
+ -0.6548607349395752,
+ -0.7557495832443237,
+ 0,
+ 1.8510527310214466e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":191,
+ "name":"\u5e03\u5c14.1 4 1 1 1",
+ "rotation":[
+ -0.4154152274131775,
+ -0.9096320271492004,
+ 0,
+ 2.2279568492122946e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":192,
+ "name":"\u5e03\u5c14.1 5 1 1 1",
+ "rotation":[
+ -0.1423148363828659,
+ -0.9898214340209961,
+ 0,
+ 3.1131755652979e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":193,
+ "name":"\u5e03\u5c14.1 6 1 1 1",
+ "rotation":[
+ 0.1423148363828659,
+ -0.9898214340209961,
+ 0,
+ 3.1131755652979e-33
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.16903948783874512,
+ -0.575695812702179,
+ 0
+ ]
+ },
+ {
+ "mesh":194,
+ "name":"\u5e03\u5c14.1 7 1 1 1",
+ "rotation":[
+ 0.4154152274131775,
+ -0.9096320271492004,
+ 0,
+ 2.2279568492122946e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.45344972610473633,
+ -0.3929164409637451,
+ 0
+ ]
+ },
+ {
+ "mesh":195,
+ "name":"\u5e03\u5c14.1 8 1 1 1",
+ "rotation":[
+ 0.6548607349395752,
+ -0.7557495832443237,
+ 0,
+ 1.8510527310214466e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.5938928127288818,
+ -0.0853889063000679,
+ 0
+ ]
+ },
+ {
+ "mesh":196,
+ "name":"\u5e03\u5c14.1 9 1 1 1",
+ "rotation":[
+ 0.8412535190582275,
+ -0.5406408905982971,
+ 0,
+ 1.324187914615227e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.5457792282104492,
+ 0.24924901127815247,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 327,
+ 328,
+ 329,
+ 330,
+ 331,
+ 332,
+ 333,
+ 334,
+ 335,
+ 336,
+ 337
+ ],
+ "name":"\u514b\u9686 1 1 1",
+ "translation":[
+ -1.3952420949935913,
+ 0.09644530713558197,
+ 0.8250575065612793
+ ]
+ },
+ {
+ "mesh":197,
+ "name":"\u5e03\u5c14 1 1 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 2.4492937051703357e-16
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 1.3952419757843018,
+ -0.09644530713558197,
+ -0.8250575065612793
+ ]
+ },
+ {
+ "children":[
+ 338,
+ 339
+ ],
+ "name":"\u5236\u52a8\u76d8 1 1 1",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ 0.7140069007873535
+ ]
+ },
+ {
+ "children":[
+ 326,
+ 340
+ ],
+ "name":"\u5bf9\u79f0 1 1",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -1.5610594749450684
+ ]
+ },
+ {
+ "children":[
+ 312,
+ 341
+ ],
+ "name":"\u5236\u52a8\u76d8 1",
+ "translation":[
+ 1.3952420949935913,
+ -0.09644530713558197,
+ 0.29231327772140503
+ ]
+ },
+ {
+ "mesh":198,
+ "name":"\u8f66\u8f74 1.001",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 1.499760051094782e-32
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 343
+ ],
+ "name":"\u8f66\u8f74 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0,
+ -1.2829042673110962
+ ]
+ },
+ {
+ "mesh":199,
+ "name":"\u8f6e\u997c 1.001",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 1.499760051094782e-32
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 345
+ ],
+ "name":"\u8f6e\u997c 1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0,
+ 0,
+ -1.2829042673110962
+ ]
+ },
+ {
+ "mesh":200,
+ "name":"\u8f6e\u997c 1.002",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ 1.8694179058074951
+ ]
+ },
+ {
+ "children":[
+ 344,
+ 346,
+ 347
+ ],
+ "name":"\u8f6e\u5bf9-\u524d 1"
+ },
+ {
+ "children":[
+ 283,
+ 342,
+ 348
+ ],
+ "name":"\u52a8\u8f66\u8f6c\u5411\u67b6 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 2.8161234855651855,
+ 0.19289061427116394,
+ -1.6938563585281372
+ ]
+ },
+ {
+ "children":[
+ 174,
+ 349
+ ],
+ "name":"\u5bf9\u79f0",
+ "translation":[
+ 0.025639470666646957,
+ 0,
+ 1.3795480728149414
+ ]
+ },
+ {
+ "mesh":201,
+ "name":"\u7ec6\u5206\u66f2\u9762.003",
+ "translation":[
+ -0.824983537197113,
+ 0.03561202436685562,
+ -2.2033169269561768
+ ]
+ },
+ {
+ "mesh":202,
+ "name":"\u7acb\u65b9\u4f53.003",
+ "translation":[
+ -0.824983537197113,
+ 0.3285539448261261,
+ -2.44545316696167
+ ]
+ },
+ {
+ "children":[
+ 352
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.004",
+ "translation":[
+ 0,
+ -0.2929419279098511,
+ 0.24213624000549316
+ ]
+ },
+ {
+ "mesh":203,
+ "name":"\u5706\u67f1\u4f53 1.006",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.9111971855163574,
+ 0.005883246660232544,
+ -2.0959270000457764
+ ]
+ },
+ {
+ "mesh":204,
+ "name":"\u6324\u538b 1.012",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.9111971855163574,
+ 0.04574756324291229,
+ -2.0959270000457764
+ ]
+ },
+ {
+ "mesh":205,
+ "name":"\u6324\u538b.2 1.009",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.9111971855163574,
+ -0.06950019299983978,
+ -2.0959270000457764
+ ]
+ },
+ {
+ "children":[
+ 354,
+ 355,
+ 356
+ ],
+ "name":"\u87ba\u6813 1.009",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.08621364831924438,
+ 0,
+ -0.09039902687072754
+ ]
+ },
+ {
+ "mesh":206,
+ "name":"\u5706\u67f1\u4f53 2",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.7387698888778687,
+ 0.005883246660232544,
+ 2.2767248153686523
+ ]
+ },
+ {
+ "mesh":207,
+ "name":"\u6324\u538b 2",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.7387698888778687,
+ 0.04574756324291229,
+ 2.2767248153686523
+ ]
+ },
+ {
+ "mesh":208,
+ "name":"\u6324\u538b.2 2",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.7387698888778687,
+ -0.06950019299983978,
+ 2.2767248153686523
+ ]
+ },
+ {
+ "children":[
+ 358,
+ 359,
+ 360
+ ],
+ "name":"\u87ba\u6813 2",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.08621364831924438,
+ 0,
+ 0.09039902687072754
+ ]
+ },
+ {
+ "mesh":209,
+ "name":"\u5706\u67f1\u4f53 3",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0.9111971855163574,
+ 0.005883246660232544,
+ 2.2767248153686523
+ ]
+ },
+ {
+ "mesh":210,
+ "name":"\u6324\u538b 3",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0.9111971855163574,
+ 0.04574756324291229,
+ 2.2767248153686523
+ ]
+ },
+ {
+ "mesh":211,
+ "name":"\u6324\u538b.2 3",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0.9111971855163574,
+ -0.06950019299983978,
+ 2.2767248153686523
+ ]
+ },
+ {
+ "children":[
+ 362,
+ 363,
+ 364
+ ],
+ "name":"\u87ba\u6813 3",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 0.08621364831924438,
+ 0,
+ 0.09039902687072754
+ ]
+ },
+ {
+ "mesh":212,
+ "name":"\u5706\u67f1\u4f53.002",
+ "translation":[
+ -0.7387698888778687,
+ 0.005883246660232544,
+ -2.0959270000457764
+ ]
+ },
+ {
+ "mesh":213,
+ "name":"\u6324\u538b.007",
+ "translation":[
+ -0.7387698888778687,
+ -0.06950019299983978,
+ -2.0959270000457764
+ ]
+ },
+ {
+ "mesh":214,
+ "name":"\u6324\u538b.008",
+ "translation":[
+ -0.7387698888778687,
+ 0.04574756324291229,
+ -2.0959270000457764
+ ]
+ },
+ {
+ "children":[
+ 366,
+ 367,
+ 368
+ ],
+ "name":"\u87ba\u6813.003",
+ "translation":[
+ -0.08621364831924438,
+ 0,
+ -0.09039902687072754
+ ]
+ },
+ {
+ "children":[
+ 357,
+ 361,
+ 365,
+ 369
+ ],
+ "name":"\u87ba\u6813\u7ec4",
+ "translation":[
+ 0,
+ -0.10576171427965164,
+ -0.016991138458251953
+ ]
+ },
+ {
+ "children":[
+ 351,
+ 353,
+ 370
+ ],
+ "name":"\u5730\u611f\u5668",
+ "translation":[
+ 0.824983537197113,
+ -0.09987504035234451,
+ 0.7769370079040527
+ ]
+ },
+ {
+ "children":[
+ 371
+ ],
+ "name":"\u5bf9\u79f0.007",
+ "translation":[
+ 1.0995874404907227,
+ 0,
+ 1.426379919052124
+ ]
+ },
+ {
+ "children":[
+ 372
+ ],
+ "name":"\u5bf9\u79f0.006",
+ "translation":[
+ -1.0739479064941406,
+ 0,
+ -0.04683184251189232
+ ]
+ },
+ {
+ "mesh":215,
+ "name":"\u5706\u67f1\u4f53.016",
+ "translation":[
+ -3.448025703430176,
+ -0.17909838259220123,
+ -2.2001402378082275
+ ]
+ },
+ {
+ "mesh":216,
+ "name":"\u5706\u67f1\u4f53.1",
+ "translation":[
+ -3.448025703430176,
+ -0.15550497174263,
+ -2.2001402378082275
+ ]
+ },
+ {
+ "mesh":217,
+ "name":"\u5706\u67f1\u4f53.2",
+ "translation":[
+ -3.448025703430176,
+ -0.13111980259418488,
+ -2.2001402378082275
+ ]
+ },
+ {
+ "mesh":218,
+ "name":"\u5706\u67f1\u4f53.3",
+ "translation":[
+ -3.448025703430176,
+ -0.05542397499084473,
+ -2.2001402378082275
+ ]
+ },
+ {
+ "mesh":219,
+ "name":"\u5706\u67f1\u4f53.4",
+ "translation":[
+ -3.448025703430176,
+ 0.15912163257598877,
+ -2.2001402378082275
+ ]
+ },
+ {
+ "mesh":220,
+ "name":"\u5706\u67f1\u4f53.5",
+ "translation":[
+ -3.448025703430176,
+ 0.4715369641780853,
+ -2.2001402378082275
+ ]
+ },
+ {
+ "mesh":221,
+ "name":"\u5706\u67f1\u4f53.6",
+ "translation":[
+ -3.448025703430176,
+ 0.6972235441207886,
+ -2.2001402378082275
+ ]
+ },
+ {
+ "mesh":222,
+ "name":"\u5706\u67f1\u4f53.7",
+ "translation":[
+ -3.448025703430176,
+ 0.7222635746002197,
+ -2.2001402378082275
+ ]
+ },
+ {
+ "mesh":223,
+ "name":"\u5706\u67f1\u4f53.8",
+ "translation":[
+ -3.448025703430176,
+ 0.7461385726928711,
+ -2.2001402378082275
+ ]
+ },
+ {
+ "children":[
+ 374,
+ 375,
+ 376,
+ 377,
+ 378,
+ 379,
+ 380,
+ 381,
+ 382
+ ],
+ "name":"\u5782\u5411\u51cf\u632f\u5668",
+ "translation":[
+ 3.448025703430176,
+ 0.3022898733615875,
+ 0.7737603187561035
+ ]
+ },
+ {
+ "mesh":224,
+ "name":"\u5782\u5411\u6b62\u6321",
+ "translation":[
+ 0,
+ 0.004999999888241291,
+ -1.426379919052124
+ ]
+ },
+ {
+ "mesh":225,
+ "name":"\u5927\u81c2",
+ "translation":[
+ -1.687167763710022,
+ -0.011072598397731781,
+ -1.7753400802612305
+ ]
+ },
+ {
+ "mesh":226,
+ "name":"\u6324\u538b.009",
+ "translation":[
+ 0.025639470666646957,
+ -1.3171414136886597,
+ -0.04683184251189232
+ ]
+ },
+ {
+ "children":[
+ 386
+ ],
+ "name":"\u6492\u7802\u5634.001",
+ "translation":[
+ -0.9581052660942078,
+ 0.38642507791519165,
+ -1.3517647981643677
+ ]
+ },
+ {
+ "mesh":227,
+ "name":"\u5bf9\u79f0.009",
+ "translation":[
+ -1.2518341541290283,
+ 0,
+ -1.8491848707199097
+ ]
+ },
+ {
+ "children":[
+ 388
+ ],
+ "name":"\u7a7a\u767d.1",
+ "translation":[
+ 0.3193683624267578,
+ -0.12880834937095642,
+ 0.4505882263183594
+ ]
+ },
+ {
+ "mesh":228,
+ "name":"\u7ec6\u5206\u66f2\u9762.2",
+ "translation":[
+ -0.9324657917022705,
+ -0.12880834937095642,
+ -1.3985966444015503
+ ]
+ },
+ {
+ "mesh":229,
+ "name":"\u7ec6\u5206\u66f2\u9762.3",
+ "translation":[
+ -0.9324657917022705,
+ -0.12880834937095642,
+ -1.3985966444015503
+ ]
+ },
+ {
+ "children":[
+ 387,
+ 389,
+ 390,
+ 391
+ ],
+ "name":"\u6492\u7802\u5634",
+ "translation":[
+ -0.7547019720077515,
+ 0.11773574352264404,
+ -0.3767435550689697
+ ]
+ },
+ {
+ "mesh":230,
+ "name":"\u652f\u67b6",
+ "translation":[
+ -1.687167763710022,
+ -0.011072598397731781,
+ -1.7753400802612305
+ ]
+ },
+ {
+ "mesh":231,
+ "name":"\u5bf9\u79f0.010",
+ "translation":[
+ -1.1018341779708862,
+ -0.5881156921386719,
+ -1.859184980392456
+ ]
+ },
+ {
+ "children":[
+ 394
+ ],
+ "name":"\u6a61\u80f6\u677f",
+ "translation":[
+ -0.5853334665298462,
+ -0.011072598397731781,
+ 0.08384490013122559
+ ]
+ },
+ {
+ "mesh":232,
+ "name":"\u5706\u67f1\u4f53.003",
+ "rotation":[
+ -0.5949992537498474,
+ -0.3820679485797882,
+ 0.3820679485797882,
+ 0.5949992537498474
+ ],
+ "translation":[
+ -0.3381105065345764,
+ -4.665183067321777,
+ -0.0005084276781417429
+ ]
+ },
+ {
+ "mesh":233,
+ "name":"\u6324\u538b.010",
+ "rotation":[
+ -0.5949992537498474,
+ -0.3820679485797882,
+ 0.3820679485797882,
+ 0.5949992537498474
+ ],
+ "translation":[
+ -0.3381105065345764,
+ -4.665183067321777,
+ -0.0009525418863631785
+ ]
+ },
+ {
+ "mesh":234,
+ "name":"\u6324\u538b.011",
+ "rotation":[
+ -0.5949992537498474,
+ -0.3820679485797882,
+ 0.3820679485797882,
+ 0.5949992537498474
+ ],
+ "translation":[
+ -0.3381105065345764,
+ -4.665183067321777,
+ 0.0009414851083420217
+ ]
+ },
+ {
+ "children":[
+ 396,
+ 397,
+ 398
+ ],
+ "name":"\u87ba\u6813.005",
+ "rotation":[
+ 0.5949992537498474,
+ 0.3820679485797882,
+ -0.3820679485797882,
+ 0.5949992537498474
+ ],
+ "translation":[
+ 0.3849630355834961,
+ -0.33945944905281067,
+ -0.27683377265930176
+ ]
+ },
+ {
+ "mesh":235,
+ "name":"\u5706\u67f1\u4f53.004",
+ "rotation":[
+ -0.5949992537498474,
+ -0.3820679485797882,
+ 0.3820679485797882,
+ 0.5949992537498474
+ ],
+ "translation":[
+ -0.4944857358932495,
+ -4.665183067321777,
+ -0.0005084276781417429
+ ]
+ },
+ {
+ "mesh":236,
+ "name":"\u6324\u538b.012",
+ "rotation":[
+ -0.5949992537498474,
+ -0.3820679485797882,
+ 0.3820679485797882,
+ 0.5949992537498474
+ ],
+ "translation":[
+ -0.4944857358932495,
+ -4.665183067321777,
+ -0.0009525418863631785
+ ]
+ },
+ {
+ "mesh":237,
+ "name":"\u6324\u538b.013",
+ "rotation":[
+ -0.5949992537498474,
+ -0.3820679485797882,
+ 0.3820679485797882,
+ 0.5949992537498474
+ ],
+ "translation":[
+ -0.4944857358932495,
+ -4.665183067321777,
+ 0.0009414851083420217
+ ]
+ },
+ {
+ "children":[
+ 400,
+ 401,
+ 402
+ ],
+ "name":"\u87ba\u6813.1",
+ "rotation":[
+ 0.5949992537498474,
+ 0.3820679485797882,
+ -0.3820679485797882,
+ 0.5949992537498474
+ ],
+ "translation":[
+ 0.4500298500061035,
+ -0.33945944905281067,
+ -0.41902899742126465
+ ]
+ },
+ {
+ "mesh":238,
+ "name":"\u5706\u67f1\u4f53.013",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.3532581329345703,
+ -1.756995677947998,
+ 3.7177724838256836
+ ]
+ },
+ {
+ "mesh":239,
+ "name":"\u6324\u538b.026",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.3533352613449097,
+ -1.756995677947998,
+ 3.7177443504333496
+ ]
+ },
+ {
+ "mesh":240,
+ "name":"\u6324\u538b.027",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.353007197380066,
+ -1.756995677947998,
+ 3.7178637981414795
+ ]
+ },
+ {
+ "children":[
+ 404,
+ 405,
+ 406
+ ],
+ "name":"\u87ba\u6813.10",
+ "rotation":[
+ 0.5792279839515686,
+ -0.4055797755718231,
+ -0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -0.04146575927734375,
+ -0.3702991008758545,
+ -0.15355348587036133
+ ]
+ },
+ {
+ "mesh":241,
+ "name":"\u5706\u67f1\u4f53.014",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.3322525024414062,
+ -1.756995677947998,
+ 3.660059928894043
+ ]
+ },
+ {
+ "mesh":242,
+ "name":"\u6324\u538b.028",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.332329273223877,
+ -1.756995677947998,
+ 3.66003155708313
+ ]
+ },
+ {
+ "mesh":243,
+ "name":"\u6324\u538b.029",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.3320013284683228,
+ -1.756995677947998,
+ 3.660151243209839
+ ]
+ },
+ {
+ "children":[
+ 408,
+ 409,
+ 410
+ ],
+ "name":"\u87ba\u6813.11",
+ "rotation":[
+ 0.5792279839515686,
+ -0.4055797755718231,
+ -0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -0.10288214683532715,
+ -0.5773195028305054,
+ -0.15355348587036133
+ ]
+ },
+ {
+ "mesh":244,
+ "name":"\u5706\u67f1\u4f53.015",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.373557448387146,
+ -1.756995677947998,
+ 3.7735440731048584
+ ]
+ },
+ {
+ "mesh":245,
+ "name":"\u6324\u538b.030",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.3736342191696167,
+ -1.756995677947998,
+ 3.7735159397125244
+ ]
+ },
+ {
+ "mesh":246,
+ "name":"\u6324\u538b.031",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.373306155204773,
+ -1.756995677947998,
+ 3.773634910583496
+ ]
+ },
+ {
+ "children":[
+ 412,
+ 413,
+ 414
+ ],
+ "name":"\u87ba\u6813.12",
+ "rotation":[
+ 0.5792279839515686,
+ -0.4055797755718231,
+ -0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ 0.017885208129882812,
+ -0.5333638787269592,
+ -0.15355348587036133
+ ]
+ },
+ {
+ "mesh":247,
+ "name":"\u5706\u67f1\u4f53.005",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ -4.223901748657227,
+ -1.7657605409622192,
+ -0.0005592938978224993
+ ]
+ },
+ {
+ "mesh":248,
+ "name":"\u6324\u538b.014",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ -4.223901748657227,
+ -1.7657605409622192,
+ -0.0010478135664016008
+ ]
+ },
+ {
+ "mesh":249,
+ "name":"\u6324\u538b.015",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ -4.223901748657227,
+ -1.7657604217529297,
+ 0.001035607187077403
+ ]
+ },
+ {
+ "children":[
+ 416,
+ 417,
+ 418
+ ],
+ "name":"\u87ba\u6813.2",
+ "rotation":[
+ 0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ 0.22603130340576172,
+ -0.4425583779811859,
+ -0.14478862285614014
+ ]
+ },
+ {
+ "mesh":250,
+ "name":"\u5706\u67f1\u4f53.006",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ -4.073901653289795,
+ -1.7657605409622192,
+ -0.0005592640955001116
+ ]
+ },
+ {
+ "mesh":251,
+ "name":"\u6324\u538b.016",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ -4.073901653289795,
+ -1.7657605409622192,
+ -0.001047798665240407
+ ]
+ },
+ {
+ "mesh":252,
+ "name":"\u6324\u538b.017",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ -4.073901653289795,
+ -1.7657605409622192,
+ 0.0010356369893997908
+ ]
+ },
+ {
+ "children":[
+ 420,
+ 421,
+ 422
+ ],
+ "name":"\u87ba\u6813.3",
+ "rotation":[
+ 0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ 0.07603168487548828,
+ -0.15441691875457764,
+ -0.14478862285614014
+ ]
+ },
+ {
+ "mesh":253,
+ "name":"\u5706\u67f1\u4f53.007",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -1.7657604217529297,
+ 4.071839809417725
+ ]
+ },
+ {
+ "mesh":254,
+ "name":"\u6324\u538b.018",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -1.7657604217529297,
+ 4.071839809417725
+ ]
+ },
+ {
+ "mesh":255,
+ "name":"\u6324\u538b.019",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -1.7657604217529297,
+ 4.071839809417725
+ ]
+ },
+ {
+ "children":[
+ 424,
+ 425,
+ 426
+ ],
+ "name":"\u87ba\u6813.4",
+ "rotation":[
+ 0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ 0.07396936416625977,
+ -0.2969496548175812,
+ -0.14478862285614014
+ ]
+ },
+ {
+ "mesh":256,
+ "name":"\u5706\u67f1\u4f53.008",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.08712387084960938,
+ -2.3915162086486816,
+ 3.810997724533081
+ ]
+ },
+ {
+ "mesh":257,
+ "name":"\u6324\u538b.020",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.002055555582046509,
+ -2.3915162086486816,
+ 3.810997724533081
+ ]
+ },
+ {
+ "children":[
+ 428,
+ 429
+ ],
+ "name":"\u87ba\u6813.5",
+ "rotation":[
+ 0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.1868727207183838,
+ 0.3932109475135803,
+ 0.48096704483032227
+ ]
+ },
+ {
+ "mesh":258,
+ "name":"\u5706\u67f1\u4f53.009",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.08712387084960938,
+ -2.3915162086486816,
+ 3.9703824520111084
+ ]
+ },
+ {
+ "mesh":259,
+ "name":"\u6324\u538b.021",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.002055555582046509,
+ -2.3915162086486816,
+ 3.9703824520111084
+ ]
+ },
+ {
+ "children":[
+ 431,
+ 432
+ ],
+ "name":"\u87ba\u6813.6",
+ "rotation":[
+ 0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.027487754821777344,
+ 0.3932109475135803,
+ 0.48096704483032227
+ ]
+ },
+ {
+ "mesh":260,
+ "name":"\u5706\u67f1\u4f53.010",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.08712387084960938,
+ -2.0031867027282715,
+ 3.810997724533081
+ ]
+ },
+ {
+ "mesh":261,
+ "name":"\u6324\u538b.022",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.002055555582046509,
+ -2.0031867027282715,
+ 3.810997724533081
+ ]
+ },
+ {
+ "children":[
+ 434,
+ 435
+ ],
+ "name":"\u87ba\u6813.7",
+ "rotation":[
+ 0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.1868727207183838,
+ 0.3932109475135803,
+ 0.09263753890991211
+ ]
+ },
+ {
+ "mesh":262,
+ "name":"\u5706\u67f1\u4f53.011",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.08712387084960938,
+ -2.0031867027282715,
+ 3.9703824520111084
+ ]
+ },
+ {
+ "mesh":263,
+ "name":"\u6324\u538b.023",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.002055555582046509,
+ -2.0031867027282715,
+ 3.9703824520111084
+ ]
+ },
+ {
+ "children":[
+ 437,
+ 438
+ ],
+ "name":"\u87ba\u6813.8",
+ "rotation":[
+ 0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ -0.027487754821777344,
+ 0.3932109475135803,
+ 0.09263753890991211
+ ]
+ },
+ {
+ "mesh":264,
+ "name":"\u5706\u67f1\u4f53.012",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.3119533061981201,
+ -1.756995677947998,
+ 3.604288101196289
+ ]
+ },
+ {
+ "mesh":265,
+ "name":"\u6324\u538b.024",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.31203031539917,
+ -1.756995677947998,
+ 3.6042604446411133
+ ]
+ },
+ {
+ "mesh":266,
+ "name":"\u6324\u538b.025",
+ "rotation":[
+ -0.5792279839515686,
+ 0.4055797755718231,
+ 0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -1.3117021322250366,
+ -1.756995677947998,
+ 3.604379892349243
+ ]
+ },
+ {
+ "children":[
+ 440,
+ 441,
+ 442
+ ],
+ "name":"\u87ba\u6813.9",
+ "rotation":[
+ 0.5792279839515686,
+ -0.4055797755718231,
+ -0.4055797755718231,
+ 0.5792279839515686
+ ],
+ "translation":[
+ -0.1622328758239746,
+ -0.414254754781723,
+ -0.15355348587036133
+ ]
+ },
+ {
+ "children":[
+ 399,
+ 403,
+ 407,
+ 411,
+ 415,
+ 419,
+ 423,
+ 427,
+ 430,
+ 433,
+ 436,
+ 439,
+ 443
+ ],
+ "name":"\u87ba\u6813.004",
+ "translation":[
+ 2.3107028007507324,
+ -0.0845179483294487,
+ 0.1352090835571289
+ ]
+ },
+ {
+ "children":[
+ 385,
+ 392,
+ 393,
+ 395,
+ 444
+ ],
+ "name":"\u6492\u7802\u88c5\u7f6e",
+ "translation":[
+ 1.687167763710022,
+ 0.1110725998878479,
+ 0.34896016120910645
+ ]
+ },
+ {
+ "mesh":267,
+ "name":"\u5bf9\u79f0.013",
+ "translation":[
+ 0.025639470666646957,
+ 0.10000000149011612,
+ -1.426379919052124
+ ]
+ },
+ {
+ "children":[
+ 446
+ ],
+ "name":"\u6784\u67b6(\u52a8\u8f66)",
+ "translation":[
+ -0.025639470666646957,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":268,
+ "name":"\u652f\u67b6.001",
+ "translation":[
+ -2.8160951137542725,
+ 0,
+ -2.454993486404419
+ ]
+ },
+ {
+ "mesh":269,
+ "name":"\u7ec6\u5206\u66f2\u9762.005",
+ "translation":[
+ -2.8160951137542725,
+ 0,
+ -2.454993486404419
+ ]
+ },
+ {
+ "mesh":270,
+ "name":"\u7ec6\u5206\u66f2\u9762.006",
+ "translation":[
+ -2.8160951137542725,
+ 0,
+ -2.454993486404419
+ ]
+ },
+ {
+ "mesh":271,
+ "name":"\u5706\u67f1\u4f53.018",
+ "translation":[
+ -2.8160951137542725,
+ 0.09181046485900879,
+ -2.385103225708008
+ ]
+ },
+ {
+ "children":[
+ 451
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.007",
+ "translation":[
+ 0,
+ 0,
+ -0.06989026069641113
+ ]
+ },
+ {
+ "mesh":272,
+ "name":"\u5bf9\u79f0.012",
+ "translation":[
+ -2.8160951137542725,
+ 0,
+ -2.4126267433166504
+ ]
+ },
+ {
+ "children":[
+ 453
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.008",
+ "translation":[
+ 0,
+ 0,
+ -0.042366743087768555
+ ]
+ },
+ {
+ "mesh":273,
+ "name":"\u5bf9\u79f0.011",
+ "translation":[
+ -2.8160951137542725,
+ 0,
+ -2.137108325958252
+ ]
+ },
+ {
+ "children":[
+ 455
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.4",
+ "translation":[
+ 0,
+ 0,
+ -0.3178853988647461
+ ]
+ },
+ {
+ "mesh":274,
+ "name":"\u5706\u67f1\u4f53 1.007",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ 0.7071068286895752,
+ 8.659561926915534e-17
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.000000238418579,
+ -1.0000001192092896
+ ],
+ "translation":[
+ -2.1058599948883057,
+ -0.0879279300570488,
+ -3.2375261783599854
+ ]
+ },
+ {
+ "mesh":275,
+ "name":"\u6324\u538b 1.013",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ 0.7071068286895752,
+ 8.659561926915534e-17
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.000000238418579,
+ -1.0000001192092896
+ ],
+ "translation":[
+ -2.1058599948883057,
+ 0.07746590673923492,
+ -3.2375261783599854
+ ]
+ },
+ {
+ "mesh":276,
+ "name":"\u6324\u538b.2 1.010",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ 0.7071068286895752,
+ 8.659561926915534e-17
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.000000238418579,
+ -1.0000001192092896
+ ],
+ "translation":[
+ -2.1058599948883057,
+ -0.014806702733039856,
+ -3.2375261783599854
+ ]
+ },
+ {
+ "children":[
+ 457,
+ 458,
+ 459
+ ],
+ "name":"\u87ba\u6813 1.010",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ 0.7071068286895752,
+ 6.494670783442161e-17
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.000000238418579,
+ -1.0000001192092896
+ ],
+ "translation":[
+ 0.421431303024292,
+ -0.01707632839679718,
+ -0.09427976608276367
+ ]
+ },
+ {
+ "mesh":277,
+ "name":"\u5706\u67f1\u4f53.017",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 2.294419527053833,
+ -0.0879279300570488,
+ -3.2375264167785645
+ ]
+ },
+ {
+ "mesh":278,
+ "name":"\u6324\u538b.032",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 2.294419527053833,
+ -0.014806687831878662,
+ -3.2375264167785645
+ ]
+ },
+ {
+ "mesh":279,
+ "name":"\u6324\u538b.033",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 2.294419527053833,
+ 0.07746589183807373,
+ -3.2375264167785645
+ ]
+ },
+ {
+ "children":[
+ 461,
+ 462,
+ 463
+ ],
+ "name":"\u87ba\u6813.013",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.421431303024292,
+ -0.01707632839679718,
+ 0.09427976608276367
+ ]
+ },
+ {
+ "children":[
+ 460,
+ 464
+ ],
+ "name":"\u87ba\u6813\u7ec4.001",
+ "translation":[
+ 0,
+ 0,
+ -0.2548539638519287
+ ]
+ },
+ {
+ "mesh":280,
+ "name":"\u8f74\u7bb1\u5f39\u7c27",
+ "translation":[
+ -2.8160951137542725,
+ 0.8381388187408447,
+ -2.454993486404419
+ ]
+ },
+ {
+ "mesh":281,
+ "name":"\u9635\u5217",
+ "translation":[
+ -2.8160951137542725,
+ -1.331018328666687,
+ -2.454993486404419
+ ]
+ },
+ {
+ "mesh":282,
+ "name":"\u5706\u67f1\u4f53.019",
+ "rotation":[
+ -0.5879377722740173,
+ -0.39284753799438477,
+ -0.39284753799438477,
+ 0.5879378318786621
+ ],
+ "translation":[
+ -0.9821014404296875,
+ -2.4973602294921875,
+ -2.371319055557251
+ ]
+ },
+ {
+ "mesh":283,
+ "name":"\u6324\u538b.034",
+ "rotation":[
+ -0.5879377722740173,
+ -0.39284753799438477,
+ -0.39284753799438477,
+ 0.5879378318786621
+ ],
+ "translation":[
+ -0.978825569152832,
+ -2.4973602294921875,
+ -2.372676134109497
+ ]
+ },
+ {
+ "children":[
+ 468,
+ 469
+ ],
+ "name":"\u87ba\u6813.014",
+ "translation":[
+ 0,
+ 0,
+ -0.27000007033348083
+ ]
+ },
+ {
+ "mesh":284,
+ "name":"\u5706\u67f1\u4f53.020",
+ "rotation":[
+ -0.6935199499130249,
+ -0.13794969022274017,
+ -0.13794969022274017,
+ 0.6935198903083801
+ ],
+ "translation":[
+ -2.5061609745025635,
+ -2.4973602294921875,
+ -1.0384024381637573
+ ]
+ },
+ {
+ "mesh":285,
+ "name":"\u6324\u538b.035",
+ "rotation":[
+ -0.6935199499130249,
+ -0.13794969022274017,
+ -0.13794969022274017,
+ 0.6935198903083801
+ ],
+ "translation":[
+ -2.502885103225708,
+ -2.4973602294921875,
+ -1.0463112592697144
+ ]
+ },
+ {
+ "children":[
+ 471,
+ 472
+ ],
+ "name":"\u87ba\u6813.015",
+ "rotation":[
+ 0,
+ -0.38268351554870605,
+ 0,
+ 0.9238795042037964
+ ],
+ "translation":[
+ 0.1909189671278,
+ 0,
+ -0.19091889262199402
+ ]
+ },
+ {
+ "mesh":286,
+ "name":"\u5706\u67f1\u4f53.021",
+ "rotation":[
+ -0.6935199499130249,
+ 0.13794969022274017,
+ 0.13794969022274017,
+ 0.6935198903083801
+ ],
+ "translation":[
+ -2.697303533554077,
+ -2.4973604679107666,
+ 1.116943120956421
+ ]
+ },
+ {
+ "mesh":287,
+ "name":"\u6324\u538b.036",
+ "rotation":[
+ -0.6935199499130249,
+ 0.13794969022274017,
+ 0.13794969022274017,
+ 0.6935198903083801
+ ],
+ "translation":[
+ -2.7005794048309326,
+ -2.4973604679107666,
+ 1.1090344190597534
+ ]
+ },
+ {
+ "children":[
+ 474,
+ 475
+ ],
+ "name":"\u87ba\u6813.016",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.27000004053115845,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":288,
+ "name":"\u5706\u67f1\u4f53.022",
+ "rotation":[
+ -0.5879378318786621,
+ 0.3928475081920624,
+ 0.3928475081920624,
+ 0.5879377722740173
+ ],
+ "translation":[
+ -1.1732442378997803,
+ -2.4973604679107666,
+ 2.8321454524993896
+ ]
+ },
+ {
+ "mesh":289,
+ "name":"\u6324\u538b.037",
+ "rotation":[
+ -0.5879378318786621,
+ 0.3928475081920624,
+ 0.3928475081920624,
+ 0.5879377722740173
+ ],
+ "translation":[
+ -1.1765201091766357,
+ -2.4973604679107666,
+ 2.8307883739471436
+ ]
+ },
+ {
+ "children":[
+ 477,
+ 478
+ ],
+ "name":"\u87ba\u6813.017",
+ "rotation":[
+ 0,
+ -0.9238795638084412,
+ 0,
+ 0.3826833963394165
+ ],
+ "translation":[
+ 0.1909189671278,
+ 0,
+ 0.19091904163360596
+ ]
+ },
+ {
+ "mesh":290,
+ "name":"\u5706\u67f1\u4f53.023",
+ "rotation":[
+ -0.3928474485874176,
+ 0.5879377722740173,
+ 0.5879378318786621,
+ 0.3928475081920624
+ ],
+ "translation":[
+ 1.1732443571090698,
+ -2.4973602294921875,
+ 2.8321456909179688
+ ]
+ },
+ {
+ "mesh":291,
+ "name":"\u6324\u538b.038",
+ "rotation":[
+ -0.3928474485874176,
+ 0.5879377722740173,
+ 0.5879378318786621,
+ 0.3928475081920624
+ ],
+ "translation":[
+ 1.1765199899673462,
+ -2.4973602294921875,
+ 2.8307883739471436
+ ]
+ },
+ {
+ "children":[
+ 480,
+ 481
+ ],
+ "name":"\u87ba\u6813.018",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.25888230132432e-15
+ ],
+ "translation":[
+ 0,
+ 0,
+ 0.270000159740448
+ ]
+ },
+ {
+ "mesh":292,
+ "name":"\u5706\u67f1\u4f53.024",
+ "rotation":[
+ -0.13794969022274017,
+ 0.6935199499130249,
+ 0.6935198903083801,
+ 0.13794969022274017
+ ],
+ "translation":[
+ 2.6973040103912354,
+ -2.4973604679107666,
+ 1.116943120956421
+ ]
+ },
+ {
+ "mesh":293,
+ "name":"\u6324\u538b.039",
+ "rotation":[
+ -0.13794969022274017,
+ 0.6935199499130249,
+ 0.6935198903083801,
+ 0.13794969022274017
+ ],
+ "translation":[
+ 2.700579881668091,
+ -2.4973604679107666,
+ 1.1090342998504639
+ ]
+ },
+ {
+ "children":[
+ 483,
+ 484
+ ],
+ "name":"\u87ba\u6813.019",
+ "rotation":[
+ 0,
+ 0.9238795638084412,
+ 0,
+ 0.3826833963394165
+ ],
+ "translation":[
+ -0.19091874361038208,
+ 0,
+ 0.19091898202896118
+ ]
+ },
+ {
+ "mesh":294,
+ "name":"\u5706\u67f1\u4f53.025",
+ "rotation":[
+ -0.13794969022274017,
+ -0.6935199499130249,
+ -0.6935198903083801,
+ 0.13794969022274017
+ ],
+ "translation":[
+ 2.5061609745025635,
+ -2.4973604679107666,
+ -1.0384025573730469
+ ]
+ },
+ {
+ "mesh":295,
+ "name":"\u6324\u538b.040",
+ "rotation":[
+ -0.13794969022274017,
+ -0.6935199499130249,
+ -0.6935198903083801,
+ 0.13794969022274017
+ ],
+ "translation":[
+ 2.502885103225708,
+ -2.4973604679107666,
+ -1.0463112592697144
+ ]
+ },
+ {
+ "children":[
+ 486,
+ 487
+ ],
+ "name":"\u87ba\u6813.020",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.2699999213218689,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":296,
+ "name":"\u5706\u67f1\u4f53.026",
+ "rotation":[
+ -0.3928474485874176,
+ -0.5879377722740173,
+ -0.5879378318786621,
+ 0.3928475081920624
+ ],
+ "translation":[
+ 0.982101559638977,
+ -2.4973602294921875,
+ -2.37131929397583
+ ]
+ },
+ {
+ "mesh":297,
+ "name":"\u6324\u538b.041",
+ "rotation":[
+ -0.3928474485874176,
+ -0.5879377722740173,
+ -0.5879378318786621,
+ 0.3928475081920624
+ ],
+ "translation":[
+ 0.9788256883621216,
+ -2.4973602294921875,
+ -2.372676134109497
+ ]
+ },
+ {
+ "children":[
+ 489,
+ 490
+ ],
+ "name":"\u87ba\u6813.021",
+ "rotation":[
+ 0,
+ 0.38268351554870605,
+ 0,
+ 0.9238795042037964
+ ],
+ "translation":[
+ -0.19091880321502686,
+ 0,
+ -0.1909189522266388
+ ]
+ },
+ {
+ "children":[
+ 470,
+ 473,
+ 476,
+ 479,
+ 482,
+ 485,
+ 488,
+ 491
+ ],
+ "name":"\u9635\u5217.001",
+ "rotation":[
+ 0.5879377722740173,
+ 0.39284753799438477,
+ 0.39284753799438477,
+ 0.5879378318786621
+ ],
+ "translation":[
+ 0,
+ 0,
+ 0.042366743087768555
+ ]
+ },
+ {
+ "mesh":298,
+ "name":"\u5706\u67f1\u4f53.027",
+ "rotation":[
+ -0.6123724579811096,
+ -0.3535533845424652,
+ -0.3535533845424652,
+ 0.6123723983764648
+ ],
+ "translation":[
+ -1.3469187021255493,
+ -2.6336374282836914,
+ -2.3331024646759033
+ ]
+ },
+ {
+ "mesh":299,
+ "name":"\u6324\u538b.042",
+ "rotation":[
+ -0.6123724579811096,
+ -0.3535533845424652,
+ -0.3535533845424652,
+ 0.6123723983764648
+ ],
+ "translation":[
+ -1.3447548151016235,
+ -2.6336374282836914,
+ -2.3343517780303955
+ ]
+ },
+ {
+ "children":[
+ 493,
+ 494
+ ],
+ "name":"\u87ba\u6813.022",
+ "translation":[
+ 0,
+ 0,
+ -0.14100012183189392
+ ]
+ },
+ {
+ "mesh":300,
+ "name":"\u5706\u67f1\u4f53.028",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ -2.8160951137542725,
+ -2.6336374282836914,
+ -0.00017073610797524452
+ ]
+ },
+ {
+ "mesh":301,
+ "name":"\u6324\u538b.043",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ -2.8160951137542725,
+ -2.6336374282836914,
+ -0.0051679001189768314
+ ]
+ },
+ {
+ "children":[
+ 496,
+ 497
+ ],
+ "name":"\u87ba\u6813.023",
+ "rotation":[
+ 0,
+ -0.5,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0.12210960686206818,
+ 0,
+ -0.07050003111362457
+ ]
+ },
+ {
+ "mesh":302,
+ "name":"\u5706\u67f1\u4f53.029",
+ "rotation":[
+ -0.6123724579811096,
+ 0.3535533845424652,
+ 0.3535533845424652,
+ 0.6123723983764648
+ ],
+ "translation":[
+ -1.4691762924194336,
+ -2.6336374282836914,
+ 2.5445168018341064
+ ]
+ },
+ {
+ "mesh":303,
+ "name":"\u6324\u538b.044",
+ "rotation":[
+ -0.6123724579811096,
+ 0.3535533845424652,
+ 0.3535533845424652,
+ 0.6123723983764648
+ ],
+ "translation":[
+ -1.4713400602340698,
+ -2.6336374282836914,
+ 2.5432677268981934
+ ]
+ },
+ {
+ "children":[
+ 499,
+ 500
+ ],
+ "name":"\u87ba\u6813.024",
+ "rotation":[
+ 0,
+ -0.8660253882408142,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0.12210965156555176,
+ 0,
+ 0.07049982249736786
+ ]
+ },
+ {
+ "mesh":304,
+ "name":"\u5706\u67f1\u4f53.030",
+ "rotation":[
+ -0.3535534143447876,
+ 0.6123724579811096,
+ 0.6123725175857544,
+ 0.3535534143447876
+ ],
+ "translation":[
+ 1.4691762924194336,
+ -2.6336374282836914,
+ 2.5445170402526855
+ ]
+ },
+ {
+ "mesh":305,
+ "name":"\u6324\u538b.045",
+ "rotation":[
+ -0.3535534143447876,
+ 0.6123724579811096,
+ 0.6123725175857544,
+ 0.3535534143447876
+ ],
+ "translation":[
+ 1.4713399410247803,
+ -2.6336374282836914,
+ 2.5432679653167725
+ ]
+ },
+ {
+ "children":[
+ 502,
+ 503
+ ],
+ "name":"\u87ba\u6813.025",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 4.579669976578771e-16
+ ],
+ "translation":[
+ 0,
+ 0,
+ 0.14099980890750885
+ ]
+ },
+ {
+ "mesh":306,
+ "name":"\u5706\u67f1\u4f53.031",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ -0.7071068286895752,
+ 5.285582470260176e-16
+ ],
+ "translation":[
+ 2.8160951137542725,
+ -2.6336374282836914,
+ -0.000170726198120974
+ ]
+ },
+ {
+ "mesh":307,
+ "name":"\u6324\u538b.046",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ -0.7071068286895752,
+ 5.285582470260176e-16
+ ],
+ "translation":[
+ 2.8160951137542725,
+ -2.6336374282836914,
+ -0.005167916417121887
+ ]
+ },
+ {
+ "children":[
+ 505,
+ 506
+ ],
+ "name":"\u87ba\u6813.026",
+ "rotation":[
+ 0,
+ 0.8660253882408142,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ -0.1221095398068428,
+ 0,
+ 0.0704999715089798
+ ]
+ },
+ {
+ "mesh":308,
+ "name":"\u5706\u67f1\u4f53.032",
+ "rotation":[
+ -0.3535534143447876,
+ -0.6123724579811096,
+ -0.6123725175857544,
+ 0.3535534143447876
+ ],
+ "translation":[
+ 1.3469188213348389,
+ -2.6336376667022705,
+ -2.3331024646759033
+ ]
+ },
+ {
+ "mesh":309,
+ "name":"\u6324\u538b.047",
+ "rotation":[
+ -0.3535534143447876,
+ -0.6123724579811096,
+ -0.6123725175857544,
+ 0.3535534143447876
+ ],
+ "translation":[
+ 1.3447550535202026,
+ -2.6336376667022705,
+ -2.3343517780303955
+ ]
+ },
+ {
+ "children":[
+ 508,
+ 509
+ ],
+ "name":"\u87ba\u6813.027",
+ "rotation":[
+ 0,
+ 0.5,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ -0.12210956960916519,
+ 0,
+ -0.07050012052059174
+ ]
+ },
+ {
+ "children":[
+ 495,
+ 498,
+ 501,
+ 504,
+ 507,
+ 510
+ ],
+ "name":"\u9635\u5217.002",
+ "rotation":[
+ 0.6123724579811096,
+ 0.3535533845424652,
+ 0.3535533845424652,
+ 0.6123723983764648
+ ],
+ "translation":[
+ 0,
+ 0,
+ 0.17864394187927246
+ ]
+ },
+ {
+ "children":[
+ 448,
+ 449,
+ 450,
+ 452,
+ 454,
+ 456,
+ 465,
+ 466,
+ 467,
+ 492,
+ 511
+ ],
+ "name":"\u8f74\u7aef\u76d6(\u5e26\u63a5\u5730)",
+ "translation":[
+ 2.8160951137542725,
+ 0.19289061427116394,
+ 1.028613567352295
+ ]
+ },
+ {
+ "children":[
+ 383,
+ 384,
+ 445,
+ 447,
+ 512
+ ],
+ "name":"\u5bf9\u79f0.008",
+ "translation":[
+ 1.0995874404907227,
+ 0,
+ 1.426379919052124
+ ]
+ },
+ {
+ "children":[
+ 513
+ ],
+ "name":"\u6784\u67b6",
+ "translation":[
+ -1.0739479064941406,
+ 0,
+ -0.04683184251189232
+ ]
+ },
+ {
+ "mesh":310,
+ "name":"\u5706\u67f1\u4f53.038",
+ "translation":[
+ 0.03322279453277588,
+ 0.014728128910064697,
+ -1.19048011302948
+ ]
+ },
+ {
+ "children":[
+ 515
+ ],
+ "name":"\u540a\u6746",
+ "translation":[
+ 0.48419010639190674,
+ 0.0034140050411224365,
+ 1.1862915754318237
+ ]
+ },
+ {
+ "mesh":311,
+ "name":"\u5706\u67f1\u4f53.1 0",
+ "rotation":[
+ 0,
+ 0,
+ 0.2588191032409668,
+ 0.9659258127212524
+ ],
+ "translation":[
+ -0.003500044345855713,
+ 0,
+ -0.9673904776573181
+ ]
+ },
+ {
+ "mesh":312,
+ "name":"\u5706\u67f1\u4f53.1 1",
+ "rotation":[
+ 0,
+ 0,
+ 0.2588191032409668,
+ 0.9659258127212524
+ ],
+ "translation":[
+ 0.003499925136566162,
+ 0,
+ -0.9673904776573181
+ ]
+ },
+ {
+ "mesh":313,
+ "name":"\u5706\u67f1\u4f53.1 2",
+ "rotation":[
+ 0,
+ 0,
+ 0.2588191032409668,
+ 0.9659258127212524
+ ],
+ "translation":[
+ -0.003500044345855713,
+ 0,
+ -0.9673904776573181
+ ]
+ },
+ {
+ "mesh":314,
+ "name":"\u5706\u67f1\u4f53.1 3",
+ "rotation":[
+ 0,
+ 0,
+ 0.2588191032409668,
+ 0.9659258127212524
+ ],
+ "translation":[
+ 0.003499925136566162,
+ 0,
+ -0.9673904776573181
+ ]
+ },
+ {
+ "children":[
+ 517,
+ 518,
+ 519,
+ 520
+ ],
+ "name":"\u514b\u9686.001",
+ "translation":[
+ 0,
+ 0.12991642951965332,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 521
+ ],
+ "name":"\u540a\u7ef3.001",
+ "translation":[
+ 0,
+ 0.27012771368026733,
+ 0
+ ]
+ },
+ {
+ "mesh":315,
+ "name":"\u5706\u67f1\u4f53.039",
+ "rotation":[
+ 0,
+ 0,
+ 0.2588191032409668,
+ 0.9659258127212524
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.9673904776573181
+ ]
+ },
+ {
+ "mesh":316,
+ "name":"\u7ec6\u5206\u66f2\u9762.013",
+ "rotation":[
+ 0,
+ 0,
+ 0.2588191032409668,
+ 0.9659258127212524
+ ],
+ "translation":[
+ -0.21847909688949585,
+ 0.7888566255569458,
+ -0.9673904776573181
+ ]
+ },
+ {
+ "mesh":317,
+ "name":"\u7ec6\u5206\u66f2\u9762.014",
+ "rotation":[
+ 0,
+ 0,
+ 0.2588191032409668,
+ 0.9659258127212524
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.9673904776573181
+ ]
+ },
+ {
+ "children":[
+ 522,
+ 523,
+ 524,
+ 525
+ ],
+ "name":"\u540a\u7ef3",
+ "rotation":[
+ 0,
+ 0,
+ -0.2588191032409668,
+ 0.9659258127212524
+ ],
+ "translation":[
+ 0.29925358295440674,
+ -0.016713738441467285,
+ 0.9632019996643066
+ ]
+ },
+ {
+ "mesh":318,
+ "name":"\u5706\u67f1\u4f53.036",
+ "translation":[
+ 0,
+ -0.009502589702606201,
+ -1.0320466756820679
+ ]
+ },
+ {
+ "mesh":319,
+ "name":"\u5706\u67f1\u4f53.037",
+ "translation":[
+ 0,
+ 0.005530834197998047,
+ -1.0320466756820679
+ ]
+ },
+ {
+ "mesh":320,
+ "name":"\u6324\u538b.1",
+ "translation":[
+ 0.012691497802734375,
+ 0.005530834197998047,
+ -1.0320466756820679
+ ]
+ },
+ {
+ "mesh":321,
+ "name":"\u7ec6\u5206\u66f2\u9762.012",
+ "translation":[
+ 0.31236207485198975,
+ -0.1602421998977661,
+ -1.0320466756820679
+ ]
+ },
+ {
+ "children":[
+ 527,
+ 528,
+ 529,
+ 530
+ ],
+ "name":"\u652f\u67b6.004",
+ "translation":[
+ 0.5044734477996826,
+ 0.7838490605354309,
+ 1.0278581380844116
+ ]
+ },
+ {
+ "mesh":322,
+ "name":"\u7ec6\u5206\u66f2\u9762.010",
+ "translation":[
+ 0,
+ -0.06000003218650818,
+ -0.0041885338723659515
+ ]
+ },
+ {
+ "mesh":323,
+ "name":"\u7ec6\u5206\u66f2\u9762.011",
+ "translation":[
+ 0,
+ -0.0607447624206543,
+ -0.0041885338723659515
+ ]
+ },
+ {
+ "mesh":324,
+ "name":"\u5706\u67f1\u4f53.040",
+ "rotation":[
+ 0,
+ 0,
+ 0.02181488648056984,
+ 0.9997620582580566
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.15418854355812073
+ ]
+ },
+ {
+ "children":[
+ 534
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.015",
+ "rotation":[
+ 0,
+ 0,
+ -0.02181488648056984,
+ 0.9997620582580566
+ ],
+ "translation":[
+ 0,
+ -0.06000003218650818,
+ 0.15000000596046448
+ ]
+ },
+ {
+ "mesh":325,
+ "name":"\u6324\u538b.051",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -1.0877695083618164,
+ 0.02340167760848999,
+ -0.012090855278074741
+ ]
+ },
+ {
+ "mesh":326,
+ "name":"\u6324\u538b.052",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -1.0877695083618164,
+ 0.02340167760848999,
+ -0.012090855278074741
+ ]
+ },
+ {
+ "children":[
+ 536,
+ 537
+ ],
+ "name":"\u87ba\u6813.031",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.5050740242004395,
+ 0.6868416666984558,
+ 1.0835809707641602
+ ]
+ },
+ {
+ "mesh":327,
+ "name":"\u6324\u538b.053",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -1.0877695083618164,
+ 0.023401692509651184,
+ -0.012090855278074741
+ ]
+ },
+ {
+ "mesh":328,
+ "name":"\u6324\u538b.054",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -1.0877695083618164,
+ 0.023401692509651184,
+ -0.012090855278074741
+ ]
+ },
+ {
+ "children":[
+ 539,
+ 540
+ ],
+ "name":"\u87ba\u6813.032",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.5050740242004395,
+ 0.0051841139793396,
+ 1.0835809707641602
+ ]
+ },
+ {
+ "children":[
+ 516,
+ 526,
+ 531,
+ 532,
+ 533,
+ 535,
+ 538,
+ 541
+ ],
+ "name":"\u6297\u4fa7\u6eda\u626d\u6746",
+ "translation":[
+ -0.10410094261169434,
+ 0.20287513732910156,
+ 0.0041885338723659515
+ ]
+ },
+ {
+ "mesh":329,
+ "name":"\u7acb\u65b9\u4f53.005",
+ "translation":[
+ 2.5284576416015625,
+ 0,
+ -0.0745972990989685
+ ]
+ },
+ {
+ "children":[
+ 543
+ ],
+ "name":"\u6a61\u80f6\u8282\u70b9",
+ "translation":[
+ -1.0712907314300537,
+ -0.01318502426147461,
+ -1.7941802740097046
+ ]
+ },
+ {
+ "mesh":330,
+ "name":"\u5927\u7b52.001",
+ "rotation":[
+ 0,
+ 0,
+ 0.043619390577077866,
+ 0.9990482330322266
+ ],
+ "translation":[
+ -1.726420521736145,
+ -0.006447985768318176,
+ -2.7658679485321045
+ ]
+ },
+ {
+ "mesh":331,
+ "name":"\u5706\u67f1\u4f53.046",
+ "rotation":[
+ 0,
+ 0,
+ 0.043619390577077866,
+ 0.9990482330322266
+ ],
+ "translation":[
+ -0.005664970725774765,
+ 0,
+ -2.7585933208465576
+ ]
+ },
+ {
+ "children":[
+ 546
+ ],
+ "name":"\u5c0f\u7b52.001",
+ "translation":[
+ 0.005663365125656128,
+ -0.006448008120059967,
+ -0.007274627685546875
+ ]
+ },
+ {
+ "children":[
+ 545,
+ 547
+ ],
+ "name":"\u7a7a\u767d",
+ "rotation":[
+ 0,
+ 0,
+ -0.043619390577077866,
+ 0.9990482330322266
+ ],
+ "translation":[
+ 1.3934447765350342,
+ 0.013266175985336304,
+ 0.8970901966094971
+ ]
+ },
+ {
+ "mesh":332,
+ "name":"\u5706\u67f1\u4f53.041",
+ "rotation":[
+ -0.043619390577077866,
+ -0.9990482330322266,
+ 0,
+ 1.6042643878829858e-16
+ ],
+ "translation":[
+ 0,
+ 0,
+ 2.773142099380493
+ ]
+ },
+ {
+ "children":[
+ 549
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.018",
+ "rotation":[
+ 0.043619390577077866,
+ 0.9990482330322266,
+ 0,
+ 6.117406279202036e-17
+ ],
+ "translation":[
+ -0.32696807384490967,
+ 0.15731015801429749,
+ 0.9043645858764648
+ ]
+ },
+ {
+ "mesh":333,
+ "name":"\u5706\u67f1\u4f53.042",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.12773224711418152,
+ -0.0004510619619395584
+ ]
+ },
+ {
+ "mesh":334,
+ "name":"\u6324\u538b.055",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ -0.03606019914150238,
+ -0.21916429698467255
+ ]
+ },
+ {
+ "mesh":335,
+ "name":"\u6324\u538b.056",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.15942822396755219,
+ 0.0008352360455319285
+ ]
+ },
+ {
+ "children":[
+ 551,
+ 552,
+ 553
+ ],
+ "name":"\u87ba\u6813.033",
+ "rotation":[
+ 0.5213338136672974,
+ 0.4777144193649292,
+ -0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ -0.4491352438926697,
+ 0.2669592797756195,
+ 0.9043641090393066
+ ]
+ },
+ {
+ "mesh":336,
+ "name":"\u5706\u67f1\u4f53.043",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.12837503850460052,
+ -0.0004510619619395584
+ ]
+ },
+ {
+ "mesh":337,
+ "name":"\u6324\u538b.057",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.10135094821453094,
+ 0.20693819224834442
+ ]
+ },
+ {
+ "mesh":338,
+ "name":"\u6324\u538b.058",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.16365547478199005,
+ -0.0010175445349887013
+ ]
+ },
+ {
+ "children":[
+ 555,
+ 556,
+ 557
+ ],
+ "name":"\u87ba\u6813.034",
+ "rotation":[
+ 0.5213338136672974,
+ 0.4777144193649292,
+ -0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ -0.4655541777610779,
+ 0.0803784430027008,
+ 0.9043641090393066
+ ]
+ },
+ {
+ "mesh":339,
+ "name":"\u5706\u67f1\u4f53.044",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.04204436391592026,
+ -0.0004510582366492599
+ ]
+ },
+ {
+ "mesh":340,
+ "name":"\u6324\u538b.059",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.013879829086363316,
+ -0.4256678521633148
+ ]
+ },
+ {
+ "mesh":341,
+ "name":"\u6324\u538b.060",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.1594284027814865,
+ 0.000835239770822227
+ ]
+ },
+ {
+ "children":[
+ 559,
+ 560,
+ 561
+ ],
+ "name":"\u87ba\u6813.035",
+ "rotation":[
+ 0.5213338136672974,
+ 0.4777144193649292,
+ -0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 1.379227876663208,
+ 0.11210474371910095,
+ 0.9043641090393066
+ ]
+ },
+ {
+ "mesh":342,
+ "name":"\u5706\u67f1\u4f53.045",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.042687151581048965,
+ -0.00045100608258508146
+ ]
+ },
+ {
+ "mesh":343,
+ "name":"\u6324\u538b.061",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.1512909233570099,
+ 0.0004346816858742386
+ ]
+ },
+ {
+ "mesh":344,
+ "name":"\u6324\u538b.062",
+ "rotation":[
+ -0.5213338136672974,
+ -0.4777144193649292,
+ 0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 2.773141860961914,
+ 0.16365544497966766,
+ -0.001017533359117806
+ ]
+ },
+ {
+ "children":[
+ 563,
+ 564,
+ 565
+ ],
+ "name":"\u87ba\u6813.036",
+ "rotation":[
+ 0.5213338136672974,
+ 0.4777144193649292,
+ -0.5213338136672974,
+ 0.4777144193649292
+ ],
+ "translation":[
+ 1.3628089427947998,
+ -0.07447606325149536,
+ 0.9043641090393066
+ ]
+ },
+ {
+ "children":[
+ 544,
+ 548,
+ 550,
+ 554,
+ 558,
+ 562,
+ 566
+ ],
+ "name":"\u6297\u86c7\u884c\u51cf\u632f\u5668",
+ "translation":[
+ 0.8803523182868958,
+ 0.35132530331611633,
+ 1.8687775135040283
+ ]
+ },
+ {
+ "mesh":345,
+ "name":"\u5706\u67f1\u4f53.034",
+ "rotation":[
+ -0.6644629836082458,
+ -0.6644631028175354,
+ 0.2418447583913803,
+ 0.2418447583913803
+ ],
+ "translation":[
+ 0.6556537747383118,
+ 0,
+ 0.7813776135444641
+ ]
+ },
+ {
+ "children":[
+ 568
+ ],
+ "name":"\u5927\u7b52",
+ "rotation":[
+ -0.29883623123168945,
+ -0.6408563852310181,
+ 0.6408564448356628,
+ 0.29883623123168945
+ ],
+ "translation":[
+ -0.5075632333755493,
+ 0.6048902273178101,
+ 0.003989682998508215
+ ]
+ },
+ {
+ "mesh":346,
+ "name":"\u7acb\u65b9\u4f53.004",
+ "translation":[
+ -0.07915117591619492,
+ 0,
+ -1.5512758493423462
+ ]
+ },
+ {
+ "children":[
+ 570
+ ],
+ "name":"\u5012\u89d2",
+ "translation":[
+ 0.07915118336677551,
+ 0.047210387885570526,
+ 0.12489593029022217
+ ]
+ },
+ {
+ "mesh":347,
+ "name":"\u6324\u538b.050",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -1.5332258939743042,
+ 0.0641511082649231
+ ]
+ },
+ {
+ "children":[
+ 572
+ ],
+ "name":"\u87ba\u6813.030",
+ "rotation":[
+ 0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ 0.0641511082649231,
+ 0.042627621442079544,
+ 0.10684597492218018
+ ]
+ },
+ {
+ "children":[
+ 571,
+ 573
+ ],
+ "name":"\u5bf9\u79f0.015",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.10119926929473877,
+ -0.042627960443496704,
+ -0.0003246804990340024
+ ]
+ },
+ {
+ "mesh":348,
+ "name":"\u5706\u67f1\u4f53.033",
+ "translation":[
+ 0,
+ 0.042627692222595215,
+ -1.0333830118179321
+ ]
+ },
+ {
+ "mesh":349,
+ "name":"\u6324\u538b.048",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -1.053205132484436,
+ 0.0786682739853859
+ ]
+ },
+ {
+ "children":[
+ 576
+ ],
+ "name":"\u87ba\u6813.028",
+ "rotation":[
+ 0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ 0.07866828143596649,
+ 0.042627692222595215,
+ 0.01982218027114868
+ ]
+ },
+ {
+ "mesh":350,
+ "name":"\u6324\u538b.049",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.9746699333190918,
+ 0.0786682739853859
+ ]
+ },
+ {
+ "children":[
+ 578
+ ],
+ "name":"\u87ba\u6813.029",
+ "rotation":[
+ 0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ 0.07866828143596649,
+ 0.042627692222595215,
+ -0.05871313810348511
+ ]
+ },
+ {
+ "children":[
+ 575,
+ 577,
+ 579
+ ],
+ "name":"\u5bf9\u79f0.1",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.49419623613357544,
+ 0.5628401041030884,
+ -0.00032468169229105115
+ ]
+ },
+ {
+ "mesh":351,
+ "name":"\u5706\u67f1\u4f53.035",
+ "rotation":[
+ 0.24184481799602509,
+ 0.24184481799602509,
+ 0.6644630432128906,
+ 0.6644631028175354
+ ],
+ "translation":[
+ -1.2167136669158936,
+ 0,
+ -0.9666486382484436
+ ]
+ },
+ {
+ "children":[
+ 581
+ ],
+ "name":"\u5c0f\u7b52",
+ "rotation":[
+ -0.6408564448356628,
+ 0.29883623123168945,
+ -0.29883620142936707,
+ 0.6408563256263733
+ ],
+ "translation":[
+ -0.004994872026145458,
+ -0.008052155375480652,
+ 0.003989682532846928
+ ]
+ },
+ {
+ "mesh":352,
+ "name":"\u652f\u67b6.003",
+ "translation":[
+ -0.0222783200442791,
+ 0,
+ -0.9889546036720276
+ ]
+ },
+ {
+ "mesh":353,
+ "name":"\u7ec6\u5206\u66f2\u9762.009",
+ "translation":[
+ -0.0445566400885582,
+ 0,
+ -0.9889546036720276
+ ]
+ },
+ {
+ "mesh":354,
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1.003",
+ "translation":[
+ 0.0445566363632679,
+ 0,
+ -0.9889546036720276
+ ]
+ },
+ {
+ "children":[
+ 584,
+ 585
+ ],
+ "name":"\u6a2a\u5411\u6b62\u6321",
+ "translation":[
+ 0.02227831818163395,
+ 0,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 583,
+ 586
+ ],
+ "name":"\u652f\u67b6.002",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.5386247038841248,
+ 0.6463006734848022,
+ 0.02227831818163395
+ ]
+ },
+ {
+ "children":[
+ 569,
+ 574,
+ 580,
+ 582,
+ 587
+ ],
+ "name":"\u6a2a\u5411\u51cf\u632f\u5668",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 1.0992627143859863,
+ 0.042627964168787,
+ 1.5275793075561523
+ ]
+ },
+ {
+ "mesh":355,
+ "name":"\u7ec6\u5206\u66f2\u9762.019",
+ "translation":[
+ 0,
+ 0,
+ -1.0534212589263916
+ ]
+ },
+ {
+ "mesh":356,
+ "name":"\u7ec6\u5206\u66f2\u9762.020",
+ "translation":[
+ 0,
+ 0,
+ -1.0534212589263916
+ ]
+ },
+ {
+ "children":[
+ 589,
+ 590
+ ],
+ "name":"\u7a7a\u6c14\u5f39\u7c27",
+ "translation":[
+ 1.100292444229126,
+ 1.1482473611831665,
+ 1.0534212589263916
+ ]
+ },
+ {
+ "mesh":357,
+ "name":"\u7ec6\u5206\u66f2\u9762.016",
+ "translation":[
+ -0.0015361905097961426,
+ 0.00344240665435791,
+ -2.426366090774536
+ ]
+ },
+ {
+ "mesh":358,
+ "name":"\u7403\u4f53",
+ "translation":[
+ 0,
+ 0.4138794541358948,
+ -2.591296434402466
+ ]
+ },
+ {
+ "children":[
+ 593
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.017",
+ "translation":[
+ 0.0015361905097961426,
+ -0.00344240665435791,
+ 0.1649303436279297
+ ]
+ },
+ {
+ "children":[
+ 592,
+ 594
+ ],
+ "name":"\u9ad8\u5ea6\u8c03\u6574\u6746",
+ "translation":[
+ 0.07932412624359131,
+ 0.2096959352493286,
+ 2.426366090774536
+ ]
+ },
+ {
+ "children":[
+ 542,
+ 567,
+ 588,
+ 591,
+ 595
+ ],
+ "name":"\u5bf9\u79f0.014",
+ "translation":[
+ -1.0739479064941406,
+ 0,
+ -0.04683184251189232
+ ]
+ },
+ {
+ "mesh":359,
+ "name":"\u7ec6\u5206\u66f2\u9762 1.006",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.10196596384048462,
+ 0.40312278270721436,
+ 0.029033973813056946
+ ]
+ },
+ {
+ "mesh":360,
+ "name":"\u5706\u67f1\u4f53 1.008",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.30589795112609863,
+ 0.39870530366897583,
+ 0.06364166736602783
+ ]
+ },
+ {
+ "mesh":361,
+ "name":"\u5e03\u5c14 1.003",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.30589795112609863,
+ -0.3987053334712982,
+ -0.06364167481660843
+ ]
+ },
+ {
+ "children":[
+ 598,
+ 599
+ ],
+ "name":"\u87ba\u6813 1.011",
+ "translation":[
+ -0.2929319739341736,
+ -0.20156139135360718,
+ -0.046337828040122986
+ ]
+ },
+ {
+ "mesh":362,
+ "name":"\u5706\u67f1\u4f53 1.009",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.39870530366897583,
+ 0
+ ]
+ },
+ {
+ "mesh":363,
+ "name":"\u5e03\u5c14 1.004",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.6117959022521973,
+ -0.3987053334712982,
+ -0.12728334963321686
+ ]
+ },
+ {
+ "children":[
+ 601,
+ 602
+ ],
+ "name":"\u87ba\u6813.1 1",
+ "translation":[
+ 0.1909659504890442,
+ -0.20156139135360718,
+ 0.01730385422706604
+ ]
+ },
+ {
+ "children":[
+ 597,
+ 600,
+ 603
+ ],
+ "name":"\u652f\u67b6 1",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123234262925839e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.15681180357933044
+ ]
+ },
+ {
+ "mesh":364,
+ "name":"\u7ec6\u5206\u66f2\u9762.021",
+ "translation":[
+ 0.10196596384048462,
+ 0.40312278270721436,
+ 0.029033973813056946
+ ]
+ },
+ {
+ "mesh":365,
+ "name":"\u5706\u67f1\u4f53.047",
+ "translation":[
+ 0.30589795112609863,
+ 0.39870530366897583,
+ 0.06364166736602783
+ ]
+ },
+ {
+ "mesh":366,
+ "name":"\u5e03\u5c14.001",
+ "translation":[
+ -0.30589795112609863,
+ -0.3987053334712982,
+ -0.06364167481660843
+ ]
+ },
+ {
+ "children":[
+ 606,
+ 607
+ ],
+ "name":"\u87ba\u6813.038",
+ "translation":[
+ -0.2929319739341736,
+ -0.20156139135360718,
+ -0.046337828040122986
+ ]
+ },
+ {
+ "mesh":367,
+ "name":"\u5706\u67f1\u4f53.048",
+ "translation":[
+ 0,
+ 0.39870530366897583,
+ 0
+ ]
+ },
+ {
+ "mesh":368,
+ "name":"\u5e03\u5c14.002",
+ "translation":[
+ -0.6117959022521973,
+ -0.3987053334712982,
+ -0.12728334963321686
+ ]
+ },
+ {
+ "children":[
+ 609,
+ 610
+ ],
+ "name":"\u87ba\u6813.039",
+ "translation":[
+ 0.1909659504890442,
+ -0.20156139135360718,
+ 0.01730385422706604
+ ]
+ },
+ {
+ "children":[
+ 605,
+ 608,
+ 611
+ ],
+ "name":"\u652f\u67b6.006",
+ "translation":[
+ 0,
+ 0,
+ 0.15681180357933044
+ ]
+ },
+ {
+ "children":[
+ 604,
+ 612
+ ],
+ "name":"\u652f\u67b6.005",
+ "translation":[
+ -0.08579301834106445,
+ 0.018250465393066406,
+ 0
+ ]
+ },
+ {
+ "mesh":369,
+ "name":"\u5706\u67f1\u4f53.049",
+ "translation":[
+ 0,
+ -0.024999797344207764,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 614
+ ],
+ "name":"\u7275\u5f15\u62c9\u6746",
+ "translation":[
+ 0.08579301834106445,
+ -0.018250465393066406,
+ 0
+ ]
+ },
+ {
+ "mesh":370,
+ "name":"\u7acb\u65b9\u4f53.006",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.18262940645217896,
+ 0.40395283699035645,
+ 0.06124360114336014
+ ]
+ },
+ {
+ "children":[
+ 616
+ ],
+ "name":"\u5012\u89d2.001",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.2790646553039551,
+ 0.047210387885570526,
+ 0.18262940645217896
+ ]
+ },
+ {
+ "mesh":371,
+ "name":"\u6324\u538b.063",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0,
+ -0.014439341612160206,
+ -0.1702888309955597
+ ]
+ },
+ {
+ "children":[
+ 618
+ ],
+ "name":"\u87ba\u6813.037",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.42247962951660156,
+ 0.42166829109191895,
+ 0.1702888309955597
+ ]
+ },
+ {
+ "children":[
+ 617,
+ 619
+ ],
+ "name":"\u87ba\u6813\u7ec4.002",
+ "translation":[
+ -1.758570909500122,
+ -0.5820162296295166,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 613,
+ 615,
+ 620
+ ],
+ "name":"\u7275\u5f15\u62c9\u6746.1",
+ "translation":[
+ 0.6846229434013367,
+ 0.5820162296295166,
+ -0.046832311898469925
+ ]
+ },
+ {
+ "mesh":372,
+ "name":"\u5706\u67f1\u4f53.7 1.009",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946621842682362,
+ -0.00019913911819458008
+ ]
+ },
+ {
+ "mesh":373,
+ "name":"\u6324\u538b.2 1.052",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 9.98402083170343e-31
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.013360303826630116,
+ -0.006027281284332275
+ ]
+ },
+ {
+ "children":[
+ 622,
+ 623
+ ],
+ "name":"\u87ba\u6813 0 1.005",
+ "translation":[
+ 0,
+ 0,
+ -0.45499998331069946
+ ]
+ },
+ {
+ "mesh":374,
+ "name":"\u5706\u67f1\u4f53.7 1.010",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946581795811653,
+ -0.00019921781495213509
+ ]
+ },
+ {
+ "mesh":375,
+ "name":"\u6324\u538b.2 1.053",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 2.9802322387695312e-08
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.013360263779759407,
+ -0.006027330178767443
+ ]
+ },
+ {
+ "children":[
+ 625,
+ 626
+ ],
+ "name":"\u87ba\u6813 1 1.014",
+ "rotation":[
+ 0,
+ -0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ 0.29246851801872253,
+ 0,
+ -0.3485502004623413
+ ]
+ },
+ {
+ "mesh":376,
+ "name":"\u5706\u67f1\u4f53.7 1.011",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946680516004562,
+ -0.0001992464967770502
+ ]
+ },
+ {
+ "mesh":377,
+ "name":"\u6324\u538b.2 1.054",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 3.725290298461914e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.013360361568629742,
+ -0.006027298979461193
+ ]
+ },
+ {
+ "children":[
+ 628,
+ 629
+ ],
+ "name":"\u87ba\u6813 2 1.005",
+ "rotation":[
+ 0,
+ -0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ 0.4480876624584198,
+ 0,
+ -0.07900992035865784
+ ]
+ },
+ {
+ "mesh":378,
+ "name":"\u5706\u67f1\u4f53.7 1.012",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.4999999701976776
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -0.9999999403953552,
+ -0.9999998807907104
+ ],
+ "translation":[
+ 0,
+ -0.01494668796658516,
+ -0.00019916069868486375
+ ]
+ },
+ {
+ "mesh":379,
+ "name":"\u6324\u538b.2 1.055",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 7.450581485102248e-09
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -0.9999998807907104,
+ -0.9999999403953552
+ ],
+ "translation":[
+ 0,
+ -0.013360369019210339,
+ -0.006027239374816418
+ ]
+ },
+ {
+ "children":[
+ 631,
+ 632
+ ],
+ "name":"\u87ba\u6813 3 1.005",
+ "rotation":[
+ 0,
+ -0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ 0.3940417468547821,
+ 0,
+ 0.22750000655651093
+ ]
+ },
+ {
+ "mesh":380,
+ "name":"\u5706\u67f1\u4f53.7 1.013",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946600422263145,
+ -0.00019908584363292903
+ ]
+ },
+ {
+ "mesh":381,
+ "name":"\u6324\u538b.2 1.056",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 7.450580596923828e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.0133602824062109,
+ -0.00602728733792901
+ ]
+ },
+ {
+ "children":[
+ 634,
+ 635
+ ],
+ "name":"\u87ba\u6813 4 1.005",
+ "rotation":[
+ 0,
+ -0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ 0.15561921894550323,
+ 0,
+ 0.42756015062332153
+ ]
+ },
+ {
+ "mesh":382,
+ "name":"\u5706\u67f1\u4f53.7 1.014",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946612529456615,
+ -0.00019901357882190496
+ ]
+ },
+ {
+ "mesh":383,
+ "name":"\u6324\u538b.2 1.057",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 7.450580152834618e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.01336029451340437,
+ -0.006027096416801214
+ ]
+ },
+ {
+ "children":[
+ 637,
+ 638
+ ],
+ "name":"\u87ba\u6813 5 1.005",
+ "rotation":[
+ 0,
+ 0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ -0.1556190699338913,
+ 0,
+ 0.42756015062332153
+ ]
+ },
+ {
+ "mesh":384,
+ "name":"\u5706\u67f1\u4f53.7 1.015",
+ "rotation":[
+ -0.5,
+ -0.4999999701976776,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -0.9999999403953552,
+ -0.9999998807907104
+ ],
+ "translation":[
+ 0,
+ -0.01494667399674654,
+ -0.00019907283422071487
+ ]
+ },
+ {
+ "mesh":385,
+ "name":"\u6324\u538b.2 1.058",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 7.450581485102248e-09
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -0.9999998807907104,
+ -0.9999999403953552
+ ],
+ "translation":[
+ 0,
+ -0.013360356912016869,
+ -0.006027032621204853
+ ]
+ },
+ {
+ "children":[
+ 640,
+ 641
+ ],
+ "name":"\u87ba\u6813 6 1.001",
+ "rotation":[
+ 0,
+ 0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ -0.3940414488315582,
+ 0,
+ 0.22750000655651093
+ ]
+ },
+ {
+ "mesh":386,
+ "name":"\u5706\u67f1\u4f53.7 1.016",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946681447327137,
+ -0.00019895723380614072
+ ]
+ },
+ {
+ "mesh":387,
+ "name":"\u6324\u538b.2 1.059",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 3.725290298461914e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.013360364362597466,
+ -0.006027129478752613
+ ]
+ },
+ {
+ "children":[
+ 643,
+ 644
+ ],
+ "name":"\u87ba\u6813 7 1.001",
+ "rotation":[
+ 0,
+ 0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ -0.448087602853775,
+ 0,
+ -0.07900992035865784
+ ]
+ },
+ {
+ "mesh":388,
+ "name":"\u5706\u67f1\u4f53.7 1.017",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946660958230495,
+ -0.00019912002608180046
+ ]
+ },
+ {
+ "mesh":373,
+ "name":"\u6324\u538b.2 1.060",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 2.9802322387695312e-08
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.01336034294217825,
+ -0.006027232389897108
+ ]
+ },
+ {
+ "children":[
+ 646,
+ 647
+ ],
+ "name":"\u87ba\u6813 8 1.001",
+ "rotation":[
+ 0,
+ 0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ -0.29246821999549866,
+ 0,
+ -0.3485502004623413
+ ]
+ },
+ {
+ "children":[
+ 624,
+ 627,
+ 630,
+ 633,
+ 636,
+ 639,
+ 642,
+ 645,
+ 648
+ ],
+ "name":"\u514b\u9686 1.006",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 9.98402083170343e-31
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.591218888759613,
+ 0
+ ]
+ },
+ {
+ "mesh":389,
+ "name":"\u5706\u67f1\u4f53.104",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.0149465287104249,
+ -0.00019913911819458008
+ ]
+ },
+ {
+ "mesh":390,
+ "name":"\u6324\u538b.145",
+ "translation":[
+ 0,
+ -0.013360227458178997,
+ -0.006027281284332275
+ ]
+ },
+ {
+ "children":[
+ 650,
+ 651
+ ],
+ "name":"\u87ba\u6813 0.007",
+ "translation":[
+ 0,
+ 0,
+ -0.45499998331069946
+ ]
+ },
+ {
+ "mesh":389,
+ "name":"\u5706\u67f1\u4f53.105",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946529641747475,
+ -0.00019919814076274633
+ ]
+ },
+ {
+ "mesh":390,
+ "name":"\u6324\u538b.146",
+ "translation":[
+ 0,
+ -0.013360227458178997,
+ -0.006027310620993376
+ ]
+ },
+ {
+ "children":[
+ 653,
+ 654
+ ],
+ "name":"\u87ba\u6813 1.024",
+ "rotation":[
+ 0,
+ -0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ 0.29246842861175537,
+ 0,
+ -0.3485502004623413
+ ]
+ },
+ {
+ "mesh":389,
+ "name":"\u5706\u67f1\u4f53.106",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.0149465287104249,
+ -0.0001992797915590927
+ ]
+ },
+ {
+ "mesh":390,
+ "name":"\u6324\u538b.147",
+ "translation":[
+ 0,
+ -0.013360226526856422,
+ -0.0060273329727351665
+ ]
+ },
+ {
+ "children":[
+ 656,
+ 657
+ ],
+ "name":"\u87ba\u6813 2.008",
+ "rotation":[
+ 0,
+ -0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ 0.44808757305145264,
+ 0,
+ -0.07900992035865784
+ ]
+ },
+ {
+ "mesh":389,
+ "name":"\u5706\u67f1\u4f53.107",
+ "rotation":[
+ -0.5,
+ 0.4999999701976776,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946527779102325,
+ -0.0001991755998460576
+ ]
+ },
+ {
+ "mesh":390,
+ "name":"\u6324\u538b.148",
+ "translation":[
+ 0,
+ -0.013360225595533848,
+ -0.006027254741638899
+ ]
+ },
+ {
+ "children":[
+ 659,
+ 660
+ ],
+ "name":"\u87ba\u6813 3.008",
+ "rotation":[
+ 0,
+ -0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ 0.39404165744781494,
+ 0,
+ 0.22750000655651093
+ ]
+ },
+ {
+ "mesh":389,
+ "name":"\u5706\u67f1\u4f53.108",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.0149465287104249,
+ -0.0001990792079595849
+ ]
+ },
+ {
+ "mesh":390,
+ "name":"\u6324\u538b.149",
+ "translation":[
+ 0,
+ -0.013360226526856422,
+ -0.006027280818670988
+ ]
+ },
+ {
+ "children":[
+ 662,
+ 663
+ ],
+ "name":"\u87ba\u6813 4.007",
+ "rotation":[
+ 0,
+ -0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ 0.15561914443969727,
+ 0,
+ 0.42756015062332153
+ ]
+ },
+ {
+ "mesh":389,
+ "name":"\u5706\u67f1\u4f53.109",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.0149465287104249,
+ -0.00019907981914002448
+ ]
+ },
+ {
+ "mesh":390,
+ "name":"\u6324\u538b.150",
+ "translation":[
+ 0,
+ -0.013360227458178997,
+ -0.006027162540704012
+ ]
+ },
+ {
+ "children":[
+ 665,
+ 666
+ ],
+ "name":"\u87ba\u6813 5.007",
+ "rotation":[
+ 0,
+ 0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ -0.15561914443969727,
+ 0,
+ 0.42756015062332153
+ ]
+ },
+ {
+ "mesh":389,
+ "name":"\u5706\u67f1\u4f53.110",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.4999999701976776
+ ],
+ "translation":[
+ 0,
+ -0.014946527779102325,
+ -0.0001991771423490718
+ ]
+ },
+ {
+ "mesh":390,
+ "name":"\u6324\u538b.151",
+ "translation":[
+ 0,
+ -0.013360225595533848,
+ -0.006027136463671923
+ ]
+ },
+ {
+ "children":[
+ 668,
+ 669
+ ],
+ "name":"\u87ba\u6813 6.003",
+ "rotation":[
+ 0,
+ 0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ -0.3940415382385254,
+ 0,
+ 0.22750000655651093
+ ]
+ },
+ {
+ "mesh":389,
+ "name":"\u5706\u67f1\u4f53.111",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946529641747475,
+ -0.000199043148313649
+ ]
+ },
+ {
+ "mesh":390,
+ "name":"\u6324\u538b.152",
+ "translation":[
+ 0,
+ -0.013360227458178997,
+ -0.00602721469476819
+ ]
+ },
+ {
+ "children":[
+ 671,
+ 672
+ ],
+ "name":"\u87ba\u6813 7.003",
+ "rotation":[
+ 0,
+ 0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ -0.4480876922607422,
+ 0,
+ -0.07900992035865784
+ ]
+ },
+ {
+ "mesh":389,
+ "name":"\u5706\u67f1\u4f53.112",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.0149465287104249,
+ -0.0001991397002711892
+ ]
+ },
+ {
+ "mesh":390,
+ "name":"\u6324\u538b.153",
+ "translation":[
+ 0,
+ -0.013360227458178997,
+ -0.006027251947671175
+ ]
+ },
+ {
+ "children":[
+ 674,
+ 675
+ ],
+ "name":"\u87ba\u6813 8.003",
+ "rotation":[
+ 0,
+ 0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ -0.2924683094024658,
+ 0,
+ -0.3485502004623413
+ ]
+ },
+ {
+ "children":[
+ 652,
+ 655,
+ 658,
+ 661,
+ 664,
+ 667,
+ 670,
+ 673,
+ 676
+ ],
+ "name":"\u514b\u9686.010",
+ "translation":[
+ 0,
+ 0.591218888759613,
+ 0
+ ]
+ },
+ {
+ "mesh":391,
+ "name":"\u5706\u67f1\u4f53.1 1.002",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123173382432755e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.11452211439609528,
+ -0.0007210226613096893,
+ 1.749523107719142e-05
+ ]
+ },
+ {
+ "mesh":392,
+ "name":"\u7ec6\u5206\u66f2\u9762 1.011",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123173382432755e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.04954169690608978,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":393,
+ "name":"\u6324\u538b.2 1.049",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ 0.019694697111845016,
+ -0.007616530172526836,
+ -0.10938455164432526
+ ]
+ },
+ {
+ "children":[
+ 680
+ ],
+ "name":"\u87ba\u6813 1.022",
+ "translation":[
+ -0.17598998546600342,
+ 0.007877322845160961,
+ 0.08714329451322556
+ ]
+ },
+ {
+ "mesh":394,
+ "name":"\u6324\u538b.2 1.050",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ 0.019694577902555466,
+ -0.007616530172526836,
+ -0.10938457399606705
+ ]
+ },
+ {
+ "children":[
+ 682
+ ],
+ "name":"\u87ba\u6813.1 1.003",
+ "translation":[
+ 0.09859991073608398,
+ 0.007877322845160961,
+ 0.08714333176612854
+ ]
+ },
+ {
+ "children":[
+ 678,
+ 679,
+ 681,
+ 683
+ ],
+ "name":"\u652f\u67b6 1.002",
+ "rotation":[
+ 0,
+ 0.7071066498756409,
+ 0.70710688829422,
+ 9.358477799690325e-24
+ ],
+ "scale":[
+ -1,
+ -1.0000001192092896,
+ -1.0000001192092896
+ ],
+ "translation":[
+ 0.6931056976318359,
+ -0.19464413821697235,
+ 0.40996253490448
+ ]
+ },
+ {
+ "mesh":395,
+ "name":"\u5706\u67f1\u4f53.103",
+ "translation":[
+ 0.1145220473408699,
+ -0.0007210448384284973,
+ 1.756977326294873e-05
+ ]
+ },
+ {
+ "mesh":396,
+ "name":"\u7ec6\u5206\u66f2\u9762.035",
+ "translation":[
+ -0.049541763961315155,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":397,
+ "name":"\u6324\u538b.142",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.019694633781909943,
+ -0.007616525515913963,
+ -0.10938464850187302
+ ]
+ },
+ {
+ "children":[
+ 687
+ ],
+ "name":"\u87ba\u6813.049",
+ "translation":[
+ -0.17599014937877655,
+ 0.00787730049341917,
+ 0.08714336156845093
+ ]
+ },
+ {
+ "mesh":398,
+ "name":"\u6324\u538b.143",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.019694514572620392,
+ -0.007616525515913963,
+ -0.10938461869955063
+ ]
+ },
+ {
+ "children":[
+ 689
+ ],
+ "name":"\u87ba\u6813.050",
+ "translation":[
+ 0.098599873483181,
+ 0.00787730049341917,
+ 0.08714335411787033
+ ]
+ },
+ {
+ "children":[
+ 685,
+ 686,
+ 688,
+ 690
+ ],
+ "name":"\u652f\u67b6.009",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ 0.6931057572364807,
+ 0.19464419782161713,
+ 0.40996253490448
+ ]
+ },
+ {
+ "mesh":399,
+ "name":"\u5bf9\u79f0.032",
+ "rotation":[
+ 0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ]
+ },
+ {
+ "children":[
+ 692
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.036",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071068286895752,
+ 0,
+ 4.679240477566973e-24
+ ],
+ "translation":[
+ 0,
+ -0.1000000387430191,
+ 0
+ ]
+ },
+ {
+ "mesh":400,
+ "name":"\u5bf9\u79f0.033"
+ },
+ {
+ "children":[
+ 694
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.037",
+ "rotation":[
+ -0.5,
+ -0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.1000000387430191,
+ 0
+ ]
+ },
+ {
+ "mesh":401,
+ "name":"\u5bf9\u79f0.034",
+ "rotation":[
+ 0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ]
+ },
+ {
+ "children":[
+ 696
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.038",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071068286895752,
+ 0,
+ 4.679240477566973e-24
+ ],
+ "translation":[
+ 0,
+ -0.1000000387430191,
+ 0
+ ]
+ },
+ {
+ "mesh":402,
+ "name":"\u5bf9\u79f0.2 1.006",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 2.50389263368671e-24
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 698
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1.005",
+ "rotation":[
+ 0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.10000000894069672,
+ 0
+ ]
+ },
+ {
+ "mesh":403,
+ "name":"\u5bf9\u79f0.2 1.005",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ 0,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.000000238418579,
+ -1.0000001192092896,
+ -1.0000001192092896
+ ]
+ },
+ {
+ "children":[
+ 700
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.2 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ 0,
+ 0.10000000894069672,
+ 0
+ ]
+ },
+ {
+ "mesh":404,
+ "name":"\u5bf9\u79f0.2 1.007",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ 0,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.000000238418579,
+ -1.0000001192092896,
+ -1.0000001192092896
+ ]
+ },
+ {
+ "children":[
+ 702
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.3 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ 0,
+ 0.10000000894069672,
+ 0
+ ]
+ },
+ {
+ "mesh":405,
+ "name":"\u7acb\u65b9\u4f53 1.009",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ -0.7071068286895752,
+ 4.980995881053753e-15
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.000000238418579,
+ -1.0000001192092896
+ ],
+ "translation":[
+ -0.18781179189682007,
+ 0.3891526758670807,
+ 0.06124377250671387
+ ]
+ },
+ {
+ "children":[
+ 704
+ ],
+ "name":"\u5012\u89d2 1.001",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.0995241105556488,
+ 0.047210387885570526,
+ 0.18781183660030365
+ ]
+ },
+ {
+ "mesh":406,
+ "name":"\u6324\u538b.2 1.051",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ -0.08000542968511581,
+ -0.22471816837787628,
+ -0.17547115683555603
+ ]
+ },
+ {
+ "children":[
+ 706
+ ],
+ "name":"\u87ba\u6813 1.023",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.2429390847682953,
+ 0.42166829109191895,
+ 0.1754712462425232
+ ]
+ },
+ {
+ "children":[
+ 705,
+ 707
+ ],
+ "name":"\u87ba\u6813\u7ec4 1.001",
+ "rotation":[
+ 0,
+ 0.7071066498756409,
+ 0.70710688829422,
+ 9.358477799690325e-24
+ ],
+ "scale":[
+ -1,
+ -1.0000001192092896,
+ -1.0000001192092896
+ ],
+ "translation":[
+ 0.4940108060836792,
+ -0.35093954205513,
+ 0.14298699796199799
+ ]
+ },
+ {
+ "mesh":407,
+ "name":"\u7acb\u65b9\u4f53.010",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.18781186640262604,
+ 0.3891526758670807,
+ 0.06124383583664894
+ ]
+ },
+ {
+ "children":[
+ 709
+ ],
+ "name":"\u5012\u89d2.003",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.09952401369810104,
+ 0.047210387885570526,
+ 0.18781189620494843
+ ]
+ },
+ {
+ "mesh":408,
+ "name":"\u6324\u538b.144",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000543713569641,
+ -0.22471819818019867,
+ -0.17547129094600677
+ ]
+ },
+ {
+ "children":[
+ 711
+ ],
+ "name":"\u87ba\u6813.051",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.24293909966945648,
+ 0.42166829109191895,
+ 0.17547130584716797
+ ]
+ },
+ {
+ "children":[
+ 710,
+ 712
+ ],
+ "name":"\u87ba\u6813\u7ec4.004",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ 0.49401089549064636,
+ 0.3509395122528076,
+ 0.14298699796199799
+ ]
+ },
+ {
+ "children":[
+ 649,
+ 677,
+ 684,
+ 691,
+ 693,
+ 695,
+ 697,
+ 699,
+ 701,
+ 703,
+ 708,
+ 713
+ ],
+ "name":"\u5bf9\u79f0.031",
+ "rotation":[
+ 0.5,
+ 0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ 0.09999994933605194,
+ 0,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 714
+ ],
+ "name":"\u7275\u5f15\u7535\u673a",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.8869113326072693
+ ]
+ },
+ {
+ "mesh":409,
+ "name":"\u5706\u67f1\u4f53.7 1",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946531504392624,
+ -0.00019913911819458008
+ ]
+ },
+ {
+ "mesh":410,
+ "name":"\u6324\u538b.2 1.026",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 9.98402083170343e-31
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.013360213488340378,
+ -0.006027281284332275
+ ]
+ },
+ {
+ "children":[
+ 716,
+ 717
+ ],
+ "name":"\u87ba\u6813 0 1.002",
+ "translation":[
+ 0,
+ 0,
+ -0.45499998331069946
+ ]
+ },
+ {
+ "mesh":411,
+ "name":"\u5706\u67f1\u4f53.7 1.001",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946689829230309,
+ -0.00019929234986193478
+ ]
+ },
+ {
+ "mesh":412,
+ "name":"\u6324\u538b.2 1.027",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 2.9802322387695312e-08
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.013360371813178062,
+ -0.006027404684573412
+ ]
+ },
+ {
+ "children":[
+ 719,
+ 720
+ ],
+ "name":"\u87ba\u6813 1 1.011",
+ "rotation":[
+ 0,
+ -0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ 0.2924683392047882,
+ 0,
+ -0.3485502004623413
+ ]
+ },
+ {
+ "mesh":413,
+ "name":"\u5706\u67f1\u4f53.7 1.002",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.0149465911090374,
+ -0.00019930490816477686
+ ]
+ },
+ {
+ "mesh":414,
+ "name":"\u6324\u538b.2 1.028",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 3.725290298461914e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.013360274024307728,
+ -0.006027357652783394
+ ]
+ },
+ {
+ "children":[
+ 722,
+ 723
+ ],
+ "name":"\u87ba\u6813 2 1.002",
+ "rotation":[
+ 0,
+ -0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ 0.4480874836444855,
+ 0,
+ -0.07900992035865784
+ ]
+ },
+ {
+ "mesh":415,
+ "name":"\u5706\u67f1\u4f53.7 1.003",
+ "rotation":[
+ -0.4999999701976776,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -0.9999999403953552,
+ -0.9999998807907104
+ ],
+ "translation":[
+ 0,
+ -0.014946584589779377,
+ -0.0001991832978092134
+ ]
+ },
+ {
+ "mesh":416,
+ "name":"\u6324\u538b.2 1.029",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 7.450581485102248e-09
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -0.9999998807907104,
+ -0.9999999403953552
+ ],
+ "translation":[
+ 0,
+ -0.013360266573727131,
+ -0.006027262192219496
+ ]
+ },
+ {
+ "children":[
+ 725,
+ 726
+ ],
+ "name":"\u87ba\u6813 3 1.002",
+ "rotation":[
+ 0,
+ -0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ 0.3940415680408478,
+ 0,
+ 0.22750000655651093
+ ]
+ },
+ {
+ "mesh":417,
+ "name":"\u5706\u67f1\u4f53.7 1.004",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946551993489265,
+ -0.0001991293247556314
+ ]
+ },
+ {
+ "mesh":418,
+ "name":"\u6324\u538b.2 1.030",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 7.450580596923828e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.01336023397743702,
+ -0.006027331110090017
+ ]
+ },
+ {
+ "children":[
+ 728,
+ 729
+ ],
+ "name":"\u87ba\u6813 4 1.002",
+ "rotation":[
+ 0,
+ -0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ 0.1556190550327301,
+ 0,
+ 0.42756015062332153
+ ]
+ },
+ {
+ "mesh":419,
+ "name":"\u5706\u67f1\u4f53.7 1.005",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946479350328445,
+ -0.00019908930698875338
+ ]
+ },
+ {
+ "mesh":420,
+ "name":"\u6324\u538b.2 1.031",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 7.450580596923828e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.0133601613342762,
+ -0.006027171853929758
+ ]
+ },
+ {
+ "children":[
+ 731,
+ 732
+ ],
+ "name":"\u87ba\u6813 5 1.002",
+ "rotation":[
+ 0,
+ 0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ -0.15561923384666443,
+ 0,
+ 0.42756015062332153
+ ]
+ },
+ {
+ "mesh":421,
+ "name":"\u5706\u67f1\u4f53.7 1.006",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.4999999701976776,
+ 0.5
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -0.9999999403953552,
+ -0.9999998807907104
+ ],
+ "translation":[
+ 0,
+ -0.014946716837584972,
+ -0.0001990502350963652
+ ]
+ },
+ {
+ "mesh":422,
+ "name":"\u6324\u538b.2 1.032",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 7.450581485102248e-09
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -0.9999998807907104,
+ -0.9999999403953552
+ ],
+ "translation":[
+ 0,
+ -0.013360397890210152,
+ -0.0060272482223808765
+ ]
+ },
+ {
+ "children":[
+ 734,
+ 735
+ ],
+ "name":"\u87ba\u6813 6 1",
+ "rotation":[
+ 0,
+ 0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ -0.39404162764549255,
+ 0,
+ 0.22750000655651093
+ ]
+ },
+ {
+ "mesh":423,
+ "name":"\u5706\u67f1\u4f53.7 1.007",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946590177714825,
+ -0.00019913724099751562
+ ]
+ },
+ {
+ "mesh":424,
+ "name":"\u6324\u538b.2 1.033",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 3.725290298461914e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.013360271230340004,
+ -0.006027309224009514
+ ]
+ },
+ {
+ "children":[
+ 737,
+ 738
+ ],
+ "name":"\u87ba\u6813 7 1",
+ "rotation":[
+ 0,
+ 0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ -0.44808778166770935,
+ 0,
+ -0.07900992035865784
+ ]
+ },
+ {
+ "mesh":425,
+ "name":"\u5706\u67f1\u4f53.7 1.008",
+ "rotation":[
+ -0.5,
+ -0.5,
+ -0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.014946610666811466,
+ -0.00019916470046155155
+ ]
+ },
+ {
+ "mesh":410,
+ "name":"\u6324\u538b.2 1.034",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 2.9802322387695312e-08
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.01336029265075922,
+ -0.00602727709338069
+ ]
+ },
+ {
+ "children":[
+ 740,
+ 741
+ ],
+ "name":"\u87ba\u6813 8 1",
+ "rotation":[
+ 0,
+ 0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ -0.292468398809433,
+ 0,
+ -0.3485502004623413
+ ]
+ },
+ {
+ "children":[
+ 718,
+ 721,
+ 724,
+ 727,
+ 730,
+ 733,
+ 736,
+ 739,
+ 742
+ ],
+ "name":"\u514b\u9686 1.004",
+ "rotation":[
+ 0,
+ -1,
+ 0,
+ 9.98402083170343e-31
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ -0.591218888759613,
+ 0
+ ]
+ },
+ {
+ "mesh":426,
+ "name":"\u5706\u67f1\u4f53.072",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.01494651660323143,
+ -0.00019913911819458008
+ ]
+ },
+ {
+ "mesh":427,
+ "name":"\u6324\u538b.099",
+ "translation":[
+ 0,
+ -0.013360220938920975,
+ -0.006027281284332275
+ ]
+ },
+ {
+ "children":[
+ 744,
+ 745
+ ],
+ "name":"\u87ba\u6813 0.003",
+ "translation":[
+ 0,
+ 0,
+ -0.45499998331069946
+ ]
+ },
+ {
+ "mesh":426,
+ "name":"\u5706\u67f1\u4f53.073",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946522191166878,
+ -0.0001993120094994083
+ ]
+ },
+ {
+ "mesh":427,
+ "name":"\u6324\u538b.100",
+ "translation":[
+ 0,
+ -0.013360219076275826,
+ -0.006027424242347479
+ ]
+ },
+ {
+ "children":[
+ 747,
+ 748
+ ],
+ "name":"\u87ba\u6813 1.017",
+ "rotation":[
+ 0,
+ -0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ 0.29246842861175537,
+ 0,
+ -0.3485502004623413
+ ]
+ },
+ {
+ "mesh":426,
+ "name":"\u5706\u67f1\u4f53.074",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946531504392624,
+ -0.00019927161338273436
+ ]
+ },
+ {
+ "mesh":427,
+ "name":"\u6324\u538b.101",
+ "translation":[
+ 0,
+ -0.013360234908759594,
+ -0.006027324125170708
+ ]
+ },
+ {
+ "children":[
+ 750,
+ 751
+ ],
+ "name":"\u87ba\u6813 2.004",
+ "rotation":[
+ 0,
+ -0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ 0.44808757305145264,
+ 0,
+ -0.07900992035865784
+ ]
+ },
+ {
+ "mesh":426,
+ "name":"\u5706\u67f1\u4f53.075",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.4999999701976776,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946523122489452,
+ -0.00019916839664801955
+ ]
+ },
+ {
+ "mesh":427,
+ "name":"\u6324\u538b.102",
+ "translation":[
+ 0,
+ -0.0133602200075984,
+ -0.006027246825397015
+ ]
+ },
+ {
+ "children":[
+ 753,
+ 754
+ ],
+ "name":"\u87ba\u6813 3.004",
+ "rotation":[
+ 0,
+ -0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ 0.39404165744781494,
+ 0,
+ 0.22750000655651093
+ ]
+ },
+ {
+ "mesh":426,
+ "name":"\u5706\u67f1\u4f53.076",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946533367037773,
+ -0.00019913597498089075
+ ]
+ },
+ {
+ "mesh":427,
+ "name":"\u6324\u538b.103",
+ "translation":[
+ 0,
+ -0.013360230252146721,
+ -0.00602733762934804
+ ]
+ },
+ {
+ "children":[
+ 756,
+ 757
+ ],
+ "name":"\u87ba\u6813 4.003",
+ "rotation":[
+ 0,
+ -0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ 0.15561912953853607,
+ 0,
+ 0.42756015062332153
+ ]
+ },
+ {
+ "mesh":426,
+ "name":"\u5706\u67f1\u4f53.077",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946522191166878,
+ -0.00019902305211871862
+ ]
+ },
+ {
+ "mesh":427,
+ "name":"\u6324\u538b.104",
+ "translation":[
+ 0,
+ -0.013360219076275826,
+ -0.00602710573002696
+ ]
+ },
+ {
+ "children":[
+ 759,
+ 760
+ ],
+ "name":"\u87ba\u6813 5.003",
+ "rotation":[
+ 0,
+ 0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ -0.15561915934085846,
+ 0,
+ 0.42756015062332153
+ ]
+ },
+ {
+ "mesh":426,
+ "name":"\u5706\u67f1\u4f53.078",
+ "rotation":[
+ -0.4999999701976776,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946517534554005,
+ -0.00019894592696800828
+ ]
+ },
+ {
+ "mesh":427,
+ "name":"\u6324\u538b.105",
+ "translation":[
+ 0,
+ -0.013360215350985527,
+ -0.006027144379913807
+ ]
+ },
+ {
+ "children":[
+ 762,
+ 763
+ ],
+ "name":"\u87ba\u6813 6.001",
+ "rotation":[
+ 0,
+ 0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ -0.3940415382385254,
+ 0,
+ 0.22750000655651093
+ ]
+ },
+ {
+ "mesh":426,
+ "name":"\u5706\u67f1\u4f53.079",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946532435715199,
+ -0.00019905132649000734
+ ]
+ },
+ {
+ "mesh":427,
+ "name":"\u6324\u538b.106",
+ "translation":[
+ 0,
+ -0.013360237702727318,
+ -0.006027223542332649
+ ]
+ },
+ {
+ "children":[
+ 765,
+ 766
+ ],
+ "name":"\u87ba\u6813 7.001",
+ "rotation":[
+ 0,
+ 0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ -0.4480876922607422,
+ 0,
+ -0.07900992035865784
+ ]
+ },
+ {
+ "mesh":426,
+ "name":"\u5706\u67f1\u4f53.080",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.014946519397199154,
+ -0.00019914504082407802
+ ]
+ },
+ {
+ "mesh":427,
+ "name":"\u6324\u538b.107",
+ "translation":[
+ 0,
+ -0.013360216282308102,
+ -0.006027257535606623
+ ]
+ },
+ {
+ "children":[
+ 768,
+ 769
+ ],
+ "name":"\u87ba\u6813 8.001",
+ "rotation":[
+ 0,
+ 0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ -0.2924683094024658,
+ 0,
+ -0.3485502004623413
+ ]
+ },
+ {
+ "children":[
+ 746,
+ 749,
+ 752,
+ 755,
+ 758,
+ 761,
+ 764,
+ 767,
+ 770
+ ],
+ "name":"\u514b\u9686.005",
+ "translation":[
+ 0,
+ 0.591218888759613,
+ 0
+ ]
+ },
+ {
+ "mesh":428,
+ "name":"\u5706\u67f1\u4f53.1 1.001",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123258085727481e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.11452207714319229,
+ -0.0007210421026684344,
+ 1.766647255863063e-05
+ ]
+ },
+ {
+ "mesh":429,
+ "name":"\u7acb\u65b9\u4f53 1.006",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 6.123258085727481e-17
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 773
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1.008",
+ "translation":[
+ -0.049541737884283066,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":430,
+ "name":"\u6324\u538b.2 1.023",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ 0.019694652408361435,
+ -0.007616549730300903,
+ -0.10938461124897003
+ ]
+ },
+ {
+ "children":[
+ 775
+ ],
+ "name":"\u87ba\u6813 1.015",
+ "translation":[
+ -0.17599011957645416,
+ 0.007877303287386894,
+ 0.0871434286236763
+ ]
+ },
+ {
+ "mesh":431,
+ "name":"\u6324\u538b.2 1.024",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ 0.019694533199071884,
+ -0.007616549730300903,
+ -0.10938464105129242
+ ]
+ },
+ {
+ "children":[
+ 777
+ ],
+ "name":"\u87ba\u6813.1 1.001",
+ "translation":[
+ 0.09859989583492279,
+ 0.007877303287386894,
+ 0.08714345097541809
+ ]
+ },
+ {
+ "children":[
+ 772,
+ 774,
+ 776,
+ 778
+ ],
+ "name":"\u652f\u67b6 1.001",
+ "rotation":[
+ 0,
+ 0.7071066498756409,
+ 0.70710688829422,
+ 9.358477799690325e-24
+ ],
+ "scale":[
+ -1,
+ -1.0000001192092896,
+ -1.0000001192092896
+ ],
+ "translation":[
+ 0.6929447650909424,
+ -0.1929546743631363,
+ 0.40996253490448
+ ]
+ },
+ {
+ "mesh":432,
+ "name":"\u5706\u67f1\u4f53.071",
+ "translation":[
+ 0.11452214419841766,
+ -0.000721024873200804,
+ 1.754754157445859e-05
+ ]
+ },
+ {
+ "mesh":433,
+ "name":"\u7acb\u65b9\u4f53.007"
+ },
+ {
+ "children":[
+ 781
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.026",
+ "translation":[
+ -0.049541670829057693,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":434,
+ "name":"\u6324\u538b.096",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.019694734364748,
+ -0.007616535294800997,
+ -0.10938455909490585
+ ]
+ },
+ {
+ "children":[
+ 783
+ ],
+ "name":"\u87ba\u6813.042",
+ "translation":[
+ -0.17598995566368103,
+ 0.007877320982515812,
+ 0.08714333176612854
+ ]
+ },
+ {
+ "mesh":435,
+ "name":"\u6324\u538b.097",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.01969461515545845,
+ -0.007616535294800997,
+ -0.10938458144664764
+ ]
+ },
+ {
+ "children":[
+ 785
+ ],
+ "name":"\u87ba\u6813.043",
+ "translation":[
+ 0.09859994053840637,
+ 0.007877320982515812,
+ 0.08714332431554794
+ ]
+ },
+ {
+ "children":[
+ 780,
+ 782,
+ 784,
+ 786
+ ],
+ "name":"\u652f\u67b6.007",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ 0.6929447054862976,
+ 0.1929546445608139,
+ 0.40996253490448
+ ]
+ },
+ {
+ "mesh":436,
+ "name":"\u5bf9\u79f0.022",
+ "rotation":[
+ 0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ]
+ },
+ {
+ "children":[
+ 788
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.027",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071068286895752,
+ 0,
+ 4.679240477566973e-24
+ ],
+ "translation":[
+ 0,
+ -0.10000001639127731,
+ 0
+ ]
+ },
+ {
+ "mesh":437,
+ "name":"\u5bf9\u79f0.023"
+ },
+ {
+ "children":[
+ 790
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.028",
+ "rotation":[
+ -0.5,
+ -0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.10000001639127731,
+ 0
+ ]
+ },
+ {
+ "mesh":438,
+ "name":"\u5bf9\u79f0.024",
+ "rotation":[
+ 0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ]
+ },
+ {
+ "children":[
+ 792
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.029",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071068286895752,
+ 0,
+ 4.679240477566973e-24
+ ],
+ "translation":[
+ 0,
+ -0.10000001639127731,
+ 0
+ ]
+ },
+ {
+ "mesh":439,
+ "name":"\u5bf9\u79f0.2 1.003",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 8.048329719690216e-25
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 794
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1.004",
+ "rotation":[
+ 0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0.10000003129243851,
+ 0
+ ]
+ },
+ {
+ "mesh":440,
+ "name":"\u5bf9\u79f0.2 1.002",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ 0,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.000000238418579,
+ -1.0000001192092896,
+ -1.0000001192092896
+ ]
+ },
+ {
+ "children":[
+ 796
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.2 1",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ 0,
+ 0.10000003129243851,
+ 0
+ ]
+ },
+ {
+ "mesh":441,
+ "name":"\u5bf9\u79f0.2 1.004",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ 0,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.000000238418579,
+ -1.0000001192092896,
+ -1.0000001192092896
+ ]
+ },
+ {
+ "children":[
+ 798
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.3 1",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ 0,
+ 0.10000003129243851,
+ 0
+ ]
+ },
+ {
+ "mesh":442,
+ "name":"\u7acb\u65b9\u4f53 1.007",
+ "rotation":[
+ -0.7071068286895752,
+ 0,
+ -0.7071068286895752,
+ 4.980998845669068e-15
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.000000238418579,
+ -1.0000001192092896
+ ],
+ "translation":[
+ -0.18781177699565887,
+ 0.3891526758670807,
+ 0.06124354153871536
+ ]
+ },
+ {
+ "children":[
+ 800
+ ],
+ "name":"\u5012\u89d2 1",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.09952404350042343,
+ 0.047210387885570526,
+ 0.18781188130378723
+ ]
+ },
+ {
+ "mesh":443,
+ "name":"\u6324\u538b.2 1.025",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ -0.08000542968511581,
+ -0.22471816837787628,
+ -0.1754712611436844
+ ]
+ },
+ {
+ "children":[
+ 802
+ ],
+ "name":"\u87ba\u6813 1.016",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.24293901026248932,
+ 0.42166829109191895,
+ 0.1754712462425232
+ ]
+ },
+ {
+ "children":[
+ 801,
+ 803
+ ],
+ "name":"\u87ba\u6813\u7ec4 1",
+ "rotation":[
+ 0,
+ 0.7071066498756409,
+ 0.70710688829422,
+ 9.358477799690325e-24
+ ],
+ "scale":[
+ -1,
+ -1.0000001192092896,
+ -1.0000001192092896
+ ],
+ "translation":[
+ 0.4940110445022583,
+ -0.35093948245048523,
+ 0.14298699796199799
+ ]
+ },
+ {
+ "mesh":444,
+ "name":"\u7acb\u65b9\u4f53.008",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.18781186640262604,
+ 0.3891526758670807,
+ 0.061243534088134766
+ ]
+ },
+ {
+ "children":[
+ 805
+ ],
+ "name":"\u5012\u89d2.002",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.0995241329073906,
+ 0.047210387885570526,
+ 0.18781186640262604
+ ]
+ },
+ {
+ "mesh":445,
+ "name":"\u6324\u538b.098",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000542223453522,
+ -0.2247181385755539,
+ -0.17547129094600677
+ ]
+ },
+ {
+ "children":[
+ 807
+ ],
+ "name":"\u87ba\u6813.044",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0.24293899536132812,
+ 0.42166829109191895,
+ 0.17547129094600677
+ ]
+ },
+ {
+ "children":[
+ 806,
+ 808
+ ],
+ "name":"\u87ba\u6813\u7ec4.003",
+ "rotation":[
+ -0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ 0.49401095509529114,
+ 0.35093954205513,
+ 0.14298699796199799
+ ]
+ },
+ {
+ "children":[
+ 743,
+ 771,
+ 779,
+ 787,
+ 789,
+ 791,
+ 793,
+ 795,
+ 797,
+ 799,
+ 804,
+ 809
+ ],
+ "name":"\u5bf9\u79f0.021",
+ "rotation":[
+ 0.5,
+ 0.5,
+ -0.5,
+ 0.5
+ ],
+ "translation":[
+ 0.10000003129243851,
+ 0,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 810
+ ],
+ "name":"\u7275\u5f15\u7535\u673a.1",
+ "rotation":[
+ 0,
+ 0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 4.220479965209961,
+ 0,
+ 0.4038006663322449
+ ]
+ },
+ {
+ "mesh":446,
+ "name":"\u5706\u67f1\u4f53.085",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151160165667534,
+ -0.00022851485118735582
+ ]
+ },
+ {
+ "mesh":447,
+ "name":"\u5706\u67f1\u4f53.086",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151160165667534,
+ -0.00022851485118735582
+ ]
+ },
+ {
+ "mesh":448,
+ "name":"\u6324\u538b.124",
+ "translation":[
+ 0,
+ -0.10696767270565033,
+ -0.006916292943060398
+ ]
+ },
+ {
+ "mesh":449,
+ "name":"\u6324\u538b.125",
+ "translation":[
+ 0,
+ -0.01533089391887188,
+ -0.006916305050253868
+ ]
+ },
+ {
+ "children":[
+ 812,
+ 813,
+ 814,
+ 815
+ ],
+ "name":"\u87ba\u6813 0.006",
+ "translation":[
+ 0,
+ 0,
+ -0.17000001668930054
+ ]
+ },
+ {
+ "mesh":446,
+ "name":"\u5706\u67f1\u4f53.087",
+ "rotation":[
+ -0.5000000596046448,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022859250020701438
+ ]
+ },
+ {
+ "mesh":447,
+ "name":"\u5706\u67f1\u4f53.088",
+ "rotation":[
+ -0.5000000596046448,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022859250020701438
+ ]
+ },
+ {
+ "mesh":448,
+ "name":"\u6324\u538b.126",
+ "translation":[
+ 0,
+ -0.10696766525506973,
+ -0.00691640330478549
+ ]
+ },
+ {
+ "mesh":449,
+ "name":"\u6324\u538b.127",
+ "translation":[
+ 0,
+ -0.015330888330936432,
+ -0.006916412618011236
+ ]
+ },
+ {
+ "children":[
+ 817,
+ 818,
+ 819,
+ 820
+ ],
+ "name":"\u87ba\u6813 1.021",
+ "rotation":[
+ 0,
+ -0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ 0.10927391052246094,
+ 0,
+ -0.13022756576538086
+ ]
+ },
+ {
+ "mesh":446,
+ "name":"\u5706\u67f1\u4f53.089",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151139676570892,
+ -0.0002286670496687293
+ ]
+ },
+ {
+ "mesh":447,
+ "name":"\u5706\u67f1\u4f53.090",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151139676570892,
+ -0.0002286670496687293
+ ]
+ },
+ {
+ "mesh":448,
+ "name":"\u6324\u538b.128",
+ "translation":[
+ 0,
+ -0.10696765035390854,
+ -0.006916268728673458
+ ]
+ },
+ {
+ "mesh":449,
+ "name":"\u6324\u538b.129",
+ "translation":[
+ 0,
+ -0.015330874361097813,
+ -0.006916267331689596
+ ]
+ },
+ {
+ "children":[
+ 822,
+ 823,
+ 824,
+ 825
+ ],
+ "name":"\u87ba\u6813 2.007",
+ "rotation":[
+ 0,
+ -0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ 0.16741728782653809,
+ 0,
+ -0.029520191252231598
+ ]
+ },
+ {
+ "mesh":446,
+ "name":"\u5706\u67f1\u4f53.091",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.0002283984940731898
+ ]
+ },
+ {
+ "mesh":447,
+ "name":"\u5706\u67f1\u4f53.092",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.0002283984940731898
+ ]
+ },
+ {
+ "mesh":448,
+ "name":"\u6324\u538b.130",
+ "translation":[
+ 0,
+ -0.10696763545274734,
+ -0.006916194688528776
+ ]
+ },
+ {
+ "mesh":449,
+ "name":"\u6324\u538b.131",
+ "translation":[
+ 0,
+ -0.015330858528614044,
+ -0.006916194222867489
+ ]
+ },
+ {
+ "children":[
+ 827,
+ 828,
+ 829,
+ 830
+ ],
+ "name":"\u87ba\u6813 3.007",
+ "rotation":[
+ 0,
+ -0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ 0.1472243070602417,
+ 0,
+ 0.08500000834465027
+ ]
+ },
+ {
+ "mesh":446,
+ "name":"\u5706\u67f1\u4f53.093",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.4999999701976776
+ ],
+ "translation":[
+ 0,
+ -0.01715114526450634,
+ -0.00022850492678117007
+ ]
+ },
+ {
+ "mesh":447,
+ "name":"\u5706\u67f1\u4f53.094",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.4999999701976776
+ ],
+ "translation":[
+ 0,
+ -0.01715114526450634,
+ -0.00022850492678117007
+ ]
+ },
+ {
+ "mesh":448,
+ "name":"\u6324\u538b.132",
+ "translation":[
+ 0,
+ -0.10696765780448914,
+ -0.006916338112205267
+ ]
+ },
+ {
+ "mesh":449,
+ "name":"\u6324\u538b.133",
+ "translation":[
+ 0,
+ -0.015330878086388111,
+ -0.00691633764654398
+ ]
+ },
+ {
+ "children":[
+ 832,
+ 833,
+ 834,
+ 835
+ ],
+ "name":"\u87ba\u6813 4.006",
+ "rotation":[
+ 0,
+ -0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ 0.05814337730407715,
+ 0,
+ 0.15974774956703186
+ ]
+ },
+ {
+ "mesh":446,
+ "name":"\u5706\u67f1\u4f53.095",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.4999999701976776,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.01715114526450634,
+ -0.00022850492678117007
+ ]
+ },
+ {
+ "mesh":447,
+ "name":"\u5706\u67f1\u4f53.096",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.4999999701976776,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.01715114526450634,
+ -0.00022850492678117007
+ ]
+ },
+ {
+ "mesh":448,
+ "name":"\u6324\u538b.134",
+ "translation":[
+ 0,
+ -0.10696765780448914,
+ -0.0069162785075604916
+ ]
+ },
+ {
+ "mesh":449,
+ "name":"\u6324\u538b.135",
+ "translation":[
+ 0,
+ -0.015330878086388111,
+ -0.006916278041899204
+ ]
+ },
+ {
+ "children":[
+ 837,
+ 838,
+ 839,
+ 840
+ ],
+ "name":"\u87ba\u6813 5.006",
+ "rotation":[
+ 0,
+ 0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ -0.05814337730407715,
+ 0,
+ 0.15974774956703186
+ ]
+ },
+ {
+ "mesh":446,
+ "name":"\u5706\u67f1\u4f53.097",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022863691265229136
+ ]
+ },
+ {
+ "mesh":447,
+ "name":"\u5706\u67f1\u4f53.098",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022863691265229136
+ ]
+ },
+ {
+ "mesh":448,
+ "name":"\u6324\u538b.136",
+ "translation":[
+ 0,
+ -0.10696763545274734,
+ -0.006916313897818327
+ ]
+ },
+ {
+ "mesh":449,
+ "name":"\u6324\u538b.137",
+ "translation":[
+ 0,
+ -0.015330858528614044,
+ -0.00691631343215704
+ ]
+ },
+ {
+ "children":[
+ 842,
+ 843,
+ 844,
+ 845
+ ],
+ "name":"\u87ba\u6813 6.002",
+ "rotation":[
+ 0,
+ 0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ -0.14722442626953125,
+ 0,
+ 0.08500000834465027
+ ]
+ },
+ {
+ "mesh":446,
+ "name":"\u5706\u67f1\u4f53.099",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151139676570892,
+ -0.00022830942180007696
+ ]
+ },
+ {
+ "mesh":447,
+ "name":"\u5706\u67f1\u4f53.100",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151139676570892,
+ -0.00022830942180007696
+ ]
+ },
+ {
+ "mesh":448,
+ "name":"\u6324\u538b.138",
+ "translation":[
+ 0,
+ -0.10696765035390854,
+ -0.006915911100804806
+ ]
+ },
+ {
+ "mesh":449,
+ "name":"\u6324\u538b.139",
+ "translation":[
+ 0,
+ -0.015330874361097813,
+ -0.006915909703820944
+ ]
+ },
+ {
+ "children":[
+ 847,
+ 848,
+ 849,
+ 850
+ ],
+ "name":"\u87ba\u6813 7.002",
+ "rotation":[
+ 0,
+ 0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ -0.16741728782653809,
+ 0,
+ -0.029520191252231598
+ ]
+ },
+ {
+ "mesh":446,
+ "name":"\u5706\u67f1\u4f53.101",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5000000596046448,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022835408162791282
+ ]
+ },
+ {
+ "mesh":447,
+ "name":"\u5706\u67f1\u4f53.102",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5000000596046448,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022835408162791282
+ ]
+ },
+ {
+ "mesh":448,
+ "name":"\u6324\u538b.140",
+ "translation":[
+ 0,
+ -0.10696766525506973,
+ -0.0069161648862063885
+ ]
+ },
+ {
+ "mesh":449,
+ "name":"\u6324\u538b.141",
+ "translation":[
+ 0,
+ -0.015330888330936432,
+ -0.006916174199432135
+ ]
+ },
+ {
+ "children":[
+ 852,
+ 853,
+ 854,
+ 855
+ ],
+ "name":"\u87ba\u6813 8.002",
+ "rotation":[
+ 0,
+ 0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ -0.10927391052246094,
+ 0,
+ -0.13022756576538086
+ ]
+ },
+ {
+ "children":[
+ 816,
+ 821,
+ 826,
+ 831,
+ 836,
+ 841,
+ 846,
+ 851,
+ 856
+ ],
+ "name":"\u514b\u9686.009",
+ "rotation":[
+ 0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.002170264720916748
+ ]
+ },
+ {
+ "mesh":450,
+ "name":"\u5bf9\u79f0.1 1.001",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 858
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1.010",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.9165130257606506,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":451,
+ "name":"\u5bf9\u79f0.030"
+ },
+ {
+ "children":[
+ 860
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.034",
+ "translation":[
+ -0.9165129065513611,
+ 0,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 859,
+ 861
+ ],
+ "name":"\u5bf9\u79f0.029",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.05782973766326904
+ ]
+ },
+ {
+ "children":[
+ 857,
+ 862
+ ],
+ "name":"\u8054\u8f74\u8282",
+ "translation":[
+ 0,
+ 0,
+ 0.18937450647354126
+ ]
+ },
+ {
+ "mesh":452,
+ "name":"\u5706\u67f1\u4f53.053",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151160165667534,
+ -0.00022852496476843953
+ ]
+ },
+ {
+ "mesh":453,
+ "name":"\u5706\u67f1\u4f53.054",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151160165667534,
+ -0.00022852496476843953
+ ]
+ },
+ {
+ "mesh":454,
+ "name":"\u6324\u538b.078",
+ "translation":[
+ 0,
+ -0.10696764290332794,
+ -0.006916303187608719
+ ]
+ },
+ {
+ "mesh":455,
+ "name":"\u6324\u538b.079",
+ "translation":[
+ 0,
+ -0.015330864116549492,
+ -0.006916315294802189
+ ]
+ },
+ {
+ "children":[
+ 864,
+ 865,
+ 866,
+ 867
+ ],
+ "name":"\u87ba\u6813 0.002",
+ "translation":[
+ 0,
+ 0,
+ -0.17000001668930054
+ ]
+ },
+ {
+ "mesh":452,
+ "name":"\u5706\u67f1\u4f53.055",
+ "rotation":[
+ -0.5000000596046448,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022871945111546665
+ ]
+ },
+ {
+ "mesh":453,
+ "name":"\u5706\u67f1\u4f53.056",
+ "rotation":[
+ -0.5000000596046448,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022871945111546665
+ ]
+ },
+ {
+ "mesh":454,
+ "name":"\u6324\u538b.080",
+ "translation":[
+ 0,
+ -0.10696763545274734,
+ -0.006916529964655638
+ ]
+ },
+ {
+ "mesh":455,
+ "name":"\u6324\u538b.081",
+ "translation":[
+ 0,
+ -0.015330858528614044,
+ -0.006916539743542671
+ ]
+ },
+ {
+ "children":[
+ 869,
+ 870,
+ 871,
+ 872
+ ],
+ "name":"\u87ba\u6813 1.014",
+ "rotation":[
+ 0,
+ -0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ 0.10927391052246094,
+ 0,
+ -0.13022756576538086
+ ]
+ },
+ {
+ "mesh":452,
+ "name":"\u5706\u67f1\u4f53.057",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.01715116947889328,
+ -0.0002286687958985567
+ ]
+ },
+ {
+ "mesh":453,
+ "name":"\u5706\u67f1\u4f53.058",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.01715116947889328,
+ -0.0002286687958985567
+ ]
+ },
+ {
+ "mesh":454,
+ "name":"\u6324\u538b.082",
+ "translation":[
+ 0,
+ -0.10696765035390854,
+ -0.006916270591318607
+ ]
+ },
+ {
+ "mesh":455,
+ "name":"\u6324\u538b.083",
+ "translation":[
+ 0,
+ -0.015330874361097813,
+ -0.006916269194334745
+ ]
+ },
+ {
+ "children":[
+ 874,
+ 875,
+ 876,
+ 877
+ ],
+ "name":"\u87ba\u6813 2.003",
+ "rotation":[
+ 0,
+ -0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ 0.16741728782653809,
+ 0,
+ -0.029520202428102493
+ ]
+ },
+ {
+ "mesh":452,
+ "name":"\u5706\u67f1\u4f53.059",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151184380054474,
+ -0.00022827423526905477
+ ]
+ },
+ {
+ "mesh":453,
+ "name":"\u5706\u67f1\u4f53.060",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151184380054474,
+ -0.00022827423526905477
+ ]
+ },
+ {
+ "mesh":454,
+ "name":"\u6324\u538b.084",
+ "translation":[
+ 0,
+ -0.10696766525506973,
+ -0.006916070356965065
+ ]
+ },
+ {
+ "mesh":455,
+ "name":"\u6324\u538b.085",
+ "translation":[
+ 0,
+ -0.015330888330936432,
+ -0.006916069891303778
+ ]
+ },
+ {
+ "children":[
+ 879,
+ 880,
+ 881,
+ 882
+ ],
+ "name":"\u87ba\u6813 3.003",
+ "rotation":[
+ 0,
+ -0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ 0.1472243070602417,
+ 0,
+ 0.08500000089406967
+ ]
+ },
+ {
+ "mesh":452,
+ "name":"\u5706\u67f1\u4f53.061",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.4999999701976776
+ ],
+ "translation":[
+ 0,
+ -0.017151175066828728,
+ -0.00022855504357721657
+ ]
+ },
+ {
+ "mesh":453,
+ "name":"\u5706\u67f1\u4f53.062",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.4999999701976776
+ ],
+ "translation":[
+ 0,
+ -0.017151175066828728,
+ -0.00022855504357721657
+ ]
+ },
+ {
+ "mesh":454,
+ "name":"\u6324\u538b.086",
+ "translation":[
+ 0,
+ -0.10696765780448914,
+ -0.006916328798979521
+ ]
+ },
+ {
+ "mesh":455,
+ "name":"\u6324\u538b.087",
+ "translation":[
+ 0,
+ -0.015330878086388111,
+ -0.0069163283333182335
+ ]
+ },
+ {
+ "children":[
+ 884,
+ 885,
+ 886,
+ 887
+ ],
+ "name":"\u87ba\u6813 4.002",
+ "rotation":[
+ 0,
+ -0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ 0.05814337730407715,
+ 0,
+ 0.15974774956703186
+ ]
+ },
+ {
+ "mesh":452,
+ "name":"\u5706\u67f1\u4f53.063",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.4999999701976776,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151175066828728,
+ -0.00022843583428766578
+ ]
+ },
+ {
+ "mesh":453,
+ "name":"\u5706\u67f1\u4f53.064",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.4999999701976776,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151175066828728,
+ -0.00022843583428766578
+ ]
+ },
+ {
+ "mesh":454,
+ "name":"\u6324\u538b.088",
+ "translation":[
+ 0,
+ -0.10696765780448914,
+ -0.00691620958968997
+ ]
+ },
+ {
+ "mesh":455,
+ "name":"\u6324\u538b.089",
+ "translation":[
+ 0,
+ -0.015330878086388111,
+ -0.006916209124028683
+ ]
+ },
+ {
+ "children":[
+ 889,
+ 890,
+ 891,
+ 892
+ ],
+ "name":"\u87ba\u6813 5.002",
+ "rotation":[
+ 0,
+ 0.9848078489303589,
+ 0,
+ 0.1736481785774231
+ ],
+ "translation":[
+ -0.05814337730407715,
+ 0,
+ 0.15974774956703186
+ ]
+ },
+ {
+ "mesh":452,
+ "name":"\u5706\u67f1\u4f53.065",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022863186313770711
+ ]
+ },
+ {
+ "mesh":453,
+ "name":"\u5706\u67f1\u4f53.066",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.00022863186313770711
+ ]
+ },
+ {
+ "mesh":454,
+ "name":"\u6324\u538b.090",
+ "translation":[
+ 0,
+ -0.10696763545274734,
+ -0.0069163087755441666
+ ]
+ },
+ {
+ "mesh":455,
+ "name":"\u6324\u538b.091",
+ "translation":[
+ 0,
+ -0.015330858528614044,
+ -0.006916308309882879
+ ]
+ },
+ {
+ "children":[
+ 894,
+ 895,
+ 896,
+ 897
+ ],
+ "name":"\u87ba\u6813 6",
+ "rotation":[
+ 0,
+ 0.8660253882408142,
+ 0,
+ 0.5000000596046448
+ ],
+ "translation":[
+ -0.14722442626953125,
+ 0,
+ 0.08500000089406967
+ ]
+ },
+ {
+ "mesh":452,
+ "name":"\u5706\u67f1\u4f53.067",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.01715116947889328,
+ -0.00022831116802990437
+ ]
+ },
+ {
+ "mesh":453,
+ "name":"\u5706\u67f1\u4f53.068",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.01715116947889328,
+ -0.00022831116802990437
+ ]
+ },
+ {
+ "mesh":454,
+ "name":"\u6324\u538b.092",
+ "translation":[
+ 0,
+ -0.10696765035390854,
+ -0.006915912963449955
+ ]
+ },
+ {
+ "mesh":455,
+ "name":"\u6324\u538b.093",
+ "translation":[
+ 0,
+ -0.015330874361097813,
+ -0.006915911566466093
+ ]
+ },
+ {
+ "children":[
+ 899,
+ 900,
+ 901,
+ 902
+ ],
+ "name":"\u87ba\u6813 7",
+ "rotation":[
+ 0,
+ 0.6427876353263855,
+ 0,
+ 0.7660444378852844
+ ],
+ "translation":[
+ -0.16741728782653809,
+ 0,
+ -0.029520202428102493
+ ]
+ },
+ {
+ "mesh":452,
+ "name":"\u5706\u67f1\u4f53.069",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5000000596046448,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.0002283618232468143
+ ]
+ },
+ {
+ "mesh":453,
+ "name":"\u5706\u67f1\u4f53.070",
+ "rotation":[
+ -0.5,
+ 0.5,
+ 0.5000000596046448,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.017151154577732086,
+ -0.0002283618232468143
+ ]
+ },
+ {
+ "mesh":454,
+ "name":"\u6324\u538b.094",
+ "translation":[
+ 0,
+ -0.10696763545274734,
+ -0.006916291546076536
+ ]
+ },
+ {
+ "mesh":455,
+ "name":"\u6324\u538b.095",
+ "translation":[
+ 0,
+ -0.015330858528614044,
+ -0.00691630132496357
+ ]
+ },
+ {
+ "children":[
+ 904,
+ 905,
+ 906,
+ 907
+ ],
+ "name":"\u87ba\u6813 8",
+ "rotation":[
+ 0,
+ 0.3420201539993286,
+ 0,
+ 0.9396926164627075
+ ],
+ "translation":[
+ -0.10927391052246094,
+ 0,
+ -0.13022756576538086
+ ]
+ },
+ {
+ "children":[
+ 868,
+ 873,
+ 878,
+ 883,
+ 888,
+ 893,
+ 898,
+ 903,
+ 908
+ ],
+ "name":"\u514b\u9686.004",
+ "rotation":[
+ 0.70710688829422,
+ 0,
+ 0,
+ 0.7071066498756409
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.002170264720916748
+ ]
+ },
+ {
+ "mesh":456,
+ "name":"\u5bf9\u79f0.1 1",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 910
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1.007",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0.9165128469467163,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":457,
+ "name":"\u5bf9\u79f0.020"
+ },
+ {
+ "children":[
+ 912
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.025",
+ "translation":[
+ -0.9165129661560059,
+ 0,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 911,
+ 913
+ ],
+ "name":"\u5bf9\u79f0.019",
+ "rotation":[
+ 0,
+ -0.7071068286895752,
+ 0,
+ 0.7071067094802856
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.05782973766326904
+ ]
+ },
+ {
+ "children":[
+ 909,
+ 914
+ ],
+ "name":"\u8054\u8f74\u8282.1",
+ "rotation":[
+ 0,
+ 1,
+ 0,
+ 6.123234262925839e-17
+ ],
+ "translation":[
+ 4.220479965209961,
+ 0,
+ -0.6724851727485657
+ ]
+ },
+ {
+ "mesh":458,
+ "name":"\u5706\u67f1\u4f53.084",
+ "translation":[
+ 0,
+ 0,
+ -0.03744897618889809
+ ]
+ },
+ {
+ "children":[
+ 916
+ ],
+ "name":"\u540a\u6746.004",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900083661079407,
+ 0.5201521515846252,
+ 0.4790009558200836
+ ],
+ "translation":[
+ 0.01991548202931881,
+ -0.1482672244310379,
+ -0.08371923118829727
+ ]
+ },
+ {
+ "mesh":459,
+ "name":"\u6324\u538b.110",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000534772872925,
+ -0.22471824288368225,
+ -0.08579181879758835
+ ]
+ },
+ {
+ "children":[
+ 918
+ ],
+ "name":"\u87ba\u6813.047",
+ "rotation":[
+ -0.029098285362124443,
+ -0.7065078616142273,
+ 0.0290982648730278,
+ 0.7065078020095825
+ ],
+ "translation":[
+ 0.140064537525177,
+ 0.07413344830274582,
+ 0.04185967519879341
+ ]
+ },
+ {
+ "mesh":460,
+ "name":"\u6324\u538b.111",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000534772872925,
+ -0.22471818327903748,
+ -0.08579175919294357
+ ]
+ },
+ {
+ "children":[
+ 920
+ ],
+ "name":"\u87ba\u6813.048",
+ "rotation":[
+ -0.029098285362124443,
+ -0.7065078616142273,
+ 0.0290982648730278,
+ 0.7065078020095825
+ ],
+ "translation":[
+ -0.15998005867004395,
+ 0.0741335079073906,
+ 0.04185965284705162
+ ]
+ },
+ {
+ "children":[
+ 917,
+ 919,
+ 921
+ ],
+ "name":"\u540a\u6746.003",
+ "translation":[
+ -0.022645700722932816,
+ 0.6174802184104919,
+ 0.33762770891189575
+ ]
+ },
+ {
+ "mesh":461,
+ "name":"\u5706\u67f1\u4f53.082",
+ "translation":[
+ 0,
+ 0.5003133416175842,
+ -0.6246441602706909
+ ]
+ },
+ {
+ "children":[
+ 923
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.031",
+ "rotation":[
+ 0.16832968592643738,
+ 0.6867788434028625,
+ -0.168329656124115,
+ 0.686778724193573
+ ],
+ "translation":[
+ -0.5486452579498291,
+ -0.46757379174232483,
+ 0.7664214372634888
+ ]
+ },
+ {
+ "mesh":462,
+ "name":"\u5706\u67f1\u4f53.083",
+ "translation":[
+ 0.005881346762180328,
+ 0.49403148889541626,
+ -0.6294912099838257
+ ]
+ },
+ {
+ "children":[
+ 925
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.032",
+ "translation":[
+ 0.010613004676997662,
+ -0.5191538333892822,
+ 0.6300066709518433
+ ]
+ },
+ {
+ "mesh":463,
+ "name":"\u5bf9\u79f0.026"
+ },
+ {
+ "children":[
+ 927
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.033",
+ "translation":[
+ 0,
+ 0,
+ 0.7551929950714111
+ ]
+ },
+ {
+ "children":[
+ 924,
+ 926,
+ 928
+ ],
+ "name":"\u5835\u5934.001",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900083661079407,
+ 0.5201521515846252,
+ 0.4790009558200836
+ ],
+ "translation":[
+ 0.917576014995575,
+ -0.7090154886245728,
+ 0.008429155685007572
+ ]
+ },
+ {
+ "mesh":464,
+ "name":"\u5bf9\u79f0.027",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900083661079407,
+ 0.5201521515846252,
+ 0.4790009558200836
+ ],
+ "translation":[
+ 0.27075639367103577,
+ -0.6739730834960938,
+ 0.005537733901292086
+ ]
+ },
+ {
+ "mesh":465,
+ "name":"\u6324\u538b.2 1.043",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 1.2285973189599553e-14
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.08000519126653671,
+ -0.22471864521503448,
+ -0.08579182624816895
+ ]
+ },
+ {
+ "children":[
+ 931
+ ],
+ "name":"\u87ba\u6813 0 1.004",
+ "translation":[
+ 0,
+ 0.4949997365474701,
+ 0
+ ]
+ },
+ {
+ "mesh":466,
+ "name":"\u6324\u538b.2 1.044",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 5.26835597369768e-09
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000532537698746,
+ -0.22471825778484344,
+ -0.08579197525978088
+ ]
+ },
+ {
+ "children":[
+ 933
+ ],
+ "name":"\u87ba\u6813 1 1.013",
+ "rotation":[
+ -0.4999999701976776,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.2474995255470276,
+ -0.4286825954914093
+ ]
+ },
+ {
+ "mesh":467,
+ "name":"\u6324\u538b.2 1.045",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 1.6485951541967401e-15
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.08000541478395462,
+ -0.22471849620342255,
+ -0.08579181134700775
+ ]
+ },
+ {
+ "children":[
+ 935
+ ],
+ "name":"\u87ba\u6813 2 1.004",
+ "rotation":[
+ -0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.24750027060508728,
+ -0.4286825358867645
+ ]
+ },
+ {
+ "mesh":468,
+ "name":"\u6324\u538b.2 1.046",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 1.1343918392256371e-14
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.08000525087118149,
+ -0.2247183471918106,
+ -0.08579188585281372
+ ]
+ },
+ {
+ "children":[
+ 937
+ ],
+ "name":"\u87ba\u6813 3 1.004",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 8.451573621991951e-15
+ ],
+ "translation":[
+ 0,
+ -0.49500033259391785,
+ 0
+ ]
+ },
+ {
+ "mesh":469,
+ "name":"\u6324\u538b.2 1.047",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 5.268351088716372e-09
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000534772872925,
+ -0.22471816837787628,
+ -0.08579199016094208
+ ]
+ },
+ {
+ "children":[
+ 939
+ ],
+ "name":"\u87ba\u6813 4 1.004",
+ "rotation":[
+ 0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.24750010669231415,
+ 0.4286826550960541
+ ]
+ },
+ {
+ "mesh":470,
+ "name":"\u6324\u538b.2 1.048",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 8.399993550668901e-15
+ ],
+ "scale":[
+ -1,
+ -1.0000001192092896,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.08000537753105164,
+ -0.2247181534767151,
+ -0.08579172939062119
+ ]
+ },
+ {
+ "children":[
+ 941
+ ],
+ "name":"\u87ba\u6813 5 1.004",
+ "rotation":[
+ 0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.24749968945980072,
+ 0.4286825954914093
+ ]
+ },
+ {
+ "children":[
+ 932,
+ 934,
+ 936,
+ 938,
+ 940,
+ 942
+ ],
+ "name":"\u514b\u9686 1.005",
+ "rotation":[
+ 0.9833073616027832,
+ 0,
+ 0,
+ 0.18195240199565887
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.33429646492004395,
+ -0.7090154886245728,
+ 0.008429151959717274
+ ]
+ },
+ {
+ "mesh":471,
+ "name":"\u514b\u9686.006",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ 0.1686796247959137,
+ -0.012573499232530594,
+ 0.43768081068992615
+ ]
+ },
+ {
+ "mesh":472,
+ "name":"\u6324\u538b.112",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000534772872925,
+ -0.22471846640110016,
+ -0.08579181134700775
+ ]
+ },
+ {
+ "children":[
+ 945
+ ],
+ "name":"\u87ba\u6813 0.004",
+ "translation":[
+ 0,
+ 0.07999997586011887,
+ 0
+ ]
+ },
+ {
+ "mesh":472,
+ "name":"\u6324\u538b.113",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000537753105164,
+ -0.22471798956394196,
+ -0.08579160273075104
+ ]
+ },
+ {
+ "children":[
+ 947
+ ],
+ "name":"\u87ba\u6813 1.019",
+ "rotation":[
+ -0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.039999887347221375,
+ -0.06928201019763947
+ ]
+ },
+ {
+ "mesh":472,
+ "name":"\u6324\u538b.114",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000532537698746,
+ -0.22471831738948822,
+ -0.08579179644584656
+ ]
+ },
+ {
+ "children":[
+ 949
+ ],
+ "name":"\u87ba\u6813 2.005",
+ "rotation":[
+ -0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.04000004008412361,
+ -0.06928201019763947
+ ]
+ },
+ {
+ "mesh":472,
+ "name":"\u6324\u538b.115",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000537008047104,
+ -0.22471782565116882,
+ -0.08579183369874954
+ ]
+ },
+ {
+ "children":[
+ 951
+ ],
+ "name":"\u87ba\u6813 3.005",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 3.7252978479784815e-09
+ ],
+ "translation":[
+ 0,
+ -0.08000011742115021,
+ 0
+ ]
+ },
+ {
+ "mesh":472,
+ "name":"\u6324\u538b.116",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.0800054594874382,
+ -0.2247181236743927,
+ -0.08579196780920029
+ ]
+ },
+ {
+ "children":[
+ 953
+ ],
+ "name":"\u87ba\u6813 4.004",
+ "rotation":[
+ 0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.040000028908252716,
+ 0.06928203999996185
+ ]
+ },
+ {
+ "mesh":472,
+ "name":"\u6324\u538b.117",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000538498163223,
+ -0.2247180938720703,
+ -0.08579175919294357
+ ]
+ },
+ {
+ "children":[
+ 955
+ ],
+ "name":"\u87ba\u6813 5.004",
+ "rotation":[
+ 0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.03999989852309227,
+ 0.06928203254938126
+ ]
+ },
+ {
+ "children":[
+ 946,
+ 948,
+ 950,
+ 952,
+ 954,
+ 956
+ ],
+ "name":"\u514b\u9686.007",
+ "translation":[
+ 0.3022196292877197,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":473,
+ "name":"\u6324\u538b.118",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000544458627701,
+ -0.22471830248832703,
+ -0.08579175174236298
+ ]
+ },
+ {
+ "children":[
+ 958
+ ],
+ "name":"\u87ba\u6813 0.005",
+ "translation":[
+ 0,
+ 0.49499988555908203,
+ 0
+ ]
+ },
+ {
+ "mesh":473,
+ "name":"\u6324\u538b.119",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000531047582626,
+ -0.22471821308135986,
+ -0.08579185605049133
+ ]
+ },
+ {
+ "children":[
+ 960
+ ],
+ "name":"\u87ba\u6813 1.020",
+ "rotation":[
+ -0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.24749991297721863,
+ -0.42868244647979736
+ ]
+ },
+ {
+ "mesh":473,
+ "name":"\u6324\u538b.120",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000539988279343,
+ -0.22471807897090912,
+ -0.08579207211732864
+ ]
+ },
+ {
+ "children":[
+ 962
+ ],
+ "name":"\u87ba\u6813 2.006",
+ "rotation":[
+ -0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.24750012159347534,
+ -0.4286823868751526
+ ]
+ },
+ {
+ "mesh":473,
+ "name":"\u6324\u538b.121",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000544458627701,
+ -0.22471843659877777,
+ -0.0857919305562973
+ ]
+ },
+ {
+ "children":[
+ 964
+ ],
+ "name":"\u87ba\u6813 3.006",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 7.450589478708025e-09
+ ],
+ "translation":[
+ 0,
+ -0.4949999451637268,
+ 0
+ ]
+ },
+ {
+ "mesh":473,
+ "name":"\u6324\u538b.122",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000540733337402,
+ -0.2247181534767151,
+ -0.08579184114933014
+ ]
+ },
+ {
+ "children":[
+ 966
+ ],
+ "name":"\u87ba\u6813 4.005",
+ "rotation":[
+ 0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.2474999725818634,
+ 0.4286826550960541
+ ]
+ },
+ {
+ "mesh":473,
+ "name":"\u6324\u538b.123",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000537753105164,
+ -0.22471821308135986,
+ -0.08579182624816895
+ ]
+ },
+ {
+ "children":[
+ 968
+ ],
+ "name":"\u87ba\u6813 5.005",
+ "rotation":[
+ 0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.24750006198883057,
+ 0.4286826252937317
+ ]
+ },
+ {
+ "children":[
+ 959,
+ 961,
+ 963,
+ 965,
+ 967,
+ 969
+ ],
+ "name":"\u514b\u9686.008",
+ "rotation":[
+ -0.18195240199565887,
+ 0,
+ 0,
+ 0.9833073616027832
+ ],
+ "translation":[
+ 0.33429646492004395,
+ -0.7090156078338623,
+ 0.008429165929555893
+ ]
+ },
+ {
+ "mesh":474,
+ "name":"\u6324\u538b.2 1.037",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 3.500652878685173e-09
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -1,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.08000536262989044,
+ -0.224718376994133,
+ -0.08579181879758835
+ ]
+ },
+ {
+ "children":[
+ 971
+ ],
+ "name":"\u87ba\u6813 0 1.003",
+ "translation":[
+ 0,
+ 0.08000004291534424,
+ 0
+ ]
+ },
+ {
+ "mesh":475,
+ "name":"\u6324\u538b.2 1.038",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 2.8353596803754044e-08
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.0800054520368576,
+ -0.22471806406974792,
+ -0.08579184859991074
+ ]
+ },
+ {
+ "children":[
+ 973
+ ],
+ "name":"\u87ba\u6813 1 1.012",
+ "rotation":[
+ -0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.03999995440244675,
+ -0.06928201019763947
+ ]
+ },
+ {
+ "mesh":476,
+ "name":"\u6324\u538b.2 1.039",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 8.14663714265862e-09
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000543713569641,
+ -0.224718376994133,
+ -0.08579180389642715
+ ]
+ },
+ {
+ "children":[
+ 975
+ ],
+ "name":"\u87ba\u6813 2 1.003",
+ "rotation":[
+ -0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.03999997675418854,
+ -0.06928201019763947
+ ]
+ },
+ {
+ "mesh":477,
+ "name":"\u6324\u538b.2 1.040",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071068286895752,
+ 0,
+ 1.7677167507557101e-09
+ ],
+ "scale":[
+ -0.9999999403953552,
+ -1,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.0800052061676979,
+ -0.224717915058136,
+ -0.08579182624816895
+ ]
+ },
+ {
+ "children":[
+ 977
+ ],
+ "name":"\u87ba\u6813 3 1.003",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 3.7253009566029505e-09
+ ],
+ "translation":[
+ 0,
+ -0.08000005781650543,
+ 0
+ ]
+ },
+ {
+ "mesh":478,
+ "name":"\u6324\u538b.2 1.041",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 7.280175573498582e-09
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.08000535517930984,
+ -0.22471804916858673,
+ -0.08579197525978088
+ ]
+ },
+ {
+ "children":[
+ 979
+ ],
+ "name":"\u87ba\u6813 4 1.003",
+ "rotation":[
+ 0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.03999996557831764,
+ 0.06928203999996185
+ ]
+ },
+ {
+ "mesh":479,
+ "name":"\u6324\u538b.2 1.042",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 2.922006636651986e-08
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000537008047104,
+ -0.2247181087732315,
+ -0.08579176664352417
+ ]
+ },
+ {
+ "children":[
+ 981
+ ],
+ "name":"\u87ba\u6813 5 1.003",
+ "rotation":[
+ 0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.039999961853027344,
+ 0.06928203254938126
+ ]
+ },
+ {
+ "children":[
+ 972,
+ 974,
+ 976,
+ 978,
+ 980,
+ 982
+ ],
+ "name":"\u514b\u9686.1 1.001",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 3.725299180246111e-09
+ ],
+ "scale":[
+ -1,
+ -0.9999999403953552,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.3022196292877197,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":480,
+ "name":"\u514b\u9686.2 1.001",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ -0.16867956519126892,
+ -0.012573566287755966,
+ 0.43768084049224854
+ ]
+ },
+ {
+ "mesh":481,
+ "name":"\u5e03\u5c14 1.006",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ -0.23201395571231842,
+ -0.7090154886245728,
+ 0.0084291473031044
+ ]
+ },
+ {
+ "mesh":482,
+ "name":"\u5e03\u5c14.004",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ 0.12412946671247482,
+ -0.709015429019928,
+ 0.008429146371781826
+ ]
+ },
+ {
+ "mesh":483,
+ "name":"\u5e03\u5c14.005",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ 0.2320139855146408,
+ -0.709015429019928,
+ 0.008429140783846378
+ ]
+ },
+ {
+ "mesh":484,
+ "name":"\u5e03\u5c14.1 1.002",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ -0.12412942200899124,
+ -0.7090154886245728,
+ 0.008429157547652721
+ ]
+ },
+ {
+ "children":[
+ 943,
+ 944,
+ 957,
+ 970,
+ 983,
+ 984,
+ 985,
+ 986,
+ 987,
+ 988
+ ],
+ "name":"\u5bf9\u79f0.028",
+ "translation":[
+ 0.03825359418988228,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":485,
+ "name":"\u5706\u67f1\u4f53 1.010",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 3.1691623372071768e-15
+ ],
+ "translation":[
+ -0.015086464583873749,
+ -0.08672137558460236,
+ -0.15103399753570557
+ ]
+ },
+ {
+ "mesh":486,
+ "name":"\u5706\u67f1\u4f53.081",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 3.1691623372071768e-15
+ ],
+ "translation":[
+ -0.015086522325873375,
+ -0.08672138303518295,
+ 0.15103399753570557
+ ]
+ },
+ {
+ "mesh":487,
+ "name":"\u7acb\u65b9\u4f53 1.008",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 3.2556812470550464e-15
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ]
+ },
+ {
+ "children":[
+ 992
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762 1.009",
+ "rotation":[
+ 0,
+ 0,
+ 1,
+ 3.2556812470550464e-15
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ 0,
+ 0,
+ -0.1559620201587677
+ ]
+ },
+ {
+ "mesh":488,
+ "name":"\u7acb\u65b9\u4f53.009"
+ },
+ {
+ "children":[
+ 994
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.030",
+ "translation":[
+ 0,
+ 0,
+ 0.15596190094947815
+ ]
+ },
+ {
+ "mesh":489,
+ "name":"\u6324\u538b.2 1.035",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ -0.02069610171020031,
+ 0.007460946682840586,
+ -0.08579182624816895
+ ]
+ },
+ {
+ "children":[
+ 996
+ ],
+ "name":"\u87ba\u6813 1.018",
+ "rotation":[
+ 0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 3.337432996630696e-09
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.022341657429933548,
+ 0.10638009011745453,
+ -0.08270011842250824
+ ]
+ },
+ {
+ "mesh":490,
+ "name":"\u6324\u538b.108",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.02069605141878128,
+ 0.007460881024599075,
+ -0.08579179644584656
+ ]
+ },
+ {
+ "children":[
+ 998
+ ],
+ "name":"\u87ba\u6813.045",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071068286895752,
+ 0,
+ 2.8286570863400584e-09
+ ],
+ "translation":[
+ -0.022341623902320862,
+ 0.10638008266687393,
+ 0.08270002901554108
+ ]
+ },
+ {
+ "mesh":491,
+ "name":"\u6324\u538b.109",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.020695991814136505,
+ 0.007460863795131445,
+ -0.08579184114933014
+ ]
+ },
+ {
+ "children":[
+ 1000
+ ],
+ "name":"\u87ba\u6813.046",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071068286895752,
+ 0,
+ 2.8286570863400584e-09
+ ],
+ "translation":[
+ -0.022341612726449966,
+ -0.10244890302419662,
+ 0.08270006626844406
+ ]
+ },
+ {
+ "mesh":492,
+ "name":"\u6324\u538b.2 1.036",
+ "rotation":[
+ 0,
+ 0,
+ 0.7071068286895752,
+ 0.7071068286895752
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1.000000238418579
+ ],
+ "translation":[
+ -0.020696131512522697,
+ 0.007460929453372955,
+ -0.08579178154468536
+ ]
+ },
+ {
+ "children":[
+ 1002
+ ],
+ "name":"\u87ba\u6813.1 1.002",
+ "rotation":[
+ 0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 3.337432996630696e-09
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.022341646254062653,
+ -0.10244889557361603,
+ -0.08270008116960526
+ ]
+ },
+ {
+ "children":[
+ 990,
+ 991,
+ 993,
+ 995,
+ 997,
+ 999,
+ 1001,
+ 1003
+ ],
+ "name":"\u5bf9\u79f0.025",
+ "translation":[
+ -0.049541499465703964,
+ 0,
+ -0.15596207976341248
+ ]
+ },
+ {
+ "children":[
+ 1004
+ ],
+ "name":"\u652f\u67b6.008",
+ "rotation":[
+ 0.47900089621543884,
+ 0.5201519727706909,
+ 0.47900083661079407,
+ 0.5201520919799805
+ ],
+ "translation":[
+ 0.19068077206611633,
+ 0.4589069187641144,
+ -0.49148958921432495
+ ]
+ },
+ {
+ "children":[
+ 922,
+ 929,
+ 930,
+ 989,
+ 1005
+ ],
+ "name":"\u9f7f\u8f6e\u7bb1",
+ "rotation":[
+ 0.5201521515846252,
+ 0.47900083661079407,
+ -0.5201520323753357,
+ 0.4790009558200836
+ ],
+ "translation":[
+ 0,
+ 0,
+ 0.697536826133728
+ ]
+ },
+ {
+ "mesh":493,
+ "name":"\u5706\u67f1\u4f53.052",
+ "translation":[
+ 0,
+ 0,
+ -0.03744906932115555
+ ]
+ },
+ {
+ "children":[
+ 1007
+ ],
+ "name":"\u540a\u6746.002",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900086641311646,
+ 0.5201521515846252,
+ 0.47900092601776123
+ ],
+ "translation":[
+ 0.019915467128157616,
+ -0.1482669711112976,
+ -0.08371923863887787
+ ]
+ },
+ {
+ "mesh":494,
+ "name":"\u6324\u538b.064",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000534772872925,
+ -0.2247183620929718,
+ -0.08579175174236298
+ ]
+ },
+ {
+ "children":[
+ 1009
+ ],
+ "name":"\u87ba\u6813.040",
+ "rotation":[
+ -0.029098279774188995,
+ -0.7065078616142273,
+ 0.029098259285092354,
+ 0.7065078020095825
+ ],
+ "translation":[
+ 0.14006461203098297,
+ 0.07413367927074432,
+ 0.041859667748212814
+ ]
+ },
+ {
+ "mesh":495,
+ "name":"\u6324\u538b.065",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000534772872925,
+ -0.224718376994133,
+ -0.0857916921377182
+ ]
+ },
+ {
+ "children":[
+ 1011
+ ],
+ "name":"\u87ba\u6813.041",
+ "rotation":[
+ -0.029098279774188995,
+ -0.7065078616142273,
+ 0.029098259285092354,
+ 0.7065078020095825
+ ],
+ "translation":[
+ -0.15998004376888275,
+ 0.07413367927074432,
+ 0.04185967892408371
+ ]
+ },
+ {
+ "children":[
+ 1008,
+ 1010,
+ 1012
+ ],
+ "name":"\u540a\u6746.001",
+ "translation":[
+ -0.022645702585577965,
+ 0.6174799799919128,
+ 0.33762773871421814
+ ]
+ },
+ {
+ "mesh":496,
+ "name":"\u5706\u67f1\u4f53.050",
+ "translation":[
+ 0,
+ 0.5003133416175842,
+ -0.62464439868927
+ ]
+ },
+ {
+ "children":[
+ 1014
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.022",
+ "rotation":[
+ 0.16832968592643738,
+ 0.6867788434028625,
+ -0.168329656124115,
+ 0.686778724193573
+ ],
+ "translation":[
+ -0.5486456155776978,
+ -0.46757379174232483,
+ 0.7664214968681335
+ ]
+ },
+ {
+ "mesh":497,
+ "name":"\u5706\u67f1\u4f53.051",
+ "translation":[
+ 0.0058806221932172775,
+ 0.49403148889541626,
+ -0.6294912695884705
+ ]
+ },
+ {
+ "children":[
+ 1016
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.023",
+ "translation":[
+ 0.010612628422677517,
+ -0.5191538333892822,
+ 0.6300066709518433
+ ]
+ },
+ {
+ "mesh":498,
+ "name":"\u5bf9\u79f0.016"
+ },
+ {
+ "children":[
+ 1018
+ ],
+ "name":"\u7ec6\u5206\u66f2\u9762.024",
+ "translation":[
+ 0,
+ 0,
+ 0.7551929950714111
+ ]
+ },
+ {
+ "children":[
+ 1015,
+ 1017,
+ 1019
+ ],
+ "name":"\u5835\u5934",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900086641311646,
+ 0.5201521515846252,
+ 0.47900092601776123
+ ],
+ "translation":[
+ 0.917576014995575,
+ -0.7090157270431519,
+ 0.008429141715168953
+ ]
+ },
+ {
+ "mesh":499,
+ "name":"\u5bf9\u79f0.017",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900086641311646,
+ 0.5201521515846252,
+ 0.47900092601776123
+ ],
+ "translation":[
+ 0.27075639367103577,
+ -0.6739732027053833,
+ 0.005537711083889008
+ ]
+ },
+ {
+ "mesh":500,
+ "name":"\u6324\u538b.2 1.017",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 4.317753360304552e-16
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000552654266357,
+ -0.22471824288368225,
+ -0.08579186350107193
+ ]
+ },
+ {
+ "children":[
+ 1022
+ ],
+ "name":"\u87ba\u6813 0 1.001",
+ "translation":[
+ 0,
+ 0.4949999451637268,
+ 0
+ ]
+ },
+ {
+ "mesh":501,
+ "name":"\u6324\u538b.2 1.018",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 3.1401843342299823e-16
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000552654266357,
+ -0.22471818327903748,
+ -0.08579178154468536
+ ]
+ },
+ {
+ "children":[
+ 1024
+ ],
+ "name":"\u87ba\u6813 1 1.010",
+ "rotation":[
+ -0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.24749970436096191,
+ -0.42868271470069885
+ ]
+ },
+ {
+ "mesh":502,
+ "name":"\u6324\u538b.2 1.019",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 3.748594706534268e-15
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000540733337402,
+ -0.22471821308135986,
+ -0.08579212427139282
+ ]
+ },
+ {
+ "children":[
+ 1026
+ ],
+ "name":"\u87ba\u6813 2 1.001",
+ "rotation":[
+ -0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.24750036001205444,
+ -0.42868271470069885
+ ]
+ },
+ {
+ "mesh":503,
+ "name":"\u6324\u538b.2 1.020",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 7.457937694534534e-16
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000551909208298,
+ -0.22471822798252106,
+ -0.08579181134700775
+ ]
+ },
+ {
+ "children":[
+ 1028
+ ],
+ "name":"\u87ba\u6813 3 1.001",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 6.938893903907228e-17
+ ],
+ "translation":[
+ 0,
+ -0.4950001835823059,
+ 0
+ ]
+ },
+ {
+ "mesh":504,
+ "name":"\u6324\u538b.2 1.021",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 0
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000539988279343,
+ -0.22471818327903748,
+ -0.0857917070388794
+ ]
+ },
+ {
+ "children":[
+ 1030
+ ],
+ "name":"\u87ba\u6813 4 1.001",
+ "rotation":[
+ 0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.2474999576807022,
+ 0.4286825656890869
+ ]
+ },
+ {
+ "mesh":505,
+ "name":"\u6324\u538b.2 1.022",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 1.2364475567876372e-15
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.08000539988279343,
+ -0.2247181087732315,
+ -0.0857919305562973
+ ]
+ },
+ {
+ "children":[
+ 1032
+ ],
+ "name":"\u87ba\u6813 5 1.001",
+ "rotation":[
+ 0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.24749985337257385,
+ 0.4286825358867645
+ ]
+ },
+ {
+ "children":[
+ 1023,
+ 1025,
+ 1027,
+ 1029,
+ 1031,
+ 1033
+ ],
+ "name":"\u514b\u9686 1.003",
+ "rotation":[
+ 0.9833073616027832,
+ 0,
+ 0,
+ 0.1819523721933365
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.33429646492004395,
+ -0.7090157866477966,
+ 0.00842913705855608
+ ]
+ },
+ {
+ "mesh":506,
+ "name":"\u6324\u538b.072",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000540733337402,
+ -0.22471822798252106,
+ -0.08579181134700775
+ ]
+ },
+ {
+ "children":[
+ 1035
+ ],
+ "name":"\u87ba\u6813 0.001",
+ "translation":[
+ 0,
+ 0.4949999749660492,
+ 0
+ ]
+ },
+ {
+ "mesh":506,
+ "name":"\u6324\u538b.073",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000540733337402,
+ -0.22471818327903748,
+ -0.08579199016094208
+ ]
+ },
+ {
+ "children":[
+ 1037
+ ],
+ "name":"\u87ba\u6813 1.013",
+ "rotation":[
+ -0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.2474997490644455,
+ -0.42868268489837646
+ ]
+ },
+ {
+ "mesh":506,
+ "name":"\u6324\u538b.074",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.0800054669380188,
+ -0.22471824288368225,
+ -0.08579209446907043
+ ]
+ },
+ {
+ "children":[
+ 1039
+ ],
+ "name":"\u87ba\u6813 2.002",
+ "rotation":[
+ -0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.24750031530857086,
+ -0.42868274450302124
+ ]
+ },
+ {
+ "mesh":506,
+ "name":"\u6324\u538b.075",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000541478395462,
+ -0.22471800446510315,
+ -0.0857919380068779
+ ]
+ },
+ {
+ "children":[
+ 1041
+ ],
+ "name":"\u87ba\u6813 3.002",
+ "rotation":[
+ 1,
+ 0,
+ 0,
+ 6.938893903907228e-17
+ ],
+ "translation":[
+ 0,
+ -0.495000422000885,
+ 0
+ ]
+ },
+ {
+ "mesh":506,
+ "name":"\u6324\u538b.076",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000541478395462,
+ -0.22471818327903748,
+ -0.08579172194004059
+ ]
+ },
+ {
+ "children":[
+ 1043
+ ],
+ "name":"\u87ba\u6813 4.001",
+ "rotation":[
+ 0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.24750018119812012,
+ 0.4286825656890869
+ ]
+ },
+ {
+ "mesh":506,
+ "name":"\u6324\u538b.077",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000541478395462,
+ -0.22471795976161957,
+ -0.08579205721616745
+ ]
+ },
+ {
+ "children":[
+ 1045
+ ],
+ "name":"\u87ba\u6813 5.001",
+ "rotation":[
+ 0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.24749988317489624,
+ 0.4286825954914093
+ ]
+ },
+ {
+ "children":[
+ 1036,
+ 1038,
+ 1040,
+ 1042,
+ 1044,
+ 1046
+ ],
+ "name":"\u514b\u9686.003",
+ "rotation":[
+ -0.18195238709449768,
+ 0,
+ 0,
+ 0.9833073616027832
+ ],
+ "translation":[
+ 0.33429640531539917,
+ -0.7090157866477966,
+ 0.008429129607975483
+ ]
+ },
+ {
+ "mesh":507,
+ "name":"\u6324\u538b.066",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.0800054743885994,
+ -0.2247183620929718,
+ -0.08579183369874954
+ ]
+ },
+ {
+ "children":[
+ 1048
+ ],
+ "name":"\u87ba\u6813 0",
+ "translation":[
+ 0,
+ 0.07999982684850693,
+ 0
+ ]
+ },
+ {
+ "mesh":507,
+ "name":"\u6324\u538b.067",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000548183917999,
+ -0.22471804916858673,
+ -0.08579163998365402
+ ]
+ },
+ {
+ "children":[
+ 1050
+ ],
+ "name":"\u87ba\u6813 1.012",
+ "rotation":[
+ -0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.03999997302889824,
+ -0.06928203999996185
+ ]
+ },
+ {
+ "mesh":507,
+ "name":"\u6324\u538b.068",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000541478395462,
+ -0.2247181087732315,
+ -0.08579181879758835
+ ]
+ },
+ {
+ "children":[
+ 1052
+ ],
+ "name":"\u87ba\u6813 2.001",
+ "rotation":[
+ -0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.04000019282102585,
+ -0.06928202509880066
+ ]
+ },
+ {
+ "mesh":507,
+ "name":"\u6324\u538b.069",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.0800054669380188,
+ -0.22471803426742554,
+ -0.08579182624816895
+ ]
+ },
+ {
+ "children":[
+ 1054
+ ],
+ "name":"\u87ba\u6813 3.001",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 3.725290298461914e-09
+ ],
+ "translation":[
+ 0,
+ -0.08000027388334274,
+ 0
+ ]
+ },
+ {
+ "mesh":507,
+ "name":"\u6324\u538b.070",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000540733337402,
+ -0.22471821308135986,
+ -0.08579190075397491
+ ]
+ },
+ {
+ "children":[
+ 1056
+ ],
+ "name":"\u87ba\u6813 4",
+ "rotation":[
+ 0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.04000018164515495,
+ 0.06928203254938126
+ ]
+ },
+ {
+ "mesh":507,
+ "name":"\u6324\u538b.071",
+ "rotation":[
+ 0,
+ 0,
+ -0.7071068286895752,
+ 0.7071067094802856
+ ],
+ "translation":[
+ -0.08000541478395462,
+ -0.22471816837787628,
+ -0.08579176664352417
+ ]
+ },
+ {
+ "children":[
+ 1058
+ ],
+ "name":"\u87ba\u6813 5",
+ "rotation":[
+ 0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.039999984204769135,
+ 0.06928202509880066
+ ]
+ },
+ {
+ "children":[
+ 1049,
+ 1051,
+ 1053,
+ 1055,
+ 1057,
+ 1059
+ ],
+ "name":"\u514b\u9686.1",
+ "translation":[
+ 0.30221956968307495,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":508,
+ "name":"\u6324\u538b.2 1.011",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 1.7677166397334076e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.0800054743885994,
+ -0.22471843659877777,
+ -0.08579184114933014
+ ]
+ },
+ {
+ "children":[
+ 1061
+ ],
+ "name":"\u87ba\u6813 0 1",
+ "translation":[
+ 0,
+ 0.07999974489212036,
+ 0
+ ]
+ },
+ {
+ "mesh":509,
+ "name":"\u6324\u538b.2 1.012",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 2.8353600356467723e-08
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -0.9999999403953552
+ ],
+ "translation":[
+ -0.08000535517930984,
+ -0.22471807897090912,
+ -0.08579158037900925
+ ]
+ },
+ {
+ "children":[
+ 1063
+ ],
+ "name":"\u87ba\u6813 1 1.009",
+ "rotation":[
+ -0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.03999989107251167,
+ -0.06928203999996185
+ ]
+ },
+ {
+ "mesh":510,
+ "name":"\u6324\u538b.2 1.013",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071067094802856,
+ 0,
+ 1.868334820187556e-08
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.0800054669380188,
+ -0.22471806406974792,
+ -0.08579175919294357
+ ]
+ },
+ {
+ "children":[
+ 1065
+ ],
+ "name":"\u87ba\u6813 2 1",
+ "rotation":[
+ -0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.040000274777412415,
+ -0.06928202509880066
+ ]
+ },
+ {
+ "mesh":511,
+ "name":"\u6324\u538b.2 1.014",
+ "rotation":[
+ -0.7071068286895752,
+ -0.7071068286895752,
+ 0,
+ 3.5006402221426924e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.08000534772872925,
+ -0.22471795976161957,
+ -0.08579181879758835
+ ]
+ },
+ {
+ "children":[
+ 1067
+ ],
+ "name":"\u87ba\u6813 3 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 3.7252898543727042e-09
+ ],
+ "translation":[
+ 0,
+ -0.08000034838914871,
+ 0
+ ]
+ },
+ {
+ "mesh":512,
+ "name":"\u6324\u538b.2 1.015",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 2.8353600356467723e-08
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -0.9999998807907104
+ ],
+ "translation":[
+ -0.08000534772872925,
+ -0.22471804916858673,
+ -0.08579196035861969
+ ]
+ },
+ {
+ "children":[
+ 1069
+ ],
+ "name":"\u87ba\u6813 4 1",
+ "rotation":[
+ 0.8660253882408142,
+ 0,
+ 0,
+ 0.5
+ ],
+ "translation":[
+ 0,
+ -0.04000025987625122,
+ 0.06928203254938126
+ ]
+ },
+ {
+ "mesh":513,
+ "name":"\u6324\u538b.2 1.016",
+ "rotation":[
+ 0.7071068286895752,
+ 0.7071067094802856,
+ 0,
+ 1.86833499782324e-08
+ ],
+ "scale":[
+ -1.0000001192092896,
+ -1.0000001192092896,
+ -1
+ ],
+ "translation":[
+ -0.0800054669380188,
+ -0.2247181236743927,
+ -0.08579181134700775
+ ]
+ },
+ {
+ "children":[
+ 1071
+ ],
+ "name":"\u87ba\u6813 5 1",
+ "rotation":[
+ 0.5,
+ 0,
+ 0,
+ 0.8660253882408142
+ ],
+ "translation":[
+ 0,
+ 0.03999990224838257,
+ 0.06928202509880066
+ ]
+ },
+ {
+ "children":[
+ 1062,
+ 1064,
+ 1066,
+ 1068,
+ 1070,
+ 1072
+ ],
+ "name":"\u514b\u9686.1 1",
+ "rotation":[
+ -1,
+ 0,
+ 0,
+ 3.7252898543727042e-09
+ ],
+ "scale":[
+ -1,
+ -1,
+ -1
+ ],
+ "translation":[
+ -0.3022196292877197,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mesh":514,
+ "name":"\u514b\u9686.2",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ 0.16867953538894653,
+ -0.012573868036270142,
+ 0.43768081068992615
+ ]
+ },
+ {
+ "mesh":515,
+ "name":"\u514b\u9686.2 1",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ -0.1686795949935913,
+ -0.012573880143463612,
+ 0.43768081068992615
+ ]
+ },
+ {
+ "mesh":516,
+ "name":"\u5e03\u5c14 1.005",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ -0.23201394081115723,
+ -0.7090157866477966,
+ 0.008429133333265781
+ ]
+ },
+ {
+ "mesh":517,
+ "name":"\u5e03\u5c14.003",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ 0.23201388120651245,
+ -0.7090157866477966,
+ 0.008429133333265781
+ ]
+ },
+ {
+ "mesh":518,
+ "name":"\u5e03\u5c14.1",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ 0.12412934750318527,
+ -0.7090157866477966,
+ 0.00842913705855608
+ ]
+ },
+ {
+ "mesh":519,
+ "name":"\u5e03\u5c14.1 1.001",
+ "rotation":[
+ -0.5201520323753357,
+ -0.47900092601776123,
+ 0.5201520323753357,
+ 0.47900092601776123
+ ],
+ "translation":[
+ -0.12412954121828079,
+ -0.7090157866477966,
+ 0.008429130539298058
+ ]
+ },
+ {
+ "children":[
+ 1034,
+ 1047,
+ 1060,
+ 1073,
+ 1074,
+ 1075,
+ 1076,
+ 1077,
+ 1078,
+ 1079
+ ],
+ "name":"\u5bf9\u79f0.018",
+ "translation":[
+ 0.03825359791517258,
+ 0,
+ 0
+ ]
+ },
+ {
+ "children":[
+ 1013,
+ 1020,
+ 1021,
+ 1080
+ ],
+ "name":"\u9f7f\u8f6e\u7bb1.1",
+ "rotation":[
+ 0.5201520323753357,
+ -0.4790009558200836,
+ 0.5201520323753357,
+ 0.47900089621543884
+ ],
+ "translation":[
+ 4.220479965209961,
+ 0,
+ -1.1806474924087524
+ ]
+ },
+ {
+ "children":[
+ 715,
+ 811,
+ 863,
+ 915,
+ 1006,
+ 1081
+ ],
+ "name":"\u4e09\u4ef6\u5957",
+ "translation":[
+ -2.083176612854004,
+ 0.14298699796199799,
+ 0.20395725965499878
+ ]
+ },
+ {
+ "mesh":520,
+ "name":"Cube"
+ }
+ ],
+ "materials":[
+ {
+ "doubleSided":true,
+ "name":"Material",
+ "pbrMetallicRoughness":{
+ "baseColorFactor":[
+ 0.800000011920929,
+ 0.800000011920929,
+ 0.800000011920929,
+ 1
+ ],
+ "metallicFactor":0,
+ "roughnessFactor":0.5
+ }
+ }
+ ],
+ "meshes":[
+ {
+ "name":"\u5bf9\u79f0 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":0,
+ "NORMAL":1,
+ "TEXCOORD_0":2
+ },
+ "indices":3
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":4,
+ "NORMAL":5,
+ "TEXCOORD_0":6
+ },
+ "indices":7
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.3 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":8,
+ "NORMAL":9,
+ "TEXCOORD_0":10
+ },
+ "indices":7
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":11,
+ "NORMAL":12,
+ "TEXCOORD_0":13
+ },
+ "indices":14
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":15,
+ "NORMAL":16,
+ "TEXCOORD_0":17
+ },
+ "indices":18
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.011",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":19,
+ "NORMAL":20,
+ "TEXCOORD_0":21
+ },
+ "indices":22
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":23,
+ "NORMAL":24,
+ "TEXCOORD_0":25
+ },
+ "indices":22
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":26,
+ "NORMAL":27,
+ "TEXCOORD_0":28
+ },
+ "indices":29
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":30,
+ "NORMAL":31,
+ "TEXCOORD_0":32
+ },
+ "indices":33
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":34,
+ "NORMAL":35,
+ "TEXCOORD_0":36
+ },
+ "indices":37
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":38,
+ "NORMAL":39,
+ "TEXCOORD_0":40
+ },
+ "indices":37
+ }
+ ]
+ },
+ {
+ "name":"\u7814\u78e8\u5b50 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":41,
+ "NORMAL":42,
+ "TEXCOORD_0":43
+ },
+ "indices":44
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":45,
+ "NORMAL":46,
+ "TEXCOORD_0":47
+ },
+ "indices":48
+ }
+ ]
+ },
+ {
+ "name":"\u7814\u78e8\u5b50 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":49,
+ "NORMAL":50,
+ "TEXCOORD_0":51
+ },
+ "indices":52
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":53,
+ "NORMAL":54,
+ "TEXCOORD_0":55
+ },
+ "indices":56
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":57,
+ "NORMAL":58,
+ "TEXCOORD_0":59
+ },
+ "indices":60
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":61,
+ "NORMAL":62,
+ "TEXCOORD_0":63
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":65,
+ "NORMAL":66,
+ "TEXCOORD_0":67
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":68,
+ "NORMAL":69,
+ "TEXCOORD_0":70
+ },
+ "indices":60
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":71,
+ "NORMAL":72,
+ "TEXCOORD_0":73
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":74,
+ "NORMAL":75,
+ "TEXCOORD_0":76
+ },
+ "indices":77
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.2 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":78,
+ "NORMAL":79,
+ "TEXCOORD_0":80
+ },
+ "indices":81
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":82,
+ "NORMAL":83,
+ "TEXCOORD_0":84
+ },
+ "indices":85
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":86,
+ "NORMAL":87,
+ "TEXCOORD_0":88
+ },
+ "indices":89
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":90,
+ "NORMAL":91,
+ "TEXCOORD_0":92
+ },
+ "indices":89
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":93,
+ "NORMAL":94,
+ "TEXCOORD_0":95
+ },
+ "indices":85
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":96,
+ "NORMAL":97,
+ "TEXCOORD_0":98
+ },
+ "indices":89
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":99,
+ "NORMAL":100,
+ "TEXCOORD_0":101
+ },
+ "indices":102
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.2 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":103,
+ "NORMAL":104,
+ "TEXCOORD_0":105
+ },
+ "indices":106
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":107,
+ "NORMAL":108,
+ "TEXCOORD_0":109
+ },
+ "indices":110
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":111,
+ "NORMAL":112,
+ "TEXCOORD_0":113
+ },
+ "indices":114
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.3",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":115,
+ "NORMAL":116,
+ "TEXCOORD_0":117
+ },
+ "indices":114
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":118,
+ "NORMAL":119,
+ "TEXCOORD_0":120
+ },
+ "indices":14
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":121,
+ "NORMAL":122,
+ "TEXCOORD_0":123
+ },
+ "indices":18
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":124,
+ "NORMAL":125,
+ "TEXCOORD_0":126
+ },
+ "indices":22
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":127,
+ "NORMAL":128,
+ "TEXCOORD_0":129
+ },
+ "indices":22
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":130,
+ "NORMAL":131,
+ "TEXCOORD_0":132
+ },
+ "indices":29
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":133,
+ "NORMAL":134,
+ "TEXCOORD_0":135
+ },
+ "indices":33
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":136,
+ "NORMAL":137,
+ "TEXCOORD_0":138
+ },
+ "indices":48
+ }
+ ]
+ },
+ {
+ "name":"\u7814\u78e8\u5b50 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":139,
+ "NORMAL":140,
+ "TEXCOORD_0":141
+ },
+ "indices":52
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":142,
+ "NORMAL":143,
+ "TEXCOORD_0":144
+ },
+ "indices":56
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":145,
+ "NORMAL":146,
+ "TEXCOORD_0":147
+ },
+ "indices":60
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":148,
+ "NORMAL":149,
+ "TEXCOORD_0":150
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":151,
+ "NORMAL":152,
+ "TEXCOORD_0":153
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":154,
+ "NORMAL":155,
+ "TEXCOORD_0":156
+ },
+ "indices":60
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":157,
+ "NORMAL":158,
+ "TEXCOORD_0":159
+ },
+ "indices":77
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":160,
+ "NORMAL":161,
+ "TEXCOORD_0":162
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":163,
+ "NORMAL":164,
+ "TEXCOORD_0":165
+ },
+ "indices":81
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":166,
+ "NORMAL":167,
+ "TEXCOORD_0":168
+ },
+ "indices":85
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":169,
+ "NORMAL":170,
+ "TEXCOORD_0":171
+ },
+ "indices":85
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.2 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":172,
+ "NORMAL":173,
+ "TEXCOORD_0":174
+ },
+ "indices":106
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 0 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":175,
+ "NORMAL":176,
+ "TEXCOORD_0":177
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 1 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":179,
+ "NORMAL":180,
+ "TEXCOORD_0":181
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 10 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":182,
+ "NORMAL":183,
+ "TEXCOORD_0":184
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 2 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":185,
+ "NORMAL":186,
+ "TEXCOORD_0":187
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 3 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":188,
+ "NORMAL":189,
+ "TEXCOORD_0":190
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 4 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":191,
+ "NORMAL":192,
+ "TEXCOORD_0":193
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 5 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":194,
+ "NORMAL":195,
+ "TEXCOORD_0":196
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 6 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":197,
+ "NORMAL":198,
+ "TEXCOORD_0":199
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 7 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":200,
+ "NORMAL":201,
+ "TEXCOORD_0":202
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 8 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":203,
+ "NORMAL":204,
+ "TEXCOORD_0":205
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 9 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":206,
+ "NORMAL":207,
+ "TEXCOORD_0":208
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":209,
+ "NORMAL":210,
+ "TEXCOORD_0":211
+ },
+ "indices":212
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 0 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":213,
+ "NORMAL":214,
+ "TEXCOORD_0":215
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":217,
+ "NORMAL":218,
+ "TEXCOORD_0":219
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 10 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":220,
+ "NORMAL":221,
+ "TEXCOORD_0":222
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 2 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":223,
+ "NORMAL":224,
+ "TEXCOORD_0":225
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 3 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":226,
+ "NORMAL":227,
+ "TEXCOORD_0":228
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 4 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":229,
+ "NORMAL":230,
+ "TEXCOORD_0":231
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 5 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":232,
+ "NORMAL":233,
+ "TEXCOORD_0":234
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 6 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":235,
+ "NORMAL":236,
+ "TEXCOORD_0":237
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 7 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":238,
+ "NORMAL":239,
+ "TEXCOORD_0":240
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 8 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":241,
+ "NORMAL":242,
+ "TEXCOORD_0":243
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 9 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":244,
+ "NORMAL":245,
+ "TEXCOORD_0":246
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":247,
+ "NORMAL":248,
+ "TEXCOORD_0":249
+ },
+ "indices":250
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 0 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":251,
+ "NORMAL":252,
+ "TEXCOORD_0":253
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":254,
+ "NORMAL":255,
+ "TEXCOORD_0":256
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 10 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":257,
+ "NORMAL":258,
+ "TEXCOORD_0":259
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 2 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":260,
+ "NORMAL":261,
+ "TEXCOORD_0":262
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 3 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":263,
+ "NORMAL":264,
+ "TEXCOORD_0":265
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 4 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":266,
+ "NORMAL":267,
+ "TEXCOORD_0":268
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 5 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":269,
+ "NORMAL":270,
+ "TEXCOORD_0":271
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 6 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":272,
+ "NORMAL":273,
+ "TEXCOORD_0":274
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 7 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":275,
+ "NORMAL":276,
+ "TEXCOORD_0":277
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 8 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":278,
+ "NORMAL":279,
+ "TEXCOORD_0":280
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 9 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":281,
+ "NORMAL":282,
+ "TEXCOORD_0":283
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":284,
+ "NORMAL":285,
+ "TEXCOORD_0":286
+ },
+ "indices":250
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 0",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":287,
+ "NORMAL":288,
+ "TEXCOORD_0":289
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":290,
+ "NORMAL":291,
+ "TEXCOORD_0":292
+ },
+ "indices":212
+ }
+ ]
+ },
+ {
+ "name":"\u8f66\u8f74",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":293,
+ "NORMAL":294,
+ "TEXCOORD_0":295
+ },
+ "indices":296
+ }
+ ]
+ },
+ {
+ "name":"\u8f6e\u997c",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":297,
+ "NORMAL":298,
+ "TEXCOORD_0":299
+ },
+ "indices":300
+ }
+ ]
+ },
+ {
+ "name":"\u8f6e\u997c.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":301,
+ "NORMAL":302,
+ "TEXCOORD_0":303
+ },
+ "indices":304
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":305,
+ "NORMAL":306,
+ "TEXCOORD_0":307
+ },
+ "indices":110
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":308,
+ "NORMAL":309,
+ "TEXCOORD_0":310
+ },
+ "indices":114
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.3 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":311,
+ "NORMAL":312,
+ "TEXCOORD_0":313
+ },
+ "indices":114
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":314,
+ "NORMAL":315,
+ "TEXCOORD_0":316
+ },
+ "indices":14
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":317,
+ "NORMAL":318,
+ "TEXCOORD_0":319
+ },
+ "indices":18
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":320,
+ "NORMAL":321,
+ "TEXCOORD_0":322
+ },
+ "indices":22
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":323,
+ "NORMAL":324,
+ "TEXCOORD_0":325
+ },
+ "indices":22
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":326,
+ "NORMAL":327,
+ "TEXCOORD_0":328
+ },
+ "indices":29
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":329,
+ "NORMAL":330,
+ "TEXCOORD_0":331
+ },
+ "indices":33
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":332,
+ "NORMAL":333,
+ "TEXCOORD_0":334
+ },
+ "indices":37
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":335,
+ "NORMAL":336,
+ "TEXCOORD_0":337
+ },
+ "indices":37
+ }
+ ]
+ },
+ {
+ "name":"\u7814\u78e8\u5b50 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":338,
+ "NORMAL":339,
+ "TEXCOORD_0":340
+ },
+ "indices":44
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":341,
+ "NORMAL":342,
+ "TEXCOORD_0":343
+ },
+ "indices":48
+ }
+ ]
+ },
+ {
+ "name":"\u7814\u78e8\u5b50 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":344,
+ "NORMAL":345,
+ "TEXCOORD_0":346
+ },
+ "indices":52
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":347,
+ "NORMAL":348,
+ "TEXCOORD_0":349
+ },
+ "indices":56
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":350,
+ "NORMAL":351,
+ "TEXCOORD_0":352
+ },
+ "indices":60
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":353,
+ "NORMAL":354,
+ "TEXCOORD_0":355
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":356,
+ "NORMAL":357,
+ "TEXCOORD_0":358
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":359,
+ "NORMAL":360,
+ "TEXCOORD_0":361
+ },
+ "indices":60
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":362,
+ "NORMAL":363,
+ "TEXCOORD_0":364
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":365,
+ "NORMAL":366,
+ "TEXCOORD_0":367
+ },
+ "indices":77
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.2 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":368,
+ "NORMAL":369,
+ "TEXCOORD_0":370
+ },
+ "indices":81
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":371,
+ "NORMAL":372,
+ "TEXCOORD_0":373
+ },
+ "indices":85
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":374,
+ "NORMAL":375,
+ "TEXCOORD_0":376
+ },
+ "indices":89
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":377,
+ "NORMAL":378,
+ "TEXCOORD_0":379
+ },
+ "indices":89
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":380,
+ "NORMAL":381,
+ "TEXCOORD_0":382
+ },
+ "indices":85
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":383,
+ "NORMAL":384,
+ "TEXCOORD_0":385
+ },
+ "indices":89
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":386,
+ "NORMAL":387,
+ "TEXCOORD_0":388
+ },
+ "indices":102
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.2 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":389,
+ "NORMAL":390,
+ "TEXCOORD_0":391
+ },
+ "indices":106
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":392,
+ "NORMAL":393,
+ "TEXCOORD_0":394
+ },
+ "indices":3
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":395,
+ "NORMAL":396,
+ "TEXCOORD_0":397
+ },
+ "indices":7
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.3 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":398,
+ "NORMAL":399,
+ "TEXCOORD_0":400
+ },
+ "indices":7
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":401,
+ "NORMAL":402,
+ "TEXCOORD_0":403
+ },
+ "indices":29
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":404,
+ "NORMAL":405,
+ "TEXCOORD_0":406
+ },
+ "indices":33
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":407,
+ "NORMAL":408,
+ "TEXCOORD_0":409
+ },
+ "indices":37
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":410,
+ "NORMAL":411,
+ "TEXCOORD_0":412
+ },
+ "indices":37
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":413,
+ "NORMAL":414,
+ "TEXCOORD_0":415
+ },
+ "indices":14
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":416,
+ "NORMAL":417,
+ "TEXCOORD_0":418
+ },
+ "indices":18
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":419,
+ "NORMAL":420,
+ "TEXCOORD_0":421
+ },
+ "indices":22
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":422,
+ "NORMAL":423,
+ "TEXCOORD_0":424
+ },
+ "indices":22
+ }
+ ]
+ },
+ {
+ "name":"\u7814\u78e8\u5b50 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":425,
+ "NORMAL":426,
+ "TEXCOORD_0":427
+ },
+ "indices":52
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":428,
+ "NORMAL":429,
+ "TEXCOORD_0":430
+ },
+ "indices":56
+ }
+ ]
+ },
+ {
+ "name":"\u7814\u78e8\u5b50 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":431,
+ "NORMAL":432,
+ "TEXCOORD_0":433
+ },
+ "indices":44
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":434,
+ "NORMAL":435,
+ "TEXCOORD_0":436
+ },
+ "indices":48
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":437,
+ "NORMAL":438,
+ "TEXCOORD_0":439
+ },
+ "indices":85
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":440,
+ "NORMAL":441,
+ "TEXCOORD_0":442
+ },
+ "indices":89
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":443,
+ "NORMAL":444,
+ "TEXCOORD_0":445
+ },
+ "indices":89
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":446,
+ "NORMAL":447,
+ "TEXCOORD_0":448
+ },
+ "indices":85
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":449,
+ "NORMAL":450,
+ "TEXCOORD_0":451
+ },
+ "indices":89
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":452,
+ "NORMAL":453,
+ "TEXCOORD_0":454
+ },
+ "indices":102
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.2 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":455,
+ "NORMAL":456,
+ "TEXCOORD_0":457
+ },
+ "indices":106
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":458,
+ "NORMAL":459,
+ "TEXCOORD_0":460
+ },
+ "indices":60
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":461,
+ "NORMAL":462,
+ "TEXCOORD_0":463
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":464,
+ "NORMAL":465,
+ "TEXCOORD_0":466
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":467,
+ "NORMAL":468,
+ "TEXCOORD_0":469
+ },
+ "indices":60
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":470,
+ "NORMAL":471,
+ "TEXCOORD_0":472
+ },
+ "indices":64
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":473,
+ "NORMAL":474,
+ "TEXCOORD_0":475
+ },
+ "indices":77
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.2 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":476,
+ "NORMAL":477,
+ "TEXCOORD_0":478
+ },
+ "indices":81
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 0 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":479,
+ "NORMAL":480,
+ "TEXCOORD_0":481
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 1 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":482,
+ "NORMAL":483,
+ "TEXCOORD_0":484
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 10 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":485,
+ "NORMAL":486,
+ "TEXCOORD_0":487
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 2 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":488,
+ "NORMAL":489,
+ "TEXCOORD_0":490
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 3 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":491,
+ "NORMAL":492,
+ "TEXCOORD_0":493
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 4 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":494,
+ "NORMAL":495,
+ "TEXCOORD_0":496
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 5 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":497,
+ "NORMAL":498,
+ "TEXCOORD_0":499
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 6 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":500,
+ "NORMAL":501,
+ "TEXCOORD_0":502
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 7 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":503,
+ "NORMAL":504,
+ "TEXCOORD_0":505
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 8 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":506,
+ "NORMAL":507,
+ "TEXCOORD_0":508
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 9 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":509,
+ "NORMAL":510,
+ "TEXCOORD_0":511
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":512,
+ "NORMAL":513,
+ "TEXCOORD_0":514
+ },
+ "indices":212
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 0 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":515,
+ "NORMAL":516,
+ "TEXCOORD_0":517
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":518,
+ "NORMAL":519,
+ "TEXCOORD_0":520
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 10 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":521,
+ "NORMAL":522,
+ "TEXCOORD_0":523
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 2 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":524,
+ "NORMAL":525,
+ "TEXCOORD_0":526
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 3 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":527,
+ "NORMAL":528,
+ "TEXCOORD_0":529
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 4 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":530,
+ "NORMAL":531,
+ "TEXCOORD_0":532
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 5 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":533,
+ "NORMAL":534,
+ "TEXCOORD_0":535
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 6 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":536,
+ "NORMAL":537,
+ "TEXCOORD_0":538
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 7 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":539,
+ "NORMAL":540,
+ "TEXCOORD_0":541
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 8 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":542,
+ "NORMAL":543,
+ "TEXCOORD_0":544
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 9 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":545,
+ "NORMAL":546,
+ "TEXCOORD_0":547
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":548,
+ "NORMAL":549,
+ "TEXCOORD_0":550
+ },
+ "indices":250
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 0 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":551,
+ "NORMAL":552,
+ "TEXCOORD_0":553
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":554,
+ "NORMAL":555,
+ "TEXCOORD_0":556
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 10 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":557,
+ "NORMAL":558,
+ "TEXCOORD_0":559
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 2 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":560,
+ "NORMAL":561,
+ "TEXCOORD_0":562
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 3 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":563,
+ "NORMAL":564,
+ "TEXCOORD_0":565
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 4 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":566,
+ "NORMAL":567,
+ "TEXCOORD_0":568
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 5 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":569,
+ "NORMAL":570,
+ "TEXCOORD_0":571
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 6 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":572,
+ "NORMAL":573,
+ "TEXCOORD_0":574
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 7 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":575,
+ "NORMAL":576,
+ "TEXCOORD_0":577
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 8 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":578,
+ "NORMAL":579,
+ "TEXCOORD_0":580
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 9 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":581,
+ "NORMAL":582,
+ "TEXCOORD_0":583
+ },
+ "indices":178
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":584,
+ "NORMAL":585,
+ "TEXCOORD_0":586
+ },
+ "indices":212
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 0 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":587,
+ "NORMAL":588,
+ "TEXCOORD_0":589
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 1 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":590,
+ "NORMAL":591,
+ "TEXCOORD_0":592
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 10 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":593,
+ "NORMAL":594,
+ "TEXCOORD_0":595
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 2 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":596,
+ "NORMAL":597,
+ "TEXCOORD_0":598
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 3 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":599,
+ "NORMAL":600,
+ "TEXCOORD_0":601
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 4 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":602,
+ "NORMAL":603,
+ "TEXCOORD_0":604
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 5 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":605,
+ "NORMAL":606,
+ "TEXCOORD_0":607
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 6 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":608,
+ "NORMAL":609,
+ "TEXCOORD_0":610
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 7 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":611,
+ "NORMAL":612,
+ "TEXCOORD_0":613
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 8 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":614,
+ "NORMAL":615,
+ "TEXCOORD_0":616
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 9 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":617,
+ "NORMAL":618,
+ "TEXCOORD_0":619
+ },
+ "indices":216
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1 1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":620,
+ "NORMAL":621,
+ "TEXCOORD_0":622
+ },
+ "indices":250
+ }
+ ]
+ },
+ {
+ "name":"\u8f66\u8f74 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":623,
+ "NORMAL":624,
+ "TEXCOORD_0":625
+ },
+ "indices":626
+ }
+ ]
+ },
+ {
+ "name":"\u8f6e\u997c 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":627,
+ "NORMAL":628,
+ "TEXCOORD_0":629
+ },
+ "indices":630
+ }
+ ]
+ },
+ {
+ "name":"\u8f6e\u997c 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":631,
+ "NORMAL":632,
+ "TEXCOORD_0":633
+ },
+ "indices":634
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":635,
+ "NORMAL":636,
+ "TEXCOORD_0":637
+ },
+ "indices":638
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":639,
+ "NORMAL":640,
+ "TEXCOORD_0":641
+ },
+ "indices":642
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":643,
+ "NORMAL":644,
+ "TEXCOORD_0":645
+ },
+ "indices":646
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":647,
+ "NORMAL":648,
+ "TEXCOORD_0":649
+ },
+ "indices":650
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":651,
+ "NORMAL":652,
+ "TEXCOORD_0":653
+ },
+ "indices":650
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":654,
+ "NORMAL":655,
+ "TEXCOORD_0":656
+ },
+ "indices":646
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":657,
+ "NORMAL":658,
+ "TEXCOORD_0":659
+ },
+ "indices":650
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":660,
+ "NORMAL":661,
+ "TEXCOORD_0":662
+ },
+ "indices":650
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 3",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":663,
+ "NORMAL":664,
+ "TEXCOORD_0":665
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 3",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":667,
+ "NORMAL":668,
+ "TEXCOORD_0":669
+ },
+ "indices":670
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 3",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":671,
+ "NORMAL":672,
+ "TEXCOORD_0":673
+ },
+ "indices":670
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":674,
+ "NORMAL":675,
+ "TEXCOORD_0":676
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":677,
+ "NORMAL":678,
+ "TEXCOORD_0":679
+ },
+ "indices":670
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":680,
+ "NORMAL":681,
+ "TEXCOORD_0":682
+ },
+ "indices":670
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.016",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":683,
+ "NORMAL":684,
+ "TEXCOORD_0":685
+ },
+ "indices":686
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":687,
+ "NORMAL":688,
+ "TEXCOORD_0":689
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":691,
+ "NORMAL":692,
+ "TEXCOORD_0":693
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.3",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":694,
+ "NORMAL":695,
+ "TEXCOORD_0":696
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.4",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":697,
+ "NORMAL":698,
+ "TEXCOORD_0":699
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.5",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":700,
+ "NORMAL":701,
+ "TEXCOORD_0":702
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.6",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":703,
+ "NORMAL":704,
+ "TEXCOORD_0":705
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":706,
+ "NORMAL":707,
+ "TEXCOORD_0":708
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.8",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":709,
+ "NORMAL":710,
+ "TEXCOORD_0":711
+ },
+ "indices":686
+ }
+ ]
+ },
+ {
+ "name":"\u5782\u5411\u6b62\u6321",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":712,
+ "NORMAL":713,
+ "TEXCOORD_0":714
+ },
+ "indices":715
+ }
+ ]
+ },
+ {
+ "name":"\u5927\u81c2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":716,
+ "NORMAL":717,
+ "TEXCOORD_0":718
+ },
+ "indices":719
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":720,
+ "NORMAL":721,
+ "TEXCOORD_0":722
+ },
+ "indices":723
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":724,
+ "NORMAL":725,
+ "TEXCOORD_0":726
+ },
+ "indices":727
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":728,
+ "NORMAL":729,
+ "TEXCOORD_0":730
+ },
+ "indices":731
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.3",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":732,
+ "NORMAL":733,
+ "TEXCOORD_0":734
+ },
+ "indices":735
+ }
+ ]
+ },
+ {
+ "name":"\u652f\u67b6",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":736,
+ "NORMAL":737,
+ "TEXCOORD_0":738
+ },
+ "indices":739
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":740,
+ "NORMAL":741
+ },
+ "indices":742
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":743,
+ "NORMAL":744,
+ "TEXCOORD_0":745
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":746,
+ "NORMAL":747,
+ "TEXCOORD_0":748
+ },
+ "indices":749
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.011",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":750,
+ "NORMAL":751,
+ "TEXCOORD_0":752
+ },
+ "indices":753
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":754,
+ "NORMAL":755,
+ "TEXCOORD_0":756
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.012",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":757,
+ "NORMAL":758,
+ "TEXCOORD_0":759
+ },
+ "indices":760
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.013",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":761,
+ "NORMAL":762,
+ "TEXCOORD_0":763
+ },
+ "indices":764
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.013",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":765,
+ "NORMAL":766,
+ "TEXCOORD_0":767
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.026",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":768,
+ "NORMAL":769,
+ "TEXCOORD_0":770
+ },
+ "indices":771
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.027",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":772,
+ "NORMAL":773,
+ "TEXCOORD_0":774
+ },
+ "indices":764
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.014",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":775,
+ "NORMAL":776,
+ "TEXCOORD_0":777
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.028",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":778,
+ "NORMAL":779,
+ "TEXCOORD_0":780
+ },
+ "indices":771
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.029",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":781,
+ "NORMAL":782,
+ "TEXCOORD_0":783
+ },
+ "indices":764
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.015",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":784,
+ "NORMAL":785,
+ "TEXCOORD_0":786
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.030",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":787,
+ "NORMAL":788,
+ "TEXCOORD_0":789
+ },
+ "indices":771
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.031",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":790,
+ "NORMAL":791,
+ "TEXCOORD_0":792
+ },
+ "indices":764
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":793,
+ "NORMAL":794,
+ "TEXCOORD_0":795
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.014",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":796,
+ "NORMAL":797,
+ "TEXCOORD_0":798
+ },
+ "indices":771
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.015",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":799,
+ "NORMAL":800,
+ "TEXCOORD_0":801
+ },
+ "indices":802
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":803,
+ "NORMAL":804,
+ "TEXCOORD_0":805
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.016",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":806,
+ "NORMAL":807,
+ "TEXCOORD_0":808
+ },
+ "indices":771
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.017",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":809,
+ "NORMAL":810,
+ "TEXCOORD_0":811
+ },
+ "indices":802
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":812,
+ "NORMAL":813,
+ "TEXCOORD_0":814
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.018",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":815,
+ "NORMAL":816,
+ "TEXCOORD_0":817
+ },
+ "indices":771
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.019",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":818,
+ "NORMAL":819,
+ "TEXCOORD_0":820
+ },
+ "indices":802
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":821,
+ "NORMAL":822,
+ "TEXCOORD_0":823
+ },
+ "indices":824
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.020",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":825,
+ "NORMAL":826,
+ "TEXCOORD_0":827
+ },
+ "indices":828
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":829,
+ "NORMAL":830,
+ "TEXCOORD_0":831
+ },
+ "indices":824
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.021",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":832,
+ "NORMAL":833,
+ "TEXCOORD_0":834
+ },
+ "indices":835
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":836,
+ "NORMAL":837,
+ "TEXCOORD_0":838
+ },
+ "indices":824
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.022",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":839,
+ "NORMAL":840,
+ "TEXCOORD_0":841
+ },
+ "indices":842
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.011",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":843,
+ "NORMAL":844,
+ "TEXCOORD_0":845
+ },
+ "indices":824
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.023",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":846,
+ "NORMAL":847,
+ "TEXCOORD_0":848
+ },
+ "indices":828
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.012",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":849,
+ "NORMAL":850,
+ "TEXCOORD_0":851
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.024",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":852,
+ "NORMAL":853,
+ "TEXCOORD_0":854
+ },
+ "indices":771
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.025",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":855,
+ "NORMAL":856,
+ "TEXCOORD_0":857
+ },
+ "indices":764
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":858,
+ "NORMAL":859,
+ "TEXCOORD_0":860
+ },
+ "indices":861
+ }
+ ]
+ },
+ {
+ "name":"\u652f\u67b6.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":862,
+ "NORMAL":863,
+ "TEXCOORD_0":864
+ },
+ "indices":865
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":866,
+ "NORMAL":867,
+ "TEXCOORD_0":868
+ },
+ "indices":869
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":870,
+ "NORMAL":871,
+ "TEXCOORD_0":872
+ },
+ "indices":873
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.018",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":874,
+ "NORMAL":875,
+ "TEXCOORD_0":876
+ },
+ "indices":877
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":878,
+ "NORMAL":879,
+ "TEXCOORD_0":880
+ },
+ "indices":881
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":882,
+ "NORMAL":883,
+ "TEXCOORD_0":884
+ },
+ "indices":873
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":885,
+ "NORMAL":886,
+ "TEXCOORD_0":887
+ },
+ "indices":646
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b 1.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":888,
+ "NORMAL":889,
+ "TEXCOORD_0":890
+ },
+ "indices":891
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":892,
+ "NORMAL":893,
+ "TEXCOORD_0":894
+ },
+ "indices":895
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.017",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":896,
+ "NORMAL":897,
+ "TEXCOORD_0":898
+ },
+ "indices":666
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.032",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":899,
+ "NORMAL":900,
+ "TEXCOORD_0":901
+ },
+ "indices":902
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.033",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":903,
+ "NORMAL":904,
+ "TEXCOORD_0":905
+ },
+ "indices":906
+ }
+ ]
+ },
+ {
+ "name":"\u8f74\u7bb1\u5f39\u7c27",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":907,
+ "NORMAL":908,
+ "TEXCOORD_0":909
+ },
+ "indices":910
+ }
+ ]
+ },
+ {
+ "name":"\u9635\u5217",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":911,
+ "NORMAL":912,
+ "TEXCOORD_0":913
+ },
+ "indices":914
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.019",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":915,
+ "NORMAL":916,
+ "TEXCOORD_0":917
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.034",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":918,
+ "NORMAL":919,
+ "TEXCOORD_0":920
+ },
+ "indices":921
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.020",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":922,
+ "NORMAL":923,
+ "TEXCOORD_0":924
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.035",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":925,
+ "NORMAL":926,
+ "TEXCOORD_0":927
+ },
+ "indices":921
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.021",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":928,
+ "NORMAL":929,
+ "TEXCOORD_0":930
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.036",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":931,
+ "NORMAL":932,
+ "TEXCOORD_0":933
+ },
+ "indices":921
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.022",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":934,
+ "NORMAL":935,
+ "TEXCOORD_0":936
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.037",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":937,
+ "NORMAL":938,
+ "TEXCOORD_0":939
+ },
+ "indices":921
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.023",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":940,
+ "NORMAL":941,
+ "TEXCOORD_0":942
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.038",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":943,
+ "NORMAL":944,
+ "TEXCOORD_0":945
+ },
+ "indices":921
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.024",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":946,
+ "NORMAL":947,
+ "TEXCOORD_0":948
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.039",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":949,
+ "NORMAL":950,
+ "TEXCOORD_0":951
+ },
+ "indices":921
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.025",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":952,
+ "NORMAL":953,
+ "TEXCOORD_0":954
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.040",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":955,
+ "NORMAL":956,
+ "TEXCOORD_0":957
+ },
+ "indices":921
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.026",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":958,
+ "NORMAL":959,
+ "TEXCOORD_0":960
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.041",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":961,
+ "NORMAL":962,
+ "TEXCOORD_0":963
+ },
+ "indices":921
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.027",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":964,
+ "NORMAL":965,
+ "TEXCOORD_0":966
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.042",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":967,
+ "NORMAL":968,
+ "TEXCOORD_0":969
+ },
+ "indices":970
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.028",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":971,
+ "NORMAL":972,
+ "TEXCOORD_0":973
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.043",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":974,
+ "NORMAL":975,
+ "TEXCOORD_0":976
+ },
+ "indices":970
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.029",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":977,
+ "NORMAL":978,
+ "TEXCOORD_0":979
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.044",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":980,
+ "NORMAL":981,
+ "TEXCOORD_0":982
+ },
+ "indices":970
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.030",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":983,
+ "NORMAL":984,
+ "TEXCOORD_0":985
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.045",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":986,
+ "NORMAL":987,
+ "TEXCOORD_0":988
+ },
+ "indices":970
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.031",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":989,
+ "NORMAL":990,
+ "TEXCOORD_0":991
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.046",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":992,
+ "NORMAL":993,
+ "TEXCOORD_0":994
+ },
+ "indices":970
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.032",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":995,
+ "NORMAL":996,
+ "TEXCOORD_0":997
+ },
+ "indices":690
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.047",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":998,
+ "NORMAL":999,
+ "TEXCOORD_0":1000
+ },
+ "indices":970
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.038",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1001,
+ "NORMAL":1002,
+ "TEXCOORD_0":1003
+ },
+ "indices":1004
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.1 0",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1005,
+ "NORMAL":1006,
+ "TEXCOORD_0":1007
+ },
+ "indices":1008
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1009,
+ "NORMAL":1010,
+ "TEXCOORD_0":1011
+ },
+ "indices":1008
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.1 2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1012,
+ "NORMAL":1013,
+ "TEXCOORD_0":1014
+ },
+ "indices":1008
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.1 3",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1015,
+ "NORMAL":1016,
+ "TEXCOORD_0":1017
+ },
+ "indices":1008
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.039",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1018,
+ "NORMAL":1019,
+ "TEXCOORD_0":1020
+ },
+ "indices":1021
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1022,
+ "NORMAL":1023,
+ "TEXCOORD_0":1024
+ },
+ "indices":1025
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1026,
+ "NORMAL":1027,
+ "TEXCOORD_0":1028
+ },
+ "indices":1025
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.036",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1029,
+ "NORMAL":1030,
+ "TEXCOORD_0":1031
+ },
+ "indices":1021
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.037",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1032,
+ "NORMAL":1033,
+ "TEXCOORD_0":1034
+ },
+ "indices":1035
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1036,
+ "NORMAL":1037,
+ "TEXCOORD_0":1038
+ },
+ "indices":1039
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1040,
+ "NORMAL":1041,
+ "TEXCOORD_0":1042
+ },
+ "indices":1043
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1044,
+ "NORMAL":1045,
+ "TEXCOORD_0":1046
+ },
+ "indices":1047
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1048,
+ "NORMAL":1049,
+ "TEXCOORD_0":1050
+ },
+ "indices":1051
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.040",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1052,
+ "NORMAL":1053,
+ "TEXCOORD_0":1054
+ },
+ "indices":1055
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.051",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1056,
+ "NORMAL":1057,
+ "TEXCOORD_0":1058
+ },
+ "indices":1059
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.052",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1060,
+ "NORMAL":1061,
+ "TEXCOORD_0":1062
+ },
+ "indices":1059
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.053",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1063,
+ "NORMAL":1064,
+ "TEXCOORD_0":1065
+ },
+ "indices":1059
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.054",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1066,
+ "NORMAL":1067,
+ "TEXCOORD_0":1068
+ },
+ "indices":1059
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1069,
+ "NORMAL":1070,
+ "TEXCOORD_0":1071
+ },
+ "indices":1072
+ }
+ ]
+ },
+ {
+ "name":"\u5927\u7b52",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1073,
+ "NORMAL":1074,
+ "TEXCOORD_0":1075
+ },
+ "indices":1076
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.046",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1077,
+ "NORMAL":1078,
+ "TEXCOORD_0":1079
+ },
+ "indices":1076
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.041",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1080,
+ "NORMAL":1081,
+ "TEXCOORD_0":1082
+ },
+ "indices":1083
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.042",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1084,
+ "NORMAL":1085,
+ "TEXCOORD_0":1086
+ },
+ "indices":1087
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.055",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1088,
+ "NORMAL":1089,
+ "TEXCOORD_0":1090
+ },
+ "indices":1091
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.056",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1092,
+ "NORMAL":1093,
+ "TEXCOORD_0":1094
+ },
+ "indices":1095
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.043",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1096,
+ "NORMAL":1097,
+ "TEXCOORD_0":1098
+ },
+ "indices":1087
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.057",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1099,
+ "NORMAL":1100,
+ "TEXCOORD_0":1101
+ },
+ "indices":1102
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.058",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1103,
+ "NORMAL":1104,
+ "TEXCOORD_0":1105
+ },
+ "indices":1095
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.044",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1106,
+ "NORMAL":1107,
+ "TEXCOORD_0":1108
+ },
+ "indices":1087
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.059",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1109,
+ "NORMAL":1110,
+ "TEXCOORD_0":1111
+ },
+ "indices":1112
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.060",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1113,
+ "NORMAL":1114,
+ "TEXCOORD_0":1115
+ },
+ "indices":1095
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.045",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1116,
+ "NORMAL":1117,
+ "TEXCOORD_0":1118
+ },
+ "indices":1087
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.061",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1119,
+ "NORMAL":1120,
+ "TEXCOORD_0":1121
+ },
+ "indices":1122
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.062",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1123,
+ "NORMAL":1124,
+ "TEXCOORD_0":1125
+ },
+ "indices":1095
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.034",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1126,
+ "NORMAL":1127,
+ "TEXCOORD_0":1128
+ },
+ "indices":1129
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1130,
+ "NORMAL":1131,
+ "TEXCOORD_0":1132
+ },
+ "indices":1133
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.050",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1134,
+ "NORMAL":1135,
+ "TEXCOORD_0":1136
+ },
+ "indices":1137
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.033",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1138,
+ "NORMAL":1139,
+ "TEXCOORD_0":1140
+ },
+ "indices":1141
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.048",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1142,
+ "NORMAL":1143,
+ "TEXCOORD_0":1144
+ },
+ "indices":771
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.049",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1145,
+ "NORMAL":1146,
+ "TEXCOORD_0":1147
+ },
+ "indices":771
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.035",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1148,
+ "NORMAL":1149,
+ "TEXCOORD_0":1150
+ },
+ "indices":1151
+ }
+ ]
+ },
+ {
+ "name":"\u652f\u67b6.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1152,
+ "NORMAL":1153,
+ "TEXCOORD_0":1154
+ },
+ "indices":1155
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1156,
+ "NORMAL":1157,
+ "TEXCOORD_0":1158
+ },
+ "indices":1159
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1160,
+ "NORMAL":1161,
+ "TEXCOORD_0":1162
+ },
+ "indices":1163
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.012",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1164,
+ "NORMAL":1165,
+ "TEXCOORD_0":1166
+ },
+ "indices":1167
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.013",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1168,
+ "NORMAL":1169,
+ "TEXCOORD_0":1170
+ },
+ "indices":1171
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.011",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1172,
+ "NORMAL":1173,
+ "TEXCOORD_0":1174
+ },
+ "indices":1175
+ }
+ ]
+ },
+ {
+ "name":"\u7403\u4f53",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1176,
+ "NORMAL":1177,
+ "TEXCOORD_0":1178
+ },
+ "indices":1179
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1180,
+ "NORMAL":1181,
+ "TEXCOORD_0":1182
+ },
+ "indices":1183
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1184,
+ "NORMAL":1185,
+ "TEXCOORD_0":1186
+ },
+ "indices":1187
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1188,
+ "NORMAL":1189,
+ "TEXCOORD_0":1190
+ },
+ "indices":1191
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1192,
+ "NORMAL":1193,
+ "TEXCOORD_0":1194
+ },
+ "indices":1187
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1195,
+ "NORMAL":1196,
+ "TEXCOORD_0":1197
+ },
+ "indices":1191
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.014",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1198,
+ "NORMAL":1199,
+ "TEXCOORD_0":1200
+ },
+ "indices":1201
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.047",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1202,
+ "NORMAL":1203,
+ "TEXCOORD_0":1204
+ },
+ "indices":1205
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1206,
+ "NORMAL":1207,
+ "TEXCOORD_0":1208
+ },
+ "indices":1209
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.048",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1210,
+ "NORMAL":1211,
+ "TEXCOORD_0":1212
+ },
+ "indices":1205
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1213,
+ "NORMAL":1214,
+ "TEXCOORD_0":1215
+ },
+ "indices":1209
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.049",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1216,
+ "NORMAL":1217,
+ "TEXCOORD_0":1218
+ },
+ "indices":1219
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1220,
+ "NORMAL":1221,
+ "TEXCOORD_0":1222
+ },
+ "indices":1223
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.063",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1224,
+ "NORMAL":1225,
+ "TEXCOORD_0":1226
+ },
+ "indices":1227
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1228,
+ "NORMAL":1229,
+ "TEXCOORD_0":1230
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.048",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1232,
+ "NORMAL":1233,
+ "TEXCOORD_0":1234
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1236,
+ "NORMAL":1237,
+ "TEXCOORD_0":1238
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.049",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1239,
+ "NORMAL":1240,
+ "TEXCOORD_0":1241
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.011",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1242,
+ "NORMAL":1243,
+ "TEXCOORD_0":1244
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.050",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1245,
+ "NORMAL":1246,
+ "TEXCOORD_0":1247
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.012",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1248,
+ "NORMAL":1249,
+ "TEXCOORD_0":1250
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.051",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1251,
+ "NORMAL":1252,
+ "TEXCOORD_0":1253
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.013",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1254,
+ "NORMAL":1255,
+ "TEXCOORD_0":1256
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.052",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1257,
+ "NORMAL":1258,
+ "TEXCOORD_0":1259
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.014",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1260,
+ "NORMAL":1261,
+ "TEXCOORD_0":1262
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.053",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1263,
+ "NORMAL":1264,
+ "TEXCOORD_0":1265
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.015",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1266,
+ "NORMAL":1267,
+ "TEXCOORD_0":1268
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.054",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1269,
+ "NORMAL":1270,
+ "TEXCOORD_0":1271
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.016",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1272,
+ "NORMAL":1273,
+ "TEXCOORD_0":1274
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.055",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1275,
+ "NORMAL":1276,
+ "TEXCOORD_0":1277
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.017",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1278,
+ "NORMAL":1279,
+ "TEXCOORD_0":1280
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.064",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1281,
+ "NORMAL":1282,
+ "TEXCOORD_0":1283
+ },
+ "indices":1284
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.085",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1285,
+ "NORMAL":1286,
+ "TEXCOORD_0":1287
+ },
+ "indices":1288
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.1 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1289,
+ "NORMAL":1290,
+ "TEXCOORD_0":1291
+ },
+ "indices":1292
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1293,
+ "NORMAL":1294,
+ "TEXCOORD_0":1295
+ },
+ "indices":1296
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.045",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1297,
+ "NORMAL":1298,
+ "TEXCOORD_0":1299
+ },
+ "indices":1300
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.046",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1301,
+ "NORMAL":1302,
+ "TEXCOORD_0":1303
+ },
+ "indices":1300
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.063",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1304,
+ "NORMAL":1305,
+ "TEXCOORD_0":1306
+ },
+ "indices":1307
+ }
+ ]
+ },
+ {
+ "name":"\u7ec6\u5206\u66f2\u9762.015",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1308,
+ "NORMAL":1309,
+ "TEXCOORD_0":1310
+ },
+ "indices":1311
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.082",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1312,
+ "NORMAL":1313,
+ "TEXCOORD_0":1314
+ },
+ "indices":1315
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.083",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1316,
+ "NORMAL":1317,
+ "TEXCOORD_0":1318
+ },
+ "indices":1315
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.016",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1319,
+ "NORMAL":1320,
+ "TEXCOORD_0":1321
+ },
+ "indices":1322
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.017",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1323,
+ "NORMAL":1324,
+ "TEXCOORD_0":1325
+ },
+ "indices":1326
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.018",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1327,
+ "NORMAL":1328,
+ "TEXCOORD_0":1329
+ },
+ "indices":1330
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2 1.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1331,
+ "NORMAL":1332,
+ "TEXCOORD_0":1333
+ },
+ "indices":1334
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1335,
+ "NORMAL":1336,
+ "TEXCOORD_0":1337
+ },
+ "indices":1338
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2 1.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1339,
+ "NORMAL":1340,
+ "TEXCOORD_0":1341
+ },
+ "indices":1342
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1343,
+ "NORMAL":1344,
+ "TEXCOORD_0":1345
+ },
+ "indices":1346
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.047",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1347,
+ "NORMAL":1348,
+ "TEXCOORD_0":1349
+ },
+ "indices":1350
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1351,
+ "NORMAL":1352,
+ "TEXCOORD_0":1353
+ },
+ "indices":1223
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.084",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1354,
+ "NORMAL":1355,
+ "TEXCOORD_0":1356
+ },
+ "indices":1357
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1358,
+ "NORMAL":1359,
+ "TEXCOORD_0":1360
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.023",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1361,
+ "NORMAL":1362,
+ "TEXCOORD_0":1363
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1364,
+ "NORMAL":1365,
+ "TEXCOORD_0":1366
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.024",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1367,
+ "NORMAL":1368,
+ "TEXCOORD_0":1369
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1370,
+ "NORMAL":1371,
+ "TEXCOORD_0":1372
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.025",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1373,
+ "NORMAL":1374,
+ "TEXCOORD_0":1375
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1376,
+ "NORMAL":1377,
+ "TEXCOORD_0":1378
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.026",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1379,
+ "NORMAL":1380,
+ "TEXCOORD_0":1381
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1382,
+ "NORMAL":1383,
+ "TEXCOORD_0":1384
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.027",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1385,
+ "NORMAL":1386,
+ "TEXCOORD_0":1387
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1388,
+ "NORMAL":1389,
+ "TEXCOORD_0":1390
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.028",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1391,
+ "NORMAL":1392,
+ "TEXCOORD_0":1393
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1394,
+ "NORMAL":1395,
+ "TEXCOORD_0":1396
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.029",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1397,
+ "NORMAL":1398,
+ "TEXCOORD_0":1399
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1400,
+ "NORMAL":1401,
+ "TEXCOORD_0":1402
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.030",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1403,
+ "NORMAL":1404,
+ "TEXCOORD_0":1405
+ },
+ "indices":1235
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.7 1.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1406,
+ "NORMAL":1407,
+ "TEXCOORD_0":1408
+ },
+ "indices":1231
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.056",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1409,
+ "NORMAL":1410,
+ "TEXCOORD_0":1411
+ },
+ "indices":1284
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.073",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1412,
+ "NORMAL":1413,
+ "TEXCOORD_0":1414
+ },
+ "indices":1288
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1415,
+ "NORMAL":1416,
+ "TEXCOORD_0":1417
+ },
+ "indices":1292
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1418,
+ "NORMAL":1419,
+ "TEXCOORD_0":1420
+ },
+ "indices":1296
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.020",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1421,
+ "NORMAL":1422,
+ "TEXCOORD_0":1423
+ },
+ "indices":1424
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.021",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1425,
+ "NORMAL":1426,
+ "TEXCOORD_0":1427
+ },
+ "indices":1428
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.055",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1429,
+ "NORMAL":1430,
+ "TEXCOORD_0":1431
+ },
+ "indices":1307
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1432,
+ "NORMAL":1433,
+ "TEXCOORD_0":1434
+ },
+ "indices":1311
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.070",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1435,
+ "NORMAL":1436,
+ "TEXCOORD_0":1437
+ },
+ "indices":1438
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.071",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1439,
+ "NORMAL":1440,
+ "TEXCOORD_0":1441
+ },
+ "indices":1442
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1443,
+ "NORMAL":1444,
+ "TEXCOORD_0":1445
+ },
+ "indices":1322
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.011",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1446,
+ "NORMAL":1447,
+ "TEXCOORD_0":1448
+ },
+ "indices":1326
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.012",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1449,
+ "NORMAL":1450,
+ "TEXCOORD_0":1451
+ },
+ "indices":1330
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2 1.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1452,
+ "NORMAL":1453,
+ "TEXCOORD_0":1454
+ },
+ "indices":1334
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2 1.002",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1455,
+ "NORMAL":1456,
+ "TEXCOORD_0":1457
+ },
+ "indices":1338
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.2 1.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1458,
+ "NORMAL":1459,
+ "TEXCOORD_0":1460
+ },
+ "indices":1342
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1.007",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1461,
+ "NORMAL":1462,
+ "TEXCOORD_0":1463
+ },
+ "indices":1346
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.022",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1464,
+ "NORMAL":1465,
+ "TEXCOORD_0":1466
+ },
+ "indices":1350
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1467,
+ "NORMAL":1468,
+ "TEXCOORD_0":1469
+ },
+ "indices":1223
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.072",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1470,
+ "NORMAL":1471,
+ "TEXCOORD_0":1472
+ },
+ "indices":1357
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.061",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1473,
+ "NORMAL":1474,
+ "TEXCOORD_0":1475
+ },
+ "indices":1284
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.062",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1476,
+ "NORMAL":1477,
+ "TEXCOORD_0":1478
+ },
+ "indices":1284
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.080",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1479,
+ "NORMAL":1480,
+ "TEXCOORD_0":1481
+ },
+ "indices":1482
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.081",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1483,
+ "NORMAL":1484,
+ "TEXCOORD_0":1485
+ },
+ "indices":1486
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1487,
+ "NORMAL":1488,
+ "TEXCOORD_0":1489
+ },
+ "indices":1490
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.015",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1491,
+ "NORMAL":1492,
+ "TEXCOORD_0":1493
+ },
+ "indices":1494
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.053",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1495,
+ "NORMAL":1496,
+ "TEXCOORD_0":1497
+ },
+ "indices":1284
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.054",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1498,
+ "NORMAL":1499,
+ "TEXCOORD_0":1500
+ },
+ "indices":1284
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.068",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1501,
+ "NORMAL":1502,
+ "TEXCOORD_0":1503
+ },
+ "indices":1482
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.069",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1504,
+ "NORMAL":1505,
+ "TEXCOORD_0":1506
+ },
+ "indices":1486
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1507,
+ "NORMAL":1508,
+ "TEXCOORD_0":1509
+ },
+ "indices":1490
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1510,
+ "NORMAL":1511,
+ "TEXCOORD_0":1512
+ },
+ "indices":1494
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.060",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1513,
+ "NORMAL":1514,
+ "TEXCOORD_0":1515
+ },
+ "indices":1516
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.076",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1517,
+ "NORMAL":1518,
+ "TEXCOORD_0":1519
+ },
+ "indices":1520
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.077",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1521,
+ "NORMAL":1522,
+ "TEXCOORD_0":1523
+ },
+ "indices":1520
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.058",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1524,
+ "NORMAL":1525,
+ "TEXCOORD_0":1526
+ },
+ "indices":1527
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.059",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1528,
+ "NORMAL":1529,
+ "TEXCOORD_0":1530
+ },
+ "indices":1527
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.013",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1531,
+ "NORMAL":1532,
+ "TEXCOORD_0":1533
+ },
+ "indices":1534
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.014",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1535,
+ "NORMAL":1536,
+ "TEXCOORD_0":1537
+ },
+ "indices":1538
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.039",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1539,
+ "NORMAL":1540,
+ "TEXCOORD_0":1541
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.040",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1543,
+ "NORMAL":1544,
+ "TEXCOORD_0":1545
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.041",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1546,
+ "NORMAL":1547,
+ "TEXCOORD_0":1548
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.042",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1549,
+ "NORMAL":1550,
+ "TEXCOORD_0":1551
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.043",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1552,
+ "NORMAL":1553,
+ "TEXCOORD_0":1554
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.044",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1555,
+ "NORMAL":1556,
+ "TEXCOORD_0":1557
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u514b\u9686.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1558,
+ "NORMAL":1559,
+ "TEXCOORD_0":1560
+ },
+ "indices":1561
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.078",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1562,
+ "NORMAL":1563,
+ "TEXCOORD_0":1564
+ },
+ "indices":1565
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.079",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1566,
+ "NORMAL":1567,
+ "TEXCOORD_0":1568
+ },
+ "indices":1482
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.033",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1569,
+ "NORMAL":1570,
+ "TEXCOORD_0":1571
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.034",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1573,
+ "NORMAL":1574,
+ "TEXCOORD_0":1575
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.035",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1576,
+ "NORMAL":1577,
+ "TEXCOORD_0":1578
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.036",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1579,
+ "NORMAL":1580,
+ "TEXCOORD_0":1581
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.037",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1582,
+ "NORMAL":1583,
+ "TEXCOORD_0":1584
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.038",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1585,
+ "NORMAL":1586,
+ "TEXCOORD_0":1587
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u514b\u9686.2 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1588,
+ "NORMAL":1589,
+ "TEXCOORD_0":1590
+ },
+ "indices":1591
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1.006",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1592,
+ "NORMAL":1593,
+ "TEXCOORD_0":1594
+ },
+ "indices":1595
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.004",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1596,
+ "NORMAL":1597,
+ "TEXCOORD_0":1598
+ },
+ "indices":1599
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1600,
+ "NORMAL":1601,
+ "TEXCOORD_0":1602
+ },
+ "indices":1603
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 1.001",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1604,
+ "NORMAL":1605,
+ "TEXCOORD_0":1606
+ },
+ "indices":1607
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53 1.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1608,
+ "NORMAL":1609,
+ "TEXCOORD_0":1610
+ },
+ "indices":1611
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.057",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1612,
+ "NORMAL":1613,
+ "TEXCOORD_0":1614
+ },
+ "indices":1615
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53 1.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1616,
+ "NORMAL":1617,
+ "TEXCOORD_0":1618
+ },
+ "indices":1619
+ }
+ ]
+ },
+ {
+ "name":"\u7acb\u65b9\u4f53.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1620,
+ "NORMAL":1621,
+ "TEXCOORD_0":1622
+ },
+ "indices":1623
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.031",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1624,
+ "NORMAL":1625,
+ "TEXCOORD_0":1626
+ },
+ "indices":1627
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.074",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1628,
+ "NORMAL":1629,
+ "TEXCOORD_0":1630
+ },
+ "indices":1520
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.075",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1631,
+ "NORMAL":1632,
+ "TEXCOORD_0":1633
+ },
+ "indices":1520
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.032",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1634,
+ "NORMAL":1635,
+ "TEXCOORD_0":1636
+ },
+ "indices":1627
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.052",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1637,
+ "NORMAL":1638,
+ "TEXCOORD_0":1639
+ },
+ "indices":1516
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.064",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1640,
+ "NORMAL":1641,
+ "TEXCOORD_0":1642
+ },
+ "indices":1520
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.065",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1643,
+ "NORMAL":1644,
+ "TEXCOORD_0":1645
+ },
+ "indices":1520
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.050",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1646,
+ "NORMAL":1647,
+ "TEXCOORD_0":1648
+ },
+ "indices":1527
+ }
+ ]
+ },
+ {
+ "name":"\u5706\u67f1\u4f53.051",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1649,
+ "NORMAL":1650,
+ "TEXCOORD_0":1651
+ },
+ "indices":1527
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1652,
+ "NORMAL":1653,
+ "TEXCOORD_0":1654
+ },
+ "indices":1534
+ }
+ ]
+ },
+ {
+ "name":"\u5bf9\u79f0.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1655,
+ "NORMAL":1656,
+ "TEXCOORD_0":1657
+ },
+ "indices":1538
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.014",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1658,
+ "NORMAL":1659,
+ "TEXCOORD_0":1660
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.015",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1661,
+ "NORMAL":1662,
+ "TEXCOORD_0":1663
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.016",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1664,
+ "NORMAL":1665,
+ "TEXCOORD_0":1666
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.017",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1667,
+ "NORMAL":1668,
+ "TEXCOORD_0":1669
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.018",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1670,
+ "NORMAL":1671,
+ "TEXCOORD_0":1672
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.019",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1673,
+ "NORMAL":1674,
+ "TEXCOORD_0":1675
+ },
+ "indices":1542
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.067",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1676,
+ "NORMAL":1677,
+ "TEXCOORD_0":1678
+ },
+ "indices":1482
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.066",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1679,
+ "NORMAL":1680,
+ "TEXCOORD_0":1681
+ },
+ "indices":1565
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.008",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1682,
+ "NORMAL":1683,
+ "TEXCOORD_0":1684
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.009",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1685,
+ "NORMAL":1686,
+ "TEXCOORD_0":1687
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.010",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1688,
+ "NORMAL":1689,
+ "TEXCOORD_0":1690
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.011",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1691,
+ "NORMAL":1692,
+ "TEXCOORD_0":1693
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.012",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1694,
+ "NORMAL":1695,
+ "TEXCOORD_0":1696
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u6324\u538b.2 1.013",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1697,
+ "NORMAL":1698,
+ "TEXCOORD_0":1699
+ },
+ "indices":1572
+ }
+ ]
+ },
+ {
+ "name":"\u514b\u9686.2",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1700,
+ "NORMAL":1701,
+ "TEXCOORD_0":1702
+ },
+ "indices":1561
+ }
+ ]
+ },
+ {
+ "name":"\u514b\u9686.2 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1703,
+ "NORMAL":1704,
+ "TEXCOORD_0":1705
+ },
+ "indices":1591
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14 1.005",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1706,
+ "NORMAL":1707,
+ "TEXCOORD_0":1708
+ },
+ "indices":1595
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.003",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1709,
+ "NORMAL":1710,
+ "TEXCOORD_0":1711
+ },
+ "indices":1603
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1712,
+ "NORMAL":1713,
+ "TEXCOORD_0":1714
+ },
+ "indices":1599
+ }
+ ]
+ },
+ {
+ "name":"\u5e03\u5c14.1 1",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1715,
+ "NORMAL":1716,
+ "TEXCOORD_0":1717
+ },
+ "indices":1607
+ }
+ ]
+ },
+ {
+ "name":"Cube",
+ "primitives":[
+ {
+ "attributes":{
+ "POSITION":1718,
+ "NORMAL":1719,
+ "TEXCOORD_0":1720
+ },
+ "indices":1721,
+ "material":0
+ }
+ ]
+ }
+ ],
+ "accessors":[
+ {
+ "bufferView":0,
+ "componentType":5126,
+ "count":133440,
+ "max":[
+ 0.2798900604248047,
+ 0.20444762706756592,
+ 0.45916083455085754
+ ],
+ "min":[
+ -0.12017431110143661,
+ -0.20444808900356293,
+ -0.22626060247421265
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1,
+ "componentType":5126,
+ "count":133440,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":2,
+ "componentType":5126,
+ "count":133440,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":3,
+ "componentType":5125,
+ "count":133440,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":4,
+ "componentType":5126,
+ "count":306,
+ "max":[
+ 0.14065097272396088,
+ 0.015393968671560287,
+ -0.21096071600914001
+ ],
+ "min":[
+ 0.1056734025478363,
+ -0.015393509529531002,
+ -0.22207751870155334
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":5,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":6,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":7,
+ "componentType":5123,
+ "count":306,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":8,
+ "componentType":5126,
+ "count":306,
+ "max":[
+ 0.01786148175597191,
+ 0.015393968671560287,
+ 0.04210522025823593
+ ],
+ "min":[
+ -0.01711609587073326,
+ -0.015393509529531002,
+ 0.030988413840532303
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":9,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":10,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":11,
+ "componentType":5126,
+ "count":12096,
+ "max":[
+ 0.8458529114723206,
+ 0.14384277164936066,
+ 0.13653503358364105
+ ],
+ "min":[
+ 0.7432301044464111,
+ -0.11287485063076019,
+ 0.04744415357708931
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":12,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":13,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":14,
+ "componentType":5123,
+ "count":12096,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":15,
+ "componentType":5126,
+ "count":27456,
+ "max":[
+ 0.9115674495697021,
+ 0.2734924256801605,
+ 0.23915107548236847
+ ],
+ "min":[
+ -0.1496797353029251,
+ -0.24252453446388245,
+ 0.032489094883203506
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":16,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":17,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":18,
+ "componentType":5123,
+ "count":27456,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":19,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ 0.030319515615701675,
+ 0.4833521246910095
+ ],
+ "min":[
+ -0.03604679927229881,
+ -3.9151123019109946e-06,
+ 0.42091721296310425
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":20,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":21,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":22,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":23,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ -5.6742564993328415e-06,
+ 0.4833521246910095
+ ],
+ "min":[
+ -0.03604679927229881,
+ -0.030329104512929916,
+ 0.42091721296310425
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":24,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":25,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":26,
+ "componentType":5126,
+ "count":12096,
+ "max":[
+ 0.8458529114723206,
+ 0.14384277164936066,
+ -0.04744415357708931
+ ],
+ "min":[
+ 0.7432301044464111,
+ -0.11287485063076019,
+ -0.13653503358364105
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":27,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":28,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":29,
+ "componentType":5123,
+ "count":12096,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":30,
+ "componentType":5126,
+ "count":27456,
+ "max":[
+ 0.9115674495697021,
+ 0.2734924256801605,
+ -0.032489094883203506
+ ],
+ "min":[
+ -0.1496797353029251,
+ -0.24252453446388245,
+ -0.23915107548236847
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":31,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":32,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":33,
+ "componentType":5123,
+ "count":27456,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":34,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ 0.030319515615701675,
+ -0.42091721296310425
+ ],
+ "min":[
+ -0.03604679927229881,
+ -3.9151123019109946e-06,
+ -0.4833521246910095
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":35,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":36,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":37,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":38,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ -5.6742564993328415e-06,
+ -0.42091721296310425
+ ],
+ "min":[
+ -0.03604679927229881,
+ -0.030329104512929916,
+ -0.4833521246910095
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":39,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":40,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":41,
+ "componentType":5126,
+ "count":4416,
+ "max":[
+ -2.3294496536254883,
+ 0.6519991159439087,
+ 0.13782227039337158
+ ],
+ "min":[
+ -2.6735680103302,
+ -0.17284177243709564,
+ 0.0969354435801506
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":42,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":43,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":44,
+ "componentType":5123,
+ "count":4416,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":45,
+ "componentType":5126,
+ "count":17952,
+ "max":[
+ 0.6587533354759216,
+ 0.4895773231983185,
+ 0.49062660336494446
+ ],
+ "min":[
+ 0.28995105624198914,
+ -0.408750981092453,
+ 0.4706262946128845
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":46,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":47,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":48,
+ "componentType":5123,
+ "count":17952,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":49,
+ "componentType":5126,
+ "count":4416,
+ "max":[
+ -2.3294496536254883,
+ 0.6519991159439087,
+ -0.0969354435801506
+ ],
+ "min":[
+ -2.6735680103302,
+ -0.17284177243709564,
+ -0.13782227039337158
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":50,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":51,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":52,
+ "componentType":5123,
+ "count":4416,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":53,
+ "componentType":5126,
+ "count":17952,
+ "max":[
+ 0.6587533354759216,
+ 0.4895773231983185,
+ -0.4706262946128845
+ ],
+ "min":[
+ 0.28995105624198914,
+ -0.408750981092453,
+ -0.49062660336494446
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":54,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":55,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":56,
+ "componentType":5123,
+ "count":17952,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":57,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":58,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":59,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":60,
+ "componentType":5123,
+ "count":288,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":61,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":62,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":63,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":64,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":65,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":66,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":67,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":68,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":69,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":70,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":71,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":72,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":73,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":74,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":75,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":76,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":77,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":78,
+ "componentType":5126,
+ "count":309120,
+ "max":[
+ 0.14803782105445862,
+ 0.46098625659942627,
+ 0.2143007218837738
+ ],
+ "min":[
+ -0.18196575343608856,
+ -0.405908465385437,
+ 0.0789111778140068
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":79,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":80,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":81,
+ "componentType":5125,
+ "count":309120,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":82,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":83,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":84,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":85,
+ "componentType":5123,
+ "count":288,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":86,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":87,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":88,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":89,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":90,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":91,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":92,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":93,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":94,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":95,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":96,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":97,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":98,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":99,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":100,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":101,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":102,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":103,
+ "componentType":5126,
+ "count":309120,
+ "max":[
+ 0.14803782105445862,
+ 0.46098625659942627,
+ -0.0789111778140068
+ ],
+ "min":[
+ -0.18196575343608856,
+ -0.405908465385437,
+ -0.2143007218837738
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":104,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":105,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":106,
+ "componentType":5125,
+ "count":309120,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":107,
+ "componentType":5126,
+ "count":133440,
+ "max":[
+ 0.2798900604248047,
+ 0.20444762706756592,
+ 0.22626060247421265
+ ],
+ "min":[
+ -0.12017431110143661,
+ -0.20444808900356293,
+ -0.45916083455085754
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":108,
+ "componentType":5126,
+ "count":133440,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":109,
+ "componentType":5126,
+ "count":133440,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":110,
+ "componentType":5125,
+ "count":133440,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":111,
+ "componentType":5126,
+ "count":306,
+ "max":[
+ 0.14065097272396088,
+ 0.015393968671560287,
+ 0.22207751870155334
+ ],
+ "min":[
+ 0.1056734025478363,
+ -0.015393509529531002,
+ 0.21096071600914001
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":112,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":113,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":114,
+ "componentType":5123,
+ "count":306,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":115,
+ "componentType":5126,
+ "count":306,
+ "max":[
+ 0.01786148175597191,
+ 0.015393968671560287,
+ -0.030988413840532303
+ ],
+ "min":[
+ -0.01711609587073326,
+ -0.015393509529531002,
+ -0.04210522025823593
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":116,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":117,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":118,
+ "componentType":5126,
+ "count":12096,
+ "max":[
+ 0.8458529114723206,
+ 0.14384277164936066,
+ 0.13653503358364105
+ ],
+ "min":[
+ 0.7432301044464111,
+ -0.11287485063076019,
+ 0.04744415357708931
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":119,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":120,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":121,
+ "componentType":5126,
+ "count":27456,
+ "max":[
+ 0.9115674495697021,
+ 0.2734924256801605,
+ 0.23915107548236847
+ ],
+ "min":[
+ -0.1496797353029251,
+ -0.24252453446388245,
+ 0.032489094883203506
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":122,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":123,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":124,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ -5.6742564993328415e-06,
+ 0.4833521246910095
+ ],
+ "min":[
+ -0.03604679927229881,
+ -0.030329104512929916,
+ 0.42091721296310425
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":125,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":126,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":127,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ 0.030319515615701675,
+ 0.4833521246910095
+ ],
+ "min":[
+ -0.03604679927229881,
+ -3.9151123019109946e-06,
+ 0.42091721296310425
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":128,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":129,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":130,
+ "componentType":5126,
+ "count":12096,
+ "max":[
+ 0.8458529114723206,
+ 0.14384277164936066,
+ -0.04744415357708931
+ ],
+ "min":[
+ 0.7432301044464111,
+ -0.11287485063076019,
+ -0.13653503358364105
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":131,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":132,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":133,
+ "componentType":5126,
+ "count":27456,
+ "max":[
+ 0.9115674495697021,
+ 0.2734924256801605,
+ -0.032489094883203506
+ ],
+ "min":[
+ -0.1496797353029251,
+ -0.24252453446388245,
+ -0.23915107548236847
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":134,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":135,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":136,
+ "componentType":5126,
+ "count":17952,
+ "max":[
+ 0.6587533354759216,
+ 0.4895773231983185,
+ 0.49062660336494446
+ ],
+ "min":[
+ 0.28995105624198914,
+ -0.408750981092453,
+ 0.4706262946128845
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":137,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":138,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":139,
+ "componentType":5126,
+ "count":4416,
+ "max":[
+ -2.3294496536254883,
+ 0.6519991159439087,
+ -0.0969354435801506
+ ],
+ "min":[
+ -2.6735680103302,
+ -0.17284177243709564,
+ -0.13782227039337158
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":140,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":141,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":142,
+ "componentType":5126,
+ "count":17952,
+ "max":[
+ 0.6587533354759216,
+ 0.4895773231983185,
+ -0.4706262946128845
+ ],
+ "min":[
+ 0.28995105624198914,
+ -0.408750981092453,
+ -0.49062660336494446
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":143,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":144,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":145,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":146,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":147,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":148,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":149,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":150,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":151,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":152,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":153,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":154,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":155,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":156,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":157,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":158,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":159,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":160,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":161,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":162,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":163,
+ "componentType":5126,
+ "count":309120,
+ "max":[
+ 0.14803782105445862,
+ 0.46098625659942627,
+ 0.2143007218837738
+ ],
+ "min":[
+ -0.18196575343608856,
+ -0.405908465385437,
+ 0.0789111778140068
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":164,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":165,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":166,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":167,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":168,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":169,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":170,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":171,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":172,
+ "componentType":5126,
+ "count":309120,
+ "max":[
+ 0.14803782105445862,
+ 0.46098625659942627,
+ -0.0789111778140068
+ ],
+ "min":[
+ -0.18196575343608856,
+ -0.405908465385437,
+ -0.2143007218837738
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":173,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":174,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":175,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":176,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":177,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":178,
+ "componentType":5123,
+ "count":2892,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":179,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":180,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":181,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":182,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":183,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":184,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":185,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":186,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":187,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":188,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":189,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":190,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":191,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":192,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":193,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":194,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":195,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":196,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":197,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":198,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":199,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":200,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":201,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":202,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":203,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":204,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":205,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":206,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":207,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":208,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":209,
+ "componentType":5126,
+ "count":18828,
+ "max":[
+ -1.9966288805007935,
+ 0.9867457151412964,
+ 1.6713963747024536
+ ],
+ "min":[
+ -3.584339141845703,
+ -0.6009645462036133,
+ 1.5666438341140747
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":210,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":211,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":212,
+ "componentType":5123,
+ "count":18828,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":213,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":214,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":215,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":216,
+ "componentType":5123,
+ "count":2892,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":217,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":218,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":219,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":220,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":221,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":222,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":223,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":224,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":225,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":226,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":227,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":228,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":229,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":230,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":231,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":232,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":233,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":234,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":235,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":236,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":237,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":238,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":239,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":240,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":241,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":242,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":243,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":244,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":245,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":246,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":247,
+ "componentType":5126,
+ "count":18828,
+ "max":[
+ -1.9966288805007935,
+ 0.9867457151412964,
+ -1.5666438341140747
+ ],
+ "min":[
+ -3.584339141845703,
+ -0.6009645462036133,
+ -1.6713963747024536
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":248,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":249,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":250,
+ "componentType":5123,
+ "count":18828,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":251,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":252,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":253,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":254,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":255,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":256,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":257,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":258,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":259,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":260,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":261,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":262,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":263,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":264,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":265,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":266,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":267,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":268,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":269,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":270,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":271,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":272,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":273,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":274,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":275,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":276,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":277,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":278,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":279,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":280,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":281,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":282,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":283,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":284,
+ "componentType":5126,
+ "count":18828,
+ "max":[
+ -1.9966288805007935,
+ 0.9867457151412964,
+ -1.5666438341140747
+ ],
+ "min":[
+ -3.584339141845703,
+ -0.6009645462036133,
+ -1.6713963747024536
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":285,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":286,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":287,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":288,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":289,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":290,
+ "componentType":5126,
+ "count":18828,
+ "max":[
+ -1.9966288805007935,
+ 0.9867457151412964,
+ 1.6713963747024536
+ ],
+ "min":[
+ -3.584339141845703,
+ -0.6009645462036133,
+ 1.5666438341140747
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":291,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":292,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":293,
+ "componentType":5126,
+ "count":4308,
+ "max":[
+ 0.22480225563049316,
+ 0.22143086791038513,
+ 0.6474164724349976
+ ],
+ "min":[
+ -0.22480225563049316,
+ -0.22143086791038513,
+ -3.83309268951416
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":294,
+ "componentType":5126,
+ "count":4308,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":295,
+ "componentType":5126,
+ "count":4308,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":296,
+ "componentType":5123,
+ "count":4308,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":297,
+ "componentType":5126,
+ "count":18144,
+ "max":[
+ 1.0203351974487305,
+ 1.01497483253479,
+ 0.17161962389945984
+ ],
+ "min":[
+ -1.0203351974487305,
+ -1.01497483253479,
+ -0.18776428699493408
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":298,
+ "componentType":5126,
+ "count":18144,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":299,
+ "componentType":5126,
+ "count":18144,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":300,
+ "componentType":5123,
+ "count":18144,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":301,
+ "componentType":5126,
+ "count":18144,
+ "max":[
+ 1.0203351974487305,
+ 1.01497483253479,
+ 0.17161962389945984
+ ],
+ "min":[
+ -1.0203351974487305,
+ -1.01497483253479,
+ -0.18776428699493408
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":302,
+ "componentType":5126,
+ "count":18144,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":303,
+ "componentType":5126,
+ "count":18144,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":304,
+ "componentType":5123,
+ "count":18144,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":305,
+ "componentType":5126,
+ "count":133440,
+ "max":[
+ 0.12017431110143661,
+ 0.20444762706756592,
+ 0.45916083455085754
+ ],
+ "min":[
+ -0.2798900604248047,
+ -0.20444808900356293,
+ -0.22626060247421265
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":306,
+ "componentType":5126,
+ "count":133440,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":307,
+ "componentType":5126,
+ "count":133440,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":308,
+ "componentType":5126,
+ "count":306,
+ "max":[
+ -0.1056734025478363,
+ 0.015393968671560287,
+ -0.21096071600914001
+ ],
+ "min":[
+ -0.14065097272396088,
+ -0.015393509529531002,
+ -0.22207751870155334
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":309,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":310,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":311,
+ "componentType":5126,
+ "count":306,
+ "max":[
+ 0.01711609587073326,
+ 0.015393968671560287,
+ 0.04210522025823593
+ ],
+ "min":[
+ -0.01786148175597191,
+ -0.015393509529531002,
+ 0.030988413840532303
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":312,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":313,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":314,
+ "componentType":5126,
+ "count":12096,
+ "max":[
+ -0.7432301044464111,
+ 0.14384277164936066,
+ -0.04744415357708931
+ ],
+ "min":[
+ -0.8458529114723206,
+ -0.11287485063076019,
+ -0.13653503358364105
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":315,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":316,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":317,
+ "componentType":5126,
+ "count":27456,
+ "max":[
+ 0.1496797353029251,
+ 0.2734924256801605,
+ -0.032489094883203506
+ ],
+ "min":[
+ -0.9115674495697021,
+ -0.24252453446388245,
+ -0.23915107548236847
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":318,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":319,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":320,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ 0.030319515615701675,
+ -0.42091721296310425
+ ],
+ "min":[
+ -0.03604679927229881,
+ -3.9151123019109946e-06,
+ -0.4833521246910095
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":321,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":322,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":323,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ -5.6742564993328415e-06,
+ -0.42091721296310425
+ ],
+ "min":[
+ -0.03604679927229881,
+ -0.030329104512929916,
+ -0.4833521246910095
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":324,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":325,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":326,
+ "componentType":5126,
+ "count":12096,
+ "max":[
+ -0.7432301044464111,
+ 0.14384277164936066,
+ 0.13653503358364105
+ ],
+ "min":[
+ -0.8458529114723206,
+ -0.11287485063076019,
+ 0.04744415357708931
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":327,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":328,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":329,
+ "componentType":5126,
+ "count":27456,
+ "max":[
+ 0.1496797353029251,
+ 0.2734924256801605,
+ 0.23915107548236847
+ ],
+ "min":[
+ -0.9115674495697021,
+ -0.24252453446388245,
+ 0.032489094883203506
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":330,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":331,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":332,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ 0.030319515615701675,
+ 0.4833521246910095
+ ],
+ "min":[
+ -0.03604679927229881,
+ -3.9151123019109946e-06,
+ 0.42091721296310425
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":333,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":334,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":335,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ -5.6742564993328415e-06,
+ 0.4833521246910095
+ ],
+ "min":[
+ -0.03604679927229881,
+ -0.030329104512929916,
+ 0.42091721296310425
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":336,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":337,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":338,
+ "componentType":5126,
+ "count":4416,
+ "max":[
+ 2.6735680103302,
+ 0.6519991159439087,
+ -0.0969354435801506
+ ],
+ "min":[
+ 2.3294496536254883,
+ -0.17284177243709564,
+ -0.13782227039337158
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":339,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":340,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":341,
+ "componentType":5126,
+ "count":17952,
+ "max":[
+ -0.28995105624198914,
+ 0.4895773231983185,
+ -0.4706262946128845
+ ],
+ "min":[
+ -0.6587533354759216,
+ -0.408750981092453,
+ -0.49062660336494446
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":342,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":343,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":344,
+ "componentType":5126,
+ "count":4416,
+ "max":[
+ 2.6735680103302,
+ 0.6519991159439087,
+ 0.13782227039337158
+ ],
+ "min":[
+ 2.3294496536254883,
+ -0.17284177243709564,
+ 0.0969354435801506
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":345,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":346,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":347,
+ "componentType":5126,
+ "count":17952,
+ "max":[
+ -0.28995105624198914,
+ 0.4895773231983185,
+ 0.49062660336494446
+ ],
+ "min":[
+ -0.6587533354759216,
+ -0.408750981092453,
+ 0.4706262946128845
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":348,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":349,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":350,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":351,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":352,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":353,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":354,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":355,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":356,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":357,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":358,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":359,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":360,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":361,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":362,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":363,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":364,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":365,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":366,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":367,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":368,
+ "componentType":5126,
+ "count":309120,
+ "max":[
+ 0.18196575343608856,
+ 0.46098625659942627,
+ -0.0789111778140068
+ ],
+ "min":[
+ -0.14803782105445862,
+ -0.405908465385437,
+ -0.2143007218837738
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":369,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":370,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":371,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":372,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":373,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":374,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":375,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":376,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":377,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":378,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":379,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":380,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":381,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":382,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":383,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":384,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":385,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":386,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":387,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":388,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":389,
+ "componentType":5126,
+ "count":309120,
+ "max":[
+ 0.18196575343608856,
+ 0.46098625659942627,
+ 0.2143007218837738
+ ],
+ "min":[
+ -0.14803782105445862,
+ -0.405908465385437,
+ 0.0789111778140068
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":390,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":391,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":392,
+ "componentType":5126,
+ "count":133440,
+ "max":[
+ 0.12017431110143661,
+ 0.20444762706756592,
+ 0.22626060247421265
+ ],
+ "min":[
+ -0.2798900604248047,
+ -0.20444808900356293,
+ -0.45916083455085754
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":393,
+ "componentType":5126,
+ "count":133440,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":394,
+ "componentType":5126,
+ "count":133440,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":395,
+ "componentType":5126,
+ "count":306,
+ "max":[
+ -0.1056734025478363,
+ 0.015393968671560287,
+ 0.22207751870155334
+ ],
+ "min":[
+ -0.14065097272396088,
+ -0.015393509529531002,
+ 0.21096071600914001
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":396,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":397,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":398,
+ "componentType":5126,
+ "count":306,
+ "max":[
+ 0.01711609587073326,
+ 0.015393968671560287,
+ -0.030988413840532303
+ ],
+ "min":[
+ -0.01786148175597191,
+ -0.015393509529531002,
+ -0.04210522025823593
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":399,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":400,
+ "componentType":5126,
+ "count":306,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":401,
+ "componentType":5126,
+ "count":12096,
+ "max":[
+ -0.7432301044464111,
+ 0.14384277164936066,
+ 0.13653503358364105
+ ],
+ "min":[
+ -0.8458529114723206,
+ -0.11287485063076019,
+ 0.04744415357708931
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":402,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":403,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":404,
+ "componentType":5126,
+ "count":27456,
+ "max":[
+ 0.1496797353029251,
+ 0.2734924256801605,
+ 0.23915107548236847
+ ],
+ "min":[
+ -0.9115674495697021,
+ -0.24252453446388245,
+ 0.032489094883203506
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":405,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":406,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":407,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ 0.030319515615701675,
+ 0.4833521246910095
+ ],
+ "min":[
+ -0.03604679927229881,
+ -3.9151123019109946e-06,
+ 0.42091721296310425
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":408,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":409,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":410,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ -5.6742564993328415e-06,
+ 0.4833521246910095
+ ],
+ "min":[
+ -0.03604679927229881,
+ -0.030329104512929916,
+ 0.42091721296310425
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":411,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":412,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":413,
+ "componentType":5126,
+ "count":12096,
+ "max":[
+ -0.7432301044464111,
+ 0.14384277164936066,
+ -0.04744415357708931
+ ],
+ "min":[
+ -0.8458529114723206,
+ -0.11287485063076019,
+ -0.13653503358364105
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":414,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":415,
+ "componentType":5126,
+ "count":12096,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":416,
+ "componentType":5126,
+ "count":27456,
+ "max":[
+ 0.1496797353029251,
+ 0.2734924256801605,
+ -0.032489094883203506
+ ],
+ "min":[
+ -0.9115674495697021,
+ -0.24252453446388245,
+ -0.23915107548236847
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":417,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":418,
+ "componentType":5126,
+ "count":27456,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":419,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ 0.030319515615701675,
+ -0.42091721296310425
+ ],
+ "min":[
+ -0.03604679927229881,
+ -3.9151123019109946e-06,
+ -0.4833521246910095
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":420,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":421,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":422,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.03604679927229881,
+ -5.6742564993328415e-06,
+ -0.42091721296310425
+ ],
+ "min":[
+ -0.03604679927229881,
+ -0.030329104512929916,
+ -0.4833521246910095
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":423,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":424,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":425,
+ "componentType":5126,
+ "count":4416,
+ "max":[
+ 2.6735680103302,
+ 0.6519991159439087,
+ 0.13782227039337158
+ ],
+ "min":[
+ 2.3294496536254883,
+ -0.17284177243709564,
+ 0.0969354435801506
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":426,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":427,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":428,
+ "componentType":5126,
+ "count":17952,
+ "max":[
+ -0.28995105624198914,
+ 0.4895773231983185,
+ 0.49062660336494446
+ ],
+ "min":[
+ -0.6587533354759216,
+ -0.408750981092453,
+ 0.4706262946128845
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":429,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":430,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":431,
+ "componentType":5126,
+ "count":4416,
+ "max":[
+ 2.6735680103302,
+ 0.6519991159439087,
+ -0.0969354435801506
+ ],
+ "min":[
+ 2.3294496536254883,
+ -0.17284177243709564,
+ -0.13782227039337158
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":432,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":433,
+ "componentType":5126,
+ "count":4416,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":434,
+ "componentType":5126,
+ "count":17952,
+ "max":[
+ -0.28995105624198914,
+ 0.4895773231983185,
+ -0.4706262946128845
+ ],
+ "min":[
+ -0.6587533354759216,
+ -0.408750981092453,
+ -0.49062660336494446
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":435,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":436,
+ "componentType":5126,
+ "count":17952,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":437,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":438,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":439,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":440,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":441,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":442,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":443,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":444,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":445,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":446,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":447,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":448,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":449,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":450,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":451,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":452,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ 0.2866177260875702
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ 0.24959513545036316
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":453,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":454,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":455,
+ "componentType":5126,
+ "count":309120,
+ "max":[
+ 0.18196575343608856,
+ 0.46098625659942627,
+ 0.2143007218837738
+ ],
+ "min":[
+ -0.14803782105445862,
+ -0.405908465385437,
+ 0.0789111778140068
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":456,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":457,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":458,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":459,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":460,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":461,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":462,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":463,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":464,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":465,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":466,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":467,
+ "componentType":5126,
+ "count":288,
+ "max":[
+ 0.01282500009983778,
+ 0.08007173985242844,
+ 0.012000000104308128
+ ],
+ "min":[
+ -0.01282500009983778,
+ -0.06590276211500168,
+ -0.012000000104308128
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":468,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":469,
+ "componentType":5126,
+ "count":288,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":470,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ 0.01818818598985672,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ 1.9435679860180244e-05,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":471,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":472,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":473,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.021375000476837158,
+ -3.364715666975826e-06,
+ -0.24959513545036316
+ ],
+ "min":[
+ -0.021375000476837158,
+ -0.018172115087509155,
+ -0.2866177260875702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":474,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":475,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":476,
+ "componentType":5126,
+ "count":309120,
+ "max":[
+ 0.18196575343608856,
+ 0.46098625659942627,
+ -0.0789111778140068
+ ],
+ "min":[
+ -0.14803782105445862,
+ -0.405908465385437,
+ -0.2143007218837738
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":477,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":478,
+ "componentType":5126,
+ "count":309120,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":479,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":480,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":481,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":482,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03997451439499855,
+ 0.03997451439499855,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03997451439499855,
+ -0.03997451439499855,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":483,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":484,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":485,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03997451439499855,
+ 0.03997451439499855,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03997451439499855,
+ -0.03997451439499855,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":486,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":487,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":488,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039898086339235306,
+ 0.039898086339235306,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039898086339235306,
+ -0.039898086339235306,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":489,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":490,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":491,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039770811796188354,
+ 0.039770811796188354,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039770811796188354,
+ -0.039770811796188354,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":492,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":493,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":494,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03959285840392113,
+ 0.03959285840392113,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03959285840392113,
+ -0.03959285840392113,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":495,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":496,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":497,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03936444967985153,
+ 0.03936444967985153,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03936444967985153,
+ -0.03936444967985153,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":498,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":499,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":500,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03936444967985153,
+ 0.03936444967985153,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03936444967985153,
+ -0.03936444967985153,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":501,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":502,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":503,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03959285840392113,
+ 0.03959285840392113,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03959285840392113,
+ -0.03959285840392113,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":504,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":505,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":506,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039770811796188354,
+ 0.039770811796188354,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039770811796188354,
+ -0.039770811796188354,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":507,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":508,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":509,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039898086339235306,
+ 0.039898086339235306,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039898086339235306,
+ -0.039898086339235306,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":510,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":511,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":512,
+ "componentType":5126,
+ "count":18828,
+ "max":[
+ 3.584339141845703,
+ 0.9867457151412964,
+ -1.5666438341140747
+ ],
+ "min":[
+ 1.9966288805007935,
+ -0.6009645462036133,
+ -1.6713963747024536
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":513,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":514,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":515,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":516,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":517,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":518,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03997451439499855,
+ 0.03997451439499855,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03997451439499855,
+ -0.03997451439499855,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":519,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":520,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":521,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03997451439499855,
+ 0.03997451439499855,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03997451439499855,
+ -0.03997451439499855,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":522,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":523,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":524,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039898086339235306,
+ 0.039898086339235306,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039898086339235306,
+ -0.039898086339235306,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":525,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":526,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":527,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039770811796188354,
+ 0.039770811796188354,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039770811796188354,
+ -0.039770811796188354,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":528,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":529,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":530,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03959285840392113,
+ 0.03959285840392113,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03959285840392113,
+ -0.03959285840392113,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":531,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":532,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":533,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03936444967985153,
+ 0.03936444967985153,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03936444967985153,
+ -0.03936444967985153,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":534,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":535,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":536,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03936444967985153,
+ 0.03936444967985153,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03936444967985153,
+ -0.03936444967985153,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":537,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":538,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":539,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03959285840392113,
+ 0.03959285840392113,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03959285840392113,
+ -0.03959285840392113,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":540,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":541,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":542,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039770811796188354,
+ 0.039770811796188354,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039770811796188354,
+ -0.039770811796188354,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":543,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":544,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":545,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039898086339235306,
+ 0.039898086339235306,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039898086339235306,
+ -0.039898086339235306,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":546,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":547,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":548,
+ "componentType":5126,
+ "count":18828,
+ "max":[
+ 3.584339141845703,
+ 0.9867457151412964,
+ 1.6713963747024536
+ ],
+ "min":[
+ 1.9966288805007935,
+ -0.6009645462036133,
+ 1.5666438341140747
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":549,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":550,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":551,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":552,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":553,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":554,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03997451439499855,
+ 0.03997451439499855,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03997451439499855,
+ -0.03997451439499855,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":555,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":556,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":557,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03997451439499855,
+ 0.03997451439499855,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03997451439499855,
+ -0.03997451439499855,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":558,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":559,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":560,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039898086339235306,
+ 0.039898086339235306,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039898086339235306,
+ -0.039898086339235306,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":561,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":562,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":563,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039770811796188354,
+ 0.039770811796188354,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039770811796188354,
+ -0.039770811796188354,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":564,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":565,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":566,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03959285840392113,
+ 0.03959285840392113,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03959285840392113,
+ -0.03959285840392113,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":567,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":568,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":569,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03936444967985153,
+ 0.03936444967985153,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03936444967985153,
+ -0.03936444967985153,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":570,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":571,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":572,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03936444967985153,
+ 0.03936444967985153,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03936444967985153,
+ -0.03936444967985153,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":573,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":574,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":575,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03959285840392113,
+ 0.03959285840392113,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03959285840392113,
+ -0.03959285840392113,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":576,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":577,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":578,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039770811796188354,
+ 0.039770811796188354,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039770811796188354,
+ -0.039770811796188354,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":579,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":580,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":581,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039898086339235306,
+ 0.039898086339235306,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039898086339235306,
+ -0.039898086339235306,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":582,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":583,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":584,
+ "componentType":5126,
+ "count":18828,
+ "max":[
+ 3.584339141845703,
+ 0.9867457151412964,
+ -1.5666438341140747
+ ],
+ "min":[
+ 1.9966288805007935,
+ -0.6009645462036133,
+ -1.6713963747024536
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":585,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":586,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":587,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03999999910593033,
+ 0.03999999910593033,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.03999999910593033,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":588,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":589,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":590,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03997451439499855,
+ 0.03997451439499855,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03997451439499855,
+ -0.03997451439499855,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":591,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":592,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":593,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03997451439499855,
+ 0.03997451439499855,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03997451439499855,
+ -0.03997451439499855,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":594,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":595,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":596,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039898086339235306,
+ 0.039898086339235306,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039898086339235306,
+ -0.039898086339235306,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":597,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":598,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":599,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039770811796188354,
+ 0.039770811796188354,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039770811796188354,
+ -0.039770811796188354,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":600,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":601,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":602,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03959285840392113,
+ 0.03959285840392113,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03959285840392113,
+ -0.03959285840392113,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":603,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":604,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":605,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03936444967985153,
+ 0.03936444967985153,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03936444967985153,
+ -0.03936444967985153,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":606,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":607,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":608,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03936444967985153,
+ 0.03936444967985153,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03936444967985153,
+ -0.03936444967985153,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":609,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":610,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":611,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.03959285840392113,
+ 0.03959285840392113,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.03959285840392113,
+ -0.03959285840392113,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":612,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":613,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":614,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039770811796188354,
+ 0.039770811796188354,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039770811796188354,
+ -0.039770811796188354,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":615,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":616,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":617,
+ "componentType":5126,
+ "count":2892,
+ "max":[
+ 0.039898086339235306,
+ 0.039898086339235306,
+ 0.019999999552965164
+ ],
+ "min":[
+ -0.039898086339235306,
+ -0.039898086339235306,
+ -0.019999999552965164
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":618,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":619,
+ "componentType":5126,
+ "count":2892,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":620,
+ "componentType":5126,
+ "count":18828,
+ "max":[
+ 3.584339141845703,
+ 0.9867457151412964,
+ 1.6713963747024536
+ ],
+ "min":[
+ 1.9966288805007935,
+ -0.6009645462036133,
+ 1.5666438341140747
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":621,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":622,
+ "componentType":5126,
+ "count":18828,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":623,
+ "componentType":5126,
+ "count":4308,
+ "max":[
+ 0.22480225563049316,
+ 0.22143086791038513,
+ 0.6474164724349976
+ ],
+ "min":[
+ -0.22480225563049316,
+ -0.22143086791038513,
+ -3.83309268951416
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":624,
+ "componentType":5126,
+ "count":4308,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":625,
+ "componentType":5126,
+ "count":4308,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":626,
+ "componentType":5123,
+ "count":4308,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":627,
+ "componentType":5126,
+ "count":18144,
+ "max":[
+ 1.0203351974487305,
+ 1.01497483253479,
+ 0.17161962389945984
+ ],
+ "min":[
+ -1.0203351974487305,
+ -1.01497483253479,
+ -0.18776428699493408
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":628,
+ "componentType":5126,
+ "count":18144,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":629,
+ "componentType":5126,
+ "count":18144,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":630,
+ "componentType":5123,
+ "count":18144,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":631,
+ "componentType":5126,
+ "count":18144,
+ "max":[
+ 1.0203351974487305,
+ 1.01497483253479,
+ 0.17161962389945984
+ ],
+ "min":[
+ -1.0203351974487305,
+ -1.01497483253479,
+ -0.18776428699493408
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":632,
+ "componentType":5126,
+ "count":18144,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":633,
+ "componentType":5126,
+ "count":18144,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":634,
+ "componentType":5123,
+ "count":18144,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":635,
+ "componentType":5126,
+ "count":232704,
+ "max":[
+ 1.0771836042404175,
+ 1.0658141129045731e-17,
+ 2.5120692253112793
+ ],
+ "min":[
+ -1.0771836042404175,
+ -0.3005903363227844,
+ -2.5120692253112793
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":636,
+ "componentType":5126,
+ "count":232704,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":637,
+ "componentType":5126,
+ "count":232704,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":638,
+ "componentType":5125,
+ "count":232704,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":639,
+ "componentType":5126,
+ "count":89088,
+ "max":[
+ 1.044482707977295,
+ -0.21087390184402466,
+ 2.568289041519165
+ ],
+ "min":[
+ -1.044482707977295,
+ -0.464055597782135,
+ -2.568289041519165
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":640,
+ "componentType":5126,
+ "count":89088,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":641,
+ "componentType":5126,
+ "count":89088,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":642,
+ "componentType":5125,
+ "count":89088,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":643,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 0.9274212121963501,
+ 0.08858685195446014,
+ 2.1121509075164795
+ ],
+ "min":[
+ -0.9274212121963501,
+ -0.07538770139217377,
+ -2.1121509075164795
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":644,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":645,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":646,
+ "componentType":5123,
+ "count":1152,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":647,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.938237190246582,
+ 0.02300858683884144,
+ 2.1193442344665527
+ ],
+ "min":[
+ -0.938237190246582,
+ 2.4586703148088418e-05,
+ -2.1193442344665527
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":648,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":649,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":650,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":651,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.938237190246582,
+ -4.25646385338041e-06,
+ 2.1193442344665527
+ ],
+ "min":[
+ -0.938237190246582,
+ -0.022988256067037582,
+ -2.1193442344665527
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":652,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":653,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":654,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 0.7549938559532166,
+ 0.08858685195446014,
+ 2.2929489612579346
+ ],
+ "min":[
+ -0.7549938559532166,
+ -0.07538770139217377,
+ -2.2929489612579346
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":655,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":656,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":657,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.7658098936080933,
+ 0.02300858683884144,
+ 2.300142288208008
+ ],
+ "min":[
+ -0.7658098936080933,
+ 2.4586703148088418e-05,
+ -2.300142288208008
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":658,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":659,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":660,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.7658098936080933,
+ -4.25646385338041e-06,
+ 2.300142288208008
+ ],
+ "min":[
+ -0.7658098936080933,
+ -0.022988256067037582,
+ -2.300142288208008
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":661,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":662,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":663,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 0.9274212121963501,
+ 0.08858685195446014,
+ 2.2929489612579346
+ ],
+ "min":[
+ -0.9274212121963501,
+ -0.07538770139217377,
+ -2.2929489612579346
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":664,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":665,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":666,
+ "componentType":5123,
+ "count":1152,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":667,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.938237190246582,
+ 0.02300858683884144,
+ 2.300142288208008
+ ],
+ "min":[
+ -0.938237190246582,
+ 2.4586703148088418e-05,
+ -2.300142288208008
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":668,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":669,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":670,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":671,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.938237190246582,
+ -4.25646385338041e-06,
+ 2.300142288208008
+ ],
+ "min":[
+ -0.938237190246582,
+ -0.022988256067037582,
+ -2.300142288208008
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":672,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":673,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":674,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 0.7549938559532166,
+ 0.08858685195446014,
+ 2.1121509075164795
+ ],
+ "min":[
+ -0.7549938559532166,
+ -0.07538770139217377,
+ -2.1121509075164795
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":675,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":676,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":677,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.7658098936080933,
+ -4.25646385338041e-06,
+ 2.1193442344665527
+ ],
+ "min":[
+ -0.7658098936080933,
+ -0.022988256067037582,
+ -2.1193442344665527
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":678,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":679,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":680,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.7658098936080933,
+ 0.02300858683884144,
+ 2.1193442344665527
+ ],
+ "min":[
+ -0.7658098936080933,
+ 2.4586703148088418e-05,
+ -2.1193442344665527
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":681,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":682,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":683,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 3.4730257987976074,
+ 0.021615291014313698,
+ 2.225140333175659
+ ],
+ "min":[
+ -3.4730257987976074,
+ -0.021615291014313698,
+ -2.225140333175659
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":684,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":685,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":686,
+ "componentType":5123,
+ "count":768,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":687,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 3.5110256671905518,
+ 0.002338613150641322,
+ 2.2631402015686035
+ ],
+ "min":[
+ -3.5110256671905518,
+ -0.002338613150641322,
+ -2.2631402015686035
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":688,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":689,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":690,
+ "componentType":5123,
+ "count":3072,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":691,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 3.508025646209717,
+ 0.022324811667203903,
+ 2.2601401805877686
+ ],
+ "min":[
+ -3.508025646209717,
+ -0.022324811667203903,
+ -2.2601401805877686
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":692,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":693,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":694,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 3.508025646209717,
+ 0.022324811667203903,
+ 2.2601401805877686
+ ],
+ "min":[
+ -3.508025646209717,
+ -0.022324811667203903,
+ -2.2601401805877686
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":695,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":696,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":697,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 3.5204598903656006,
+ 0.19254721701145172,
+ 2.2725744247436523
+ ],
+ "min":[
+ -3.5204598903656006,
+ -0.19254721701145172,
+ -2.2725744247436523
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":698,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":699,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":700,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 3.5310256481170654,
+ 0.20164906978607178,
+ 2.283140182495117
+ ],
+ "min":[
+ -3.5310256481170654,
+ -0.20164906978607178,
+ -2.283140182495117
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":701,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":702,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":703,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 3.508025646209717,
+ 0.022324811667203903,
+ 2.2601401805877686
+ ],
+ "min":[
+ -3.508025646209717,
+ -0.022324811667203903,
+ -2.2601401805877686
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":704,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":705,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":706,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 3.5110256671905518,
+ 0.002338613150641322,
+ 2.2631402015686035
+ ],
+ "min":[
+ -3.5110256671905518,
+ -0.002338613150641322,
+ -2.2631402015686035
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":707,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":708,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":709,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 3.4730257987976074,
+ 0.021615291014313698,
+ 2.225140333175659
+ ],
+ "min":[
+ -3.4730257987976074,
+ -0.021615291014313698,
+ -2.225140333175659
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":710,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":711,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":712,
+ "componentType":5126,
+ "count":86784,
+ "max":[
+ 3.5210771560668945,
+ 0.7997605204582214,
+ 2.4763078689575195
+ ],
+ "min":[
+ -3.5210771560668945,
+ 0.4208938181400299,
+ -2.4763078689575195
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":713,
+ "componentType":5126,
+ "count":86784,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":714,
+ "componentType":5126,
+ "count":86784,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":715,
+ "componentType":5125,
+ "count":86784,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":716,
+ "componentType":5126,
+ "count":1039104,
+ "max":[
+ 4.357529640197754,
+ 0.6018847823143005,
+ 2.4574146270751953
+ ],
+ "min":[
+ -4.357529640197754,
+ -0.5769014954566956,
+ -2.4574146270751953
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":717,
+ "componentType":5126,
+ "count":1039104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":718,
+ "componentType":5126,
+ "count":1039104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":719,
+ "componentType":5125,
+ "count":1039104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":720,
+ "componentType":5126,
+ "count":39552,
+ "max":[
+ 3.8979125022888184,
+ 0.3043498396873474,
+ 1.6598366498947144
+ ],
+ "min":[
+ -3.8979125022888184,
+ 0.025460997596383095,
+ -1.6598366498947144
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":721,
+ "componentType":5126,
+ "count":39552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":722,
+ "componentType":5126,
+ "count":39552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":723,
+ "componentType":5123,
+ "count":39552,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":724,
+ "componentType":5126,
+ "count":10272,
+ "max":[
+ 4.05699348449707,
+ -0.4058878719806671,
+ 1.7495088577270508
+ ],
+ "min":[
+ -4.05699348449707,
+ -0.6878631114959717,
+ -1.7495088577270508
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":725,
+ "componentType":5126,
+ "count":10272,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":726,
+ "componentType":5126,
+ "count":10272,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":727,
+ "componentType":5123,
+ "count":10272,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":728,
+ "componentType":5126,
+ "count":165888,
+ "max":[
+ 4.0570855140686035,
+ -0.407676100730896,
+ 1.6895089149475098
+ ],
+ "min":[
+ -4.0570855140686035,
+ -0.6887996196746826,
+ -1.6895089149475098
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":729,
+ "componentType":5126,
+ "count":165888,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":730,
+ "componentType":5126,
+ "count":165888,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":731,
+ "componentType":5125,
+ "count":165888,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":732,
+ "componentType":5126,
+ "count":82944,
+ "max":[
+ 4.0563201904296875,
+ -0.406300812959671,
+ 1.6745091676712036
+ ],
+ "min":[
+ -4.0563201904296875,
+ -0.6874365210533142,
+ -1.6745091676712036
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":733,
+ "componentType":5126,
+ "count":82944,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":734,
+ "componentType":5126,
+ "count":82944,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":735,
+ "componentType":5125,
+ "count":82944,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":736,
+ "componentType":5126,
+ "count":462336,
+ "max":[
+ 4.633062839508057,
+ -0.15097841620445251,
+ 1.7795089483261108
+ ],
+ "min":[
+ -4.633062839508057,
+ -0.6871054172515869,
+ -1.7795089483261108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":737,
+ "componentType":5126,
+ "count":462336,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":738,
+ "componentType":5126,
+ "count":462336,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":739,
+ "componentType":5125,
+ "count":462336,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":740,
+ "componentType":5126,
+ "count":3600,
+ "max":[
+ 4.488590717315674,
+ 0.22484181821346283,
+ 1.6920937299728394
+ ],
+ "min":[
+ -4.488590717315674,
+ -0.22484181821346283,
+ -1.6920937299728394
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":741,
+ "componentType":5126,
+ "count":3600,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":742,
+ "componentType":5123,
+ "count":3600,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":743,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 4.436980724334717,
+ 0.021452870219945908,
+ 1.6739155054092407
+ ],
+ "min":[
+ -4.436980724334717,
+ -0.021452870219945908,
+ -1.6739155054092407
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":744,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":745,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":746,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.380403518676758,
+ 0.030520427972078323,
+ 1.6579841375350952
+ ],
+ "min":[
+ -4.380403518676758,
+ -0.03140867501497269,
+ -1.6579841375350952
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":747,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":748,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":749,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":750,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.4698076248168945,
+ 0.03241446241736412,
+ 1.698894739151001
+ ],
+ "min":[
+ -4.4698076248168945,
+ -0.02951464056968689,
+ -1.698894739151001
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":751,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":752,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":753,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":754,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 4.502047538757324,
+ 0.021452870219945908,
+ 1.5317203998565674
+ ],
+ "min":[
+ -4.502047538757324,
+ -0.021452870219945908,
+ -1.5317203998565674
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":755,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":756,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":757,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.445470333099365,
+ 0.030520427972078323,
+ 1.5157890319824219
+ ],
+ "min":[
+ -4.445470333099365,
+ -0.03140867501497269,
+ -1.5157890319824219
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":758,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":759,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":760,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":761,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.53487491607666,
+ 0.03241446241736412,
+ 1.5566996335983276
+ ],
+ "min":[
+ -4.53487491607666,
+ -0.02951464056968689,
+ -1.5566996335983276
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":762,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":763,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":764,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":765,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 3.968214273452759,
+ 0.01155209168791771,
+ 1.809119701385498
+ ],
+ "min":[
+ -3.968214273452759,
+ -0.01155209168791771,
+ -1.809119701385498
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":766,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":767,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":768,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.9756412506103516,
+ 0.018027720972895622,
+ 1.5647027492523193
+ ],
+ "min":[
+ -3.9756412506103516,
+ -0.018191467970609665,
+ -1.5647027492523193
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":769,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":770,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":771,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":772,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.9756412506103516,
+ 0.01837688498198986,
+ 1.7957638502120972
+ ],
+ "min":[
+ -3.9756412506103516,
+ -0.017842305824160576,
+ -1.7957638502120972
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":773,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":774,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":775,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 3.9067978858947754,
+ 0.01155209168791771,
+ 1.809119701385498
+ ],
+ "min":[
+ -3.9067978858947754,
+ -0.01155209168791771,
+ -1.809119701385498
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":776,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":777,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":778,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.914224863052368,
+ 0.018027720972895622,
+ 1.5647027492523193
+ ],
+ "min":[
+ -3.914224863052368,
+ -0.018191467970609665,
+ -1.5647027492523193
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":779,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":780,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":781,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.914224863052368,
+ 0.01837688498198986,
+ 1.7957638502120972
+ ],
+ "min":[
+ -3.914224863052368,
+ -0.017842305824160576,
+ -1.7957638502120972
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":782,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":783,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":784,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 4.027565002441406,
+ 0.01155209168791771,
+ 1.809119701385498
+ ],
+ "min":[
+ -4.027565002441406,
+ -0.01155209168791771,
+ -1.809119701385498
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":785,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":786,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":787,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.03499174118042,
+ 0.018027720972895622,
+ 1.5647027492523193
+ ],
+ "min":[
+ -4.03499174118042,
+ -0.018191467970609665,
+ -1.5647027492523193
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":788,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":789,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":790,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.03499174118042,
+ 0.01837688498198986,
+ 1.7957638502120972
+ ],
+ "min":[
+ -4.03499174118042,
+ -0.017842305824160576,
+ -1.7957638502120972
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":791,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":792,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":793,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 4.247499942779541,
+ 0.02359815686941147,
+ 1.863468885421753
+ ],
+ "min":[
+ -4.247499942779541,
+ -0.02359815686941147,
+ -1.863468885421753
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":794,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":795,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":796,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.263232231140137,
+ 0.033572468906641006,
+ 1.74980890750885
+ ],
+ "min":[
+ -4.263232231140137,
+ -0.034549541771411896,
+ -1.74980890750885
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":797,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":798,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":799,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.263232231140137,
+ 0.0356559082865715,
+ 1.8450887203216553
+ ],
+ "min":[
+ -4.263232231140137,
+ -0.0324661061167717,
+ -1.8450887203216553
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":800,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":801,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":802,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":803,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 4.247499942779541,
+ 0.02359815686941147,
+ 1.863468885421753
+ ],
+ "min":[
+ -4.247499942779541,
+ -0.02359815686941147,
+ -1.863468885421753
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":804,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":805,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":806,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.263232231140137,
+ 0.033572468906641006,
+ 1.74980890750885
+ ],
+ "min":[
+ -4.263232231140137,
+ -0.034549541771411896,
+ -1.74980890750885
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":807,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":808,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":809,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.263232231140137,
+ 0.0356559082865715,
+ 1.8450887203216553
+ ],
+ "min":[
+ -4.263232231140137,
+ -0.0324661061167717,
+ -1.8450887203216553
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":810,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":811,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":812,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 4.095997333526611,
+ 0.02359815686941147,
+ 1.863468885421753
+ ],
+ "min":[
+ -4.095997333526611,
+ -0.02359815686941147,
+ -1.863468885421753
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":813,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":814,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":815,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.106460094451904,
+ 0.03933026269078255,
+ 1.74980890750885
+ ],
+ "min":[
+ -4.106460094451904,
+ -0.03933026269078255,
+ -1.74980890750885
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":816,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":817,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":818,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.106460094451904,
+ 0.03933026269078255,
+ 1.8450887203216553
+ ],
+ "min":[
+ -4.106460094451904,
+ -0.03933026269078255,
+ -1.8450887203216553
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":819,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":820,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":821,
+ "componentType":5126,
+ "count":4224,
+ "max":[
+ 3.8561227321624756,
+ 0.05415000021457672,
+ 2.436641216278076
+ ],
+ "min":[
+ -3.8561227321624756,
+ -0.05415000021457672,
+ -2.436641216278076
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":822,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":823,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":824,
+ "componentType":5123,
+ "count":4224,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":825,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.8471627235412598,
+ 0.03340785577893257,
+ 2.4336025714874268
+ ],
+ "min":[
+ -3.8471627235412598,
+ -0.0020879909861832857,
+ -2.4336025714874268
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":826,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":827,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":828,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":829,
+ "componentType":5126,
+ "count":4224,
+ "max":[
+ 4.015507221221924,
+ 0.05415000021457672,
+ 2.436641216278076
+ ],
+ "min":[
+ -4.015507221221924,
+ -0.05415000021457672,
+ -2.436641216278076
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":830,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":831,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":832,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.006547451019287,
+ 0.03340785577893257,
+ 2.4336025714874268
+ ],
+ "min":[
+ -4.006547451019287,
+ -0.0020879909861832857,
+ -2.4336025714874268
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":833,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":834,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":835,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":836,
+ "componentType":5126,
+ "count":4224,
+ "max":[
+ 3.8561227321624756,
+ 0.05415000021457672,
+ 2.048311710357666
+ ],
+ "min":[
+ -3.8561227321624756,
+ -0.05415000021457672,
+ -2.048311710357666
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":837,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":838,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":839,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.8471627235412598,
+ 0.03340785577893257,
+ 2.0452728271484375
+ ],
+ "min":[
+ -3.8471627235412598,
+ -0.0020879909861832857,
+ -2.0452728271484375
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":840,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":841,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":842,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":843,
+ "componentType":5126,
+ "count":4224,
+ "max":[
+ 4.015507221221924,
+ 0.05415000021457672,
+ 2.048311710357666
+ ],
+ "min":[
+ -4.015507221221924,
+ -0.05415000021457672,
+ -2.048311710357666
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":844,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":845,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":846,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 4.006547451019287,
+ 0.03340785577893257,
+ 2.0452728271484375
+ ],
+ "min":[
+ -4.006547451019287,
+ -0.0020879909861832857,
+ -2.0452728271484375
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":847,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":848,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":849,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 3.847447156906128,
+ 0.01155209168791771,
+ 1.809119701385498
+ ],
+ "min":[
+ -3.847447156906128,
+ -0.01155209168791771,
+ -1.809119701385498
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":850,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":851,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":852,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.8548741340637207,
+ 0.018027720972895622,
+ 1.5647027492523193
+ ],
+ "min":[
+ -3.8548741340637207,
+ -0.018191467970609665,
+ -1.5647027492523193
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":853,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":854,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":855,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.8548741340637207,
+ 0.01837688498198986,
+ 1.7957638502120972
+ ],
+ "min":[
+ -3.8548741340637207,
+ -0.017842305824160576,
+ -1.7957638502120972
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":856,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":857,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":858,
+ "componentType":5126,
+ "count":2404608,
+ "max":[
+ 4.0612030029296875,
+ 1.1230378150939941,
+ 2.6715798377990723
+ ],
+ "min":[
+ -4.0612030029296875,
+ -0.16426299512386322,
+ -2.6715798377990723
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":859,
+ "componentType":5126,
+ "count":2404608,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":860,
+ "componentType":5126,
+ "count":2404608,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":861,
+ "componentType":5125,
+ "count":2404608,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":862,
+ "componentType":5126,
+ "count":65472,
+ "max":[
+ 2.8553478717803955,
+ 0.3504507541656494,
+ 2.605375289916992
+ ],
+ "min":[
+ -2.8553478717803955,
+ -0.04003354534506798,
+ -2.605375289916992
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":863,
+ "componentType":5126,
+ "count":65472,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":864,
+ "componentType":5126,
+ "count":65472,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":865,
+ "componentType":5123,
+ "count":65472,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":866,
+ "componentType":5126,
+ "count":208128,
+ "max":[
+ 3.3186111450195312,
+ 4.058801152950764e-07,
+ 2.3635005950927734
+ ],
+ "min":[
+ -3.3186111450195312,
+ -0.32661116123199463,
+ -2.3635005950927734
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":867,
+ "componentType":5126,
+ "count":208128,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":868,
+ "componentType":5126,
+ "count":208128,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":869,
+ "componentType":5125,
+ "count":208128,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":870,
+ "componentType":5126,
+ "count":38208,
+ "max":[
+ 3.1384389400482178,
+ 0.2964973747730255,
+ 2.427534341812134
+ ],
+ "min":[
+ -3.1384389400482178,
+ -0.32234397530555725,
+ -2.427534341812134
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":871,
+ "componentType":5126,
+ "count":38208,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":872,
+ "componentType":5126,
+ "count":38208,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":873,
+ "componentType":5123,
+ "count":38208,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":874,
+ "componentType":5126,
+ "count":1045248,
+ "max":[
+ 3.5275633335113525,
+ 0.3152989149093628,
+ 2.570899724960327
+ ],
+ "min":[
+ -3.5275633335113525,
+ -0.3067275881767273,
+ -2.570899724960327
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":875,
+ "componentType":5126,
+ "count":1045248,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":876,
+ "componentType":5126,
+ "count":1045248,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":877,
+ "componentType":5125,
+ "count":1045248,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":878,
+ "componentType":5126,
+ "count":1261824,
+ "max":[
+ 3.1319665908813477,
+ 0.2839404046535492,
+ 2.7371606826782227
+ ],
+ "min":[
+ -3.1319665908813477,
+ -0.31587159633636475,
+ -2.7371606826782227
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":879,
+ "componentType":5126,
+ "count":1261824,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":880,
+ "componentType":5126,
+ "count":1261824,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":881,
+ "componentType":5125,
+ "count":1261824,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":882,
+ "componentType":5126,
+ "count":38208,
+ "max":[
+ 3.1384389400482178,
+ 0.2964973747730255,
+ 2.0371079444885254
+ ],
+ "min":[
+ -3.1384389400482178,
+ -0.32234397530555725,
+ -2.0371079444885254
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":883,
+ "componentType":5126,
+ "count":38208,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":884,
+ "componentType":5126,
+ "count":38208,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":885,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 3.263706922531128,
+ 0.13779759407043457,
+ 2.132675886154175
+ ],
+ "min":[
+ -3.263706922531128,
+ 0.00954346265643835,
+ -2.132675886154175
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":886,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":887,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":888,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.2755963802337646,
+ 0.010113176889717579,
+ 2.1505534648895264
+ ],
+ "min":[
+ -3.2755963802337646,
+ -0.02787628024816513,
+ -2.1505534648895264
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":889,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":890,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":891,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":892,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.2755963802337646,
+ -4.1319224692415446e-05,
+ 2.1505534648895264
+ ],
+ "min":[
+ -3.2755963802337646,
+ -0.038030777126550674,
+ -2.1505534648895264
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":893,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":894,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":895,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":896,
+ "componentType":5126,
+ "count":1152,
+ "max":[
+ 3.263706922531128,
+ 0.13779759407043457,
+ 2.321235418319702
+ ],
+ "min":[
+ -3.263706922531128,
+ 0.00954346265643835,
+ -2.321235418319702
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":897,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":898,
+ "componentType":5126,
+ "count":1152,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":899,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.2755963802337646,
+ -4.1319224692415446e-05,
+ 2.3391129970550537
+ ],
+ "min":[
+ -3.2755963802337646,
+ -0.038030777126550674,
+ -2.3391129970550537
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":900,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":901,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":902,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":903,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.2755963802337646,
+ 0.010113176889717579,
+ 2.3391129970550537
+ ],
+ "min":[
+ -3.2755963802337646,
+ -0.02787628024816513,
+ -2.3391129970550537
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":904,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":905,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":906,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":907,
+ "componentType":5126,
+ "count":778416,
+ "max":[
+ 3.1311280727386475,
+ -0.16460618376731873,
+ 2.515123128890991
+ ],
+ "min":[
+ -3.1311280727386475,
+ -0.5542059540748596,
+ -2.515123128890991
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":908,
+ "componentType":5126,
+ "count":778416,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":909,
+ "componentType":5126,
+ "count":778416,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":910,
+ "componentType":5125,
+ "count":778416,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":911,
+ "componentType":5126,
+ "count":16704,
+ "max":[
+ 3.0677406787872314,
+ 1.582664132118225,
+ 2.5968472957611084
+ ],
+ "min":[
+ -3.0677406787872314,
+ 1.0793726444244385,
+ -2.5968472957611084
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":912,
+ "componentType":5126,
+ "count":16704,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":913,
+ "componentType":5126,
+ "count":16704,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":914,
+ "componentType":5123,
+ "count":16704,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":915,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.591355085372925,
+ 0.02500000037252903,
+ 2.4765663146972656
+ ],
+ "min":[
+ -2.591355085372925,
+ -0.02500000037252903,
+ -2.4765663146972656
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":916,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":917,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":918,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.5858263969421387,
+ 0.014590729959309101,
+ 2.4946630001068115
+ ],
+ "min":[
+ -2.5858263969421387,
+ -0.021687209606170654,
+ -2.4946630001068115
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":919,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":920,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":921,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":922,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.737649440765381,
+ 0.02500000037252903,
+ 2.4765663146972656
+ ],
+ "min":[
+ -2.737649440765381,
+ -0.02500000037252903,
+ -2.4765663146972656
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":923,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":924,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":925,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.730790853500366,
+ 0.01089930348098278,
+ 2.4946630001068115
+ ],
+ "min":[
+ -2.730790853500366,
+ -0.028031721711158752,
+ -2.4946630001068115
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":926,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":927,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":928,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.9445407390594482,
+ 0.02500000037252903,
+ 2.4765663146972656
+ ],
+ "min":[
+ -2.9445407390594482,
+ -0.02500000037252903,
+ -2.4765663146972656
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":929,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":930,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":931,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.9376771450042725,
+ 0.01089930348098278,
+ 2.4946630001068115
+ ],
+ "min":[
+ -2.9376771450042725,
+ -0.028031721711158752,
+ -2.4946630001068115
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":932,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":933,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":934,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 3.090834856033325,
+ 0.02500000037252903,
+ 2.4765663146972656
+ ],
+ "min":[
+ -3.090834856033325,
+ -0.02500000037252903,
+ -2.4765663146972656
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":935,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":936,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":937,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.085294485092163,
+ 0.014590729959309101,
+ 2.4946630001068115
+ ],
+ "min":[
+ -3.085294485092163,
+ -0.021687209606170654,
+ -2.4946630001068115
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":938,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":939,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":940,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 3.090834856033325,
+ 0.02500000037252903,
+ 2.4765663146972656
+ ],
+ "min":[
+ -3.090834856033325,
+ -0.02500000037252903,
+ -2.4765663146972656
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":941,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":942,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":943,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 3.085294485092163,
+ 0.021687209606170654,
+ 2.4946630001068115
+ ],
+ "min":[
+ -3.085294485092163,
+ -0.014590729959309101,
+ -2.4946630001068115
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":944,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":945,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":946,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.9445407390594482,
+ 0.02500000037252903,
+ 2.4765663146972656
+ ],
+ "min":[
+ -2.9445407390594482,
+ -0.02500000037252903,
+ -2.4765663146972656
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":947,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":948,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":949,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.9376771450042725,
+ 0.028031721711158752,
+ 2.4946630001068115
+ ],
+ "min":[
+ -2.9376771450042725,
+ -0.01089930348098278,
+ -2.4946630001068115
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":950,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":951,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":952,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.737649440765381,
+ 0.02500000037252903,
+ 2.4765663146972656
+ ],
+ "min":[
+ -2.737649440765381,
+ -0.02500000037252903,
+ -2.4765663146972656
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":953,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":954,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":955,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.730790853500366,
+ 0.028031721711158752,
+ 2.4946630001068115
+ ],
+ "min":[
+ -2.730790853500366,
+ -0.01089930348098278,
+ -2.4946630001068115
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":956,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":957,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":958,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.591355085372925,
+ 0.02500000037252903,
+ 2.4765663146972656
+ ],
+ "min":[
+ -2.591355085372925,
+ -0.02500000037252903,
+ -2.4765663146972656
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":959,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":960,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":961,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.5858263969421387,
+ 0.021687209606170654,
+ 2.4946630001068115
+ ],
+ "min":[
+ -2.5858263969421387,
+ -0.014590729959309101,
+ -2.4946630001068115
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":962,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":963,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":964,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.707205295562744,
+ 0.013367774896323681,
+ 2.622422695159912
+ ],
+ "min":[
+ -2.707205295562744,
+ -0.013367774896323681,
+ -2.622422695159912
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":965,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":966,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":967,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.7044293880462646,
+ 0.00666988268494606,
+ 2.6321825981140137
+ ],
+ "min":[
+ -2.7044293880462646,
+ -0.011670502834022045,
+ -2.6321825981140137
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":968,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":969,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":970,
+ "componentType":5123,
+ "count":1104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":971,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.829578161239624,
+ 0.013483124785125256,
+ 2.622422695159912
+ ],
+ "min":[
+ -2.829578161239624,
+ -0.013483124785125256,
+ -2.622422695159912
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":972,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":973,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":974,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.826683759689331,
+ 0.004169572610408068,
+ 2.6321825981140137
+ ],
+ "min":[
+ -2.826683759689331,
+ -0.01417081244289875,
+ -2.6321825981140137
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":975,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":976,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":977,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.9517202377319336,
+ 0.013367774896323681,
+ 2.622422695159912
+ ],
+ "min":[
+ -2.9517202377319336,
+ -0.013367774896323681,
+ -2.622422695159912
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":978,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":979,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":980,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.9489383697509766,
+ 0.00666988268494606,
+ 2.6321825981140137
+ ],
+ "min":[
+ -2.9489383697509766,
+ -0.011670502834022045,
+ -2.6321825981140137
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":981,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":982,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":983,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.9517202377319336,
+ 0.013367774896323681,
+ 2.622422695159912
+ ],
+ "min":[
+ -2.9517202377319336,
+ -0.013367774896323681,
+ -2.622422695159912
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":984,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":985,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":986,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.9489383697509766,
+ 0.011670502834022045,
+ 2.6321825981140137
+ ],
+ "min":[
+ -2.9489383697509766,
+ -0.00666988268494606,
+ -2.6321825981140137
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":987,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":988,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":989,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.829578161239624,
+ 0.013483124785125256,
+ 2.622422695159912
+ ],
+ "min":[
+ -2.829578161239624,
+ -0.013483124785125256,
+ -2.622422695159912
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":990,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":991,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":992,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.826683759689331,
+ 0.01417081244289875,
+ 2.6321825981140137
+ ],
+ "min":[
+ -2.826683759689331,
+ -0.004169572610408068,
+ -2.6321825981140137
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":993,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":994,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":995,
+ "componentType":5126,
+ "count":3072,
+ "max":[
+ 2.707205295562744,
+ 0.013367774896323681,
+ 2.622422695159912
+ ],
+ "min":[
+ -2.707205295562744,
+ -0.013367774896323681,
+ -2.622422695159912
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":996,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":997,
+ "componentType":5126,
+ "count":3072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":998,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 2.7044293880462646,
+ 0.011670502834022045,
+ 2.6321825981140137
+ ],
+ "min":[
+ -2.7044293880462646,
+ -0.00666988268494606,
+ -2.6321825981140137
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":999,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1000,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1001,
+ "componentType":5126,
+ "count":544512,
+ "max":[
+ 0.1013374924659729,
+ 0.8141872882843018,
+ 1.336496353149414
+ ],
+ "min":[
+ -0.12524549663066864,
+ -0.13468213379383087,
+ -1.336496353149414
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1002,
+ "componentType":5126,
+ "count":544512,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1003,
+ "componentType":5126,
+ "count":544512,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1004,
+ "componentType":5125,
+ "count":544512,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1005,
+ "componentType":5126,
+ "count":246144,
+ "max":[
+ 0.016737762838602066,
+ 0.31719160079956055,
+ 0.9835882782936096
+ ],
+ "min":[
+ -0.15159186720848083,
+ -0.26238828897476196,
+ -0.9835882782936096
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1006,
+ "componentType":5126,
+ "count":246144,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1007,
+ "componentType":5126,
+ "count":246144,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1008,
+ "componentType":5125,
+ "count":246144,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1009,
+ "componentType":5126,
+ "count":246144,
+ "max":[
+ 0.01067002210766077,
+ 0.32075873017311096,
+ 0.9837539196014404
+ ],
+ "min":[
+ -0.15208196640014648,
+ -0.2621053457260132,
+ -0.9837539196014404
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1010,
+ "componentType":5126,
+ "count":246144,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1011,
+ "componentType":5126,
+ "count":246144,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1012,
+ "componentType":5126,
+ "count":246144,
+ "max":[
+ 0.01674332655966282,
+ 0.31736207008361816,
+ 0.9832633137702942
+ ],
+ "min":[
+ -0.15397976338863373,
+ -0.2610096335411072,
+ -0.9832633137702942
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1013,
+ "componentType":5126,
+ "count":246144,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1014,
+ "componentType":5126,
+ "count":246144,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1015,
+ "componentType":5126,
+ "count":246144,
+ "max":[
+ 0.010686712339520454,
+ 0.3209291994571686,
+ 0.9835086464881897
+ ],
+ "min":[
+ -0.15559765696525574,
+ -0.2607266902923584,
+ -0.9835086464881897
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1016,
+ "componentType":5126,
+ "count":246144,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1017,
+ "componentType":5126,
+ "count":246144,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1018,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.009978589601814747,
+ 0.009978589601814747,
+ 0.9932377338409424
+ ],
+ "min":[
+ -0.009978589601814747,
+ -0.009978589601814747,
+ -0.9932377338409424
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1019,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1020,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1021,
+ "componentType":5123,
+ "count":768,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1022,
+ "componentType":5126,
+ "count":52224,
+ "max":[
+ 0.025078125298023224,
+ 0.024965887889266014,
+ 0.98866206407547
+ ],
+ "min":[
+ -0.025078125298023224,
+ -0.14375101029872894,
+ -0.98866206407547
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1023,
+ "componentType":5126,
+ "count":52224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1024,
+ "componentType":5126,
+ "count":52224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1025,
+ "componentType":5123,
+ "count":52224,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1026,
+ "componentType":5126,
+ "count":52224,
+ "max":[
+ 0.08302880823612213,
+ 0.1307571530342102,
+ 0.9808101654052734
+ ],
+ "min":[
+ -0.024965887889266014,
+ -0.025078123435378075,
+ -0.9808101654052734
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1027,
+ "componentType":5126,
+ "count":52224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1028,
+ "componentType":5126,
+ "count":52224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1029,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.009999999776482582,
+ 0.009999999776482582,
+ 1.000730276107788
+ ],
+ "min":[
+ -0.009999999776482582,
+ -0.009999999776482582,
+ -1.000730276107788
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1030,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1031,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1032,
+ "componentType":5126,
+ "count":3840,
+ "max":[
+ 0.02500000037252903,
+ 0.02500000037252903,
+ 0.8954116106033325
+ ],
+ "min":[
+ -0.02500000037252903,
+ -0.02500000037252903,
+ -0.8954116106033325
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1033,
+ "componentType":5126,
+ "count":3840,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1034,
+ "componentType":5126,
+ "count":3840,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1035,
+ "componentType":5123,
+ "count":3840,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1036,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ 0.030580945312976837,
+ 0.03661592677235603,
+ 0.8866048455238342
+ ],
+ "min":[
+ -0.053979914635419846,
+ -0.03661592677235603,
+ -0.8866048455238342
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1037,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1038,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1039,
+ "componentType":5123,
+ "count":552,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1040,
+ "componentType":5126,
+ "count":344448,
+ "max":[
+ -0.14890921115875244,
+ 0.25242429971694946,
+ 1.4287577867507935
+ ],
+ "min":[
+ -0.4258148968219757,
+ 0.10423919558525085,
+ -1.4287577867507935
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1041,
+ "componentType":5126,
+ "count":344448,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1042,
+ "componentType":5126,
+ "count":344448,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1043,
+ "componentType":5125,
+ "count":344448,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1044,
+ "componentType":5126,
+ "count":146688,
+ "max":[
+ 0.5718657970428467,
+ 0.11497782915830612,
+ 1.337501883506775
+ ],
+ "min":[
+ -0.11497893184423447,
+ -0.11497490853071213,
+ -1.337501883506775
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1045,
+ "componentType":5126,
+ "count":146688,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1046,
+ "componentType":5126,
+ "count":146688,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1047,
+ "componentType":5125,
+ "count":146688,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1048,
+ "componentType":5126,
+ "count":281088,
+ "max":[
+ 0.3290596008300781,
+ 0.12530910968780518,
+ 1.0022811889648438
+ ],
+ "min":[
+ -0.19467143714427948,
+ 0.0006372966454364359,
+ -1.0022811889648438
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1049,
+ "componentType":5126,
+ "count":281088,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1050,
+ "componentType":5126,
+ "count":281088,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1051,
+ "componentType":5125,
+ "count":281088,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1052,
+ "componentType":5126,
+ "count":109056,
+ "max":[
+ 0.19467180967330933,
+ 4.8492292950354485e-18,
+ 1.0022813081741333
+ ],
+ "min":[
+ -0.19467143714427948,
+ -0.11467190086841583,
+ -1.0022813081741333
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1053,
+ "componentType":5126,
+ "count":109056,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1054,
+ "componentType":5126,
+ "count":109056,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1055,
+ "componentType":5125,
+ "count":109056,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1056,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ 0.012139009311795235,
+ -4.33301738667069e-06,
+ 1.115242600440979
+ ],
+ "min":[
+ -0.035537976771593094,
+ -0.02340170554816723,
+ -1.115242600440979
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1057,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1058,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1059,
+ "componentType":5123,
+ "count":552,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1060,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ 0.012139009311795235,
+ -4.33301738667069e-06,
+ 1.3212146759033203
+ ],
+ "min":[
+ -0.035537976771593094,
+ -0.02340170554816723,
+ -1.3212146759033203
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1061,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1062,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1063,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ 0.012139009311795235,
+ -4.33301738667069e-06,
+ 1.115242600440979
+ ],
+ "min":[
+ -0.035537976771593094,
+ -0.02340170554816723,
+ -1.115242600440979
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1064,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1065,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1066,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ 0.012139009311795235,
+ -4.33301738667069e-06,
+ 1.3212146759033203
+ ],
+ "min":[
+ -0.035537976771593094,
+ -0.02340170554816723,
+ -1.3212146759033203
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1067,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1068,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1069,
+ "componentType":5126,
+ "count":429312,
+ "max":[
+ 0.25561171770095825,
+ 0.15876488387584686,
+ 2.8349344730377197
+ ],
+ "min":[
+ -0.25722378492355347,
+ -0.29390811920166016,
+ -2.8349344730377197
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1070,
+ "componentType":5126,
+ "count":429312,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1071,
+ "componentType":5126,
+ "count":429312,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1072,
+ "componentType":5125,
+ "count":429312,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1073,
+ "componentType":5126,
+ "count":246528,
+ "max":[
+ 1.019017219543457,
+ 0.1358165442943573,
+ 2.883774757385254
+ ],
+ "min":[
+ -0.08765789866447449,
+ -0.19172531366348267,
+ -2.883774757385254
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1074,
+ "componentType":5126,
+ "count":246528,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1075,
+ "componentType":5126,
+ "count":246528,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1076,
+ "componentType":5125,
+ "count":246528,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1077,
+ "componentType":5126,
+ "count":246528,
+ "max":[
+ 0.08878186345100403,
+ 0.17384780943393707,
+ 2.8699288368225098
+ ],
+ "min":[
+ -0.8226853013038635,
+ -0.12385337799787521,
+ -2.8699288368225098
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1078,
+ "componentType":5126,
+ "count":246528,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1079,
+ "componentType":5126,
+ "count":246528,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1080,
+ "componentType":5126,
+ "count":118272,
+ "max":[
+ 0.0032033969182521105,
+ 0.15561293065547943,
+ 2.825126886367798
+ ],
+ "min":[
+ -0.17725259065628052,
+ -0.1283251792192459,
+ -2.825126886367798
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1081,
+ "componentType":5126,
+ "count":118272,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1082,
+ "componentType":5126,
+ "count":118272,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1083,
+ "componentType":5125,
+ "count":118272,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1084,
+ "componentType":5126,
+ "count":576,
+ "max":[
+ 0.06654591113328934,
+ 0.027483249083161354,
+ 2.7921738624572754
+ ],
+ "min":[
+ -0.0990847498178482,
+ -0.02447124943137169,
+ -2.7921738624572754
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1085,
+ "componentType":5126,
+ "count":576,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1086,
+ "componentType":5126,
+ "count":576,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1087,
+ "componentType":5123,
+ "count":576,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1088,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ -0.016811123117804527,
+ -0.18830309808254242,
+ 2.8048617839813232
+ ],
+ "min":[
+ -0.04818246141076088,
+ -0.24510812759399414,
+ -2.8048617839813232
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1089,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1090,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1091,
+ "componentType":5123,
+ "count":552,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1092,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ 0.009518319740891457,
+ 0.030233291909098625,
+ 2.8048617839813232
+ ],
+ "min":[
+ -0.021853016689419746,
+ -0.0265717301517725,
+ -2.8048617839813232
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1093,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1094,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1095,
+ "componentType":5123,
+ "count":552,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1096,
+ "componentType":5126,
+ "count":576,
+ "max":[
+ 0.06654591113328934,
+ 0.027483249083161354,
+ 2.7921738624572754
+ ],
+ "min":[
+ -0.0990847498178482,
+ -0.02447124943137169,
+ -2.7921738624572754
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1097,
+ "componentType":5126,
+ "count":576,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1098,
+ "componentType":5126,
+ "count":576,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1099,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ -0.11656209826469421,
+ 0.24815411865711212,
+ 2.8048617839813232
+ ],
+ "min":[
+ -0.14793343842029572,
+ 0.1913491040468216,
+ -2.8048617839813232
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1100,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1101,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1102,
+ "componentType":5123,
+ "count":552,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1103,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ 0.0061582233756780624,
+ 0.02866738848388195,
+ 2.8048617839813232
+ ],
+ "min":[
+ -0.02521311305463314,
+ -0.028137631714344025,
+ -2.8048617839813232
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1104,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1105,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1106,
+ "componentType":5126,
+ "count":576,
+ "max":[
+ 0.0990847498178482,
+ 0.02447124943137169,
+ 2.7921738624572754
+ ],
+ "min":[
+ -0.06654591113328934,
+ -0.027483249083161354,
+ -2.7921738624572754
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1107,
+ "componentType":5126,
+ "count":576,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1108,
+ "componentType":5126,
+ "count":576,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1109,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ -0.034809090197086334,
+ -0.39402082562446594,
+ 2.8048617839813232
+ ],
+ "min":[
+ -0.06618043035268784,
+ -0.45082584023475647,
+ -2.8048617839813232
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1110,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1111,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1112,
+ "componentType":5123,
+ "count":552,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1113,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ 0.009518319740891457,
+ 0.030233291909098625,
+ 2.8048617839813232
+ ],
+ "min":[
+ -0.021853016689419746,
+ -0.0265717301517725,
+ -2.8048617839813232
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1114,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1115,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1116,
+ "componentType":5126,
+ "count":576,
+ "max":[
+ 0.0990847498178482,
+ 0.02447124943137169,
+ 2.7921738624572754
+ ],
+ "min":[
+ -0.06654591113328934,
+ -0.027483249083161354,
+ -2.7921738624572754
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1117,
+ "componentType":5126,
+ "count":576,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1118,
+ "componentType":5126,
+ "count":576,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1119,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ -0.13456006348133087,
+ 0.04243641346693039,
+ 2.8048617839813232
+ ],
+ "min":[
+ -0.16593140363693237,
+ -0.014368608593940735,
+ -2.8048617839813232
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1120,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1121,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1122,
+ "componentType":5123,
+ "count":552,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1123,
+ "componentType":5126,
+ "count":552,
+ "max":[
+ 0.0061582233756780624,
+ 0.02866738848388195,
+ 2.8048617839813232
+ ],
+ "min":[
+ -0.02521311305463314,
+ -0.028137631714344025,
+ -2.8048617839813232
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1124,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1125,
+ "componentType":5126,
+ "count":552,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1126,
+ "componentType":5126,
+ "count":65472,
+ "max":[
+ 0.12292736023664474,
+ 0.05254053696990013,
+ 1.3852747678756714
+ ],
+ "min":[
+ -0.11549657583236694,
+ -0.41657477617263794,
+ -1.3852747678756714
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1127,
+ "componentType":5126,
+ "count":65472,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1128,
+ "componentType":5126,
+ "count":65472,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1129,
+ "componentType":5123,
+ "count":65472,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1130,
+ "componentType":5126,
+ "count":2256,
+ "max":[
+ 0.0945655107498169,
+ 0.04217997193336487,
+ 1.6351476907730103
+ ],
+ "min":[
+ -0.0945655107498169,
+ -0.051344819366931915,
+ -1.6351476907730103
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1131,
+ "componentType":5126,
+ "count":2256,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1132,
+ "componentType":5126,
+ "count":2256,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1133,
+ "componentType":5123,
+ "count":2256,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1134,
+ "componentType":5126,
+ "count":3696,
+ "max":[
+ 0.08142733573913574,
+ 0.018735824152827263,
+ 1.521965742111206
+ ],
+ "min":[
+ -0.08142733573913574,
+ -0.018735824152827263,
+ -1.521965742111206
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1135,
+ "componentType":5126,
+ "count":3696,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1136,
+ "componentType":5126,
+ "count":3696,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1137,
+ "componentType":5123,
+ "count":3696,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1138,
+ "componentType":5126,
+ "count":16896,
+ "max":[
+ 0.09094735234975815,
+ 0.012000000104308128,
+ 1.0303508043289185
+ ],
+ "min":[
+ -0.09094735234975815,
+ -0.012000000104308128,
+ -1.0303508043289185
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1139,
+ "componentType":5126,
+ "count":16896,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1140,
+ "componentType":5126,
+ "count":16896,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1141,
+ "componentType":5123,
+ "count":16896,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1142,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.09594450145959854,
+ 0.019626609981060028,
+ 1.041944980621338
+ ],
+ "min":[
+ -0.09594450145959854,
+ -0.019626609981060028,
+ -1.041944980621338
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1143,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1144,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1145,
+ "componentType":5126,
+ "count":1104,
+ "max":[
+ 0.09594450145959854,
+ 0.019626609981060028,
+ 0.9634097218513489
+ ],
+ "min":[
+ -0.09594450145959854,
+ -0.019626609981060028,
+ -0.9634097218513489
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1146,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1147,
+ "componentType":5126,
+ "count":1104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1148,
+ "componentType":5126,
+ "count":254976,
+ "max":[
+ 0.09202054888010025,
+ 0.12506316602230072,
+ 1.5797271728515625
+ ],
+ "min":[
+ -0.08458976447582245,
+ -0.3547353446483612,
+ -1.5797271728515625
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1149,
+ "componentType":5126,
+ "count":254976,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1150,
+ "componentType":5126,
+ "count":254976,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1151,
+ "componentType":5125,
+ "count":254976,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1152,
+ "componentType":5126,
+ "count":694272,
+ "max":[
+ 0.2097494900226593,
+ 0.20278015732765198,
+ 1.014681100845337
+ ],
+ "min":[
+ -0.1206362321972847,
+ -0.07488822191953659,
+ -1.014681100845337
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1153,
+ "componentType":5126,
+ "count":694272,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1154,
+ "componentType":5126,
+ "count":694272,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1155,
+ "componentType":5125,
+ "count":694272,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1156,
+ "componentType":5126,
+ "count":81408,
+ "max":[
+ 0.19984513521194458,
+ 0.19508905708789825,
+ 0.9636722803115845
+ ],
+ "min":[
+ 0.07794780284166336,
+ 0.03354263678193092,
+ -0.9636722803115845
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1157,
+ "componentType":5126,
+ "count":81408,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1158,
+ "componentType":5126,
+ "count":81408,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1159,
+ "componentType":5125,
+ "count":81408,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1160,
+ "componentType":5126,
+ "count":81408,
+ "max":[
+ -0.07794780284166336,
+ 0.19508905708789825,
+ 0.9636722803115845
+ ],
+ "min":[
+ -0.19984513521194458,
+ 0.03354263678193092,
+ -0.9636722803115845
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1161,
+ "componentType":5126,
+ "count":81408,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1162,
+ "componentType":5126,
+ "count":81408,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1163,
+ "componentType":5125,
+ "count":81408,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1164,
+ "componentType":5126,
+ "count":101376,
+ "max":[
+ 0.7376980781555176,
+ -0.10580247640609741,
+ 2.77618408203125
+ ],
+ "min":[
+ -0.7376980781555176,
+ -0.5503439903259277,
+ -2.77618408203125
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1165,
+ "componentType":5126,
+ "count":101376,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1166,
+ "componentType":5126,
+ "count":101376,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1167,
+ "componentType":5125,
+ "count":101376,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1168,
+ "componentType":5126,
+ "count":52992,
+ "max":[
+ 0.7130274772644043,
+ 0.11439146101474762,
+ 2.7483222484588623
+ ],
+ "min":[
+ -0.7130274772644043,
+ -0.10580247640609741,
+ -2.7483222484588623
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1169,
+ "componentType":5126,
+ "count":52992,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1170,
+ "componentType":5126,
+ "count":52992,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1171,
+ "componentType":5123,
+ "count":52992,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1172,
+ "componentType":5126,
+ "count":677376,
+ "max":[
+ 0.13156643509864807,
+ 0.09015443921089172,
+ 2.5890743732452393
+ ],
+ "min":[
+ -0.1315670758485794,
+ -0.2657626271247864,
+ -2.5890743732452393
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1173,
+ "componentType":5126,
+ "count":677376,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1174,
+ "componentType":5126,
+ "count":677376,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1175,
+ "componentType":5125,
+ "count":677376,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1176,
+ "componentType":5126,
+ "count":175104,
+ "max":[
+ 0.04461389034986496,
+ 0.4380604028701782,
+ 2.6236236095428467
+ ],
+ "min":[
+ -0.03232722356915474,
+ -0.657117486000061,
+ -2.6236236095428467
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1177,
+ "componentType":5126,
+ "count":175104,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1178,
+ "componentType":5126,
+ "count":175104,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1179,
+ "componentType":5125,
+ "count":175104,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1180,
+ "componentType":5126,
+ "count":66816,
+ "max":[
+ 0.20000000298023224,
+ 0.14000000059604645,
+ 0.06473276019096375
+ ],
+ "min":[
+ -0.20000000298023224,
+ -0.20396968722343445,
+ -0.041272517293691635
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1181,
+ "componentType":5126,
+ "count":66816,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1182,
+ "componentType":5126,
+ "count":66816,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1183,
+ "componentType":5125,
+ "count":66816,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1184,
+ "componentType":5126,
+ "count":4224,
+ "max":[
+ 0.03999999910593033,
+ 0.003000000026077032,
+ 0.03999999910593033
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.003000000026077032,
+ -0.03999999910593033
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1185,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1186,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1187,
+ "componentType":5123,
+ "count":4224,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1188,
+ "componentType":5126,
+ "count":5508,
+ "max":[
+ 0.6417959332466125,
+ 0.8006343245506287,
+ -0.09728334844112396
+ ],
+ "min":[
+ 0.5817959308624268,
+ 0.7706342935562134,
+ -0.15728335082530975
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1189,
+ "componentType":5126,
+ "count":5508,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1190,
+ "componentType":5126,
+ "count":5508,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1191,
+ "componentType":5123,
+ "count":5508,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1192,
+ "componentType":5126,
+ "count":4224,
+ "max":[
+ 0.03999999910593033,
+ 0.003000000026077032,
+ 0.03999999910593033
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.003000000026077032,
+ -0.03999999910593033
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1193,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1194,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1195,
+ "componentType":5126,
+ "count":5508,
+ "max":[
+ 0.6417959332466125,
+ 0.8006343245506287,
+ -0.09728334844112396
+ ],
+ "min":[
+ 0.5817959308624268,
+ 0.7706342935562134,
+ -0.15728335082530975
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1196,
+ "componentType":5126,
+ "count":5508,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1197,
+ "componentType":5126,
+ "count":5508,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1198,
+ "componentType":5126,
+ "count":66816,
+ "max":[
+ 0.20000000298023224,
+ 0.14000000059604645,
+ 0.041272517293691635
+ ],
+ "min":[
+ -0.20000000298023224,
+ -0.20396968722343445,
+ -0.06473276019096375
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1199,
+ "componentType":5126,
+ "count":66816,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1200,
+ "componentType":5126,
+ "count":66816,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1201,
+ "componentType":5125,
+ "count":66816,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1202,
+ "componentType":5126,
+ "count":4224,
+ "max":[
+ 0.03999999910593033,
+ 0.003000000026077032,
+ 0.03999999910593033
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.003000000026077032,
+ -0.03999999910593033
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1203,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1204,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1205,
+ "componentType":5123,
+ "count":4224,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1206,
+ "componentType":5126,
+ "count":5508,
+ "max":[
+ 0.6417959332466125,
+ 0.8006343245506287,
+ 0.15728335082530975
+ ],
+ "min":[
+ 0.5817959308624268,
+ 0.7706342935562134,
+ 0.09728334844112396
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1207,
+ "componentType":5126,
+ "count":5508,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1208,
+ "componentType":5126,
+ "count":5508,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1209,
+ "componentType":5123,
+ "count":5508,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1210,
+ "componentType":5126,
+ "count":4224,
+ "max":[
+ 0.03999999910593033,
+ 0.003000000026077032,
+ 0.03999999910593033
+ ],
+ "min":[
+ -0.03999999910593033,
+ -0.003000000026077032,
+ -0.03999999910593033
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1211,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1212,
+ "componentType":5126,
+ "count":4224,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1213,
+ "componentType":5126,
+ "count":5508,
+ "max":[
+ 0.6417959332466125,
+ 0.8006343245506287,
+ 0.15728335082530975
+ ],
+ "min":[
+ 0.5817959308624268,
+ 0.7706342935562134,
+ 0.09728334844112396
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1214,
+ "componentType":5126,
+ "count":5508,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1215,
+ "componentType":5126,
+ "count":5508,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1216,
+ "componentType":5126,
+ "count":253440,
+ "max":[
+ 0.09886728227138519,
+ 0.5724795460700989,
+ 0.23239868879318237
+ ],
+ "min":[
+ -1.6575969457626343,
+ -0.2811046540737152,
+ -0.23239868879318237
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1217,
+ "componentType":5126,
+ "count":253440,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1218,
+ "componentType":5126,
+ "count":253440,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1219,
+ "componentType":5125,
+ "count":253440,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1220,
+ "componentType":5126,
+ "count":1128,
+ "max":[
+ 0.12791571021080017,
+ 0.06936696916818619,
+ 0.24731670320034027
+ ],
+ "min":[
+ -0.09204765409231186,
+ -0.11936745047569275,
+ -0.24731670320034027
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1221,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1222,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1223,
+ "componentType":5123,
+ "count":1128,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1224,
+ "componentType":5126,
+ "count":1848,
+ "max":[
+ 0.0015827405732125044,
+ 0.050452426075935364,
+ 0.21402329206466675
+ ],
+ "min":[
+ -0.04205898940563202,
+ -0.050452426075935364,
+ -0.21402329206466675
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1225,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1226,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1227,
+ "componentType":5123,
+ "count":1848,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1228,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1229,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1230,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1231,
+ "componentType":5123,
+ "count":768,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1232,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -6.553091572256576e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1233,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1234,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1235,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1236,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1237,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1238,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1239,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -5.842548455331649e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1240,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1241,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1242,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1243,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1244,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1245,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -6.553091572256576e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1246,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1247,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1248,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1249,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1250,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1251,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -6.553091572256576e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1252,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1253,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1254,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1255,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1256,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1257,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -7.26363415978591e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1258,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1259,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1260,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1261,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1262,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1263,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -5.132005867802315e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1264,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1265,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1266,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1267,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1268,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1269,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -5.842548455331649e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1270,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1271,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1272,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1273,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1274,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1275,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -6.553091572256576e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1276,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1277,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1278,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1279,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1280,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1281,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1282,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1283,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1284,
+ "componentType":5123,
+ "count":768,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1285,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ 0.01166347973048687,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ 6.553091572256576e-16,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1286,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1287,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1288,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1289,
+ "componentType":5126,
+ "count":1536,
+ "max":[
+ 0.029999999329447746,
+ 0.029999999329447746,
+ 0.029999999329447746
+ ],
+ "min":[
+ -0.029999999329447746,
+ -0.029999999329447746,
+ -0.029999999329447746
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1290,
+ "componentType":5126,
+ "count":1536,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1291,
+ "componentType":5126,
+ "count":1536,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1292,
+ "componentType":5123,
+ "count":1536,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1293,
+ "componentType":5126,
+ "count":64512,
+ "max":[
+ 0.4701367914676666,
+ 0.544575035572052,
+ 0.07500000298023224
+ ],
+ "min":[
+ -0.07500000298023224,
+ -0.10000000149011612,
+ -0.07500000298023224
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1294,
+ "componentType":5126,
+ "count":64512,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1295,
+ "componentType":5126,
+ "count":64512,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1296,
+ "componentType":5123,
+ "count":64512,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1297,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.05237007886171341,
+ 0.0013633694034069777,
+ 0.023095017299056053
+ ],
+ "min":[
+ -0.05237007886171341,
+ -0.04315119609236717,
+ -0.06761261820793152
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1298,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1299,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1300,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1301,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.05237007886171341,
+ 0.0013633694034069777,
+ 0.023095017299056053
+ ],
+ "min":[
+ -0.05237007886171341,
+ -0.04315119609236717,
+ -0.06761261820793152
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1302,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1303,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1304,
+ "componentType":5126,
+ "count":1536,
+ "max":[
+ 0.029999999329447746,
+ 0.029999999329447746,
+ 0.029999999329447746
+ ],
+ "min":[
+ -0.029999999329447746,
+ -0.029999999329447746,
+ -0.029999999329447746
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1305,
+ "componentType":5126,
+ "count":1536,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1306,
+ "componentType":5126,
+ "count":1536,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1307,
+ "componentType":5123,
+ "count":1536,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1308,
+ "componentType":5126,
+ "count":64512,
+ "max":[
+ 0.4701367914676666,
+ 0.544575035572052,
+ 0.07500000298023224
+ ],
+ "min":[
+ -0.07500000298023224,
+ -0.10000000149011612,
+ -0.07500000298023224
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1309,
+ "componentType":5126,
+ "count":64512,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1310,
+ "componentType":5126,
+ "count":64512,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1311,
+ "componentType":5123,
+ "count":64512,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1312,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.05237007886171341,
+ 0.0013633683556690812,
+ 0.06761261820793152
+ ],
+ "min":[
+ -0.05237007886171341,
+ -0.04315119609236717,
+ -0.023095017299056053
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1313,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1314,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1315,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1316,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.05237007886171341,
+ 0.0013633683556690812,
+ 0.06761261820793152
+ ],
+ "min":[
+ -0.05237007886171341,
+ -0.04315119609236717,
+ -0.023095017299056053
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1317,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1318,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1319,
+ "componentType":5126,
+ "count":71040,
+ "max":[
+ 0.6091504096984863,
+ 0.4200270175933838,
+ -0.44435203075408936
+ ],
+ "min":[
+ 0.2921680212020874,
+ 0.2818967401981354,
+ -0.5818641185760498
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1320,
+ "componentType":5126,
+ "count":71040,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1321,
+ "componentType":5126,
+ "count":71040,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1322,
+ "componentType":5125,
+ "count":71040,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1323,
+ "componentType":5126,
+ "count":516768,
+ "max":[
+ 0.7270001769065857,
+ 0.4772132635116577,
+ 0.48241153359413147
+ ],
+ "min":[
+ 0.10000018775463104,
+ -0.5859522819519043,
+ -0.7576635479927063
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1324,
+ "componentType":5126,
+ "count":516768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1325,
+ "componentType":5126,
+ "count":516768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1326,
+ "componentType":5125,
+ "count":516768,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1327,
+ "componentType":5126,
+ "count":35520,
+ "max":[
+ 0.38841307163238525,
+ -0.2834838032722473,
+ -0.4251888394355774
+ ],
+ "min":[
+ 0.16841290891170502,
+ -0.538135826587677,
+ -0.680985689163208
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1328,
+ "componentType":5126,
+ "count":35520,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1329,
+ "componentType":5126,
+ "count":35520,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1330,
+ "componentType":5123,
+ "count":35520,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1331,
+ "componentType":5126,
+ "count":516768,
+ "max":[
+ -0.10000018775463104,
+ 0.4772132635116577,
+ 0.48241153359413147
+ ],
+ "min":[
+ -0.7270001769065857,
+ -0.5859522819519043,
+ -0.7576635479927063
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1332,
+ "componentType":5126,
+ "count":516768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1333,
+ "componentType":5126,
+ "count":516768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1334,
+ "componentType":5125,
+ "count":516768,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1335,
+ "componentType":5126,
+ "count":71040,
+ "max":[
+ -0.2921680212020874,
+ 0.4200270175933838,
+ -0.44435203075408936
+ ],
+ "min":[
+ -0.6091504096984863,
+ 0.2818967401981354,
+ -0.5818641185760498
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1336,
+ "componentType":5126,
+ "count":71040,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1337,
+ "componentType":5126,
+ "count":71040,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1338,
+ "componentType":5125,
+ "count":71040,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1339,
+ "componentType":5126,
+ "count":35520,
+ "max":[
+ -0.16841290891170502,
+ -0.2834838032722473,
+ -0.4251888394355774
+ ],
+ "min":[
+ -0.38841307163238525,
+ -0.538135826587677,
+ -0.680985689163208
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1340,
+ "componentType":5126,
+ "count":35520,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1341,
+ "componentType":5126,
+ "count":35520,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1342,
+ "componentType":5123,
+ "count":35520,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1343,
+ "componentType":5126,
+ "count":1128,
+ "max":[
+ 0.1515069603919983,
+ 0.04994421824812889,
+ 0.17312438786029816
+ ],
+ "min":[
+ -0.09204765409231186,
+ -0.08594456315040588,
+ -0.17312438786029816
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1344,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1345,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1346,
+ "componentType":5123,
+ "count":1128,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1347,
+ "componentType":5126,
+ "count":1848,
+ "max":[
+ 0.04018378257751465,
+ 0.033844076097011566,
+ 0.14270895719528198
+ ],
+ "min":[
+ -0.04018378257751465,
+ -0.001069308491423726,
+ -0.14270895719528198
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1348,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1349,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1350,
+ "componentType":5123,
+ "count":1848,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1351,
+ "componentType":5126,
+ "count":1128,
+ "max":[
+ 0.1515069603919983,
+ 0.04994421824812889,
+ 0.17312438786029816
+ ],
+ "min":[
+ -0.09204765409231186,
+ -0.08594456315040588,
+ -0.17312438786029816
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1352,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1353,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1354,
+ "componentType":5126,
+ "count":1848,
+ "max":[
+ 0.04018378257751465,
+ 0.033844076097011566,
+ 0.14270895719528198
+ ],
+ "min":[
+ -0.04018378257751465,
+ -0.001069308491423726,
+ -0.14270895719528198
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1355,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1356,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1357,
+ "componentType":5123,
+ "count":1848,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1358,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1359,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1360,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1361,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -6.553091572256576e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1362,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1363,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1364,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1365,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1366,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1367,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -5.842548455331649e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1368,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1369,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1370,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1371,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1372,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1373,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -6.553091572256576e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1374,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1375,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1376,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1377,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1378,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1379,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -6.553091572256576e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1380,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1381,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1382,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1383,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1384,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1385,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -7.26363415978591e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1386,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1387,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1388,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1389,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1390,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1391,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -5.132005867802315e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1392,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1393,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1394,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1395,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1396,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1397,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -5.842548455331649e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1398,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1399,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1400,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1401,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1402,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1403,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ -6.553091572256576e-16,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ -0.01166347973048687,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1404,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1405,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1406,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1407,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1408,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1409,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.015725137665867805,
+ 0.015725137665867805,
+ 0.0018668667180463672
+ ],
+ "min":[
+ -0.015725137665867805,
+ -0.015725137665867805,
+ -0.0018668667180463672
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1410,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1411,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1412,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.0123495664447546,
+ 0.01166347973048687,
+ 0.016527175903320312
+ ],
+ "min":[
+ -0.0123495664447546,
+ 6.553091572256576e-16,
+ -0.004862900823354721
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1413,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1414,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1415,
+ "componentType":5126,
+ "count":1536,
+ "max":[
+ 0.029999999329447746,
+ 0.029999999329447746,
+ 0.029999999329447746
+ ],
+ "min":[
+ -0.029999999329447746,
+ -0.029999999329447746,
+ -0.029999999329447746
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1416,
+ "componentType":5126,
+ "count":1536,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1417,
+ "componentType":5126,
+ "count":1536,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1418,
+ "componentType":5126,
+ "count":64512,
+ "max":[
+ 0.4701367914676666,
+ 0.544575035572052,
+ 0.07500000298023224
+ ],
+ "min":[
+ -0.07500000298023224,
+ -0.10000000149011612,
+ -0.07500000298023224
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1419,
+ "componentType":5126,
+ "count":64512,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1420,
+ "componentType":5126,
+ "count":64512,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1421,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.05237007886171341,
+ 0.0013633694034069777,
+ 0.023095017299056053
+ ],
+ "min":[
+ -0.05237007886171341,
+ -0.04315119609236717,
+ -0.06761261820793152
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1422,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1423,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1424,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1425,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.05237007886171341,
+ 0.0013633694034069777,
+ 0.023095017299056053
+ ],
+ "min":[
+ -0.05237007886171341,
+ -0.04315119609236717,
+ -0.06761261820793152
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1426,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1427,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1428,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1429,
+ "componentType":5126,
+ "count":1536,
+ "max":[
+ 0.029999999329447746,
+ 0.029999999329447746,
+ 0.029999999329447746
+ ],
+ "min":[
+ -0.029999999329447746,
+ -0.029999999329447746,
+ -0.029999999329447746
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1430,
+ "componentType":5126,
+ "count":1536,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1431,
+ "componentType":5126,
+ "count":1536,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1432,
+ "componentType":5126,
+ "count":64512,
+ "max":[
+ 0.4701367914676666,
+ 0.544575035572052,
+ 0.07500000298023224
+ ],
+ "min":[
+ -0.07500000298023224,
+ -0.10000000149011612,
+ -0.07500000298023224
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1433,
+ "componentType":5126,
+ "count":64512,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1434,
+ "componentType":5126,
+ "count":64512,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1435,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.05237007886171341,
+ 0.0013633683556690812,
+ 0.06761261820793152
+ ],
+ "min":[
+ -0.05237007886171341,
+ -0.04315119609236717,
+ -0.023095017299056053
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1436,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1437,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1438,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1439,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.05237007886171341,
+ 0.0013633683556690812,
+ 0.06761261820793152
+ ],
+ "min":[
+ -0.05237007886171341,
+ -0.04315119609236717,
+ -0.023095017299056053
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1440,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1441,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1442,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1443,
+ "componentType":5126,
+ "count":71040,
+ "max":[
+ 0.6091504096984863,
+ 0.4200270175933838,
+ -0.44435203075408936
+ ],
+ "min":[
+ 0.2921680212020874,
+ 0.2818967401981354,
+ -0.5818641185760498
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1444,
+ "componentType":5126,
+ "count":71040,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1445,
+ "componentType":5126,
+ "count":71040,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1446,
+ "componentType":5126,
+ "count":516768,
+ "max":[
+ 0.7270001769065857,
+ 0.4772132635116577,
+ 0.48241153359413147
+ ],
+ "min":[
+ 0.10000018775463104,
+ -0.5859522819519043,
+ -0.7576635479927063
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1447,
+ "componentType":5126,
+ "count":516768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1448,
+ "componentType":5126,
+ "count":516768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1449,
+ "componentType":5126,
+ "count":35520,
+ "max":[
+ 0.38841307163238525,
+ -0.2834838032722473,
+ -0.4251888394355774
+ ],
+ "min":[
+ 0.16841290891170502,
+ -0.538135826587677,
+ -0.680985689163208
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1450,
+ "componentType":5126,
+ "count":35520,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1451,
+ "componentType":5126,
+ "count":35520,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1452,
+ "componentType":5126,
+ "count":516768,
+ "max":[
+ -0.10000018775463104,
+ 0.4772132635116577,
+ 0.48241153359413147
+ ],
+ "min":[
+ -0.7270001769065857,
+ -0.5859522819519043,
+ -0.7576635479927063
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1453,
+ "componentType":5126,
+ "count":516768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1454,
+ "componentType":5126,
+ "count":516768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1455,
+ "componentType":5126,
+ "count":71040,
+ "max":[
+ -0.2921680212020874,
+ 0.4200270175933838,
+ -0.44435203075408936
+ ],
+ "min":[
+ -0.6091504096984863,
+ 0.2818967401981354,
+ -0.5818641185760498
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1456,
+ "componentType":5126,
+ "count":71040,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1457,
+ "componentType":5126,
+ "count":71040,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1458,
+ "componentType":5126,
+ "count":35520,
+ "max":[
+ -0.16841290891170502,
+ -0.2834838032722473,
+ -0.4251888394355774
+ ],
+ "min":[
+ -0.38841307163238525,
+ -0.538135826587677,
+ -0.680985689163208
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1459,
+ "componentType":5126,
+ "count":35520,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1460,
+ "componentType":5126,
+ "count":35520,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1461,
+ "componentType":5126,
+ "count":1128,
+ "max":[
+ 0.1515069603919983,
+ 0.04994421824812889,
+ 0.17312438786029816
+ ],
+ "min":[
+ -0.09204765409231186,
+ -0.08594456315040588,
+ -0.17312438786029816
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1462,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1463,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1464,
+ "componentType":5126,
+ "count":1848,
+ "max":[
+ 0.04018378257751465,
+ 0.033844076097011566,
+ 0.14270895719528198
+ ],
+ "min":[
+ -0.04018378257751465,
+ -0.001069308491423726,
+ -0.14270895719528198
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1465,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1466,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1467,
+ "componentType":5126,
+ "count":1128,
+ "max":[
+ 0.1515069603919983,
+ 0.04994421824812889,
+ 0.17312438786029816
+ ],
+ "min":[
+ -0.09204765409231186,
+ -0.08594456315040588,
+ -0.17312438786029816
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1468,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1469,
+ "componentType":5126,
+ "count":1128,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1470,
+ "componentType":5126,
+ "count":1848,
+ "max":[
+ 0.04018378257751465,
+ 0.033844076097011566,
+ 0.14270895719528198
+ ],
+ "min":[
+ -0.04018378257751465,
+ -0.001069308491423726,
+ -0.14270895719528198
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1471,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1472,
+ "componentType":5126,
+ "count":1848,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1473,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.018044594675302505,
+ 0.018044594675302505,
+ 0.0021422295831143856
+ ],
+ "min":[
+ -0.018044594675302505,
+ -0.018044594675302505,
+ -0.0021422295831143856
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1474,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1475,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1476,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.008500000461935997,
+ 0.008500000461935997,
+ 0.021250000223517418
+ ],
+ "min":[
+ -0.008500000461935997,
+ -0.008500000461935997,
+ -0.021250000223517418
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1477,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1478,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1479,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.014171128161251545,
+ 0.013383843004703522,
+ 0.01896493509411812
+ ],
+ "min":[
+ -0.014171128161251545,
+ 7.059630509604448e-16,
+ -0.005580178927630186
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1480,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1481,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1482,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1483,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.014171128161251545,
+ 0.013383843004703522,
+ 0.01896493509411812
+ ],
+ "min":[
+ -0.014171128161251545,
+ 7.059630509604448e-16,
+ -0.005580178927630186
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1484,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1485,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1486,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1487,
+ "componentType":5126,
+ "count":21312,
+ "max":[
+ -0.5421873331069946,
+ 0.19640201330184937,
+ 0.19640201330184937
+ ],
+ "min":[
+ -0.9160772562026978,
+ -0.19640201330184937,
+ -0.19640201330184937
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1488,
+ "componentType":5126,
+ "count":21312,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1489,
+ "componentType":5126,
+ "count":21312,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1490,
+ "componentType":5123,
+ "count":21312,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1491,
+ "componentType":5126,
+ "count":21312,
+ "max":[
+ 0.9160772562026978,
+ 0.19640201330184937,
+ 0.19640201330184937
+ ],
+ "min":[
+ 0.5421873331069946,
+ -0.19640201330184937,
+ -0.19640201330184937
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1492,
+ "componentType":5126,
+ "count":21312,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1493,
+ "componentType":5126,
+ "count":21312,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1494,
+ "componentType":5123,
+ "count":21312,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1495,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.018044594675302505,
+ 0.018044594675302505,
+ 0.0021422295831143856
+ ],
+ "min":[
+ -0.018044594675302505,
+ -0.018044594675302505,
+ -0.0021422295831143856
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1496,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1497,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1498,
+ "componentType":5126,
+ "count":768,
+ "max":[
+ 0.008500000461935997,
+ 0.008500000461935997,
+ 0.021250000223517418
+ ],
+ "min":[
+ -0.008500000461935997,
+ -0.008500000461935997,
+ -0.021250000223517418
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1499,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1500,
+ "componentType":5126,
+ "count":768,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1501,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.014171128161251545,
+ 0.013383843004703522,
+ 0.01896493509411812
+ ],
+ "min":[
+ -0.014171128161251545,
+ 7.059630509604448e-16,
+ -0.005580178927630186
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1502,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1503,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1504,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.014171128161251545,
+ 0.013383843004703522,
+ 0.01896493509411812
+ ],
+ "min":[
+ -0.014171128161251545,
+ 7.059630509604448e-16,
+ -0.005580178927630186
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1505,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1506,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1507,
+ "componentType":5126,
+ "count":21312,
+ "max":[
+ -0.5421873331069946,
+ 0.19640201330184937,
+ 0.19640201330184937
+ ],
+ "min":[
+ -0.9160772562026978,
+ -0.19640201330184937,
+ -0.19640201330184937
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1508,
+ "componentType":5126,
+ "count":21312,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1509,
+ "componentType":5126,
+ "count":21312,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1510,
+ "componentType":5126,
+ "count":21312,
+ "max":[
+ 0.9160772562026978,
+ 0.19640201330184937,
+ 0.19640201330184937
+ ],
+ "min":[
+ 0.5421873331069946,
+ -0.19640201330184937,
+ -0.19640201330184937
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1511,
+ "componentType":5126,
+ "count":21312,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1512,
+ "componentType":5126,
+ "count":21312,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1513,
+ "componentType":5126,
+ "count":68064,
+ "max":[
+ 0.10697375982999802,
+ 0.9767840504646301,
+ 0.2052738070487976
+ ],
+ "min":[
+ -0.1321219950914383,
+ -0.1420295685529709,
+ -0.2052738070487976
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1514,
+ "componentType":5126,
+ "count":68064,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1515,
+ "componentType":5126,
+ "count":68064,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1516,
+ "componentType":5125,
+ "count":68064,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1517,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308491423726,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1518,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1519,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1520,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1521,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308491423726,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1522,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1523,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1524,
+ "componentType":5126,
+ "count":27072,
+ "max":[
+ 0.07559850066900253,
+ -0.4162352681159973,
+ 0.640235960483551
+ ],
+ "min":[
+ -0.1007838249206543,
+ -0.5707988142967224,
+ 0.6013144850730896
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1525,
+ "componentType":5126,
+ "count":27072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1526,
+ "componentType":5126,
+ "count":27072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1527,
+ "componentType":5123,
+ "count":27072,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1528,
+ "componentType":5126,
+ "count":27072,
+ "max":[
+ 0.07559850066900253,
+ -0.4162352681159973,
+ 0.640235960483551
+ ],
+ "min":[
+ -0.1007838249206543,
+ -0.5707988142967224,
+ 0.6013144850730896
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1529,
+ "componentType":5126,
+ "count":27072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1530,
+ "componentType":5126,
+ "count":27072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1531,
+ "componentType":5126,
+ "count":10824,
+ "max":[
+ -0.179360032081604,
+ -0.3488486111164093,
+ -0.10510421544313431
+ ],
+ "min":[
+ -0.36670082807540894,
+ -0.5692495703697205,
+ -0.12495704740285873
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1532,
+ "componentType":5126,
+ "count":10824,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1533,
+ "componentType":5126,
+ "count":10824,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1534,
+ "componentType":5123,
+ "count":10824,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1535,
+ "componentType":5126,
+ "count":27,
+ "max":[
+ -0.18372376263141632,
+ -0.3389020562171936,
+ 0.47158926725387573
+ ],
+ "min":[
+ -0.42607051134109497,
+ -0.5812171697616577,
+ 0.47158926725387573
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1536,
+ "componentType":5126,
+ "count":27,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1537,
+ "componentType":5126,
+ "count":27,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1538,
+ "componentType":5123,
+ "count":27,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1539,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1540,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1541,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1542,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1543,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1544,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1545,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1546,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1547,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1548,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1549,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1550,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1551,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1552,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1553,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1554,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1555,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1556,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1557,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1558,
+ "componentType":5126,
+ "count":5280,
+ "max":[
+ 0.051560841500759125,
+ 0.8900007605552673,
+ 0.025633325800299644
+ ],
+ "min":[
+ -1.180070161819458,
+ -0.061438269913196564,
+ -0.025633325800299644
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1559,
+ "componentType":5126,
+ "count":5280,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1560,
+ "componentType":5126,
+ "count":5280,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1561,
+ "componentType":5123,
+ "count":5280,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1562,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192921817302704,
+ 0.001069308491423726,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192921817302704,
+ -0.033844076097011566,
+ -0.0034938023891299963
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1563,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1564,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1565,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1566,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308491423726,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1567,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1568,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1569,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192923679947853,
+ 0.033844076097011566,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192921817302704,
+ -0.001069309888407588,
+ -0.0034938023891299963
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1570,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1571,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1572,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1573,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192923679947853,
+ 0.033844079822301865,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192921817302704,
+ -0.0010693089570850134,
+ -0.003493804018944502
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1574,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1575,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1576,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192921817302704,
+ 0.033844079822301865,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192923679947853,
+ -0.0010693088406696916,
+ -0.003493804018944502
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1577,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1578,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1579,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192921817302704,
+ 0.033844076097011566,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192923679947853,
+ -0.0010693097719922662,
+ -0.0034938023891299963
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1580,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1581,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1582,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192921817302704,
+ 0.033844076097011566,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192923679947853,
+ -0.0010693107033148408,
+ -0.0034938023891299963
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1583,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1584,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1585,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192923679947853,
+ 0.033844076097011566,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192921817302704,
+ -0.0010693107033148408,
+ -0.0034938021562993526
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1586,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1587,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1588,
+ "componentType":5126,
+ "count":5280,
+ "max":[
+ 0.051560841500759125,
+ 0.8900007605552673,
+ 0.025633325800299644
+ ],
+ "min":[
+ -1.180070161819458,
+ -0.061438269913196564,
+ -0.025633325800299644
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1589,
+ "componentType":5126,
+ "count":5280,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1590,
+ "componentType":5126,
+ "count":5280,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1591,
+ "componentType":5123,
+ "count":5280,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1592,
+ "componentType":5126,
+ "count":29184,
+ "max":[
+ 0.3701667785644531,
+ 0.36998215317726135,
+ 0.04289741441607475
+ ],
+ "min":[
+ -0.3701667785644531,
+ -0.36998215317726135,
+ -0.14367353916168213
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1593,
+ "componentType":5126,
+ "count":29184,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1594,
+ "componentType":5126,
+ "count":29184,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1595,
+ "componentType":5123,
+ "count":29184,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1596,
+ "componentType":5126,
+ "count":260172,
+ "max":[
+ 1.2553905248641968,
+ 0.5445960760116577,
+ 0.16237789392471313
+ ],
+ "min":[
+ -0.5823469758033752,
+ -0.624596118927002,
+ -0.1149570569396019
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1597,
+ "componentType":5126,
+ "count":260172,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1598,
+ "componentType":5126,
+ "count":260172,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1599,
+ "componentType":5125,
+ "count":260172,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1600,
+ "componentType":5126,
+ "count":29184,
+ "max":[
+ 0.3701667785644531,
+ 0.36998215317726135,
+ 0.14367353916168213
+ ],
+ "min":[
+ -0.3701667785644531,
+ -0.36998215317726135,
+ -0.04289741441607475
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1601,
+ "componentType":5126,
+ "count":29184,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1602,
+ "componentType":5126,
+ "count":29184,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1603,
+ "componentType":5123,
+ "count":29184,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1604,
+ "componentType":5126,
+ "count":260172,
+ "max":[
+ 1.2553905248641968,
+ 0.5445960760116577,
+ 0.1149570569396019
+ ],
+ "min":[
+ -0.5823469758033752,
+ -0.624596118927002,
+ -0.16237789392471313
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1605,
+ "componentType":5126,
+ "count":260172,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1606,
+ "componentType":5126,
+ "count":260172,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1607,
+ "componentType":5125,
+ "count":260172,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1608,
+ "componentType":5126,
+ "count":2496,
+ "max":[
+ 0.027000000700354576,
+ 0.09631265699863434,
+ 0.027000000700354576
+ ],
+ "min":[
+ -0.027000000700354576,
+ -0.09631265699863434,
+ -0.027000000700354576
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1609,
+ "componentType":5126,
+ "count":2496,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1610,
+ "componentType":5126,
+ "count":2496,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1611,
+ "componentType":5123,
+ "count":2496,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1612,
+ "componentType":5126,
+ "count":2496,
+ "max":[
+ 0.027000000700354576,
+ 0.09631265699863434,
+ 0.027000000700354576
+ ],
+ "min":[
+ -0.027000000700354576,
+ -0.09631265699863434,
+ -0.027000000700354576
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1613,
+ "componentType":5126,
+ "count":2496,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1614,
+ "componentType":5126,
+ "count":2496,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1615,
+ "componentType":5123,
+ "count":2496,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1616,
+ "componentType":5126,
+ "count":69696,
+ "max":[
+ 0.2548444867134094,
+ 0.25027018785476685,
+ 0.07500000298023224
+ ],
+ "min":[
+ -0.0863138735294342,
+ -0.10436515510082245,
+ -0.07500000298023224
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1617,
+ "componentType":5126,
+ "count":69696,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1618,
+ "componentType":5126,
+ "count":69696,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1619,
+ "componentType":5125,
+ "count":69696,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1620,
+ "componentType":5126,
+ "count":69696,
+ "max":[
+ 0.2548444867134094,
+ 0.25027018785476685,
+ 0.07500000298023224
+ ],
+ "min":[
+ -0.0863138735294342,
+ -0.10436515510082245,
+ -0.07500000298023224
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1621,
+ "componentType":5126,
+ "count":69696,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1622,
+ "componentType":5126,
+ "count":69696,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1623,
+ "componentType":5125,
+ "count":69696,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1624,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308607839048,
+ 0.018113739788532257
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.05302950367331505
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1625,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1626,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1627,
+ "componentType":5123,
+ "count":276,
+ "type":"SCALAR"
+ },
+ {
+ "bufferView":1628,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308491423726,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1629,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1630,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1631,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308491423726,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1632,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1633,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1634,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308607839048,
+ 0.018113739788532257
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.05302950367331505
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1635,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1636,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1637,
+ "componentType":5126,
+ "count":68064,
+ "max":[
+ 0.10697375982999802,
+ 0.9767840504646301,
+ 0.2052738070487976
+ ],
+ "min":[
+ -0.1321219950914383,
+ -0.1420295685529709,
+ -0.2052738070487976
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1638,
+ "componentType":5126,
+ "count":68064,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1639,
+ "componentType":5126,
+ "count":68064,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1640,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308491423726,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1641,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1642,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1643,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308491423726,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1644,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1645,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1646,
+ "componentType":5126,
+ "count":27072,
+ "max":[
+ 0.07559850066900253,
+ -0.4162352681159973,
+ 0.640235960483551
+ ],
+ "min":[
+ -0.1007838249206543,
+ -0.5707988142967224,
+ 0.6013144850730896
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1647,
+ "componentType":5126,
+ "count":27072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1648,
+ "componentType":5126,
+ "count":27072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1649,
+ "componentType":5126,
+ "count":27072,
+ "max":[
+ 0.07559850066900253,
+ -0.4162352681159973,
+ 0.640235960483551
+ ],
+ "min":[
+ -0.1007838249206543,
+ -0.5707988142967224,
+ 0.6013144850730896
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1650,
+ "componentType":5126,
+ "count":27072,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1651,
+ "componentType":5126,
+ "count":27072,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1652,
+ "componentType":5126,
+ "count":10824,
+ "max":[
+ -0.179360032081604,
+ -0.3488486111164093,
+ -0.10510421544313431
+ ],
+ "min":[
+ -0.36670082807540894,
+ -0.5692495703697205,
+ -0.12495704740285873
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1653,
+ "componentType":5126,
+ "count":10824,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1654,
+ "componentType":5126,
+ "count":10824,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1655,
+ "componentType":5126,
+ "count":27,
+ "max":[
+ -0.18372376263141632,
+ -0.3389020562171936,
+ 0.47158926725387573
+ ],
+ "min":[
+ -0.42607051134109497,
+ -0.5812171697616577,
+ 0.47158926725387573
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1656,
+ "componentType":5126,
+ "count":27,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1657,
+ "componentType":5126,
+ "count":27,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1658,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1659,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1660,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1661,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1662,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1663,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1664,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1665,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1666,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1667,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1668,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1669,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1670,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1671,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1672,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1673,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.033844076097011566,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.001069308491423726,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1674,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1675,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1676,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.04107457026839256,
+ 0.001069308491423726,
+ 0.05302950367331505
+ ],
+ "min":[
+ -0.04107457026839256,
+ -0.033844076097011566,
+ -0.018113737925887108
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1677,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1678,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1679,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192921817302704,
+ 0.001069308491423726,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192921817302704,
+ -0.033844076097011566,
+ -0.0034938023891299963
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1680,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1681,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1682,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192923679947853,
+ 0.033844076097011566,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192921817302704,
+ -0.001069309888407588,
+ -0.0034938023891299963
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1683,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1684,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1685,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192923679947853,
+ 0.033844079822301865,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192921817302704,
+ -0.0010693089570850134,
+ -0.003493804018944502
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1686,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1687,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1688,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192921817302704,
+ 0.033844079822301865,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192923679947853,
+ -0.0010693088406696916,
+ -0.003493804018944502
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1689,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1690,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1691,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192921817302704,
+ 0.033844076097011566,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192923679947853,
+ -0.0010693097719922662,
+ -0.0034938023891299963
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1692,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1693,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1694,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192921817302704,
+ 0.033844076097011566,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192923679947853,
+ -0.0010693107033148408,
+ -0.0034938023891299963
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1695,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1696,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1697,
+ "componentType":5126,
+ "count":276,
+ "max":[
+ 0.024192923679947853,
+ 0.033844076097011566,
+ 0.03840956836938858
+ ],
+ "min":[
+ -0.024192921817302704,
+ -0.0010693107033148408,
+ -0.0034938021562993526
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1698,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1699,
+ "componentType":5126,
+ "count":276,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1700,
+ "componentType":5126,
+ "count":5280,
+ "max":[
+ 0.051560841500759125,
+ 0.8900007605552673,
+ 0.025633325800299644
+ ],
+ "min":[
+ -1.180070161819458,
+ -0.061438269913196564,
+ -0.025633325800299644
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1701,
+ "componentType":5126,
+ "count":5280,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1702,
+ "componentType":5126,
+ "count":5280,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1703,
+ "componentType":5126,
+ "count":5280,
+ "max":[
+ 0.051560841500759125,
+ 0.8900007605552673,
+ 0.025633325800299644
+ ],
+ "min":[
+ -1.180070161819458,
+ -0.061438269913196564,
+ -0.025633325800299644
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1704,
+ "componentType":5126,
+ "count":5280,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1705,
+ "componentType":5126,
+ "count":5280,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1706,
+ "componentType":5126,
+ "count":29184,
+ "max":[
+ 0.3701667785644531,
+ 0.36998215317726135,
+ 0.04289741441607475
+ ],
+ "min":[
+ -0.3701667785644531,
+ -0.36998215317726135,
+ -0.14367353916168213
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1707,
+ "componentType":5126,
+ "count":29184,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1708,
+ "componentType":5126,
+ "count":29184,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1709,
+ "componentType":5126,
+ "count":29184,
+ "max":[
+ 0.3701667785644531,
+ 0.36998215317726135,
+ 0.14367353916168213
+ ],
+ "min":[
+ -0.3701667785644531,
+ -0.36998215317726135,
+ -0.04289741441607475
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1710,
+ "componentType":5126,
+ "count":29184,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1711,
+ "componentType":5126,
+ "count":29184,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1712,
+ "componentType":5126,
+ "count":260172,
+ "max":[
+ 1.2553905248641968,
+ 0.5445960760116577,
+ 0.16237789392471313
+ ],
+ "min":[
+ -0.5823469758033752,
+ -0.624596118927002,
+ -0.1149570569396019
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1713,
+ "componentType":5126,
+ "count":260172,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1714,
+ "componentType":5126,
+ "count":260172,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1715,
+ "componentType":5126,
+ "count":260172,
+ "max":[
+ 1.2553905248641968,
+ 0.5445960760116577,
+ 0.1149570569396019
+ ],
+ "min":[
+ -0.5823469758033752,
+ -0.624596118927002,
+ -0.16237789392471313
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1716,
+ "componentType":5126,
+ "count":260172,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1717,
+ "componentType":5126,
+ "count":260172,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1718,
+ "componentType":5126,
+ "count":24,
+ "max":[
+ 1,
+ 1,
+ 1
+ ],
+ "min":[
+ -1,
+ -1,
+ -1
+ ],
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1719,
+ "componentType":5126,
+ "count":24,
+ "type":"VEC3"
+ },
+ {
+ "bufferView":1720,
+ "componentType":5126,
+ "count":24,
+ "type":"VEC2"
+ },
+ {
+ "bufferView":1721,
+ "componentType":5123,
+ "count":36,
+ "type":"SCALAR"
+ }
+ ],
+ "bufferViews":[
+ {
+ "buffer":0,
+ "byteLength":1601280,
+ "byteOffset":0,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1601280,
+ "byteOffset":1601280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1067520,
+ "byteOffset":3202560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":533760,
+ "byteOffset":4270080,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":4803840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":4807512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2448,
+ "byteOffset":4811184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":612,
+ "byteOffset":4813632,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":4814244,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":4817916,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2448,
+ "byteOffset":4821588,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":4824036,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":4969188,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":96768,
+ "byteOffset":5114340,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24192,
+ "byteOffset":5211108,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":5235300,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":5564772,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":219648,
+ "byteOffset":5894244,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":54912,
+ "byteOffset":6113892,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":6168804,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":6172116,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":6175428,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":6177636,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":6178188,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":6181500,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":6184812,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":6187020,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":6332172,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":96768,
+ "byteOffset":6477324,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24192,
+ "byteOffset":6574092,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":6598284,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":6927756,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":219648,
+ "byteOffset":7257228,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":54912,
+ "byteOffset":7476876,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":7531788,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":7535100,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":7538412,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":7540620,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":7541172,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":7544484,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":7547796,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":7550004,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":7602996,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":35328,
+ "byteOffset":7655988,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":7691316,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":7700148,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":7915572,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":143616,
+ "byteOffset":8130996,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":35904,
+ "byteOffset":8274612,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":8310516,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":8363508,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":35328,
+ "byteOffset":8416500,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":8451828,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":8460660,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":8676084,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":143616,
+ "byteOffset":8891508,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":35904,
+ "byteOffset":9035124,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":9071028,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":9074484,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":9077940,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":576,
+ "byteOffset":9080244,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":9080820,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":9084132,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":9087444,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":9089652,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":9090204,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":9093516,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":9096828,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":9099036,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":9102492,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":9105948,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":9108252,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":9111564,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":9114876,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":9117084,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":9120396,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":9123708,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":9125916,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":9126468,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":12835908,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2472960,
+ "byteOffset":16545348,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1236480,
+ "byteOffset":19018308,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":20254788,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":20258244,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":20261700,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":576,
+ "byteOffset":20264004,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":20264580,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":20267892,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":20271204,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":20273412,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":20273964,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":20277276,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":20280588,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":20282796,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":20286252,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":20289708,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":20292012,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":20295324,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":20298636,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":20300844,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":20304156,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":20307468,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":20309676,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":20310228,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":24019668,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2472960,
+ "byteOffset":27729108,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1236480,
+ "byteOffset":30202068,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":1601280,
+ "byteOffset":31438548,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1601280,
+ "byteOffset":33039828,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1067520,
+ "byteOffset":34641108,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":533760,
+ "byteOffset":35708628,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":36242388,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":36246060,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2448,
+ "byteOffset":36249732,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":612,
+ "byteOffset":36252180,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":36252792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":36256464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2448,
+ "byteOffset":36260136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":36262584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":36407736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":96768,
+ "byteOffset":36552888,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":36649656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":36979128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":219648,
+ "byteOffset":37308600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":37528248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":37531560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":37534872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":37537080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":37540392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":37543704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":37545912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":37691064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":96768,
+ "byteOffset":37836216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":37932984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":38262456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":219648,
+ "byteOffset":38591928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":38811576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":39027000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":143616,
+ "byteOffset":39242424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":39386040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":39439032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":35328,
+ "byteOffset":39492024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":39527352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":39742776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":143616,
+ "byteOffset":39958200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":40101816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":40105272,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":40108728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":40111032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":40114344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":40117656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":40119864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":40123176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":40126488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":40128696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":40132152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":40135608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":40137912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":40141224,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":40144536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":40146744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":40150056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":40153368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":40155576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":43865016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2472960,
+ "byteOffset":47574456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":50047416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":50050872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":50054328,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":50056632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":50060088,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":50063544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":50065848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":53775288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2472960,
+ "byteOffset":57484728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":59957688,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":59992392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60027096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":5784,
+ "byteOffset":60050232,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60056016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60090720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60125424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60148560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60183264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60217968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60241104,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60275808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60310512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60333648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60368352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60403056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60426192,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60460896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60495600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60518736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60553440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60588144,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60611280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60645984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60680688,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60703824,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60738528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60773232,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60796368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60831072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60865776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60888912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":60923616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":60958320,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":60981456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":61207392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":150624,
+ "byteOffset":61433328,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":37656,
+ "byteOffset":61583952,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":61621608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":61656312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":61691016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":5784,
+ "byteOffset":61714152,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":61719936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":61754640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":61789344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":61812480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":61847184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":61881888,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":61905024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":61939728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":61974432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":61997568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62032272,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":62066976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62090112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62124816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":62159520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62182656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62217360,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":62252064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62275200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62309904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":62344608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62367744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62402448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":62437152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62460288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62494992,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":62529696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62552832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":62587536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":62622240,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":62645376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":62871312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":150624,
+ "byteOffset":63097248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":37656,
+ "byteOffset":63247872,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63285528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63320232,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":63354936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63378072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63412776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":63447480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63470616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63505320,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":63540024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63563160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63597864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":63632568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63655704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63690408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":63725112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63748248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63782952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":63817656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63840792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63875496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":63910200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63933336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":63968040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":64002744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":64025880,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":64060584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":64095288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":64118424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":64153128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":64187832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":64210968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":64245672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":64280376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":64303512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":64529448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":150624,
+ "byteOffset":64755384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":64906008,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":64940712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":64975416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":64998552,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":65224488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":150624,
+ "byteOffset":65450424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":51696,
+ "byteOffset":65601048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":51696,
+ "byteOffset":65652744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34464,
+ "byteOffset":65704440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8616,
+ "byteOffset":65738904,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":217728,
+ "byteOffset":65747520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":217728,
+ "byteOffset":65965248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":66182976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36288,
+ "byteOffset":66328128,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":217728,
+ "byteOffset":66364416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":217728,
+ "byteOffset":66582144,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":66799872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36288,
+ "byteOffset":66945024,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":1601280,
+ "byteOffset":66981312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1601280,
+ "byteOffset":68582592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1067520,
+ "byteOffset":70183872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":71251392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":71255064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2448,
+ "byteOffset":71258736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":71261184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":71264856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2448,
+ "byteOffset":71268528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":71270976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":71416128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":96768,
+ "byteOffset":71561280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":71658048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":71987520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":219648,
+ "byteOffset":72316992,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":72536640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":72539952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":72543264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":72545472,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":72548784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":72552096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":72554304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":72699456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":96768,
+ "byteOffset":72844608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":72941376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":73270848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":219648,
+ "byteOffset":73600320,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":73819968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":73823280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":73826592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":73828800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":73832112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":73835424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":73837632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":73890624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":35328,
+ "byteOffset":73943616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":73978944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":74194368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":143616,
+ "byteOffset":74409792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":74553408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":74606400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":35328,
+ "byteOffset":74659392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":74694720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":74910144,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":143616,
+ "byteOffset":75125568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":75269184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":75272640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":75276096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":75278400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":75281712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":75285024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":75287232,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":75290544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":75293856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":75296064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":75299520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":75302976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":75305280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":75308592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":75311904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":75314112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":75317424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":75320736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":75322944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":79032384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2472960,
+ "byteOffset":82741824,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":85214784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":85218240,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":85221696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":85224000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":85227312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":85230624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":85232832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":85236144,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":85239456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":85241664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":85245120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":85248576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":85250880,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":85254192,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":85257504,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":85259712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":85263024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":85266336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":85268544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":88977984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2472960,
+ "byteOffset":92687424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1601280,
+ "byteOffset":95160384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1601280,
+ "byteOffset":96761664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1067520,
+ "byteOffset":98362944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":99430464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":99434136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2448,
+ "byteOffset":99437808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":99440256,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3672,
+ "byteOffset":99443928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2448,
+ "byteOffset":99447600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":99450048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":99595200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":96768,
+ "byteOffset":99740352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":99837120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":100166592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":219648,
+ "byteOffset":100496064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":100715712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":100719024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":100722336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":100724544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":100727856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":100731168,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":100733376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":100878528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":96768,
+ "byteOffset":101023680,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":101120448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":329472,
+ "byteOffset":101449920,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":219648,
+ "byteOffset":101779392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":101999040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":102002352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":102005664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":102007872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":102011184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":102014496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":102016704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":102069696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":35328,
+ "byteOffset":102122688,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":102158016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":102373440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":143616,
+ "byteOffset":102588864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":102732480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":52992,
+ "byteOffset":102785472,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":35328,
+ "byteOffset":102838464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":102873792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":215424,
+ "byteOffset":103089216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":143616,
+ "byteOffset":103304640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":103448256,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":103451712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":103455168,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":103457472,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":103460784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":103464096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":103466304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":103469616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":103472928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":103475136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":103478592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":103482048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":103484352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":103487664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":103490976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":103493184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":103496496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":103499808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":103502016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":107211456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2472960,
+ "byteOffset":110920896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":113393856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":113397312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":113400768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":113403072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":113406384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":113409696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":113411904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":113415216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":113418528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":113420736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3456,
+ "byteOffset":113424192,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":113427648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":113429952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":113433264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":113436576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":113438784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":113442096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":113445408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":113447616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3709440,
+ "byteOffset":117157056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2472960,
+ "byteOffset":120866496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123339456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123374160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":123408864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123432000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123466704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":123501408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123524544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123559248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":123593952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123617088,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123651792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":123686496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123709632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123744336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":123779040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123802176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123836880,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":123871584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123894720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123929424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":123964128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":123987264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":124021968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":124056672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":124079808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":124114512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":124149216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":124172352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":124207056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":124241760,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":124264896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":124299600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":124334304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":124357440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":124583376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":150624,
+ "byteOffset":124809312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":124959936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":124994640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125029344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125052480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125087184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125121888,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125145024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125179728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125214432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125237568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125272272,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125306976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125330112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125364816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125399520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125422656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125457360,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125492064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125515200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125549904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125584608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125607744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125642448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125677152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125700288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125734992,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125769696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125792832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125827536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125862240,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125885376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":125920080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":125954784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":125977920,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":126203856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":150624,
+ "byteOffset":126429792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126580416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126615120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":126649824,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126672960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126707664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":126742368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126765504,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126800208,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":126834912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126858048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126892752,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":126927456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126950592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":126985296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":127020000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127043136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127077840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":127112544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127135680,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127170384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":127205088,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127228224,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127262928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":127297632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127320768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127355472,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":127390176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127413312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127448016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":127482720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127505856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":127540560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":127575264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":127598400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":127824336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":150624,
+ "byteOffset":128050272,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128200896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128235600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":128270304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128293440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128328144,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":128362848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128385984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128420688,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":128455392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128478528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128513232,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":128547936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128571072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128605776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":128640480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128663616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128698320,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":128733024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128756160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128790864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":128825568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128848704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128883408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":128918112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128941248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":128975952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":129010656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":129033792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":129068496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":129103200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":129126336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34704,
+ "byteOffset":129161040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":23136,
+ "byteOffset":129195744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":129218880,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":225936,
+ "byteOffset":129444816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":150624,
+ "byteOffset":129670752,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":51696,
+ "byteOffset":129821376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":51696,
+ "byteOffset":129873072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":34464,
+ "byteOffset":129924768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8616,
+ "byteOffset":129959232,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":217728,
+ "byteOffset":129967848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":217728,
+ "byteOffset":130185576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":130403304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36288,
+ "byteOffset":130548456,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":217728,
+ "byteOffset":130584744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":217728,
+ "byteOffset":130802472,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":145152,
+ "byteOffset":131020200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36288,
+ "byteOffset":131165352,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":2792448,
+ "byteOffset":131201640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2792448,
+ "byteOffset":133994088,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1861632,
+ "byteOffset":136786536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":930816,
+ "byteOffset":138648168,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":1069056,
+ "byteOffset":139578984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1069056,
+ "byteOffset":140648040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":712704,
+ "byteOffset":141717096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":356352,
+ "byteOffset":142429800,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":142786152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":142799976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":142813800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":142823016,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":142825320,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":142838568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":142851816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":142860648,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":142862856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":142876104,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":142889352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":142898184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":142912008,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":142925832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":142935048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":142948296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":142961544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":142970376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":142983624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":142996872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":143005704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":143019528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":143033352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2304,
+ "byteOffset":143042568,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":143044872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":143058120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":143071368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":143080200,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":143082408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":143095656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":143108904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":143117736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":143131560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":143145384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":143154600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":143167848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":143181096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":143189928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":143203176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":143216424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":143225256,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":143234472,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":143243688,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1536,
+ "byteOffset":143249832,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143251368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143288232,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":143325096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":143349672,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143355816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143392680,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":143429544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143454120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143490984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":143527848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143552424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143589288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":143626152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143650728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143687592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":143724456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143749032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143785896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":143822760,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143847336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":143884200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":143921064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":143945640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":143954856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":143964072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1041408,
+ "byteOffset":143970216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1041408,
+ "byteOffset":145011624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":694272,
+ "byteOffset":146053032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":347136,
+ "byteOffset":146747304,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":12469248,
+ "byteOffset":147094440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":12469248,
+ "byteOffset":159563688,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8312832,
+ "byteOffset":172032936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4156416,
+ "byteOffset":180345768,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":474624,
+ "byteOffset":184502184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":474624,
+ "byteOffset":184976808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":316416,
+ "byteOffset":185451432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":79104,
+ "byteOffset":185767848,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":123264,
+ "byteOffset":185846952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":123264,
+ "byteOffset":185970216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":82176,
+ "byteOffset":186093480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":20544,
+ "byteOffset":186175656,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":1990656,
+ "byteOffset":186196200,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1990656,
+ "byteOffset":188186856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1327104,
+ "byteOffset":190177512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":663552,
+ "byteOffset":191504616,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":995328,
+ "byteOffset":192168168,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":995328,
+ "byteOffset":193163496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":663552,
+ "byteOffset":194158824,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":331776,
+ "byteOffset":194822376,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":5548032,
+ "byteOffset":195154152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":5548032,
+ "byteOffset":200702184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3698688,
+ "byteOffset":206250216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1849344,
+ "byteOffset":209948904,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":43200,
+ "byteOffset":211798248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":43200,
+ "byteOffset":211841448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":7200,
+ "byteOffset":211884648,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":211891848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":211905672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":211919496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":211928712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":211941960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":211955208,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":211964040,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":211966248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":211979496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":211992744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":212001576,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212003784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212017608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":212031432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212040648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212053896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212067144,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":212075976,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212078184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212091432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212104680,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":212113512,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212115720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212129544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":212143368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212152584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212165832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212179080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":212187912,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212190120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212203368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212216616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212225448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212239272,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":212253096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212262312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212275560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212288808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212297640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212310888,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212324136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212332968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212346792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":212360616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212369832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212383080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212396328,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212405160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212418408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212431656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212440488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212454312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":212468136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212477352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212490600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212503848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212512680,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212525928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212539176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":212548008,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212550216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212564040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":212577864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212587080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212600328,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212613576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212622408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212635656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212648904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212657736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":212671560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":212685384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212694600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212707848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212721096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212729928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212743176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212756424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":212765256,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":212815944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33792,
+ "byteOffset":212866632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8448,
+ "byteOffset":212900424,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212908872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":212922120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":212935368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":212944200,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":212946408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":212997096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33792,
+ "byteOffset":213047784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213081576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213094824,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":213108072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":213116904,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":213119112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":213169800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33792,
+ "byteOffset":213220488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213254280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213267528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":213280776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":213289608,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":213291816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":213342504,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33792,
+ "byteOffset":213393192,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213426984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213440232,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":213453480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":213462312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":213476136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":213489960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213499176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213512424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":213525672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213534504,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":213547752,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":213561000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":28855296,
+ "byteOffset":213569832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":28855296,
+ "byteOffset":242425128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":19236864,
+ "byteOffset":271280424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9618432,
+ "byteOffset":290517288,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":785664,
+ "byteOffset":300135720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":785664,
+ "byteOffset":300921384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":523776,
+ "byteOffset":301707048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":130944,
+ "byteOffset":302230824,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":2497536,
+ "byteOffset":302361768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2497536,
+ "byteOffset":304859304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1665024,
+ "byteOffset":307356840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":832512,
+ "byteOffset":309021864,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":458496,
+ "byteOffset":309854376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":458496,
+ "byteOffset":310312872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":305664,
+ "byteOffset":310771368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":76416,
+ "byteOffset":311077032,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":12542976,
+ "byteOffset":311153448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":12542976,
+ "byteOffset":323696424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8361984,
+ "byteOffset":336239400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4180992,
+ "byteOffset":344601384,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":15141888,
+ "byteOffset":348782376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":15141888,
+ "byteOffset":363924264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":10094592,
+ "byteOffset":379066152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":5047296,
+ "byteOffset":389160744,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":458496,
+ "byteOffset":394208040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":458496,
+ "byteOffset":394666536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":305664,
+ "byteOffset":395125032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":395430696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":395444520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":395458344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":395467560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":395480808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":395494056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":395502888,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":395505096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":395518344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":395531592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":395540424,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":395542632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13824,
+ "byteOffset":395556456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":395570280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":395579496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":395592744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":395605992,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":395614824,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":395617032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":395630280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":395643528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":395652360,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":9340992,
+ "byteOffset":395654568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9340992,
+ "byteOffset":404995560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6227328,
+ "byteOffset":414336552,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3113664,
+ "byteOffset":420563880,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":200448,
+ "byteOffset":423677544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":200448,
+ "byteOffset":423877992,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":133632,
+ "byteOffset":424078440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33408,
+ "byteOffset":424212072,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424245480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424282344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":424319208,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424343784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424357032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":424370280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":424379112,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424381320,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424418184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":424455048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424479624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424492872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":424506120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424514952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424551816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":424588680,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424613256,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424626504,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":424639752,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424648584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424685448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":424722312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424746888,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424760136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":424773384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424782216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424819080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":424855944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424880520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":424893768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":424907016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424915848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":424952712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":424989576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425014152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425027400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":425040648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425049480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425086344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":425123208,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425147784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425161032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":425174280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425183112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425219976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":425256840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425281416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425294664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":425307912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425316744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425353608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":425390472,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425415048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425428296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":425441544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":425450376,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425452584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425489448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":425526312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425550888,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425564136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":425577384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425586216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425623080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":425659944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425684520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425697768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":425711016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425719848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425756712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":425793576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425818152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425831400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":425844648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425853480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425890344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":425927208,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425951784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":425965032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":425978280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":425987112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":36864,
+ "byteOffset":426023976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":24576,
+ "byteOffset":426060840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":426085416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":426098664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":426111912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6534144,
+ "byteOffset":426120744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6534144,
+ "byteOffset":432654888,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4356096,
+ "byteOffset":439189032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2178048,
+ "byteOffset":443545128,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":2953728,
+ "byteOffset":445723176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2953728,
+ "byteOffset":448676904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1969152,
+ "byteOffset":451630632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":984576,
+ "byteOffset":453599784,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":2953728,
+ "byteOffset":454584360,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2953728,
+ "byteOffset":457538088,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1969152,
+ "byteOffset":460491816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2953728,
+ "byteOffset":462460968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2953728,
+ "byteOffset":465414696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1969152,
+ "byteOffset":468368424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2953728,
+ "byteOffset":470337576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2953728,
+ "byteOffset":473291304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1969152,
+ "byteOffset":476245032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":478214184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":478223400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":478232616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1536,
+ "byteOffset":478238760,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":626688,
+ "byteOffset":478240296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":626688,
+ "byteOffset":478866984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":417792,
+ "byteOffset":479493672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":104448,
+ "byteOffset":479911464,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":626688,
+ "byteOffset":480015912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":626688,
+ "byteOffset":480642600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":417792,
+ "byteOffset":481269288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":481687080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":481696296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":481705512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":46080,
+ "byteOffset":481711656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":46080,
+ "byteOffset":481757736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":30720,
+ "byteOffset":481803816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":7680,
+ "byteOffset":481834536,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":481842216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":481848840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":481855464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1104,
+ "byteOffset":481859880,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":4133376,
+ "byteOffset":481860984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4133376,
+ "byteOffset":485994360,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2755584,
+ "byteOffset":490127736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1377792,
+ "byteOffset":492883320,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":1760256,
+ "byteOffset":494261112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1760256,
+ "byteOffset":496021368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1173504,
+ "byteOffset":497781624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":586752,
+ "byteOffset":498955128,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3373056,
+ "byteOffset":499541880,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3373056,
+ "byteOffset":502914936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2248704,
+ "byteOffset":506287992,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1124352,
+ "byteOffset":508536696,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":1308672,
+ "byteOffset":509661048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1308672,
+ "byteOffset":510969720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":872448,
+ "byteOffset":512278392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":436224,
+ "byteOffset":513150840,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":513587064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":513593688,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":513600312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1104,
+ "byteOffset":513604728,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":513605832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":513612456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":513619080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":513623496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":513630120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":513636744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":513641160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":513647784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":513654408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":5151744,
+ "byteOffset":513658824,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":5151744,
+ "byteOffset":518810568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3434496,
+ "byteOffset":523962312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1717248,
+ "byteOffset":527396808,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":2958336,
+ "byteOffset":529114056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2958336,
+ "byteOffset":532072392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1972224,
+ "byteOffset":535030728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":986112,
+ "byteOffset":537002952,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":2958336,
+ "byteOffset":537989064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2958336,
+ "byteOffset":540947400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1972224,
+ "byteOffset":543905736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1419264,
+ "byteOffset":545877960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1419264,
+ "byteOffset":547297224,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":946176,
+ "byteOffset":548716488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":473088,
+ "byteOffset":549662664,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6912,
+ "byteOffset":550135752,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6912,
+ "byteOffset":550142664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4608,
+ "byteOffset":550149576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1152,
+ "byteOffset":550154184,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550155336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550161960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":550168584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1104,
+ "byteOffset":550173000,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550174104,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550180728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":550187352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1104,
+ "byteOffset":550191768,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6912,
+ "byteOffset":550192872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6912,
+ "byteOffset":550199784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4608,
+ "byteOffset":550206696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550211304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550217928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":550224552,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1104,
+ "byteOffset":550228968,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550230072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550236696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":550243320,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6912,
+ "byteOffset":550247736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6912,
+ "byteOffset":550254648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4608,
+ "byteOffset":550261560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550266168,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550272792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":550279416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1104,
+ "byteOffset":550283832,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550284936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550291560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":550298184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6912,
+ "byteOffset":550302600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6912,
+ "byteOffset":550309512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4608,
+ "byteOffset":550316424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550321032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550327656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":550334280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1104,
+ "byteOffset":550338696,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550339800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6624,
+ "byteOffset":550346424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4416,
+ "byteOffset":550353048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":785664,
+ "byteOffset":550357464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":785664,
+ "byteOffset":551143128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":523776,
+ "byteOffset":551928792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":130944,
+ "byteOffset":552452568,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":27072,
+ "byteOffset":552583512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":27072,
+ "byteOffset":552610584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":18048,
+ "byteOffset":552637656,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4512,
+ "byteOffset":552655704,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":44352,
+ "byteOffset":552660216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":44352,
+ "byteOffset":552704568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":29568,
+ "byteOffset":552748920,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":7392,
+ "byteOffset":552778488,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":202752,
+ "byteOffset":552785880,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":202752,
+ "byteOffset":552988632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":135168,
+ "byteOffset":553191384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33792,
+ "byteOffset":553326552,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":553360344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":553373592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":553386840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":553395672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13248,
+ "byteOffset":553408920,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8832,
+ "byteOffset":553422168,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3059712,
+ "byteOffset":553431000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3059712,
+ "byteOffset":556490712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2039808,
+ "byteOffset":559550424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1019904,
+ "byteOffset":561590232,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":8331264,
+ "byteOffset":562610136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8331264,
+ "byteOffset":570941400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":5554176,
+ "byteOffset":579272664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2777088,
+ "byteOffset":584826840,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":976896,
+ "byteOffset":587603928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":976896,
+ "byteOffset":588580824,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":651264,
+ "byteOffset":589557720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":325632,
+ "byteOffset":590208984,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":976896,
+ "byteOffset":590534616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":976896,
+ "byteOffset":591511512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":651264,
+ "byteOffset":592488408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":325632,
+ "byteOffset":593139672,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":1216512,
+ "byteOffset":593465304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1216512,
+ "byteOffset":594681816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":811008,
+ "byteOffset":595898328,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":405504,
+ "byteOffset":596709336,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":635904,
+ "byteOffset":597114840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":635904,
+ "byteOffset":597750744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":423936,
+ "byteOffset":598386648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":105984,
+ "byteOffset":598810584,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":8128512,
+ "byteOffset":598916568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8128512,
+ "byteOffset":607045080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":5419008,
+ "byteOffset":615173592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2709504,
+ "byteOffset":620592600,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":2101248,
+ "byteOffset":623302104,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2101248,
+ "byteOffset":625403352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1400832,
+ "byteOffset":627504600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":700416,
+ "byteOffset":628905432,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":801792,
+ "byteOffset":629605848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":801792,
+ "byteOffset":630407640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":534528,
+ "byteOffset":631209432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":267264,
+ "byteOffset":631743960,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":632011224,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":632061912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33792,
+ "byteOffset":632112600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8448,
+ "byteOffset":632146392,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":66096,
+ "byteOffset":632154840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":66096,
+ "byteOffset":632220936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":44064,
+ "byteOffset":632287032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":11016,
+ "byteOffset":632331096,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":632342112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":632392800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33792,
+ "byteOffset":632443488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":66096,
+ "byteOffset":632477280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":66096,
+ "byteOffset":632543376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":44064,
+ "byteOffset":632609472,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":801792,
+ "byteOffset":632653536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":801792,
+ "byteOffset":633455328,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":534528,
+ "byteOffset":634257120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":267264,
+ "byteOffset":634791648,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":635058912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":635109600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33792,
+ "byteOffset":635160288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":8448,
+ "byteOffset":635194080,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":66096,
+ "byteOffset":635202528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":66096,
+ "byteOffset":635268624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":44064,
+ "byteOffset":635334720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":11016,
+ "byteOffset":635378784,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":635389800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":50688,
+ "byteOffset":635440488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":33792,
+ "byteOffset":635491176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":66096,
+ "byteOffset":635524968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":66096,
+ "byteOffset":635591064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":44064,
+ "byteOffset":635657160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3041280,
+ "byteOffset":635701224,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3041280,
+ "byteOffset":638742504,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2027520,
+ "byteOffset":641783784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1013760,
+ "byteOffset":643811304,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":644825064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":644838600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9024,
+ "byteOffset":644852136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2256,
+ "byteOffset":644861160,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":644863416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":644885592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":14784,
+ "byteOffset":644907768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3696,
+ "byteOffset":644922552,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":644926248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":644935464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":644944680,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1536,
+ "byteOffset":644950824,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":644952360,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":644955672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":644958984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":644961192,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":644961744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":644970960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":644980176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":644986320,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":644989632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":644992944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":644995152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645004368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":645013584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645019728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645023040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":645026352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645028560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645037776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":645046992,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645053136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645056448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":645059760,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645061968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645071184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":645080400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645086544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645089856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":645093168,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645095376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645104592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":645113808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645119952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645123264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":645126576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645128784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645138000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":645147216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645153360,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645156672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":645159984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645162192,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645171408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":645180624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645186768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645190080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":645193392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645195600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645204816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":645214032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645220176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":645229392,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":645238608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1536,
+ "byteOffset":645244752,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645246288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":645249600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":645252912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":645255120,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":18432,
+ "byteOffset":645255672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":18432,
+ "byteOffset":645274104,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":12288,
+ "byteOffset":645292536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3072,
+ "byteOffset":645304824,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":774144,
+ "byteOffset":645307896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":774144,
+ "byteOffset":646082040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":516096,
+ "byteOffset":646856184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":129024,
+ "byteOffset":647372280,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":647501304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":647504616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":647507928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":647510136,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":647510688,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":647514000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":647517312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":18432,
+ "byteOffset":647519520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":18432,
+ "byteOffset":647537952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":12288,
+ "byteOffset":647556384,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3072,
+ "byteOffset":647568672,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":774144,
+ "byteOffset":647571744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":774144,
+ "byteOffset":648345888,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":516096,
+ "byteOffset":649120032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":129024,
+ "byteOffset":649636128,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":649765152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":649768464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":649771776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":649773984,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":649774536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":649777848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":649781160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":852480,
+ "byteOffset":649783368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":852480,
+ "byteOffset":650635848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":568320,
+ "byteOffset":651488328,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":284160,
+ "byteOffset":652056648,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6201216,
+ "byteOffset":652340808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6201216,
+ "byteOffset":658542024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4134144,
+ "byteOffset":664743240,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2067072,
+ "byteOffset":668877384,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":426240,
+ "byteOffset":670944456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":426240,
+ "byteOffset":671370696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":284160,
+ "byteOffset":671796936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":71040,
+ "byteOffset":672081096,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":6201216,
+ "byteOffset":672152136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6201216,
+ "byteOffset":678353352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4134144,
+ "byteOffset":684554568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2067072,
+ "byteOffset":688688712,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":852480,
+ "byteOffset":690755784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":852480,
+ "byteOffset":691608264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":568320,
+ "byteOffset":692460744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":284160,
+ "byteOffset":693029064,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":426240,
+ "byteOffset":693313224,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":426240,
+ "byteOffset":693739464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":284160,
+ "byteOffset":694165704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":71040,
+ "byteOffset":694449864,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":694520904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":694534440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9024,
+ "byteOffset":694547976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2256,
+ "byteOffset":694557000,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":694559256,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":694581432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":14784,
+ "byteOffset":694603608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3696,
+ "byteOffset":694618392,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":694622088,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":694635624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9024,
+ "byteOffset":694649160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":694658184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":694680360,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":14784,
+ "byteOffset":694702536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3696,
+ "byteOffset":694717320,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694721016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694730232,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":694739448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694745592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694748904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":694752216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694754424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694763640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":694772856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694779000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694782312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":694785624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694787832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694797048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":694806264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694812408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694815720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":694819032,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694821240,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694830456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":694839672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694845816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694849128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":694852440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694854648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694863864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":694873080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694879224,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694882536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":694885848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694888056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694897272,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":694906488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694912632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694915944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":694919256,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694921464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694930680,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":694939896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694946040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694949352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":694952664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694954872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694964088,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":694973304,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694979448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":694982760,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":694986072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694988280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":694997496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":695006712,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":695012856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":695022072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":695031288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":695037432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":695040744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":695044056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":18432,
+ "byteOffset":695046264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":18432,
+ "byteOffset":695064696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":12288,
+ "byteOffset":695083128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":774144,
+ "byteOffset":695095416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":774144,
+ "byteOffset":695869560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":516096,
+ "byteOffset":696643704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":697159800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":697163112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":697166424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":697168632,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":697169184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":697172496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":697175808,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":697178016,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":18432,
+ "byteOffset":697178568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":18432,
+ "byteOffset":697197000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":12288,
+ "byteOffset":697215432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":774144,
+ "byteOffset":697227720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":774144,
+ "byteOffset":698001864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":516096,
+ "byteOffset":698776008,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":699292104,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":699295416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":699298728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":699300936,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":699301488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":699304800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":699308112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":699310320,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":852480,
+ "byteOffset":699310872,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":852480,
+ "byteOffset":700163352,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":568320,
+ "byteOffset":701015832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6201216,
+ "byteOffset":701584152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6201216,
+ "byteOffset":707785368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4134144,
+ "byteOffset":713986584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":426240,
+ "byteOffset":718120728,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":426240,
+ "byteOffset":718546968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":284160,
+ "byteOffset":718973208,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6201216,
+ "byteOffset":719257368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6201216,
+ "byteOffset":725458584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4134144,
+ "byteOffset":731659800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":852480,
+ "byteOffset":735793944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":852480,
+ "byteOffset":736646424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":568320,
+ "byteOffset":737498904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":426240,
+ "byteOffset":738067224,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":426240,
+ "byteOffset":738493464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":284160,
+ "byteOffset":738919704,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":739203864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":739217400,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9024,
+ "byteOffset":739230936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":739239960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":739262136,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":14784,
+ "byteOffset":739284312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":739299096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":13536,
+ "byteOffset":739312632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9024,
+ "byteOffset":739326168,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":739335192,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":22176,
+ "byteOffset":739357368,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":14784,
+ "byteOffset":739379544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":739394328,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":739403544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":739412760,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":739418904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":739428120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":739437336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":739443480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":739446792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":739450104,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":739452312,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":739452864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":739456176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":739459488,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":739461696,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":255744,
+ "byteOffset":739462248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":255744,
+ "byteOffset":739717992,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":170496,
+ "byteOffset":739973736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":42624,
+ "byteOffset":740144232,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":255744,
+ "byteOffset":740186856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":255744,
+ "byteOffset":740442600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":170496,
+ "byteOffset":740698344,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":42624,
+ "byteOffset":740868840,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":740911464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":740920680,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":740929896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":740936040,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":9216,
+ "byteOffset":740945256,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":6144,
+ "byteOffset":740954472,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":740960616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":740963928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":740967240,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":740969448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":740972760,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":740976072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":255744,
+ "byteOffset":740978280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":255744,
+ "byteOffset":741234024,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":170496,
+ "byteOffset":741489768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":255744,
+ "byteOffset":741660264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":255744,
+ "byteOffset":741916008,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":170496,
+ "byteOffset":742171752,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":816768,
+ "byteOffset":742342248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":816768,
+ "byteOffset":743159016,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":544512,
+ "byteOffset":743975784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":272256,
+ "byteOffset":744520296,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":744792552,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":744795864,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":744799176,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":744801384,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":744801936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":744805248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":744808560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324864,
+ "byteOffset":744810768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324864,
+ "byteOffset":745135632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":216576,
+ "byteOffset":745460496,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":54144,
+ "byteOffset":745677072,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":324864,
+ "byteOffset":745731216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324864,
+ "byteOffset":746056080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":216576,
+ "byteOffset":746380944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":129888,
+ "byteOffset":746597520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":129888,
+ "byteOffset":746727408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":86592,
+ "byteOffset":746857296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":21648,
+ "byteOffset":746943888,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":324,
+ "byteOffset":746965536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324,
+ "byteOffset":746965860,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":216,
+ "byteOffset":746966184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":54,
+ "byteOffset":746966400,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":746966456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":746969768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":746973080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":746975288,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":746975840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":746979152,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":746982464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":746984672,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":746987984,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":746991296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":746993504,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":746996816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747000128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747002336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747005648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747008960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747011168,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747014480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747017792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":63360,
+ "byteOffset":747020000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":63360,
+ "byteOffset":747083360,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":42240,
+ "byteOffset":747146720,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":10560,
+ "byteOffset":747188960,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747199520,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747202832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747206144,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":747208352,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747208904,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747212216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747215528,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747217736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747221048,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747224360,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":747226568,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747227120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747230432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747233744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747235952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747239264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747242576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747244784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747248096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747251408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747253616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747256928,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747260240,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747262448,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":747265760,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":747269072,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":63360,
+ "byteOffset":747271280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":63360,
+ "byteOffset":747334640,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":42240,
+ "byteOffset":747398000,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":10560,
+ "byteOffset":747440240,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":350208,
+ "byteOffset":747450800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":350208,
+ "byteOffset":747801008,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":233472,
+ "byteOffset":748151216,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":58368,
+ "byteOffset":748384688,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3122064,
+ "byteOffset":748443056,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3122064,
+ "byteOffset":751565120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2081376,
+ "byteOffset":754687184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1040688,
+ "byteOffset":756768560,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":350208,
+ "byteOffset":757809248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":350208,
+ "byteOffset":758159456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":233472,
+ "byteOffset":758509664,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":58368,
+ "byteOffset":758743136,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3122064,
+ "byteOffset":758801504,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3122064,
+ "byteOffset":761923568,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2081376,
+ "byteOffset":765045632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":1040688,
+ "byteOffset":767127008,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":29952,
+ "byteOffset":768167696,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":29952,
+ "byteOffset":768197648,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":19968,
+ "byteOffset":768227600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4992,
+ "byteOffset":768247568,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":29952,
+ "byteOffset":768252560,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":29952,
+ "byteOffset":768282512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":19968,
+ "byteOffset":768312464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":4992,
+ "byteOffset":768332432,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":836352,
+ "byteOffset":768337424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":836352,
+ "byteOffset":769173776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":557568,
+ "byteOffset":770010128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":278784,
+ "byteOffset":770567696,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":836352,
+ "byteOffset":770846480,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":836352,
+ "byteOffset":771682832,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":557568,
+ "byteOffset":772519184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":278784,
+ "byteOffset":773076752,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":773355536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":773358848,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":773362160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":552,
+ "byteOffset":773364368,
+ "target":34963
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":773364920,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":773368232,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":773371544,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":773373752,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":773377064,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":773380376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":773382584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":773385896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":773389208,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":816768,
+ "byteOffset":773391416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":816768,
+ "byteOffset":774208184,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":544512,
+ "byteOffset":775024952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":775569464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":775572776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":775576088,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":775578296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":775581608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":775584920,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324864,
+ "byteOffset":775587128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324864,
+ "byteOffset":775911992,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":216576,
+ "byteOffset":776236856,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324864,
+ "byteOffset":776453432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324864,
+ "byteOffset":776778296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":216576,
+ "byteOffset":777103160,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":129888,
+ "byteOffset":777319736,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":129888,
+ "byteOffset":777449624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":86592,
+ "byteOffset":777579512,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324,
+ "byteOffset":777666104,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":324,
+ "byteOffset":777666428,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":216,
+ "byteOffset":777666752,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777666968,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777670280,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777673592,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777675800,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777679112,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777682424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777684632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777687944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777691256,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777693464,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777696776,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777700088,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777702296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777705608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777708920,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777711128,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777714440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777717752,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777719960,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777723272,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777726584,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777728792,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777732104,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777735416,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777737624,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777740936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777744248,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777746456,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777749768,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777753080,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777755288,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777758600,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777761912,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777764120,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777767432,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777770744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777772952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777776264,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777779576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777781784,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3312,
+ "byteOffset":777785096,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2208,
+ "byteOffset":777788408,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":63360,
+ "byteOffset":777790616,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":63360,
+ "byteOffset":777853976,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":42240,
+ "byteOffset":777917336,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":63360,
+ "byteOffset":777959576,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":63360,
+ "byteOffset":778022936,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":42240,
+ "byteOffset":778086296,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":350208,
+ "byteOffset":778128536,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":350208,
+ "byteOffset":778478744,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":233472,
+ "byteOffset":778828952,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":350208,
+ "byteOffset":779062424,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":350208,
+ "byteOffset":779412632,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":233472,
+ "byteOffset":779762840,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3122064,
+ "byteOffset":779996312,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3122064,
+ "byteOffset":783118376,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2081376,
+ "byteOffset":786240440,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3122064,
+ "byteOffset":788321816,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":3122064,
+ "byteOffset":791443880,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":2081376,
+ "byteOffset":794565944,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":288,
+ "byteOffset":796647320,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":288,
+ "byteOffset":796647608,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":192,
+ "byteOffset":796647896,
+ "target":34962
+ },
+ {
+ "buffer":0,
+ "byteLength":72,
+ "byteOffset":796648088,
+ "target":34963
+ }
+ ],
+ "buffers":[
+ {
+ "byteLength":796648160,
+ "uri":"model.bin"
+ }
+ ]
+}
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/public/3D/test.gltf" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/assets/3D/test.gltf"
similarity index 100%
copy from "\351\241\271\347\233\256\344\273\243\347\240\201/client/public/3D/test.gltf"
copy to "\351\241\271\347\233\256\344\273\243\347\240\201/client/src/assets/3D/test.gltf"
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/assets/index/bg.png" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/assets/index/bg.png"
index 8ae68f3..2d426b1 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/assets/index/bg.png"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/assets/index/bg.png"
Binary files differ
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/assets/login/bg.png" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/assets/login/bg.png"
index a662b5d..4c7db11 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/assets/login/bg.png"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/assets/login/bg.png"
Binary files differ
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/components/basic/RouterLoading.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/components/basic/RouterLoading.vue"
index 134a454..006ff10 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/components/basic/RouterLoading.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/components/basic/RouterLoading.vue"
@@ -1,5 +1,5 @@
<template>
- <div class="router-loading" style="background: #eeeeee5c;">
+ <div class="router-loading" style="background: #eeeeee5c">
<div class="spanner">
<span></span>
<span></span>
@@ -17,7 +17,7 @@
export default {
data() {
return {};
- }
+ },
};
</script>
<style scoped>
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/components/basic/ViewGrid/ViewGridCustomColumn.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/components/basic/ViewGrid/ViewGridCustomColumn.vue"
index 97feb80..aacb60e 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/components/basic/ViewGrid/ViewGridCustomColumn.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/components/basic/ViewGrid/ViewGridCustomColumn.vue"
@@ -36,7 +36,7 @@
</draggable>
</template>
<script>
-import { VueDraggableNext } from 'vue-draggable-next';
+// import { VueDraggableNext } from 'vue-draggable-next';
import { defineComponent, ref, reactive } from 'vue';
export default defineComponent({
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/components/basic/VolElementMenu.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/components/basic/VolElementMenu.vue"
index bbdc807..3c6883d 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/components/basic/VolElementMenu.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/components/basic/VolElementMenu.vue"
@@ -50,7 +50,7 @@
</template>
<script>
-import VolElementMenuChild from "./VolElementMenuChild";
+// import VolElementMenuChild from "./VolElementMenuChild";
import { useRouter } from "vue-router";
import {
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/components/basic/VolForm.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/components/basic/VolForm.vue"
index 3e6b9b1..dfc6d08 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/components/basic/VolForm.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/components/basic/VolForm.vue"
@@ -82,12 +82,12 @@
node-key="key"
:props="{ label: 'label' }"
>
- <template #default="{data,node }">
+ <template #default="{ data, node }">
<!-- <el-checkbox v-model="node.checked"></el-checkbox> -->
- <!-- {{getNode(node, data)}} -->
- <!-- {{node.checked}} -->
- <!-- 杩欓噷杩樻湁鐐归棶棰橈紝鍚庨潰澶勭悊 -->
- {{ data.label}}</template
+ <!-- {{getNode(node, data)}} -->
+ <!-- {{node.checked}} -->
+ <!-- 杩欓噷杩樻湁鐐归棶棰橈紝鍚庨潰澶勭悊 -->
+ {{ data.label }}</template
>
</el-tree-select>
<template
@@ -358,7 +358,7 @@
v-else-if="item.type == 'cascader'"
:options="item.data"
:props="{
- checkStrictly: item.changeOnSelect || item.checkStrictly
+ checkStrictly: item.changeOnSelect || item.checkStrictly,
}"
@change="item.onChange"
>
@@ -404,7 +404,7 @@
type="textarea"
:autosize="{
minRows: item.minRows || 2,
- maxRows: item.maxRows || 10
+ maxRows: item.maxRows || 10,
}"
:placeholder="item.placeholder ? item.placeholder : item.title"
/>
@@ -493,32 +493,32 @@
<script>
const rule = {
change: [
- 'checkbox',
- 'select',
- 'date',
- 'datetime',
- 'drop',
- 'radio',
- 'cascader'
+ "checkbox",
+ "select",
+ "date",
+ "datetime",
+ "drop",
+ "radio",
+ "cascader",
], // 2020.05.31澧炲姞绾ц仈绫诲瀷
phone: /^[1][3,4,5,6,7,8,9][0-9]{9}$/,
decimal: /(^[\-0-9][0-9]*(.[0-9]+)?)$/,
- number: /(^[\-0-9][0-9]*([0-9]+)?)$/
+ number: /(^[\-0-9][0-9]*([0-9]+)?)$/,
};
-const inputTypeArr = ['text', 'string', 'mail', 'textarea', 'password'];
+const inputTypeArr = ["text", "string", "mail", "textarea", "password"];
const types = {
- int: 'number',
- byte: 'number',
- decimal: 'number', // "float",
- string: 'string',
- bool: 'boolean',
- date: 'datetime',
- date: 'date',
- mail: 'email'
+ int: "number",
+ byte: "number",
+ decimal: "number", // "float",
+ string: "string",
+ bool: "boolean",
+ date: "datetime",
+ date: "date",
+ mail: "email",
};
//琛ㄥ崟楠岃瘉娉ㄦ剰锛氭瘡娆¢獙璇侀兘蹇呴』鎵цcallback,鍚﹀垯楠岃瘉涓嶆墽琛屽洖璋冩柟娉�
const colPow = Math.pow(10, 3);
-import FormExpand from './VolForm/VolFormRender';
+import FormExpand from "./VolForm/VolFormRender";
import {
defineAsyncComponent,
defineComponent,
@@ -527,61 +527,61 @@
toRefs,
getCurrentInstance,
onMounted,
- watch
-} from 'vue';
+ watch,
+} from "vue";
export default defineComponent({
components: {
FormExpand,
- 'vol-upload': defineAsyncComponent(() =>
- import('@/components/basic/VolUpload.vue')
+ "vol-upload": defineAsyncComponent(() =>
+ import("@/components/basic/VolUpload.vue")
),
- 'vol-wang-editor': defineAsyncComponent(() =>
- import('@/components/editor/VolWangEditor.vue')
- )
+ "vol-wang-editor": defineAsyncComponent(() =>
+ import("@/components/editor/VolWangEditor.vue")
+ ),
},
props: {
loadKey: {
// 鏄惁鍔犺浇formRules瀛楁閰嶇疆鐨勬暟鎹簮
type: Boolean,
- default: true
+ default: true,
},
width: {
// 琛ㄥ崟瀹藉害
type: Number,
- default: 0
+ default: 0,
},
labelWidth: {
// 琛ㄥ崟宸﹁竟label鏂囧瓧鏍囩鐨勫搴�
type: Number,
- default: 100
+ default: 100,
},
formRules: {
// 琛ㄥ崟閰嶇疆瑙勫垯锛屽瀛楁绫诲瀷锛屾槸鍚﹀繀濉�
type: Array,
- default: []
+ default: [],
},
formFields: {
type: Object,
default: () => {
return {};
- }
+ },
},
editor: {
// 2021.01.16缂栬緫鍣ㄤ俊鎭� {uploadImgUrl:"",upload:null//涓婁紶鏂规硶}
type: Object,
default: () => {
return {};
- }
+ },
},
size: {
type: String, //large / default / small
- default: 'large'
+ default: "large",
},
select2Count: {
//瓒呭嚭鏁伴噺鏄剧ずselect2缁勪欢
type: Number,
- default: 500
- }
+ default: 500,
+ },
},
computed: {
rules() {
@@ -597,7 +597,7 @@
}, 100);
}
return ruleResult;
- }
+ },
},
setup(props, context) {
const { appContext, proxy } = getCurrentInstance();
@@ -630,7 +630,7 @@
});
}
row.forEach((item, yIndex) => {
- if (item.type == 'number') {
+ if (item.type == "number") {
numberFields.push(item.field);
}
// 鐩墠鍙敮鎸乻elect鍗曢�夎繙绋嬫悳绱紝remote杩滅▼浠庡悗鍙板瓧鍏告暟鎹簮杩涜鎼滅储锛寀rl浠庢寚瀹氱殑url鎼滅储
@@ -644,18 +644,18 @@
// 鍒濆鍖栨暟鎹簮绌哄璞�
if (item.dataKey) {
// 涓嬫媺妗嗛兘寮哄埗璁剧疆涓哄瓧绗︿覆绫诲瀷
- item.columnType = 'string';
+ item.columnType = "string";
if (!item.data) {
item.data = [];
}
}
- if (item.range || item.type == 'range') {
+ if (item.range || item.type == "range") {
if (
!(props.formFields[item.field] instanceof Array) ||
props.formFields[item.field].length != 2
) {
- props.formFields[item.field] = ['', ''];
+ props.formFields[item.field] = ["", ""];
}
rangeFields.push(item.field);
}
@@ -681,10 +681,10 @@
if (keys.length == 0) return;
appContext.config.globalProperties.http
- .post('/api/Sys_Dictionary/GetVueDictionary', keys)
+ .post("/api/Sys_Dictionary/GetVueDictionary", keys)
.then((dic) => {
bindOptions(dic, binds);
- proxy.$emit('dicInited', dic);
+ proxy.$emit("dicInited", dic);
});
};
const bindOptions = (dic, binds) => {
@@ -692,7 +692,7 @@
if (d.data.length > props.select2Count) {
if (
!binds.some((x) => {
- return x.key == d.dicNo && x.type == 'cascader';
+ return x.key == d.dicNo && x.type == "cascader";
})
) {
d.data.forEach((item) => {
@@ -706,18 +706,19 @@
// 濡傛灉鏈夋暟鎹殑鍒欎笉鏌ヨ
if (x.data.length > 0) return true;
//2022.03.13澧炲姞绾ц仈鏁版嵁婧愯嚜鍔ㄨ浆鎹�
- if (x.type == 'cascader' || x.type == 'treeSelect') {
+ if (x.type == "cascader" || x.type == "treeSelect") {
let _data = JSON.parse(JSON.stringify(d.data));
- let cascaderArr = appContext.config.globalProperties.base.convertTree(
- _data,
- (node, data, isRoot) => {
- if (!node.inited) {
- node.inited = true;
- node.label = node.value;
- node.value = node.key;
+ let cascaderArr =
+ appContext.config.globalProperties.base.convertTree(
+ _data,
+ (node, data, isRoot) => {
+ if (!node.inited) {
+ node.inited = true;
+ node.label = node.value;
+ node.value = node.key;
+ }
}
- }
- );
+ );
props.formRules.forEach((option) => {
option.forEach((item) => {
if (item.dataKey == x.key) {
@@ -726,13 +727,13 @@
}
});
});
- } else if (d.data.length > 0 && !d.data[0].hasOwnProperty('key')) {
+ } else if (d.data.length > 0 && !d.data[0].hasOwnProperty("key")) {
let source = d.data,
newSource = new Array(source.length);
for (let index = 0; index < source.length; index++) {
newSource[index] = {
- key: source['key'] + '',
- value: source['value']
+ key: source["key"] + "",
+ value: source["value"],
};
}
x.data.push(...newSource);
@@ -746,17 +747,17 @@
const initUpload = (item, init) => {
if (!init) return;
if (
- ['img', 'excel', 'file'].indexOf(item.type != -1) ||
- item.columnType == 'img'
+ ["img", "excel", "file"].indexOf(item.type != -1) ||
+ item.columnType == "img"
) {
// 鍙槸娌¤缃槸鍚﹁嚜鍔ㄤ笂浼犵殑锛岄粯璁ら兘鏄�夋嫨鏂囦欢鍚庤嚜鍔ㄤ笂浼�
- if (!item.hasOwnProperty('autoUpload')) {
+ if (!item.hasOwnProperty("autoUpload")) {
item.autoUpload = true;
}
- if (!item.hasOwnProperty('fileList')) {
+ if (!item.hasOwnProperty("fileList")) {
item.fileList = true;
}
- if (!item.hasOwnProperty('downLoad')) {
+ if (!item.hasOwnProperty("downLoad")) {
item.downLoad = true;
}
if (!item.removeBefore) {
@@ -790,9 +791,9 @@
let result = true;
volform.value.validate((valid) => {
if (!valid) {
- appContext.config.globalProperties.$message.error('鏁版嵁楠岃瘉鏈�氳繃!');
+ appContext.config.globalProperties.$message.error("鏁版嵁楠岃瘉鏈�氳繃!");
result = false;
- } else if (typeof callback === 'function') {
+ } else if (typeof callback === "function") {
try {
callback(valid);
} catch (error) {
@@ -812,7 +813,7 @@
rangeFields,
numberFields,
validate,
- volform
+ volform,
// initFormRules,
// initSource
};
@@ -820,7 +821,7 @@
created() {
this.formRules.forEach((rules) => {
rules.forEach((option) => {
- if (option.type == 'treeSelect' && option.multiple === undefined) {
+ if (option.type == "treeSelect" && option.multiple === undefined) {
option.multiple = true;
}
});
@@ -830,7 +831,10 @@
data() {
return {
// remoteCall: true,
- errorImg: 'this.src="' + require('@/assets/imgs/error-img.png') + '"'
+ errorImg:
+ 'this.src="' +
+ new URL("../assets/imgs/error-img.png", import.meta.url).href +
+ '"',
// span: 1,
// rangeFields: [],
};
@@ -858,7 +862,7 @@
},
getSrc(path) {
if (!path) return;
- if (!this.base.isUrl(path) && path.indexOf('.') != -1) {
+ if (!this.base.isUrl(path) && path.indexOf(".") != -1) {
return this.http.ipAddress + path;
}
return path;
@@ -866,10 +870,10 @@
// 鏄惁涓哄浘鐗囨枃浠剁瓑鏍煎紡骞跺瀛楁鐨勮浆鎹㈡垚鏁扮粍锛歔{name:'1.jpg',path:'127.0.0.1/ff/1.jpg'}]
isFile(item, formFields) {
if (
- item.type == 'img' ||
- item.columnType == 'img' ||
- item.type == 'excel' ||
- item.type == 'file'
+ item.type == "img" ||
+ item.columnType == "img" ||
+ item.type == "excel" ||
+ item.type == "file"
) {
this.convertFileToArray(item, formFields);
return true;
@@ -896,21 +900,21 @@
return;
}
// 灏嗕互閫楀彿闅斿紑鐨勬枃浠跺垎鍓叉垚鏁扮粍127.0.0.1/aa/1.jpg,灏�127.0.0.1/aa/2.jpg
- if (typeof fileInfo === 'string') {
- if (fileInfo.trim() === '') {
+ if (typeof fileInfo === "string") {
+ if (fileInfo.trim() === "") {
formFields[item.field] = [];
return;
}
// 濡傛灉鏂囦欢璺緞鏄瓧绗︿覆锛屽垯浣跨敤锛屾媶鍒�
- fileInfo = fileInfo.replace(/\\/g, '/');
- let files = fileInfo.split(',');
+ fileInfo = fileInfo.replace(/\\/g, "/");
+ let files = fileInfo.split(",");
formFields[item.field] = [];
for (let index = 0; index < files.length; index++) {
let file = files[index];
- let splitFile = file.split('/');
+ let splitFile = file.split("/");
formFields[item.field].push({
name: splitFile.length > 0 ? splitFile[splitFile.length - 1] : file,
- path: file // this.base.isUrl(file) ? file : this.http.ipAddress + file,
+ path: file, // this.base.isUrl(file) ? file : this.http.ipAddress + file,
});
}
}
@@ -920,26 +924,26 @@
file.path,
file.name,
{
- Authorization: this.$store.getters.getToken()
+ Authorization: this.$store.getters.getToken(),
},
this.http.ipAddress
);
},
validatorPhone(ruleOption, value, callback) {
- if (!ruleOption.required && !value && value != '0') {
+ if (!ruleOption.required && !value && value != "0") {
return callback();
}
- if (!rule.phone.test((value || '').trim())) {
- return callback(new Error('璇疯緭鍏ユ纭殑鎵嬫満鍙�'));
+ if (!rule.phone.test((value || "").trim())) {
+ return callback(new Error("璇疯緭鍏ユ纭殑鎵嬫満鍙�"));
}
callback();
},
validatorPwd(ruleOption, value, callback) {
- if (!ruleOption.required && !value && value != '0') {
+ if (!ruleOption.required && !value && value != "0") {
return callback();
}
- if ((value + '').trim().length < 6) {
- return callback(new Error('瀵嗙爜闀垮害涓嶈兘灏忎簬6浣�'));
+ if ((value + "").trim().length < 6) {
+ return callback(new Error("瀵嗙爜闀垮害涓嶈兘灏忎簬6浣�"));
}
callback();
},
@@ -951,33 +955,33 @@
? val.map((x) => {
return x;
})
- : val.split(',');
+ : val.split(",");
for (let index = 0; index < valArr.length; index++) {
var _item = data.find((x) => {
- return x.key && x.key != '0' && x.key + '' == valArr[index] + '';
+ return x.key && x.key != "0" && x.key + "" == valArr[index] + "";
});
if (_item) {
valArr[index] = _item.value;
}
}
- return valArr.join(',');
+ return valArr.join(",");
},
getText(formFields, item) {
// 2019.10.24淇琛ㄥ崟select缁勪欢涓哄彧璇荤殑灞炴�ф椂娌℃湁缁戝畾鏁版嵁婧�
let text = formFields[item.field];
- if (typeof text === 'function') return text(formFields);
- if (text === 'null' || text === '' || text === null || text === undefined)
- return '--';
+ if (typeof text === "function") return text(formFields);
+ if (text === "null" || text === "" || text === null || text === undefined)
+ return "--";
//2021.03.02澧炲姞鍙鏃舵棩鏈熷鐞�
- if (item.type == 'date') {
- return text.replace('T', ' ').split(' ')[0];
+ if (item.type == "date") {
+ return text.replace("T", " ").split(" ")[0];
}
//2021.03.31淇琛ㄥ崟switch鍙鏃舵病鏈夎浆鎹㈠�肩殑闂
- if (item.type == 'switch') {
- return text ? '鏄�' : '鍚�';
+ if (item.type == "switch") {
+ return text ? "鏄�" : "鍚�";
}
if (!item.data) return text;
- if (item.type == 'selectList' || item.type == 'checkbox') {
+ if (item.type == "selectList" || item.type == "checkbox") {
return this.convertArrayValue(item.data, text);
}
var _item = item.data.find((x) => {
@@ -991,7 +995,7 @@
// console.log(2);
},
onChange(item, value) {
- if (item.onChange && typeof item.onChange === 'function') {
+ if (item.onChange && typeof item.onChange === "function") {
item.onChange(value, item);
}
},
@@ -1002,7 +1006,7 @@
// console.log('undefined');
}
this.remoteCall = false;
- if (item.onChange && typeof item.onChange === 'function') {
+ if (item.onChange && typeof item.onChange === "function") {
item.onChange(value, item);
}
},
@@ -1016,7 +1020,7 @@
return;
}
if (
- val == '' ||
+ val == "" ||
(item.data.length == 1 &&
(val == item.data[0].key || val == item.data[0].value))
) {
@@ -1025,14 +1029,14 @@
// 寮瑰嚭妗嗘垨鍒濆鍖栬〃鍗曟椂缁檇ata璁剧疆鏁扮粍榛樿鍊�2
// 2020.09.26淇杩滅▼鎼滅储鑷畾涔塽rl涓嶈捣浣滅敤鐨勯棶棰�
let url;
- if (typeof item.url === 'function') {
+ if (typeof item.url === "function") {
url = item.url(val, item.dataKey, item);
} else {
url =
- (item.url || '/api/Sys_Dictionary/GetSearchDictionary') +
- '?dicNo=' +
+ (item.url || "/api/Sys_Dictionary/GetSearchDictionary") +
+ "?dicNo=" +
item.dataKey +
- '&value=' +
+ "&value=" +
val;
}
this.http.post(url).then((dicData) => {
@@ -1043,14 +1047,14 @@
});
},
getObject(date) {
- if (typeof date === 'object') {
+ if (typeof date === "object") {
return date;
}
return new Date(date);
},
reset(sourceObj) {
// 閲嶇疆琛ㄥ崟鏃讹紝绂佺敤杩滅▼鏌ヨ
- this.$refs['volform'].resetFields();
+ this.$refs["volform"].resetFields();
if (this.rangeFields.length) {
this.rangeFields.forEach((key) => {
this.formFields[key].splice(0);
@@ -1085,24 +1089,24 @@
if (
// item.readonly ||
// item.disabled ||
- item.type == 'switch' ||
- item.type == 'range'
+ item.type == "switch" ||
+ item.type == "range"
)
return { required: false };
// 鐢ㄦ埛璁剧疆鐨勮嚜瀹氫箟鏂规硶
- if (item.validator && typeof item.validator === 'function') {
+ if (item.validator && typeof item.validator === "function") {
return {
validator: (rule, val, callback) => {
// 鐢ㄦ埛鑷畾涔夌殑鏂规硶锛屽鏋滆繑鍥炰簡鍊硷紝鐩存帴鏄剧ず杩斿洖鐨勫�硷紝楠岃瘉涓嶉�氳繃
let message = item.validator(rule, val);
- if (message) return callback(new Error(message + ''));
+ if (message) return callback(new Error(message + ""));
return callback();
},
required: item.required,
- trigger: rule.change.indexOf(item.type) != -1 ? 'change' : 'blur'
+ trigger: rule.change.indexOf(item.type) != -1 ? "change" : "blur",
};
}
- if (['img', 'excel', 'file'].indexOf(item.type) != -1) {
+ if (["img", "excel", "file"].indexOf(item.type) != -1) {
return {
validator: (rule, val, callback) => {
//2021.09.05绉婚櫎鏂囦欢涓婁紶榛樿蹇呭~
@@ -1112,118 +1116,118 @@
(!val || !val.length)
) {
return callback(
- new Error(item.type == 'img' ? '璇蜂笂浼犵収鐗�' : '璇蜂笂浼犳枃浠�')
+ new Error(item.type == "img" ? "璇蜂笂浼犵収鐗�" : "璇蜂笂浼犳枃浠�")
);
}
return callback();
},
required: item.required,
- trigger: 'change'
+ trigger: "change",
};
}
// 璁剧疆鏁板瓧鐨勬渶澶у�兼皯鏈�灏忓��
if (
- item.type == 'number' ||
- item.columnType == 'number' ||
- item.columnType == 'int' ||
- item.type == 'decimal'
+ item.type == "number" ||
+ item.columnType == "number" ||
+ item.columnType == "int" ||
+ item.type == "decimal"
) {
// 濡傛灉鏄繀濉」鐨勬暟瀛楋紝璁剧疆涓�涓粯璁ゆ渶澶т笌鏈�鍊煎皬
- if (item.required && typeof item.min !== 'number') {
+ if (item.required && typeof item.min !== "number") {
item.min = 0; //item.type == "decimal" ? 0.1 : 1;
}
return {
required: item.required,
- message: item.title + '鍙兘鏄暟瀛�',
+ message: item.title + "鍙兘鏄暟瀛�",
title: item.title,
- trigger: 'blur',
+ trigger: "blur",
min: item.min,
max: item.max,
type: item.columnType || item.type,
validator: (ruleObj, value, callback) => {
if (!ruleObj.min && !ruleObj.max) {
if (ruleObj.required) {
- if ((!value && value != '0') || !rule.decimal.test(value)) {
- return callback(new Error('鍙兘鏄暟瀛�'));
+ if ((!value && value != "0") || !rule.decimal.test(value)) {
+ return callback(new Error("鍙兘鏄暟瀛�"));
}
}
return callback();
}
if (this.isReadonly(item)) return callback();
- if (ruleObj.type == 'number') {
+ if (ruleObj.type == "number") {
if (!rule.number.test(value)) {
- ruleObj.message = ruleObj.title + '鍙兘鏄暣鏁�';
+ ruleObj.message = ruleObj.title + "鍙兘鏄暣鏁�";
return callback(new Error(ruleObj.message));
}
} else {
if (!rule.decimal.test(value)) {
- ruleObj.message = ruleObj.title + '鍙兘鏄暟瀛�';
+ ruleObj.message = ruleObj.title + "鍙兘鏄暟瀛�";
return callback(new Error(ruleObj.message));
}
}
if (
ruleObj.min !== undefined &&
- typeof ruleObj.min === 'number' &&
+ typeof ruleObj.min === "number" &&
value < ruleObj.min
) {
- ruleObj.message = ruleObj.title + '涓嶈兘灏忎簬' + ruleObj.min;
+ ruleObj.message = ruleObj.title + "涓嶈兘灏忎簬" + ruleObj.min;
return callback(new Error(ruleObj.message));
}
if (
ruleObj.max !== undefined &&
- typeof ruleObj.max === 'number' &&
+ typeof ruleObj.max === "number" &&
value > ruleObj.max
) {
- ruleObj.message = ruleObj.title + '涓嶈兘澶т簬' + ruleObj.max;
+ ruleObj.message = ruleObj.title + "涓嶈兘澶т簬" + ruleObj.max;
return callback(new Error(ruleObj.message));
}
return callback();
- }
+ },
};
}
// 鎵嬫満銆佸瘑鐮侀獙璇�
- if (item.type == 'password' || item.type == 'phone') {
+ if (item.type == "password" || item.type == "phone") {
return {
validator:
- item.type == 'phone' ? this.validatorPhone : this.validatorPwd,
+ item.type == "phone" ? this.validatorPhone : this.validatorPwd,
required: item.required,
- trigger: 'blur'
+ trigger: "blur",
};
}
- if (!item.required && item.type != 'mail') return { required: false };
+ if (!item.required && item.type != "mail") return { required: false };
- if (!item.hasOwnProperty('type')) item.type = 'text';
+ if (!item.hasOwnProperty("type")) item.type = "text";
if (inputTypeArr.indexOf(item.type) != -1) {
let message =
item.title +
- (item.type == 'mail' ? '蹇呴』鏄竴涓偖绠卞湴鍧�' : '涓嶈兘涓虹┖');
- let type = item.type == 'mail' ? 'email' : types[item.columnType];
+ (item.type == "mail" ? "蹇呴』鏄竴涓偖绠卞湴鍧�" : "涓嶈兘涓虹┖");
+ let type = item.type == "mail" ? "email" : types[item.columnType];
let _rule = {
required: true,
message: message,
- trigger: 'blur',
+ trigger: "blur",
type: type,
validator: (ruleObj, value, callback) => {
if (
!this.isReadonly(item) &&
- (value === '' || value === undefined || value === null)
+ (value === "" || value === undefined || value === null)
) {
return callback(new Error(ruleObj.message));
}
return callback();
- }
+ },
};
- if (item.type == 'mail') {
+ if (item.type == "mail") {
_rule.validator = undefined;
return _rule;
}
if (item.min) {
_rule.min = item.min;
- _rule.message = item.title + '鑷冲皯' + item.min + '涓瓧绗�!';
+ _rule.message = item.title + "鑷冲皯" + item.min + "涓瓧绗�!";
}
if (item.max) {
return [
@@ -1231,94 +1235,94 @@
{
max: item.max,
required: true,
- message: item.title + '鏈�澶�' + item.max + '涓瓧绗�!',
- trigger: 'blur'
- }
+ message: item.title + "鏈�澶�" + item.max + "涓瓧绗�!",
+ trigger: "blur",
+ },
];
}
return _rule;
}
- if (item.type == 'radio') {
+ if (item.type == "radio") {
return {
required: item.required,
- message: '璇烽�夋嫨' + item.title,
- trigger: 'change',
- type: 'string'
+ message: "璇烽�夋嫨" + item.title,
+ trigger: "change",
+ type: "string",
};
}
if (
- item.type == 'date' ||
- item.type == 'datetime' ||
- item.type == 'month' ||
- item.type == 'time'
+ item.type == "date" ||
+ item.type == "datetime" ||
+ item.type == "month" ||
+ item.type == "time"
) {
return {
required: true,
- message: '璇烽�夋嫨' + item.title,
- trigger: 'change',
- type: item.range ? 'array' : 'string',
+ message: "璇烽�夋嫨" + item.title,
+ trigger: "change",
+ type: item.range ? "array" : "string",
validator: (rule, val, callback) => {
if (this.isReadonly(item)) return callback();
// 鐢ㄦ埛鑷畾涔夌殑鏂规硶锛屽鏋滆繑鍥炰簡鍊硷紝鐩存帴鏄剧ず杩斿洖鐨勫�硷紝楠岃瘉涓嶉�氳繃
if (!val || (item.range && !val.length)) {
- return callback(new Error('璇烽�夋嫨鏃ユ湡'));
+ return callback(new Error("璇烽�夋嫨鏃ユ湡"));
}
return callback();
- }
+ },
};
}
- if (item.type == 'cascader') {
+ if (item.type == "cascader") {
return {
- type: 'array',
+ type: "array",
required: true,
min: item.min || 1,
// message: "璇烽�夋嫨" + item.title,
- trigger: 'change',
+ trigger: "change",
validator: (rule, val, callback) => {
if (this.isReadonly(item)) return callback();
// 鐢ㄦ埛鑷畾涔夌殑鏂规硶锛屽鏋滆繑鍥炰簡鍊硷紝鐩存帴鏄剧ず杩斿洖鐨勫�硷紝楠岃瘉涓嶉�氳繃
let _arr = this.formFields[item.field];
if (!_arr || !_arr.length) {
- return callback(new Error('璇烽�夋嫨' + item.title));
+ return callback(new Error("璇烽�夋嫨" + item.title));
}
return callback();
- }
+ },
};
}
if (
- ['select', 'selectList', 'checkbox', 'cascader', 'treeSelect'].indexOf(
+ ["select", "selectList", "checkbox", "cascader", "treeSelect"].indexOf(
item.type
) != -1
) {
let _rule = {
- type: item.type == 'select' ? 'string' : 'array',
+ type: item.type == "select" ? "string" : "array",
required: true,
min: item.min || 1,
- message: '璇烽�夋嫨' + item.title,
- trigger: 'change',
+ message: "璇烽�夋嫨" + item.title,
+ trigger: "change",
validator: (rule, value, callback) => {
if (this.isReadonly(item)) return callback();
//2021.11.27淇澶氶�夋病鏈夋彁绀虹殑闂
- if (value == undefined || value === '') {
+ if (value == undefined || value === "") {
return callback(new Error(rule.message));
} else if (
- (item.type == 'checkbox' ||
- item.type == 'selectList' ||
- item.type == 'treeSelect') &&
+ (item.type == "checkbox" ||
+ item.type == "selectList" ||
+ item.type == "treeSelect") &&
(!(value instanceof Array) || !value.length)
) {
return callback(new Error(rule.message));
}
return callback();
- }
+ },
};
if (_rule.max) {
_rule.nax = item.max;
- _rule.message = '鏈�澶氬彧鑳介�夋嫨' + item.max + '椤�';
+ _rule.message = "鏈�澶氬彧鑳介�夋嫨" + item.max + "椤�";
}
return _rule;
}
@@ -1330,7 +1334,7 @@
}
return (
date1.valueOf() <
- (typeof date2 == 'number' ? date2 : new Date(date2).valueOf())
+ (typeof date2 == "number" ? date2 : new Date(date2).valueOf())
);
},
getDateOptions(date, item) {
@@ -1338,27 +1342,27 @@
if ((!item.min && !item.max) || !date) {
return false;
}
- if (item.min && item.min.indexOf(' ') == -1) {
+ if (item.min && item.min.indexOf(" ") == -1) {
//涓嶈缃椂鍒嗙锛屽悗闈細鑷姩鍔犱笂 08:00
- item.min = item.min + ' 00:00:000';
+ item.min = item.min + " 00:00:000";
}
return (
this.compareDate(date, item.min) || !this.compareDate(date, item.max)
);
},
getDateFormat(item) {
- if (item.type == 'month') {
- return 'YYYY-MM';
+ if (item.type == "month") {
+ return "YYYY-MM";
}
// if (item.type=='time') {
// return 'HH:mm:ss'
// }
//瑙乭ttps://day.js.org/docs/zh-CN/display/format
- return item.type == 'date' ? 'YYYY-MM-DD' : 'YYYY-MM-DD HH:mm:ss';
+ return item.type == "date" ? "YYYY-MM-DD" : "YYYY-MM-DD HH:mm:ss";
},
dateRangeChange(val, item) {
if (!val) {
- this.$emit('update:formFields');
+ this.$emit("update:formFields");
return;
}
item.onChange && item.onChange(val);
@@ -1372,10 +1376,10 @@
filterMethod(value, data) {
return data.label.includes(value);
},
- getNode( label,node, data){
- console.log(label)
- }
- }
+ getNode(label, node, data) {
+ console.log(label);
+ },
+ },
});
</script>
<style lang="less" scoped>
@@ -1455,8 +1459,8 @@
padding-left: 5px;
}
.el-form-item ::v-deep(textarea) {
- font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
- 'Microsoft YaHei', '寰蒋闆呴粦', Arial, sans-serif !important;
+ font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
+ "Microsoft YaHei", "寰蒋闆呴粦", Arial, sans-serif !important;
}
.el-form-item ::v-deep(.el-select .el-select__tags > span) {
display: flex;
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/extension/basicinfo/extend/addrouters.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/extension/basicinfo/extend/addrouters.vue"
index 28ed38f..98a4dce 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/extension/basicinfo/extend/addrouters.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/extension/basicinfo/extend/addrouters.vue"
@@ -163,7 +163,7 @@
<script>
import VolBox from "@/components/basic/VolBox.vue";
-import { el } from "element-plus/es/locale";
+// import { el } from "element-plus/es/locale";
export default {
components: { VolBox },
data() {
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/layout/index.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/layout/index.vue"
index af40482..f5a744c 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/layout/index.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/layout/index.vue"
@@ -79,12 +79,12 @@
>
<div>
<span style="color: rgb(255, 255, 255); font-size: 0.88rem"
- >瑙掕壊锛氳秴绾х鐞嗗憳</span
+ >瑙掕壊锛歿{ acountInfo.roleName }}</span
>
</div>
<div style="margin-left: 2rem">
<span style="color: rgb(255, 255, 255); font-size: 0.88rem"
- >濮撳悕锛歿{ userName }}</span
+ >濮撳悕锛歿{ acountInfo.userTrueName }}</span
>
</div>
<img
@@ -181,13 +181,12 @@
<script>
// import { getTreeMenu } from "@/api/menu.js";
import { baseUrl } from "../utils";
-
-import loading from "@/components/basic/RouterLoading";
-import VolMenu from "@/components/basic/VolElementMenu.vue";
+import loading from "../components/basic/RouterLoading.vue";
+// import VolMenu from "@/components/basic/VolElementMenu.vue";
import Message from "@/views/index/Message.vue";
-import MessageConfig from "@/views/index/MessageConfig.js";
+// import MessageConfig from "@/views/index/MessageConfig.js";
-var imgUrl = require("@/assets/imgs/wms_x.png");
+var imgUrl = new URL("../assets/imgs/wms_x.png", import.meta.url).href;
var $this;
var $interval;
var $indexDate;
@@ -202,9 +201,11 @@
import { useRouter, useRoute } from "vue-router";
import store from "../store/index";
import http from "@/../src/api/http.js";
+import { GetUserInfo } from "@/api/user";
+
export default defineComponent({
components: {
- VolMenu,
+ // VolMenu,
loading,
Message,
},
@@ -256,7 +257,9 @@
},
]);
const errorImg = ref(
- 'this.src="' + require("@/assets/imgs/error-img.png") + '"'
+ 'this.src="' +
+ new URL("../assets/imgs/error-img.png", import.meta.url).href +
+ '"'
);
const selectId = ref("1");
// 銆愰椤点�戞爣绛惧簭鍙�(褰撳墠鍙抽敭閫変腑鐨勮彍鍗�)
@@ -556,6 +559,7 @@
}
}
Object.assign(_config.$tabs, { open: open, close: close });
+ getUser();
//鍒濆鍖栬彍鍗�
// getTreeMenu().then((res) => {
@@ -605,6 +609,12 @@
// selectId.value = "1";
// });
};
+ const acountInfo = ref({});
+ const getUser = () => {
+ GetUserInfo({}).then((res) => {
+ acountInfo.value = res.data;
+ });
+ };
created();
return {
menuWidth,
@@ -639,6 +649,7 @@
closeTabs,
currentMenuId,
router,
+ acountInfo,
};
},
/**
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/main.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/main.js"
index 7985bb8..d47f0b8 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/main.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/main.js"
@@ -12,8 +12,6 @@
// import locale from 'element-plus/lib/locale/lang/zh-cn'
import * as ElementPlusIconsVue from '@element-plus/icons-vue'
-
-
import permission from './api/permission'
import viewgird from './components/basic/ViewGrid';
@@ -39,7 +37,7 @@
{ text: '鎷掔粷', value: 3 },
{ text: '椹冲洖', value: 4 }
],
- status:[0,2] //瀹℃牳涓殑鏁版嵁
+ status: [0, 2] //瀹℃牳涓殑鏁版嵁
// 寰呭鏍� = 0,
// 瀹℃牳閫氳繃 = 1,
// 瀹℃牳涓� = 2,
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/charts.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/charts.js"
index 55cac54..f65931a 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/charts.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/charts.js"
@@ -1,17 +1,18 @@
-let charts=[
- {
- path: '/chart',
- name: 'chart',
- component: () => import('@/views/charts/chart.vue')
- },
- {
- path: '/formChart',
- name: 'formChart',
- component: () => import('@/views/charts/formChart.vue')
- },
- {
- path: '/flex',
- name: 'flex',
- component: () => import('@/views/charts/flex.vue')
- }]
+let charts = [
+ // {
+ // path: '/chart',
+ // name: 'chart',
+ // component: () => import('@/views/charts/chart.vue')
+ // },
+ // {
+ // path: '/formChart',
+ // name: 'formChart',
+ // component: () => import('@/views/charts/formChart.vue')
+ // },
+ // {
+ // path: '/flex',
+ // name: 'flex',
+ // component: () => import('@/views/charts/flex.vue')
+ // }
+]
export default charts
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/index.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/index.js"
index 8b3c4ab..1ca3bfe 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/index.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/index.js"
@@ -98,7 +98,7 @@
alert(error.message);
}
localStorage.setItem("route_error", error.message);
- } catch (e) {}
+ } catch (e) { }
window.location.href = "/";
});
export default router;
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/redirect.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/redirect.js"
index 144beb8..8630e2b 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/redirect.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/redirect.js"
@@ -1,22 +1,24 @@
-let redirect = [{
- path: '/404',
- name: '404',
- component: () => import('@/components/redirect/404'),
- meta:{
- anonymous:true
- }
-}, {
- path: '/401',
- name: '401',
- component: () => import('@/components/redirect/401')
-}, {
- path: '/coding',
- name: 'coding',
- component: () => import('@/components/redirect/coding')
-}, {
- path: '/message',
- name: 'message',
- component: () => import('@/components/redirect/Message.vue')
-}]
+let redirect = [
+ //{
+ // path: '/404',
+ // name: '404',
+ // component: () => import('../components/redirect/404'),
+ // meta: {
+ // anonymous: true
+ // }
+ // }, {
+ // path: '/401',
+ // name: '401',
+ // component: () => import('@/components/redirect/401')
+ // }, {
+ // path: '/coding',
+ // name: 'coding',
+ // component: () => import('@/components/redirect/coding')
+ // }, {
+ // path: '/message',
+ // name: 'message',
+ // component: () => import('@/components/redirect/Message.vue')
+ // }
+]
export default redirect;
\ No newline at end of file
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/viewGird.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/viewGird.js"
index e44777a..289c590 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/viewGird.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/viewGird.js"
@@ -1,9 +1,9 @@
let viewgird = [
- {
- path: "/Sys_Log",
- name: "sys_Log",
- component: () => import("@/views/system/Sys_Log.vue"),
- },
+ // {
+ // path: "/Sys_Log",
+ // name: "sys_Log",
+ // component: () => import("@/views/system/Sys_Log.vue"),
+ // },
{
path: "/Sys_User",
name: "Sys_User",
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/stores/index.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/stores/index.js"
new file mode 100644
index 0000000..f30ed7f
--- /dev/null
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/stores/index.js"
@@ -0,0 +1,96 @@
+import { createStore } from "vuex";
+const keys = { USER: "user" };
+function getUserInfo(state) {
+ if (state.userInfo) return state.userInfo;
+ let userInfo = localStorage.getItem(keys.USER);
+ if (userInfo) {
+ state.userInfo = JSON.parse(userInfo);
+ }
+ return state.userInfo;
+}
+export default createStore({
+ state: {
+ data: {},
+ permission: [],
+ isLoading: false, //2020.06.03澧炲姞璺敱鍒囨崲鏃跺姞杞芥彁绀�
+ userInfo: null,
+ // wcsState: true//wcs鏈嶅姟鐘舵��
+ },
+ mutations: {
+ setPermission(state, data) {
+ //璋冪敤鏂瑰紡 this.$store.commit('setPermission', data)
+ if (!data || typeof data != "object") return;
+ if (data instanceof Array) {
+ state.permission.push(...data);
+ } else {
+ state.permission = data;
+ }
+ },
+ setUserInfo(state, data) {
+ state.userInfo = data;
+ localStorage.setItem(keys.USER, JSON.stringify(data));
+ },
+ clearUserInfo(state) {
+ state.permission = [];
+ state.userInfo = null;
+ localStorage.removeItem(keys.USER);
+ },
+ test(state) {
+ return 113344;
+ },
+ updateLoadingState(state, flag) {
+ state.isLoading = flag;
+ },
+ },
+ getters: {
+ getPermission: (state) => (path) => {
+ //璋冪敤鏂瑰紡 store.getters.getPermission('sys_User')
+ if (!path) return state.permission;
+ return state.permission.find((x) => x.path == path);
+ },
+ getUserInfo: (state) => () => {
+ getUserInfo(state);
+ return state.userInfo;
+ },
+ getUserName: (state) => () => {
+ getUserInfo(state);
+ if (state.userInfo) {
+ return state.userInfo.userName;
+ }
+ return "鏈幏鍙栧埌鐧诲綍淇℃伅";
+ },
+ getToken: (state) => () => {
+ getUserInfo(state);
+ if (state.userInfo) {
+ return "Bearer " + state.userInfo.token;
+ }
+ return "";
+ },
+ isLogin: (state) => () => {
+ if (getUserInfo(state)) {
+ return true;
+ }
+ return false;
+ },
+ isLoading: (state) => () => {
+ return state.isLoading;
+ },
+ data: (state) => () => {
+ return state.data;
+ },
+ getData: (state) => () => {
+ return state.data;
+ },
+ },
+ actions: {
+ setPermission(context, data) {
+ context.commit("setPermission", data); //璋冪敤鏂瑰紡 store.dispatch('push')
+ },
+ toDo(context) {
+ return context.Store.m;
+ },
+ onLoading(context, flag) {
+ context.commit("updateLoadingState", flag);
+ },
+ },
+});
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/utils/index.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/utils/index.js"
index 579358f..540d4eb 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/utils/index.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/utils/index.js"
@@ -3,6 +3,9 @@
export const baseUrl = "http://192.168.0.80:5000/"
// http://115.159.85.185:9091/
+// http://192.168.0.80:5000/
+// 115.159.85.185:9091
+// http://115.159.85.185:9098/
//瀵硅薄杞現ormData鐢熸垚鏂规硶
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/Login.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/Login.vue"
index a3f4ff9..3f75935 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/Login.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/Login.vue"
@@ -242,6 +242,11 @@
</script>
<style lang="less" scoped>
+// * {
+// box-sizing: border-box;
+// padding: 0;
+// margin: 0;
+// }
.login-container {
width: 100%;
min-height: 100vh;
@@ -261,7 +266,7 @@
}
.login-box {
width: 100%;
- height: ceil(100vh - 8rem);
+ height: calc(100vh - 4.57rem);
display: flex;
background-color: #f6f7fc;
.left-img {
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/system/PDAAuth.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/system/PDAAuth.vue"
index e8308da..9a916c5 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/system/PDAAuth.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/system/PDAAuth.vue"
@@ -68,7 +68,7 @@
import { defineComponent, ref, reactive, getCurrentInstance } from "vue";
import http from "@/../src/api/http.js";
import { ElMessage } from "element-plus";
-import { lv } from "element-plus/es/locale";
+// import { lv } from "element-plus/es/locale";
export default defineComponent({
setup() {
const selectId = ref(-1);
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/system/Permission.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/system/Permission.vue"
index fdc683e..c2795d9 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/system/Permission.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/system/Permission.vue"
@@ -34,11 +34,7 @@
class="role-tree-right flex-col"
>
<div class="title" style="display: flex; justify-content: space-between">
- <div>
- 瑙掕壊鏉冮檺绠$悊锛坽{
- userInfo.userName ? userInfo.userName : "瓒呯骇绠$悊鍛�"
- }}锛�
- </div>
+ <div>瑙掕壊鏉冮檺绠$悊锛坽{ info.roleName }}锛�</div>
<el-icon @click="goBack" size="25"><CloseBold /></el-icon>
</div>
<div class="title">
@@ -107,6 +103,9 @@
const route = useRoute();
const router = useRouter();
const userInfo = reactive({});
+ const info = ref({});
+ info.value = JSON.parse(history.state?.info);
+
const leftCheckChange = (node, selected) => {
node.actions.forEach((x, index) => {
x.checked = selected;
@@ -188,13 +187,12 @@
getUserRole(node);
};
const getUserRole = (item) => {
- selectId.value = item.id;
roleList.forEach((x) => {
x.actions.forEach((a) => {
a.checked = false;
});
});
- let url = `/api/Sys_Role/getUserTreePermission?roleId=${item.id}`;
+ let url = `/api/Sys_Role/getUserTreePermission?roleId=${info.value.roleId}`;
http.post(url, {}, true).then((result) => {
if (!result.status) return;
result.data.forEach((item) => {
@@ -250,9 +248,6 @@
let $message =
getCurrentInstance().appContext.config.globalProperties.$message;
const save = () => {
- if (selectId.value <= 0) {
- return $message.error("璇烽�夋嫨瑙掕壊!");
- }
let userPermissions = [];
roleList.forEach((x) => {
let checkedPermission = x.actions.filter((f) => {
@@ -268,7 +263,7 @@
});
}
});
- let url = `api/Sys_Role/SavePermission?roleId=${selectId.value}`;
+ let url = `api/Sys_Role/SavePermission?roleId=${info.value.roleId}`;
http.post(url, userPermissions, true).then((result) => {
$message[result.status ? "success" : "error"](result.message);
});
@@ -276,12 +271,8 @@
load();
getCurrentTreePermission();
-
- onActivated(() => {
- let detail = history.state.info;
- userInfo.value = JSON.parse(detail || {});
- });
- console.log(userInfo.value);
+ getUserRole();
+ console.log("123", info.value);
return {
list,
@@ -303,7 +294,7 @@
route,
goBack,
router,
- userInfo,
+ info,
};
},
});
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/system/Sys_Log.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/system/Sys_Log.vue"
index 9742628..ded6a00 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/system/Sys_Log.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/system/Sys_Log.vue"
@@ -5,66 +5,219 @@
*涓氬姟璇峰湪@/extension/system/Sys_Log.js姝ゅ缂栧啓
-->
<template>
- <view-grid ref="grid"
- :columns="columns"
- :detail="detail"
- :editFormFields="editFormFields"
- :editFormOptions="editFormOptions"
- :searchFormFields="searchFormFields"
- :searchFormOptions="searchFormOptions"
- :table="table"
- :extend="extend">
- </view-grid>
+ <view-grid
+ ref="grid"
+ :columns="columns"
+ :detail="detail"
+ :editFormFields="editFormFields"
+ :editFormOptions="editFormOptions"
+ :searchFormFields="searchFormFields"
+ :searchFormOptions="searchFormOptions"
+ :table="table"
+ :extend="extend"
+ >
+ </view-grid>
</template>
<script>
- import extend from "@/extension/system/Sys_Log.js";
- import { ref, defineComponent } from "vue";
- export default defineComponent({
- setup() {
- const table = ref({
- key: 'Id',
- footer: "Foots",
- cnName: '绯荤粺鏃ュ織',
- name: 'Sys_Log',
- url: "/Sys_Log/",
- sortName: "Id"
- });
- const editFormFields = ref({});
- const editFormOptions = ref([]);
- const searchFormFields = ref({"BeginDate":"","Url":"","LogType":[],"Success":[],"UserIP":"","ServiceIP":"","Role_Id":""});
- const searchFormOptions = ref([[{"title":"璇锋眰鍦板潃","field":"Url","type":"text"},{"title":"鐢ㄦ埛IP","field":"UserIP","type":"text"},{"title":"鏈嶅姟鍣↖P","field":"ServiceIP","type":"text"}],[{"title":"寮�濮嬫椂闂�","field":"BeginDate","type":"datetime"},{"dataKey":"restatus","data":[],"title":"鍝嶅簲鐘舵��","field":"Success","type":"selectList"},{"dataKey":"roles","data":[],"title":"瑙掕壊ID","field":"Role_Id","type":"select"}],[{"dataKey":"log","data":[],"title":"鏃ュ織绫诲瀷","field":"LogType","colSize":12,"type":"checkbox"}]]);
- const columns = ref([{field:'Id',title:'Id',type:'int',width:90,hidden:true,readonly:true,require:true,align:'left'},
- {field:'BeginDate',title:'寮�濮嬫椂闂�',type:'datetime',width:140,align:'left',sortable:true},
- {field:'UserName',title:'鐢ㄦ埛鍚嶇О',type:'string',width:90,align:'left'},
- {field:'Url',title:'璇锋眰鍦板潃',type:'string',width:110,align:'left'},
- {field:'LogType',title:'鏃ュ織绫诲瀷',type:'string',bind:{ key:'log',data:[]},width:80,align:'left'},
- {field:'Success',title:'鍝嶅簲鐘舵��',type:'int',bind:{ key:'restatus',data:[]},width:80,align:'left'},
- {field:'ElapsedTime',title:'鏃堕暱',type:'int',width:60,align:'left'},
- {field:'RequestParameter',title:'璇锋眰鍙傛暟',type:'string',width:70,align:'left'},
- {field:'ResponseParameter',title:'鍝嶅簲鍙傛暟',type:'string',width:70,align:'left'},
- {field:'ExceptionInfo',title:'寮傚父淇℃伅',type:'string',width:70,align:'left'},
- {field:'UserIP',title:'鐢ㄦ埛IP',type:'string',width:90,align:'left'},
- {field:'ServiceIP',title:'鏈嶅姟鍣↖P',type:'string',width:90,hidden:true,align:'left'},
- {field:'BrowserType',title:'娴忚鍣ㄧ被鍨�',type:'string',width:90,align:'left'},
- {field:'User_Id',title:'鐢ㄦ埛ID',type:'int',width:90,hidden:true,align:'left'},
- {field:'Role_Id',title:'瑙掕壊ID',type:'int',bind:{ key:'roles',data:[]},width:90,hidden:true,align:'left'},
- {field:'EndDate',title:'缁撴潫鏃堕棿',type:'datetime',width:150,hidden:true,align:'left',sortable:true}]);
- const detail = ref({
- cnName: "#detailCnName",
- columns: [],
- sortName: "",
- key: ""
- });
- return {
- table,
- extend,
- editFormFields,
- editFormOptions,
- searchFormFields,
- searchFormOptions,
- columns,
- detail,
- };
- },
+import extend from "@/extension/system/Sys_Log.js";
+import { ref, defineComponent } from "vue";
+export default defineComponent({
+ setup() {
+ const table = ref({
+ key: "Id",
+ footer: "Foots",
+ cnName: "绯荤粺鏃ュ織",
+ name: "Sys_Log",
+ url: "/Sys_Log/",
+ sortName: "Id",
});
+ const editFormFields = ref({});
+ const editFormOptions = ref([]);
+ const searchFormFields = ref({
+ BeginDate: "",
+ Url: "",
+ LogType: [],
+ Success: [],
+ UserIP: "",
+ ServiceIP: "",
+ Role_Id: "",
+ });
+ const searchFormOptions = ref([
+ [
+ { title: "璇锋眰鍦板潃", field: "Url", type: "text" },
+ { title: "鐢ㄦ埛IP", field: "UserIP", type: "text" },
+ { title: "鏈嶅姟鍣↖P", field: "ServiceIP", type: "text" },
+ ],
+ [
+ { title: "寮�濮嬫椂闂�", field: "BeginDate", type: "datetime" },
+ {
+ dataKey: "restatus",
+ data: [],
+ title: "鍝嶅簲鐘舵��",
+ field: "Success",
+ type: "selectList",
+ },
+ {
+ dataKey: "roles",
+ data: [],
+ title: "瑙掕壊ID",
+ field: "Role_Id",
+ type: "select",
+ },
+ ],
+ [
+ {
+ dataKey: "log",
+ data: [],
+ title: "鏃ュ織绫诲瀷",
+ field: "LogType",
+ colSize: 12,
+ type: "checkbox",
+ },
+ ],
+ ]);
+ const columns = ref([
+ {
+ field: "Id",
+ title: "Id",
+ type: "int",
+ width: 90,
+ hidden: true,
+ readonly: true,
+ require: true,
+ align: "left",
+ },
+ {
+ field: "BeginDate",
+ title: "寮�濮嬫椂闂�",
+ type: "datetime",
+ width: 140,
+ align: "left",
+ sortable: true,
+ },
+ {
+ field: "UserName",
+ title: "鐢ㄦ埛鍚嶇О",
+ type: "string",
+ width: 90,
+ align: "left",
+ },
+ {
+ field: "Url",
+ title: "璇锋眰鍦板潃",
+ type: "string",
+ width: 110,
+ align: "left",
+ },
+ {
+ field: "LogType",
+ title: "鏃ュ織绫诲瀷",
+ type: "string",
+ bind: { key: "log", data: [] },
+ width: 80,
+ align: "left",
+ },
+ {
+ field: "Success",
+ title: "鍝嶅簲鐘舵��",
+ type: "int",
+ bind: { key: "restatus", data: [] },
+ width: 80,
+ align: "left",
+ },
+ {
+ field: "ElapsedTime",
+ title: "鏃堕暱",
+ type: "int",
+ width: 60,
+ align: "left",
+ },
+ {
+ field: "RequestParameter",
+ title: "璇锋眰鍙傛暟",
+ type: "string",
+ width: 70,
+ align: "left",
+ },
+ {
+ field: "ResponseParameter",
+ title: "鍝嶅簲鍙傛暟",
+ type: "string",
+ width: 70,
+ align: "left",
+ },
+ {
+ field: "ExceptionInfo",
+ title: "寮傚父淇℃伅",
+ type: "string",
+ width: 70,
+ align: "left",
+ },
+ {
+ field: "UserIP",
+ title: "鐢ㄦ埛IP",
+ type: "string",
+ width: 90,
+ align: "left",
+ },
+ {
+ field: "ServiceIP",
+ title: "鏈嶅姟鍣↖P",
+ type: "string",
+ width: 90,
+ hidden: true,
+ align: "left",
+ },
+ {
+ field: "BrowserType",
+ title: "娴忚鍣ㄧ被鍨�",
+ type: "string",
+ width: 90,
+ align: "left",
+ },
+ {
+ field: "User_Id",
+ title: "鐢ㄦ埛ID",
+ type: "int",
+ width: 90,
+ hidden: true,
+ align: "left",
+ },
+ {
+ field: "Role_Id",
+ title: "瑙掕壊ID",
+ type: "int",
+ bind: { key: "roles", data: [] },
+ width: 90,
+ hidden: true,
+ align: "left",
+ },
+ {
+ field: "EndDate",
+ title: "缁撴潫鏃堕棿",
+ type: "datetime",
+ width: 150,
+ hidden: true,
+ align: "left",
+ sortable: true,
+ },
+ ]);
+ const detail = ref({
+ cnName: "#detailCnName",
+ columns: [],
+ sortName: "",
+ key: "",
+ });
+ return {
+ table,
+ extend,
+ editFormFields,
+ editFormOptions,
+ searchFormFields,
+ searchFormOptions,
+ columns,
+ detail,
+ };
+ },
+});
</script>
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/system/UserInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/system/UserInfo.vue"
index e678d73..ca911b1 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/system/UserInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/system/UserInfo.vue"
@@ -3,14 +3,25 @@
<div class="info">
<div style="position: relative">
<el-upload
+ :disabled="true"
class="avatar-uploader"
- action="https://run.mocky.io/v3/9d059bf9-4660-45f2-925d-ce80ad6c4d15"
+ action="#"
:show-file-list="false"
- :on-success="handleAvatarSuccess"
:before-upload="beforeAvatarUpload"
>
- <img v-if="imageUrl" :src="imageUrl" class="avatar" />
- <el-icon v-else class="avatar-uploader-icon"><Plus /></el-icon>
+ <el-image
+ style="width: 100px; height: 100px"
+ :src="'http://192.168.0.80:5000' + userInfo.headImageUrl"
+ :fit="fit"
+ />
+ <!-- <img
+ v-if="userInfo.headImageUrl"
+ :src="'http://192.168.0.80:5000' + userInfo.headImageUrl"
+ class="avatar"
+ />
+ <el-icon v-else class="avatar-uploader-icon">
+ <Plus />
+ </el-icon> -->
</el-upload>
<span
style="
@@ -33,7 +44,7 @@
/></span>
</div>
<el-form
- :model="formInline"
+ :model="userInfo"
style="flex: 1"
class="demo-form-inline"
label-position="right"
@@ -49,7 +60,7 @@
</el-col>
<el-col :span="3"
><el-form-item label="鐢ㄦ埛鍒嗙粍:">
- <span>缁翠繚閮�</span>
+ <span>{{ userInfo.roleName }}</span>
</el-form-item></el-col
>
</el-row>
@@ -66,7 +77,7 @@
>
<el-col :span="3">
<el-form-item label="鐢ㄦ埛瑙掕壊:">
- <span>2021-06-30</span>
+ <span>{{ userInfo.roleName }}</span>
</el-form-item>
</el-col>
</el-row>
@@ -103,7 +114,7 @@
</template>
<el-input
size="small"
- v-model="form.userName"
+ v-model="form.usertruename"
placeholder="璇疯緭鍏�"
style="width: 18.375rem"
/>
@@ -124,7 +135,7 @@
>
</template>
<el-input
- v-model="form.phoneNo"
+ v-model="form.phone"
size="small"
placeholder="璇疯緭鍏�"
style="width: 18.375rem"
@@ -137,24 +148,32 @@
<span style="color: red; margin-right: 0.2rem">*</span>
<span style="font-size: 0.88rem; color: black; font-weight: bold"
>浜鸿劯鍥剧墖</span
- ><span
+ >
+ <!-- <span
style="
color: rgba(255, 0, 0, 1);
font-size: 0.75rem;
margin-left: 0.5rem;
"
>娉細鏈�澶氬彲涓婁紶涓夊紶锛屽浘鐗囬渶瑕佹瑙勭殑浜哄儚璇佷欢鐓�</span
- >
+ > -->
</div>
</template>
<el-upload
+ ref="upload"
+ name="fileInput"
class="avatar-uploader"
- action="#"
+ action="http://115.159.85.185:9098/api/User/SaveFiles"
list-type="picture-card"
- :auto-upload="false"
- :limit="3"
+ :auto-upload="true"
+ limit="1"
+ @before-upload="beforeAvatarUpload"
+ :on-success="handleAvatarSuccess"
+ :file-list="fileList != [] ? fileList : []"
>
- <el-icon><Plus /></el-icon>
+ <el-icon>
+ <Plus />
+ </el-icon>
<template #file="{ file }">
<div>
@@ -175,14 +194,18 @@
class="el-upload-list__item-delete"
@click="handleDownload(file)"
>
- <el-icon size="15"><Download /></el-icon>
+ <el-icon size="15">
+ <Download />
+ </el-icon>
</span>
<span
v-if="!disabled"
class="el-upload-list__item-delete"
@click="handleRemove(file)"
>
- <el-icon size="15"><Delete /></el-icon>
+ <el-icon size="15">
+ <Delete />
+ </el-icon>
</span>
</span>
</div>
@@ -256,25 +279,41 @@
</div>
</template>
</el-dialog>
+
+ <!-- 鏌ョ湅鍥剧墖寮瑰嚭妗� -->
+ <el-dialog v-model="imgdialogVisible" center width="980">
+ <img w-full :src="dialogImageUrl" alt="Preview Image" />
+ </el-dialog>
</div>
</template>
<script setup>
import { ref, reactive } from "vue";
-import { GetUserInfo, UpdatePassword, UpdateUser } from "@/api/user";
+import {
+ GetUserInfo,
+ UpdatePassword,
+ UpdateUser,
+ Upuserbase,
+} from "@/api/user";
import { ElMessage } from "element-plus";
const formInline = reactive({
user: "",
region: "",
date: "",
});
-const form = ref({});
-const newPwd = ref("");
-const onSubmit = () => {
- // UpdateUser().then((res) => {});
- console.log(form.value);
- console.log("submit!");
-};
+const upload = ref();
+const form = ref({
+ id: JSON.parse(localStorage.getItem("user")).id,
+ usertruename: "",
+ phone: "",
+ files: "",
+});
+const newPwd = ref("");
+const dialogVisible = ref(false);
+//鏌ョ湅鍥剧墖
+const imgdialogVisible = ref(false);
+const fileList = ref([]);
+
const rules = reactive({
oldPwd: [{ required: true, message: "璇疯緭鍏ユ棫瀵嗙爜", trigger: "blur" }],
newPwd: [{ required: true, message: "璇疯緭鍏ユ柊瀵嗙爜", trigger: "blur" }],
@@ -301,23 +340,62 @@
});
};
-const dialogVisible = ref(false);
const userInfo = ref({});
+const dialogImageUrl = ref();
+
GetUserInfo({}).then((res) => {
- userInfo.value = res.data;
- form.value = res.data;
- console.log(res);
+ userInfo.value = Object.assign({}, res.data);
+ form.value.usertruename = res.data.userTrueName;
+ form.value.phone = res.data.phoneNo;
});
+//鍥剧墖棰勮
+const handlePictureCardPreview = (url) => {
+ dialogImageUrl.value = url.url;
+ imgdialogVisible.value = true;
+};
+
+//鍥剧墖鍒犻櫎
+const handleRemove = (file) => {
+ upload.value.handleRemove(file);
+};
+const onSubmit = () => {
+
+ if (form.value.files == "") {
+ ElMessage({ message: "鍥剧墖涓嶈兘涓虹┖", type: "warning" });
+ return;
+ }
+ if (form.value.usertruename == "") {
+ ElMessage({ message: "濮撳悕涓嶈兘涓虹┖", type: "warning" });
+ return;
+ }
+ if (form.value.phone == "") {
+ ElMessage({ message: "鐢佃瘽涓嶈兘涓虹┖", type: "warning" });
+ return;
+ }
+ Upuserbase(form.value).then((res) => {
+ ElMessage({ message: "淇敼鎴愬姛", type: "success" });
+ dialogVisible.value = false;
+ initData();
+ });
+};
+const beforeAvatarUpload = (val) => {
+ console.log(val);
+};
+const handleAvatarSuccess = (val) => {
+ form.value.files = "/image/" + val.data;
+};
</script>
<style lang="scss" scoped>
.personal {
display: flex;
flex-direction: column;
+
.info {
display: flex;
height: 10rem;
background-color: #fff;
align-items: center;
+
:deep(.avatar-uploader .el-upload) {
border: 1px dashed var(--el-border-color);
border-radius: 50%;
@@ -340,6 +418,7 @@
height: 6.25rem;
text-align: center;
}
+
.el-form {
.el-row {
.el-col {
@@ -347,6 +426,7 @@
:deep(.el-form-item__label) {
font-size: 0.875rem;
}
+
span {
font-size: 0.875rem;
}
@@ -355,6 +435,7 @@
}
}
}
+
.mation {
flex: 1;
margin-top: 1.25rem;
@@ -362,19 +443,23 @@
padding: 1.1875rem 2.0625rem;
box-sizing: border-box;
}
+
:deep(.el-dialog) {
margin-top: 180px;
}
+
:deep(.el-dialog .el-dialog__body) {
display: flex;
justify-content: center;
align-items: center;
}
+
.avatar-uploader .avatar {
width: 7rem;
height: 7rem;
display: block;
}
+
:deep(.avatar-uploader .el-upload) {
width: 7rem;
height: 7rem;
@@ -385,10 +470,12 @@
overflow: hidden;
transition: var(--el-transition-duration-fast);
}
+
:deep(.el-upload-list__item) {
width: 7rem;
height: 7rem;
}
+
.avatar-uploader .el-upload:hover {
border-color: var(--el-color-primary);
}
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/BasicInformation/Basicinformation.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/BasicInformation/Basicinformation.vue"
index a8e442c..628e2a6 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/BasicInformation/Basicinformation.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/BasicInformation/Basicinformation.vue"
@@ -39,21 +39,38 @@
size="small"
/>
</div>
- <!-- <div class="serch_box">
- <div class="serchb">鍏ㄥ眬鎼滅储</div>
+ <div class="serch_box">
+ <div class="serchb">
+ <el-select
+ v-model="queryForm.selectType"
+ placeholder="璇烽�夋嫨"
+ size="small"
+ style="width: 100%; height: 100%; font-size: 0.15rem"
+ >
+ <el-option
+ v-for="item in selectoptions"
+ :key="item.value"
+ :label="item.label"
+ :value="item.value"
+ />
+ </el-select>
+ </div>
<input
- v-model="queryForm.selectName"
+ v-model="queryForm.selectInput"
placeholder="璇疯緭鍏ュ叧閿瘝鎼滅储"
style="border-left: 0.06rem solid #e2e2e2"
/>
- </div> -->
+ </div>
<el-button
type="primary"
size="small"
style="margin-left: 0.98rem; height: 2rem"
+ @click="handleQuery"
>鏌ヨ</el-button
>
- <el-button size="small" style="height: 2rem">閲嶇疆</el-button>
+ <el-button size="small" style="height: 2rem" @click="resetQuery"
+ >閲嶇疆</el-button
+ >
</div>
<div class="btns">
<div style="display: flex; align-items: center">
@@ -70,7 +87,7 @@
display: flex;
align-items: center;
"
- ><el-icon style="margin-right: 0.2rem"><Plus /></el-icon
+ ><el-icon style="margin-right: 0.2rem"> <Plus /> </el-icon
>鏂板缓</el-button
>
<!-- 宸ュ叿鍒楄〃鏂板缓 -->
@@ -86,7 +103,7 @@
display: flex;
align-items: center;
"
- ><el-icon style="margin-right: 0.2rem"><Plus /></el-icon
+ ><el-icon style="margin-right: 0.2rem"> <Plus /> </el-icon
>鏂板缓</el-button
>
<el-button
@@ -131,7 +148,7 @@
<el-table-column prop="articleName" label="淇℃伅鍚嶇О" align="center" />
<el-table-column prop="articleType" label="瑙勬牸鍨嬪彿" align="center" />
<el-table-column prop="articleUnit" label="鍗曚綅" align="center" />
- <el-table-column prop="category" label="鎵�灞炲垎绫�" align="center" />
+ <!-- <el-table-column prop="category" label="鎵�灞炲垎绫�" align="center" /> -->
<el-table-column prop="createDate" label="鍒涘缓鏃ユ湡" align="center" />
<el-table-column label="鎿嶄綔" align="center">
<template #default="scope">
@@ -169,7 +186,7 @@
align="center"
/>
<el-table-column prop="toolUnit" label="鍗曚綅" align="center" />
- <el-table-column prop="" label="鎵�灞炲垎绫�" align="center" />
+ <!-- <el-table-column prop="" label="鎵�灞炲垎绫�" align="center" /> -->
<el-table-column prop="toolremark" label="澶囨敞" align="center" />
<el-table-column prop="createtime" label="鍒涘缓鏃ユ湡" align="center" />
<el-table-column prop="address" label="鎿嶄綔" align="center">
@@ -213,6 +230,7 @@
:before-close="handleClose"
:show-close="false"
:align-center="true"
+ @close="resetForm(formRef)"
>
<template #title>
<div
@@ -228,10 +246,17 @@
>
</div>
</template>
- <el-form :model="forminfo" label-width="auto" label-position="top">
+ <el-form
+ :model="forminfo"
+ label-width="auto"
+ label-position="top"
+ :rules="rules"
+ ref="formRef"
+ :hide-required-asterisk="true"
+ >
<el-row :gutter="20">
<el-col :span="8">
- <el-form-item>
+ <el-form-item prop="articleName">
<template #label>
<div style="display: flex; align-items: flex-end">
<span style="color: red; margin-right: 0.2rem">*</span>
@@ -249,7 +274,7 @@
</el-form-item>
</el-col>
<el-col :span="8">
- <el-form-item>
+ <el-form-item prop="articleType">
<template #label>
<div style="display: flex; align-items: flex-end">
<span style="color: red; margin-right: 0.2rem">*</span>
@@ -267,7 +292,7 @@
</el-form-item>
</el-col>
<el-col :span="8">
- <el-form-item>
+ <el-form-item prop="articleUnit">
<template #label>
<div style="display: flex; align-items: flex-end">
<span style="color: red; margin-right: 0.2rem">*</span>
@@ -286,34 +311,8 @@
</el-col>
</el-row>
<el-row :gutter="20">
- <el-col :span="8">
- <el-form-item>
- <template #label>
- <div style="display: flex; align-items: flex-end">
- <span style="color: red; margin-right: 0.2rem">*</span>
- <span
- style="font-size: 0.88rem; color: black; font-weight: bold"
- >鎵�灞炲垎绫�</span
- >
- </div>
- </template>
- <el-input
- size="small"
- v-model="forminfo.category"
- placeholder="璇疯緭鍏�"
- />
- <!-- <el-select v-model="value" placeholder="璇烽�夋嫨" size="small">
- <el-option
- v-for="item in options"
- :key="item.value"
- :label="item.label"
- :value="item.value"
- />
- </el-select> -->
- </el-form-item>
- </el-col>
<el-col :span="16">
- <el-form-item>
+ <el-form-item prop="articleRemark">
<template #label>
<div style="display: flex; align-items: flex-end">
<span style="color: red; margin-right: 0.2rem">*</span>
@@ -344,7 +343,7 @@
<el-button
size="small"
type="primary"
- @click="CreateInformation"
+ @click="CreateInformation(formRef)"
style="height: 2rem; font-size: 0.88rem"
>
淇濆瓨
@@ -361,6 +360,7 @@
:before-close="handleClose"
:show-close="false"
:align-center="true"
+ @close="resetForm(ruleFormRef)"
>
<template #title>
<div
@@ -376,10 +376,17 @@
>
</div>
</template>
- <el-form :model="formtool" label-width="auto" label-position="top">
+ <el-form
+ :model="formtool"
+ label-width="auto"
+ label-position="top"
+ ref="ruleFormRef"
+ :rules="toolRules"
+ :hide-required-asterisk="true"
+ >
<el-row :gutter="20">
<el-col :span="8">
- <el-form-item>
+ <el-form-item prop="toolName">
<template #label>
<div style="display: flex; align-items: flex-end">
<span style="color: red; margin-right: 0.2rem">*</span>
@@ -397,7 +404,7 @@
</el-form-item>
</el-col>
<el-col :span="8">
- <el-form-item>
+ <el-form-item prop="specification">
<template #label>
<div style="display: flex; align-items: flex-end">
<span style="color: red; margin-right: 0.2rem">*</span>
@@ -415,7 +422,7 @@
</el-form-item>
</el-col>
<el-col :span="8">
- <el-form-item>
+ <el-form-item prop="toolUnit">
<template #label>
<div style="display: flex; align-items: flex-end">
<span style="color: red; margin-right: 0.2rem">*</span>
@@ -434,34 +441,8 @@
</el-col>
</el-row>
<el-row :gutter="20">
- <el-col :span="8">
- <el-form-item>
- <template #label>
- <div style="display: flex; align-items: flex-end">
- <span style="color: red; margin-right: 0.2rem">*</span>
- <span
- style="font-size: 0.88rem; color: black; font-weight: bold"
- >鎵�灞炲垎绫�</span
- >
- </div>
- </template>
- <el-input
- size="small"
- v-model="formtool.category"
- placeholder="璇疯緭鍏�"
- />
- <!-- <el-select v-model="value" placeholder="璇烽�夋嫨" size="small">
- <el-option
- v-for="item in options"
- :key="item.value"
- :label="item.label"
- :value="item.value"
- />
- </el-select> -->
- </el-form-item>
- </el-col>
<el-col :span="16">
- <el-form-item>
+ <el-form-item prop="toolremark">
<template #label>
<div style="display: flex; align-items: flex-end">
<span style="color: red; margin-right: 0.2rem">*</span>
@@ -492,7 +473,7 @@
<el-button
size="small"
type="primary"
- @click="addToolApi"
+ @click="addToolApi(ruleFormRef)"
style="height: 2rem; font-size: 0.88rem"
>
淇濆瓨
@@ -503,7 +484,7 @@
</div>
</template>
<script setup>
-import { ref, reactive, onMounted } from "vue";
+import { ref, reactive, onMounted, toRef } from "vue";
import { ElMessage, ElMessageBox } from "element-plus";
import { formatTime } from "@/utils/index.js";
import {
@@ -516,45 +497,91 @@
deleteToolData,
deleteBasicinformation,
} from "@/api/newapi/Basicinformation.js";
-
-const queryForm = reactive({
+// 鍒濆鍖栨暟鎹�
+const obj = {
selectName: "",
selectTime: [], // 鏃堕棿鑼冨洿
-});
+ selectType: "", //閫夋嫨鐨勭被鍨�
+ selectInput: "", //杈撳叆鐨勬暟鎹�
+};
+//鎼滅储浼犵殑鏁版嵁
+const queryForm = toRef({ ...obj });
const tableData = ref([]);
-const options = ref([]);
-const props = { multiple: true };
-const table = ref(false);
+const toolList = ref([]);
+
+const isactive = ref(1);
+const dialogVisible = ref(false);
+const dialogVisible1 = ref(false);
+
+const selectoptions = ref([]);
+const infoOpitions = ref([
+ {
+ value: "articleName",
+ label: "淇℃伅鍚嶇О",
+ },
+ {
+ value: "articleType",
+ label: "瑙勬牸鍨嬪彿",
+ },
+]);
+
+const toolsOpitions = ref([
+ {
+ value: "toolName",
+ label: "宸ュ叿鍚嶇О",
+ },
+ {
+ value: "specification",
+ label: "瑙勬牸鍨嬪彿",
+ },
+]);
+
const forminfo = ref({
articleName: "",
articleType: "",
articleUnit: "",
- category: "",
articleremark: "",
- createDate: formatTime(new Date()),
+ createDate: formatTime(new Date()), //鍒涘缓鏃堕棿
+ creater: JSON.parse(localStorage.getItem("user")).userName, //鍒涘缓浜�
});
-const isactive = ref(1);
-const claimdialogVisible = ref(false);
-const dialogVisible = ref(false);
-const dialogVisible1 = ref(false);
-const TorquedialogVisible = ref(false);
-const toolList = ref([]);
const formtool = ref({
toolName: "",
specification: 0,
toolUnit: "",
toolremark: "",
- createtime: formatTime(new Date()),
+ createDate: formatTime(new Date()), //鍒涘缓鏃堕棿
+ creater: JSON.parse(localStorage.getItem("user")).userName, //鍒涘缓浜�
+ modifier: JSON.parse(localStorage.getItem("user")).userName, //淇敼浜�
+ modifyDate: formatTime(new Date()), //淇敼鏃堕棿
});
+
+const toolRules = reactive({
+ toolName: [{ required: true, message: "璇疯緭鍏ュ伐鍏峰悕绉�", trigger: "blur" }],
+ specification: [{ required: true, message: "璇疯緭鍏ヨ鏍�", trigger: "blur" }],
+ toolUnit: [{ required: true, message: "璇疯緭鍏ュ崟浣�", trigger: "blur" }],
+ toolremark: [{ required: true, message: "璇疯緭鍏ュ娉�", trigger: "blur" }],
+});
+const rules = reactive({
+ articleName: [{ required: true, message: "璇疯緭鍏ュ伐鍏峰悕绉�", trigger: "blur" }],
+ articleType: [{ required: true, message: "璇疯緭鍏ヨ鏍�", trigger: "blur" }],
+ articleUnit: [{ required: true, message: "璇疯緭鍏ュ崟浣�", trigger: "blur" }],
+ articleremark: [{ required: true, message: "璇疯緭鍏ュ娉�", trigger: "blur" }],
+});
+const ruleFormRef = ref();
+const formRef = ref();
+//鏀瑰彉鐘舵��
+selectoptions.value = infoOpitions.value;
const changeactive = (index) => {
isactive.value = index;
- if (index == 1) {
- initData();
+ if (isactive.value == 1) {
+ selectoptions.value = infoOpitions.value;
} else {
- getTool();
+ selectoptions.value = toolsOpitions.value;
}
+ initData();
};
const infoType = ref("鏂板缓");
+
const Useradd = () => {
infoType.value = "鏂板缓";
dialogVisible.value = true;
@@ -567,90 +594,35 @@
};
//鏂板缓淇℃伅鍒楄〃
-const CreateInformation = () => {
- if (infoType.value == "鏂板缓") {
- addBasicinformation(forminfo.value).then((res) => {
- ElMessage({
- message: "鏂板缓鎴愬姛",
- type: "success",
- });
- dialogVisible.value = false;
- initData();
- });
- } else {
- editBasicinformation(forminfo.value).then((res) => {
- ElMessage({
- message: "淇敼鎴愬姛",
- type: "success",
- });
- dialogVisible.value = false;
- initData();
- });
- }
-};
-// 鏌ョ湅鍔涚煩
-const Findtorque = () => {
- TorquedialogVisible.value = true;
-};
-
-//鍒嗛〉璇锋眰鍙傛暟
-const pageQuery = ref({
- page: 1, //褰撳墠椤甸潰
- rows: 10, //姣忛〉鏄剧ず鏉℃暟
- order: "desc", //鎺掑簭鏂瑰紡
- sort: "createDate", //鎺掑簭瀛楁
- wheres: "", //鏉′欢鏌ヨ
-});
-
-//鍒嗛〉椤甸潰澶у皬鏀瑰彉
-const handleSizeChange = (val) => {
- pageQuery.value.rows = val;
- initData();
-};
-
-//鍒嗛〉椤甸潰鏀瑰彉
-const handleCurrentChange = (val) => {
- pageQuery.value.page = val;
- initData();
-};
-const pageTotal = ref(0);
-const initData = () => {
- // 鏌ヨ鏉′欢
- const startTime = formatTime(queryForm.selectTime[0]);
- const endTime = formatTime(queryForm.selectTime[1]);
- const filter = [
- {
- name: "grouptype",
- value: queryForm.selectType,
- displayType: "String",
- },
- {
- name: "pustatus",
- value: queryForm.selectName,
- displayType: "String",
- },
- { name: "dispatchtime", value: startTime, displayType: "ThanOrEqual" },
- { name: "dispatchtime", value: endTime, displayType: "LessOrEqual" },
- ];
- getBasicinformation({
- ...pageQuery.value,
- filter,
- }).then((res) => {
- tableData.value = res.rows;
- pageTotal.value = res.total;
+const CreateInformation = async (formEl) => {
+ if (!formEl) return;
+ await formEl.validate((valid, fields) => {
+ if (valid) {
+ if (infoType.value == "鏂板缓") {
+ addBasicinformation(forminfo.value).then((res) => {
+ ElMessage({
+ message: "鏂板缓鎴愬姛",
+ type: "success",
+ });
+ dialogVisible.value = false;
+ initData();
+ });
+ } else {
+ editBasicinformation(forminfo.value).then((res) => {
+ ElMessage({
+ message: "淇敼鎴愬姛",
+ type: "success",
+ });
+ dialogVisible.value = false;
+ initData();
+ });
+ }
+ } else {
+ console.log("error submit!", fields);
+ }
});
};
-//鏁版嵁妫�绱簨浠�
-const handleQuery = () => {
- pageQuery.value.page = 1;
- initData();
-};
-const resetQuery = () => {
- queryForm.value = { selectName: "鍏ㄩ儴鐘舵��", selectTime: [] };
- pageQuery.value.page = 1;
- initData();
-};
const toolType = ref("鏂板缓");
const addTool = () => {
toolType.value = "鏂板缓";
@@ -661,47 +633,53 @@
formtool.value = data;
toolType.value = "缂栬緫";
dialogVisible1.value = true;
- console.log(formtool.value);
};
//鏂板缓宸ュ叿
-const addToolApi = () => {
- if (toolType.value == "鏂板缓") {
- addToolData(formtool.value).then((res) => {
- ElMessage({
- message: "鏂板缓鎴愬姛",
- type: "success",
- });
- dialogVisible1.value = false;
- getTool();
- });
- } else {
- editToolData(formtool.value).then((res) => {
- ElMessage({
- message: "淇敼鎴愬姛",
- type: "success",
- });
- dialogVisible1.value = false;
- getTool();
- });
- }
+const addToolApi = async (formEl) => {
+ if (!formEl) return;
+ await formEl.validate((valid, fields) => {
+ if (valid) {
+ if (toolType.value == "鏂板缓") {
+ addToolData(formtool.value).then((res) => {
+ ElMessage({
+ message: "鏂板缓鎴愬姛",
+ type: "success",
+ });
+ dialogVisible1.value = false;
+ initData();
+ });
+ } else {
+ editToolData(formtool.value).then((res) => {
+ ElMessage({
+ message: "淇敼鎴愬姛",
+ type: "success",
+ });
+ dialogVisible1.value = false;
+ initData();
+ });
+ }
+ } else {
+ console.log("error submit!", fields);
+ }
+ });
};
//鑾峰彇宸ュ叿琛ㄤ俊鎭�
-const getTool = () => {
- const startTime = formatTime(queryForm.selectTime[0]);
- const endTime = formatTime(queryForm.selectTime[1]);
- const filter = [
- { name: "dispatchtime", value: startTime, displayType: "ThanOrEqual" },
- { name: "dispatchtime", value: endTime, displayType: "LessOrEqual" },
- ];
- getToolData({
- ...pageQuery.value,
- filter,
- }).then((res) => {
- toolList.value = res.rows;
- pageTotal.value = res.total;
- });
-};
+// const getTool = () => {
+// const startTime = formatTime(queryForm.value.selectTime[0]);
+// const endTime = formatTime(queryForm.value.selectTime[1]);
+// const filter = [
+// { name: "dispatchtime", value: startTime, displayType: "ThanOrEqual" },
+// { name: "dispatchtime", value: endTime, displayType: "LessOrEqual" },
+// ];
+// getToolData({
+// ...pageQuery.value,
+// filter,
+// }).then((res) => {
+// toolList.value = res.rows;
+// pageTotal.value = res.total;
+// });
+// };
//鎵归噺鍒犻櫎
const ids = ref([]);
const InfoSelectionChange = (val) => {
@@ -725,9 +703,115 @@
} else {
deleteToolData(ids.value).then((res) => {
ElMessage({ message: "鍒犻櫎鎴愬姛", type: "success" });
- getTool();
+ initData();
});
}
+};
+
+//鍒嗛〉璇锋眰鍙傛暟
+const pageQuery = ref({
+ page: 1, //褰撳墠椤甸潰
+ rows: 10, //姣忛〉鏄剧ず鏉℃暟
+ order: "desc", //鎺掑簭鏂瑰紡
+ sort: "createDate", //鎺掑簭瀛楁
+ wheres: "", //鏉′欢鏌ヨ
+});
+
+//鍒嗛〉椤甸潰澶у皬鏀瑰彉
+const handleSizeChange = (val) => {
+ pageQuery.value.rows = val;
+ initData();
+};
+
+//鍒嗛〉椤甸潰鏀瑰彉
+const handleCurrentChange = (val) => {
+ pageQuery.value.page = val;
+ initData();
+};
+const pageTotal = ref(0);
+//鍒濆鍖栨暟鎹�
+const initData = () => {
+ // 鏌ヨ鏉′欢
+ const startTime = formatTime(queryForm.value.selectTime[0]);
+ const endTime = formatTime(queryForm.value.selectTime[1]);
+ const filter = [
+ {
+ name: "grouptype",
+ value: queryForm.value.selectType,
+ displayType: "String",
+ },
+ {
+ name: queryForm.value.selectType,
+ value: queryForm.value.selectInput,
+ displayType: "like",
+ },
+ {
+ name: "pustatus",
+ value: queryForm.value.selectName,
+ displayType: "String",
+ },
+ { name: "dispatchtime", value: startTime, displayType: "ThanOrEqual" },
+ { name: "dispatchtime", value: endTime, displayType: "LessOrEqual" },
+ ];
+ if (isactive.value == 1) {
+ getBasicinformation({
+ ...pageQuery.value,
+ filter,
+ }).then((res) => {
+ tableData.value = res.rows;
+ pageTotal.value = res.total;
+ });
+ } else {
+ getToolData({
+ ...pageQuery.value,
+ filter,
+ }).then((res) => {
+ toolList.value = res.rows;
+ pageTotal.value = res.total;
+ });
+ }
+};
+
+//鏁版嵁妫�绱簨浠�
+const handleQuery = () => {
+ pageQuery.value.page = 1;
+ initData();
+};
+//閲嶇疆鏂规硶
+const resetQuery = () => {
+ queryForm.value = Object.assign({}, obj);
+ pageQuery.value.page = 1;
+ initData();
+};
+
+//閲嶇疆琛ㄥ崟
+const resetForm = (formEl) => {
+ if (!formEl) return;
+ formEl.resetFields();
+ forminfo.value = Object.assign(
+ {},
+ {
+ articleName: "",
+ articleType: "",
+ articleUnit: "",
+ articleremark: "",
+ createDate: formatTime(new Date()), //鍒涘缓鏃堕棿
+ creater: JSON.parse(localStorage.getItem("user")).userName, //鍒涘缓浜�
+ }
+ );
+ formtool.value = Object.assign(
+ {},
+ {
+ toolName: "",
+ specification: 0,
+ toolUnit: "",
+ toolremark: "",
+ createDate: formatTime(new Date()), //鍒涘缓鏃堕棿
+ creater: JSON.parse(localStorage.getItem("user")).userName, //鍒涘缓浜�
+ modifier: JSON.parse(localStorage.getItem("user")).userName, //淇敼浜�
+ modifyDate: formatTime(new Date()), //淇敼鏃堕棿
+ }
+ );
};
onMounted(() => {
@@ -738,16 +822,19 @@
.Basicinformation {
display: flex;
background-color: #fff;
+
.content {
width: 100%;
display: flex;
flex-direction: column;
+
.checkbox {
width: 11rem;
display: flex;
justify-content: space-between;
margin-top: 1rem;
margin-left: 1.31rem;
+
.item {
width: 5rem;
height: 1.88rem;
@@ -759,20 +846,24 @@
line-height: 1.88rem;
cursor: pointer;
}
+
.isactive {
background-color: rgba(16, 16, 16, 1);
color: rgba(255, 255, 255, 1);
}
}
+
.serch {
display: flex;
margin-top: 1.31rem;
align-items: center;
+
.time_box {
display: flex;
align-items: center;
text-align: center;
margin-left: 0.98rem;
+
.time {
box-sizing: border-box;
width: 6.88rem;
@@ -786,24 +877,26 @@
justify-content: center;
}
}
+
.serch_box {
display: flex;
align-items: center;
text-align: center;
margin-left: 0.98rem;
border-radius: 0.38rem;
+
.serchb {
box-sizing: border-box;
width: 6.88rem;
height: 2rem;
text-align: center;
- border: 0.06rem solid rgba(222, 222, 222, 1);
border-radius: 0.25rem 0 0 0.25rem;
font-size: 0.75rem;
display: flex;
align-items: center;
justify-content: center;
}
+
input {
box-sizing: border-box;
outline: none;
@@ -816,6 +909,7 @@
}
}
}
+
.btns {
display: flex;
justify-content: space-between;
@@ -826,17 +920,20 @@
box-sizing: border-box;
}
}
+
.my-header {
height: 3.84rem;
display: flex;
justify-content: space-between;
border-bottom: 0.06rem solid rgba(233, 233, 233, 1);
}
+
.avatar-uploader .avatar {
width: 7rem;
height: 7rem;
display: block;
}
+
:deep(.avatar-uploader .el-upload) {
width: 7rem;
height: 7rem;
@@ -847,10 +944,12 @@
overflow: hidden;
transition: var(--el-transition-duration-fast);
}
+
:deep(.el-upload-list__item) {
width: 7rem;
height: 7rem;
}
+
.avatar-uploader .el-upload:hover {
border-color: var(--el-color-primary);
}
@@ -868,6 +967,7 @@
.confirmButtonClass {
margin-right: 10px;
}
+
.el-message-box .el-message-box__btns {
flex-direction: row-reverse !important;
justify-content: normal !important;
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/CraftCenter/Craftcenter.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/CraftCenter/Craftcenter.vue"
index 9ba3afa..27e58a9 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/CraftCenter/Craftcenter.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/CraftCenter/Craftcenter.vue"
@@ -225,7 +225,9 @@
>
{{ title }}
</h4>
- <el-icon size="25" @click="close"><CloseBold /></el-icon>
+ <el-icon size="25" @click="close">
+ <CloseBold />
+ </el-icon>
</div>
</template>
<div>
@@ -255,7 +257,7 @@
size="small"
/>
</div>
- <!-- <div class="serch_box">
+ <div class="serch_box">
<div class="serchb">
<el-select
v-model="queryForm.selectType"
@@ -276,7 +278,7 @@
placeholder="璇疯緭鍏ュ叧閿瘝鎼滅储"
style="border-left: 0.06rem solid #e2e2e2"
/>
- </div> -->
+ </div>
<el-button
type="primary"
size="small"
@@ -318,7 +320,7 @@
border: '0.01rem solid #eee',
}"
>
- <el-table-column prop="setpNum" label="搴忓彿" min-width="2%" />
+ <el-table-column prop="nodal" label="搴忓彿" min-width="2%" />
<el-table-column
prop="craftsStep"
label="宸ヨ壓椤剁偣/姝ラ"
@@ -333,7 +335,7 @@
<el-table-column prop="date" label="鐗╂枡" min-width="1%" />
<!-- <el-table-column prop="date" label="鍥剧墖瑙嗛" min-width="2%" /> -->
<el-table-column prop="" label="鏄惁娑夊強" min-width="2%" />
- <el-table-column prop="nodal" label="鎺掑簭" min-width="1%" />
+ <el-table-column prop="setpNum" label="鎺掑簭" min-width="1%" />
<el-table-column prop="date" label="鍒涘缓浜�" min-width="2%">
<template #default="">
{{ user }}
@@ -348,7 +350,9 @@
@click="Editcraft(scope.row, '缂栬緫')"
>缂栬緫</el-button
>
- <el-button type="text" size="small">鍒犻櫎</el-button>
+ <el-button type="text" size="small" @click="delProcess(scope.row)"
+ >鍒犻櫎</el-button
+ >
</template>
</el-table-column>
</el-table>
@@ -362,7 +366,7 @@
title="宸ヨ壓淇℃伅"
width="50%"
:show-close="false"
- @close="handleClose"
+ @close="resetForm(ruleFormRef)"
>
<template #header="{ titleId, titleClass }">
<div class="my-craftheader">
@@ -456,10 +460,15 @@
<el-col :span="8"
><el-form-item prop="tools">
<template #label>
- <span style="font-size: 0.88rem; color: black">宸ュ叿</span>
+ <div style="display: flex; align-items: center">
+ <span style="display: flex; color: red; margin-right: 0.25rem"
+ >*</span
+ >
+ <span style="font-size: 0.88rem; color: black">宸ュ叿</span>
+ </div>
</template>
<el-select
- v-model="form.tools"
+ v-model="tools"
placeholder="璇烽�夋嫨"
multiple
filterable
@@ -548,9 +557,14 @@
</el-col>
</el-row>
<el-row>
- <el-form-item prop="Unit">
+ <el-form-item prop="checkList">
<template #label>
- <span style="font-size: 0.88rem; color: black">閫夋嫨濂楃瓛</span>
+ <div style="display: flex; align-items: center">
+ <span style="display: flex; color: red; margin-right: 0.25rem"
+ >*</span
+ >
+ <span style="font-size: 0.88rem; color: black">閫夋嫨濂楃瓛</span>
+ </div>
</template>
<div
style="
@@ -568,8 +582,10 @@
"
>
<el-input
- placeholder="璇疯緭鍏ュ唴瀹�"
- style="height: 2rem"
+ placeholder="鎼滅储"
+ style="height: 2rem; background: #f5f5f5; border: none"
+ :prefix-icon="Search"
+ v-model="value"
></el-input>
<div
style="height: 1.25rem; display: flex; align-items: center"
@@ -577,26 +593,35 @@
<span
style="color: rgba(28, 31, 35, 0.8); font-size: 0.75rem"
>鍏眥{ checkList.length }}椤�</span
- ><span
+ >
+ <!-- <span
+ @click="handleCheckAllChange"
style="
color: rgba(28, 31, 35, 0.8);
font-size: 0.75rem;
margin-left: 0.38rem;
+ cursor: pointer;
"
>鍏ㄩ��</span
- >
+ > -->
</div>
</div>
<el-scrollbar height="20rem" style="padding-left: 0.88rem">
<el-checkbox-group
+ :indeterminate="isIndeterminate"
+ @change="checkChange"
v-model="checkList"
style="display: flex; flex-direction: column"
>
<el-checkbox
+ :max="2"
v-for="item in sleeveData"
:key="item.id"
:label="item.articleName"
- :value="item"
+ :value="{
+ ...item,
+ num: 1,
+ }"
/>
</el-checkbox-group>
</el-scrollbar>
@@ -609,10 +634,12 @@
>宸查�墈{ checkList.length }}椤�</span
>
<span
+ @click="clear"
style="
color: rgb(65, 70, 76);
font-size: 0.88rem;
margin-left: 1rem;
+ cursor: pointer;
"
>娓呯┖</span
>
@@ -627,8 +654,8 @@
justify-content: space-between;
margin: 0.5rem 0;
"
- v-for="(item, index) in checkList"
- :key="item"
+ v-for="item in checkList"
+ :key="item.id"
class="scrollbar-demo-item"
>
<span>
@@ -669,8 +696,8 @@
</div>
</template>
<script setup>
-import { ref, reactive, onMounted } from "vue";
-import { formatTime } from "@/utils/index.js";
+import { ref, reactive, onMounted, toRef } from "vue";
+import { Search } from "@element-plus/icons-vue";
import {
GetSleeveandStep,
GetProcess,
@@ -679,26 +706,49 @@
ArticleInfom,
GetTool,
ExportApi,
+ DelProcess,
+ AddOrUpdateProcess,
} from "@/api/newapi/Process";
import { ElMessage } from "element-plus";
-import { exportExcel } from "@/utils/index.js";
-//宸ヨ壓鏄庣粏寮瑰嚭妗�
-const detailsDialogVisible = ref(false);
+import { formatTime } from "@/utils/index.js";
+
+// 鍒濆鍖栨暟鎹�
+const obj = {
+ selectName: "",
+ selectTime: [], // 鏃堕棿鑼冨洿
+ selectType: "", //閫夋嫨鐨勭被鍨�
+ selectInput: "", //杈撳叆鐨勬暟鎹�
+};
//宸ヨ壓鏄庣粏鏁版嵁
const gridData = ref([]);
+//濂楃瓛鏁版嵁
+const sleeveData = ref([]);
+//閫夋嫨鐨勫绛掓暟鎹�
+const checkList = ref([]);
//鐢垫皵鏁伴噺
const electric = ref(null);
//鏈烘鏁伴噺
const mechanical = ref(null);
//鍦版矡
const trench = ref(null);
+//鏂板宸ヨ壓/缂栬緫宸ヨ壓
+const type = ref("鏂板");
+//鑾峰彇鏁版嵁
+const title = ref("鐢垫皵");
+//琛ㄥ崟ref鍊�
+const ruleFormRef = ref();
+//鐢ㄦ埛鏁版嵁
+const user = ref(null);
+
+const tools = ref([]);
//鎼滅储
-const queryForm = reactive({
- selectName: "",
- selectTime: [], // 鏃堕棿鑼冨洿
- selectType: "",
- selectInput: "",
-});
+const queryForm = toRef({ ...obj });
+const isIndeterminate = ref(true);
+//宸ヨ壓鏄庣粏寮瑰嚭妗�
+const detailsDialogVisible = ref(false);
+//鏂板宸ヨ壓寮瑰嚭妗�
+const craftdialogVisible = ref(false);
+//鎼滅储瀛楁閫夋嫨
const selectoptions = ref([
{
value: "setpNum",
@@ -709,43 +759,51 @@
label: "宸ュ叿",
},
]);
-//閫夋嫨鐨勫绛掓暟鎹�
-const checkList = ref([]);
-//鑾峰彇鏁版嵁
-const title = ref("鐢垫皵");
-const showdetails = (val) => {
- detailsDialogVisible.value = true;
- title.value = val;
- initData(title.value);
- // GetProcess(val).then((res) => {
- // gridData.value = res.data;
- // });
-};
-//鏂板宸ヨ壓/缂栬緫宸ヨ壓
-const craftdialogVisible = ref(false);
-const type = ref("鏂板");
+//鏄惁娑夊強
+const isoptions = reactive([
+ { label: "鏄�", value: "鏄�" },
+ { label: "鍚�", value: "鍚�" },
+]);
+
+//琛ㄥ崟瑙勫垯
+const rules = reactive({
+ craftstype: [
+ { required: true, message: "璇烽�夋嫨宸ヨ壓绫诲瀷", trigger: "change" },
+ ],
+ nodal: [{ required: true, message: "璇烽�夋嫨鑺傜偣", trigger: "change" }],
+ craftsStep: [{ required: true, message: "璇疯緭鍏ュ伐鑹烘楠�", trigger: "blur" }],
+ craftContent: [
+ { required: true, message: "璇疯緭鍏ュ伐鑹哄唴瀹�", trigger: "blur" },
+ ],
+ sleeveNum: [{ required: true, message: "璇疯緭鍏ュ绛掓暟閲�", trigger: "blur" }],
+});
+
+//鏂板宸ヨ壓/缂栬緫宸ヨ壓琛ㄥ崟鏁版嵁
const form = ref({
- craftType: "", //宸ヨ壓绫诲瀷锛堢粍锛�
- nodal: "", //鑺傜偣
+ craftstype: "", //宸ヨ壓绫诲瀷锛堢粍锛�
+ nodal: 0, //鑺傜偣
craftsStep: "", //宸ヨ壓姝ラ
craftContent: "", //宸ヨ壓鍐呭
sleeveNum: "", //濂楃瓛鏁伴噺
tools: "", //宸ュ叿
isinvolved: "", //鏄惁娑夊強
- sort: "", //鎺掑簭
- craftID: 1,
setpNum: "",
- torqueOne: null,
+ torqueOne: 0,
torqueOneQuantity: 0,
- torqueSum: 0,
- torqueTwo: null,
- torqueTwoQuantity: 0,
articleOne: "",
+ articleOneid: "",
+ articleTowid: "",
articleTwo: "",
+ torqueSum: 0,
+ torqueTwo: 0,
+ torqueTwoQuantity: 0,
+ creater: localStorage.getItem("user")
+ ? JSON.parse(localStorage.getItem("user")).userName
+ : "",
+ createDate: formatTime(new Date()),
});
const props = { multiple: true };
-//濂楃瓛鏁版嵁
-const sleeveData = ref([]);
+const userName = ref("");
//鏂板宸ヨ壓
const addcraft = (row) => {
@@ -793,45 +851,105 @@
GJoptions.value = res.rows;
});
};
+
//缂栬緫宸ヨ壓
const Editcraft = (row) => {
+ let data = Object.assign({}, row);
type.value = "缂栬緫";
detailsDialogVisible.value = false;
craftdialogVisible.value = true;
- form.value = row;
- console.log(row, form);
+ form.value = data;
+ tools.value = row.tools ? row.tools.split(",") : "";
+ ArticleInfom({
+ page: 1,
+ rows: 100,
+ total: 0,
+ tableName: "",
+ sort: "",
+ order: "",
+ wheres: "",
+ export: true,
+ value: "",
+ filter: [
+ {
+ name: "",
+ value: "",
+ displayType: "",
+ },
+ ],
+ }).then((res) => {
+ sleeveData.value = res.rows;
+ });
+ GetTool({
+ page: 1,
+ rows: 100,
+ total: 0,
+ tableName: "",
+ sort: "",
+ order: "",
+ wheres: "",
+ export: true,
+ value: "",
+ filter: [
+ {
+ name: "",
+ value: "",
+ displayType: "",
+ },
+ ],
+ }).then((res) => {
+ GJoptions.value = res.rows;
+ });
};
-//瑙勫垯
-const ruleFormRef = ref();
-const rules = reactive({
- craftType: [{ required: true, message: "璇烽�夋嫨宸ヨ壓绫诲瀷", trigger: "change" }],
- nodal: [{ required: true, message: "璇烽�夋嫨鑺傜偣", trigger: "change" }],
- craftsStep: [{ required: true, message: "璇疯緭鍏ュ伐鑹烘楠�", trigger: "blur" }],
- craftContent: [
- { required: true, message: "璇疯緭鍏ュ伐鑹哄唴瀹�", trigger: "blur" },
- ],
- sleeveNum: [{ required: true, message: "璇疯緭鍏ュ绛掓暟閲�", trigger: "blur" }],
-});
+const showdetails = (val) => {
+ detailsDialogVisible.value = true;
+ title.value = val;
+ initData(title.value);
+ // GetProcess(val).then((res) => {
+ // gridData.value = res.data;
+ // });
+};
//淇濆瓨
const addprocess = async (formEl) => {
+ userName.value = JSON.parse(localStorage.getItem("user")).userName;
let string = "";
- form.value.tools.forEach((item) => {
- string += item.toolName + ",";
- });
-
+ if (tools.value.length == 0) {
+ ElMessage({
+ message: "璇烽�夋嫨宸ュ叿",
+ type: "warning",
+ });
+ return;
+ }
+ string = tools.value
+ .map((item) => {
+ return item.toolName;
+ })
+ .join(",");
+ if (checkList.value.length == 0) {
+ ElMessage({
+ message: "璇烽�夋嫨濂楃瓛",
+ type: "warning",
+ });
+ return;
+ }
+ form.value.articleOneid = checkList.value[0].id;
form.value.articleOne = checkList.value[0].num;
+ form.value.articleTowid = checkList.value[1].id;
form.value.articleTwo = checkList.value[1].num;
+ form.value.creater = userName.value;
form.value.tools = string;
- form.value.craftType = title.value;
+ form.value.craftstype = title.value;
+ form.value.torqueOneQuantity = tools.value.length;
+ form.value.id = form.value.craftID ? form.value.craftID : "";
console.log(form.value);
if (!formEl) return;
await formEl.validate((valid, fields) => {
if (valid) {
- AddProcess(form.value).then((res) => {
+ AddOrUpdateProcess(form.value).then((res) => {
ElMessage({
- message: res.message,
+ message: form.value.craftID ? "淇敼鎴愬姛" : "鍒涘缓鎴愬姛",
type: "success",
});
craftdialogVisible.value = false;
@@ -875,39 +993,34 @@
GJoptions.value = [];
}
};
-//鏄惁娑夊強
-const isoptions = reactive([
- { label: "鏄�", value: "鏄�" },
- { label: "鍚�", value: "鍚�" },
-]);
-const user = ref(null);
+
//鍒嗛〉璇锋眰鍙傛暟
const pageQuery = ref({
page: 1, //褰撳墠椤甸潰
rows: 10, //姣忛〉鏄剧ず鏉℃暟
order: "desc", //鎺掑簭鏂瑰紡
- sort: "craftID", //鎺掑簭瀛楁
+ sort: "", //鎺掑簭瀛楁
wheres: "", //鏉′欢鏌ヨ
});
-
+//椤甸潰鍒濆鍖栨暟鎹�
const initData = (val) => {
// 鏌ヨ鏉′欢
- const startTime = formatTime(queryForm.selectTime[0]);
- const endTime = formatTime(queryForm.selectTime[1]);
+ const startTime = formatTime(queryForm.value.selectTime[0]);
+ const endTime = formatTime(queryForm.value.selectTime[1]);
const filter = [
{
- name: "gruop",
+ name: "CraftType",
value: val,
- displayType: "Contains",
+ displayType: "String",
},
{
- name: queryForm.selectType,
- value: queryForm.selectInput,
- displayType: "Equal",
+ name: queryForm.value.selectType,
+ value: queryForm.value.selectInput,
+ displayType: "like",
},
{
name: "pustatus",
- value: queryForm.selectName,
+ value: queryForm.value.selectName,
displayType: "Contains",
},
{ name: "createTime", value: startTime, displayType: "ThanOrEqual" },
@@ -920,10 +1033,51 @@
gridData.value = res.rows;
});
};
+//鏁版嵁妫�绱簨浠�
+const handleQuery = () => {
+ pageQuery.value.page = 1;
+ initData(title.value);
+};
+// 閲嶇疆鏂规硶
+const resetQuery = () => {
+ queryForm.value = Object.assign({}, obj);
+ pageQuery.value.page = 1;
+ initData(title.value);
+};
+//閲嶇疆琛ㄥ崟
+const resetForm = (formEl) => {
+ if (!formEl) return;
+ formEl.resetFields();
+ form.value = Object.assign(
+ {},
+ {
+ craftstype: "", //宸ヨ壓绫诲瀷锛堢粍锛�
+ nodal: 0, //鑺傜偣
+ craftsStep: "", //宸ヨ壓姝ラ
+ craftContent: "", //宸ヨ壓鍐呭
+ sleeveNum: "", //濂楃瓛鏁伴噺
+ tools: "", //宸ュ叿
+ isinvolved: "", //鏄惁娑夊強
+ setpNum: "",
+ torqueOne: 0,
+ torqueOneQuantity: 0,
+ articleOne: "",
+ articleOneid: "",
+ articleTowid: "",
+ articleTwo: "",
+ torqueSum: 0,
+ torqueTwo: 0,
+ torqueTwoQuantity: 0,
+ creater: "",
+ createDate: formatTime(new Date()),
+ }
+ );
+};
+//瀵煎嚭鏂规硶
const printExcel = () => {
// 鏌ヨ鏉′欢
- const startTime = formatTime(queryForm.selectTime[0]);
- const endTime = formatTime(queryForm.selectTime[1]);
+ const startTime = formatTime(queryForm.value.selectTime[0]);
+ const endTime = formatTime(queryForm.value.selectTime[1]);
const filter = [
{
name: "gruop",
@@ -931,13 +1085,13 @@
displayType: "String",
},
{
- name: queryForm.selectType,
- value: queryForm.selectInput,
+ name: queryForm.value.selectType,
+ value: queryForm.value.selectInput,
displayType: "String",
},
{
name: "pustatus",
- value: queryForm.selectName,
+ value: queryForm.value.selectName,
displayType: "String",
},
{ name: "createTime", value: startTime, displayType: "ThanOrEqual" },
@@ -948,23 +1102,33 @@
filter,
});
};
-
-//鏁版嵁妫�绱簨浠�
-const handleQuery = () => {
- pageQuery.value.page = 1;
- initData(title.value);
+//娓呯┖
+const clear = () => {
+ checkList.value = [];
};
-const resetQuery = () => {
- queryForm.value = { selectTime: [] };
- pageQuery.value.page = 1;
- initData(title.value);
+const checkChange = (e) => {
+ console.log(e, checkList.value);
};
-
-// const handleChange = () => {
-// console.log(checkList.value);
-// };
-const handleClose = () => {
+const handleChange = () => {
console.log(checkList.value);
+};
+const handleCheckAllChange = (val) => {
+ console.log(val);
+ checkList.value = val ? sleeveData.value : [];
+ isIndeterminate.value = false;
+ console.log(checkList.value);
+};
+// 鍒犻櫎宸ヨ壓
+const delProcess = (val) => {
+ console.log(val);
+
+ DelProcess([val.craftID]).then((res) => {
+ ElMessage({
+ message: "鍒犻櫎鎴愬姛",
+ type: "success",
+ });
+ initData(title.value);
+ });
};
onMounted(() => {
@@ -985,12 +1149,14 @@
display: flex;
justify-content: center;
background-color: rgba(0, 0, 0, 0.3);
+
.content {
display: flex;
justify-content: space-between;
margin-top: 5.88rem;
width: 75rem;
+
.content-list {
display: flex;
flex-direction: column;
@@ -998,14 +1164,17 @@
width: 22.69rem;
height: 11.44rem;
background-color: #fff;
+
.list_top {
display: flex;
padding: 1.38rem 1.38rem;
box-sizing: border-box;
+
.list_top_left {
margin-right: 0.94rem;
}
}
+
.list_bottom {
height: 3.06rem;
display: flex;
@@ -1017,6 +1186,7 @@
}
}
}
+
.my-header {
height: 3.94rem;
display: flex;
@@ -1026,9 +1196,11 @@
padding-left: 2.06rem;
border-bottom: 0.06rem solid rgba(233, 233, 233, 1);
}
+
.serch {
display: flex;
align-items: center;
+
.time_box {
display: flex;
align-items: center;
@@ -1047,12 +1219,14 @@
justify-content: center;
}
}
+
.serch_box {
display: flex;
align-items: center;
text-align: center;
margin-left: 0.98rem;
border-radius: 0.38rem;
+
.serchb {
box-sizing: border-box;
width: 6.88rem;
@@ -1064,6 +1238,7 @@
align-items: center;
justify-content: center;
}
+
input {
box-sizing: border-box;
outline: none;
@@ -1076,6 +1251,7 @@
}
}
}
+
.my-craftheader {
height: 3.94rem;
display: flex;
@@ -1085,11 +1261,13 @@
border-bottom: 0.06rem solid rgba(233, 233, 233, 1);
}
}
+
.avatar-uploader .avatar {
width: 7rem;
height: 7rem;
display: block;
}
+
:deep(.avatar-uploader .el-upload) {
width: 7rem;
height: 7rem;
@@ -1100,10 +1278,12 @@
overflow: hidden;
transition: var(--el-transition-duration-fast);
}
+
:deep(.el-upload-list__item) {
width: 7rem;
height: 7rem;
}
+
.avatar-uploader .el-upload:hover {
border-color: var(--el-color-primary);
}
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/DataLogging/Datalogging.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/DataLogging/Datalogging.vue"
index fc44ee6..a2d7d4c 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/DataLogging/Datalogging.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/DataLogging/Datalogging.vue"
@@ -59,7 +59,7 @@
size="small"
/>
</div>
- <!-- <div class="serch_box">
+ <div class="serch_box">
<div class="serchb">
<el-select
v-model="queryForm.selectType"
@@ -80,7 +80,7 @@
placeholder="璇疯緭鍏ュ叧閿瘝鎼滅储"
style="border-left: 0.06rem solid #e2e2e2"
/>
- </div> -->
+ </div>
<el-button
@click="handleQuery"
type="primary"
@@ -249,7 +249,7 @@
<el-table-column prop="account" label="鐧诲綍璐﹀彿" align="center" />
<el-table-column prop="trurName" label="鐪熷疄濮撳悕" align="center" />
<el-table-column prop="logIP" label="鐧诲綍IP" align="center" />
- <el-table-column prop="createdate" label="鐧诲綍鏃堕棿" align="center" />
+ <el-table-column prop="createDate" label="鐧诲綍鏃堕棿" align="center" />
</el-table>
</div>
<div
@@ -985,7 +985,7 @@
</div>
</template>
<script setup>
-import { ref, reactive, onMounted } from "vue";
+import { ref, reactive, onMounted, toRef } from "vue";
import { ElMessage, ElMessageBox } from "element-plus";
import { formatTime } from "@/utils/index.js";
import {
@@ -1000,6 +1000,7 @@
ExportApi2,
ExportApi3,
} from "@/api/newapi/Datalogging";
+import { login } from "@/api/login";
const obj = {
selectName: "",
selectTime: [], // 鏃堕棿鑼冨洿
@@ -1007,13 +1008,7 @@
selectInput: "",
value: "",
};
-const queryForm = ref({
- selectName: "",
- selectTime: [], // 鏃堕棿鑼冨洿
- selectType: "",
- selectInput: "",
- value: "",
-});
+const queryForm = toRef({ ...obj });
const tableData = ref([]);
const options = ref([
@@ -1028,7 +1023,6 @@
]);
const props = { multiple: true };
-const table = ref(false);
const form = reactive({});
const isactive = ref(1);
const claimdialogVisible = ref(false);
@@ -1042,7 +1036,7 @@
page: 1, //褰撳墠椤甸潰
rows: 10, //姣忛〉鏄剧ず鏉℃暟
order: "desc", //鎺掑簭鏂瑰紡
- sort: "createTime", //鎺掑簭瀛楁
+ sort: "", //鎺掑簭瀛楁
wheres: "", //鏉′欢鏌ヨ
});
const datildata = ref({});
@@ -1092,17 +1086,6 @@
},
];
const selectoptions = ref([]);
-
-// 鏌ヨ
-const query = () => {
- if (isactive.value == 1) {
- initData();
- } else if (isactive.value == 2) {
- WorkinitData();
- } else {
- LogininitData();
- }
-};
selectoptions.value = tasklogging;
const changeactive = (index) => {
@@ -1331,6 +1314,7 @@
} else if (isactive.value == 2) {
WorkinitData();
} else {
+ LogininitData();
}
};
@@ -1342,6 +1326,7 @@
} else if (isactive.value == 2) {
WorkinitData();
} else {
+ LogininitData();
}
};
//浠诲姟璁板綍
@@ -1358,7 +1343,7 @@
{
name: queryForm.value.selectType,
value: queryForm.value.selectInput,
- displayType: "String",
+ displayType: "like",
},
{ name: "createTime", value: startTime, displayType: "ThanOrEqual" },
{ name: "createTime", value: endTime, displayType: "LessOrEqual" },
@@ -1428,13 +1413,19 @@
LogininitData();
}
};
-
+//閲嶇疆鏂规硶
const resetQuery = () => {
- queryForm.value = { selectName: "", selectTime: [] };
+ queryForm.value = Object.assign({}, obj);
pageQuery.value.page = 1;
- initData();
+ if (isactive.value == 1) {
+ initData();
+ } else if (isactive.value == 2) {
+ WorkinitData();
+ } else {
+ LogininitData();
+ }
};
-
+//鎵撳嵃鏂规硶
const printExcel = () => {
// 鏌ヨ鏉′欢
const startTime = formatTime(queryForm.value.selectTime[0]);
@@ -1472,9 +1463,11 @@
});
}
};
-
+const roleINFO = ref();
onMounted(() => {
initData();
+ roleINFO.value = JSON.parse(localStorage.getItem("user"));
+ console.log(roleINFO.value);
});
</script>
<style lang="scss" scoped>
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TaskManagement/Taskmanagement.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TaskManagement/Taskmanagement.vue"
index caf0823..f3d2bb6 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TaskManagement/Taskmanagement.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TaskManagement/Taskmanagement.vue"
@@ -25,7 +25,7 @@
size="small"
/>
</div>
- <!-- <div class="serch_box">
+ <div class="serch_box">
<div class="serchb">
<el-select
v-model="queryForm.selectType"
@@ -46,7 +46,7 @@
placeholder="璇疯緭鍏ュ叧閿瘝鎼滅储"
style="border-left: 0.06rem solid #e2e2e2"
/>
- </div> -->
+ </div>
<el-button
type="primary"
size="small"
@@ -63,7 +63,7 @@
<el-button
type="primary"
size="small"
- @click="dialogVisible1 = true"
+ @click="addData"
style="
width: 5.5rem;
height: 2rem;
@@ -71,7 +71,7 @@
display: flex;
align-items: center;
"
- ><el-icon style="margin-right: 0.2rem"><Plus /></el-icon
+ ><el-icon style="margin-right: 0.2rem"> <Plus /> </el-icon
>鏂板缓</el-button
>
<el-button
@@ -85,7 +85,7 @@
display: flex;
align-items: center;
"
- ><el-icon style="margin-right: 0.2rem"><Plus /></el-icon
+ ><el-icon style="margin-right: 0.2rem"> <Plus /> </el-icon
>鎵嬪姩鑾峰彇</el-button
>
<el-button
@@ -212,7 +212,9 @@
@click="Send(scope.row)"
>娲句换鍔�</el-button
>
- <!-- <el-button size="small" type="text" @click="delt">缂栬緫</el-button> -->
+ <el-button size="small" type="text" @click="Editdata(scope.row)"
+ >缂栬緫</el-button
+ >
</template>
</el-table-column>
</el-table>
@@ -238,12 +240,12 @@
/>
</div>
</div>
- <!-- 浠诲姟淇℃伅寮瑰嚭妗� -->
+ <!-- 鏂板缓/缂栬緫浠诲姟淇℃伅寮瑰嚭妗� -->
<el-dialog
v-model="dialogVisible1"
title=""
width="60%"
- @close="handleClose(ruleFormRef)"
+ @close="resetForm(ruleFormRef)"
style="margin-top: 15.625rem"
>
<template #title>
@@ -406,7 +408,7 @@
v-model="SenddialogVisible"
title=""
width="60%"
- @close="handleClose(sendformRef)"
+ @close="resetForm(sendformRef)"
top="2%"
>
<template #title>
@@ -865,7 +867,7 @@
</div>
</template>
</el-dialog> -->
-
+ <!-- 妗嗘灦鎵归噺瀵煎叆寮瑰嚭妗� -->
<el-dialog v-model="importDialogVisible">
<UploadExcel
@importExcelAfter="importExcelAfter"
@@ -879,7 +881,7 @@
</div>
</template>
<script setup>
-import { ref, reactive, onMounted } from "vue";
+import { ref, reactive, onMounted, toRef } from "vue";
import { useRouter } from "vue-router";
import {
GetPageData,
@@ -890,25 +892,26 @@
GetTemplateList,
Delete,
ExportApi,
+ Update,
} from "@/api/newapi/NjTask";
import { GetUerType } from "@/api/user";
import { formatTime } from "@/utils/index.js";
import { ElMessage } from "element-plus";
import UploadExcel from "@/components/basic/UploadExcel.vue";
-
+//浣跨敤璺敱
const router = useRouter();
+// 鍒濆鍖栨暟鎹�
const obj = {
selectName: "",
selectTime: [], // 鏃堕棿鑼冨洿
- selectType: "",
- selectInput: "",
+ selectType: "", //閫夋嫨鐨勭被鍨�
+ selectInput: "", //杈撳叆鐨勬暟鎹�
};
-const queryForm = ref({
- selectName: "",
- selectTime: [], // 鏃堕棿鑼冨洿
- selectType: "",
- selectInput: "",
-});
+//鎼滅储浼犵殑鏁版嵁
+const queryForm = toRef({ ...obj });
+//椤甸潰鐨勬暟閲�
+const pageTotal = ref(0);
+//琛ㄥ崟鐨勬暟鎹�
const tableData = ref([]);
const UerTypeoptions = ref({
quality: [], //璐ㄦ
@@ -916,6 +919,8 @@
mechanical: [], //鏈烘
trench: [], //鍦版矡
});
+
+//琛ㄥ崟楠岃瘉瑙勫垯
const rules = reactive({
bogie: [{ required: true, message: "璇疯緭鍏ヨ浆鍚戞灦", trigger: "blur" }],
coachNum: [{ required: true, message: "璇疯緭鍏ヨ溅鍘㈠彿", trigger: "blur" }],
@@ -924,16 +929,9 @@
trainKind: [{ required: true, message: "璇疯緭鍏ヨ溅鍨�", trigger: "blur" }],
trainNum: [{ required: true, message: "璇疯緭鍏ヨ溅缁勫彿", trigger: "blur" }],
});
+//鏂板缓缂栬緫琛ㄥ崟ref鍊�
const ruleFormRef = ref();
-const options = ref([]);
-const props = { multiple: true };
-const table = ref(false);
-const selectoptions = reactive([
- { label: "杞﹀瀷", value: "trainkind" },
- { label: "杞︾粍", value: "trainNum" },
- { label: "鑲¢亾", value: "track" },
- { label: "妫�淇彮缁�", value: "processkept" },
-]);
+//娣诲姞/缂栬緫鐨勮〃鍗曟暟鎹�
const form = ref({
bogie: "", //杞悜鏋�
coachNum: "", //杞﹀帰
@@ -941,39 +939,89 @@
track: "", //鑲¢亾
trainKind: "", //杞﹀瀷
trainNum: "", //杞︾粍鍙�
- createTime: formatTime(new Date()), //鍒涘缓鏃堕棿
+ createDate: formatTime(new Date()), //鍒涘缓鏃堕棿
+ creater: JSON.parse(localStorage.getItem("user")).userName, //鍒涘缓浜�
});
+//鍒犻櫎
+const dialogVisible1 = ref(false);
+//娲句换鍔�
+const SenddialogVisible = ref(false);
+//娲句换鍔¤〃鍗時ef鍊�
+const sendformRef = ref();
+//鎵归噺瀵煎叆
+const dialogVisible = ref(false);
+//鎵归噺瀵煎叆鏁版嵁
+const gridtableData = ref([]);
+//妯℃澘鍒楄〃
+const temopitions = ref([]);
+
+const props = { multiple: true };
+const table = ref(false);
+const type = ref("鏂板缓");
+//鎼滅储閫夋嫨鐨勫瓧娈�
+const selectoptions = reactive([
+ { label: "杞﹀瀷", value: "trainkind" },
+ { label: "杞︾粍", value: "trainNum" },
+ { label: "鑲¢亾", value: "track" },
+ { label: "妫�淇彮缁�", value: "processkept" },
+]);
+//鎻愪氦鐨勬暟鎹彉閲�
const sendform = ref({});
+//鎵归噺瀵煎叆
const importDialogVisible = ref(false);
//鐩戝惉鏂囦欢涓婁紶鎴愬姛鐨勫洖璋�
const importExcelAfter = () => {
importDialogVisible.value = false;
initData();
};
+
//鏂板缓浠诲姟淇℃伅
const AddNJinfomclick = async (formEl) => {
if (!formEl) return;
await formEl.validate((valid, fields) => {
if (valid) {
- AddNJinfom(form.value).then((res) => {
- if (res.code == 0) {
- ElMessage({
- message: "鍒涘缓鎴愬姛",
- type: "success",
- });
- dialogVisible1.value = false;
- }
- });
+ if (type.value == "鏂板缓") {
+ AddNJinfom(form.value).then((res) => {
+ if (res.code == 0) {
+ ElMessage({
+ message: "鍒涘缓鎴愬姛",
+ type: "success",
+ });
+ dialogVisible1.value = false;
+ initData();
+ }
+ });
+ } else {
+ //缂栬緫
+ Update(form.value).then((res) => {
+ if (res.code == 0) {
+ ElMessage({
+ message: "淇敼鎴愬姛",
+ type: "success",
+ });
+ dialogVisible1.value = false;
+ initData();
+ }
+ });
+ }
} else {
console.log("error submit!", fields);
}
});
};
-//鍒犻櫎
-const dialogVisible1 = ref(false);
-//娲句换鍔�
-const SenddialogVisible = ref(false);
-const sendformRef = ref();
+//鏂板缓浠诲姟淇℃伅
+const addData = () => {
+ type.value = "鏂板缓";
+ dialogVisible1.value = true;
+};
+//缂栬緫浠诲姟淇℃伅
+const Editdata = (row) => {
+ let obj = Object.assign({}, row);
+ type.value = "缂栬緫";
+ dialogVisible1.value = true;
+ form.value = obj;
+};
+
//鎻愪氦
const sublit = async (formEl) => {
let data = {
@@ -1000,6 +1048,7 @@
type: "success",
});
SenddialogVisible.value = false;
+ initData();
});
} else {
console.log("error submit!", fields);
@@ -1032,6 +1081,7 @@
message: res.message,
type: "success",
});
+ initData();
SenddialogVisible.value = false;
});
} else {
@@ -1039,16 +1089,16 @@
}
});
};
-//鎵归噺瀵煎叆
-const dialogVisible = ref(false);
+
+//鏁版嵁瀵煎嚭鐨勬柟娉�
const printExcel = () => {
// 鏌ヨ鏉′欢
- const startTime = formatTime(queryForm.selectTime[0]);
- const endTime = formatTime(queryForm.selectTime[1]);
+ const startTime = formatTime(queryForm.value.selectTime[0]);
+ const endTime = formatTime(queryForm.value.selectTime[1]);
const filter = [
{
- name: queryForm.selectType,
- value: queryForm.selectInput,
+ name: queryForm.value.selectType,
+ value: queryForm.value.selectInput,
displayType: "String",
},
@@ -1060,49 +1110,40 @@
filter,
});
};
-//鎵归噺瀵煎叆鏁版嵁
-const gridtableData = ref([]);
+// quality: [], //璐ㄦ
+// electric: [], //鐢垫皵
+// mechanical: [], //鏈烘
+// trench: [], //鍦版矡
//娲句换鍔℃柟娉�
const Send = (val) => {
SenddialogVisible.value = true;
sendform.value = { ...val };
getTemplateList();
GetUerType().then((res) => {
- UerTypeoptions.value.quality = res.data.filter(
- (item) => item.roleId != 1 && item.roleId == 2
- );
+ UerTypeoptions.value.quality = res.data.filter((item) => {
+ return item.user_Id != 1 && item.roleName.substring(2, 4) == "璐ㄦ";
+ });
UerTypeoptions.value.electric = res.data.filter(
- (item) => item.roleId != 1 && item.roleId == 3
+ (item) =>
+ item.user_Id != 1 &&
+ item.roleName.substring(2, 4) != "璐ㄦ" &&
+ item.roleName.substring(0, 2) == "鐢垫皵"
);
UerTypeoptions.value.mechanical = res.data.filter(
- (item) => item.roleId != 1 && item.roleId == 4
+ (item) =>
+ item.user_Id != 1 &&
+ item.roleName.substring(2, 4) != "璐ㄦ" &&
+ item.roleName.substring(0, 2) == "鏈烘"
);
UerTypeoptions.value.trench = res.data.filter(
- (item) => item.roleId != 1 && item.roleId == 5
+ (item) =>
+ item.user_Id != 1 &&
+ item.roleName.substring(2, 4) != "璐ㄦ" &&
+ item.roleName.substring(0, 2) == "鍦版矡"
);
});
+ console.log(UerTypeoptions.value);
};
-//鍒犻櫎鏂规硶
-const delt = () => {
- dialogVisible1.value = true;
-};
-//鎵归噺鍒犻櫎
-const ids = ref([]);
-const SelectionChange = (val) => {
- ids.value = [];
- ids.value = val.map((item) => item.id);
-};
-const deleteAll = () => {
- if (ids.value.length == 0) {
- ElMessage({ message: "璇烽�夋嫨瑕佸垹闄ょ殑鏁版嵁", type: "error" });
- return;
- }
- Delete(ids.value).then((res) => {
- ElMessage({ message: "鍒犻櫎鎴愬姛", type: "success" });
- initData();
- });
-};
-const temopitions = ref([]);
//鑾峰彇鎵�鏈夋ā鏉�
const getTemplateList = () => {
GetTemplateList({
@@ -1132,13 +1173,31 @@
sendform.value = { ...sendform.value, ...res.data[0] };
});
};
+//鎵归噺鍒犻櫎
+const ids = ref([]); //鎵归噺鍒犻櫎鐨刬d
+const SelectionChange = (val) => {
+ //鑾峰彇鎵归噺鍒犻櫎鐨刬d
+ ids.value = [];
+ ids.value = val.map((item) => item.id);
+};
+//鍒犻櫎閫変腑鐨勬暟鎹�
+const deleteAll = () => {
+ if (ids.value.length == 0) {
+ ElMessage({ message: "璇烽�夋嫨瑕佸垹闄ょ殑鏁版嵁", type: "error" });
+ return;
+ }
+ Delete(ids.value).then((res) => {
+ ElMessage({ message: "鍒犻櫎鎴愬姛", type: "success" });
+ initData();
+ });
+};
//鍒嗛〉璇锋眰鍙傛暟
const pageQuery = ref({
page: 1, //褰撳墠椤甸潰
rows: 10, //姣忛〉鏄剧ず鏉℃暟
- order: "createTime", //鎺掑簭鏂瑰紡
- sort: "desc", //鎺掑簭瀛楁
+ order: "desc", //鎺掑簭鏂瑰紡
+ sort: "", //鎺掑簭瀛楁
wheres: "", //鏉′欢鏌ヨ
});
@@ -1153,7 +1212,8 @@
pageQuery.value.page = val;
initData();
};
-const pageTotal = ref(0);
+
+//椤甸潰鍒濆鍖栨柟娉�
const initData = () => {
// 鏌ヨ鏉′欢
const startTime = formatTime(queryForm.value.selectTime[0]);
@@ -1162,7 +1222,7 @@
{
name: queryForm.value.selectType,
value: queryForm.value.selectInput,
- displayType: "String",
+ displayType: "like",
},
{ name: "createtime", value: startTime, displayType: "ThanOrEqual" },
{ name: "createtime", value: endTime, displayType: "LessOrEqual" },
@@ -1181,37 +1241,76 @@
pageQuery.value.page = 1;
initData();
};
+//閲嶇疆琛ㄥ崟
+const resetForm = (formEl) => {
+ if (!formEl) return;
+ formEl.resetFields();
+ form.value = {
+ bogie: "", //杞悜鏋�
+ coachNum: "", //杞﹀帰
+ processDept: "", //妫�淇彮缁�
+ track: "", //鑲¢亾
+ trainKind: "", //杞﹀瀷
+ trainNum: "", //杞︾粍鍙�
+ creater: "",
+ createDate: formatTime(new Date()), //鍒涘缓鏃堕棿
+ };
+};
+//閲嶇疆鏂规硶
const resetQuery = () => {
queryForm.value = Object.assign({}, obj);
pageQuery.value.page = 1;
initData();
};
-//閲嶇疆琛ㄥ崟
-const handleClose = (formEl) => {
- if (!formEl) return;
- formEl.resetFields();
-};
+
onMounted(() => {
initData();
+ GetUerType().then((res) => {
+ UerTypeoptions.value.quality = res.data.filter(
+ (item) => item.roleId != 1 && item.roleName.substring(2, 2) == "璐ㄦ"
+ );
+ UerTypeoptions.value.electric = res.data.filter(
+ (item) =>
+ item.roleId != 1 &&
+ item.roleName.substring(2, 2) != "璐ㄦ" &&
+ item.roleName.substring(0, 2) == "鐢垫皵"
+ );
+ UerTypeoptions.value.mechanical = res.data.filter(
+ (item) =>
+ item.roleId != 1 &&
+ item.roleName.substring(2, 2) != "璐ㄦ" &&
+ item.roleName.substring(0, 2) == "鏈烘"
+ );
+ UerTypeoptions.value.trench = res.data.filter(
+ (item) =>
+ item.roleId != 1 &&
+ item.roleName.substring(2, 2) != "璐ㄦ" &&
+ item.roleName.substring(0, 2) == "鍦版矡"
+ );
+ });
});
</script>
<style lang="scss" scoped>
.Taskmanagement {
display: flex;
background-color: #fff;
+
.content {
width: 100%;
display: flex;
flex-direction: column;
+
.serch {
display: flex;
margin-top: 1.31rem;
align-items: center;
+
.time_box {
display: flex;
align-items: center;
text-align: center;
margin-left: 0.98rem;
+
.time {
box-sizing: border-box;
width: 6.88rem;
@@ -1225,12 +1324,14 @@
justify-content: center;
}
}
+
.serch_box {
display: flex;
align-items: center;
text-align: center;
margin-left: 0.98rem;
border-radius: 0.38rem;
+
.serchb {
box-sizing: border-box;
width: 6.88rem;
@@ -1242,6 +1343,7 @@
align-items: center;
justify-content: center;
}
+
input {
box-sizing: border-box;
outline: none;
@@ -1254,6 +1356,7 @@
}
}
}
+
.btns {
display: flex;
justify-content: space-between;
@@ -1270,6 +1373,7 @@
.confirmButtonClass {
margin-right: 10px;
}
+
.el-message-box .el-message-box__btns {
flex-direction: row-reverse !important;
justify-content: normal !important;
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TaskManagement/Tasktemplates.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TaskManagement/Tasktemplates.vue"
index ddcc095..83a638a 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TaskManagement/Tasktemplates.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TaskManagement/Tasktemplates.vue"
@@ -63,7 +63,7 @@
<el-button
type="primary"
size="small"
- @click="add('鏂板缓')"
+ @click="addData()"
style="
width: 5.5rem;
height: 2rem;
@@ -170,7 +170,7 @@
v-model="dialogVisible"
title=""
width="60%"
- @close="handleClose(formRef)"
+ @close="resetForm(formRef)"
top="2%"
>
<template #title>
@@ -550,7 +550,7 @@
</div>
</template>
<script setup>
-import { ref, reactive, onMounted } from "vue";
+import { ref, reactive, onMounted, toRef } from "vue";
import {
GetTemplateList,
AddData,
@@ -561,16 +561,19 @@
import { GetUerType } from "@/api/user";
import { ElMessage } from "element-plus";
import { formatTime } from "@/utils/index.js";
-const queryForm = reactive({
+
+const obj = {
selectName: "",
selectTime: [], // 鏃堕棿鑼冨洿
selectType: "",
selectInput: "",
-});
+};
+const queryForm = toRef({ ...obj });
+//琛ㄥ崟鏁版嵁
const tableData = ref([]);
const props = { multiple: true };
-const table = ref(false);
+// const table = ref(false);
//鏂板缓/缂栬緫 鎻愪氦鏁版嵁
const form = ref({
templateName: "",
@@ -587,22 +590,25 @@
fuZhu_Lc: "",
liJu_Dg: "",
fuZhu_Dg: "",
+ createDate: formatTime(new Date()), //鍒涘缓鏃堕棿
+ creater: JSON.parse(localStorage.getItem("user")).userName, //鍒涘缓浜�
});
const selectoptions = ref([
{
- value: "鐢垫皵",
- label: "鐢垫皵",
+ value: "templateName",
+ label: "妯℃澘鍚嶇О",
},
{
- value: "鏈烘",
- label: "鏈烘",
+ value: "takeName",
+ label: "浠诲姟鍚嶇О",
},
{
- value: "鍦版矡",
- label: "鍦版矡",
+ value: "jiShuYuan",
+ label: "鎶�鏈憳",
},
]);
+//琛ㄥ崟瑙勫垯
const rules = reactive({
templateName: [
{ required: true, message: "璇疯緭鍏ユā鏉垮悕绉�", trigger: "blur" },
@@ -632,13 +638,6 @@
],
fuZhu_Dg: [{ required: true, message: "璇疯緭鍏ュ湴娌熻緟鍔╁憳", trigger: "blur" }],
});
-
-function cancelClick() {
- table.value = false;
-}
-function confirmClick() {
- table.value = false;
-}
//寮瑰嚭妗�
const dialogVisible = ref(false);
const UerTypeoptions = ref({
@@ -648,21 +647,34 @@
trench: [], //鍦版矡
});
const type = ref("鏂板缓");
+//鏂板缓缂栬緫ref
+const formRef = ref();
+//椤甸潰鏁伴噺
+const pageTotal = ref(0);
//娣诲姞鏂规硶
-const add = (val) => {
- type.value = val;
+const addData = () => {
+ type.value = "鏂板缓";
GetUerType().then((res) => {
- UerTypeoptions.value.quality = res.data.filter(
- (item) => item.roleId != 1 && item.roleId == 2
- );
+ UerTypeoptions.value.quality = res.data.filter((item) => {
+ return item.user_Id != 1 && item.roleName.substring(2, 4) == "璐ㄦ";
+ });
UerTypeoptions.value.electric = res.data.filter(
- (item) => item.roleId != 1 && item.roleId == 3
+ (item) =>
+ item.user_Id != 1 &&
+ item.roleName.substring(2, 4) != "璐ㄦ" &&
+ item.roleName.substring(0, 2) == "鐢垫皵"
);
UerTypeoptions.value.mechanical = res.data.filter(
- (item) => item.roleId != 1 && item.roleId == 4
+ (item) =>
+ item.user_Id != 1 &&
+ item.roleName.substring(2, 4) != "璐ㄦ" &&
+ item.roleName.substring(0, 2) == "鏈烘"
);
UerTypeoptions.value.trench = res.data.filter(
- (item) => item.roleId != 1 && item.roleId == 5
+ (item) =>
+ item.user_Id != 1 &&
+ item.roleName.substring(2, 4) != "璐ㄦ" &&
+ item.roleName.substring(0, 2) == "鍦版矡"
);
dialogVisible.value = true;
});
@@ -675,23 +687,30 @@
form.value = Object.assign({}, obj);
dialogVisible.value = true;
GetUerType().then((res) => {
- UerTypeoptions.value.quality = res.data.filter(
- (item) => item.roleId != 1 && item.roleId == 2
- );
+ UerTypeoptions.value.quality = res.data.filter((item) => {
+ return item.user_Id != 1 && item.roleName.substring(2, 4) == "璐ㄦ";
+ });
UerTypeoptions.value.electric = res.data.filter(
- (item) => item.roleId != 1 && item.roleId == 3
+ (item) =>
+ item.user_Id != 1 &&
+ item.roleName.substring(2, 4) != "璐ㄦ" &&
+ item.roleName.substring(0, 2) == "鐢垫皵"
);
UerTypeoptions.value.mechanical = res.data.filter(
- (item) => item.roleId != 1 && item.roleId == 4
+ (item) =>
+ item.user_Id != 1 &&
+ item.roleName.substring(2, 4) != "璐ㄦ" &&
+ item.roleName.substring(0, 2) == "鏈烘"
);
UerTypeoptions.value.trench = res.data.filter(
- (item) => item.roleId != 1 && item.roleId == 5
+ (item) =>
+ item.user_Id != 1 &&
+ item.roleName.substring(2, 4) != "璐ㄦ" &&
+ item.roleName.substring(0, 2) == "鍦版矡"
);
dialogVisible.value = true;
});
};
-// 鑾峰彇鏁版嵁
-const getpagedata = () => {};
//鑾峰彇闇�瑕佸垹闄ょ殑鏁版嵁
const deletid = ref([]);
@@ -718,19 +737,20 @@
}
});
};
+//瀵煎嚭鏁版嵁
const printExcel = () => {
// 鏌ヨ鏉′欢
- const startTime = formatTime(queryForm.selectTime[0]);
- const endTime = formatTime(queryForm.selectTime[1]);
+ const startTime = formatTime(queryForm.value.selectTime[0]);
+ const endTime = formatTime(queryForm.value.selectTime[1]);
const filter = [
{
- name: queryForm.selectType,
- value: queryForm.selectInput,
- displayType: "String",
+ name: queryForm.value.selectType,
+ value: queryForm.value.selectInput,
+ displayType: "like",
},
{
name: "pustatus",
- value: queryForm.selectName,
+ value: queryForm.value.selectName,
displayType: "String",
},
{ name: "createDate", value: startTime, displayType: "ThanOrEqual" },
@@ -799,16 +819,16 @@
pageQuery.value.page = val;
initData();
};
-const pageTotal = ref(0);
+//椤甸潰鍒濆鍖栨暟鎹�
const initData = () => {
// 鏌ヨ鏉′欢
- const startTime = formatTime(queryForm.selectTime[0]);
- const endTime = formatTime(queryForm.selectTime[1]);
+ const startTime = formatTime(queryForm.value.selectTime[0]);
+ const endTime = formatTime(queryForm.value.selectTime[1]);
const filter = [
{
- name: "",
- value: queryForm.selectName,
- displayType: "Contains",
+ name: queryForm.value.selectType,
+ value: queryForm.value.selectInput,
+ displayType: "like",
},
{ name: "createDate", value: startTime, displayType: "ThanOrEqual" },
{ name: "createDate", value: endTime, displayType: "LessOrEqual" },
@@ -827,16 +847,33 @@
pageQuery.value.page = 1;
initData();
};
+//閲嶇疆椤甸潰
const resetQuery = () => {
- queryForm.value = { selectName: "", selectTime: [] };
+ queryForm.value = Object.assign({}, obj);
pageQuery.value.page = 1;
initData();
};
-const formRef = ref();
+
//閲嶇疆琛ㄥ崟
-const handleClose = (formEl) => {
+const resetForm = (formEl) => {
if (!formEl) return;
formEl.resetFields();
+ form.value = {
+ templateName: "",
+ templateGroup: "",
+ takeName: "",
+ jiShuYuan: "",
+ gongZhang: "",
+ zhiJianYuan_Dq: "",
+ zhiJianYuan_Lc: "",
+ zhiJianYuan_Dg: "",
+ liJu_Dq: "",
+ fuZhu_Dq: "",
+ liJu_Lc: "",
+ fuZhu_Lc: "",
+ liJu_Dg: "",
+ fuZhu_Dg: "",
+ };
};
onMounted(() => {
initData();
@@ -883,7 +920,6 @@
width: 6.88rem;
height: 2rem;
text-align: center;
- border: 0.06rem solid rgba(222, 222, 222, 1);
border-radius: 0.25rem 0 0 0.25rem;
font-size: 0.75rem;
display: flex;
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Startjob.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Startjob.vue"
index 10aad1e..7c7dd51 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Startjob.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Startjob.vue"
@@ -1,14 +1,14 @@
<template>
<div class="Startjob">
<div class="rect">
- <div class="rect-top">
+ <div class="rect-top" style="position: relative">
<img src="@/assets/TheCurrentJob/left.png" alt="" />
<img
style="margin-left: -1.5rem; margin-right: 4rem"
src="@/assets/TheCurrentJob/left1.png"
alt=""
/>
- <span>寮�濮嬩綔涓氾紙鏈烘锛�</span>
+ <span>寮�濮嬩綔涓氾紙{{ title }}锛�</span>
<img
style="margin-right: -1.5rem; margin-left: 4rem"
src="@/assets/TheCurrentJob/right1.png"
@@ -17,116 +17,115 @@
<img src="@/assets/TheCurrentJob/right.png" alt="" />
</div>
<div class="rect-center">
- <div style="display: flex; justify-content: space-between">
- <div class="rect-item1">
- <div>
- <img src="@/assets/TheCurrentJob/icon/icon.png" alt="" />
- <span style="color: rgba(26, 201, 255, 1); font-size: 0.88rem"
- >浠诲姟浣滀笟淇℃伅</span
+ <div class="rect-item1">
+ <div style="margin-top: 0.5rem">
+ <img src="@/assets/TheCurrentJob/icon/icon.png" alt="" />
+ <span style="color: rgba(26, 201, 255, 1); font-size: 1.5rem"
+ >浠诲姟浣滀笟淇℃伅</span
+ >
+ </div>
+ <div style="height: 100%; width: 100%">
+ <div style="width: 100%; padding-left: 1rem">
+ <div
+ style="
+ color: #1ac2f7;
+ font-size: 1rem;
+ display: flex;
+ margin-top: 0.5rem;
+ "
>
- </div>
- <div style="height: 100%; width: 100%">
- <div style="width: 100%">
+ <span style="width: 6rem; text-align: right; display: block"
+ >浠诲姟鍚嶇О锛�</span
+ ><span>{{ info.takename }}</span>
+ </div>
+ <div
+ style="
+ color: #1ac2f7;
+ font-size: 1rem;
+ display: flex;
+ margin-top: 0.4rem;
+ "
+ >
+ <span style="width: 6rem; text-align: right; display: block"
+ >鎶�鏈憳锛�</span
+ ><span>{{ info.jishuyuan }}</span>
+ </div>
+ <div
+ style="
+ color: #1ac2f7;
+ font-size: 1rem;
+ display: flex;
+ margin-top: 0.4rem;
+ "
+ >
+ <span style="width: 6rem; text-align: right; display: block"
+ >妫�淇伐鍘傦細</span
+ ><span>{{ info.gonzhang }}</span>
+ </div>
+ <div
+ style="
+ color: #1ac2f7;
+ font-size: 1rem;
+ display: flex;
+ margin-top: 0.4rem;
+ "
+ >
+ <span style="width: 6rem; text-align: right; display: block"
+ >璐ㄦ鍛橈細</span
+ ><span>{{ info.zhijianyuan }}</span>
+ </div>
+ <div
+ style="
+ color: #1ac2f7;
+ font-size: 1rem;
+ display: flex;
+ margin-top: 0.4rem;
+ "
+ >
+ <span style="width: 6rem; text-align: right; display: block"
+ >鍔涚煩浣滀笟鍛橈細</span
+ ><span>{{ info.lijuzouyeyuan }}</span>
+ </div>
+ <div
+ style="
+ color: #1ac2f7;
+ font-size: 1rem;
+ display: flex;
+ margin-top: 0.4rem;
+ "
+ >
+ <span style="width: 6rem; text-align: right; display: block"
+ >杈呭姪鍛橈細</span
+ ><span>{{ info.fuzyuan }}</span>
+ </div>
+ <div
+ style="
+ position: absolute;
+ color: #1ac2f7;
+ font-size: 1rem;
+ display: flex;
+ margin-top: 0.4rem;
+ "
+ >
+ <span style="width: 6rem; text-align: right; display: block"
+ >浠诲姟璇︽儏锛�</span
+ >
+ <span
+ @click="showDetail(!contentShow1)"
+ style="color: #1ac2f7; font-size: 0.88rem; cursor: pointer"
+ >鏌ョ湅</span
+ >
<div
+ v-if="contentShow1"
style="
- color: #1ac2f7;
- font-size: 0.81rem;
- display: flex;
- margin-top: 0.4rem;
+ position: relative;
+ top: 1.5rem;
+ left: -3rem;
+ width: 49rem;
"
>
- <span style="width: 6rem; text-align: right; display: block"
- >浠诲姟鍚嶇О锛�</span
- ><span>杞悜鏋�</span>
- </div>
- <div
- style="
- color: #1ac2f7;
- font-size: 0.81rem;
- display: flex;
- margin-top: 0.4rem;
- "
- >
- <span style="width: 6rem; text-align: right; display: block"
- >鎶�鏈憳锛�</span
- ><span>寮犱笁</span>
- </div>
- <div
- style="
- color: #1ac2f7;
- font-size: 0.81rem;
- display: flex;
- margin-top: 0.4rem;
- "
- >
- <span style="width: 6rem; text-align: right; display: block"
- >妫�淇伐鍘傦細</span
- ><span>鏉庡洓</span>
- </div>
- <div
- style="
- color: #1ac2f7;
- font-size: 0.81rem;
- display: flex;
- margin-top: 0.4rem;
- "
- >
- <span style="width: 6rem; text-align: right; display: block"
- >璐ㄦ鍛橈細</span
- ><span>涓冧竷</span>
- </div>
- <div
- style="
- color: #1ac2f7;
- font-size: 0.81rem;
- display: flex;
- margin-top: 0.4rem;
- "
- >
- <span style="width: 6rem; text-align: right; display: block"
- >鍔涚煩浣滀笟鍛橈細</span
- ><span>鐜嬩簲</span>
- </div>
- <div
- style="
- color: #1ac2f7;
- font-size: 0.81rem;
- display: flex;
- margin-top: 0.4rem;
- "
- >
- <span style="width: 6rem; text-align: right; display: block"
- >杈呭姪鍛橈細</span
- ><span>灏忓垬</span>
- </div>
- <div
- style="
- color: #1ac2f7;
- font-size: 0.81rem;
- display: flex;
- margin-top: 0.4rem;
- "
- >
- <span style="width: 6rem; text-align: right; display: block"
- >浠诲姟璇︽儏锛�</span
- >
- <span
- style="color: #1ac2f7; font-size: 0.88rem; cursor: pointer"
- >鏌ョ湅</span
- >
- <!-- <el-popover placement="bottom" :width="600" trigger="click">
- <template #reference>
- <span
- style="
- color: #1ac2f7;
- font-size: 0.88rem;
- cursor: pointer;
- "
- >鏌ョ湅</span
- ></template
- >
<el-table
- :data="gridData"
+ :data="taskData"
width="100%"
:header-cell-style="{
color: '#fff',
@@ -138,37 +137,39 @@
background: '#1373A8',
}"
>
- <el-table-column property="date" label="杞﹀瀷" />
- <el-table-column property="name" label="杞︾粍" />
- <el-table-column property="address" label="鑲¢亾" />
- <el-table-column property="address" label="杞﹀帰鍙蜂綅缃�" />
- <el-table-column property="address" label="杞悜鏋朵綅缃�" />
- <el-table-column property="address" label="妫�淇彮缁�" />
+ <el-table-column property="trainKind" label="杞﹀瀷" />
+ <el-table-column property="trainNum" label="杞︾粍" />
+ <el-table-column property="track" label="鑲¢亾" />
+ <el-table-column property="coachNum" label="杞﹀帰鍙蜂綅缃�" />
+ <el-table-column property="bogie" label="杞悜鏋朵綅缃�" />
+ <el-table-column property="processDept" label="妫�淇彮缁�" />
</el-table>
- </el-popover> -->
</div>
</div>
</div>
</div>
- <div class="rect-item2">
- <div>
- <span style="color: rgba(26, 200, 254, 1); font-size: 0.75rem"
- >宸ヨ壓椤圭偣/姝ラ鍏�<span style="font-size: 1rem; font-weight: bold"
- >23</span
- >
- </span>
- <span
- style="
- margin-left: 1rem;
- color: rgba(26, 200, 254, 1);
- font-size: 0.75rem;
- "
- >褰撳墠浣滀笟椤圭偣/姝ラ<span
- style="font-size: 1rem; font-weight: bold"
- >3</span
- >
- </span>
- </div>
+ </div>
+ <div class="rect-item2">
+ <div>
+ <span style="color: rgba(26, 200, 254, 1); font-size: 1.2rem"
+ >宸ヨ壓椤圭偣/姝ラ鍏�<span
+ style="font-size: 1.5rem; font-weight: bold"
+ >{{ sunNUm }}</span
+ >
+ </span>
+ <span
+ style="
+ margin-left: 1rem;
+ color: rgba(26, 200, 254, 1);
+ font-size: 1.2rem;
+ "
+ >褰撳墠浣滀笟椤圭偣/姝ラ<span
+ style="font-size: 1.5rem; font-weight: bold"
+ >{{ obj.setpNum }}</span
+ >
+ </span>
+ </div>
+ <div style="position: absolute; width: 47rem; height: 2.5rem">
<el-table
style="margin-top: 0.88rem"
:data="gridData"
@@ -185,103 +186,397 @@
}"
>
<el-table-column
- property="date"
+ property="craftsStep"
label="宸ヨ壓椤圭偣/姝ラ"
min-width="30%"
>
<template #default="scope">
<span
- style="color: #1ac2f7; font-size: 0.88rem"
- ></span></template
- ></el-table-column>
+ @click="showDetail1(!contentShow)"
+ style="
+ color: #1ac2f7;
+ font-size: 0.88rem;
+ cursor: pointer;
+ text-decoration: underline;
+ "
+ >{{ scope.row.craftsStep }}
+ </span></template
+ ></el-table-column
+ >
<el-table-column
- property="name"
+ property="craftContent"
label="宸ヨ壓鍐呭"
min-width="70%"
- />
+ >
+ <template #default="scope">
+ <span
+ @click="true"
+ style="
+ color: #ffffff;
+ font-size: 0.88rem;
+ display: -webkit-box; /* 璁剧疆涓篧ebKit鍐呮牳鐨勫脊鎬х洅瀛愭ā鍨� */
+ -webkit-box-orient: vertical; /* 鍨傜洿鎺掑垪 */
+ -webkit-line-clamp: 2; /* 闄愬埗鏄剧ず涓よ */
+ overflow: hidden; /* 闅愯棌瓒呭嚭鑼冨洿鐨勫唴瀹� */
+ text-overflow: ellipsis; /* 浣跨敤鐪佺暐鍙� */
+ "
+ >{{ scope.row.craftContent }}</span
+ ></template
+ ></el-table-column
+ >
</el-table>
+ <div class="consten" v-if="contentShow">
+ <el-table
+ :data="gridData"
+ width="100%"
+ :header-cell-style="{
+ height: '1.61rem',
+ color: '#fff',
+ background: '#0A5B91',
+ fontSize: '0.88rem',
+ }"
+ :cell-style="{
+ color: '#fff',
+ background: '#147BAF',
+ }"
+ >
+ <el-table-column
+ property="craftsStep"
+ label="宸ヨ壓鍐呭"
+ min-width="30%"
+ >
+ <template #default="scope">
+ <span @click="true" style="color: #fff; font-size: 0.88rem"
+ >{{ scope.row.craftContent }}
+ </span></template
+ ></el-table-column
+ >
+ <el-table-column
+ property="craftsStep"
+ label="宸ュ叿"
+ min-width="10%"
+ >
+ <template #default="scope">
+ <span style="color: #ffffff">{{
+ scope.row.tools
+ }}</span></template
+ ></el-table-column
+ >
+ <el-table-column
+ property="craftsStep"
+ label="鐗╂枡"
+ min-width="10%"
+ >
+ <template #default="scope">
+ <span style="color: #ffffff">{{
+ scope.row.material
+ }}</span></template
+ ></el-table-column
+ >
+ </el-table>
+ </div>
</div>
</div>
<div class="rect-item3">
- <div>
+ <div style="overflow: hidden">
<img src="@/assets/TheCurrentJob/icon/icon.png" alt="" />
<span style="color: rgba(26, 201, 255, 1); font-size: 0.88rem"
>鍔涚煩鍊兼樉绀�</span
>
+
+ <el-scrollbar>
+ <div
+ style="
+ display: flex;
+ justify-content: center;
+ flex-direction: column;
+ padding-left: 1.5rem;
+ padding-top: 0.5rem;
+ padding-bottom: 1.5rem;
+ box-sizing: border-box;
+ "
+ >
+ <span
+ style="color: #ffffff; font-size: 1rem; margin: 0.5rem 0"
+ v-for="(item, index) in Torque"
+ :key="item.id"
+ >{{
+ index + 1 + "銆�" + item.torqueSize + " " + "N*m"
+ }}</span
+ >
+ </div>
+ </el-scrollbar>
</div>
</div>
</div>
- <div class="rect-content">
- <div
- style="
- display: flex;
- justify-content: center;
- align-items: center;
- width: 21.31rem;
- height: 26.88rem;
- background-color: rgba(25, 189, 241, 0.1);
- color: rgba(16, 16, 16, 1);
- font-size: 0.75rem;
- border: 0.06rem solid rgba(26, 200, 254, 1);
- "
- >
- <span style="color: rgba(26, 194, 247, 1); font-size: 1.25rem"
- >鐖嗙偢鍥炬樉绀�</span
- >
- </div>
+ <div
+ ref="screenDom"
+ style="
+ margin: 0 auto;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ z-index: 999;
+ position: absolute;
+ top: 42%;
+ left: 15%;
+ "
+ >
+ <model-gltf
+ :width="400"
+ :height="400"
+ :backgroundAlpha="0"
+ :backgroundColor="'#000000'"
+ src="ThreeModel/test.gltf"
+ :controlsOptions="{
+ enableZoom,
+ }"
+ />
</div>
-
<div
style="
display: flex;
justify-content: center;
align-items: center;
- margin-top: 4.25rem;
+ margin-top: 30rem;
"
>
<el-button
+ :disabled="obj.setpNum == 1"
+ @click="Previous(false)"
type="primary"
- style="
- width: 5rem;
- height: 1.88rem;
- background-color: rgba(164, 173, 179, 1);
- color: rgba(255, 255, 255, 1);
- font-size: 0.88rem;
- "
+ :style="{
+ width: '5rem',
+ height: '1.88rem',
+ background:
+ obj.setpNum == 1
+ ? 'rgba(164, 173, 179, 1)'
+ : 'rgba(26, 194, 247, 1)',
+ color: 'rgba(255, 255, 255, 1)',
+ fontSize: '0.88rem;',
+ }"
>涓婁竴姝�</el-button
>
<el-button
+ :disabled="obj.setpNum == sunNUm"
+ @click="Next(false)"
type="primary"
- style="
- width: 5rem;
- height: 1.88rem;
- background-color: rgba(26, 194, 247, 1);
- color: rgba(255, 255, 255, 1);
- font-size: 0.88rem;
- "
+ :style="{
+ width: '5rem',
+ height: '1.88rem',
+ background:
+ obj.setpNum != sunNUm
+ ? 'rgba(26, 194, 247, 1)'
+ : 'rgba(164, 173, 179, 1)',
+ color: ' rgba(255, 255, 255, 1)',
+ fontSize: '0.88rem',
+ }"
>涓嬩竴姝�</el-button
>
<el-button
+ :disabled="obj.setpNum != sunNUm"
+ @click="Completee"
type="primary"
- style="
- height: 1.88rem;
- width: 5rem;
- background-color: rgba(164, 173, 179, 1);
- color: rgba(255, 255, 255, 1);
- font-size: 0.88rem;
- "
+ :style="{
+ height: '1.88rem',
+ width: '5rem',
+ background:
+ obj.setpNum == sunNUm
+ ? 'rgba(26, 194, 247, 1)'
+ : 'rgba(164, 173, 179, 1)',
+ color: 'rgba(255, 255, 255, 1)',
+ fontSize: '0.88rem',
+ }"
>瀹屾垚浣滀笟</el-button
>
</div>
</div>
+
+ <!-- 寮哄埗璺宠浆纭妗� -->
+ <el-dialog v-model="centerDialogVisible" title="纭" width="300" center>
+ <span> 褰撳墠浠诲姟鏈畬鎴愶紝鏄惁寮哄埗璺宠浆鍒颁笅涓�姝ワ紵 </span>
+ <template #footer>
+ <div class="dialog-footer">
+ <el-button style="width: 5rem" @click="centerDialogVisible = false"
+ >鍙栨秷</el-button
+ >
+ <el-button style="width: 5rem" type="primary" @click="Next(true)">
+ 纭
+ </el-button>
+ </div>
+ </template>
+ </el-dialog>
</div>
</template>
<script setup>
import { ref, onMounted } from "vue";
+import {
+ GetScreenData,
+ GetPre,
+ GetNext,
+ Complete,
+ GetTorque,
+ ChangeStatus,
+} from "@/api/newapi/Thecurrentjob";
+import { GetPageData } from "@/api/newapi/NjTask";
+import { useRouter } from "vue-router";
+import { ElMessage, ElMessageBox } from "element-plus";
+import { ModelCollada, ModelGltf } from "vue-3d-model";
+const router = useRouter();
const gridData = ref([]);
+const contentShow = ref(false);
+const contentShow1 = ref(false);
+const info = ref({});
+info.value = history.state?.info ? JSON.parse(history.state?.info) : {};
+const title = ref("");
+title.value = history.state?.title ? history.state?.title : "鏈烘";
+const enableZoom = ref(false);
+const obj = ref({});
+const sunNUm = ref(0);
+const Torque = ref("");
+const showDetail1 = (va1) => {
+ contentShow1.value = false;
+ contentShow.value = va1;
+};
+const showDetail = (va1) => {
+ contentShow1.value = va1;
+ contentShow.value = false;
+ checko();
+};
+const taskData = ref([]);
+const centerDialogVisible = ref(false);
+const from = ref({
+ group: "",
+ takeid: "",
+ setnum: 0,
+});
+const flag = ref(false);
+//涓婁竴姝�
+const Previous = (val) => {
+ from.value.group = info.value.grouptype;
+ from.value.takeid = info.value.njtakeid;
+ from.value.setnum = obj.value.setpNum;
+ flag.value = val;
+ console.log(from.value, info.value);
+ GetPre(from.value, flag.value).then((res) => {
+ gridData.value = [res.data.nex];
+ obj.value = res.data.nex;
+ queryData.value.setnum = obj.value.setpNum;
+ GetTorque(queryData.value).then((res) => {
+ Torque.value = res.data;
+ });
+ });
+};
+//涓嬩竴姝�
+const Next = (val) => {
+ console.log(obj.value);
+ from.value.group = info.value.grouptype;
+ from.value.takeid = info.value.njtakeid;
+ from.value.setnum = obj.value.setpNum;
+ flag.value = val;
+
+ GetNext(from.value, flag.value).then((res) => {
+ if (res.message == "娌℃湁瀹屾垚褰撳墠姝ラ") {
+ gridData.value = res.data.nowdate;
+ obj.value = res.data.nowdate[0];
+ if (res.data.nowdate[0].setpNum == obj.value.setpNum) {
+ centerDialogVisible.value = true;
+ return;
+ }
+ return;
+ }
+ centerDialogVisible.value = false;
+ gridData.value = [res.data.nex];
+ obj.value = res.data.nex;
+
+ queryData.value.setnum = obj.value.setpNum;
+ GetTorque(queryData.value).then((res) => {
+ Torque.value = res.data;
+ });
+ });
+};
+//瀹屾垚
+const Completee = () => {
+ from.value.gruops = info.value.grouptype;
+ from.value.id = info.value.njtakeid;
+ from.value.creater = info.value.creater;
+ console.log(from.value, info.value);
+
+ ChangeStatus(from.value).then((res) => {
+ ElMessage({
+ message: "鎿嶄綔瀹屾垚",
+ type: "success",
+ });
+ router.push("/Thecurrentjob");
+ });
+};
+//鏌ョ湅鏁版嵁
+const checko = () => {
+ console.log(info.value);
+ GetPageData({
+ page: 1,
+ rows: 10,
+ total: 100,
+ tableName: "",
+ sort: "",
+ order: "",
+ wheres: "",
+ export: true,
+ value: "",
+ filter: [
+ {
+ name: "njtaskid",
+ value: info.value.njtakeid,
+ displayType: "String",
+ },
+ ],
+ }).then((res) => {
+ console.log(res);
+ taskData.value = res.rows;
+ });
+};
+const queryData = ref({
+ grop: info.value.grouptype,
+ takeid: info.value.njtakeid,
+ setnum: "",
+});
+const initData = () => {
+ GetScreenData({
+ group: info.value.grouptype,
+ takeid: info.value.njtakeid,
+ }).then((res) => {
+ if (res.message == "杩斿洖宸ヨ壓琛ㄤ腑鐨勭涓�鏉�") {
+ gridData.value = res.data.proNoe;
+ obj.value = res.data.proNoe[0];
+ sunNUm.value = res.data.maxproce;
+ queryData.value.setnum = obj.value.setpNum;
+ GetTorque(queryData.value).then((res) => {
+ Torque.value = res.data;
+ });
+ return;
+ }
+ gridData.value = res.data.maxpro;
+ sunNUm.value = res.data.maxproce;
+ obj.value = res.data.maxpro[0];
+ queryData.value.setnum = obj.value.setpNum;
+ GetTorque(queryData.value).then((res) => {
+ Torque.value = res.data;
+ });
+ });
+};
+
+onMounted(() => {
+ initData();
+});
</script>
<style lang="scss" scoped>
+* {
+ padding: 0;
+ margin: 0;
+ box-sizing: border-box;
+}
+
.Startjob {
width: 100%;
height: 100%;
@@ -297,6 +592,8 @@
padding: 0.2rem;
box-sizing: border-box;
background-color: rgba(0, 0, 0, 0.3);
+ overflow: hidden;
+
.rect {
display: flex;
flex-direction: column;
@@ -304,6 +601,7 @@
height: 100%;
border: 0.1rem solid #02cde6;
box-shadow: 0rem 0rem 0.3rem #02cde6;
+
.rect-top {
display: flex;
justify-content: center;
@@ -312,48 +610,61 @@
height: 3rem;
background: #051d3f;
text-align: center;
+
img {
width: 3.75rem;
height: 2.81rem;
}
+
span {
color: rgba(26, 194, 247, 1);
font-size: 1.25rem;
}
}
+
.rect-center {
display: flex;
justify-content: space-between;
- width: 100%;
+ width: 170vh;
+ margin: 0 auto;
padding: 0.8rem 2.15rem;
box-sizing: border-box;
+
.rect-item1 {
display: flex;
flex-direction: column;
- width: 11.31rem;
- height: 12.38rem;
+ width: 14.31rem;
+ height: 15.38rem;
background-image: url("../../../assets/TheCurrentJob/bg.png");
background-repeat: no-repeat;
background-size: 100% 100%;
padding: 0.28rem 0.28rem;
box-sizing: border-box;
}
+
.rect-item2 {
width: 49.88rem;
- height: 12.38rem;
+ height: 15.38rem;
border: 0.1rem solid #02cde6;
padding: 0.69rem 1.44rem;
- margin-left: 6rem;
+
.el-table :deep(.el-table__header th) {
border: solid 1px #1ac0f6;
color: white;
}
+
+ .consten {
+ position: relative;
+ top: 0;
+ z-index: 999;
+ }
}
+
.rect-item3 {
display: flex;
flex-direction: column;
width: 11.31rem;
- height: 12.38rem;
+ height: 15.38rem;
background-image: url("../../../assets/TheCurrentJob/bg.png");
background-repeat: no-repeat;
background-size: 100% 100%;
@@ -361,6 +672,7 @@
box-sizing: border-box;
}
}
+
.rect-content {
display: flex;
justify-content: space-between;
@@ -370,6 +682,7 @@
}
}
}
+
// .el-table :deep(.el-table__header th) {
// border-bottom: solid 1px #1ac2f7;
// color: white;
@@ -378,14 +691,17 @@
border: solid 1px #1ac2f7;
color: white;
}
+
.el-table :deep(.el-table__empty-block) {
background-color: #137aaf;
color: #1ac2f7;
}
-// .el-table :deep(.el-table__body-wrapper) {
-// background-color: #1ac2f7;
-// }
-// .el-popper :deep(.el-popper) {
-// background-color: #ad2525;
-// }
+
+.el-table :deep(.el-table__body-wrapper) {
+ background-color: #1ac2f7;
+}
+
+:deep(.el-popper) {
+ background-color: #ad2525;
+}
</style>
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Thecurrentjob.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Thecurrentjob.vue"
index ac87e60..a1b9d84 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Thecurrentjob.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Thecurrentjob.vue"
@@ -3,18 +3,21 @@
<div class="content">
<div class="checkbox">
<div
+ v-if="show == '瓒呯骇' || show == '鏈烘'"
:class="['item', isactive == '鏈烘' ? 'isactive' : '']"
@click="changeactive('鏈烘')"
>
鏈烘
</div>
<div
+ v-if="show == '瓒呯骇' || show == '鐢垫皵'"
:class="['item', isactive == '鐢垫皵' ? 'isactive' : '']"
@click="changeactive('鐢垫皵')"
>
鐢垫皵
</div>
<div
+ v-if="show == '瓒呯骇' || show == '鍦版矡'"
:class="['item', isactive == '鍦版矡' ? 'isactive' : '']"
@click="changeactive('鍦版矡')"
>
@@ -59,7 +62,7 @@
size="small"
/>
</div>
- <!-- <div class="serch_box">
+ <div class="serch_box">
<div class="serchb">
<el-select
v-model="queryForm.selectType"
@@ -80,7 +83,7 @@
placeholder="璇疯緭鍏ュ叧閿瘝鎼滅储"
style="border-left: 0.06rem solid #e2e2e2"
/>
- </div> -->
+ </div>
<el-button
@click="handleQuery"
type="primary"
@@ -201,11 +204,15 @@
label="娲惧伐鏃ユ湡"
align="center"
/>
- <el-table-column
- prop="finishedtime"
- label="瀹屾垚鏃ユ湡"
- align="center"
- />
+ <el-table-column prop="finishedtime" label="瀹屾垚鏃ユ湡" align="center">
+ <template #default="scope">
+ {{
+ scope.row.finishedtime != "1900-01-01 00:00:00"
+ ? scope.row.finishedtime
+ : ""
+ }}
+ </template></el-table-column
+ >
<el-table-column label="鎿嶄綔" align="center">
<template #default="scope">
<el-button
@@ -224,7 +231,7 @@
v-if="scope.row.pustatus == 1"
size="small"
type="text"
- @click="router.push('/Startjob')"
+ @click="toDetail(scope.row, isactive)"
>寮�濮嬩綔涓�</el-button
>
<el-button
@@ -344,11 +351,15 @@
label="娲惧伐鏃ユ湡"
align="center"
/>
- <el-table-column
- prop="finishedtime"
- label="瀹屾垚鏃ユ湡"
- align="center"
- />
+ <el-table-column prop="finishedtime" label="瀹屾垚鏃ユ湡" align="center">
+ <template #default="scope">
+ {{
+ scope.row.finishedtime != "1900-01-01 00:00:00"
+ ? scope.row.finishedtime
+ : ""
+ }}
+ </template>
+ </el-table-column>
<el-table-column label="鎿嶄綔" align="center">
<template #default="scope">
<el-button
@@ -367,7 +378,7 @@
v-if="scope.row.pustatus == 1"
size="small"
type="text"
- @click="claim(scope.row, 2)"
+ @click="toDetail(scope.row, isactive)"
>寮�濮嬩綔涓�</el-button
>
<el-button
@@ -487,11 +498,15 @@
label="娲惧伐鏃ユ湡"
align="center"
/>
- <el-table-column
- prop="finishedtime"
- label="瀹屾垚鏃ユ湡"
- align="center"
- />
+ <el-table-column prop="finishedtime" label="瀹屾垚鏃ユ湡" align="center">
+ <template #default="scope">
+ {{
+ scope.row.finishedtime != "1900-01-01 00:00:00"
+ ? scope.row.finishedtime
+ : ""
+ }}
+ </template>
+ </el-table-column>
<el-table-column label="鎿嶄綔" align="center">
<template #default="scope">
<el-button
@@ -510,7 +525,7 @@
v-if="scope.row.pustatus == 1"
size="small"
type="text"
- @click="claim(scope.row, 2)"
+ @click="toDetail(scope.row, isactive)"
>寮�濮嬩綔涓�</el-button
>
<el-button
@@ -638,9 +653,7 @@
<template #footer>
<div class="dialog-footer" style="text-align: right">
<el-button @click="claimdialogVisible2 = false">鍙栨秷</el-button>
- <el-button type="primary" @click="claimdialogVisible = false">
- 纭
- </el-button>
+ <el-button type="primary" @click="changeStatus"> 纭 </el-button>
</div>
</template>
</el-dialog>
@@ -685,13 +698,19 @@
</div>
</template>
<script setup>
-import { ref, reactive, onMounted } from "vue";
+import { ref, reactive, onMounted, toRef } from "vue";
import { ElMessage, ElMessageBox } from "element-plus";
import { useRouter } from "vue-router";
-import { GetPageData, ExportApi } from "@/api/newapi/Thecurrentjob";
import { formatTime } from "@/utils/index.js";
-import { GetDetail, ChangeStatus } from "@/api/newapi/Thecurrentjob";
+import {
+ GetDetail,
+ ChangeStatus,
+ GetPageData,
+ ExportApi,
+ GetPageDataNew,
+} from "@/api/newapi/Thecurrentjob";
import { GetSleeveandStep } from "@/api/newapi/Process";
+import { GetUserInfo } from "@/api/user";
const router = useRouter();
const obj = {
@@ -700,12 +719,7 @@
selectType: "",
inputcontent: "",
};
-const queryForm = ref({
- selectName: "",
- selectTime: [], // 鏃堕棿鑼冨洿
- selectType: "",
- inputcontent: "",
-});
+const queryForm = toRef({ ...obj });
const selectoptions = ref([
{
value: "takename",
@@ -718,6 +732,14 @@
{
value: "gonzhang",
label: "妫�淇伐闀�",
+ },
+ {
+ value: "zhijianyuan",
+ label: "璐ㄦ鍛�",
+ },
+ {
+ value: "lijuzouyeyuan",
+ label: "鍔涚煩浣滀笟鍛�",
},
]);
const tableData = ref([]);
@@ -763,21 +785,16 @@
queryForm.selectType = value;
initData();
};
-//寮瑰嚭妗�
-const dialogVisible = ref(false);
-//鍒犻櫎鏂规硶
-const add = () => {
- dialogVisible.value = true;
-};
-//缂栬緫鏂规硶
-const Edit = () => {
- dialogVisible.value = true;
-};
+
const claimdata = ref({
id: "",
gruops: "",
+ creater: JSON.parse(localStorage.getItem("user")).userName,
+ createDate: formatTime(new Date()),
});
const TTnum = ref(0);
+//椤甸潰鏁�
+const pageTotal = ref(0);
//纭棰嗗彇
const claim = (val, num) => {
claimdata.value.id = val.njtakeid;
@@ -801,13 +818,17 @@
}
});
};
-
+//鏀瑰彉鐘舵��
const changeStatus = () => {
+ console.log(claimdata.value);
ChangeStatus(claimdata.value).then((res) => {
ElMessage({
- message: res.msg,
+ message: "鎴愬姛",
type: "success",
});
+ claimdialogVisible.value = false;
+ claimdialogVisible1.value = false;
+ claimdialogVisible2.value = false;
initData();
});
};
@@ -825,7 +846,7 @@
page: 1, //褰撳墠椤甸潰
rows: 10, //姣忛〉鏄剧ず鏉℃暟
order: "desc", //鎺掑簭鏂瑰紡
- sort: "dispatchtime", //鎺掑簭瀛楁
+ sort: "", //鎺掑簭瀛楁
wheres: "", //鏉′欢鏌ヨ
});
@@ -840,8 +861,18 @@
pageQuery.value.page = val;
initData();
};
-const pageTotal = ref(0);
+//鏁版嵁鍒濆鍖�
const initData = () => {
+ let obj = {
+ userId: JSON.parse(localStorage.getItem("user")).id,
+ group: isactive.value,
+ };
+ console.log(obj);
+
+ // GetPageDataNew(obj).then((res) => {
+ // tableData.value = res.data;
+ // pageTotal.value = res.data.length;
+ // });
// 鏌ヨ鏉′欢
const startTime = formatTime(queryForm.value.selectTime[0]);
const endTime = formatTime(queryForm.value.selectTime[1]);
@@ -854,7 +885,7 @@
{
name: queryForm.value.selectType,
value: queryForm.value.inputcontent,
- displayType: "String",
+ displayType: "like",
},
{
name: "pustatus",
@@ -872,7 +903,7 @@
pageTotal.value = res.total;
});
};
-
+//鎵撳嵃鏁版嵁
const printExcel = () => {
// 鏌ヨ鏉′欢
const startTime = formatTime(queryForm.value.selectTime[0]);
@@ -906,15 +937,44 @@
pageQuery.value.page = 1;
initData();
};
+
+//閲嶇疆妫�绱簨浠�
const resetQuery = () => {
queryForm.value = Object.assign({}, obj);
pageQuery.value.page = 1;
initData();
};
+//閲嶇疆琛ㄥ崟
+const resetForm = (formEl) => {
+ if (!formEl) return;
+ formEl.resetFields();
+};
const userInfo = ref("");
+//璺敱璺宠浆
+const toDetail = (row, title) => {
+ router.push({
+ name: "Startjob",
+ state: { info: JSON.stringify(row), title: title },
+ });
+};
+const show = ref("");
+const getuserinfo = () => {
+ GetUserInfo().then((res) => {
+ console.log(res);
+ show.value = res.data.roleName.substring(0, 2);
+ if (show.value != "瓒呯骇") {
+ isactive.value = show.value;
+ initData();
+ }
+ });
+};
+
+//鏁版嵁鍒濆鍖�
onMounted(() => {
initData();
+ getuserinfo();
+
userInfo.value = JSON.parse(localStorage.getItem("user")).userName;
});
</script>
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/UserManagement/Usermanagement.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/UserManagement/Usermanagement.vue"
index 2892d82..fcff922 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/UserManagement/Usermanagement.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/UserManagement/Usermanagement.vue"
@@ -39,7 +39,7 @@
size="small"
/>
</div>
- <!-- <div class="serch_box">
+ <div class="serch_box">
<div class="serchb">
<el-select
v-model="queryForm.selectType"
@@ -56,11 +56,11 @@
</el-select>
</div>
<input
- v-model="queryForm.selectName"
+ v-model="queryForm.selectInput"
placeholder="璇疯緭鍏ュ叧閿瘝鎼滅储"
style="border-left: 0.06rem solid #e2e2e2"
/>
- </div> -->
+ </div>
<el-button
@click="handleQuery"
type="primary"
@@ -87,7 +87,7 @@
display: flex;
align-items: center;
"
- ><el-icon style="margin-right: 0.2rem"><Plus /></el-icon
+ ><el-icon style="margin-right: 0.2rem"> <Plus /> </el-icon
>鏂板缓</el-button
>
<!-- 鐢ㄦ埛瑙掕壊鏂板缓 -->
@@ -103,7 +103,7 @@
display: flex;
align-items: center;
"
- ><el-icon style="margin-right: 0.2rem"><Plus /></el-icon
+ ><el-icon style="margin-right: 0.2rem"> <Plus /> </el-icon
>鏂板缓</el-button
>
<el-button
@@ -181,7 +181,7 @@
<template #default="scope">
<el-image
style="width: 70px; height: 70px"
- :src="scope.row.headImageUrl"
+ :src="'http://115.159.85.185:9098' + scope.row.headImageUrl"
show-progress
:initial-index="4"
fit="cover"
@@ -206,12 +206,21 @@
/>
<el-table-column label="鎿嶄綔" align="center" min-width="3%">
<template #default="scope">
- <el-button size="small" type="text" @click="Edit(scope.row)"
+ <el-button
+ size="small"
+ type="text"
+ @click="Edit(scope.row)"
+ :disabled="
+ scope.row.userName == 'admin' || scope.row.user_Id == '1'
+ "
>缂栬緫</el-button
>
<el-button
size="small"
type="text"
+ :disabled="
+ scope.row.userName == 'admin' || scope.row.user_Id == '1'
+ "
@click="Editpassword(scope.row)"
>淇敼瀵嗙爜</el-button
>
@@ -244,12 +253,8 @@
<el-table-column prop="name" label="瑙掕壊鏉冮檺" align="center">
<template #default="scope">
<span
- @click="
- router.replace({
- path: `/permission`,
- state: { info: JSON.stringify(scope.row) },
- })
- "
+ v-if="scope.row.roleId != '20'"
+ @click="toDetail(scope.row)"
style="color: #4386ff; cursor: pointer"
>绠$悊</span
>
@@ -270,6 +275,7 @@
<el-table-column label="鎿嶄綔" align="center">
<template #default="scope">
<span
+ v-if="scope.row.roleId != '20'"
style="color: blue; font-size: 0.88rem; cursor: pointer"
@click="EditRole(scope.row)"
>缂栬緫</span
@@ -298,17 +304,6 @@
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
/>
- <el-pagination
- v-if="isactive == 2"
- size="small"
- background
- layout="prev, pager, next"
- :current-page="pageQuery.page"
- :page-size="pageQuery.rows"
- :total="pageTotal"
- @size-change="RoleSizeChange"
- @current-change="RoleCurrentChange"
- />
</div>
</div>
@@ -320,6 +315,7 @@
:before-close="handleClose"
:show-close="false"
:align-center="true"
+ @close="resetForm(formUserRef)"
>
<template #title>
<div
@@ -339,7 +335,9 @@
:model="formUser"
label-width="auto"
label-position="top"
- ref="formRef"
+ :rules="rules"
+ ref="formUserRef"
+ :hide-required-asterisk="true"
>
<el-row :gutter="20">
<el-col :span="8">
@@ -399,14 +397,14 @@
</el-row>
<el-row :gutter="20">
<el-col :span="8">
- <el-form-item>
+ <el-form-item prop="role_Id">
<template #label>
<div style="display: flex; align-items: flex-end">
<span style="color: red; margin-right: 0.2rem">*</span>
<span
style="font-size: 0.88rem; color: black; font-weight: bold"
- >鐢ㄦ埛瑙掕壊</span
- >
+ >鐢ㄦ埛瑙掕壊
+ </span>
</div>
</template>
<el-select
@@ -415,6 +413,7 @@
size="small"
>
<el-option
+ :disabled="item.value == 20"
v-for="item in groupOptions"
:key="item.value"
:label="item.label"
@@ -424,7 +423,32 @@
</el-form-item>
</el-col>
<el-col :span="8">
- <el-form-item>
+ <el-form-item prop="roleName">
+ <template #label>
+ <div style="display: flex; align-items: flex-end">
+ <span style="color: red; margin-right: 0.2rem">*</span>
+ <span
+ style="font-size: 0.88rem; color: black; font-weight: bold"
+ >鐢ㄦ埛绫诲瀷
+ </span>
+ </div>
+ </template>
+ <el-select
+ v-model="formUser.roleName"
+ placeholder="璇烽�夋嫨"
+ size="small"
+ >
+ <el-option
+ v-for="item in roleNameList"
+ :key="item.value"
+ :label="item.label"
+ :value="item.value"
+ />
+ </el-select>
+ </el-form-item>
+ </el-col>
+ <el-col :span="8">
+ <el-form-item prop="enable">
<template #label>
<div style="display: flex; align-items: flex-end">
<span style="color: red; margin-right: 0.2rem">*</span>
@@ -458,25 +482,32 @@
<span
style="font-size: 0.88rem; color: black; font-weight: bold"
>浜鸿劯鍥剧墖</span
- ><span
+ >
+ <!-- <span
style="
color: rgba(255, 0, 0, 1);
font-size: 0.75rem;
margin-left: 0.5rem;
"
>娉細鏈�澶氬彲涓婁紶涓夊紶锛屽浘鐗囬渶瑕佹瑙勭殑浜哄儚璇佷欢鐓�</span
- >
+ > -->
</div>
</template>
<el-upload
+ ref="uploadRef"
+ name="files"
class="avatar-uploader"
- action="#"
+ action="http://115.159.85.185:9098/api/User/SaveFiles"
list-type="picture-card"
- :auto-upload="false"
+ limit="1"
+ :auto-upload="true"
@before-upload="beforeAvatarUpload"
- :on-change="handleAvatarSuccess"
+ :on-success="handleAvatarSuccess"
+ :file-list="fileList != [] ? fileList : []"
>
- <el-icon><Plus /></el-icon>
+ <el-icon>
+ <Plus />
+ </el-icon>
<template #file="{ file }">
<div>
<img
@@ -496,14 +527,18 @@
class="el-upload-list__item-delete"
@click="handleDownload(file)"
>
- <el-icon size="15"><Download /></el-icon>
+ <el-icon size="15">
+ <Download />
+ </el-icon>
</span>
<span
v-if="!disabled"
class="el-upload-list__item-delete"
@click="handleRemove(file)"
>
- <el-icon size="15"><Delete /></el-icon>
+ <el-icon size="15">
+ <Delete />
+ </el-icon>
</span>
</span>
</div>
@@ -525,7 +560,7 @@
<el-button
size="small"
type="primary"
- @click="saveObj"
+ @click="saveObj(formUserRef)"
style="height: 2rem; font-size: 0.88rem"
>
淇濆瓨
@@ -558,7 +593,7 @@
</div>
</template>
<el-form
- :model="formpassword"
+ :model="formUser"
label-width="auto"
label-position="top"
ref="formpasswordRef"
@@ -585,11 +620,11 @@
</div>
</el-col>
</el-row>
- <el-form-item prop="password">
+ <el-form-item prop="newPwd">
<el-input
style="margin-top: 1rem"
size="large"
- v-model="formpassword.password"
+ v-model="formUser.newPwd"
placeholder="璇疯緭鍏�"
/>
</el-form-item>
@@ -623,6 +658,7 @@
:before-close="handleClose"
:show-close="false"
:align-center="true"
+ @close="resetForm1(formRoleRef)"
>
<template #title>
<div
@@ -717,7 +753,7 @@
</div>
</template>
<script setup>
-import { ref, reactive, onMounted } from "vue";
+import { ref, reactive, onMounted, toRef } from "vue";
import { ElMessage, ElMessageBox } from "element-plus";
import {
GetUserList,
@@ -726,6 +762,10 @@
DelApi,
ExportApi,
ExportApi1,
+ UpdatePassword,
+ UpdatePwd,
+ AddUserApi,
+ EditUserApi,
} from "@/api/user";
import { useRouter } from "vue-router";
import { formatTime } from "@/utils/index.js";
@@ -736,17 +776,19 @@
UpdateRoleApi,
DeleteRoleApi,
} from "@/api/role";
-const queryForm = reactive({
+let obj = {
selectName: "",
selectTime: [], // 鏃堕棿鑼冨洿
selectType: "",
selectInput: "",
-});
+};
+const queryForm = toRef({ ...obj });
const router = useRouter();
const tableData = ref([]);
-const grideData = ref([{ id: 1 }]);
-const formRef = ref();
+const grideData = ref([]);
+//鏂板缓鐢ㄦ埛ref
+const formUserRef = ref();
const options = ref([]);
const props = { multiple: true };
const isoptins = ref([
@@ -758,17 +800,16 @@
]);
//鍒嗙粍
const groupOptions = ref([
- { value: 1, label: "瓒呯骇绠$悊鍛�" },
- { value: 2, label: "璐ㄦ缁�" },
- { value: 3, label: "鐢垫皵缁�" },
- { value: 4, label: "鏈烘缁�" },
- { value: 5, label: "鍦版矡缁�" },
+ { value: 20, label: "瓒呯骇绠$悊鍛�" },
+ { value: 21, label: "璐ㄦ缁�" },
+ { value: 22, label: "鐢垫皵缁�" },
+ { value: 23, label: "鏈烘缁�" },
+ { value: 24, label: "鍦版矡缁�" },
]);
-const table = ref(false);
const formUser = ref({
user_Id: undefined,
userName: "",
- role_Id: 2,
+ role_Id: 21,
roleName: "",
phoneNo: "",
remark: "",
@@ -777,14 +818,47 @@
dept_Id: 0,
enable: 1,
headImageUrl: "",
+ createDate: formatTime(new Date()), //鍒涘缓鏃堕棿
+ creater: JSON.parse(localStorage.getItem("user")).userName, //鍒涘缓浜�
+ newPwd: "",
});
-const userform = reactive({
- userName: "",
- description: "",
+const rules = reactive({
+ userName: {
+ required: true,
+ message: "璇疯緭鍏ョ敤鎴峰悕",
+ trigger: "blur",
+ },
+ role_Id: {
+ required: true,
+ message: "璇烽�夋嫨瑙掕壊",
+ trigger: "change",
+ },
+ newPwd: [
+ {
+ required: true,
+ message: "璇疯緭鍏ュ瘑鐮�",
+ trigger: "blur",
+ },
+ ],
+ realName: {
+ required: true,
+ message: "璇疯緭鍏ュ鍚�",
+ trigger: "blur",
+ },
+ phoneNo: {
+ required: true,
+ message: "璇疯緭鍏ユ墜鏈哄彿",
+ trigger: "blur",
+ },
+ userTrueName: {
+ required: true,
+ message: "璇疯緭鍏ョ湡瀹炲鍚�",
+ trigger: "blur",
+ },
});
+
const formpasswordRef = ref();
const isactive = ref(1);
-const claimdialogVisible = ref(false);
const dialogVisible = ref(false);
const imgdialogVisible = ref(false);
const dialogImageUrl = ref("");
@@ -792,27 +866,7 @@
const dialogVisible1 = ref(false);
//鐢ㄦ埛瑙掕壊鏂板缓
const dialogVisible2 = ref(false);
-const TorquedialogVisible = ref(false);
-//鍒嗛〉璇锋眰鍙傛暟
-const pageQuery = ref({
- page: 1, //褰撳墠椤甸潰
- rows: 10, //姣忛〉鏄剧ず鏉℃暟
- order: "desc", //鎺掑簭鏂瑰紡
- sort: "createDate", //鎺掑簭瀛楁
- wheres: "", //鏉′欢鏌ヨ
-});
-
-const changeactive = (index) => {
- isactive.value = index;
- if (isactive.value == 1) {
- selectoptions.value = userOptions;
- initData();
- } else {
- selectoptions.value = roleOptions;
- getRole();
- }
-};
-
+//绛涢�夋潯浠�
const userOptions = [
{
value: "userName",
@@ -827,7 +881,18 @@
label: "鑱旂郴鏂瑰紡",
},
];
-
+const fileList = ref([]);
+const roleNameList = ref([
+ { value: "鐢垫皵璐ㄦ", label: "鐢垫皵璐ㄦ" },
+ { value: "鏈烘璐ㄦ", label: "鏈烘璐ㄦ" },
+ { value: "鍦版矡璐ㄦ", label: "鍦版矡璐ㄦ" },
+ { value: "鐢垫皵鍔涚煩", label: "鐢垫皵鍔涚煩" },
+ { value: "鐢垫皵杈呭姪", label: "鐢垫皵杈呭姪" },
+ { value: "鏈烘鍔涚煩", label: "鏈烘鍔涚煩" },
+ { value: "鏈烘杈呭姪", label: "鏈烘杈呭姪" },
+ { value: "鍦版矡鍔涚煩", label: "鍦版矡鍔涚煩" },
+ { value: "鍦版矡杈呭姪", label: "鍦版矡杈呭姪" },
+]);
const roleOptions = [
{
value: "roleName",
@@ -836,27 +901,70 @@
];
const selectoptions = ref([]);
selectoptions.value = userOptions;
+//鐢ㄦ埛淇敼瀵嗙爜
const formpassword = ref({
- password: "",
+ oldPwd: "",
+ newPwd: "",
});
const passwordrules = reactive({
- password: {
- required: true,
- message: "璇疯緭鍏ュ瘑鐮�",
- trigger: "blur",
- },
+ newPwd: [
+ {
+ required: true,
+ message: "璇疯緭鍏ュ瘑鐮�",
+ trigger: "blur",
+ },
+ {
+ min: 6,
+ max: 12,
+ message: "瀵嗙爜闀垮害鍦� 6 鍒� 12 涓瓧绗�",
+ trigger: "blur",
+ },
+ ],
});
+
+const uploadRef = ref();
+// //鐢ㄦ埛淇敼瀵嗙爜
+// const handleUpdatePassword = (row) => {
+// dialogVisible1.value = true;
+// formUser.value = Object.assign({}, row);
+// };
+// const UpdatePassword = () => {
+// formpasswordRef.value.validate((valid) => {
+// if (valid) {
+// UpdatePassword({
+// user_Id: formUser.value.user_Id,
+// oldPwd: formpassword.value.oldPwd,
+// newPwd: formpassword.value.newPwd,
+// }).then((res) => {
+// if (res.code == 200) {
+// ElMessage({
+// message: "淇敼鎴愬姛",
+// type: "success",
+// });
+// dialogVisible1.value = false;
+// initData();
+// } else {
+// ElMessage({
+// message: res.msg,
+// type: "error",
+// });
+// }
+// });
+// }
+// });
+// };
+
const pageTotal = ref(0);
//鐧诲綍璁板綍
const initData = () => {
// 鏌ヨ鏉′欢
- const startTime = formatTime(queryForm.selectTime[0]);
- const endTime = formatTime(queryForm.selectTime[1]);
+ const startTime = formatTime(queryForm.value.selectTime[0]);
+ const endTime = formatTime(queryForm.value.selectTime[1]);
const filter = [
{
- name: "",
- value: queryForm.selectType,
- displayType: "int",
+ name: queryForm.value.selectType,
+ value: queryForm.value.selectInput,
+ displayType: "like",
},
{ name: "createDate", value: startTime, displayType: "ThanOrEqual" },
{ name: "createDate", value: endTime, displayType: "LessOrEqual" },
@@ -869,56 +977,111 @@
pageTotal.value = res.total;
});
};
+//鍒嗛〉璇锋眰鍙傛暟
+const pageQuery = ref({
+ page: 1, //褰撳墠椤甸潰
+ rows: 10, //姣忛〉鏄剧ず鏉℃暟
+ order: "desc", //鎺掑簭鏂瑰紡
+ sort: "", //鎺掑簭瀛楁
+ wheres: "", //鏉′欢鏌ヨ
+});
//鏁版嵁妫�绱簨浠�
const handleQuery = () => {
pageQuery.value.page = 1;
- initData();
+ if (isactive.value == 1) {
+ initData();
+ } else {
+ getRole();
+ }
};
-
+//閲嶇疆鏌ヨ鏉′欢
const resetQuery = () => {
- queryForm.selectName = "";
- queryForm.selectInput = "";
- queryForm.selectTime = [];
- queryForm.selectType = "";
+ queryForm.value = Object.assign({}, obj);
pageQuery.value.page = 1;
- initData();
+ if (isactive.value == 1) {
+ initData();
+ } else {
+ getRole();
+ }
};
//鍒嗛〉椤甸潰澶у皬鏀瑰彉
const handleSizeChange = (val) => {
pageQuery.value.rows = val;
- initData();
+ if (isactive.value == 1) {
+ initData();
+ } else {
+ getRole();
+ }
};
//鍒嗛〉椤甸潰鏀瑰彉
const handleCurrentChange = (val) => {
pageQuery.value.page = val;
- initData();
+ if (isactive.value == 1) {
+ initData();
+ } else {
+ getRole();
+ }
};
-//鍒嗛〉椤甸潰澶у皬鏀瑰彉
-const RoleSizeChange = (val) => {
- pageQuery.value.rows = val;
- getRole();
+const handleAvatarSuccess = (val) => {
+ formUser.value.headImageUrl = "/image/" + val.data;
+};
+//閲嶇疆琛ㄥ崟
+const resetForm = (formEl) => {
+ if (!formEl) return;
+ formEl.resetFields();
+ formUser.value = {
+ user_Id: undefined,
+ userName: "",
+ role_Id: 21,
+ roleName: "",
+ phoneNo: "",
+ remark: "",
+ userPwd: "123456",
+ userTrueName: "",
+ dept_Id: 0,
+ enable: 1,
+ headImageUrl: "",
+ newPwd: "",
+ };
+};
+const resetForm1 = (formEl) => {
+ if (!formEl) return;
+ formEl.resetFields();
+ formRole.value = {
+ roleName: "",
+ description: "",
+ };
};
-//鍒嗛〉椤甸潰鏀瑰彉
-const RoleCurrentChange = (val) => {
- pageQuery.value.page = val;
- getRole();
-};
const handlePictureCardPreview = (uploadFile) => {
dialogImageUrl.value = uploadFile.url;
imgdialogVisible.value = true;
};
-const handleAvatarSuccess = (val) => {
- console.log(val);
+const handleRemove = (val) => {
+ fileList.value = [];
+ //绉婚櫎宸蹭笂浼犵殑鍥剧墖
+ formUser.value.headImageUrl = "";
};
const beforeAvatarUpload = (val) => {
console.log(val);
};
+// const submitUpload = () => {
+// let promise = new Promise((resolve, reject) => {
+// setTimeout(async () => {
+// await uploadRef.value.submit();
+// resolve("涓婁紶鎴愬姛");
+// });
+// });
+// return promise;
+// };
+
//鏂板缓鐢ㄦ埛璐﹀彿
-const saveObj = () => {
- formRef.value.validate((valid) => {
+const saveObj = async (formEl) => {
+ // submitUpload();
+ if (!formEl) return;
+ await formEl.validate((valid, fields) => {
if (valid) {
if (formUser.value.user_Id != undefined) {
UpdateUser(formUser.value).then((res) => {
@@ -933,6 +1096,8 @@
initData();
});
}
+ } else {
+ console.log("error submit!", fields);
}
});
};
@@ -958,26 +1123,47 @@
};
//缂栬緫鐢ㄦ埛璐﹀彿
const Edit = (val) => {
- console.log(val);
let obj = Object.assign({}, val);
+ formUser.value = {
+ ...obj,
+ };
+ if (obj.headImageUrl != "") {
+ fileList.value = [
+ {
+ name: "1",
+ url: "http://192.168.0.80:5000" + obj.headImageUrl,
+ },
+ ];
+ }
+
dialogVisible.value = true;
- formUser.value = obj;
};
const newobj = ref({});
//淇敼瀵嗙爜
const Editpassword = (val) => {
+ let obj = Object.assign({}, val);
+ formUser.value = obj;
formpassword.value = val;
- newobj.value = val;
+ newobj.value = Object.assign({}, val);
+ console.log(newobj.value);
+
dialogVisible1.value = true;
};
//淇濆瓨淇敼瀵嗙爜
const savePassword = async (formEl) => {
let obj = Object.assign({}, newobj);
- obj.password = formpassword.value.password;
+ // obj.password = formpassword.value.password;
+ console.log(formUser.value);
+
+ let formdata = {
+ id: formUser.value.user_Id,
+ oldPwd: formUser.value.userPwd,
+ newPwd: formUser.value.newPwd,
+ };
if (!formEl) return;
await formEl.validate((valid, fields) => {
if (valid) {
- UpdateUser(obj).then((res) => {
+ UpdatePwd(formdata).then((res) => {
ElMessage({ message: "淇敼瀵嗙爜鎴愬姛", type: "success" });
dialogVisible1.value = false;
initData();
@@ -1003,7 +1189,10 @@
const formRole = ref({
roleName: "",
description: "",
+ createDate: formatTime(new Date()), //鍒涘缓鏃堕棿
+ creater: JSON.parse(localStorage.getItem("user")).userName, //鍒涘缓浜�
});
+
//鏂板缓瑙掕壊
const AddRole = () => {
Roletype.value = "鏂板缓";
@@ -1040,29 +1229,25 @@
formRole.value = obj;
dialogVisible2.value = true;
};
+//鑾峰彇瑙掕壊
const getRole = () => {
- GetPageDataApi({
- page: 1,
- rows: 10,
- total: 100,
- tableName: "",
- sort: "",
- order: "",
- wheres: "",
- export: true,
- value: "",
- filter: [
- {
- name: "string",
- value: "string",
- displayType: "string",
- },
- ],
- }).then((res) => {
+ const startTime = formatTime(queryForm.value.selectTime[0]);
+ const endTime = formatTime(queryForm.value.selectTime[1]);
+ const filter = [
+ {
+ name: queryForm.value.selectType,
+ value: queryForm.value.selectInput,
+ displayType: "like",
+ },
+ { name: "createDate", value: startTime, displayType: "ThanOrEqual" },
+ { name: "createDate", value: endTime, displayType: "LessOrEqual" },
+ ];
+ GetPageDataApi({ ...pageQuery.value, filter }).then((res) => {
grideData.value = res.rows;
pageTotal.value = res.total;
});
};
+//鎵撳嵃鏁版嵁
const printExcel = () => {
// 鏌ヨ鏉′欢
const startTime = formatTime(queryForm.selectTime[0]);
@@ -1094,6 +1279,17 @@
});
}
};
+//鍒囨崲椤甸潰
+const changeactive = (index) => {
+ isactive.value = index;
+ if (isactive.value == 1) {
+ selectoptions.value = userOptions;
+ initData();
+ } else {
+ selectoptions.value = roleOptions;
+ getRole();
+ }
+};
//鎵归噺鍒犻櫎
const ids = ref([]);
@@ -1122,6 +1318,11 @@
});
}
};
+//绠$悊
+//璺敱璺宠浆
+const toDetail = (row) => {
+ router.push({ name: "permission", state: { info: JSON.stringify(row) } });
+};
onMounted(() => {
initData();
@@ -1131,16 +1332,19 @@
.Usermanagement {
display: flex;
background-color: #fff;
+
.content {
width: 100%;
display: flex;
flex-direction: column;
+
.checkbox {
width: 11rem;
display: flex;
justify-content: space-between;
margin-top: 1rem;
margin-left: 1.31rem;
+
.item {
width: 5rem;
height: 1.88rem;
@@ -1152,20 +1356,24 @@
line-height: 1.88rem;
cursor: pointer;
}
+
.isactive {
background-color: rgba(16, 16, 16, 1);
color: rgba(255, 255, 255, 1);
}
}
+
.serch {
display: flex;
margin-top: 1.31rem;
align-items: center;
+
.time_box {
display: flex;
align-items: center;
text-align: center;
margin-left: 0.98rem;
+
.time {
box-sizing: border-box;
width: 6.88rem;
@@ -1179,12 +1387,14 @@
justify-content: center;
}
}
+
.serch_box {
display: flex;
align-items: center;
text-align: center;
margin-left: 0.98rem;
border-radius: 0.38rem;
+
.serchb {
box-sizing: border-box;
width: 6.88rem;
@@ -1195,6 +1405,7 @@
align-items: center;
justify-content: center;
}
+
input {
box-sizing: border-box;
outline: none;
@@ -1207,6 +1418,7 @@
}
}
}
+
.btns {
display: flex;
justify-content: space-between;
@@ -1217,17 +1429,20 @@
box-sizing: border-box;
}
}
+
.my-header {
height: 3.84rem;
display: flex;
justify-content: space-between;
border-bottom: 0.06rem solid rgba(233, 233, 233, 1);
}
+
.avatar-uploader .avatar {
width: 7rem;
height: 7rem;
display: block;
}
+
:deep(.avatar-uploader .el-upload) {
width: 7rem;
height: 7rem;
@@ -1238,10 +1453,12 @@
overflow: hidden;
transition: var(--el-transition-duration-fast);
}
+
:deep(.el-upload-list__item) {
width: 7rem;
height: 7rem;
}
+
.avatar-uploader .el-upload:hover {
border-color: var(--el-color-primary);
}
@@ -1259,6 +1476,7 @@
.confirmButtonClass {
margin-right: 10px;
}
+
.el-message-box .el-message-box__btns {
flex-direction: row-reverse !important;
justify-content: normal !important;
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/tests/unit/example.spec.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/tests/unit/example.spec.js"
deleted file mode 100644
index bc9939b..0000000
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/tests/unit/example.spec.js"
+++ /dev/null
@@ -1,13 +0,0 @@
-import { expect } from 'chai'
-import { shallowMount } from '@vue/test-utils'
-import HelloWorld from '@/components/HelloWorld.vue'
-
-describe('HelloWorld.vue', () => {
- it('renders props.msg when passed', () => {
- const msg = 'new message'
- const wrapper = shallowMount(HelloWorld, {
- props: { msg }
- })
- expect(wrapper.text()).to.include(msg)
- })
-})
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/vite.config.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/vite.config.js"
new file mode 100644
index 0000000..759eb7f
--- /dev/null
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/vite.config.js"
@@ -0,0 +1,50 @@
+import { fileURLToPath, URL } from 'node:url'
+import { resolve } from 'path';
+
+import { defineConfig } from 'vite'
+import vue from '@vitejs/plugin-vue'
+import vueJsx from '@vitejs/plugin-vue-jsx'
+import vueDevTools from 'vite-plugin-vue-devtools'
+
+// https://vite.dev/config/
+export default defineConfig({
+ plugins: [
+ vue(),
+ vueJsx(),
+ vueDevTools(),
+ ],
+ resolve: {
+ alias: [
+ {
+ find: '@',
+ replacement: resolve(__dirname, './src')
+ }
+ ]
+ },
+ server: {
+ proxy: {
+ '/api': {
+ target: 'http://115.159.85.185:9098/', // 鐩爣鎺ュ彛鐨勫煙鍚�
+ changeOrigin: true, // 鏄惁璺ㄥ煙
+ rewrite: (path) => path.replace(/^\/api/, '') // 璺緞閲嶅啓
+ }
+ },
+ host: '0.0.0.0',
+ },
+ css: {
+ //鏌ョ湅CSS灞炰簬鍝釜css鏂囦欢
+ sourceMap: true,
+ },
+ configureWebpack: {
+ module: {
+ rules: [
+ {
+ test: /\.mjs$/,
+ include: /node_modules/,
+ type: "javascript/auto",
+ },
+
+ ],
+ },
+ },
+})
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/vue.config.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/vue.config.js"
deleted file mode 100644
index 142f088..0000000
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/vue.config.js"
+++ /dev/null
@@ -1,54 +0,0 @@
-// const webpack = require("webpack");
-
-module.exports = {
- productionSourceMap: false,
- lintOnSave: false,
- devServer: {
- port: 8080,
- overlay: {
- warning: false,
- errors: false,
- },
- hot: true,
- },
- css: {
- //鏌ョ湅CSS灞炰簬鍝釜css鏂囦欢
- sourceMap: true,
- },
- configureWebpack: {
- module: {
- rules: [
- {
- test: /\.mjs$/,
- include: /node_modules/,
- type: "javascript/auto",
- },
- ],
- },
- },
- //https://cli.vuejs.org/zh/guide/html-and-static-assets.html#html
- chainWebpack: (config) => {
- // 绉婚櫎 prefetch 鎻掍欢
- config.plugins.delete("prefetch");
- //鑷笅瀹氫箟title
- config.plugin("html").tap((args) => {
- args[0].title = "WCS";
- return args;
- });
-
- // 鎴栬��
- // 淇敼瀹冪殑閫夐」锛�
- // config.plugin('prefetch').tap(options => {
- // options[0].fileBlacklist = options[0].fileBlacklist || []
- // options[0].fileBlacklist.push(/myasyncRoute(.)+?\.js$/)
- // return options
- // })
- },
- // configureWebpack: {
- // plugins: [
- // new webpack.optimize.MinChunkSizePlugin({
- // minChunkSize: 100000 // 閫氳繃鍚堝苟灏忎簬 minChunkSize 澶у皬鐨� chunk锛屽皢 chunk 浣撶Н淇濇寔鍦ㄦ寚瀹氬ぇ灏忛檺鍒朵互涓�
- // })
- // ]
- // }
-};
--
Gitblit v1.9.3