刘嘉威
2022-10-25 19fe2c123c31b18566f36a2773b0f2ea0901df63
package-lock.json
@@ -782,6 +782,12 @@
        "unbox-primitive": "^1.0.2"
      }
    },
    "es-module-lexer": {
      "version": "0.10.5",
      "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.10.5.tgz",
      "integrity": "sha512-+7IwY/kiGAacQfY+YBhKMvEmyAJnw5grTUgjG85Pe7vcUI/6b7pZjZG8nQ7+48YhzEAEqrEgD2dCz/JIK+AYvw==",
      "dev": true
    },
    "es-to-primitive": {
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
@@ -2171,6 +2177,47 @@
        }
      }
    },
    "unplugin-element-plus": {
      "version": "0.4.1",
      "resolved": "https://registry.npmjs.org/unplugin-element-plus/-/unplugin-element-plus-0.4.1.tgz",
      "integrity": "sha512-x8L35sppkbtnAf+aSPXNsLPjCUrM0mWKgujqMIgrHiDQaGbpMlNnbN2kjP5CMclykNOw8fUCreEhtxPyzg8tmw==",
      "dev": true,
      "requires": {
        "@rollup/pluginutils": "^4.2.1",
        "es-module-lexer": "^0.10.5",
        "magic-string": "^0.26.2",
        "unplugin": "^0.7.1"
      },
      "dependencies": {
        "acorn": {
          "version": "8.8.1",
          "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.1.tgz",
          "integrity": "sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==",
          "dev": true
        },
        "magic-string": {
          "version": "0.26.7",
          "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.7.tgz",
          "integrity": "sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==",
          "dev": true,
          "requires": {
            "sourcemap-codec": "^1.4.8"
          }
        },
        "unplugin": {
          "version": "0.7.2",
          "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-0.7.2.tgz",
          "integrity": "sha512-m7thX4jP8l5sETpLdUASoDOGOcHaOVtgNyrYlToyQUvILUtEzEnngRBrHnAX3IKqooJVmXpoa/CwQ/QqzvGaHQ==",
          "dev": true,
          "requires": {
            "acorn": "^8.7.1",
            "chokidar": "^3.5.3",
            "webpack-sources": "^3.2.3",
            "webpack-virtual-modules": "^0.4.4"
          }
        }
      }
    },
    "unplugin-vue-components": {
      "version": "0.22.8",
      "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-0.22.8.tgz",