|
@@ -24,6 +24,9 @@ importers:
|
|
|
mocha:
|
|
|
specifier: ^11.1.0
|
|
|
version: 11.1.0
|
|
|
+ vue-eslint-parser:
|
|
|
+ specifier: ^9.4.3
|
|
|
+ version: 9.4.3(eslint@8.57.1)
|
|
|
|
|
|
packages:
|
|
|
|
|
@@ -460,6 +463,9 @@ packages:
|
|
|
lodash.merge@4.6.2:
|
|
|
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
|
|
|
|
|
|
+ lodash@4.17.21:
|
|
|
+ resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
|
|
|
+
|
|
|
log-symbols@4.1.0:
|
|
|
resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==}
|
|
|
engines: {node: '>=10'}
|
|
@@ -602,6 +608,11 @@ packages:
|
|
|
resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==}
|
|
|
hasBin: true
|
|
|
|
|
|
+ semver@7.7.1:
|
|
|
+ resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==}
|
|
|
+ engines: {node: '>=10'}
|
|
|
+ hasBin: true
|
|
|
+
|
|
|
serialize-javascript@6.0.2:
|
|
|
resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==}
|
|
|
|
|
@@ -667,6 +678,12 @@ packages:
|
|
|
uri-js@4.4.1:
|
|
|
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
|
|
|
|
|
+ vue-eslint-parser@9.4.3:
|
|
|
+ resolution: {integrity: sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==}
|
|
|
+ engines: {node: ^14.17.0 || >=16.0.0}
|
|
|
+ peerDependencies:
|
|
|
+ eslint: '>=6.0.0'
|
|
|
+
|
|
|
which@2.0.2:
|
|
|
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
|
|
engines: {node: '>= 8'}
|
|
@@ -1146,6 +1163,8 @@ snapshots:
|
|
|
|
|
|
lodash.merge@4.6.2: {}
|
|
|
|
|
|
+ lodash@4.17.21: {}
|
|
|
+
|
|
|
log-symbols@4.1.0:
|
|
|
dependencies:
|
|
|
chalk: 4.1.2
|
|
@@ -1282,6 +1301,8 @@ snapshots:
|
|
|
|
|
|
semver@6.3.0: {}
|
|
|
|
|
|
+ semver@7.7.1: {}
|
|
|
+
|
|
|
serialize-javascript@6.0.2:
|
|
|
dependencies:
|
|
|
randombytes: 2.1.0
|
|
@@ -1342,6 +1363,19 @@ snapshots:
|
|
|
dependencies:
|
|
|
punycode: 2.1.1
|
|
|
|
|
|
+ vue-eslint-parser@9.4.3(eslint@8.57.1):
|
|
|
+ dependencies:
|
|
|
+ debug: 4.3.5(supports-color@8.1.1)
|
|
|
+ eslint: 8.57.1
|
|
|
+ eslint-scope: 7.2.2
|
|
|
+ eslint-visitor-keys: 3.4.3
|
|
|
+ espree: 9.6.1
|
|
|
+ esquery: 1.4.2
|
|
|
+ lodash: 4.17.21
|
|
|
+ semver: 7.7.1
|
|
|
+ transitivePeerDependencies:
|
|
|
+ - supports-color
|
|
|
+
|
|
|
which@2.0.2:
|
|
|
dependencies:
|
|
|
isexe: 2.0.0
|