zhongshujie
2025-05-27 fb377ee3e942fe0cbc616d86043d79fcf507d1f1
package-lock.json
@@ -14,6 +14,7 @@
        "element-ui": "^2.15.14",
        "fabric-with-erasing": "^1.0.1",
        "lodash": "^4.17.21",
        "mathlive": "^0.101.0",
        "moment": "^2.30.1",
        "qiankun": "^2.10.16",
        "spark-md5": "^3.0.2",
@@ -21,6 +22,7 @@
        "tinymce": "^5.4.1",
        "viewerjs": "^1.11.6",
        "vue": "^2.6.14",
        "vue-mathjax": "^0.1.1",
        "vuex": "^3.6.2"
      },
      "devDependencies": {
@@ -1959,6 +1961,19 @@
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@cortex-js/compute-engine": {
      "version": "0.24.1",
      "resolved": "https://registry.npmmirror.com/@cortex-js/compute-engine/-/compute-engine-0.24.1.tgz",
      "integrity": "sha512-B9pLaZFC1vBrL64yR2LQWy2sj1E/+wtwIVokPuPqX8YWXwj9W2AMVyS9pSMN8gEdjpAC50nSmtL6110Rgi7dKA==",
      "dependencies": {
        "complex.js": "^2.1.1",
        "decimal.js": "^10.4.3"
      },
      "engines": {
        "node": ">=16.14.2",
        "npm": ">=8.5.0"
      }
    },
    "node_modules/@discoveryjs/json-ext": {
@@ -4847,6 +4862,18 @@
      "dev": true,
      "license": "MIT"
    },
    "node_modules/complex.js": {
      "version": "2.4.2",
      "resolved": "https://registry.npmmirror.com/complex.js/-/complex.js-2.4.2.tgz",
      "integrity": "sha512-qtx7HRhPGSCBtGiST4/WGHuW+zeaND/6Ld+db6PbrulIB1i2Ev/2UPiqcmpQNPSyfBKraC0EOvOKCB5dGZKt3g==",
      "engines": {
        "node": "*"
      },
      "funding": {
        "type": "github",
        "url": "https://github.com/sponsors/rawify"
      }
    },
    "node_modules/compressible": {
      "version": "2.0.18",
      "resolved": "https://registry.npmmirror.com/compressible/-/compressible-2.0.18.tgz",
@@ -5549,8 +5576,7 @@
    "node_modules/decimal.js": {
      "version": "10.4.3",
      "resolved": "https://registry.npmmirror.com/decimal.js/-/decimal.js-10.4.3.tgz",
      "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
      "optional": true
      "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA=="
    },
    "node_modules/decompress-response": {
      "version": "4.2.1",
@@ -9107,6 +9133,22 @@
      },
      "funding": {
        "url": "https://github.com/sponsors/sindresorhus"
      }
    },
    "node_modules/mathlive": {
      "version": "0.101.0",
      "resolved": "https://registry.npmmirror.com/mathlive/-/mathlive-0.101.0.tgz",
      "integrity": "sha512-/4pXiqttFhThEQ2oxEZjTFyMuVLc0cEe3GjczncaH/bP9ZYhkmlFIWNzyU9zYXzS8YugczAL7trENdCXukXBgA==",
      "dependencies": {
        "@cortex-js/compute-engine": "0.24.1"
      },
      "engines": {
        "node": ">=16.14.2",
        "npm": ">=8.5.0"
      },
      "funding": {
        "type": "individual",
        "url": "https://paypal.me/arnogourdol"
      }
    },
    "node_modules/mdn-data": {
@@ -13088,6 +13130,15 @@
        "node": ">=8"
      }
    },
    "node_modules/vue-mathjax": {
      "version": "0.1.1",
      "resolved": "https://registry.npmmirror.com/vue-mathjax/-/vue-mathjax-0.1.1.tgz",
      "integrity": "sha512-bg5PpGPEB42mp+154khmqO1gtq6a/N8TbbLMVCOmaPV37vH96o7mjoAQ3jeQLQw3WMEHGz5zoDzvbcxhDkQKRQ==",
      "dependencies": {
        "core-js": "^3.6.5",
        "vue": "^2.6.11"
      }
    },
    "node_modules/vue-style-loader": {
      "version": "4.1.3",
      "resolved": "https://registry.npmmirror.com/vue-style-loader/-/vue-style-loader-4.1.3.tgz",
@@ -15214,6 +15265,15 @@
        "to-fast-properties": "^2.0.0"
      }
    },
    "@cortex-js/compute-engine": {
      "version": "0.24.1",
      "resolved": "https://registry.npmmirror.com/@cortex-js/compute-engine/-/compute-engine-0.24.1.tgz",
      "integrity": "sha512-B9pLaZFC1vBrL64yR2LQWy2sj1E/+wtwIVokPuPqX8YWXwj9W2AMVyS9pSMN8gEdjpAC50nSmtL6110Rgi7dKA==",
      "requires": {
        "complex.js": "^2.1.1",
        "decimal.js": "^10.4.3"
      }
    },
    "@discoveryjs/json-ext": {
      "version": "0.5.7",
      "resolved": "https://registry.npmmirror.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz",
@@ -17336,6 +17396,11 @@
      "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
      "dev": true
    },
    "complex.js": {
      "version": "2.4.2",
      "resolved": "https://registry.npmmirror.com/complex.js/-/complex.js-2.4.2.tgz",
      "integrity": "sha512-qtx7HRhPGSCBtGiST4/WGHuW+zeaND/6Ld+db6PbrulIB1i2Ev/2UPiqcmpQNPSyfBKraC0EOvOKCB5dGZKt3g=="
    },
    "compressible": {
      "version": "2.0.18",
      "resolved": "https://registry.npmmirror.com/compressible/-/compressible-2.0.18.tgz",
@@ -17816,8 +17881,7 @@
    "decimal.js": {
      "version": "10.4.3",
      "resolved": "https://registry.npmmirror.com/decimal.js/-/decimal.js-10.4.3.tgz",
      "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
      "optional": true
      "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA=="
    },
    "decompress-response": {
      "version": "4.2.1",
@@ -20283,6 +20347,14 @@
      "devOptional": true,
      "requires": {
        "semver": "^6.0.0"
      }
    },
    "mathlive": {
      "version": "0.101.0",
      "resolved": "https://registry.npmmirror.com/mathlive/-/mathlive-0.101.0.tgz",
      "integrity": "sha512-/4pXiqttFhThEQ2oxEZjTFyMuVLc0cEe3GjczncaH/bP9ZYhkmlFIWNzyU9zYXzS8YugczAL7trENdCXukXBgA==",
      "requires": {
        "@cortex-js/compute-engine": "0.24.1"
      }
    },
    "mdn-data": {
@@ -23001,6 +23073,15 @@
        }
      }
    },
    "vue-mathjax": {
      "version": "0.1.1",
      "resolved": "https://registry.npmmirror.com/vue-mathjax/-/vue-mathjax-0.1.1.tgz",
      "integrity": "sha512-bg5PpGPEB42mp+154khmqO1gtq6a/N8TbbLMVCOmaPV37vH96o7mjoAQ3jeQLQw3WMEHGz5zoDzvbcxhDkQKRQ==",
      "requires": {
        "core-js": "^3.6.5",
        "vue": "^2.6.11"
      }
    },
    "vue-style-loader": {
      "version": "4.1.3",
      "resolved": "https://registry.npmmirror.com/vue-style-loader/-/vue-style-loader-4.1.3.tgz",