diff --git a/dist.zip b/dist.zip
new file mode 100644
index 00000000..9f0cff2b
Binary files /dev/null and b/dist.zip differ
diff --git a/dist/index.html b/dist/index.html
index a30e0918..d0f41e21 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -1 +1 @@
-
nouiroom
\ No newline at end of file
+nouiroom
\ No newline at end of file
diff --git a/node_modules/.bin/acorn b/node_modules/.bin/acorn
index 46a3e61a..c31c4304 100644
--- a/node_modules/.bin/acorn
+++ b/node_modules/.bin/acorn
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../acorn/bin/acorn" "$@"
+ "$basedir/node" "$basedir/../acorn/bin/acorn" "$@"
+ ret=$?
else
- exec node "$basedir/../acorn/bin/acorn" "$@"
+ node "$basedir/../acorn/bin/acorn" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/ansi-html b/node_modules/.bin/ansi-html
index 70835657..0c3d3961 100644
--- a/node_modules/.bin/ansi-html
+++ b/node_modules/.bin/ansi-html
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../ansi-html-community/bin/ansi-html" "$@"
+ "$basedir/node" "$basedir/../ansi-html-community/bin/ansi-html" "$@"
+ ret=$?
else
- exec node "$basedir/../ansi-html-community/bin/ansi-html" "$@"
+ node "$basedir/../ansi-html-community/bin/ansi-html" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/autoprefixer b/node_modules/.bin/autoprefixer
index c6bc975d..42d21a88 100644
--- a/node_modules/.bin/autoprefixer
+++ b/node_modules/.bin/autoprefixer
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../autoprefixer/bin/autoprefixer" "$@"
+ "$basedir/node" "$basedir/../autoprefixer/bin/autoprefixer" "$@"
+ ret=$?
else
- exec node "$basedir/../autoprefixer/bin/autoprefixer" "$@"
+ node "$basedir/../autoprefixer/bin/autoprefixer" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/browserslist b/node_modules/.bin/browserslist
index 68dd69d4..5c05ea12 100644
--- a/node_modules/.bin/browserslist
+++ b/node_modules/.bin/browserslist
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../browserslist/cli.js" "$@"
+ "$basedir/node" "$basedir/../browserslist/cli.js" "$@"
+ ret=$?
else
- exec node "$basedir/../browserslist/cli.js" "$@"
+ node "$basedir/../browserslist/cli.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/cssesc b/node_modules/.bin/cssesc
index c9b52142..b8e1908a 100644
--- a/node_modules/.bin/cssesc
+++ b/node_modules/.bin/cssesc
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../cssesc/bin/cssesc" "$@"
+ "$basedir/node" "$basedir/../cssesc/bin/cssesc" "$@"
+ ret=$?
else
- exec node "$basedir/../cssesc/bin/cssesc" "$@"
+ node "$basedir/../cssesc/bin/cssesc" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/eslint b/node_modules/.bin/eslint
index 4e7c1c90..3bb27616 100644
--- a/node_modules/.bin/eslint
+++ b/node_modules/.bin/eslint
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../eslint/bin/eslint.js" "$@"
+ "$basedir/node" "$basedir/../eslint/bin/eslint.js" "$@"
+ ret=$?
else
- exec node "$basedir/../eslint/bin/eslint.js" "$@"
+ node "$basedir/../eslint/bin/eslint.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/esparse b/node_modules/.bin/esparse
index 1cc1c96f..735d8546 100644
--- a/node_modules/.bin/esparse
+++ b/node_modules/.bin/esparse
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../esprima/bin/esparse.js" "$@"
+ "$basedir/node" "$basedir/../esprima/bin/esparse.js" "$@"
+ ret=$?
else
- exec node "$basedir/../esprima/bin/esparse.js" "$@"
+ node "$basedir/../esprima/bin/esparse.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/esvalidate b/node_modules/.bin/esvalidate
index 91a4c9b5..d278bc70 100644
--- a/node_modules/.bin/esvalidate
+++ b/node_modules/.bin/esvalidate
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../esprima/bin/esvalidate.js" "$@"
+ "$basedir/node" "$basedir/../esprima/bin/esvalidate.js" "$@"
+ ret=$?
else
- exec node "$basedir/../esprima/bin/esvalidate.js" "$@"
+ node "$basedir/../esprima/bin/esvalidate.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/flat b/node_modules/.bin/flat
index 50faba11..d2352269 100644
--- a/node_modules/.bin/flat
+++ b/node_modules/.bin/flat
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../flat/cli.js" "$@"
+ "$basedir/node" "$basedir/../flat/cli.js" "$@"
+ ret=$?
else
- exec node "$basedir/../flat/cli.js" "$@"
+ node "$basedir/../flat/cli.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/he b/node_modules/.bin/he
index 70e18de9..68370704 100644
--- a/node_modules/.bin/he
+++ b/node_modules/.bin/he
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../he/bin/he" "$@"
+ "$basedir/node" "$basedir/../he/bin/he" "$@"
+ ret=$?
else
- exec node "$basedir/../he/bin/he" "$@"
+ node "$basedir/../he/bin/he" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/highlight b/node_modules/.bin/highlight
index 3d035827..0870b2ec 100644
--- a/node_modules/.bin/highlight
+++ b/node_modules/.bin/highlight
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../cli-highlight/bin/highlight" "$@"
+ "$basedir/node" "$basedir/../cli-highlight/bin/highlight" "$@"
+ ret=$?
else
- exec node "$basedir/../cli-highlight/bin/highlight" "$@"
+ node "$basedir/../cli-highlight/bin/highlight" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/html-minifier-terser b/node_modules/.bin/html-minifier-terser
index b41bcf8e..1e6c65d9 100644
--- a/node_modules/.bin/html-minifier-terser
+++ b/node_modules/.bin/html-minifier-terser
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../html-minifier-terser/cli.js" "$@"
+ "$basedir/node" "$basedir/../html-minifier-terser/cli.js" "$@"
+ ret=$?
else
- exec node "$basedir/../html-minifier-terser/cli.js" "$@"
+ node "$basedir/../html-minifier-terser/cli.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/is-ci b/node_modules/.bin/is-ci
index c9b0db40..e79342ff 100644
--- a/node_modules/.bin/is-ci
+++ b/node_modules/.bin/is-ci
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../is-ci/bin.js" "$@"
+ "$basedir/node" "$basedir/../is-ci/bin.js" "$@"
+ ret=$?
else
- exec node "$basedir/../is-ci/bin.js" "$@"
+ node "$basedir/../is-ci/bin.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/is-docker b/node_modules/.bin/is-docker
index 9e457930..6211ce4e 100644
--- a/node_modules/.bin/is-docker
+++ b/node_modules/.bin/is-docker
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../is-docker/cli.js" "$@"
+ "$basedir/node" "$basedir/../is-docker/cli.js" "$@"
+ ret=$?
else
- exec node "$basedir/../is-docker/cli.js" "$@"
+ node "$basedir/../is-docker/cli.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/js-yaml b/node_modules/.bin/js-yaml
index ed78a868..45370307 100644
--- a/node_modules/.bin/js-yaml
+++ b/node_modules/.bin/js-yaml
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../js-yaml/bin/js-yaml.js" "$@"
+ "$basedir/node" "$basedir/../js-yaml/bin/js-yaml.js" "$@"
+ ret=$?
else
- exec node "$basedir/../js-yaml/bin/js-yaml.js" "$@"
+ node "$basedir/../js-yaml/bin/js-yaml.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/jsesc b/node_modules/.bin/jsesc
index e7105da3..f2bbda38 100644
--- a/node_modules/.bin/jsesc
+++ b/node_modules/.bin/jsesc
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../jsesc/bin/jsesc" "$@"
+ "$basedir/node" "$basedir/../jsesc/bin/jsesc" "$@"
+ ret=$?
else
- exec node "$basedir/../jsesc/bin/jsesc" "$@"
+ node "$basedir/../jsesc/bin/jsesc" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/json5 b/node_modules/.bin/json5
index 977b7507..882cecdd 100644
--- a/node_modules/.bin/json5
+++ b/node_modules/.bin/json5
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../json5/lib/cli.js" "$@"
+ "$basedir/node" "$basedir/../json5/lib/cli.js" "$@"
+ ret=$?
else
- exec node "$basedir/../json5/lib/cli.js" "$@"
+ node "$basedir/../json5/lib/cli.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/mime b/node_modules/.bin/mime
index 0a62a1b1..91e5e16a 100644
--- a/node_modules/.bin/mime
+++ b/node_modules/.bin/mime
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../mime/cli.js" "$@"
+ "$basedir/node" "$basedir/../mime/cli.js" "$@"
+ ret=$?
else
- exec node "$basedir/../mime/cli.js" "$@"
+ node "$basedir/../mime/cli.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/mkdirp b/node_modules/.bin/mkdirp
index 6ba5765a..bcd333f4 100644
--- a/node_modules/.bin/mkdirp
+++ b/node_modules/.bin/mkdirp
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../mkdirp/bin/cmd.js" "$@"
+ "$basedir/node" "$basedir/../mkdirp/bin/cmd.js" "$@"
+ ret=$?
else
- exec node "$basedir/../mkdirp/bin/cmd.js" "$@"
+ node "$basedir/../mkdirp/bin/cmd.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/multicast-dns b/node_modules/.bin/multicast-dns
index 466f9038..9996d272 100644
--- a/node_modules/.bin/multicast-dns
+++ b/node_modules/.bin/multicast-dns
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../multicast-dns/cli.js" "$@"
+ "$basedir/node" "$basedir/../multicast-dns/cli.js" "$@"
+ ret=$?
else
- exec node "$basedir/../multicast-dns/cli.js" "$@"
+ node "$basedir/../multicast-dns/cli.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/nanoid b/node_modules/.bin/nanoid
index 23254eb2..a30bfc9c 100644
--- a/node_modules/.bin/nanoid
+++ b/node_modules/.bin/nanoid
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../nanoid/bin/nanoid.cjs" "$@"
+ "$basedir/node" "$basedir/../nanoid/bin/nanoid.cjs" "$@"
+ ret=$?
else
- exec node "$basedir/../nanoid/bin/nanoid.cjs" "$@"
+ node "$basedir/../nanoid/bin/nanoid.cjs" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/opener b/node_modules/.bin/opener
index 8852090b..c70fc8c0 100644
--- a/node_modules/.bin/opener
+++ b/node_modules/.bin/opener
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../opener/bin/opener-bin.js" "$@"
+ "$basedir/node" "$basedir/../opener/bin/opener-bin.js" "$@"
+ ret=$?
else
- exec node "$basedir/../opener/bin/opener-bin.js" "$@"
+ node "$basedir/../opener/bin/opener-bin.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/parser b/node_modules/.bin/parser
index cb5b10d8..baec1223 100644
--- a/node_modules/.bin/parser
+++ b/node_modules/.bin/parser
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../@babel/parser/bin/babel-parser.js" "$@"
+ "$basedir/node" "$basedir/../@babel/parser/bin/babel-parser.js" "$@"
+ ret=$?
else
- exec node "$basedir/../@babel/parser/bin/babel-parser.js" "$@"
+ node "$basedir/../@babel/parser/bin/babel-parser.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/prettier b/node_modules/.bin/prettier
index 3e9eb4b9..7ae541e5 100644
--- a/node_modules/.bin/prettier
+++ b/node_modules/.bin/prettier
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../prettier/bin-prettier.js" "$@"
+ "$basedir/node" "$basedir/../prettier/bin-prettier.js" "$@"
+ ret=$?
else
- exec node "$basedir/../prettier/bin-prettier.js" "$@"
+ node "$basedir/../prettier/bin-prettier.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/regjsparser b/node_modules/.bin/regjsparser
index 04b07bc5..7c0fff52 100644
--- a/node_modules/.bin/regjsparser
+++ b/node_modules/.bin/regjsparser
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../regjsparser/bin/parser" "$@"
+ "$basedir/node" "$basedir/../regjsparser/bin/parser" "$@"
+ ret=$?
else
- exec node "$basedir/../regjsparser/bin/parser" "$@"
+ node "$basedir/../regjsparser/bin/parser" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/resolve b/node_modules/.bin/resolve
index 757d454a..fc0df5e8 100644
--- a/node_modules/.bin/resolve
+++ b/node_modules/.bin/resolve
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../resolve/bin/resolve" "$@"
+ "$basedir/node" "$basedir/../resolve/bin/resolve" "$@"
+ ret=$?
else
- exec node "$basedir/../resolve/bin/resolve" "$@"
+ node "$basedir/../resolve/bin/resolve" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/rimraf b/node_modules/.bin/rimraf
index b8168255..a3e9f718 100644
--- a/node_modules/.bin/rimraf
+++ b/node_modules/.bin/rimraf
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../rimraf/bin.js" "$@"
+ "$basedir/node" "$basedir/../rimraf/bin.js" "$@"
+ ret=$?
else
- exec node "$basedir/../rimraf/bin.js" "$@"
+ node "$basedir/../rimraf/bin.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/semver b/node_modules/.bin/semver
index 77443e78..7e365277 100644
--- a/node_modules/.bin/semver
+++ b/node_modules/.bin/semver
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../semver/bin/semver.js" "$@"
+ "$basedir/node" "$basedir/../semver/bin/semver.js" "$@"
+ ret=$?
else
- exec node "$basedir/../semver/bin/semver.js" "$@"
+ node "$basedir/../semver/bin/semver.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/svgo b/node_modules/.bin/svgo
index 96eb5601..0c8229a6 100644
--- a/node_modules/.bin/svgo
+++ b/node_modules/.bin/svgo
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../svgo/bin/svgo" "$@"
+ "$basedir/node" "$basedir/../svgo/bin/svgo" "$@"
+ ret=$?
else
- exec node "$basedir/../svgo/bin/svgo" "$@"
+ node "$basedir/../svgo/bin/svgo" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/terser b/node_modules/.bin/terser
index 2d3fa890..a19ab594 100644
--- a/node_modules/.bin/terser
+++ b/node_modules/.bin/terser
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../terser/bin/terser" "$@"
+ "$basedir/node" "$basedir/../terser/bin/terser" "$@"
+ ret=$?
else
- exec node "$basedir/../terser/bin/terser" "$@"
+ node "$basedir/../terser/bin/terser" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/update-browserslist-db b/node_modules/.bin/update-browserslist-db
index 8cde7e33..79a3e039 100644
--- a/node_modules/.bin/update-browserslist-db
+++ b/node_modules/.bin/update-browserslist-db
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../update-browserslist-db/cli.js" "$@"
+ "$basedir/node" "$basedir/../update-browserslist-db/cli.js" "$@"
+ ret=$?
else
- exec node "$basedir/../update-browserslist-db/cli.js" "$@"
+ node "$basedir/../update-browserslist-db/cli.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/uuid b/node_modules/.bin/uuid
index c3ec0035..316d9ab4 100644
--- a/node_modules/.bin/uuid
+++ b/node_modules/.bin/uuid
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../uuid/dist/bin/uuid" "$@"
+ "$basedir/node" "$basedir/../uuid/dist/bin/uuid" "$@"
+ ret=$?
else
- exec node "$basedir/../uuid/dist/bin/uuid" "$@"
+ node "$basedir/../uuid/dist/bin/uuid" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/vue-cli-service b/node_modules/.bin/vue-cli-service
index b9ddab37..7d5644ad 100644
--- a/node_modules/.bin/vue-cli-service
+++ b/node_modules/.bin/vue-cli-service
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../@vue/cli-service/bin/vue-cli-service.js" "$@"
+ "$basedir/node" "$basedir/../@vue/cli-service/bin/vue-cli-service.js" "$@"
+ ret=$?
else
- exec node "$basedir/../@vue/cli-service/bin/vue-cli-service.js" "$@"
+ node "$basedir/../@vue/cli-service/bin/vue-cli-service.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/webpack b/node_modules/.bin/webpack
index e6748011..37ea8b27 100644
--- a/node_modules/.bin/webpack
+++ b/node_modules/.bin/webpack
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../webpack/bin/webpack.js" "$@"
+ "$basedir/node" "$basedir/../webpack/bin/webpack.js" "$@"
+ ret=$?
else
- exec node "$basedir/../webpack/bin/webpack.js" "$@"
+ node "$basedir/../webpack/bin/webpack.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/webpack-bundle-analyzer b/node_modules/.bin/webpack-bundle-analyzer
index 2e6a3ded..8c62754f 100644
--- a/node_modules/.bin/webpack-bundle-analyzer
+++ b/node_modules/.bin/webpack-bundle-analyzer
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../webpack-bundle-analyzer/lib/bin/analyzer.js" "$@"
+ "$basedir/node" "$basedir/../webpack-bundle-analyzer/lib/bin/analyzer.js" "$@"
+ ret=$?
else
- exec node "$basedir/../webpack-bundle-analyzer/lib/bin/analyzer.js" "$@"
+ node "$basedir/../webpack-bundle-analyzer/lib/bin/analyzer.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/webpack-dev-server b/node_modules/.bin/webpack-dev-server
index 36862cd0..b16ea694 100644
--- a/node_modules/.bin/webpack-dev-server
+++ b/node_modules/.bin/webpack-dev-server
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../webpack-dev-server/bin/webpack-dev-server.js" "$@"
+ "$basedir/node" "$basedir/../webpack-dev-server/bin/webpack-dev-server.js" "$@"
+ ret=$?
else
- exec node "$basedir/../webpack-dev-server/bin/webpack-dev-server.js" "$@"
+ node "$basedir/../webpack-dev-server/bin/webpack-dev-server.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/.bin/which b/node_modules/.bin/which
index c51820f2..12cde792 100644
--- a/node_modules/.bin/which
+++ b/node_modules/.bin/which
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../which/bin/which" "$@"
+ "$basedir/node" "$basedir/../which/bin/which" "$@"
+ ret=$?
else
- exec node "$basedir/../which/bin/which" "$@"
+ node "$basedir/../which/bin/which" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/@aashutoshrathi/word-wrap/package.json b/node_modules/@aashutoshrathi/word-wrap/package.json
index e33e077c..b1b5890e 100644
--- a/node_modules/@aashutoshrathi/word-wrap/package.json
+++ b/node_modules/@aashutoshrathi/word-wrap/package.json
@@ -1,43 +1,97 @@
{
- "name": "@aashutoshrathi/word-wrap",
- "description": "Wrap words to a specified length.",
- "version": "1.2.6",
- "homepage": "https://github.com/aashutoshrathi/word-wrap",
- "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
- "contributors": [
- "Aashutosh Rathi ",
- "Danilo Sampaio (localhost:8080)",
- "Fede Ramirez (https://2fd.github.io)",
- "Joe Hildebrand (https://twitter.com/hildjj)",
- "Jon Schlinkert (http://twitter.com/jonschlinkert)",
- "Todd Kennedy (https://tck.io)",
- "Waldemar Reusch (https://github.com/lordvlad)",
- "Wolfgang Faust (http://www.linestarve.com)",
- "Zach Hale (http://zachhale.com)"
+ "_args": [
+ [
+ "@aashutoshrathi/word-wrap@1.2.6",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/aashutoshrathi/word-wrap.git"
+ "_development": true,
+ "_from": "@aashutoshrathi/word-wrap@1.2.6",
+ "_id": "@aashutoshrathi/word-wrap@1.2.6",
+ "_inBundle": false,
+ "_integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
+ "_location": "/@aashutoshrathi/word-wrap",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@aashutoshrathi/word-wrap@1.2.6",
+ "name": "@aashutoshrathi/word-wrap",
+ "escapedName": "@aashutoshrathi%2fword-wrap",
+ "scope": "@aashutoshrathi",
+ "rawSpec": "1.2.6",
+ "saveSpec": null,
+ "fetchSpec": "1.2.6"
+ },
+ "_requiredBy": [
+ "/optionator"
+ ],
+ "_resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
+ "_spec": "1.2.6",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Jon Schlinkert",
+ "url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/aashutoshrathi/word-wrap/issues"
},
- "license": "MIT",
- "files": [
- "index.js",
- "index.d.ts"
+ "contributors": [
+ {
+ "name": "Aashutosh Rathi",
+ "email": "aashutoshrathi@gmail.com"
+ },
+ {
+ "name": "Danilo Sampaio",
+ "email": "danilo.sampaio@gmail.com",
+ "url": "localhost:8080"
+ },
+ {
+ "name": "Fede Ramirez",
+ "email": "i@2fd.me",
+ "url": "https://2fd.github.io"
+ },
+ {
+ "name": "Joe Hildebrand",
+ "email": "joe-github@cursive.net",
+ "url": "https://twitter.com/hildjj"
+ },
+ {
+ "name": "Jon Schlinkert",
+ "email": "jon.schlinkert@sellside.com",
+ "url": "http://twitter.com/jonschlinkert"
+ },
+ {
+ "name": "Todd Kennedy",
+ "url": "https://tck.io"
+ },
+ {
+ "name": "Waldemar Reusch",
+ "url": "https://github.com/lordvlad"
+ },
+ {
+ "name": "Wolfgang Faust",
+ "url": "http://www.linestarve.com"
+ },
+ {
+ "name": "Zach Hale",
+ "email": "zachhale@gmail.com",
+ "url": "http://zachhale.com"
+ }
],
- "main": "index.js",
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "mocha"
- },
+ "description": "Wrap words to a specified length.",
"devDependencies": {
"gulp-format-md": "^0.1.11",
"mocha": "^10.2.0"
},
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "files": [
+ "index.js",
+ "index.d.ts"
+ ],
+ "homepage": "https://github.com/aashutoshrathi/word-wrap",
"keywords": [
"break",
"carriage",
@@ -52,6 +106,16 @@
"words",
"wrap"
],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "@aashutoshrathi/word-wrap",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/aashutoshrathi/word-wrap.git"
+ },
+ "scripts": {
+ "test": "mocha"
+ },
"typings": "index.d.ts",
"verb": {
"toc": false,
@@ -77,5 +141,6 @@
"verb",
"verb-generate-readme"
]
- }
+ },
+ "version": "1.2.6"
}
diff --git a/node_modules/@achrinza/node-ipc/package.json b/node_modules/@achrinza/node-ipc/package.json
index 754ae668..c3d5aba2 100644
--- a/node_modules/@achrinza/node-ipc/package.json
+++ b/node_modules/@achrinza/node-ipc/package.json
@@ -1,30 +1,65 @@
{
- "name": "@achrinza/node-ipc",
- "version": "9.2.8",
- "description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
- "main": "node-ipc.js",
- "directories": {
- "example": "example"
+ "_args": [
+ [
+ "@achrinza/node-ipc@9.2.8",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@achrinza/node-ipc@9.2.8",
+ "_id": "@achrinza/node-ipc@9.2.8",
+ "_inBundle": false,
+ "_integrity": "sha512-DSzEEkbMYbAUVlhy7fg+BzccoRuSQzqHbIPGxGv19OJ2WKwS3/9ChAnQcII4g+GujcHhyJ8BUuOVAx/S5uAfQg==",
+ "_location": "/@achrinza/node-ipc",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@achrinza/node-ipc@9.2.8",
+ "name": "@achrinza/node-ipc",
+ "escapedName": "@achrinza%2fnode-ipc",
+ "scope": "@achrinza",
+ "rawSpec": "9.2.8",
+ "saveSpec": null,
+ "fetchSpec": "9.2.8"
},
- "engines": {
- "node": "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 || 21"
+ "_requiredBy": [
+ "/@vue/cli-shared-utils"
+ ],
+ "_resolved": "https://registry.npmjs.org/@achrinza/node-ipc/-/node-ipc-9.2.8.tgz",
+ "_spec": "9.2.8",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Brandon Nozaki Miller"
+ },
+ "bugs": {
+ "url": "https://github.com/achrinza/node-ipc/issues"
},
"dependencies": {
"@node-ipc/js-queue": "2.0.3",
"event-pubsub": "4.3.0",
"js-message": "1.0.7"
},
+ "description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
"devDependencies": {
"istanbul": "0.4.1",
"jasmine": "2.4.1",
"lockfile-lint": "^4.7.4",
"node-cmd": "2.0.0"
},
- "scripts": {
- "istanbul": "istanbul cover -x ./spec/**",
- "test-windows": "npm run-script istanbul -- ./node_modules/jasmine/bin/jasmine.js",
- "test": "npm run-script istanbul -- jasmine"
+ "directories": {
+ "example": "example"
},
+ "engines": {
+ "node": "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 || 21"
+ },
+ "files": [
+ "dao",
+ "entities",
+ "local-node-ipc-certs",
+ "services"
+ ],
+ "homepage": "https://github.com/achrinza/node-ipc",
"keywords": [
"IPC",
"Neural Networking",
@@ -47,20 +82,17 @@
"shared",
"memory"
],
- "author": "Brandon Nozaki Miller",
"license": "MIT",
+ "main": "node-ipc.js",
+ "name": "@achrinza/node-ipc",
"repository": {
"type": "git",
- "url": "https://github.com/achrinza/node-ipc.git"
+ "url": "git+https://github.com/achrinza/node-ipc.git"
},
- "bugs": {
- "url": "https://github.com/achrinza/node-ipc/issues"
+ "scripts": {
+ "istanbul": "istanbul cover -x ./spec/**",
+ "test": "npm run-script istanbul -- jasmine",
+ "test-windows": "npm run-script istanbul -- ./node_modules/jasmine/bin/jasmine.js"
},
- "files": [
- "dao",
- "entities",
- "local-node-ipc-certs",
- "services"
- ],
- "homepage": "https://github.com/achrinza/node-ipc"
+ "version": "9.2.8"
}
diff --git a/node_modules/@ampproject/remapping/package.json b/node_modules/@ampproject/remapping/package.json
index bf3dad29..139478fa 100644
--- a/node_modules/@ampproject/remapping/package.json
+++ b/node_modules/@ampproject/remapping/package.json
@@ -1,15 +1,65 @@
{
- "name": "@ampproject/remapping",
- "version": "2.2.1",
- "description": "Remap sequential sourcemaps through transformations to point at the original source code",
- "keywords": [
- "source",
- "map",
- "remap"
+ "_args": [
+ [
+ "@ampproject/remapping@2.2.1",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
- "main": "dist/remapping.umd.js",
- "module": "dist/remapping.mjs",
- "types": "dist/types/remapping.d.ts",
+ "_development": true,
+ "_from": "@ampproject/remapping@2.2.1",
+ "_id": "@ampproject/remapping@2.2.1",
+ "_inBundle": false,
+ "_integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==",
+ "_location": "/@ampproject/remapping",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@ampproject/remapping@2.2.1",
+ "name": "@ampproject/remapping",
+ "escapedName": "@ampproject%2fremapping",
+ "scope": "@ampproject",
+ "rawSpec": "2.2.1",
+ "saveSpec": null,
+ "fetchSpec": "2.2.1"
+ },
+ "_requiredBy": [
+ "/@babel/core"
+ ],
+ "_resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz",
+ "_spec": "2.2.1",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Justin Ridgewell",
+ "email": "jridgewell@google.com"
+ },
+ "bugs": {
+ "url": "https://github.com/ampproject/remapping/issues"
+ },
+ "dependencies": {
+ "@jridgewell/gen-mapping": "^0.3.0",
+ "@jridgewell/trace-mapping": "^0.3.9"
+ },
+ "description": "Remap sequential sourcemaps through transformations to point at the original source code",
+ "devDependencies": {
+ "@rollup/plugin-typescript": "8.3.2",
+ "@types/jest": "27.4.1",
+ "@typescript-eslint/eslint-plugin": "5.20.0",
+ "@typescript-eslint/parser": "5.20.0",
+ "eslint": "8.14.0",
+ "eslint-config-prettier": "8.5.0",
+ "jest": "27.5.1",
+ "jest-config": "27.5.1",
+ "npm-run-all": "4.1.5",
+ "prettier": "2.6.2",
+ "rollup": "2.70.2",
+ "ts-jest": "27.1.4",
+ "tslib": "2.4.0",
+ "typescript": "4.6.3"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ },
"exports": {
".": [
{
@@ -25,15 +75,20 @@
"files": [
"dist"
],
- "author": "Justin Ridgewell ",
+ "homepage": "https://github.com/ampproject/remapping#readme",
+ "keywords": [
+ "source",
+ "map",
+ "remap"
+ ],
+ "license": "Apache-2.0",
+ "main": "dist/remapping.umd.js",
+ "module": "dist/remapping.mjs",
+ "name": "@ampproject/remapping",
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/remapping.git"
},
- "license": "Apache-2.0",
- "engines": {
- "node": ">=6.0.0"
- },
"scripts": {
"build": "run-s -n build:*",
"build:rollup": "rollup -c rollup.config.js",
@@ -52,24 +107,6 @@
"test:only": "jest --coverage",
"test:watch": "jest --coverage --watch"
},
- "devDependencies": {
- "@rollup/plugin-typescript": "8.3.2",
- "@types/jest": "27.4.1",
- "@typescript-eslint/eslint-plugin": "5.20.0",
- "@typescript-eslint/parser": "5.20.0",
- "eslint": "8.14.0",
- "eslint-config-prettier": "8.5.0",
- "jest": "27.5.1",
- "jest-config": "27.5.1",
- "npm-run-all": "4.1.5",
- "prettier": "2.6.2",
- "rollup": "2.70.2",
- "ts-jest": "27.1.4",
- "tslib": "2.4.0",
- "typescript": "4.6.3"
- },
- "dependencies": {
- "@jridgewell/gen-mapping": "^0.3.0",
- "@jridgewell/trace-mapping": "^0.3.9"
- }
+ "types": "dist/types/remapping.d.ts",
+ "version": "2.2.1"
}
diff --git a/node_modules/@babel/code-frame/package.json b/node_modules/@babel/code-frame/package.json
index c3afdc15..3232cba9 100644
--- a/node_modules/@babel/code-frame/package.json
+++ b/node_modules/@babel/code-frame/package.json
@@ -1,24 +1,49 @@
{
- "name": "@babel/code-frame",
- "version": "7.22.13",
- "description": "Generate errors that contain a code frame that point to source locations.",
- "author": "The Babel Team (https://babel.dev/team)",
- "homepage": "https://babel.dev/docs/en/next/babel-code-frame",
- "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/code-frame@7.22.13",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/code-frame@7.22.13",
+ "_id": "@babel/code-frame@7.22.13",
+ "_inBundle": false,
+ "_integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==",
+ "_location": "/@babel/code-frame",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/code-frame@7.22.13",
+ "name": "@babel/code-frame",
+ "escapedName": "@babel%2fcode-frame",
+ "scope": "@babel",
+ "rawSpec": "7.22.13",
+ "saveSpec": null,
+ "fetchSpec": "7.22.13"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-code-frame"
+ "_requiredBy": [
+ "/@babel/core",
+ "/@babel/template",
+ "/@babel/traverse",
+ "/parse-json"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz",
+ "_spec": "7.22.13",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/highlight": "^7.22.13",
"chalk": "^2.4.2"
},
+ "description": "Generate errors that contain a code frame that point to source locations.",
"devDependencies": {
"import-meta-resolve": "^3.0.0",
"strip-ansi": "^4.0.0"
@@ -26,5 +51,18 @@
"engines": {
"node": ">=6.9.0"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-code-frame",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/code-frame",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-code-frame"
+ },
+ "type": "commonjs",
+ "version": "7.22.13"
+}
diff --git a/node_modules/@babel/compat-data/package.json b/node_modules/@babel/compat-data/package.json
index 00b88802..a98f046b 100644
--- a/node_modules/@babel/compat-data/package.json
+++ b/node_modules/@babel/compat-data/package.json
@@ -1,16 +1,52 @@
{
- "name": "@babel/compat-data",
- "version": "7.23.3",
- "author": "The Babel Team (https://babel.dev/team)",
- "license": "MIT",
- "description": "",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-compat-data"
+ "_args": [
+ [
+ "@babel/compat-data@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/compat-data@7.23.3",
+ "_id": "@babel/compat-data@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==",
+ "_location": "/@babel/compat-data",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/compat-data@7.23.3",
+ "name": "@babel/compat-data",
+ "escapedName": "@babel%2fcompat-data",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
},
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/helper-compilation-targets",
+ "/@babel/plugin-transform-object-rest-spread",
+ "/@babel/preset-env",
+ "/babel-plugin-polyfill-corejs2"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
+ "description": ">",
+ "devDependencies": {
+ "@mdn/browser-compat-data": "^5.3.0",
+ "core-js-compat": "^3.31.0",
+ "electron-to-chromium": "^1.4.441"
+ },
+ "engines": {
+ "node": ">=6.9.0"
},
"exports": {
"./plugins": "./plugins.js",
@@ -20,21 +56,25 @@
"./overlapping-plugins": "./overlapping-plugins.js",
"./plugin-bugfixes": "./plugin-bugfixes.js"
},
- "scripts": {
- "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js"
- },
+ "homepage": "https://github.com/babel/babel#readme",
"keywords": [
"babel",
"compat-table",
"compat-data"
],
- "devDependencies": {
- "@mdn/browser-compat-data": "^5.3.0",
- "core-js-compat": "^3.31.0",
- "electron-to-chromium": "^1.4.441"
+ "license": "MIT",
+ "name": "@babel/compat-data",
+ "publishConfig": {
+ "access": "public"
},
- "engines": {
- "node": ">=6.9.0"
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-compat-data"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "scripts": {
+ "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/core/package.json b/node_modules/@babel/core/package.json
index ae6b8136..916f3148 100644
--- a/node_modules/@babel/core/package.json
+++ b/node_modules/@babel/core/package.json
@@ -1,41 +1,39 @@
{
- "name": "@babel/core",
- "version": "7.23.3",
- "description": "Babel compiler core.",
- "main": "./lib/index.js",
- "author": "The Babel Team (https://babel.dev/team)",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-core"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-core",
- "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen",
- "keywords": [
- "6to5",
- "babel",
- "classes",
- "const",
- "es6",
- "harmony",
- "let",
- "modules",
- "transpile",
- "transpiler",
- "var",
- "babel-core",
- "compiler"
+ "_args": [
+ [
+ "@babel/core@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
- "engines": {
- "node": ">=6.9.0"
+ "_development": true,
+ "_from": "@babel/core@7.23.3",
+ "_id": "@babel/core@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==",
+ "_location": "/@babel/core",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/core@7.23.3",
+ "name": "@babel/core",
+ "escapedName": "@babel%2fcore",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/babel"
+ "_requiredBy": [
+ "#DEV:/",
+ "/@vue/babel-preset-app",
+ "/@vue/cli-plugin-babel"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
},
"browser": {
"./lib/config/files/index.js": "./lib/config/files/index-browser.js",
@@ -45,6 +43,9 @@
"./src/config/resolve-targets.ts": "./src/config/resolve-targets-browser.ts",
"./src/transform-file.ts": "./src/transform-file-browser.ts"
},
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen"
+ },
"dependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/code-frame": "^7.22.13",
@@ -62,6 +63,7 @@
"json5": "^2.2.3",
"semver": "^6.3.1"
},
+ "description": "Babel compiler core.",
"devDependencies": {
"@babel/helper-transform-fixture-test-runner": "^7.22.19",
"@babel/plugin-syntax-flow": "^7.23.3",
@@ -78,5 +80,40 @@
"rimraf": "^3.0.0",
"ts-node": "^10.9.1"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/babel"
+ },
+ "homepage": "https://babel.dev/docs/en/next/babel-core",
+ "keywords": [
+ "6to5",
+ "babel",
+ "classes",
+ "const",
+ "es6",
+ "harmony",
+ "let",
+ "modules",
+ "transpile",
+ "transpiler",
+ "var",
+ "babel-core",
+ "compiler"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/core",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-core"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/eslint-parser/package.json b/node_modules/@babel/eslint-parser/package.json
index 65d772fa..f031725f 100644
--- a/node_modules/@babel/eslint-parser/package.json
+++ b/node_modules/@babel/eslint-parser/package.json
@@ -1,43 +1,76 @@
{
- "name": "@babel/eslint-parser",
- "version": "7.23.3",
- "description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
- "author": "The Babel Team (https://babel.dev/team)",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "eslint/babel-eslint-parser"
+ "_args": [
+ [
+ "@babel/eslint-parser@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/eslint-parser@7.23.3",
+ "_id": "@babel/eslint-parser@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==",
+ "_location": "/@babel/eslint-parser",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/eslint-parser@7.23.3",
+ "name": "@babel/eslint-parser",
+ "escapedName": "@babel%2feslint-parser",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
},
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "#DEV:/"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
- "homepage": "https://babel.dev/",
- "engines": {
- "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
- },
- "main": "./lib/index.cjs",
- "type": "commonjs",
- "exports": {
- ".": "./lib/index.cjs",
- "./experimental-worker": "./lib/experimental-worker.cjs",
- "./package.json": "./package.json"
- },
- "peerDependencies": {
- "@babel/core": "^7.11.0",
- "eslint": "^7.5.0 || ^8.0.0"
- },
"dependencies": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
"eslint-visitor-keys": "^2.1.0",
"semver": "^6.3.1"
},
+ "description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
"devDependencies": {
"@babel/core": "^7.23.3",
"dedent": "^0.7.0",
"eslint": "^8.22.0"
- }
-}
\ No newline at end of file
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
+ },
+ "exports": {
+ ".": "./lib/index.cjs",
+ "./experimental-worker": "./lib/experimental-worker.cjs",
+ "./package.json": "./package.json"
+ },
+ "homepage": "https://babel.dev/",
+ "license": "MIT",
+ "main": "./lib/index.cjs",
+ "name": "@babel/eslint-parser",
+ "peerDependencies": {
+ "@babel/core": "^7.11.0",
+ "eslint": "^7.5.0 || ^8.0.0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "eslint/babel-eslint-parser"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/generator/package.json b/node_modules/@babel/generator/package.json
index 74dd4161..7310b6ee 100644
--- a/node_modules/@babel/generator/package.json
+++ b/node_modules/@babel/generator/package.json
@@ -1,29 +1,49 @@
{
- "name": "@babel/generator",
- "version": "7.23.3",
- "description": "Turns an AST into code.",
- "author": "The Babel Team (https://babel.dev/team)",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-generator"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-generator",
- "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20generator%22+is%3Aopen",
- "main": "./lib/index.js",
- "files": [
- "lib"
+ "_args": [
+ [
+ "@babel/generator@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/generator@7.23.3",
+ "_id": "@babel/generator@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==",
+ "_location": "/@babel/generator",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/generator@7.23.3",
+ "name": "@babel/generator",
+ "escapedName": "@babel%2fgenerator",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/core",
+ "/@babel/traverse"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20generator%22+is%3Aopen"
+ },
"dependencies": {
"@babel/types": "^7.23.3",
"@jridgewell/gen-mapping": "^0.3.2",
"@jridgewell/trace-mapping": "^0.3.17",
"jsesc": "^2.5.1"
},
+ "description": "Turns an AST into code.",
"devDependencies": {
"@babel/helper-fixtures": "^7.22.19",
"@babel/parser": "^7.23.3",
@@ -34,5 +54,21 @@
"engines": {
"node": ">=6.9.0"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "files": [
+ "lib"
+ ],
+ "homepage": "https://babel.dev/docs/en/next/babel-generator",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/generator",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-generator"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/helper-annotate-as-pure/package.json b/node_modules/@babel/helper-annotate-as-pure/package.json
index 65299c03..d769a4a9 100644
--- a/node_modules/@babel/helper-annotate-as-pure/package.json
+++ b/node_modules/@babel/helper-annotate-as-pure/package.json
@@ -1,24 +1,64 @@
{
- "name": "@babel/helper-annotate-as-pure",
- "version": "7.22.5",
- "description": "Helper function to annotate paths and nodes with #__PURE__ comment",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-annotate-as-pure"
+ "_args": [
+ [
+ "@babel/helper-annotate-as-pure@7.22.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-annotate-as-pure@7.22.5",
+ "_id": "@babel/helper-annotate-as-pure@7.22.5",
+ "_inBundle": false,
+ "_integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
+ "_location": "/@babel/helper-annotate-as-pure",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-annotate-as-pure@7.22.5",
+ "name": "@babel/helper-annotate-as-pure",
+ "escapedName": "@babel%2fhelper-annotate-as-pure",
+ "scope": "@babel",
+ "rawSpec": "7.22.5",
+ "saveSpec": null,
+ "fetchSpec": "7.22.5"
},
- "homepage": "https://babel.dev/docs/en/next/babel-helper-annotate-as-pure",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/helper-create-class-features-plugin",
+ "/@babel/helper-create-regexp-features-plugin",
+ "/@babel/helper-remap-async-to-generator",
+ "/@babel/plugin-transform-classes",
+ "/@babel/plugin-transform-private-property-in-object"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
+ "_spec": "7.22.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/types": "^7.22.5"
},
+ "description": "Helper function to annotate paths and nodes with #__PURE__ comment",
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-helper-annotate-as-pure",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-annotate-as-pure",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-annotate-as-pure"
+ },
+ "type": "commonjs",
+ "version": "7.22.5"
+}
diff --git a/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/package.json b/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/package.json
index e96c8071..4cae9563 100644
--- a/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/package.json
+++ b/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/package.json
@@ -1,27 +1,63 @@
{
- "name": "@babel/helper-builder-binary-assignment-operator-visitor",
- "version": "7.22.15",
- "description": "Helper function to build binary assignment operator visitors",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-builder-binary-assignment-operator-visitor"
+ "_args": [
+ [
+ "@babel/helper-builder-binary-assignment-operator-visitor@7.22.15",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-builder-binary-assignment-operator-visitor@7.22.15",
+ "_id": "@babel/helper-builder-binary-assignment-operator-visitor@7.22.15",
+ "_inBundle": false,
+ "_integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==",
+ "_location": "/@babel/helper-builder-binary-assignment-operator-visitor",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-builder-binary-assignment-operator-visitor@7.22.15",
+ "name": "@babel/helper-builder-binary-assignment-operator-visitor",
+ "escapedName": "@babel%2fhelper-builder-binary-assignment-operator-visitor",
+ "scope": "@babel",
+ "rawSpec": "7.22.15",
+ "saveSpec": null,
+ "fetchSpec": "7.22.15"
},
- "homepage": "https://babel.dev/docs/en/next/babel-helper-builder-binary-assignment-operator-visitor",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/plugin-transform-exponentiation-operator"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz",
+ "_spec": "7.22.15",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/types": "^7.22.15"
},
+ "description": "Helper function to build binary assignment operator visitors",
"devDependencies": {
"@babel/traverse": "^7.22.15"
},
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-helper-builder-binary-assignment-operator-visitor",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-builder-binary-assignment-operator-visitor",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-builder-binary-assignment-operator-visitor"
+ },
+ "type": "commonjs",
+ "version": "7.22.15"
+}
diff --git a/node_modules/@babel/helper-compilation-targets/package.json b/node_modules/@babel/helper-compilation-targets/package.json
index 677cd048..8e730988 100644
--- a/node_modules/@babel/helper-compilation-targets/package.json
+++ b/node_modules/@babel/helper-compilation-targets/package.json
@@ -1,26 +1,48 @@
{
- "name": "@babel/helper-compilation-targets",
- "version": "7.22.15",
- "author": "The Babel Team (https://babel.dev/team)",
- "license": "MIT",
- "description": "Helper functions on Babel compilation targets",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-compilation-targets"
- },
- "main": "./lib/index.js",
- "exports": {
- ".": "./lib/index.js",
- "./package.json": "./package.json"
- },
- "publishConfig": {
- "access": "public"
- },
- "keywords": [
- "babel",
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/helper-compilation-targets@7.22.15",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/helper-compilation-targets@7.22.15",
+ "_id": "@babel/helper-compilation-targets@7.22.15",
+ "_inBundle": false,
+ "_integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==",
+ "_location": "/@babel/helper-compilation-targets",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-compilation-targets@7.22.15",
+ "name": "@babel/helper-compilation-targets",
+ "escapedName": "@babel%2fhelper-compilation-targets",
+ "scope": "@babel",
+ "rawSpec": "7.22.15",
+ "saveSpec": null,
+ "fetchSpec": "7.22.15"
+ },
+ "_requiredBy": [
+ "/@babel/core",
+ "/@babel/helper-define-polyfill-provider",
+ "/@babel/plugin-transform-classes",
+ "/@babel/plugin-transform-function-name",
+ "/@babel/plugin-transform-object-rest-spread",
+ "/@babel/preset-env",
+ "/@vue/babel-preset-app",
+ "/@vue/cli-service"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz",
+ "_spec": "7.22.15",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/compat-data": "^7.22.9",
"@babel/helper-validator-option": "^7.22.15",
@@ -28,6 +50,7 @@
"lru-cache": "^5.1.1",
"semver": "^6.3.1"
},
+ "description": "Helper functions on Babel compilation targets",
"devDependencies": {
"@babel/helper-plugin-test-runner": "^7.22.5",
"@types/lru-cache": "^5.1.1",
@@ -36,5 +59,26 @@
"engines": {
"node": ">=6.9.0"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "exports": {
+ ".": "./lib/index.js",
+ "./package.json": "./package.json"
+ },
+ "homepage": "https://github.com/babel/babel#readme",
+ "keywords": [
+ "babel",
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-compilation-targets",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-compilation-targets"
+ },
+ "type": "commonjs",
+ "version": "7.22.15"
+}
diff --git a/node_modules/@babel/helper-create-class-features-plugin/package.json b/node_modules/@babel/helper-create-class-features-plugin/package.json
index e02b43ec..3cac4d38 100644
--- a/node_modules/@babel/helper-create-class-features-plugin/package.json
+++ b/node_modules/@babel/helper-create-class-features-plugin/package.json
@@ -1,22 +1,46 @@
{
- "name": "@babel/helper-create-class-features-plugin",
- "version": "7.22.15",
- "author": "The Babel Team (https://babel.dev/team)",
- "license": "MIT",
- "description": "Compile class public and private fields, private methods and decorators to ES6",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-create-class-features-plugin"
- },
- "main": "./lib/index.js",
- "publishConfig": {
- "access": "public"
- },
- "keywords": [
- "babel",
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/helper-create-class-features-plugin@7.22.15",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/helper-create-class-features-plugin@7.22.15",
+ "_id": "@babel/helper-create-class-features-plugin@7.22.15",
+ "_inBundle": false,
+ "_integrity": "sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==",
+ "_location": "/@babel/helper-create-class-features-plugin",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-create-class-features-plugin@7.22.15",
+ "name": "@babel/helper-create-class-features-plugin",
+ "escapedName": "@babel%2fhelper-create-class-features-plugin",
+ "scope": "@babel",
+ "rawSpec": "7.22.15",
+ "saveSpec": null,
+ "fetchSpec": "7.22.15"
+ },
+ "_requiredBy": [
+ "/@babel/plugin-proposal-class-properties",
+ "/@babel/plugin-proposal-decorators",
+ "/@babel/plugin-transform-class-properties",
+ "/@babel/plugin-transform-class-static-block",
+ "/@babel/plugin-transform-private-methods",
+ "/@babel/plugin-transform-private-property-in-object"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz",
+ "_spec": "7.22.15",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.22.5",
"@babel/helper-environment-visitor": "^7.22.5",
@@ -28,9 +52,7 @@
"@babel/helper-split-export-declaration": "^7.22.6",
"semver": "^6.3.1"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- },
+ "description": "Compile class public and private fields, private methods and decorators to ES6",
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -39,5 +61,25 @@
"engines": {
"node": ">=6.9.0"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://github.com/babel/babel#readme",
+ "keywords": [
+ "babel",
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-create-class-features-plugin",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-create-class-features-plugin"
+ },
+ "type": "commonjs",
+ "version": "7.22.15"
+}
diff --git a/node_modules/@babel/helper-create-regexp-features-plugin/package.json b/node_modules/@babel/helper-create-regexp-features-plugin/package.json
index e489479c..34db2418 100644
--- a/node_modules/@babel/helper-create-regexp-features-plugin/package.json
+++ b/node_modules/@babel/helper-create-regexp-features-plugin/package.json
@@ -1,30 +1,52 @@
{
- "name": "@babel/helper-create-regexp-features-plugin",
- "version": "7.22.15",
- "author": "The Babel Team (https://babel.dev/team)",
- "license": "MIT",
- "description": "Compile ESNext Regular Expressions to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-create-regexp-features-plugin"
- },
- "main": "./lib/index.js",
- "publishConfig": {
- "access": "public"
- },
- "keywords": [
- "babel",
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/helper-create-regexp-features-plugin@7.22.15",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/helper-create-regexp-features-plugin@7.22.15",
+ "_id": "@babel/helper-create-regexp-features-plugin@7.22.15",
+ "_inBundle": false,
+ "_integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==",
+ "_location": "/@babel/helper-create-regexp-features-plugin",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-create-regexp-features-plugin@7.22.15",
+ "name": "@babel/helper-create-regexp-features-plugin",
+ "escapedName": "@babel%2fhelper-create-regexp-features-plugin",
+ "scope": "@babel",
+ "rawSpec": "7.22.15",
+ "saveSpec": null,
+ "fetchSpec": "7.22.15"
+ },
+ "_requiredBy": [
+ "/@babel/plugin-syntax-unicode-sets-regex",
+ "/@babel/plugin-transform-dotall-regex",
+ "/@babel/plugin-transform-named-capturing-groups-regex",
+ "/@babel/plugin-transform-unicode-property-regex",
+ "/@babel/plugin-transform-unicode-regex",
+ "/@babel/plugin-transform-unicode-sets-regex"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz",
+ "_spec": "7.22.15",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.22.5",
"regexpu-core": "^5.3.1",
"semver": "^6.3.1"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- },
+ "description": "Compile ESNext Regular Expressions to ES5",
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -32,5 +54,25 @@
"engines": {
"node": ">=6.9.0"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://github.com/babel/babel#readme",
+ "keywords": [
+ "babel",
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-create-regexp-features-plugin",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-create-regexp-features-plugin"
+ },
+ "type": "commonjs",
+ "version": "7.22.15"
+}
diff --git a/node_modules/@babel/helper-define-polyfill-provider/package.json b/node_modules/@babel/helper-define-polyfill-provider/package.json
index 25a98d8e..8a732dd7 100644
--- a/node_modules/@babel/helper-define-polyfill-provider/package.json
+++ b/node_modules/@babel/helper-define-polyfill-provider/package.json
@@ -1,24 +1,64 @@
{
- "name": "@babel/helper-define-polyfill-provider",
- "version": "0.4.3",
- "description": "Babel helper to create your own polyfill provider",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel-polyfills.git",
- "directory": "packages/babel-helper-define-polyfill-provider"
- },
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/helper-define-polyfill-provider@0.4.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_development": true,
+ "_from": "@babel/helper-define-polyfill-provider@0.4.3",
+ "_id": "@babel/helper-define-polyfill-provider@0.4.3",
+ "_inBundle": false,
+ "_integrity": "sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==",
+ "_location": "/@babel/helper-define-polyfill-provider",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-define-polyfill-provider@0.4.3",
+ "name": "@babel/helper-define-polyfill-provider",
+ "escapedName": "@babel%2fhelper-define-polyfill-provider",
+ "scope": "@babel",
+ "rawSpec": "0.4.3",
+ "saveSpec": null,
+ "fetchSpec": "0.4.3"
},
- "main": "lib/index.js",
+ "_requiredBy": [
+ "/babel-plugin-polyfill-corejs2",
+ "/babel-plugin-polyfill-corejs3",
+ "/babel-plugin-polyfill-regenerator"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.3.tgz",
+ "_spec": "0.4.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"browser": {
"./lib/node/dependencies.js": "./lib/browser/dependencies.js",
"./src/node/dependencies.js": "./src/browser/dependencies.js"
},
+ "bugs": {
+ "url": "https://github.com/babel/babel-polyfills/issues"
+ },
+ "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"
+ },
+ "description": "Babel helper to create your own polyfill provider",
+ "devDependencies": {
+ "@babel/cli": "^7.22.6",
+ "@babel/core": "^7.22.6",
+ "@babel/generator": "^7.22.5",
+ "@babel/plugin-transform-modules-commonjs": "^7.22.5",
+ "@babel/traverse": "^7.22.6",
+ "babel-loader": "^8.1.0",
+ "rollup": "^2.3.2",
+ "rollup-plugin-babel": "^4.4.0",
+ "strip-ansi": "^6.0.0",
+ "webpack": "^4.42.1",
+ "webpack-cli": "^3.3.11"
+ },
"exports": {
".": [
{
@@ -32,28 +72,24 @@
],
"./package.json": "./package.json"
},
- "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"
- },
+ "gitHead": "66a6819f44a57152798cb3b0a9272c65752bae86",
+ "homepage": "https://github.com/babel/babel-polyfills#readme",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/helper-define-polyfill-provider",
"peerDependencies": {
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
},
- "devDependencies": {
- "@babel/cli": "^7.22.6",
- "@babel/core": "^7.22.6",
- "@babel/generator": "^7.22.5",
- "@babel/plugin-transform-modules-commonjs": "^7.22.5",
- "@babel/traverse": "^7.22.6",
- "babel-loader": "^8.1.0",
- "rollup": "^2.3.2",
- "rollup-plugin-babel": "^4.4.0",
- "strip-ansi": "^6.0.0",
- "webpack": "^4.42.1",
- "webpack-cli": "^3.3.11"
+ "publishConfig": {
+ "access": "public"
},
- "gitHead": "66a6819f44a57152798cb3b0a9272c65752bae86"
-}
\ No newline at end of file
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel-polyfills.git",
+ "directory": "packages/babel-helper-define-polyfill-provider"
+ },
+ "version": "0.4.3"
+}
diff --git a/node_modules/@babel/helper-environment-visitor/package.json b/node_modules/@babel/helper-environment-visitor/package.json
index 5316931b..2631d7c4 100644
--- a/node_modules/@babel/helper-environment-visitor/package.json
+++ b/node_modules/@babel/helper-environment-visitor/package.json
@@ -1,22 +1,49 @@
{
- "name": "@babel/helper-environment-visitor",
- "version": "7.22.20",
+ "_args": [
+ [
+ "@babel/helper-environment-visitor@7.22.20",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-environment-visitor@7.22.20",
+ "_id": "@babel/helper-environment-visitor@7.22.20",
+ "_inBundle": false,
+ "_integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
+ "_location": "/@babel/helper-environment-visitor",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-environment-visitor@7.22.20",
+ "name": "@babel/helper-environment-visitor",
+ "escapedName": "@babel%2fhelper-environment-visitor",
+ "scope": "@babel",
+ "rawSpec": "7.22.20",
+ "saveSpec": null,
+ "fetchSpec": "7.22.20"
+ },
+ "_requiredBy": [
+ "/@babel/helper-create-class-features-plugin",
+ "/@babel/helper-module-transforms",
+ "/@babel/helper-remap-async-to-generator",
+ "/@babel/helper-replace-supers",
+ "/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
+ "/@babel/plugin-transform-async-generator-functions",
+ "/@babel/plugin-transform-classes",
+ "/@babel/traverse"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
+ "_spec": "7.22.20",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"description": "Helper visitor to only visit nodes in the current 'this' context",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-environment-visitor"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-helper-environment-visitor",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "exports": {
- ".": "./lib/index.js",
- "./package.json": "./package.json"
- },
"devDependencies": {
"@babel/traverse": "^7.22.20",
"@babel/types": "^7.22.19"
@@ -24,6 +51,22 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "exports": {
+ ".": "./lib/index.js",
+ "./package.json": "./package.json"
+ },
+ "homepage": "https://babel.dev/docs/en/next/babel-helper-environment-visitor",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-environment-visitor",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-environment-visitor"
+ },
+ "type": "commonjs",
+ "version": "7.22.20"
+}
diff --git a/node_modules/@babel/helper-function-name/package.json b/node_modules/@babel/helper-function-name/package.json
index 0f1e3d4f..1ff45014 100644
--- a/node_modules/@babel/helper-function-name/package.json
+++ b/node_modules/@babel/helper-function-name/package.json
@@ -1,25 +1,65 @@
{
- "name": "@babel/helper-function-name",
- "version": "7.23.0",
- "description": "Helper function to change the property 'name' of every function",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-function-name"
+ "_args": [
+ [
+ "@babel/helper-function-name@7.23.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-function-name@7.23.0",
+ "_id": "@babel/helper-function-name@7.23.0",
+ "_inBundle": false,
+ "_integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
+ "_location": "/@babel/helper-function-name",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-function-name@7.23.0",
+ "name": "@babel/helper-function-name",
+ "escapedName": "@babel%2fhelper-function-name",
+ "scope": "@babel",
+ "rawSpec": "7.23.0",
+ "saveSpec": null,
+ "fetchSpec": "7.23.0"
},
- "homepage": "https://babel.dev/docs/en/next/babel-helper-function-name",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/helper-create-class-features-plugin",
+ "/@babel/helper-wrap-function",
+ "/@babel/plugin-transform-classes",
+ "/@babel/plugin-transform-function-name",
+ "/@babel/traverse"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
+ "_spec": "7.23.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/template": "^7.22.15",
"@babel/types": "^7.23.0"
},
+ "description": "Helper function to change the property 'name' of every function",
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-helper-function-name",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-function-name",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-function-name"
+ },
+ "type": "commonjs",
+ "version": "7.23.0"
+}
diff --git a/node_modules/@babel/helper-hoist-variables/package.json b/node_modules/@babel/helper-hoist-variables/package.json
index b7a90105..63da2e3d 100644
--- a/node_modules/@babel/helper-hoist-variables/package.json
+++ b/node_modules/@babel/helper-hoist-variables/package.json
@@ -1,28 +1,65 @@
{
- "name": "@babel/helper-hoist-variables",
- "version": "7.22.5",
- "description": "Helper function to hoist variables",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-hoist-variables"
+ "TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. We can consider exporting it from @babel/core.",
+ "_args": [
+ [
+ "@babel/helper-hoist-variables@7.22.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-hoist-variables@7.22.5",
+ "_id": "@babel/helper-hoist-variables@7.22.5",
+ "_inBundle": false,
+ "_integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
+ "_location": "/@babel/helper-hoist-variables",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-hoist-variables@7.22.5",
+ "name": "@babel/helper-hoist-variables",
+ "escapedName": "@babel%2fhelper-hoist-variables",
+ "scope": "@babel",
+ "rawSpec": "7.22.5",
+ "saveSpec": null,
+ "fetchSpec": "7.22.5"
},
- "homepage": "https://babel.dev/docs/en/next/babel-helper-hoist-variables",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/plugin-transform-modules-systemjs",
+ "/@babel/traverse"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
+ "_spec": "7.22.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/types": "^7.22.5"
},
- "TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. We can consider exporting it from @babel/core.",
+ "description": "Helper function to hoist variables",
"devDependencies": {
"@babel/traverse": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-helper-hoist-variables",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-hoist-variables",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-hoist-variables"
+ },
+ "type": "commonjs",
+ "version": "7.22.5"
+}
diff --git a/node_modules/@babel/helper-member-expression-to-functions/package.json b/node_modules/@babel/helper-member-expression-to-functions/package.json
index 2ecc4414..6b66c073 100644
--- a/node_modules/@babel/helper-member-expression-to-functions/package.json
+++ b/node_modules/@babel/helper-member-expression-to-functions/package.json
@@ -1,27 +1,64 @@
{
- "name": "@babel/helper-member-expression-to-functions",
- "version": "7.23.0",
- "description": "Helper function to replace certain member expressions with function calls",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-member-expression-to-functions"
+ "_args": [
+ [
+ "@babel/helper-member-expression-to-functions@7.23.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-member-expression-to-functions@7.23.0",
+ "_id": "@babel/helper-member-expression-to-functions@7.23.0",
+ "_inBundle": false,
+ "_integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==",
+ "_location": "/@babel/helper-member-expression-to-functions",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-member-expression-to-functions@7.23.0",
+ "name": "@babel/helper-member-expression-to-functions",
+ "escapedName": "@babel%2fhelper-member-expression-to-functions",
+ "scope": "@babel",
+ "rawSpec": "7.23.0",
+ "saveSpec": null,
+ "fetchSpec": "7.23.0"
},
- "homepage": "https://babel.dev/docs/en/next/babel-helper-member-expression-to-functions",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/helper-create-class-features-plugin",
+ "/@babel/helper-replace-supers"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz",
+ "_spec": "7.23.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
- "author": "The Babel Team (https://babel.dev/team)",
"dependencies": {
"@babel/types": "^7.23.0"
},
+ "description": "Helper function to replace certain member expressions with function calls",
"devDependencies": {
"@babel/traverse": "^7.23.0"
},
"engines": {
"node": ">=6.9.0"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-helper-member-expression-to-functions",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-member-expression-to-functions",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-member-expression-to-functions"
+ },
+ "type": "commonjs",
+ "version": "7.23.0"
+}
diff --git a/node_modules/@babel/helper-module-imports/package.json b/node_modules/@babel/helper-module-imports/package.json
index b30bd4b0..258babe7 100644
--- a/node_modules/@babel/helper-module-imports/package.json
+++ b/node_modules/@babel/helper-module-imports/package.json
@@ -1,22 +1,50 @@
{
- "name": "@babel/helper-module-imports",
- "version": "7.22.15",
- "description": "Babel helper functions for inserting module loads",
- "author": "The Babel Team (https://babel.dev/team)",
- "homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/helper-module-imports@7.22.15",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-module-imports@7.22.15",
+ "_id": "@babel/helper-module-imports@7.22.15",
+ "_inBundle": false,
+ "_integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
+ "_location": "/@babel/helper-module-imports",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-module-imports@7.22.15",
+ "name": "@babel/helper-module-imports",
+ "escapedName": "@babel%2fhelper-module-imports",
+ "scope": "@babel",
+ "rawSpec": "7.22.15",
+ "saveSpec": null,
+ "fetchSpec": "7.22.15"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-module-imports"
+ "_requiredBy": [
+ "/@babel/helper-module-transforms",
+ "/@babel/plugin-transform-async-to-generator",
+ "/@babel/plugin-transform-runtime",
+ "/@vue/babel-plugin-jsx",
+ "/@vue/babel-plugin-transform-vue-jsx",
+ "/@vue/babel-preset-app"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
+ "_spec": "7.22.15",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/types": "^7.22.15"
},
+ "description": "Babel helper functions for inserting module loads",
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/traverse": "^7.22.15"
@@ -24,5 +52,18 @@
"engines": {
"node": ">=6.9.0"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-module-imports",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-module-imports"
+ },
+ "type": "commonjs",
+ "version": "7.22.15"
+}
diff --git a/node_modules/@babel/helper-module-transforms/package.json b/node_modules/@babel/helper-module-transforms/package.json
index 895e0dda..c21ef779 100644
--- a/node_modules/@babel/helper-module-transforms/package.json
+++ b/node_modules/@babel/helper-module-transforms/package.json
@@ -1,19 +1,45 @@
{
- "name": "@babel/helper-module-transforms",
- "version": "7.23.3",
- "description": "Babel helper functions for implementing ES6 module transformations",
- "author": "The Babel Team (https://babel.dev/team)",
- "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/helper-module-transforms@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-module-transforms@7.23.3",
+ "_id": "@babel/helper-module-transforms@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==",
+ "_location": "/@babel/helper-module-transforms",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-module-transforms@7.23.3",
+ "name": "@babel/helper-module-transforms",
+ "escapedName": "@babel%2fhelper-module-transforms",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-module-transforms"
+ "_requiredBy": [
+ "/@babel/core",
+ "/@babel/plugin-transform-modules-amd",
+ "/@babel/plugin-transform-modules-commonjs",
+ "/@babel/plugin-transform-modules-systemjs",
+ "/@babel/plugin-transform-modules-umd"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/helper-environment-visitor": "^7.22.20",
"@babel/helper-module-imports": "^7.22.15",
@@ -21,15 +47,29 @@
"@babel/helper-split-export-declaration": "^7.22.6",
"@babel/helper-validator-identifier": "^7.22.20"
},
+ "description": "Babel helper functions for implementing ES6 module transformations",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/traverse": "^7.23.3"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- },
"engines": {
"node": ">=6.9.0"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-module-transforms",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-module-transforms"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/helper-optimise-call-expression/package.json b/node_modules/@babel/helper-optimise-call-expression/package.json
index 6dee76d5..bb22d014 100644
--- a/node_modules/@babel/helper-optimise-call-expression/package.json
+++ b/node_modules/@babel/helper-optimise-call-expression/package.json
@@ -1,21 +1,47 @@
{
- "name": "@babel/helper-optimise-call-expression",
- "version": "7.22.5",
- "description": "Helper function to optimise call expression",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-optimise-call-expression"
+ "_args": [
+ [
+ "@babel/helper-optimise-call-expression@7.22.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-optimise-call-expression@7.22.5",
+ "_id": "@babel/helper-optimise-call-expression@7.22.5",
+ "_inBundle": false,
+ "_integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
+ "_location": "/@babel/helper-optimise-call-expression",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-optimise-call-expression@7.22.5",
+ "name": "@babel/helper-optimise-call-expression",
+ "escapedName": "@babel%2fhelper-optimise-call-expression",
+ "scope": "@babel",
+ "rawSpec": "7.22.5",
+ "saveSpec": null,
+ "fetchSpec": "7.22.5"
},
- "homepage": "https://babel.dev/docs/en/next/babel-helper-optimise-call-expression",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/helper-create-class-features-plugin",
+ "/@babel/helper-replace-supers",
+ "/@babel/plugin-transform-classes"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
+ "_spec": "7.22.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/types": "^7.22.5"
},
+ "description": "Helper function to optimise call expression",
"devDependencies": {
"@babel/generator": "^7.22.5",
"@babel/parser": "^7.22.5"
@@ -23,6 +49,18 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-helper-optimise-call-expression",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-optimise-call-expression",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-optimise-call-expression"
+ },
+ "type": "commonjs",
+ "version": "7.22.5"
+}
diff --git a/node_modules/@babel/helper-plugin-utils/package.json b/node_modules/@babel/helper-plugin-utils/package.json
index cb896808..2e259a21 100644
--- a/node_modules/@babel/helper-plugin-utils/package.json
+++ b/node_modules/@babel/helper-plugin-utils/package.json
@@ -1,21 +1,133 @@
{
- "name": "@babel/helper-plugin-utils",
- "version": "7.22.5",
+ "_args": [
+ [
+ "@babel/helper-plugin-utils@7.22.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-plugin-utils@7.22.5",
+ "_id": "@babel/helper-plugin-utils@7.22.5",
+ "_inBundle": false,
+ "_integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
+ "_location": "/@babel/helper-plugin-utils",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-plugin-utils@7.22.5",
+ "name": "@babel/helper-plugin-utils",
+ "escapedName": "@babel%2fhelper-plugin-utils",
+ "scope": "@babel",
+ "rawSpec": "7.22.5",
+ "saveSpec": null,
+ "fetchSpec": "7.22.5"
+ },
+ "_requiredBy": [
+ "/@babel/helper-define-polyfill-provider",
+ "/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
+ "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
+ "/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
+ "/@babel/plugin-proposal-class-properties",
+ "/@babel/plugin-proposal-decorators",
+ "/@babel/plugin-syntax-async-generators",
+ "/@babel/plugin-syntax-class-properties",
+ "/@babel/plugin-syntax-class-static-block",
+ "/@babel/plugin-syntax-decorators",
+ "/@babel/plugin-syntax-dynamic-import",
+ "/@babel/plugin-syntax-export-namespace-from",
+ "/@babel/plugin-syntax-import-assertions",
+ "/@babel/plugin-syntax-import-attributes",
+ "/@babel/plugin-syntax-import-meta",
+ "/@babel/plugin-syntax-json-strings",
+ "/@babel/plugin-syntax-jsx",
+ "/@babel/plugin-syntax-logical-assignment-operators",
+ "/@babel/plugin-syntax-nullish-coalescing-operator",
+ "/@babel/plugin-syntax-numeric-separator",
+ "/@babel/plugin-syntax-object-rest-spread",
+ "/@babel/plugin-syntax-optional-catch-binding",
+ "/@babel/plugin-syntax-optional-chaining",
+ "/@babel/plugin-syntax-private-property-in-object",
+ "/@babel/plugin-syntax-top-level-await",
+ "/@babel/plugin-syntax-unicode-sets-regex",
+ "/@babel/plugin-transform-arrow-functions",
+ "/@babel/plugin-transform-async-generator-functions",
+ "/@babel/plugin-transform-async-to-generator",
+ "/@babel/plugin-transform-block-scoped-functions",
+ "/@babel/plugin-transform-block-scoping",
+ "/@babel/plugin-transform-class-properties",
+ "/@babel/plugin-transform-class-static-block",
+ "/@babel/plugin-transform-classes",
+ "/@babel/plugin-transform-computed-properties",
+ "/@babel/plugin-transform-destructuring",
+ "/@babel/plugin-transform-dotall-regex",
+ "/@babel/plugin-transform-duplicate-keys",
+ "/@babel/plugin-transform-dynamic-import",
+ "/@babel/plugin-transform-exponentiation-operator",
+ "/@babel/plugin-transform-export-namespace-from",
+ "/@babel/plugin-transform-for-of",
+ "/@babel/plugin-transform-function-name",
+ "/@babel/plugin-transform-json-strings",
+ "/@babel/plugin-transform-literals",
+ "/@babel/plugin-transform-logical-assignment-operators",
+ "/@babel/plugin-transform-member-expression-literals",
+ "/@babel/plugin-transform-modules-amd",
+ "/@babel/plugin-transform-modules-commonjs",
+ "/@babel/plugin-transform-modules-systemjs",
+ "/@babel/plugin-transform-modules-umd",
+ "/@babel/plugin-transform-named-capturing-groups-regex",
+ "/@babel/plugin-transform-new-target",
+ "/@babel/plugin-transform-nullish-coalescing-operator",
+ "/@babel/plugin-transform-numeric-separator",
+ "/@babel/plugin-transform-object-rest-spread",
+ "/@babel/plugin-transform-object-super",
+ "/@babel/plugin-transform-optional-catch-binding",
+ "/@babel/plugin-transform-optional-chaining",
+ "/@babel/plugin-transform-parameters",
+ "/@babel/plugin-transform-private-methods",
+ "/@babel/plugin-transform-private-property-in-object",
+ "/@babel/plugin-transform-property-literals",
+ "/@babel/plugin-transform-regenerator",
+ "/@babel/plugin-transform-reserved-words",
+ "/@babel/plugin-transform-runtime",
+ "/@babel/plugin-transform-shorthand-properties",
+ "/@babel/plugin-transform-spread",
+ "/@babel/plugin-transform-sticky-regex",
+ "/@babel/plugin-transform-template-literals",
+ "/@babel/plugin-transform-typeof-symbol",
+ "/@babel/plugin-transform-unicode-escapes",
+ "/@babel/plugin-transform-unicode-property-regex",
+ "/@babel/plugin-transform-unicode-regex",
+ "/@babel/plugin-transform-unicode-sets-regex",
+ "/@babel/preset-env",
+ "/@babel/preset-modules"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
+ "_spec": "7.22.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"description": "General utilities for plugins to use",
- "author": "The Babel Team (https://babel.dev/team)",
+ "engines": {
+ "node": ">=6.9.0"
+ },
"homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
"license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-plugin-utils",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
- "url": "https://github.com/babel/babel.git",
+ "url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-helper-plugin-utils"
},
- "main": "./lib/index.js",
- "engines": {
- "node": ">=6.9.0"
- },
- "type": "commonjs"
-}
\ No newline at end of file
+ "type": "commonjs",
+ "version": "7.22.5"
+}
diff --git a/node_modules/@babel/helper-remap-async-to-generator/package.json b/node_modules/@babel/helper-remap-async-to-generator/package.json
index 8e713614..39f0df35 100644
--- a/node_modules/@babel/helper-remap-async-to-generator/package.json
+++ b/node_modules/@babel/helper-remap-async-to-generator/package.json
@@ -1,33 +1,70 @@
{
- "name": "@babel/helper-remap-async-to-generator",
- "version": "7.22.20",
- "description": "Helper function to remap async functions to generators",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-remap-async-to-generator"
+ "_args": [
+ [
+ "@babel/helper-remap-async-to-generator@7.22.20",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-remap-async-to-generator@7.22.20",
+ "_id": "@babel/helper-remap-async-to-generator@7.22.20",
+ "_inBundle": false,
+ "_integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==",
+ "_location": "/@babel/helper-remap-async-to-generator",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-remap-async-to-generator@7.22.20",
+ "name": "@babel/helper-remap-async-to-generator",
+ "escapedName": "@babel%2fhelper-remap-async-to-generator",
+ "scope": "@babel",
+ "rawSpec": "7.22.20",
+ "saveSpec": null,
+ "fetchSpec": "7.22.20"
},
- "homepage": "https://babel.dev/docs/en/next/babel-helper-remap-async-to-generator",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/plugin-transform-async-generator-functions",
+ "/@babel/plugin-transform-async-to-generator"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz",
+ "_spec": "7.22.20",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.22.5",
"@babel/helper-environment-visitor": "^7.22.20",
"@babel/helper-wrap-function": "^7.22.20"
},
+ "description": "Helper function to remap async functions to generators",
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/traverse": "^7.22.20"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- },
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-helper-remap-async-to-generator",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-remap-async-to-generator",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-remap-async-to-generator"
+ },
+ "type": "commonjs",
+ "version": "7.22.20"
+}
diff --git a/node_modules/@babel/helper-replace-supers/package.json b/node_modules/@babel/helper-replace-supers/package.json
index d00d0c45..36d8f1ea 100644
--- a/node_modules/@babel/helper-replace-supers/package.json
+++ b/node_modules/@babel/helper-replace-supers/package.json
@@ -1,32 +1,71 @@
{
- "name": "@babel/helper-replace-supers",
- "version": "7.22.20",
- "description": "Helper function to replace supers",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-replace-supers"
+ "_args": [
+ [
+ "@babel/helper-replace-supers@7.22.20",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-replace-supers@7.22.20",
+ "_id": "@babel/helper-replace-supers@7.22.20",
+ "_inBundle": false,
+ "_integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==",
+ "_location": "/@babel/helper-replace-supers",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-replace-supers@7.22.20",
+ "name": "@babel/helper-replace-supers",
+ "escapedName": "@babel%2fhelper-replace-supers",
+ "scope": "@babel",
+ "rawSpec": "7.22.20",
+ "saveSpec": null,
+ "fetchSpec": "7.22.20"
},
- "homepage": "https://babel.dev/docs/en/next/babel-helper-replace-supers",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/helper-create-class-features-plugin",
+ "/@babel/plugin-proposal-decorators",
+ "/@babel/plugin-transform-classes",
+ "/@babel/plugin-transform-object-super"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz",
+ "_spec": "7.22.20",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/helper-environment-visitor": "^7.22.20",
"@babel/helper-member-expression-to-functions": "^7.22.15",
"@babel/helper-optimise-call-expression": "^7.22.5"
},
+ "description": "Helper function to replace supers",
"devDependencies": {
"@babel/core": "^7.22.20"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- },
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-helper-replace-supers",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-replace-supers",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-replace-supers"
+ },
+ "type": "commonjs",
+ "version": "7.22.20"
+}
diff --git a/node_modules/@babel/helper-simple-access/package.json b/node_modules/@babel/helper-simple-access/package.json
index d71efa40..13e8eb36 100644
--- a/node_modules/@babel/helper-simple-access/package.json
+++ b/node_modules/@babel/helper-simple-access/package.json
@@ -1,22 +1,46 @@
{
- "name": "@babel/helper-simple-access",
- "version": "7.22.5",
- "description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
- "author": "The Babel Team (https://babel.dev/team)",
- "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/helper-simple-access@7.22.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-simple-access@7.22.5",
+ "_id": "@babel/helper-simple-access@7.22.5",
+ "_inBundle": false,
+ "_integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
+ "_location": "/@babel/helper-simple-access",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-simple-access@7.22.5",
+ "name": "@babel/helper-simple-access",
+ "escapedName": "@babel%2fhelper-simple-access",
+ "scope": "@babel",
+ "rawSpec": "7.22.5",
+ "saveSpec": null,
+ "fetchSpec": "7.22.5"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-simple-access"
+ "_requiredBy": [
+ "/@babel/helper-module-transforms",
+ "/@babel/plugin-transform-modules-commonjs"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
+ "_spec": "7.22.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/types": "^7.22.5"
},
+ "description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/traverse": "^7.22.5"
@@ -24,5 +48,18 @@
"engines": {
"node": ">=6.9.0"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-simple-access",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-simple-access"
+ },
+ "type": "commonjs",
+ "version": "7.22.5"
+}
diff --git a/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json b/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json
index d4e675de..518b44af 100644
--- a/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json
+++ b/node_modules/@babel/helper-skip-transparent-expression-wrappers/package.json
@@ -1,30 +1,70 @@
{
- "name": "@babel/helper-skip-transparent-expression-wrappers",
- "version": "7.22.5",
- "description": "Helper which skips types and parentheses",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-skip-transparent-expression-wrappers"
+ "_args": [
+ [
+ "@babel/helper-skip-transparent-expression-wrappers@7.22.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-skip-transparent-expression-wrappers@7.22.5",
+ "_id": "@babel/helper-skip-transparent-expression-wrappers@7.22.5",
+ "_inBundle": false,
+ "_integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
+ "_location": "/@babel/helper-skip-transparent-expression-wrappers",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-skip-transparent-expression-wrappers@7.22.5",
+ "name": "@babel/helper-skip-transparent-expression-wrappers",
+ "escapedName": "@babel%2fhelper-skip-transparent-expression-wrappers",
+ "scope": "@babel",
+ "rawSpec": "7.22.5",
+ "saveSpec": null,
+ "fetchSpec": "7.22.5"
},
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/helper-create-class-features-plugin",
+ "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
+ "/@babel/plugin-transform-optional-chaining",
+ "/@babel/plugin-transform-spread"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
+ "_spec": "7.22.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
},
- "main": "./lib/index.js",
- "exports": {
- ".": "./lib/index.js",
- "./package.json": "./package.json"
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
"dependencies": {
"@babel/types": "^7.22.5"
},
+ "description": "Helper which skips types and parentheses",
"devDependencies": {
"@babel/traverse": "^7.22.5"
},
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "exports": {
+ ".": "./lib/index.js",
+ "./package.json": "./package.json"
+ },
+ "homepage": "https://github.com/babel/babel#readme",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-skip-transparent-expression-wrappers",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-skip-transparent-expression-wrappers"
+ },
+ "type": "commonjs",
+ "version": "7.22.5"
+}
diff --git a/node_modules/@babel/helper-split-export-declaration/package.json b/node_modules/@babel/helper-split-export-declaration/package.json
index 1e69201b..84d29e32 100644
--- a/node_modules/@babel/helper-split-export-declaration/package.json
+++ b/node_modules/@babel/helper-split-export-declaration/package.json
@@ -1,24 +1,64 @@
{
- "name": "@babel/helper-split-export-declaration",
- "version": "7.22.6",
- "description": "",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-split-export-declaration"
+ "_args": [
+ [
+ "@babel/helper-split-export-declaration@7.22.6",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-split-export-declaration@7.22.6",
+ "_id": "@babel/helper-split-export-declaration@7.22.6",
+ "_inBundle": false,
+ "_integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
+ "_location": "/@babel/helper-split-export-declaration",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-split-export-declaration@7.22.6",
+ "name": "@babel/helper-split-export-declaration",
+ "escapedName": "@babel%2fhelper-split-export-declaration",
+ "scope": "@babel",
+ "rawSpec": "7.22.6",
+ "saveSpec": null,
+ "fetchSpec": "7.22.6"
},
- "homepage": "https://babel.dev/docs/en/next/babel-helper-split-export-declaration",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/helper-create-class-features-plugin",
+ "/@babel/helper-module-transforms",
+ "/@babel/plugin-proposal-decorators",
+ "/@babel/plugin-transform-classes",
+ "/@babel/traverse"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
+ "_spec": "7.22.6",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/types": "^7.22.5"
},
+ "description": ">",
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-helper-split-export-declaration",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-split-export-declaration",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-split-export-declaration"
+ },
+ "type": "commonjs",
+ "version": "7.22.6"
+}
diff --git a/node_modules/@babel/helper-string-parser/package.json b/node_modules/@babel/helper-string-parser/package.json
index a977dea9..c203b8d8 100644
--- a/node_modules/@babel/helper-string-parser/package.json
+++ b/node_modules/@babel/helper-string-parser/package.json
@@ -1,28 +1,64 @@
{
- "name": "@babel/helper-string-parser",
- "version": "7.22.5",
+ "_args": [
+ [
+ "@babel/helper-string-parser@7.22.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-string-parser@7.22.5",
+ "_id": "@babel/helper-string-parser@7.22.5",
+ "_inBundle": false,
+ "_integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==",
+ "_location": "/@babel/helper-string-parser",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-string-parser@7.22.5",
+ "name": "@babel/helper-string-parser",
+ "escapedName": "@babel%2fhelper-string-parser",
+ "scope": "@babel",
+ "rawSpec": "7.22.5",
+ "saveSpec": null,
+ "fetchSpec": "7.22.5"
+ },
+ "_requiredBy": [
+ "/@babel/types"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz",
+ "_spec": "7.22.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"description": "A utility package to parse strings",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-string-parser"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-helper-string-parser",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
"devDependencies": {
"charcodes": "^0.2.0"
},
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-helper-string-parser",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-string-parser",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-string-parser"
+ },
+ "type": "commonjs",
+ "version": "7.22.5"
+}
diff --git a/node_modules/@babel/helper-validator-identifier/package.json b/node_modules/@babel/helper-validator-identifier/package.json
index 67bddb4b..78f3f62f 100644
--- a/node_modules/@babel/helper-validator-identifier/package.json
+++ b/node_modules/@babel/helper-validator-identifier/package.json
@@ -1,21 +1,45 @@
{
- "name": "@babel/helper-validator-identifier",
- "version": "7.22.20",
+ "_args": [
+ [
+ "@babel/helper-validator-identifier@7.22.20",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-validator-identifier@7.22.20",
+ "_id": "@babel/helper-validator-identifier@7.22.20",
+ "_inBundle": false,
+ "_integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
+ "_location": "/@babel/helper-validator-identifier",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-validator-identifier@7.22.20",
+ "name": "@babel/helper-validator-identifier",
+ "escapedName": "@babel%2fhelper-validator-identifier",
+ "scope": "@babel",
+ "rawSpec": "7.22.20",
+ "saveSpec": null,
+ "fetchSpec": "7.22.20"
+ },
+ "_requiredBy": [
+ "/@babel/helper-module-transforms",
+ "/@babel/highlight",
+ "/@babel/plugin-transform-modules-systemjs",
+ "/@babel/types"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
+ "_spec": "7.22.20",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"description": "Validate identifier/keywords name",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-validator-identifier"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "exports": {
- ".": "./lib/index.js",
- "./package.json": "./package.json"
- },
"devDependencies": {
"@unicode/unicode-15.1.0": "^1.5.2",
"charcodes": "^0.2.0"
@@ -23,6 +47,22 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "exports": {
+ ".": "./lib/index.js",
+ "./package.json": "./package.json"
+ },
+ "homepage": "https://github.com/babel/babel#readme",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-validator-identifier",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-validator-identifier"
+ },
+ "type": "commonjs",
+ "version": "7.22.20"
+}
diff --git a/node_modules/@babel/helper-validator-option/package.json b/node_modules/@babel/helper-validator-option/package.json
index c6ed0317..e0405c79 100644
--- a/node_modules/@babel/helper-validator-option/package.json
+++ b/node_modules/@babel/helper-validator-option/package.json
@@ -1,24 +1,62 @@
{
- "name": "@babel/helper-validator-option",
- "version": "7.22.15",
+ "_args": [
+ [
+ "@babel/helper-validator-option@7.22.15",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-validator-option@7.22.15",
+ "_id": "@babel/helper-validator-option@7.22.15",
+ "_inBundle": false,
+ "_integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==",
+ "_location": "/@babel/helper-validator-option",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-validator-option@7.22.15",
+ "name": "@babel/helper-validator-option",
+ "escapedName": "@babel%2fhelper-validator-option",
+ "scope": "@babel",
+ "rawSpec": "7.22.15",
+ "saveSpec": null,
+ "fetchSpec": "7.22.15"
+ },
+ "_requiredBy": [
+ "/@babel/helper-compilation-targets",
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz",
+ "_spec": "7.22.15",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"description": "Validate plugin/preset options",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-validator-option"
+ "engines": {
+ "node": ">=6.9.0"
},
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
- "engines": {
- "node": ">=6.9.0"
+ "homepage": "https://github.com/babel/babel#readme",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-validator-option",
+ "publishConfig": {
+ "access": "public"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-validator-option"
+ },
+ "type": "commonjs",
+ "version": "7.22.15"
+}
diff --git a/node_modules/@babel/helper-wrap-function/package.json b/node_modules/@babel/helper-wrap-function/package.json
index 41416065..802f9e34 100644
--- a/node_modules/@babel/helper-wrap-function/package.json
+++ b/node_modules/@babel/helper-wrap-function/package.json
@@ -1,29 +1,65 @@
{
- "name": "@babel/helper-wrap-function",
- "version": "7.22.20",
- "description": "Helper to wrap functions inside a function call.",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-wrap-function"
+ "_args": [
+ [
+ "@babel/helper-wrap-function@7.22.20",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-wrap-function@7.22.20",
+ "_id": "@babel/helper-wrap-function@7.22.20",
+ "_inBundle": false,
+ "_integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==",
+ "_location": "/@babel/helper-wrap-function",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-wrap-function@7.22.20",
+ "name": "@babel/helper-wrap-function",
+ "escapedName": "@babel%2fhelper-wrap-function",
+ "scope": "@babel",
+ "rawSpec": "7.22.20",
+ "saveSpec": null,
+ "fetchSpec": "7.22.20"
},
- "homepage": "https://babel.dev/docs/en/next/babel-helper-wrap-function",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/helper-remap-async-to-generator"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz",
+ "_spec": "7.22.20",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/helper-function-name": "^7.22.5",
"@babel/template": "^7.22.15",
"@babel/types": "^7.22.19"
},
- "engines": {
- "node": ">=6.9.0"
- },
+ "description": "Helper to wrap functions inside a function call.",
"devDependencies": {
"@babel/traverse": "^7.22.20"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "homepage": "https://babel.dev/docs/en/next/babel-helper-wrap-function",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helper-wrap-function",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helper-wrap-function"
+ },
+ "type": "commonjs",
+ "version": "7.22.20"
+}
diff --git a/node_modules/@babel/helpers/package.json b/node_modules/@babel/helpers/package.json
index 794abfc0..2fa6be02 100644
--- a/node_modules/@babel/helpers/package.json
+++ b/node_modules/@babel/helpers/package.json
@@ -1,24 +1,47 @@
{
- "name": "@babel/helpers",
- "version": "7.23.2",
- "description": "Collection of helper functions used by Babel transforms.",
- "author": "The Babel Team (https://babel.dev/team)",
- "homepage": "https://babel.dev/docs/en/next/babel-helpers",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/helpers@7.23.2",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helpers@7.23.2",
+ "_id": "@babel/helpers@7.23.2",
+ "_inBundle": false,
+ "_integrity": "sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==",
+ "_location": "/@babel/helpers",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helpers@7.23.2",
+ "name": "@babel/helpers",
+ "escapedName": "@babel%2fhelpers",
+ "scope": "@babel",
+ "rawSpec": "7.23.2",
+ "saveSpec": null,
+ "fetchSpec": "7.23.2"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helpers"
+ "_requiredBy": [
+ "/@babel/core"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.2.tgz",
+ "_spec": "7.23.2",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/template": "^7.22.15",
"@babel/traverse": "^7.23.2",
"@babel/types": "^7.23.0"
},
+ "description": "Collection of helper functions used by Babel transforms.",
"devDependencies": {
"@babel/generator": "^7.23.0",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -29,5 +52,18 @@
"engines": {
"node": ">=6.9.0"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-helpers",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/helpers",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-helpers"
+ },
+ "type": "commonjs",
+ "version": "7.23.2"
+}
diff --git a/node_modules/@babel/highlight/package.json b/node_modules/@babel/highlight/package.json
index d88c9722..f7313fb1 100644
--- a/node_modules/@babel/highlight/package.json
+++ b/node_modules/@babel/highlight/package.json
@@ -1,29 +1,66 @@
{
- "name": "@babel/highlight",
- "version": "7.22.20",
- "description": "Syntax highlight JavaScript strings for output in terminals.",
- "author": "The Babel Team (https://babel.dev/team)",
- "homepage": "https://babel.dev/docs/en/next/babel-highlight",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/highlight@7.22.20",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/highlight@7.22.20",
+ "_id": "@babel/highlight@7.22.20",
+ "_inBundle": false,
+ "_integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==",
+ "_location": "/@babel/highlight",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/highlight@7.22.20",
+ "name": "@babel/highlight",
+ "escapedName": "@babel%2fhighlight",
+ "scope": "@babel",
+ "rawSpec": "7.22.20",
+ "saveSpec": null,
+ "fetchSpec": "7.22.20"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-highlight"
+ "_requiredBy": [
+ "/@babel/code-frame",
+ "/eslint/@babel/code-frame"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz",
+ "_spec": "7.22.20",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/helper-validator-identifier": "^7.22.20",
"chalk": "^2.4.2",
"js-tokens": "^4.0.0"
},
+ "description": "Syntax highlight JavaScript strings for output in terminals.",
"devDependencies": {
"strip-ansi": "^4.0.0"
},
"engines": {
"node": ">=6.9.0"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-highlight",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/highlight",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-highlight"
+ },
+ "type": "commonjs",
+ "version": "7.22.20"
+}
diff --git a/node_modules/@babel/parser/package.json b/node_modules/@babel/parser/package.json
index c1a75cb9..7472d927 100644
--- a/node_modules/@babel/parser/package.json
+++ b/node_modules/@babel/parser/package.json
@@ -1,38 +1,47 @@
{
- "name": "@babel/parser",
- "version": "7.23.3",
+ "_args": [
+ [
+ "@babel/parser@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_from": "@babel/parser@7.23.3",
+ "_id": "@babel/parser@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==",
+ "_location": "/@babel/parser",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/parser@7.23.3",
+ "name": "@babel/parser",
+ "escapedName": "@babel%2fparser",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/core",
+ "/@babel/template",
+ "/@babel/traverse",
+ "/@vue/compiler-sfc"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A+parser+%28babylon%29%22+is%3Aopen"
+ },
"description": "A JavaScript parser",
- "author": "The Babel Team (https://babel.dev/team)",
- "homepage": "https://babel.dev/docs/en/next/babel-parser",
- "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A+parser+%28babylon%29%22+is%3Aopen",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "keywords": [
- "babel",
- "javascript",
- "parser",
- "tc39",
- "ecmascript",
- "@babel/parser"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-parser"
- },
- "main": "./lib/index.js",
- "types": "./typings/babel-parser.d.ts",
- "files": [
- "bin",
- "lib",
- "typings/babel-parser.d.ts",
- "index.cjs"
- ],
- "engines": {
- "node": ">=6.0.0"
- },
"devDependencies": {
"@babel/code-frame": "^7.22.13",
"@babel/helper-check-duplicate-nodes": "^7.22.5",
@@ -41,6 +50,36 @@
"@babel/helper-validator-identifier": "^7.22.20",
"charcodes": "^0.2.0"
},
- "bin": "./bin/babel-parser.js",
- "type": "commonjs"
-}
\ No newline at end of file
+ "engines": {
+ "node": ">=6.0.0"
+ },
+ "files": [
+ "bin",
+ "lib",
+ "typings/babel-parser.d.ts",
+ "index.cjs"
+ ],
+ "homepage": "https://babel.dev/docs/en/next/babel-parser",
+ "keywords": [
+ "babel",
+ "javascript",
+ "parser",
+ "tc39",
+ "ecmascript",
+ "@babel/parser"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/parser",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-parser"
+ },
+ "type": "commonjs",
+ "types": "./typings/babel-parser.d.ts",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/package.json b/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/package.json
index b14e61b6..71e12102 100644
--- a/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/package.json
+++ b/node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/package.json
@@ -1,32 +1,45 @@
{
- "name": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
- "version": "7.23.3",
- "description": "Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "exports": {
- ".": "./lib/index.js",
- "./package.json": "./package.json"
- },
- "keywords": [
- "babel-plugin",
- "bugfix"
+ "_args": [
+ [
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3",
+ "_id": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==",
+ "_location": "/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3",
+ "name": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
+ "escapedName": "@babel%2fplugin-bugfix-safari-id-destructuring-collision-in-function-expression",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- },
+ "description": "Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-function-name": "^7.23.0",
@@ -36,6 +49,29 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "exports": {
+ ".": "./lib/index.js",
+ "./package.json": "./package.json"
+ },
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
+ "keywords": [
+ "babel-plugin",
+ "bugfix"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json b/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json
index b7d061e6..5f0467fd 100644
--- a/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json
+++ b/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json
@@ -1,34 +1,47 @@
{
- "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
- "version": "7.23.3",
- "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "exports": {
- ".": "./lib/index.js",
- "./package.json": "./package.json"
- },
- "keywords": [
- "babel-plugin",
- "bugfix"
+ "_args": [
+ [
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3",
+ "_id": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==",
+ "_location": "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3",
+ "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
+ "escapedName": "@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
"@babel/plugin-transform-optional-chaining": "^7.23.3"
},
- "peerDependencies": {
- "@babel/core": "^7.13.0"
- },
+ "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -37,6 +50,29 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "exports": {
+ ".": "./lib/index.js",
+ "./package.json": "./package.json"
+ },
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining",
+ "keywords": [
+ "babel-plugin",
+ "bugfix"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
+ "peerDependencies": {
+ "@babel/core": "^7.13.0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/package.json b/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/package.json
index 9cb50083..d7e8e7b9 100644
--- a/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/package.json
+++ b/node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/package.json
@@ -1,33 +1,46 @@
{
- "name": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
- "version": "7.23.3",
- "description": "Transform static class fields assignments that are affected by https://crbug.com/v8/12421",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "exports": {
- ".": "./lib/index.js",
- "./package.json": "./package.json"
- },
- "keywords": [
- "babel-plugin",
- "bugfix"
+ "_args": [
+ [
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3",
+ "_id": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==",
+ "_location": "/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3",
+ "name": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
+ "escapedName": "@babel%2fplugin-bugfix-v8-static-class-fields-redefine-readonly",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-environment-visitor": "^7.22.20",
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- },
+ "description": "Transform static class fields assignments that are affected by https://crbug.com/v8/12421",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -36,6 +49,29 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "exports": {
+ ".": "./lib/index.js",
+ "./package.json": "./package.json"
+ },
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly",
+ "keywords": [
+ "babel-plugin",
+ "bugfix"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-proposal-class-properties/package.json b/node_modules/@babel/plugin-proposal-class-properties/package.json
index edd4841e..e41131f5 100644
--- a/node_modules/@babel/plugin-proposal-class-properties/package.json
+++ b/node_modules/@babel/plugin-proposal-class-properties/package.json
@@ -1,28 +1,46 @@
{
- "name": "@babel/plugin-proposal-class-properties",
- "version": "7.18.6",
- "description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-proposal-class-properties"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-class-properties",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-proposal-class-properties@7.18.6",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-proposal-class-properties@7.18.6",
+ "_id": "@babel/plugin-proposal-class-properties@7.18.6",
+ "_inBundle": false,
+ "_integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==",
+ "_location": "/@babel/plugin-proposal-class-properties",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-proposal-class-properties@7.18.6",
+ "name": "@babel/plugin-proposal-class-properties",
+ "escapedName": "@babel%2fplugin-proposal-class-properties",
+ "scope": "@babel",
+ "rawSpec": "7.18.6",
+ "saveSpec": null,
+ "fetchSpec": "7.18.6"
+ },
+ "_requiredBy": [
+ "/@vue/babel-preset-app"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz",
+ "_spec": "7.18.6",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.18.6",
"@babel/helper-plugin-utils": "^7.18.6"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/helper-plugin-test-runner": "^7.18.6"
@@ -30,6 +48,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-class-properties",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-proposal-class-properties",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-proposal-class-properties"
+ },
+ "type": "commonjs",
+ "version": "7.18.6"
+}
diff --git a/node_modules/@babel/plugin-proposal-decorators/package.json b/node_modules/@babel/plugin-proposal-decorators/package.json
index 3fbc28a6..8282837d 100644
--- a/node_modules/@babel/plugin-proposal-decorators/package.json
+++ b/node_modules/@babel/plugin-proposal-decorators/package.json
@@ -1,24 +1,41 @@
{
- "name": "@babel/plugin-proposal-decorators",
- "version": "7.23.3",
- "author": "The Babel Team (https://babel.dev/team)",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "description": "Compile class and object decorators to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-proposal-decorators"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-decorators",
- "main": "./lib/index.js",
- "keywords": [
- "babel",
- "babel-plugin",
- "decorators"
+ "_args": [
+ [
+ "@babel/plugin-proposal-decorators@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-proposal-decorators@7.23.3",
+ "_id": "@babel/plugin-proposal-decorators@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-u8SwzOcP0DYSsa++nHd/9exlHb0NAlHCb890qtZZbSwPX2bFv8LBEztxwN7Xg/dS8oAFFidhrI9PBcLBJSkGRQ==",
+ "_location": "/@babel/plugin-proposal-decorators",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-proposal-decorators@7.23.3",
+ "name": "@babel/plugin-proposal-decorators",
+ "escapedName": "@babel%2fplugin-proposal-decorators",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@vue/babel-preset-app"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
@@ -26,9 +43,7 @@
"@babel/helper-split-export-declaration": "^7.22.6",
"@babel/plugin-syntax-decorators": "^7.23.3"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile class and object decorators to ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -42,5 +57,26 @@
"engines": {
"node": ">=6.9.0"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-decorators",
+ "keywords": [
+ "babel",
+ "babel-plugin",
+ "decorators"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-proposal-decorators",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-proposal-decorators"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-proposal-private-property-in-object/package.json b/node_modules/@babel/plugin-proposal-private-property-in-object/package.json
index 69001b90..e0190905 100644
--- a/node_modules/@babel/plugin-proposal-private-property-in-object/package.json
+++ b/node_modules/@babel/plugin-proposal-private-property-in-object/package.json
@@ -1,27 +1,63 @@
{
- "name": "@babel/plugin-proposal-private-property-in-object",
- "version": "7.21.0-placeholder-for-preset-env.2",
- "description": "This plugin transforms checks for a private property in an object",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel-plugin-proposal-private-property-in-object.git"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-private-property-in-object",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
+ "_development": true,
+ "_from": "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2",
+ "_id": "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2",
+ "_inBundle": false,
+ "_integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
+ "_location": "/@babel/plugin-proposal-private-property-in-object",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2",
+ "name": "@babel/plugin-proposal-private-property-in-object",
+ "escapedName": "@babel%2fplugin-proposal-private-property-in-object",
+ "scope": "@babel",
+ "rawSpec": "7.21.0-placeholder-for-preset-env.2",
+ "saveSpec": null,
+ "fetchSpec": "7.21.0-placeholder-for-preset-env.2"
},
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
+ "_spec": "7.21.0-placeholder-for-preset-env.2",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel-plugin-proposal-private-property-in-object/issues"
+ },
+ "description": "This plugin transforms checks for a private property in an object",
"devDependencies": {},
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-private-property-in-object",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-proposal-private-property-in-object",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel-plugin-proposal-private-property-in-object.git"
+ },
+ "type": "commonjs",
+ "version": "7.21.0-placeholder-for-preset-env.2"
}
diff --git a/node_modules/@babel/plugin-syntax-async-generators/package.json b/node_modules/@babel/plugin-syntax-async-generators/package.json
index 5d9d9de6..278bb3ea 100644
--- a/node_modules/@babel/plugin-syntax-async-generators/package.json
+++ b/node_modules/@babel/plugin-syntax-async-generators/package.json
@@ -1,23 +1,57 @@
{
- "name": "@babel/plugin-syntax-async-generators",
- "version": "7.8.4",
- "description": "Allow parsing of async generator functions",
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-async-generators@7.8.4",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-async-generators@7.8.4",
+ "_id": "@babel/plugin-syntax-async-generators@7.8.4",
+ "_inBundle": false,
+ "_integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
+ "_location": "/@babel/plugin-syntax-async-generators",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-async-generators@7.8.4",
+ "name": "@babel/plugin-syntax-async-generators",
+ "escapedName": "@babel%2fplugin-syntax-async-generators",
+ "scope": "@babel",
+ "rawSpec": "7.8.4",
+ "saveSpec": null,
+ "fetchSpec": "7.8.4"
+ },
+ "_requiredBy": [
+ "/@babel/plugin-transform-async-generator-functions",
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
+ "_spec": "7.8.4",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
+ "description": "Allow parsing of async generator functions",
+ "devDependencies": {
+ "@babel/core": "^7.8.0"
+ },
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/plugin-syntax-async-generators",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
- "devDependencies": {
- "@babel/core": "^7.8.0"
- }
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators"
+ },
+ "version": "7.8.4"
}
diff --git a/node_modules/@babel/plugin-syntax-class-properties/package.json b/node_modules/@babel/plugin-syntax-class-properties/package.json
index cf443bab..a0e01fee 100644
--- a/node_modules/@babel/plugin-syntax-class-properties/package.json
+++ b/node_modules/@babel/plugin-syntax-class-properties/package.json
@@ -1,28 +1,61 @@
{
- "name": "@babel/plugin-syntax-class-properties",
- "version": "7.12.13",
- "description": "Allow parsing of class properties",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-syntax-class-properties"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-class-properties",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-class-properties@7.12.13",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-class-properties@7.12.13",
+ "_id": "@babel/plugin-syntax-class-properties@7.12.13",
+ "_inBundle": false,
+ "_integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
+ "_location": "/@babel/plugin-syntax-class-properties",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-class-properties@7.12.13",
+ "name": "@babel/plugin-syntax-class-properties",
+ "escapedName": "@babel%2fplugin-syntax-class-properties",
+ "scope": "@babel",
+ "rawSpec": "7.12.13",
+ "saveSpec": null,
+ "fetchSpec": "7.12.13"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
+ "_spec": "7.12.13",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.12.13"
},
+ "description": "Allow parsing of class properties",
+ "devDependencies": {
+ "@babel/core": "7.12.13"
+ },
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-class-properties",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/plugin-syntax-class-properties",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
- "devDependencies": {
- "@babel/core": "7.12.13"
- }
-}
\ No newline at end of file
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-syntax-class-properties"
+ },
+ "version": "7.12.13"
+}
diff --git a/node_modules/@babel/plugin-syntax-class-static-block/package.json b/node_modules/@babel/plugin-syntax-class-static-block/package.json
index 13553eb0..2aa850cf 100644
--- a/node_modules/@babel/plugin-syntax-class-static-block/package.json
+++ b/node_modules/@babel/plugin-syntax-class-static-block/package.json
@@ -1,32 +1,69 @@
{
- "name": "@babel/plugin-syntax-class-static-block",
- "version": "7.14.5",
- "description": "Allow parsing of class static blocks",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-syntax-class-static-block"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-class-static-block",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "exports": {
- ".": "./lib/index.js"
- },
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-class-static-block@7.14.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-class-static-block@7.14.5",
+ "_id": "@babel/plugin-syntax-class-static-block@7.14.5",
+ "_inBundle": false,
+ "_integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
+ "_location": "/@babel/plugin-syntax-class-static-block",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-class-static-block@7.14.5",
+ "name": "@babel/plugin-syntax-class-static-block",
+ "escapedName": "@babel%2fplugin-syntax-class-static-block",
+ "scope": "@babel",
+ "rawSpec": "7.14.5",
+ "saveSpec": null,
+ "fetchSpec": "7.14.5"
+ },
+ "_requiredBy": [
+ "/@babel/plugin-transform-class-static-block",
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
+ "_spec": "7.14.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.14.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Allow parsing of class static blocks",
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)"
-}
\ No newline at end of file
+ "exports": {
+ ".": "./lib/index.js"
+ },
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-class-static-block",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-syntax-class-static-block",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-syntax-class-static-block"
+ },
+ "version": "7.14.5"
+}
diff --git a/node_modules/@babel/plugin-syntax-decorators/package.json b/node_modules/@babel/plugin-syntax-decorators/package.json
index 28ea1c8e..06aa13ee 100644
--- a/node_modules/@babel/plugin-syntax-decorators/package.json
+++ b/node_modules/@babel/plugin-syntax-decorators/package.json
@@ -1,33 +1,69 @@
{
- "name": "@babel/plugin-syntax-decorators",
- "version": "7.23.3",
- "description": "Allow parsing of decorators",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-syntax-decorators"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-decorators",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-decorators@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-decorators@7.23.3",
+ "_id": "@babel/plugin-syntax-decorators@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-cf7Niq4/+/juY67E0PbgH0TDhLQ5J7zS8C/Q5FFx+DWyrRa9sUQdTXkjqKu8zGvuqr7vw1muKiukseihU+PJDA==",
+ "_location": "/@babel/plugin-syntax-decorators",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-decorators@7.23.3",
+ "name": "@babel/plugin-syntax-decorators",
+ "escapedName": "@babel%2fplugin-syntax-decorators",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/plugin-proposal-decorators"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Allow parsing of decorators",
"devDependencies": {
"@babel/core": "^7.23.3"
},
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-decorators",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-syntax-decorators",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-syntax-decorators"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-syntax-dynamic-import/package.json b/node_modules/@babel/plugin-syntax-dynamic-import/package.json
index 7b646ad0..88e24122 100644
--- a/node_modules/@babel/plugin-syntax-dynamic-import/package.json
+++ b/node_modules/@babel/plugin-syntax-dynamic-import/package.json
@@ -1,23 +1,58 @@
{
- "name": "@babel/plugin-syntax-dynamic-import",
- "version": "7.8.3",
- "description": "Allow parsing of import()",
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-dynamic-import@7.8.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-dynamic-import@7.8.3",
+ "_id": "@babel/plugin-syntax-dynamic-import@7.8.3",
+ "_inBundle": false,
+ "_integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==",
+ "_location": "/@babel/plugin-syntax-dynamic-import",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-dynamic-import@7.8.3",
+ "name": "@babel/plugin-syntax-dynamic-import",
+ "escapedName": "@babel%2fplugin-syntax-dynamic-import",
+ "scope": "@babel",
+ "rawSpec": "7.8.3",
+ "saveSpec": null,
+ "fetchSpec": "7.8.3"
+ },
+ "_requiredBy": [
+ "/@babel/plugin-transform-dynamic-import",
+ "/@babel/preset-env",
+ "/@vue/babel-preset-app"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
+ "_spec": "7.8.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
+ "description": "Allow parsing of import()",
+ "devDependencies": {
+ "@babel/core": "^7.8.0"
+ },
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/plugin-syntax-dynamic-import",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
- "devDependencies": {
- "@babel/core": "^7.8.0"
- }
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import"
+ },
+ "version": "7.8.3"
}
diff --git a/node_modules/@babel/plugin-syntax-export-namespace-from/package.json b/node_modules/@babel/plugin-syntax-export-namespace-from/package.json
index 174d0ca1..41e06b6e 100644
--- a/node_modules/@babel/plugin-syntax-export-namespace-from/package.json
+++ b/node_modules/@babel/plugin-syntax-export-namespace-from/package.json
@@ -1,24 +1,58 @@
{
- "name": "@babel/plugin-syntax-export-namespace-from",
- "version": "7.8.3",
- "description": "Allow parsing of export namespace from",
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-namespace-from",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-export-namespace-from@7.8.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-export-namespace-from@7.8.3",
+ "_id": "@babel/plugin-syntax-export-namespace-from@7.8.3",
+ "_inBundle": false,
+ "_integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
+ "_location": "/@babel/plugin-syntax-export-namespace-from",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-export-namespace-from@7.8.3",
+ "name": "@babel/plugin-syntax-export-namespace-from",
+ "escapedName": "@babel%2fplugin-syntax-export-namespace-from",
+ "scope": "@babel",
+ "rawSpec": "7.8.3",
+ "saveSpec": null,
+ "fetchSpec": "7.8.3"
+ },
+ "_requiredBy": [
+ "/@babel/plugin-transform-export-namespace-from",
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
+ "_spec": "7.8.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.3"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Allow parsing of export namespace from",
"devDependencies": {
"@babel/core": "^7.8.3"
},
- "gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
+ "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/plugin-syntax-export-namespace-from",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-namespace-from"
+ },
+ "version": "7.8.3"
}
diff --git a/node_modules/@babel/plugin-syntax-import-assertions/package.json b/node_modules/@babel/plugin-syntax-import-assertions/package.json
index 56af8ec2..81cb24ff 100644
--- a/node_modules/@babel/plugin-syntax-import-assertions/package.json
+++ b/node_modules/@babel/plugin-syntax-import-assertions/package.json
@@ -1,32 +1,69 @@
{
- "name": "@babel/plugin-syntax-import-assertions",
- "version": "7.23.3",
- "description": "Allow parsing of the module assertion attributes in the import statement",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-syntax-import-assertions"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-import-assertions@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-import-assertions@7.23.3",
+ "_id": "@babel/plugin-syntax-import-assertions@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==",
+ "_location": "/@babel/plugin-syntax-import-assertions",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-import-assertions@7.23.3",
+ "name": "@babel/plugin-syntax-import-assertions",
+ "escapedName": "@babel%2fplugin-syntax-import-assertions",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Allow parsing of the module assertion attributes in the import statement",
"devDependencies": {
"@babel/core": "^7.23.3"
},
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://github.com/babel/babel#readme",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-syntax-import-assertions",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-syntax-import-assertions"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-syntax-import-attributes/package.json b/node_modules/@babel/plugin-syntax-import-attributes/package.json
index d932acdd..a5ee14de 100644
--- a/node_modules/@babel/plugin-syntax-import-attributes/package.json
+++ b/node_modules/@babel/plugin-syntax-import-attributes/package.json
@@ -1,36 +1,73 @@
{
- "name": "@babel/plugin-syntax-import-attributes",
- "version": "7.23.3",
- "description": "Allow parsing of the module attributes in the import statement",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-syntax-import-attributes"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-import-attributes@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-import-attributes@7.23.3",
+ "_id": "@babel/plugin-syntax-import-attributes@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==",
+ "_location": "/@babel/plugin-syntax-import-attributes",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-import-attributes@7.23.3",
+ "name": "@babel/plugin-syntax-import-attributes",
+ "escapedName": "@babel%2fplugin-syntax-import-attributes",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Allow parsing of the module attributes in the import statement",
"devDependencies": {
"@babel/core": "^7.23.3"
},
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://github.com/babel/babel#readme",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-syntax-import-attributes",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-syntax-import-attributes"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-syntax-import-meta/package.json b/node_modules/@babel/plugin-syntax-import-meta/package.json
index de096659..5b25a907 100644
--- a/node_modules/@babel/plugin-syntax-import-meta/package.json
+++ b/node_modules/@babel/plugin-syntax-import-meta/package.json
@@ -1,28 +1,62 @@
{
- "name": "@babel/plugin-syntax-import-meta",
- "version": "7.10.4",
- "description": "Allow parsing of import.meta",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-syntax-import-meta"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-import-meta@7.10.4",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-import-meta@7.10.4",
+ "_id": "@babel/plugin-syntax-import-meta@7.10.4",
+ "_inBundle": false,
+ "_integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
+ "_location": "/@babel/plugin-syntax-import-meta",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-import-meta@7.10.4",
+ "name": "@babel/plugin-syntax-import-meta",
+ "escapedName": "@babel%2fplugin-syntax-import-meta",
+ "scope": "@babel",
+ "rawSpec": "7.10.4",
+ "saveSpec": null,
+ "fetchSpec": "7.10.4"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
+ "_spec": "7.10.4",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Allow parsing of import.meta",
"devDependencies": {
"@babel/core": "^7.10.4"
},
- "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df"
+ "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
+ "homepage": "https://github.com/babel/babel#readme",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/plugin-syntax-import-meta",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-syntax-import-meta"
+ },
+ "version": "7.10.4"
}
diff --git a/node_modules/@babel/plugin-syntax-json-strings/package.json b/node_modules/@babel/plugin-syntax-json-strings/package.json
index e41c6464..358e309b 100644
--- a/node_modules/@babel/plugin-syntax-json-strings/package.json
+++ b/node_modules/@babel/plugin-syntax-json-strings/package.json
@@ -1,23 +1,57 @@
{
- "name": "@babel/plugin-syntax-json-strings",
- "version": "7.8.3",
- "description": "Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-json-strings@7.8.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-json-strings@7.8.3",
+ "_id": "@babel/plugin-syntax-json-strings@7.8.3",
+ "_inBundle": false,
+ "_integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
+ "_location": "/@babel/plugin-syntax-json-strings",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-json-strings@7.8.3",
+ "name": "@babel/plugin-syntax-json-strings",
+ "escapedName": "@babel%2fplugin-syntax-json-strings",
+ "scope": "@babel",
+ "rawSpec": "7.8.3",
+ "saveSpec": null,
+ "fetchSpec": "7.8.3"
+ },
+ "_requiredBy": [
+ "/@babel/plugin-transform-json-strings",
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
+ "_spec": "7.8.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
+ "description": "Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
+ "devDependencies": {
+ "@babel/core": "^7.8.0"
+ },
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/plugin-syntax-json-strings",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
- "devDependencies": {
- "@babel/core": "^7.8.0"
- }
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings"
+ },
+ "version": "7.8.3"
}
diff --git a/node_modules/@babel/plugin-syntax-jsx/package.json b/node_modules/@babel/plugin-syntax-jsx/package.json
index 6bfc7e5d..0c93954a 100644
--- a/node_modules/@babel/plugin-syntax-jsx/package.json
+++ b/node_modules/@babel/plugin-syntax-jsx/package.json
@@ -1,33 +1,77 @@
{
- "name": "@babel/plugin-syntax-jsx",
- "version": "7.23.3",
- "description": "Allow parsing of jsx",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-syntax-jsx"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-jsx",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-jsx@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-jsx@7.23.3",
+ "_id": "@babel/plugin-syntax-jsx@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==",
+ "_location": "/@babel/plugin-syntax-jsx",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-jsx@7.23.3",
+ "name": "@babel/plugin-syntax-jsx",
+ "escapedName": "@babel%2fplugin-syntax-jsx",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@vue/babel-plugin-jsx",
+ "/@vue/babel-plugin-transform-vue-jsx",
+ "/@vue/babel-preset-app",
+ "/@vue/babel-sugar-composition-api-inject-h",
+ "/@vue/babel-sugar-composition-api-render-instance",
+ "/@vue/babel-sugar-functional-vue",
+ "/@vue/babel-sugar-inject-h",
+ "/@vue/babel-sugar-v-model",
+ "/@vue/babel-sugar-v-on"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Allow parsing of jsx",
"devDependencies": {
"@babel/core": "^7.23.3"
},
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-jsx",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-syntax-jsx",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-syntax-jsx"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json b/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json
index cce0541b..daafd460 100644
--- a/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json
+++ b/node_modules/@babel/plugin-syntax-logical-assignment-operators/package.json
@@ -1,28 +1,63 @@
{
- "name": "@babel/plugin-syntax-logical-assignment-operators",
- "version": "7.10.4",
- "description": "Allow parsing of the logical assignment operators",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-syntax-logical-assignment-operators"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-logical-assignment-operators@7.10.4",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-logical-assignment-operators@7.10.4",
+ "_id": "@babel/plugin-syntax-logical-assignment-operators@7.10.4",
+ "_inBundle": false,
+ "_integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
+ "_location": "/@babel/plugin-syntax-logical-assignment-operators",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-logical-assignment-operators@7.10.4",
+ "name": "@babel/plugin-syntax-logical-assignment-operators",
+ "escapedName": "@babel%2fplugin-syntax-logical-assignment-operators",
+ "scope": "@babel",
+ "rawSpec": "7.10.4",
+ "saveSpec": null,
+ "fetchSpec": "7.10.4"
+ },
+ "_requiredBy": [
+ "/@babel/plugin-transform-logical-assignment-operators",
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
+ "_spec": "7.10.4",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Allow parsing of the logical assignment operators",
"devDependencies": {
"@babel/core": "^7.10.4"
},
- "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df"
+ "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
+ "homepage": "https://github.com/babel/babel#readme",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/plugin-syntax-logical-assignment-operators",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-syntax-logical-assignment-operators"
+ },
+ "version": "7.10.4"
}
diff --git a/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json b/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json
index 983e6556..ead6bcc0 100644
--- a/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json
+++ b/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/package.json
@@ -1,23 +1,57 @@
{
- "name": "@babel/plugin-syntax-nullish-coalescing-operator",
- "version": "7.8.3",
- "description": "Allow parsing of the nullish-coalescing operator",
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3",
+ "_id": "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3",
+ "_inBundle": false,
+ "_integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
+ "_location": "/@babel/plugin-syntax-nullish-coalescing-operator",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3",
+ "name": "@babel/plugin-syntax-nullish-coalescing-operator",
+ "escapedName": "@babel%2fplugin-syntax-nullish-coalescing-operator",
+ "scope": "@babel",
+ "rawSpec": "7.8.3",
+ "saveSpec": null,
+ "fetchSpec": "7.8.3"
+ },
+ "_requiredBy": [
+ "/@babel/plugin-transform-nullish-coalescing-operator",
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
+ "_spec": "7.8.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
+ "description": "Allow parsing of the nullish-coalescing operator",
+ "devDependencies": {
+ "@babel/core": "^7.8.0"
+ },
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/plugin-syntax-nullish-coalescing-operator",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
- "devDependencies": {
- "@babel/core": "^7.8.0"
- }
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator"
+ },
+ "version": "7.8.3"
}
diff --git a/node_modules/@babel/plugin-syntax-numeric-separator/package.json b/node_modules/@babel/plugin-syntax-numeric-separator/package.json
index 6dc4d966..3c89bc41 100644
--- a/node_modules/@babel/plugin-syntax-numeric-separator/package.json
+++ b/node_modules/@babel/plugin-syntax-numeric-separator/package.json
@@ -1,28 +1,63 @@
{
- "name": "@babel/plugin-syntax-numeric-separator",
- "version": "7.10.4",
- "description": "Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-syntax-numeric-separator"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-numeric-separator@7.10.4",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-numeric-separator@7.10.4",
+ "_id": "@babel/plugin-syntax-numeric-separator@7.10.4",
+ "_inBundle": false,
+ "_integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
+ "_location": "/@babel/plugin-syntax-numeric-separator",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-numeric-separator@7.10.4",
+ "name": "@babel/plugin-syntax-numeric-separator",
+ "escapedName": "@babel%2fplugin-syntax-numeric-separator",
+ "scope": "@babel",
+ "rawSpec": "7.10.4",
+ "saveSpec": null,
+ "fetchSpec": "7.10.4"
+ },
+ "_requiredBy": [
+ "/@babel/plugin-transform-numeric-separator",
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
+ "_spec": "7.10.4",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator",
"devDependencies": {
"@babel/core": "^7.10.4"
},
- "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df"
+ "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
+ "homepage": "https://github.com/babel/babel#readme",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/plugin-syntax-numeric-separator",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-syntax-numeric-separator"
+ },
+ "version": "7.10.4"
}
diff --git a/node_modules/@babel/plugin-syntax-object-rest-spread/package.json b/node_modules/@babel/plugin-syntax-object-rest-spread/package.json
index 66b76d3a..f45e1327 100644
--- a/node_modules/@babel/plugin-syntax-object-rest-spread/package.json
+++ b/node_modules/@babel/plugin-syntax-object-rest-spread/package.json
@@ -1,23 +1,57 @@
{
- "name": "@babel/plugin-syntax-object-rest-spread",
- "version": "7.8.3",
- "description": "Allow parsing of object rest/spread",
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-object-rest-spread@7.8.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-object-rest-spread@7.8.3",
+ "_id": "@babel/plugin-syntax-object-rest-spread@7.8.3",
+ "_inBundle": false,
+ "_integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
+ "_location": "/@babel/plugin-syntax-object-rest-spread",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-object-rest-spread@7.8.3",
+ "name": "@babel/plugin-syntax-object-rest-spread",
+ "escapedName": "@babel%2fplugin-syntax-object-rest-spread",
+ "scope": "@babel",
+ "rawSpec": "7.8.3",
+ "saveSpec": null,
+ "fetchSpec": "7.8.3"
+ },
+ "_requiredBy": [
+ "/@babel/plugin-transform-object-rest-spread",
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
+ "_spec": "7.8.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
+ "description": "Allow parsing of object rest/spread",
+ "devDependencies": {
+ "@babel/core": "^7.8.0"
+ },
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/plugin-syntax-object-rest-spread",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
- "devDependencies": {
- "@babel/core": "^7.8.0"
- }
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread"
+ },
+ "version": "7.8.3"
}
diff --git a/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json b/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json
index 5b38a0c1..f77004df 100644
--- a/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json
+++ b/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json
@@ -1,23 +1,57 @@
{
- "name": "@babel/plugin-syntax-optional-catch-binding",
- "version": "7.8.3",
- "description": "Allow parsing of optional catch bindings",
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-optional-catch-binding@7.8.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-optional-catch-binding@7.8.3",
+ "_id": "@babel/plugin-syntax-optional-catch-binding@7.8.3",
+ "_inBundle": false,
+ "_integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
+ "_location": "/@babel/plugin-syntax-optional-catch-binding",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-optional-catch-binding@7.8.3",
+ "name": "@babel/plugin-syntax-optional-catch-binding",
+ "escapedName": "@babel%2fplugin-syntax-optional-catch-binding",
+ "scope": "@babel",
+ "rawSpec": "7.8.3",
+ "saveSpec": null,
+ "fetchSpec": "7.8.3"
+ },
+ "_requiredBy": [
+ "/@babel/plugin-transform-optional-catch-binding",
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
+ "_spec": "7.8.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
+ "description": "Allow parsing of optional catch bindings",
+ "devDependencies": {
+ "@babel/core": "^7.8.0"
+ },
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/plugin-syntax-optional-catch-binding",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
- "devDependencies": {
- "@babel/core": "^7.8.0"
- }
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding"
+ },
+ "version": "7.8.3"
}
diff --git a/node_modules/@babel/plugin-syntax-optional-chaining/package.json b/node_modules/@babel/plugin-syntax-optional-chaining/package.json
index a1dcdc2f..f0f05649 100644
--- a/node_modules/@babel/plugin-syntax-optional-chaining/package.json
+++ b/node_modules/@babel/plugin-syntax-optional-chaining/package.json
@@ -1,23 +1,57 @@
{
- "name": "@babel/plugin-syntax-optional-chaining",
- "version": "7.8.3",
- "description": "Allow parsing of optional properties",
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-optional-chaining@7.8.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-optional-chaining@7.8.3",
+ "_id": "@babel/plugin-syntax-optional-chaining@7.8.3",
+ "_inBundle": false,
+ "_integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
+ "_location": "/@babel/plugin-syntax-optional-chaining",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-optional-chaining@7.8.3",
+ "name": "@babel/plugin-syntax-optional-chaining",
+ "escapedName": "@babel%2fplugin-syntax-optional-chaining",
+ "scope": "@babel",
+ "rawSpec": "7.8.3",
+ "saveSpec": null,
+ "fetchSpec": "7.8.3"
+ },
+ "_requiredBy": [
+ "/@babel/plugin-transform-optional-chaining",
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
+ "_spec": "7.8.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
+ "description": "Allow parsing of optional properties",
+ "devDependencies": {
+ "@babel/core": "^7.8.0"
+ },
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/plugin-syntax-optional-chaining",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
- "devDependencies": {
- "@babel/core": "^7.8.0"
- }
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining"
+ },
+ "version": "7.8.3"
}
diff --git a/node_modules/@babel/plugin-syntax-private-property-in-object/package.json b/node_modules/@babel/plugin-syntax-private-property-in-object/package.json
index 0df91404..7130e0da 100644
--- a/node_modules/@babel/plugin-syntax-private-property-in-object/package.json
+++ b/node_modules/@babel/plugin-syntax-private-property-in-object/package.json
@@ -1,32 +1,69 @@
{
- "name": "@babel/plugin-syntax-private-property-in-object",
- "version": "7.14.5",
- "description": "Allow parsing of '#foo in obj' brand checks",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-syntax-private-property-in-object"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-private-property-in-object",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "exports": {
- ".": "./lib/index.js"
- },
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-private-property-in-object@7.14.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-private-property-in-object@7.14.5",
+ "_id": "@babel/plugin-syntax-private-property-in-object@7.14.5",
+ "_inBundle": false,
+ "_integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
+ "_location": "/@babel/plugin-syntax-private-property-in-object",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-private-property-in-object@7.14.5",
+ "name": "@babel/plugin-syntax-private-property-in-object",
+ "escapedName": "@babel%2fplugin-syntax-private-property-in-object",
+ "scope": "@babel",
+ "rawSpec": "7.14.5",
+ "saveSpec": null,
+ "fetchSpec": "7.14.5"
+ },
+ "_requiredBy": [
+ "/@babel/plugin-transform-private-property-in-object",
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
+ "_spec": "7.14.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.14.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Allow parsing of '#foo in obj' brand checks",
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)"
-}
\ No newline at end of file
+ "exports": {
+ ".": "./lib/index.js"
+ },
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-private-property-in-object",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-syntax-private-property-in-object",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-syntax-private-property-in-object"
+ },
+ "version": "7.14.5"
+}
diff --git a/node_modules/@babel/plugin-syntax-top-level-await/package.json b/node_modules/@babel/plugin-syntax-top-level-await/package.json
index 70952be3..83b19905 100644
--- a/node_modules/@babel/plugin-syntax-top-level-await/package.json
+++ b/node_modules/@babel/plugin-syntax-top-level-await/package.json
@@ -1,32 +1,68 @@
{
- "name": "@babel/plugin-syntax-top-level-await",
- "version": "7.14.5",
- "description": "Allow parsing of top-level await in modules",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-syntax-top-level-await"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-top-level-await",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-syntax-top-level-await@7.14.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-top-level-await@7.14.5",
+ "_id": "@babel/plugin-syntax-top-level-await@7.14.5",
+ "_inBundle": false,
+ "_integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
+ "_location": "/@babel/plugin-syntax-top-level-await",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-top-level-await@7.14.5",
+ "name": "@babel/plugin-syntax-top-level-await",
+ "escapedName": "@babel%2fplugin-syntax-top-level-await",
+ "scope": "@babel",
+ "rawSpec": "7.14.5",
+ "saveSpec": null,
+ "fetchSpec": "7.14.5"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
+ "_spec": "7.14.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.14.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Allow parsing of top-level await in modules",
"devDependencies": {
"@babel/core": "7.14.5"
},
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-top-level-await",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-syntax-top-level-await",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-syntax-top-level-await"
+ },
+ "version": "7.14.5"
+}
diff --git a/node_modules/@babel/plugin-syntax-unicode-sets-regex/package.json b/node_modules/@babel/plugin-syntax-unicode-sets-regex/package.json
index 715c0e10..4b2b11b5 100644
--- a/node_modules/@babel/plugin-syntax-unicode-sets-regex/package.json
+++ b/node_modules/@babel/plugin-syntax-unicode-sets-regex/package.json
@@ -1,13 +1,58 @@
{
- "name": "@babel/plugin-syntax-unicode-sets-regex",
- "version": "7.18.6",
- "description": "Parse regular expressions' unicodeSets (v) flag.",
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-unicode-sets-regex",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/plugin-syntax-unicode-sets-regex@7.18.6",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-unicode-sets-regex@7.18.6",
+ "_id": "@babel/plugin-syntax-unicode-sets-regex@7.18.6",
+ "_inBundle": false,
+ "_integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
+ "_location": "/@babel/plugin-syntax-unicode-sets-regex",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-unicode-sets-regex@7.18.6",
+ "name": "@babel/plugin-syntax-unicode-sets-regex",
+ "escapedName": "@babel%2fplugin-syntax-unicode-sets-regex",
+ "scope": "@babel",
+ "rawSpec": "7.18.6",
+ "saveSpec": null,
+ "fetchSpec": "7.18.6"
},
- "main": "./lib/index.js",
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
+ "_spec": "7.18.6",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.18.6",
+ "@babel/helper-plugin-utils": "^7.18.6"
+ },
+ "description": "Parse regular expressions' unicodeSets (v) flag.",
+ "devDependencies": {
+ "@babel/core": "^7.18.6",
+ "@babel/helper-plugin-test-runner": "^7.18.6"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "exports": {
+ ".": "./lib/index.js",
+ "./package.json": "./package.json"
+ },
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-unicode-sets-regex",
"keywords": [
"babel-plugin",
"regex",
@@ -20,30 +65,20 @@
"strings",
"regular expressions"
],
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-syntax-unicode-sets-regex"
- },
- "bugs": "https://github.com/babel/babel/issues",
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.18.6",
- "@babel/helper-plugin-utils": "^7.18.6"
- },
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-syntax-unicode-sets-regex",
"peerDependencies": {
"@babel/core": "^7.0.0"
},
- "devDependencies": {
- "@babel/core": "^7.18.6",
- "@babel/helper-plugin-test-runner": "^7.18.6"
+ "publishConfig": {
+ "access": "public"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "exports": {
- ".": "./lib/index.js",
- "./package.json": "./package.json"
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-syntax-unicode-sets-regex"
},
- "engines": {
- "node": ">=6.9.0"
- },
- "type": "commonjs"
-}
\ No newline at end of file
+ "type": "commonjs",
+ "version": "7.18.6"
+}
diff --git a/node_modules/@babel/plugin-transform-arrow-functions/package.json b/node_modules/@babel/plugin-transform-arrow-functions/package.json
index ea9afe02..e112a37a 100644
--- a/node_modules/@babel/plugin-transform-arrow-functions/package.json
+++ b/node_modules/@babel/plugin-transform-arrow-functions/package.json
@@ -1,27 +1,45 @@
{
- "name": "@babel/plugin-transform-arrow-functions",
- "version": "7.23.3",
- "description": "Compile ES2015 arrow functions to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-arrow-functions"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-arrow-functions",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-arrow-functions@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-arrow-functions@7.23.3",
+ "_id": "@babel/plugin-transform-arrow-functions@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==",
+ "_location": "/@babel/plugin-transform-arrow-functions",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-arrow-functions@7.23.3",
+ "name": "@babel/plugin-transform-arrow-functions",
+ "escapedName": "@babel%2fplugin-transform-arrow-functions",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile ES2015 arrow functions to ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -31,6 +49,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-arrow-functions",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-arrow-functions",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-arrow-functions"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-async-generator-functions/package.json b/node_modules/@babel/plugin-transform-async-generator-functions/package.json
index 70e3f4b2..962281f4 100644
--- a/node_modules/@babel/plugin-transform-async-generator-functions/package.json
+++ b/node_modules/@babel/plugin-transform-async-generator-functions/package.json
@@ -1,30 +1,48 @@
{
- "name": "@babel/plugin-transform-async-generator-functions",
- "version": "7.23.3",
- "description": "Turn async generator functions into ES2015 generators",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-async-generator-functions"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-async-generator-functions",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-async-generator-functions@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-async-generator-functions@7.23.3",
+ "_id": "@babel/plugin-transform-async-generator-functions@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ==",
+ "_location": "/@babel/plugin-transform-async-generator-functions",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-async-generator-functions@7.23.3",
+ "name": "@babel/plugin-transform-async-generator-functions",
+ "escapedName": "@babel%2fplugin-transform-async-generator-functions",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-environment-visitor": "^7.22.20",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-remap-async-to-generator": "^7.22.20",
"@babel/plugin-syntax-async-generators": "^7.8.4"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Turn async generator functions into ES2015 generators",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -34,6 +52,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-async-generator-functions",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-async-generator-functions",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-async-generator-functions"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-async-to-generator/package.json b/node_modules/@babel/plugin-transform-async-to-generator/package.json
index 7fbf3f0e..fba9c74c 100644
--- a/node_modules/@babel/plugin-transform-async-to-generator/package.json
+++ b/node_modules/@babel/plugin-transform-async-to-generator/package.json
@@ -1,29 +1,47 @@
{
- "name": "@babel/plugin-transform-async-to-generator",
- "version": "7.23.3",
- "description": "Turn async functions into ES2015 generators",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-async-to-generator"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-async-to-generator",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-async-to-generator@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-async-to-generator@7.23.3",
+ "_id": "@babel/plugin-transform-async-to-generator@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==",
+ "_location": "/@babel/plugin-transform-async-to-generator",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-async-to-generator@7.23.3",
+ "name": "@babel/plugin-transform-async-to-generator",
+ "escapedName": "@babel%2fplugin-transform-async-to-generator",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-module-imports": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-remap-async-to-generator": "^7.22.20"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Turn async functions into ES2015 generators",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -31,6 +49,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-async-to-generator",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-async-to-generator",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-async-to-generator"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-block-scoped-functions/package.json b/node_modules/@babel/plugin-transform-block-scoped-functions/package.json
index a3f3ea15..3a5fb5ba 100644
--- a/node_modules/@babel/plugin-transform-block-scoped-functions/package.json
+++ b/node_modules/@babel/plugin-transform-block-scoped-functions/package.json
@@ -1,27 +1,45 @@
{
- "name": "@babel/plugin-transform-block-scoped-functions",
- "version": "7.23.3",
- "description": "Babel plugin to ensure function declarations at the block level are block scoped",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-block-scoped-functions"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-block-scoped-functions",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-block-scoped-functions@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-block-scoped-functions@7.23.3",
+ "_id": "@babel/plugin-transform-block-scoped-functions@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==",
+ "_location": "/@babel/plugin-transform-block-scoped-functions",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-block-scoped-functions@7.23.3",
+ "name": "@babel/plugin-transform-block-scoped-functions",
+ "escapedName": "@babel%2fplugin-transform-block-scoped-functions",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Babel plugin to ensure function declarations at the block level are block scoped",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -29,6 +47,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-block-scoped-functions",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-block-scoped-functions",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-block-scoped-functions"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-block-scoping/package.json b/node_modules/@babel/plugin-transform-block-scoping/package.json
index 615b47e8..7677f08f 100644
--- a/node_modules/@babel/plugin-transform-block-scoping/package.json
+++ b/node_modules/@babel/plugin-transform-block-scoping/package.json
@@ -1,27 +1,45 @@
{
- "name": "@babel/plugin-transform-block-scoping",
- "version": "7.23.3",
- "description": "Compile ES2015 block scoping (const and let) to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-block-scoping"
+ "_args": [
+ [
+ "@babel/plugin-transform-block-scoping@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/plugin-transform-block-scoping@7.23.3",
+ "_id": "@babel/plugin-transform-block-scoping@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==",
+ "_location": "/@babel/plugin-transform-block-scoping",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-block-scoping@7.23.3",
+ "name": "@babel/plugin-transform-block-scoping",
+ "escapedName": "@babel%2fplugin-transform-block-scoping",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
},
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-block-scoping",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "keywords": [
- "babel-plugin"
- ],
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile ES2015 block scoping (const and let) to ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -30,6 +48,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-block-scoping",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-block-scoping",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-block-scoping"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-class-properties/package.json b/node_modules/@babel/plugin-transform-class-properties/package.json
index 672d6cbf..10802590 100644
--- a/node_modules/@babel/plugin-transform-class-properties/package.json
+++ b/node_modules/@babel/plugin-transform-class-properties/package.json
@@ -1,28 +1,46 @@
{
- "name": "@babel/plugin-transform-class-properties",
- "version": "7.23.3",
- "description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-class-properties"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-class-properties",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-class-properties@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-class-properties@7.23.3",
+ "_id": "@babel/plugin-transform-class-properties@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==",
+ "_location": "/@babel/plugin-transform-class-properties",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-class-properties@7.23.3",
+ "name": "@babel/plugin-transform-class-properties",
+ "escapedName": "@babel%2fplugin-transform-class-properties",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -30,6 +48,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-class-properties",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-class-properties",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-class-properties"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-class-static-block/package.json b/node_modules/@babel/plugin-transform-class-static-block/package.json
index 0fe6f1fb..83a8bce1 100644
--- a/node_modules/@babel/plugin-transform-class-static-block/package.json
+++ b/node_modules/@babel/plugin-transform-class-static-block/package.json
@@ -1,42 +1,78 @@
{
- "name": "@babel/plugin-transform-class-static-block",
- "version": "7.23.3",
- "description": "Transform class static blocks",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-class-static-block"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "exports": {
- ".": "./lib/index.js",
- "./package.json": "./package.json"
- },
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-class-static-block@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-class-static-block@7.23.3",
+ "_id": "@babel/plugin-transform-class-static-block@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ==",
+ "_location": "/@babel/plugin-transform-class-static-block",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-class-static-block@7.23.3",
+ "name": "@babel/plugin-transform-class-static-block",
+ "escapedName": "@babel%2fplugin-transform-class-static-block",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-syntax-class-static-block": "^7.14.5"
},
- "peerDependencies": {
- "@babel/core": "^7.12.0"
- },
+ "description": "Transform class static blocks",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/traverse": "^7.23.3",
"@babel/types": "^7.23.3"
},
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-class-static-block",
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "exports": {
+ ".": "./lib/index.js",
+ "./package.json": "./package.json"
+ },
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-class-static-block",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-class-static-block",
+ "peerDependencies": {
+ "@babel/core": "^7.12.0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-class-static-block"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-classes/package.json b/node_modules/@babel/plugin-transform-classes/package.json
index 58885ce6..4ee88713 100644
--- a/node_modules/@babel/plugin-transform-classes/package.json
+++ b/node_modules/@babel/plugin-transform-classes/package.json
@@ -1,18 +1,41 @@
{
- "name": "@babel/plugin-transform-classes",
- "version": "7.23.3",
- "description": "Compile ES2015 classes to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-classes"
+ "_args": [
+ [
+ "@babel/plugin-transform-classes@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/plugin-transform-classes@7.23.3",
+ "_id": "@babel/plugin-transform-classes@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==",
+ "_location": "/@babel/plugin-transform-classes",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-classes@7.23.3",
+ "name": "@babel/plugin-transform-classes",
+ "escapedName": "@babel%2fplugin-transform-classes",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
},
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-classes",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.22.5",
"@babel/helper-compilation-targets": "^7.22.15",
@@ -24,12 +47,7 @@
"@babel/helper-split-export-declaration": "^7.22.6",
"globals": "^11.1.0"
},
- "keywords": [
- "babel-plugin"
- ],
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile ES2015 classes to ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -38,6 +56,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-classes",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-classes",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-classes"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-computed-properties/package.json b/node_modules/@babel/plugin-transform-computed-properties/package.json
index 3824dea5..5a71e660 100644
--- a/node_modules/@babel/plugin-transform-computed-properties/package.json
+++ b/node_modules/@babel/plugin-transform-computed-properties/package.json
@@ -1,28 +1,46 @@
{
- "name": "@babel/plugin-transform-computed-properties",
- "version": "7.23.3",
- "description": "Compile ES2015 computed properties to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-computed-properties"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-computed-properties",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-computed-properties@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-computed-properties@7.23.3",
+ "_id": "@babel/plugin-transform-computed-properties@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==",
+ "_location": "/@babel/plugin-transform-computed-properties",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-computed-properties@7.23.3",
+ "name": "@babel/plugin-transform-computed-properties",
+ "escapedName": "@babel%2fplugin-transform-computed-properties",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/template": "^7.22.15"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile ES2015 computed properties to ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -30,6 +48,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-computed-properties",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-computed-properties",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-computed-properties"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-destructuring/package.json b/node_modules/@babel/plugin-transform-destructuring/package.json
index f376f2af..37100d71 100644
--- a/node_modules/@babel/plugin-transform-destructuring/package.json
+++ b/node_modules/@babel/plugin-transform-destructuring/package.json
@@ -1,27 +1,45 @@
{
- "name": "@babel/plugin-transform-destructuring",
- "version": "7.23.3",
- "description": "Compile ES2015 destructuring to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-destructuring"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-destructuring",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-destructuring@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-destructuring@7.23.3",
+ "_id": "@babel/plugin-transform-destructuring@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==",
+ "_location": "/@babel/plugin-transform-destructuring",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-destructuring@7.23.3",
+ "name": "@babel/plugin-transform-destructuring",
+ "escapedName": "@babel%2fplugin-transform-destructuring",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile ES2015 destructuring to ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -30,6 +48,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-destructuring",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-destructuring",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-destructuring"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-dotall-regex/package.json b/node_modules/@babel/plugin-transform-dotall-regex/package.json
index f8595886..a9b3184f 100644
--- a/node_modules/@babel/plugin-transform-dotall-regex/package.json
+++ b/node_modules/@babel/plugin-transform-dotall-regex/package.json
@@ -1,33 +1,46 @@
{
- "name": "@babel/plugin-transform-dotall-regex",
- "version": "7.23.3",
- "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-dotall-regex",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin",
- "regex",
- "regexp",
- "regular expressions",
- "dotall"
+ "_args": [
+ [
+ "@babel/plugin-transform-dotall-regex@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-dotall-regex"
+ "_development": true,
+ "_from": "@babel/plugin-transform-dotall-regex@7.23.3",
+ "_id": "@babel/plugin-transform-dotall-regex@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==",
+ "_location": "/@babel/plugin-transform-dotall-regex",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-dotall-regex@7.23.3",
+ "name": "@babel/plugin-transform-dotall-regex",
+ "escapedName": "@babel%2fplugin-transform-dotall-regex",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "bugs": "https://github.com/babel/babel/issues",
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -35,6 +48,28 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-dotall-regex",
+ "keywords": [
+ "babel-plugin",
+ "regex",
+ "regexp",
+ "regular expressions",
+ "dotall"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-dotall-regex",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-dotall-regex"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-duplicate-keys/package.json b/node_modules/@babel/plugin-transform-duplicate-keys/package.json
index 2c273661..39a27240 100644
--- a/node_modules/@babel/plugin-transform-duplicate-keys/package.json
+++ b/node_modules/@babel/plugin-transform-duplicate-keys/package.json
@@ -1,27 +1,45 @@
{
- "name": "@babel/plugin-transform-duplicate-keys",
- "version": "7.23.3",
- "description": "Compile objects with duplicate keys to valid strict ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-duplicate-keys"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-duplicate-keys",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-duplicate-keys@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-duplicate-keys@7.23.3",
+ "_id": "@babel/plugin-transform-duplicate-keys@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==",
+ "_location": "/@babel/plugin-transform-duplicate-keys",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-duplicate-keys@7.23.3",
+ "name": "@babel/plugin-transform-duplicate-keys",
+ "escapedName": "@babel%2fplugin-transform-duplicate-keys",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile objects with duplicate keys to valid strict ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -29,6 +47,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-duplicate-keys",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-duplicate-keys",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-duplicate-keys"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-dynamic-import/package.json b/node_modules/@babel/plugin-transform-dynamic-import/package.json
index 23022be1..f483f929 100644
--- a/node_modules/@babel/plugin-transform-dynamic-import/package.json
+++ b/node_modules/@babel/plugin-transform-dynamic-import/package.json
@@ -1,27 +1,46 @@
{
- "name": "@babel/plugin-transform-dynamic-import",
- "version": "7.23.3",
- "description": "Transform import() expressions",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-dynamic-import"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-dynamic-import@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-dynamic-import@7.23.3",
+ "_id": "@babel/plugin-transform-dynamic-import@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A==",
+ "_location": "/@babel/plugin-transform-dynamic-import",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-dynamic-import@7.23.3",
+ "name": "@babel/plugin-transform-dynamic-import",
+ "escapedName": "@babel%2fplugin-transform-dynamic-import",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Transform import() expressions",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -29,6 +48,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://github.com/babel/babel#readme",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-dynamic-import",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-dynamic-import"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-exponentiation-operator/package.json b/node_modules/@babel/plugin-transform-exponentiation-operator/package.json
index c508aec7..1e1acde9 100644
--- a/node_modules/@babel/plugin-transform-exponentiation-operator/package.json
+++ b/node_modules/@babel/plugin-transform-exponentiation-operator/package.json
@@ -1,28 +1,46 @@
{
- "name": "@babel/plugin-transform-exponentiation-operator",
- "version": "7.23.3",
- "description": "Compile exponentiation operator to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-exponentiation-operator"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-exponentiation-operator",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-exponentiation-operator@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-exponentiation-operator@7.23.3",
+ "_id": "@babel/plugin-transform-exponentiation-operator@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==",
+ "_location": "/@babel/plugin-transform-exponentiation-operator",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-exponentiation-operator@7.23.3",
+ "name": "@babel/plugin-transform-exponentiation-operator",
+ "escapedName": "@babel%2fplugin-transform-exponentiation-operator",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile exponentiation operator to ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -30,6 +48,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-exponentiation-operator",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-exponentiation-operator",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-exponentiation-operator"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-export-namespace-from/package.json b/node_modules/@babel/plugin-transform-export-namespace-from/package.json
index bac3adfc..9f6e4fdc 100644
--- a/node_modules/@babel/plugin-transform-export-namespace-from/package.json
+++ b/node_modules/@babel/plugin-transform-export-namespace-from/package.json
@@ -1,35 +1,71 @@
{
- "name": "@babel/plugin-transform-export-namespace-from",
- "version": "7.23.3",
- "description": "Compile export namespace to ES2015",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-export-namespace-from"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-export-namespace-from@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-export-namespace-from@7.23.3",
+ "_id": "@babel/plugin-transform-export-namespace-from@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-yCLhW34wpJWRdTxxWtFZASJisihrfyMOTOQexhVzA78jlU+dH7Dw+zQgcPepQ5F3C6bAIiblZZ+qBggJdHiBAg==",
+ "_location": "/@babel/plugin-transform-export-namespace-from",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-export-namespace-from@7.23.3",
+ "name": "@babel/plugin-transform-export-namespace-from",
+ "escapedName": "@babel%2fplugin-transform-export-namespace-from",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile export namespace to ES2015",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
},
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-export-namespace-from",
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-export-namespace-from",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-export-namespace-from",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-export-namespace-from"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-for-of/package.json b/node_modules/@babel/plugin-transform-for-of/package.json
index db778e82..601f2a65 100644
--- a/node_modules/@babel/plugin-transform-for-of/package.json
+++ b/node_modules/@babel/plugin-transform-for-of/package.json
@@ -1,27 +1,45 @@
{
- "name": "@babel/plugin-transform-for-of",
- "version": "7.23.3",
- "description": "Compile ES2015 for...of to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-for-of"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-for-of",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-for-of@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-for-of@7.23.3",
+ "_id": "@babel/plugin-transform-for-of@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==",
+ "_location": "/@babel/plugin-transform-for-of",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-for-of@7.23.3",
+ "name": "@babel/plugin-transform-for-of",
+ "escapedName": "@babel%2fplugin-transform-for-of",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile ES2015 for...of to ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -29,6 +47,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-for-of",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-for-of",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-for-of"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-function-name/package.json b/node_modules/@babel/plugin-transform-function-name/package.json
index 3091de64..4b18e31f 100644
--- a/node_modules/@babel/plugin-transform-function-name/package.json
+++ b/node_modules/@babel/plugin-transform-function-name/package.json
@@ -1,29 +1,47 @@
{
- "name": "@babel/plugin-transform-function-name",
- "version": "7.23.3",
- "description": "Apply ES2015 function.name semantics to all functions",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-function-name"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-function-name",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-function-name@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-function-name@7.23.3",
+ "_id": "@babel/plugin-transform-function-name@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==",
+ "_location": "/@babel/plugin-transform-function-name",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-function-name@7.23.3",
+ "name": "@babel/plugin-transform-function-name",
+ "escapedName": "@babel%2fplugin-transform-function-name",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-compilation-targets": "^7.22.15",
"@babel/helper-function-name": "^7.23.0",
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Apply ES2015 function.name semantics to all functions",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -31,6 +49,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-function-name",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-function-name",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-function-name"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-json-strings/package.json b/node_modules/@babel/plugin-transform-json-strings/package.json
index 6f9c4133..a22e48d1 100644
--- a/node_modules/@babel/plugin-transform-json-strings/package.json
+++ b/node_modules/@babel/plugin-transform-json-strings/package.json
@@ -1,28 +1,46 @@
{
- "name": "@babel/plugin-transform-json-strings",
- "version": "7.23.3",
- "description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-json-strings"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-json-strings",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-json-strings@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-json-strings@7.23.3",
+ "_id": "@babel/plugin-transform-json-strings@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-H9Ej2OiISIZowZHaBwF0tsJOih1PftXJtE8EWqlEIwpc7LMTGq0rPOrywKLQ4nefzx8/HMR0D3JGXoMHYvhi0A==",
+ "_location": "/@babel/plugin-transform-json-strings",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-json-strings@7.23.3",
+ "name": "@babel/plugin-transform-json-strings",
+ "escapedName": "@babel%2fplugin-transform-json-strings",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-syntax-json-strings": "^7.8.3"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -30,6 +48,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-json-strings",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-json-strings",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-json-strings"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-literals/package.json b/node_modules/@babel/plugin-transform-literals/package.json
index 0ff8b3e0..d1a833d7 100644
--- a/node_modules/@babel/plugin-transform-literals/package.json
+++ b/node_modules/@babel/plugin-transform-literals/package.json
@@ -1,27 +1,45 @@
{
- "name": "@babel/plugin-transform-literals",
- "version": "7.23.3",
- "description": "Compile ES2015 unicode string and number literals to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-literals"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-literals",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-literals@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-literals@7.23.3",
+ "_id": "@babel/plugin-transform-literals@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==",
+ "_location": "/@babel/plugin-transform-literals",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-literals@7.23.3",
+ "name": "@babel/plugin-transform-literals",
+ "escapedName": "@babel%2fplugin-transform-literals",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile ES2015 unicode string and number literals to ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -29,6 +47,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-literals",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-literals",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-literals"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-logical-assignment-operators/package.json b/node_modules/@babel/plugin-transform-logical-assignment-operators/package.json
index 899634d3..b2b993fe 100644
--- a/node_modules/@babel/plugin-transform-logical-assignment-operators/package.json
+++ b/node_modules/@babel/plugin-transform-logical-assignment-operators/package.json
@@ -1,36 +1,72 @@
{
- "name": "@babel/plugin-transform-logical-assignment-operators",
- "version": "7.23.3",
- "description": "Transforms logical assignment operators into short-circuited assignments",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-logical-assignment-operators"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-logical-assignment-operators@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-logical-assignment-operators@7.23.3",
+ "_id": "@babel/plugin-transform-logical-assignment-operators@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-+pD5ZbxofyOygEp+zZAfujY2ShNCXRpDRIPOiBmTO693hhyOEteZgl876Xs9SAHPQpcV0vz8LvA/T+w8AzyX8A==",
+ "_location": "/@babel/plugin-transform-logical-assignment-operators",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-logical-assignment-operators@7.23.3",
+ "name": "@babel/plugin-transform-logical-assignment-operators",
+ "escapedName": "@babel%2fplugin-transform-logical-assignment-operators",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Transforms logical assignment operators into short-circuited assignments",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.3"
},
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-logical-assignment-operators",
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-logical-assignment-operators",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-logical-assignment-operators",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-logical-assignment-operators"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-member-expression-literals/package.json b/node_modules/@babel/plugin-transform-member-expression-literals/package.json
index 8a1349ac..ef150af5 100644
--- a/node_modules/@babel/plugin-transform-member-expression-literals/package.json
+++ b/node_modules/@babel/plugin-transform-member-expression-literals/package.json
@@ -1,27 +1,45 @@
{
- "name": "@babel/plugin-transform-member-expression-literals",
- "version": "7.23.3",
- "description": "Ensure that reserved words are quoted in property accesses",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-member-expression-literals"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-member-expression-literals",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-member-expression-literals@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-member-expression-literals@7.23.3",
+ "_id": "@babel/plugin-transform-member-expression-literals@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==",
+ "_location": "/@babel/plugin-transform-member-expression-literals",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-member-expression-literals@7.23.3",
+ "name": "@babel/plugin-transform-member-expression-literals",
+ "escapedName": "@babel%2fplugin-transform-member-expression-literals",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Ensure that reserved words are quoted in property accesses",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -29,6 +47,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-member-expression-literals",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-member-expression-literals",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-member-expression-literals"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-modules-amd/package.json b/node_modules/@babel/plugin-transform-modules-amd/package.json
index 95b754a8..756cbe6c 100644
--- a/node_modules/@babel/plugin-transform-modules-amd/package.json
+++ b/node_modules/@babel/plugin-transform-modules-amd/package.json
@@ -1,28 +1,46 @@
{
- "name": "@babel/plugin-transform-modules-amd",
- "version": "7.23.3",
- "description": "This plugin transforms ES2015 modules to AMD",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-modules-amd"
+ "_args": [
+ [
+ "@babel/plugin-transform-modules-amd@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/plugin-transform-modules-amd@7.23.3",
+ "_id": "@babel/plugin-transform-modules-amd@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==",
+ "_location": "/@babel/plugin-transform-modules-amd",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-modules-amd@7.23.3",
+ "name": "@babel/plugin-transform-modules-amd",
+ "escapedName": "@babel%2fplugin-transform-modules-amd",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
},
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-amd",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/helper-module-transforms": "^7.23.3",
"@babel/helper-plugin-utils": "^7.22.5"
},
- "keywords": [
- "babel-plugin"
- ],
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "This plugin transforms ES2015 modules to AMD",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -31,6 +49,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-amd",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-modules-amd",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-modules-amd"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-modules-commonjs/package.json b/node_modules/@babel/plugin-transform-modules-commonjs/package.json
index 74f66606..41274d4e 100644
--- a/node_modules/@babel/plugin-transform-modules-commonjs/package.json
+++ b/node_modules/@babel/plugin-transform-modules-commonjs/package.json
@@ -1,37 +1,73 @@
{
- "name": "@babel/plugin-transform-modules-commonjs",
- "version": "7.23.3",
- "description": "This plugin transforms ES2015 modules to CommonJS",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-modules-commonjs"
+ "_args": [
+ [
+ "@babel/plugin-transform-modules-commonjs@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/plugin-transform-modules-commonjs@7.23.3",
+ "_id": "@babel/plugin-transform-modules-commonjs@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==",
+ "_location": "/@babel/plugin-transform-modules-commonjs",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-modules-commonjs@7.23.3",
+ "name": "@babel/plugin-transform-modules-commonjs",
+ "escapedName": "@babel%2fplugin-transform-modules-commonjs",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
},
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/helper-module-transforms": "^7.23.3",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-simple-access": "^7.22.5"
},
- "keywords": [
- "babel-plugin"
- ],
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "This plugin transforms ES2015 modules to CommonJS",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/plugin-external-helpers": "^7.23.3"
},
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs",
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-modules-commonjs",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-modules-commonjs"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-modules-systemjs/package.json b/node_modules/@babel/plugin-transform-modules-systemjs/package.json
index 959fe4a3..f254d5e4 100644
--- a/node_modules/@babel/plugin-transform-modules-systemjs/package.json
+++ b/node_modules/@babel/plugin-transform-modules-systemjs/package.json
@@ -1,37 +1,73 @@
{
- "name": "@babel/plugin-transform-modules-systemjs",
- "version": "7.23.3",
- "description": "This plugin transforms ES2015 modules to SystemJS",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-modules-systemjs"
+ "_args": [
+ [
+ "@babel/plugin-transform-modules-systemjs@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/plugin-transform-modules-systemjs@7.23.3",
+ "_id": "@babel/plugin-transform-modules-systemjs@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==",
+ "_location": "/@babel/plugin-transform-modules-systemjs",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-modules-systemjs@7.23.3",
+ "name": "@babel/plugin-transform-modules-systemjs",
+ "escapedName": "@babel%2fplugin-transform-modules-systemjs",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
},
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/helper-hoist-variables": "^7.22.5",
"@babel/helper-module-transforms": "^7.23.3",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-validator-identifier": "^7.22.20"
},
- "keywords": [
- "babel-plugin"
- ],
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "This plugin transforms ES2015 modules to SystemJS",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
},
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs",
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-modules-systemjs",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-modules-systemjs"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-modules-umd/package.json b/node_modules/@babel/plugin-transform-modules-umd/package.json
index 87055990..44dd048b 100644
--- a/node_modules/@babel/plugin-transform-modules-umd/package.json
+++ b/node_modules/@babel/plugin-transform-modules-umd/package.json
@@ -1,28 +1,46 @@
{
- "name": "@babel/plugin-transform-modules-umd",
- "version": "7.23.3",
- "description": "This plugin transforms ES2015 modules to UMD",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-modules-umd"
+ "_args": [
+ [
+ "@babel/plugin-transform-modules-umd@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/plugin-transform-modules-umd@7.23.3",
+ "_id": "@babel/plugin-transform-modules-umd@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==",
+ "_location": "/@babel/plugin-transform-modules-umd",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-modules-umd@7.23.3",
+ "name": "@babel/plugin-transform-modules-umd",
+ "escapedName": "@babel%2fplugin-transform-modules-umd",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
},
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-umd",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/helper-module-transforms": "^7.23.3",
"@babel/helper-plugin-utils": "^7.22.5"
},
- "keywords": [
- "babel-plugin"
- ],
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "This plugin transforms ES2015 modules to UMD",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -31,6 +49,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-umd",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-modules-umd",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-modules-umd"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-named-capturing-groups-regex/package.json b/node_modules/@babel/plugin-transform-named-capturing-groups-regex/package.json
index 344f855f..4fc2035d 100644
--- a/node_modules/@babel/plugin-transform-named-capturing-groups-regex/package.json
+++ b/node_modules/@babel/plugin-transform-named-capturing-groups-regex/package.json
@@ -1,32 +1,46 @@
{
- "name": "@babel/plugin-transform-named-capturing-groups-regex",
- "version": "7.22.5",
- "description": "Compile regular expressions using named groups to ES5.",
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-named-capturing-groups-regex",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin",
- "regex",
- "regexp",
- "regular expressions"
+ "_args": [
+ [
+ "@babel/plugin-transform-named-capturing-groups-regex@7.22.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-named-capturing-groups-regex"
+ "_development": true,
+ "_from": "@babel/plugin-transform-named-capturing-groups-regex@7.22.5",
+ "_id": "@babel/plugin-transform-named-capturing-groups-regex@7.22.5",
+ "_inBundle": false,
+ "_integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==",
+ "_location": "/@babel/plugin-transform-named-capturing-groups-regex",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-named-capturing-groups-regex@7.22.5",
+ "name": "@babel/plugin-transform-named-capturing-groups-regex",
+ "escapedName": "@babel%2fplugin-transform-named-capturing-groups-regex",
+ "scope": "@babel",
+ "rawSpec": "7.22.5",
+ "saveSpec": null,
+ "fetchSpec": "7.22.5"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz",
+ "_spec": "7.22.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "bugs": "https://github.com/babel/babel/issues",
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.22.5",
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0"
- },
+ "description": "Compile regular expressions using named groups to ES5.",
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -35,6 +49,27 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-named-capturing-groups-regex",
+ "keywords": [
+ "babel-plugin",
+ "regex",
+ "regexp",
+ "regular expressions"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-named-capturing-groups-regex",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-named-capturing-groups-regex"
+ },
+ "type": "commonjs",
+ "version": "7.22.5"
+}
diff --git a/node_modules/@babel/plugin-transform-new-target/package.json b/node_modules/@babel/plugin-transform-new-target/package.json
index 28ae764c..56db30af 100644
--- a/node_modules/@babel/plugin-transform-new-target/package.json
+++ b/node_modules/@babel/plugin-transform-new-target/package.json
@@ -1,27 +1,45 @@
{
- "name": "@babel/plugin-transform-new-target",
- "version": "7.23.3",
- "description": "Transforms new.target meta property",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-new-target"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-new-target",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-new-target@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-new-target@7.23.3",
+ "_id": "@babel/plugin-transform-new-target@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==",
+ "_location": "/@babel/plugin-transform-new-target",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-new-target@7.23.3",
+ "name": "@babel/plugin-transform-new-target",
+ "escapedName": "@babel%2fplugin-transform-new-target",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Transforms new.target meta property",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -31,6 +49,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-new-target",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-new-target",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-new-target"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json b/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json
index 4950d56c..7843232f 100644
--- a/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json
+++ b/node_modules/@babel/plugin-transform-nullish-coalescing-operator/package.json
@@ -1,28 +1,46 @@
{
- "name": "@babel/plugin-transform-nullish-coalescing-operator",
- "version": "7.23.3",
- "description": "Remove nullish coalescing operator",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-nullish-coalescing-operator"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-nullish-coalescing-operator",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-nullish-coalescing-operator@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-nullish-coalescing-operator@7.23.3",
+ "_id": "@babel/plugin-transform-nullish-coalescing-operator@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-xzg24Lnld4DYIdysyf07zJ1P+iIfJpxtVFOzX4g+bsJ3Ng5Le7rXx9KwqKzuyaUeRnt+I1EICwQITqc0E2PmpA==",
+ "_location": "/@babel/plugin-transform-nullish-coalescing-operator",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-nullish-coalescing-operator@7.23.3",
+ "name": "@babel/plugin-transform-nullish-coalescing-operator",
+ "escapedName": "@babel%2fplugin-transform-nullish-coalescing-operator",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Remove nullish coalescing operator",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -30,6 +48,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-nullish-coalescing-operator",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-nullish-coalescing-operator",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-nullish-coalescing-operator"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-numeric-separator/package.json b/node_modules/@babel/plugin-transform-numeric-separator/package.json
index 62797cd8..6434eb91 100644
--- a/node_modules/@babel/plugin-transform-numeric-separator/package.json
+++ b/node_modules/@babel/plugin-transform-numeric-separator/package.json
@@ -1,28 +1,46 @@
{
- "name": "@babel/plugin-transform-numeric-separator",
- "version": "7.23.3",
- "description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-numeric-separator"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-numeric-separator",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-numeric-separator@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-numeric-separator@7.23.3",
+ "_id": "@babel/plugin-transform-numeric-separator@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-s9GO7fIBi/BLsZ0v3Rftr6Oe4t0ctJ8h4CCXfPoEJwmvAPMyNrfkOOJzm6b9PX9YXcCJWWQd/sBF/N26eBiMVw==",
+ "_location": "/@babel/plugin-transform-numeric-separator",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-numeric-separator@7.23.3",
+ "name": "@babel/plugin-transform-numeric-separator",
+ "escapedName": "@babel%2fplugin-transform-numeric-separator",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-syntax-numeric-separator": "^7.10.4"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -32,6 +50,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-numeric-separator",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-numeric-separator",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-numeric-separator"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-object-rest-spread/package.json b/node_modules/@babel/plugin-transform-object-rest-spread/package.json
index 25d39770..ff9f0472 100644
--- a/node_modules/@babel/plugin-transform-object-rest-spread/package.json
+++ b/node_modules/@babel/plugin-transform-object-rest-spread/package.json
@@ -1,21 +1,41 @@
{
- "name": "@babel/plugin-transform-object-rest-spread",
- "version": "7.23.3",
- "description": "Compile object rest and spread to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-object-rest-spread"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-object-rest-spread",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-object-rest-spread@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-object-rest-spread@7.23.3",
+ "_id": "@babel/plugin-transform-object-rest-spread@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-VxHt0ANkDmu8TANdE9Kc0rndo/ccsmfe2Cx2y5sI4hu3AukHQ5wAu4cM7j3ba8B9548ijVyclBU+nuDQftZsog==",
+ "_location": "/@babel/plugin-transform-object-rest-spread",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-object-rest-spread@7.23.3",
+ "name": "@babel/plugin-transform-object-rest-spread",
+ "escapedName": "@babel%2fplugin-transform-object-rest-spread",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/compat-data": "^7.23.3",
"@babel/helper-compilation-targets": "^7.22.15",
@@ -23,9 +43,7 @@
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-parameters": "^7.23.3"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile object rest and spread to ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -34,6 +52,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-object-rest-spread",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-object-rest-spread",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-object-rest-spread"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-object-super/package.json b/node_modules/@babel/plugin-transform-object-super/package.json
index c70428d5..405391bc 100644
--- a/node_modules/@babel/plugin-transform-object-super/package.json
+++ b/node_modules/@babel/plugin-transform-object-super/package.json
@@ -1,28 +1,46 @@
{
- "name": "@babel/plugin-transform-object-super",
- "version": "7.23.3",
- "description": "Compile ES2015 object super to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-object-super"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-object-super",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-object-super@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-object-super@7.23.3",
+ "_id": "@babel/plugin-transform-object-super@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==",
+ "_location": "/@babel/plugin-transform-object-super",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-object-super@7.23.3",
+ "name": "@babel/plugin-transform-object-super",
+ "escapedName": "@babel%2fplugin-transform-object-super",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-replace-supers": "^7.22.20"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile ES2015 object super to ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -30,6 +48,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-object-super",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-object-super",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-object-super"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-optional-catch-binding/package.json b/node_modules/@babel/plugin-transform-optional-catch-binding/package.json
index ebf2af61..e56d158c 100644
--- a/node_modules/@babel/plugin-transform-optional-catch-binding/package.json
+++ b/node_modules/@babel/plugin-transform-optional-catch-binding/package.json
@@ -1,28 +1,46 @@
{
- "name": "@babel/plugin-transform-optional-catch-binding",
- "version": "7.23.3",
- "description": "Compile optional catch bindings",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-optional-catch-binding"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-optional-catch-binding",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-optional-catch-binding@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-optional-catch-binding@7.23.3",
+ "_id": "@babel/plugin-transform-optional-catch-binding@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-LxYSb0iLjUamfm7f1D7GpiS4j0UAC8AOiehnsGAP8BEsIX8EOi3qV6bbctw8M7ZvLtcoZfZX5Z7rN9PlWk0m5A==",
+ "_location": "/@babel/plugin-transform-optional-catch-binding",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-optional-catch-binding@7.23.3",
+ "name": "@babel/plugin-transform-optional-catch-binding",
+ "escapedName": "@babel%2fplugin-transform-optional-catch-binding",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile optional catch bindings",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -30,6 +48,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-optional-catch-binding",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-optional-catch-binding",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-optional-catch-binding"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-optional-chaining/package.json b/node_modules/@babel/plugin-transform-optional-chaining/package.json
index 6f683c06..18b86214 100644
--- a/node_modules/@babel/plugin-transform-optional-chaining/package.json
+++ b/node_modules/@babel/plugin-transform-optional-chaining/package.json
@@ -1,29 +1,48 @@
{
- "name": "@babel/plugin-transform-optional-chaining",
- "version": "7.23.3",
- "description": "Transform optional chaining operators into a series of nil checks",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-optional-chaining"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-optional-chaining",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-optional-chaining@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-optional-chaining@7.23.3",
+ "_id": "@babel/plugin-transform-optional-chaining@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==",
+ "_location": "/@babel/plugin-transform-optional-chaining",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-optional-chaining@7.23.3",
+ "name": "@babel/plugin-transform-optional-chaining",
+ "escapedName": "@babel%2fplugin-transform-optional-chaining",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Transform optional chaining operators into a series of nil checks",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -33,6 +52,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-optional-chaining",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-optional-chaining",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-optional-chaining"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-parameters/package.json b/node_modules/@babel/plugin-transform-parameters/package.json
index 472c1160..f9059c53 100644
--- a/node_modules/@babel/plugin-transform-parameters/package.json
+++ b/node_modules/@babel/plugin-transform-parameters/package.json
@@ -1,27 +1,46 @@
{
- "name": "@babel/plugin-transform-parameters",
- "version": "7.23.3",
- "description": "Compile ES2015 default and rest parameters to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-parameters"
+ "_args": [
+ [
+ "@babel/plugin-transform-parameters@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/plugin-transform-parameters@7.23.3",
+ "_id": "@babel/plugin-transform-parameters@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==",
+ "_location": "/@babel/plugin-transform-parameters",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-parameters@7.23.3",
+ "name": "@babel/plugin-transform-parameters",
+ "escapedName": "@babel%2fplugin-transform-parameters",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
},
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-parameters",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/plugin-transform-object-rest-spread",
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "keywords": [
- "babel-plugin"
- ],
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile ES2015 default and rest parameters to ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -29,6 +48,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-parameters",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-parameters",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-parameters"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-private-methods/package.json b/node_modules/@babel/plugin-transform-private-methods/package.json
index e019292c..b18fafa1 100644
--- a/node_modules/@babel/plugin-transform-private-methods/package.json
+++ b/node_modules/@babel/plugin-transform-private-methods/package.json
@@ -1,28 +1,46 @@
{
- "name": "@babel/plugin-transform-private-methods",
- "version": "7.23.3",
- "description": "This plugin transforms private class methods",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-private-methods"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-private-methods",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-private-methods@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-private-methods@7.23.3",
+ "_id": "@babel/plugin-transform-private-methods@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==",
+ "_location": "/@babel/plugin-transform-private-methods",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-private-methods@7.23.3",
+ "name": "@babel/plugin-transform-private-methods",
+ "escapedName": "@babel%2fplugin-transform-private-methods",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-create-class-features-plugin": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "This plugin transforms private class methods",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -30,6 +48,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-private-methods",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-private-methods",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-private-methods"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-private-property-in-object/package.json b/node_modules/@babel/plugin-transform-private-property-in-object/package.json
index 4ddba933..4a58f190 100644
--- a/node_modules/@babel/plugin-transform-private-property-in-object/package.json
+++ b/node_modules/@babel/plugin-transform-private-property-in-object/package.json
@@ -1,30 +1,48 @@
{
- "name": "@babel/plugin-transform-private-property-in-object",
- "version": "7.23.3",
- "description": "This plugin transforms checks for a private property in an object",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-private-property-in-object"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-private-property-in-object",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-private-property-in-object@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-private-property-in-object@7.23.3",
+ "_id": "@babel/plugin-transform-private-property-in-object@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA==",
+ "_location": "/@babel/plugin-transform-private-property-in-object",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-private-property-in-object@7.23.3",
+ "name": "@babel/plugin-transform-private-property-in-object",
+ "escapedName": "@babel%2fplugin-transform-private-property-in-object",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.22.5",
"@babel/helper-create-class-features-plugin": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "This plugin transforms checks for a private property in an object",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -32,6 +50,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-private-property-in-object",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-private-property-in-object",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-private-property-in-object"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-property-literals/package.json b/node_modules/@babel/plugin-transform-property-literals/package.json
index 6016e41b..ed93407e 100644
--- a/node_modules/@babel/plugin-transform-property-literals/package.json
+++ b/node_modules/@babel/plugin-transform-property-literals/package.json
@@ -1,27 +1,45 @@
{
- "name": "@babel/plugin-transform-property-literals",
- "version": "7.23.3",
- "description": "Ensure that reserved words are quoted in object property keys",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-property-literals"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-property-literals",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-property-literals@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-property-literals@7.23.3",
+ "_id": "@babel/plugin-transform-property-literals@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==",
+ "_location": "/@babel/plugin-transform-property-literals",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-property-literals@7.23.3",
+ "name": "@babel/plugin-transform-property-literals",
+ "escapedName": "@babel%2fplugin-transform-property-literals",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Ensure that reserved words are quoted in object property keys",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -29,6 +47,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-property-literals",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-property-literals",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-property-literals"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-regenerator/package.json b/node_modules/@babel/plugin-transform-regenerator/package.json
index 48a4f20f..2e08449f 100644
--- a/node_modules/@babel/plugin-transform-regenerator/package.json
+++ b/node_modules/@babel/plugin-transform-regenerator/package.json
@@ -1,26 +1,46 @@
{
- "name": "@babel/plugin-transform-regenerator",
- "author": "The Babel Team (https://babel.dev/team)",
- "description": "Explode async and generator functions into a state machine.",
- "version": "7.23.3",
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-regenerator",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-regenerator"
+ "_args": [
+ [
+ "@babel/plugin-transform-regenerator@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/plugin-transform-regenerator@7.23.3",
+ "_id": "@babel/plugin-transform-regenerator@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==",
+ "_location": "/@babel/plugin-transform-regenerator",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-regenerator@7.23.3",
+ "name": "@babel/plugin-transform-regenerator",
+ "escapedName": "@babel%2fplugin-transform-regenerator",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"regenerator-transform": "^0.15.2"
},
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Explode async and generator functions into a state machine.",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -28,5 +48,21 @@
"engines": {
"node": ">=6.9.0"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-regenerator",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-regenerator",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-regenerator"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-reserved-words/package.json b/node_modules/@babel/plugin-transform-reserved-words/package.json
index 89ce0a9c..5d7f328d 100644
--- a/node_modules/@babel/plugin-transform-reserved-words/package.json
+++ b/node_modules/@babel/plugin-transform-reserved-words/package.json
@@ -1,27 +1,45 @@
{
- "name": "@babel/plugin-transform-reserved-words",
- "version": "7.23.3",
- "description": "Ensure that no reserved words are used.",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-reserved-words"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-reserved-words",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-reserved-words@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-reserved-words@7.23.3",
+ "_id": "@babel/plugin-transform-reserved-words@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==",
+ "_location": "/@babel/plugin-transform-reserved-words",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-reserved-words@7.23.3",
+ "name": "@babel/plugin-transform-reserved-words",
+ "escapedName": "@babel%2fplugin-transform-reserved-words",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Ensure that no reserved words are used.",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -29,6 +47,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-reserved-words",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-reserved-words",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-reserved-words"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-runtime/package.json b/node_modules/@babel/plugin-transform-runtime/package.json
index 84c0f03f..8a77fe90 100644
--- a/node_modules/@babel/plugin-transform-runtime/package.json
+++ b/node_modules/@babel/plugin-transform-runtime/package.json
@@ -1,24 +1,45 @@
{
- "name": "@babel/plugin-transform-runtime",
- "version": "7.23.3",
- "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-runtime"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-runtime@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-runtime@7.23.3",
+ "_id": "@babel/plugin-transform-runtime@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-XcQ3X58CKBdBnnZpPaQjgVMePsXtSZzHoku70q9tUAQp02ggPQNM04BF3RvlW1GSM/McbSOQAzEK4MXbS7/JFg==",
+ "_location": "/@babel/plugin-transform-runtime",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-runtime@7.23.3",
+ "name": "@babel/plugin-transform-runtime",
+ "escapedName": "@babel%2fplugin-transform-runtime",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@vue/babel-preset-app"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
"browser": {
"./lib/get-runtime-path/index.js": "./lib/get-runtime-path/browser.js",
"./src/get-runtime-path/index.ts": "./src/get-runtime-path/browser.ts"
},
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-module-imports": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5",
@@ -27,9 +48,7 @@
"babel-plugin-polyfill-regenerator": "^0.5.3",
"semver": "^6.3.1"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -39,10 +58,27 @@
"@babel/runtime-corejs3": "^7.23.2",
"make-dir": "^2.1.0"
},
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-runtime",
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-runtime",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-runtime",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-runtime"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-shorthand-properties/package.json b/node_modules/@babel/plugin-transform-shorthand-properties/package.json
index 964d64e9..d062a609 100644
--- a/node_modules/@babel/plugin-transform-shorthand-properties/package.json
+++ b/node_modules/@babel/plugin-transform-shorthand-properties/package.json
@@ -1,27 +1,45 @@
{
- "name": "@babel/plugin-transform-shorthand-properties",
- "version": "7.23.3",
- "description": "Compile ES2015 shorthand properties to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-shorthand-properties"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-shorthand-properties",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-shorthand-properties@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-shorthand-properties@7.23.3",
+ "_id": "@babel/plugin-transform-shorthand-properties@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==",
+ "_location": "/@babel/plugin-transform-shorthand-properties",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-shorthand-properties@7.23.3",
+ "name": "@babel/plugin-transform-shorthand-properties",
+ "escapedName": "@babel%2fplugin-transform-shorthand-properties",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile ES2015 shorthand properties to ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -29,6 +47,24 @@
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-shorthand-properties",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-shorthand-properties",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-shorthand-properties"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-spread/package.json b/node_modules/@babel/plugin-transform-spread/package.json
index d0522c1e..21b33d8e 100644
--- a/node_modules/@babel/plugin-transform-spread/package.json
+++ b/node_modules/@babel/plugin-transform-spread/package.json
@@ -1,35 +1,71 @@
{
- "name": "@babel/plugin-transform-spread",
- "version": "7.23.3",
- "description": "Compile ES2015 spread to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-spread"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-spread@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-spread@7.23.3",
+ "_id": "@babel/plugin-transform-spread@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==",
+ "_location": "/@babel/plugin-transform-spread",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-spread@7.23.3",
+ "name": "@babel/plugin-transform-spread",
+ "escapedName": "@babel%2fplugin-transform-spread",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile ES2015 spread to ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
},
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-spread",
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-spread",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-spread",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-spread"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-sticky-regex/package.json b/node_modules/@babel/plugin-transform-sticky-regex/package.json
index 102052b4..c8bf92d6 100644
--- a/node_modules/@babel/plugin-transform-sticky-regex/package.json
+++ b/node_modules/@babel/plugin-transform-sticky-regex/package.json
@@ -1,34 +1,70 @@
{
- "name": "@babel/plugin-transform-sticky-regex",
- "version": "7.23.3",
- "description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-sticky-regex"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-sticky-regex@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-sticky-regex@7.23.3",
+ "_id": "@babel/plugin-transform-sticky-regex@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==",
+ "_location": "/@babel/plugin-transform-sticky-regex",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-sticky-regex@7.23.3",
+ "name": "@babel/plugin-transform-sticky-regex",
+ "escapedName": "@babel%2fplugin-transform-sticky-regex",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
},
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-sticky-regex",
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-sticky-regex",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-sticky-regex",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-sticky-regex"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-template-literals/package.json b/node_modules/@babel/plugin-transform-template-literals/package.json
index 62056f43..e9ad9d5d 100644
--- a/node_modules/@babel/plugin-transform-template-literals/package.json
+++ b/node_modules/@babel/plugin-transform-template-literals/package.json
@@ -1,34 +1,70 @@
{
- "name": "@babel/plugin-transform-template-literals",
- "version": "7.23.3",
- "description": "Compile ES2015 template literals to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-template-literals"
+ "_args": [
+ [
+ "@babel/plugin-transform-template-literals@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/plugin-transform-template-literals@7.23.3",
+ "_id": "@babel/plugin-transform-template-literals@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==",
+ "_location": "/@babel/plugin-transform-template-literals",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-template-literals@7.23.3",
+ "name": "@babel/plugin-transform-template-literals",
+ "escapedName": "@babel%2fplugin-transform-template-literals",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
},
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "keywords": [
- "babel-plugin"
- ],
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile ES2015 template literals to ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
},
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-template-literals",
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-template-literals",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-template-literals",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-template-literals"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-typeof-symbol/package.json b/node_modules/@babel/plugin-transform-typeof-symbol/package.json
index 85e78e72..a10d1683 100644
--- a/node_modules/@babel/plugin-transform-typeof-symbol/package.json
+++ b/node_modules/@babel/plugin-transform-typeof-symbol/package.json
@@ -1,26 +1,45 @@
{
- "name": "@babel/plugin-transform-typeof-symbol",
- "version": "7.23.3",
- "description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-typeof-symbol"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-typeof-symbol@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-typeof-symbol@7.23.3",
+ "_id": "@babel/plugin-transform-typeof-symbol@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==",
+ "_location": "/@babel/plugin-transform-typeof-symbol",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-typeof-symbol@7.23.3",
+ "name": "@babel/plugin-transform-typeof-symbol",
+ "escapedName": "@babel%2fplugin-transform-typeof-symbol",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -28,10 +47,27 @@
"@babel/runtime-corejs2": "^7.23.2",
"@babel/runtime-corejs3": "^7.23.2"
},
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typeof-symbol",
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typeof-symbol",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-typeof-symbol",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-typeof-symbol"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-unicode-escapes/package.json b/node_modules/@babel/plugin-transform-unicode-escapes/package.json
index 96c970c4..ad578ad7 100644
--- a/node_modules/@babel/plugin-transform-unicode-escapes/package.json
+++ b/node_modules/@babel/plugin-transform-unicode-escapes/package.json
@@ -1,34 +1,70 @@
{
- "name": "@babel/plugin-transform-unicode-escapes",
- "version": "7.23.3",
- "description": "Compile ES2015 Unicode escapes to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-unicode-escapes"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-unicode-escapes@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-unicode-escapes@7.23.3",
+ "_id": "@babel/plugin-transform-unicode-escapes@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==",
+ "_location": "/@babel/plugin-transform-unicode-escapes",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-unicode-escapes@7.23.3",
+ "name": "@babel/plugin-transform-unicode-escapes",
+ "escapedName": "@babel%2fplugin-transform-unicode-escapes",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile ES2015 Unicode escapes to ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
},
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-escapes",
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-escapes",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-unicode-escapes",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-unicode-escapes"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-unicode-property-regex/package.json b/node_modules/@babel/plugin-transform-unicode-property-regex/package.json
index c981c591..ffc85ea0 100644
--- a/node_modules/@babel/plugin-transform-unicode-property-regex/package.json
+++ b/node_modules/@babel/plugin-transform-unicode-property-regex/package.json
@@ -1,16 +1,54 @@
{
- "name": "@babel/plugin-transform-unicode-property-regex",
- "version": "7.23.3",
+ "_args": [
+ [
+ "@babel/plugin-transform-unicode-property-regex@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/plugin-transform-unicode-property-regex@7.23.3",
+ "_id": "@babel/plugin-transform-unicode-property-regex@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==",
+ "_location": "/@babel/plugin-transform-unicode-property-regex",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-unicode-property-regex@7.23.3",
+ "name": "@babel/plugin-transform-unicode-property-regex",
+ "escapedName": "@babel%2fplugin-transform-unicode-property-regex",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
"description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-property-regex",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "devDependencies": {
+ "@babel/core": "^7.23.3",
+ "@babel/helper-plugin-test-runner": "^7.22.5"
},
- "main": "./lib/index.js",
"engines": {
"node": ">=6.9.0"
},
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-property-regex",
"keywords": [
"babel-plugin",
"regex",
@@ -19,23 +57,20 @@
"unicode properties",
"unicode"
],
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-unicode-property-regex"
- },
- "bugs": "https://github.com/babel/babel/issues",
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.22.5"
- },
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-unicode-property-regex",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
- "devDependencies": {
- "@babel/core": "^7.23.3",
- "@babel/helper-plugin-test-runner": "^7.22.5"
+ "publishConfig": {
+ "access": "public"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-unicode-property-regex"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-unicode-regex/package.json b/node_modules/@babel/plugin-transform-unicode-regex/package.json
index fada3724..276ac579 100644
--- a/node_modules/@babel/plugin-transform-unicode-regex/package.json
+++ b/node_modules/@babel/plugin-transform-unicode-regex/package.json
@@ -1,35 +1,71 @@
{
- "name": "@babel/plugin-transform-unicode-regex",
- "version": "7.23.3",
- "description": "Compile ES2015 Unicode regex to ES5",
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-unicode-regex"
- },
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "main": "./lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_args": [
+ [
+ "@babel/plugin-transform-unicode-regex@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@babel/plugin-transform-unicode-regex@7.23.3",
+ "_id": "@babel/plugin-transform-unicode-regex@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==",
+ "_location": "/@babel/plugin-transform-unicode-regex",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-unicode-regex@7.23.3",
+ "name": "@babel/plugin-transform-unicode-regex",
+ "escapedName": "@babel%2fplugin-transform-unicode-regex",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
"dependencies": {
"@babel/helper-create-regexp-features-plugin": "^7.22.15",
"@babel/helper-plugin-utils": "^7.22.5"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "Compile ES2015 Unicode regex to ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
},
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-regex",
"engines": {
"node": ">=6.9.0"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-regex",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-unicode-regex",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-unicode-regex"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/plugin-transform-unicode-sets-regex/package.json b/node_modules/@babel/plugin-transform-unicode-sets-regex/package.json
index a392cf6d..9c8a4726 100644
--- a/node_modules/@babel/plugin-transform-unicode-sets-regex/package.json
+++ b/node_modules/@babel/plugin-transform-unicode-sets-regex/package.json
@@ -1,13 +1,58 @@
{
- "name": "@babel/plugin-transform-unicode-sets-regex",
- "version": "7.23.3",
- "description": "Compile regular expressions' unicodeSets (v) flag.",
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-sets-regex",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/plugin-transform-unicode-sets-regex@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/plugin-transform-unicode-sets-regex@7.23.3",
+ "_id": "@babel/plugin-transform-unicode-sets-regex@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==",
+ "_location": "/@babel/plugin-transform-unicode-sets-regex",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-transform-unicode-sets-regex@7.23.3",
+ "name": "@babel/plugin-transform-unicode-sets-regex",
+ "escapedName": "@babel%2fplugin-transform-unicode-sets-regex",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
},
- "main": "./lib/index.js",
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
+ },
+ "dependencies": {
+ "@babel/helper-create-regexp-features-plugin": "^7.22.15",
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "description": "Compile regular expressions' unicodeSets (v) flag.",
+ "devDependencies": {
+ "@babel/core": "^7.23.3",
+ "@babel/helper-plugin-test-runner": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "exports": {
+ ".": "./lib/index.js",
+ "./package.json": "./package.json"
+ },
+ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-sets-regex",
"keywords": [
"babel-plugin",
"regex",
@@ -20,30 +65,20 @@
"strings",
"regular expressions"
],
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-transform-unicode-sets-regex"
- },
- "bugs": "https://github.com/babel/babel/issues",
- "dependencies": {
- "@babel/helper-create-regexp-features-plugin": "^7.22.15",
- "@babel/helper-plugin-utils": "^7.22.5"
- },
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/plugin-transform-unicode-sets-regex",
"peerDependencies": {
"@babel/core": "^7.0.0"
},
- "devDependencies": {
- "@babel/core": "^7.23.3",
- "@babel/helper-plugin-test-runner": "^7.22.5"
+ "publishConfig": {
+ "access": "public"
},
- "author": "The Babel Team (https://babel.dev/team)",
- "exports": {
- ".": "./lib/index.js",
- "./package.json": "./package.json"
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-plugin-transform-unicode-sets-regex"
},
- "engines": {
- "node": ">=6.9.0"
- },
- "type": "commonjs"
-}
\ No newline at end of file
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/preset-env/package.json b/node_modules/@babel/preset-env/package.json
index 4a0f9724..1008874d 100644
--- a/node_modules/@babel/preset-env/package.json
+++ b/node_modules/@babel/preset-env/package.json
@@ -1,20 +1,41 @@
{
- "name": "@babel/preset-env",
- "version": "7.23.3",
- "description": "A Babel preset for each environment.",
- "author": "The Babel Team (https://babel.dev/team)",
- "homepage": "https://babel.dev/docs/en/next/babel-preset-env",
- "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20preset-env%22+is%3Aopen",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/preset-env@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/preset-env@7.23.3",
+ "_id": "@babel/preset-env@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==",
+ "_location": "/@babel/preset-env",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/preset-env@7.23.3",
+ "name": "@babel/preset-env",
+ "escapedName": "@babel%2fpreset-env",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-preset-env"
+ "_requiredBy": [
+ "/@vue/babel-preset-app"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20preset-env%22+is%3Aopen"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/compat-data": "^7.23.3",
"@babel/helper-compilation-targets": "^7.22.15",
@@ -97,9 +118,7 @@
"core-js-compat": "^3.31.0",
"semver": "^6.3.1"
},
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "description": "A Babel preset for each environment.",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/core-7.12": "npm:@babel/core@7.12.9",
@@ -109,5 +128,21 @@
"engines": {
"node": ">=6.9.0"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-preset-env",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/preset-env",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-preset-env"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/preset-modules/package.json b/node_modules/@babel/preset-modules/package.json
index 76c97627..7360743a 100644
--- a/node_modules/@babel/preset-modules/package.json
+++ b/node_modules/@babel/preset-modules/package.json
@@ -1,71 +1,46 @@
{
- "name": "@babel/preset-modules",
- "version": "0.1.6-no-external-plugins",
- "description": "A Babel preset that targets modern browsers by fixing engine bugs.",
- "main": "lib/index.js",
- "license": "MIT",
- "scripts": {
- "start": "concurrently -r 'npm:watch:* -s'",
- "build": "babel src -d lib --ignore '**/*.test.js'",
- "test": "eslint src test && jest --colors",
- "test:browser": "cd test/browser && karmatic --no-coverage --browsers chrome:headless,sauce-chrome-61,sauce-firefox-60,sauce-safari-10,sauce-safari-11,sauce-edge-16,sauce-edge-17 '**/*.js'",
- "test:local": "cd test/browser && karmatic --no-coverage '**/*.js'",
- "test:safari": "npm run test:local -- --browsers sauce-safari-10",
- "test:edge": "npm run test:local -- --browsers sauce-edge-16",
- "watch:test": "jest --watch",
- "watch:build": "npm run -s build -- -w"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/preset-modules.git"
- },
- "keywords": [
- "babel",
- "preset",
- "preset-env",
- "modern",
- "modules",
- "ES Modules",
- "module/nomodule"
- ],
- "files": [
- "src",
- "lib"
- ],
- "lint-staged": {
- "*.js": [
- "eslint --format=codeframe"
+ "_args": [
+ [
+ "@babel/preset-modules@0.1.6-no-external-plugins",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
- },
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "jest": {
- "testEnvironment": "node",
- "roots": [
- "src",
- "test"
- ]
- },
- "eslintConfig": {
- "extends": "developit",
- "rules": {
- "no-console": 0,
- "new-cap": 0
- }
- },
- "eslintIgnore": [
- "test/fixtures/**/*",
- "test/integration/**/*"
],
+ "_development": true,
+ "_from": "@babel/preset-modules@0.1.6-no-external-plugins",
+ "_id": "@babel/preset-modules@0.1.6-no-external-plugins",
+ "_inBundle": false,
+ "_integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
+ "_location": "/@babel/preset-modules",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/preset-modules@0.1.6-no-external-plugins",
+ "name": "@babel/preset-modules",
+ "escapedName": "@babel%2fpreset-modules",
+ "scope": "@babel",
+ "rawSpec": "0.1.6-no-external-plugins",
+ "saveSpec": null,
+ "fetchSpec": "0.1.6-no-external-plugins"
+ },
+ "_requiredBy": [
+ "/@babel/preset-env"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
+ "_spec": "0.1.6-no-external-plugins",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"authors": [
"Jason Miller "
],
- "peerDependencies": {
- "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
+ "bugs": {
+ "url": "https://github.com/babel/preset-modules/issues"
},
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@babel/types": "^7.4.4",
+ "esutils": "^2.0.2"
+ },
+ "description": "A Babel preset that targets modern browsers by fixing engine bugs.",
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
@@ -96,9 +71,68 @@
"terser": "^4.0.2",
"webpack": "^4.35.0"
},
- "dependencies": {
- "@babel/helper-plugin-utils": "^7.0.0",
- "@babel/types": "^7.4.4",
- "esutils": "^2.0.2"
- }
+ "eslintConfig": {
+ "extends": "developit",
+ "rules": {
+ "no-console": 0,
+ "new-cap": 0
+ }
+ },
+ "eslintIgnore": [
+ "test/fixtures/**/*",
+ "test/integration/**/*"
+ ],
+ "files": [
+ "src",
+ "lib"
+ ],
+ "homepage": "https://github.com/babel/preset-modules#readme",
+ "husky": {
+ "hooks": {
+ "pre-commit": "lint-staged"
+ }
+ },
+ "jest": {
+ "testEnvironment": "node",
+ "roots": [
+ "src",
+ "test"
+ ]
+ },
+ "keywords": [
+ "babel",
+ "preset",
+ "preset-env",
+ "modern",
+ "modules",
+ "ES Modules",
+ "module/nomodule"
+ ],
+ "license": "MIT",
+ "lint-staged": {
+ "*.js": [
+ "eslint --format=codeframe"
+ ]
+ },
+ "main": "lib/index.js",
+ "name": "@babel/preset-modules",
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/preset-modules.git"
+ },
+ "scripts": {
+ "build": "babel src -d lib --ignore '**/*.test.js'",
+ "start": "concurrently -r 'npm:watch:* -s'",
+ "test": "eslint src test && jest --colors",
+ "test:browser": "cd test/browser && karmatic --no-coverage --browsers chrome:headless,sauce-chrome-61,sauce-firefox-60,sauce-safari-10,sauce-safari-11,sauce-edge-16,sauce-edge-17 '**/*.js'",
+ "test:edge": "npm run test:local -- --browsers sauce-edge-16",
+ "test:local": "cd test/browser && karmatic --no-coverage '**/*.js'",
+ "test:safari": "npm run test:local -- --browsers sauce-safari-10",
+ "watch:build": "npm run -s build -- -w",
+ "watch:test": "jest --watch"
+ },
+ "version": "0.1.6-no-external-plugins"
}
diff --git a/node_modules/@babel/regjsgen/package.json b/node_modules/@babel/regjsgen/package.json
index 60fa7565..a7620261 100644
--- a/node_modules/@babel/regjsgen/package.json
+++ b/node_modules/@babel/regjsgen/package.json
@@ -1,9 +1,53 @@
{
- "name": "@babel/regjsgen",
- "version": "0.8.0",
+ "_args": [
+ [
+ "@babel/regjsgen@0.8.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/regjsgen@0.8.0",
+ "_id": "@babel/regjsgen@0.8.0",
+ "_inBundle": false,
+ "_integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==",
+ "_location": "/@babel/regjsgen",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/regjsgen@0.8.0",
+ "name": "@babel/regjsgen",
+ "escapedName": "@babel%2fregjsgen",
+ "scope": "@babel",
+ "rawSpec": "0.8.0",
+ "saveSpec": null,
+ "fetchSpec": "0.8.0"
+ },
+ "_requiredBy": [
+ "/regexpu-core"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
+ "_spec": "0.8.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Benjamin Tan",
+ "url": "https://ofcr.se/"
+ },
+ "bugs": {
+ "url": "https://github.com/bnjmnt4n/regjsgen/issues"
+ },
"description": "Generate regular expressions from regjsparser’s AST.",
+ "devDependencies": {
+ "codecov": "^3.8.3",
+ "nyc": "^15.1.0",
+ "regjsparser": "^0.9.1",
+ "request": "^2.88.2"
+ },
+ "files": [
+ "LICENSE-MIT.txt",
+ "regjsgen.js"
+ ],
"homepage": "https://github.com/bnjmnt4n/regjsgen",
- "main": "regjsgen.js",
"keywords": [
"ast",
"generate",
@@ -12,32 +56,20 @@
"regular expressions"
],
"license": "MIT",
- "author": {
- "name": "Benjamin Tan",
- "url": "https://ofcr.se/"
+ "main": "regjsgen.js",
+ "name": "@babel/regjsgen",
+ "publishConfig": {
+ "access": "public"
},
"repository": {
"type": "git",
- "url": "https://github.com/bnjmnt4n/regjsgen.git"
+ "url": "git+https://github.com/bnjmnt4n/regjsgen.git"
},
- "bugs": "https://github.com/bnjmnt4n/regjsgen/issues",
- "files": [
- "LICENSE-MIT.txt",
- "regjsgen.js"
- ],
"scripts": {
- "test": "node tests/tests.js",
"coverage": "nyc --reporter=html npm test",
"report-coverage": "nyc --reporter=lcov npm test && codecov",
+ "test": "node tests/tests.js",
"update-fixtures": "node tests/update-fixtures.js"
},
- "devDependencies": {
- "codecov": "^3.8.3",
- "nyc": "^15.1.0",
- "regjsparser": "^0.9.1",
- "request": "^2.88.2"
- },
- "publishConfig": {
- "access": "public"
- }
+ "version": "0.8.0"
}
diff --git a/node_modules/@babel/runtime/package.json b/node_modules/@babel/runtime/package.json
index fd719789..4a29e9ce 100644
--- a/node_modules/@babel/runtime/package.json
+++ b/node_modules/@babel/runtime/package.json
@@ -1,21 +1,49 @@
{
- "name": "@babel/runtime",
- "version": "7.23.2",
- "description": "babel's modular runtime helpers",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/runtime@7.23.2",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/runtime@7.23.2",
+ "_id": "@babel/runtime@7.23.2",
+ "_inBundle": false,
+ "_integrity": "sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==",
+ "_location": "/@babel/runtime",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/runtime@7.23.2",
+ "name": "@babel/runtime",
+ "escapedName": "@babel%2fruntime",
+ "scope": "@babel",
+ "rawSpec": "7.23.2",
+ "saveSpec": null,
+ "fetchSpec": "7.23.2"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-runtime"
+ "_requiredBy": [
+ "/@vue/babel-preset-app",
+ "/regenerator-transform"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.2.tgz",
+ "_spec": "7.23.2",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues"
},
- "homepage": "https://babel.dev/docs/en/next/babel-runtime",
- "author": "The Babel Team (https://babel.dev/team)",
"dependencies": {
"regenerator-runtime": "^0.14.0"
},
+ "description": "babel's modular runtime helpers",
+ "engines": {
+ "node": ">=6.9.0"
+ },
"exports": {
"./helpers/AsyncGenerator": [
{
@@ -968,8 +996,17 @@
"./regenerator/*.js": "./regenerator/*.js",
"./regenerator/": "./regenerator/"
},
- "engines": {
- "node": ">=6.9.0"
+ "homepage": "https://babel.dev/docs/en/next/babel-runtime",
+ "license": "MIT",
+ "name": "@babel/runtime",
+ "publishConfig": {
+ "access": "public"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-runtime"
+ },
+ "type": "commonjs",
+ "version": "7.23.2"
+}
diff --git a/node_modules/@babel/template/package.json b/node_modules/@babel/template/package.json
index 51deb966..bf42f3ce 100644
--- a/node_modules/@babel/template/package.json
+++ b/node_modules/@babel/template/package.json
@@ -1,27 +1,67 @@
{
- "name": "@babel/template",
- "version": "7.22.15",
- "description": "Generate an AST from a string template.",
- "author": "The Babel Team (https://babel.dev/team)",
- "homepage": "https://babel.dev/docs/en/next/babel-template",
- "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/template@7.22.15",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/template@7.22.15",
+ "_id": "@babel/template@7.22.15",
+ "_inBundle": false,
+ "_integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==",
+ "_location": "/@babel/template",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/template@7.22.15",
+ "name": "@babel/template",
+ "escapedName": "@babel%2ftemplate",
+ "scope": "@babel",
+ "rawSpec": "7.22.15",
+ "saveSpec": null,
+ "fetchSpec": "7.22.15"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-template"
+ "_requiredBy": [
+ "/@babel/core",
+ "/@babel/helper-function-name",
+ "/@babel/helper-wrap-function",
+ "/@babel/helpers",
+ "/@babel/plugin-transform-computed-properties",
+ "/@vue/babel-plugin-jsx"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz",
+ "_spec": "7.22.15",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/code-frame": "^7.22.13",
"@babel/parser": "^7.22.15",
"@babel/types": "^7.22.15"
},
+ "description": "Generate an AST from a string template.",
"engines": {
"node": ">=6.9.0"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-template",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/template",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-template"
+ },
+ "type": "commonjs",
+ "version": "7.22.15"
+}
diff --git a/node_modules/@babel/traverse/package.json b/node_modules/@babel/traverse/package.json
index 0c16f4d8..03d7475b 100644
--- a/node_modules/@babel/traverse/package.json
+++ b/node_modules/@babel/traverse/package.json
@@ -1,20 +1,43 @@
{
- "name": "@babel/traverse",
- "version": "7.23.3",
- "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
- "author": "The Babel Team (https://babel.dev/team)",
- "homepage": "https://babel.dev/docs/en/next/babel-traverse",
- "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20traverse%22+is%3Aopen",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/traverse@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/traverse@7.23.3",
+ "_id": "@babel/traverse@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ==",
+ "_location": "/@babel/traverse",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/traverse@7.23.3",
+ "name": "@babel/traverse",
+ "escapedName": "@babel%2ftraverse",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-traverse"
+ "_requiredBy": [
+ "/@babel/core",
+ "/@babel/helpers",
+ "/@vue/babel-plugin-jsx"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
+ },
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20traverse%22+is%3Aopen"
},
- "main": "./lib/index.js",
"dependencies": {
"@babel/code-frame": "^7.22.13",
"@babel/generator": "^7.23.3",
@@ -27,6 +50,7 @@
"debug": "^4.1.0",
"globals": "^11.1.0"
},
+ "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -34,5 +58,18 @@
"engines": {
"node": ">=6.9.0"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-traverse",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/traverse",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-traverse"
+ },
+ "type": "commonjs",
+ "version": "7.23.3"
+}
diff --git a/node_modules/@babel/types/package.json b/node_modules/@babel/types/package.json
index 33bff1d8..7db95204 100644
--- a/node_modules/@babel/types/package.json
+++ b/node_modules/@babel/types/package.json
@@ -1,33 +1,64 @@
{
- "name": "@babel/types",
- "version": "7.23.3",
- "description": "Babel Types is a Lodash-esque utility library for AST nodes",
- "author": "The Babel Team (https://babel.dev/team)",
- "homepage": "https://babel.dev/docs/en/next/babel-types",
- "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20types%22+is%3Aopen",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/types@7.23.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/types@7.23.3",
+ "_id": "@babel/types@7.23.3",
+ "_inBundle": false,
+ "_integrity": "sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==",
+ "_location": "/@babel/types",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/types@7.23.3",
+ "name": "@babel/types",
+ "escapedName": "@babel%2ftypes",
+ "scope": "@babel",
+ "rawSpec": "7.23.3",
+ "saveSpec": null,
+ "fetchSpec": "7.23.3"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-types"
+ "_requiredBy": [
+ "/@babel/core",
+ "/@babel/generator",
+ "/@babel/helper-annotate-as-pure",
+ "/@babel/helper-builder-binary-assignment-operator-visitor",
+ "/@babel/helper-function-name",
+ "/@babel/helper-hoist-variables",
+ "/@babel/helper-member-expression-to-functions",
+ "/@babel/helper-module-imports",
+ "/@babel/helper-optimise-call-expression",
+ "/@babel/helper-simple-access",
+ "/@babel/helper-skip-transparent-expression-wrappers",
+ "/@babel/helper-split-export-declaration",
+ "/@babel/helper-wrap-function",
+ "/@babel/helpers",
+ "/@babel/preset-modules",
+ "/@babel/template",
+ "/@babel/traverse",
+ "/@vue/babel-plugin-jsx"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.3.tgz",
+ "_spec": "7.23.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "The Babel Team",
+ "url": "https://babel.dev/team"
},
- "main": "./lib/index.js",
- "types": "./lib/index-legacy.d.ts",
- "typesVersions": {
- ">=3.7": {
- "lib/index-legacy.d.ts": [
- "lib/index.d.ts"
- ]
- }
+ "bugs": {
+ "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20types%22+is%3Aopen"
},
"dependencies": {
"@babel/helper-string-parser": "^7.22.5",
"@babel/helper-validator-identifier": "^7.22.20",
"to-fast-properties": "^2.0.0"
},
+ "description": "Babel Types is a Lodash-esque utility library for AST nodes",
"devDependencies": {
"@babel/generator": "^7.23.3",
"@babel/parser": "^7.23.3",
@@ -36,5 +67,26 @@
"engines": {
"node": ">=6.9.0"
},
- "type": "commonjs"
-}
\ No newline at end of file
+ "homepage": "https://babel.dev/docs/en/next/babel-types",
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "name": "@babel/types",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/babel/babel.git",
+ "directory": "packages/babel-types"
+ },
+ "type": "commonjs",
+ "types": "./lib/index-legacy.d.ts",
+ "typesVersions": {
+ ">=3.7": {
+ "lib/index-legacy.d.ts": [
+ "lib/index.d.ts"
+ ]
+ }
+ },
+ "version": "7.23.3"
+}
diff --git a/node_modules/@discoveryjs/json-ext/package.json b/node_modules/@discoveryjs/json-ext/package.json
index f6ccde56..8a79f4ec 100644
--- a/node_modules/@discoveryjs/json-ext/package.json
+++ b/node_modules/@discoveryjs/json-ext/package.json
@@ -1,56 +1,97 @@
{
- "name": "@discoveryjs/json-ext",
- "version": "0.5.7",
- "description": "A set of utilities that extend the use of JSON",
- "keywords": [
- "json",
- "utils",
- "stream",
- "async",
- "promise",
- "stringify",
- "info"
- ],
- "author": "Roman Dvornov (https://github.com/lahmatiy)",
- "license": "MIT",
- "repository": "discoveryjs/json-ext",
- "main": "./src/index",
- "browser": {
- "./src/stringify-stream.js": "./src/stringify-stream-browser.js",
- "./src/text-decoder.js": "./src/text-decoder-browser.js",
- "./src/version.js": "./dist/version.js"
- },
- "types": "./index.d.ts",
- "scripts": {
- "test": "mocha --reporter progress",
- "lint": "eslint src test",
- "lint-and-test": "npm run lint && npm test",
- "build": "rollup --config",
- "test:all": "npm run test:src && npm run test:dist",
- "test:src": "npm test",
- "test:dist": "cross-env MODE=dist npm test && cross-env MODE=dist-min npm test",
- "build-and-test": "npm run build && npm run test:dist",
- "coverage": "c8 --reporter=lcovonly npm test",
- "prepublishOnly": "npm run lint && npm test && npm run build-and-test"
- },
- "devDependencies": {
- "@rollup/plugin-commonjs": "^15.1.0",
- "@rollup/plugin-json": "^4.1.0",
- "@rollup/plugin-node-resolve": "^9.0.0",
- "c8": "^7.10.0",
- "chalk": "^4.1.0",
- "cross-env": "^7.0.3",
- "eslint": "^8.10.0",
- "mocha": "^8.4.0",
- "rollup": "^2.28.2",
- "rollup-plugin-terser": "^7.0.2"
- },
- "engines": {
- "node": ">=10.0.0"
- },
- "files": [
- "dist",
- "src",
- "index.d.ts"
+ "_args": [
+ [
+ "@discoveryjs/json-ext@0.5.7",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
+ ],
+ "_development": true,
+ "_from": "@discoveryjs/json-ext@0.5.7",
+ "_id": "@discoveryjs/json-ext@0.5.7",
+ "_inBundle": false,
+ "_integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==",
+ "_location": "/@discoveryjs/json-ext",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@discoveryjs/json-ext@0.5.7",
+ "name": "@discoveryjs/json-ext",
+ "escapedName": "@discoveryjs%2fjson-ext",
+ "scope": "@discoveryjs",
+ "rawSpec": "0.5.7",
+ "saveSpec": null,
+ "fetchSpec": "0.5.7"
+ },
+ "_requiredBy": [
+ "/webpack-bundle-analyzer"
+ ],
+ "_resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz",
+ "_spec": "0.5.7",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Roman Dvornov",
+ "email": "rdvornov@gmail.com",
+ "url": "https://github.com/lahmatiy"
+ },
+ "browser": {
+ "./src/stringify-stream.js": "./src/stringify-stream-browser.js",
+ "./src/text-decoder.js": "./src/text-decoder-browser.js",
+ "./src/version.js": "./dist/version.js"
+ },
+ "bugs": {
+ "url": "https://github.com/discoveryjs/json-ext/issues"
+ },
+ "description": "A set of utilities that extend the use of JSON",
+ "devDependencies": {
+ "@rollup/plugin-commonjs": "^15.1.0",
+ "@rollup/plugin-json": "^4.1.0",
+ "@rollup/plugin-node-resolve": "^9.0.0",
+ "c8": "^7.10.0",
+ "chalk": "^4.1.0",
+ "cross-env": "^7.0.3",
+ "eslint": "^8.10.0",
+ "mocha": "^8.4.0",
+ "rollup": "^2.28.2",
+ "rollup-plugin-terser": "^7.0.2"
+ },
+ "engines": {
+ "node": ">=10.0.0"
+ },
+ "files": [
+ "dist",
+ "src",
+ "index.d.ts"
+ ],
+ "homepage": "https://github.com/discoveryjs/json-ext#readme",
+ "keywords": [
+ "json",
+ "utils",
+ "stream",
+ "async",
+ "promise",
+ "stringify",
+ "info"
+ ],
+ "license": "MIT",
+ "main": "./src/index",
+ "name": "@discoveryjs/json-ext",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/discoveryjs/json-ext.git"
+ },
+ "scripts": {
+ "build": "rollup --config",
+ "build-and-test": "npm run build && npm run test:dist",
+ "coverage": "c8 --reporter=lcovonly npm test",
+ "lint": "eslint src test",
+ "lint-and-test": "npm run lint && npm test",
+ "prepublishOnly": "npm run lint && npm test && npm run build-and-test",
+ "test": "mocha --reporter progress",
+ "test:all": "npm run test:src && npm run test:dist",
+ "test:dist": "cross-env MODE=dist npm test && cross-env MODE=dist-min npm test",
+ "test:src": "npm test"
+ },
+ "types": "./index.d.ts",
+ "version": "0.5.7"
}
diff --git a/node_modules/@eslint/eslintrc/node_modules/globals/package.json b/node_modules/@eslint/eslintrc/node_modules/globals/package.json
index a13be946..7b6c4e54 100644
--- a/node_modules/@eslint/eslintrc/node_modules/globals/package.json
+++ b/node_modules/@eslint/eslintrc/node_modules/globals/package.json
@@ -1,55 +1,91 @@
{
- "name": "globals",
- "version": "13.23.0",
- "description": "Global identifiers from different JavaScript environments",
- "license": "MIT",
- "repository": "sindresorhus/globals",
- "funding": "https://github.com/sponsors/sindresorhus",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "engines": {
- "node": ">=8"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "files": [
- "index.js",
- "index.d.ts",
- "globals.json"
- ],
- "keywords": [
- "globals",
- "global",
- "identifiers",
- "variables",
- "vars",
- "jshint",
- "eslint",
- "environments"
- ],
- "dependencies": {
- "type-fest": "^0.20.2"
- },
- "devDependencies": {
- "ava": "^2.4.0",
- "tsd": "^0.14.0",
- "xo": "^0.36.1"
- },
- "xo": {
- "ignores": [
- "get-browser-globals.js"
- ],
- "rules": {
- "node/no-unsupported-features/es-syntax": "off"
- }
- },
- "tsd": {
- "compilerOptions": {
- "resolveJsonModule": true
- }
- }
+ "_args": [
+ [
+ "globals@13.23.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "globals@13.23.0",
+ "_id": "globals@13.23.0",
+ "_inBundle": false,
+ "_integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
+ "_location": "/@eslint/eslintrc/globals",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "globals@13.23.0",
+ "name": "globals",
+ "escapedName": "globals",
+ "rawSpec": "13.23.0",
+ "saveSpec": null,
+ "fetchSpec": "13.23.0"
+ },
+ "_requiredBy": [
+ "/@eslint/eslintrc"
+ ],
+ "_resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz",
+ "_spec": "13.23.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "https://sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/globals/issues"
+ },
+ "dependencies": {
+ "type-fest": "^0.20.2"
+ },
+ "description": "Global identifiers from different JavaScript environments",
+ "devDependencies": {
+ "ava": "^2.4.0",
+ "tsd": "^0.14.0",
+ "xo": "^0.36.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "files": [
+ "index.js",
+ "index.d.ts",
+ "globals.json"
+ ],
+ "funding": "https://github.com/sponsors/sindresorhus",
+ "homepage": "https://github.com/sindresorhus/globals#readme",
+ "keywords": [
+ "globals",
+ "global",
+ "identifiers",
+ "variables",
+ "vars",
+ "jshint",
+ "eslint",
+ "environments"
+ ],
+ "license": "MIT",
+ "name": "globals",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/globals.git"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "tsd": {
+ "compilerOptions": {
+ "resolveJsonModule": true
+ }
+ },
+ "version": "13.23.0",
+ "xo": {
+ "ignores": [
+ "get-browser-globals.js"
+ ],
+ "rules": {
+ "node/no-unsupported-features/es-syntax": "off"
+ }
+ }
}
diff --git a/node_modules/@eslint/eslintrc/node_modules/ignore/package.json b/node_modules/@eslint/eslintrc/node_modules/ignore/package.json
index 8cb1b787..42b7bc11 100644
--- a/node_modules/@eslint/eslintrc/node_modules/ignore/package.json
+++ b/node_modules/@eslint/eslintrc/node_modules/ignore/package.json
@@ -1,48 +1,40 @@
{
- "name": "ignore",
- "version": "4.0.6",
- "description": "Ignore is a manager and filter for .gitignore rules.",
- "files": [
- "legacy.js",
- "index.js",
- "index.d.ts",
- "LICENSE-MIT"
+ "_args": [
+ [
+ "ignore@4.0.6",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
- "scripts": {
- "prepublish": "npm run build",
- "build": "babel -o legacy.js index.js",
- "test:lint": "eslint .",
- "test:tsc": "tsc ./test/ts/simple.ts",
- "test:git": "tap test/git-check-ignore.js",
- "test:ignore": "tap test/ignore.js --coverage",
- "test-no-cov": "npm run test:lint && npm run test:tsc && tap test/*.js --coverage",
- "test": "npm run test-no-cov",
- "posttest": "tap --coverage-report=html && codecov"
+ "_development": true,
+ "_from": "ignore@4.0.6",
+ "_id": "ignore@4.0.6",
+ "_inBundle": false,
+ "_integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
+ "_location": "/@eslint/eslintrc/ignore",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "ignore@4.0.6",
+ "name": "ignore",
+ "escapedName": "ignore",
+ "rawSpec": "4.0.6",
+ "saveSpec": null,
+ "fetchSpec": "4.0.6"
},
- "repository": {
- "type": "git",
- "url": "git@github.com:kaelzhang/node-ignore.git"
- },
- "keywords": [
- "ignore",
- ".gitignore",
- "gitignore",
- "npmignore",
- "rules",
- "manager",
- "filter",
- "regexp",
- "regex",
- "fnmatch",
- "glob",
- "asterisks",
- "regular-expression"
+ "_requiredBy": [
+ "/@eslint/eslintrc"
],
- "author": "kael",
- "license": "MIT",
+ "_resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
+ "_spec": "4.0.6",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "kael"
+ },
"bugs": {
"url": "https://github.com/kaelzhang/node-ignore/issues"
},
+ "description": "Ignore is a manager and filter for .gitignore rules.",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
@@ -60,5 +52,45 @@
},
"engines": {
"node": ">= 4"
- }
+ },
+ "files": [
+ "legacy.js",
+ "index.js",
+ "index.d.ts",
+ "LICENSE-MIT"
+ ],
+ "homepage": "https://github.com/kaelzhang/node-ignore#readme",
+ "keywords": [
+ "ignore",
+ ".gitignore",
+ "gitignore",
+ "npmignore",
+ "rules",
+ "manager",
+ "filter",
+ "regexp",
+ "regex",
+ "fnmatch",
+ "glob",
+ "asterisks",
+ "regular-expression"
+ ],
+ "license": "MIT",
+ "name": "ignore",
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
+ },
+ "scripts": {
+ "build": "babel -o legacy.js index.js",
+ "posttest": "tap --coverage-report=html && codecov",
+ "prepublish": "npm run build",
+ "test": "npm run test-no-cov",
+ "test-no-cov": "npm run test:lint && npm run test:tsc && tap test/*.js --coverage",
+ "test:git": "tap test/git-check-ignore.js",
+ "test:ignore": "tap test/ignore.js --coverage",
+ "test:lint": "eslint .",
+ "test:tsc": "tsc ./test/ts/simple.ts"
+ },
+ "version": "4.0.6"
}
diff --git a/node_modules/@eslint/eslintrc/node_modules/type-fest/package.json b/node_modules/@eslint/eslintrc/node_modules/type-fest/package.json
index 3ab9e4d9..acff56a6 100644
--- a/node_modules/@eslint/eslintrc/node_modules/type-fest/package.json
+++ b/node_modules/@eslint/eslintrc/node_modules/type-fest/package.json
@@ -1,58 +1,94 @@
{
- "name": "type-fest",
- "version": "0.20.2",
- "description": "A collection of essential TypeScript types",
- "license": "(MIT OR CC0-1.0)",
- "repository": "sindresorhus/type-fest",
- "funding": "https://github.com/sponsors/sindresorhus",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "engines": {
- "node": ">=10"
- },
- "scripts": {
- "//test": "xo && tsd && tsc",
- "test": "xo && tsc"
- },
- "files": [
- "index.d.ts",
- "base.d.ts",
- "source",
- "ts41"
- ],
- "keywords": [
- "typescript",
- "ts",
- "types",
- "utility",
- "util",
- "utilities",
- "omit",
- "merge",
- "json"
- ],
- "devDependencies": {
- "@sindresorhus/tsconfig": "~0.7.0",
- "tsd": "^0.13.1",
- "typescript": "^4.1.2",
- "xo": "^0.35.0"
- },
- "types": "./index.d.ts",
- "typesVersions": {
- ">=4.1": {
- "*": [
- "ts41/*"
- ]
- }
- },
- "xo": {
- "rules": {
- "@typescript-eslint/ban-types": "off",
- "@typescript-eslint/indent": "off",
- "node/no-unsupported-features/es-builtins": "off"
- }
- }
+ "_args": [
+ [
+ "type-fest@0.20.2",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "type-fest@0.20.2",
+ "_id": "type-fest@0.20.2",
+ "_inBundle": false,
+ "_integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "_location": "/@eslint/eslintrc/type-fest",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "type-fest@0.20.2",
+ "name": "type-fest",
+ "escapedName": "type-fest",
+ "rawSpec": "0.20.2",
+ "saveSpec": null,
+ "fetchSpec": "0.20.2"
+ },
+ "_requiredBy": [
+ "/@eslint/eslintrc/globals"
+ ],
+ "_resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "_spec": "0.20.2",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "https://sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/type-fest/issues"
+ },
+ "description": "A collection of essential TypeScript types",
+ "devDependencies": {
+ "@sindresorhus/tsconfig": "~0.7.0",
+ "tsd": "^0.13.1",
+ "typescript": "^4.1.2",
+ "xo": "^0.35.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "files": [
+ "index.d.ts",
+ "base.d.ts",
+ "source",
+ "ts41"
+ ],
+ "funding": "https://github.com/sponsors/sindresorhus",
+ "homepage": "https://github.com/sindresorhus/type-fest#readme",
+ "keywords": [
+ "typescript",
+ "ts",
+ "types",
+ "utility",
+ "util",
+ "utilities",
+ "omit",
+ "merge",
+ "json"
+ ],
+ "license": "(MIT OR CC0-1.0)",
+ "name": "type-fest",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/type-fest.git"
+ },
+ "scripts": {
+ "//test": "xo && tsd && tsc",
+ "test": "xo && tsc"
+ },
+ "types": "./index.d.ts",
+ "typesVersions": {
+ ">=4.1": {
+ "*": [
+ "ts41/*"
+ ]
+ }
+ },
+ "version": "0.20.2",
+ "xo": {
+ "rules": {
+ "@typescript-eslint/ban-types": "off",
+ "@typescript-eslint/indent": "off",
+ "node/no-unsupported-features/es-builtins": "off"
+ }
+ }
}
diff --git a/node_modules/@eslint/eslintrc/package.json b/node_modules/@eslint/eslintrc/package.json
index 35f51297..bb227d37 100644
--- a/node_modules/@eslint/eslintrc/package.json
+++ b/node_modules/@eslint/eslintrc/package.json
@@ -1,38 +1,52 @@
{
- "name": "@eslint/eslintrc",
- "version": "0.4.3",
- "description": "The legacy ESLintRC config file format for ESLint",
- "main": "lib/index.js",
- "files": [
- "lib",
- "conf",
- "LICENSE"
+ "_args": [
+ [
+ "@eslint/eslintrc@0.4.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
- "publishConfig": {
- "access": "public"
+ "_development": true,
+ "_from": "@eslint/eslintrc@0.4.3",
+ "_id": "@eslint/eslintrc@0.4.3",
+ "_inBundle": false,
+ "_integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==",
+ "_location": "/@eslint/eslintrc",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@eslint/eslintrc@0.4.3",
+ "name": "@eslint/eslintrc",
+ "escapedName": "@eslint%2feslintrc",
+ "scope": "@eslint",
+ "rawSpec": "0.4.3",
+ "saveSpec": null,
+ "fetchSpec": "0.4.3"
},
- "scripts": {
- "lint": "eslint . --report-unused-disable-directives",
- "fix": "npm run lint -- --fix",
- "test": "mocha -R progress -c 'tests/lib/**/*.js'",
- "generate-release": "eslint-generate-release",
- "generate-alpharelease": "eslint-generate-prerelease alpha",
- "generate-betarelease": "eslint-generate-prerelease beta",
- "generate-rcrelease": "eslint-generate-prerelease rc",
- "publish-release": "eslint-publish-release"
- },
- "repository": "eslint/eslintrc",
- "keywords": [
- "ESLint",
- "ESLintRC",
- "Configuration"
+ "_requiredBy": [
+ "/eslint"
],
- "author": "Nicholas C. Zakas",
- "license": "MIT",
+ "_resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz",
+ "_spec": "0.4.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Nicholas C. Zakas"
+ },
"bugs": {
"url": "https://github.com/eslint/eslintrc/issues"
},
- "homepage": "https://github.com/eslint/eslintrc#readme",
+ "dependencies": {
+ "ajv": "^6.12.4",
+ "debug": "^4.1.1",
+ "espree": "^7.3.0",
+ "globals": "^13.9.0",
+ "ignore": "^4.0.6",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^3.13.1",
+ "minimatch": "^3.0.4",
+ "strip-json-comments": "^3.1.1"
+ },
+ "description": "The legacy ESLintRC config file format for ESLint",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.21.0",
@@ -46,18 +60,39 @@
"sinon": "^9.2.0",
"temp-dir": "^2.0.0"
},
- "dependencies": {
- "ajv": "^6.12.4",
- "debug": "^4.1.1",
- "espree": "^7.3.0",
- "globals": "^13.9.0",
- "ignore": "^4.0.6",
- "import-fresh": "^3.2.1",
- "js-yaml": "^3.13.1",
- "minimatch": "^3.0.4",
- "strip-json-comments": "^3.1.1"
- },
"engines": {
"node": "^10.12.0 || >=12.0.0"
- }
+ },
+ "files": [
+ "lib",
+ "conf",
+ "LICENSE"
+ ],
+ "homepage": "https://github.com/eslint/eslintrc#readme",
+ "keywords": [
+ "ESLint",
+ "ESLintRC",
+ "Configuration"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@eslint/eslintrc",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/eslint/eslintrc.git"
+ },
+ "scripts": {
+ "fix": "npm run lint -- --fix",
+ "generate-alpharelease": "eslint-generate-prerelease alpha",
+ "generate-betarelease": "eslint-generate-prerelease beta",
+ "generate-rcrelease": "eslint-generate-prerelease rc",
+ "generate-release": "eslint-generate-release",
+ "lint": "eslint . --report-unused-disable-directives",
+ "publish-release": "eslint-publish-release",
+ "test": "mocha -R progress -c 'tests/lib/**/*.js'"
+ },
+ "version": "0.4.3"
}
diff --git a/node_modules/@hapi/hoek/package.json b/node_modules/@hapi/hoek/package.json
index ce0a2326..e88af9b3 100644
--- a/node_modules/@hapi/hoek/package.json
+++ b/node_modules/@hapi/hoek/package.json
@@ -1,31 +1,70 @@
{
- "name": "@hapi/hoek",
- "description": "General purpose node utilities",
- "version": "9.3.0",
- "repository": "git://github.com/hapijs/hoek",
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "keywords": [
- "utilities"
- ],
- "files": [
- "lib"
- ],
- "eslintConfig": {
- "extends": [
- "plugin:@hapi/module"
+ "_args": [
+ [
+ "@hapi/hoek@9.3.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
+ ],
+ "_development": true,
+ "_from": "@hapi/hoek@9.3.0",
+ "_id": "@hapi/hoek@9.3.0",
+ "_inBundle": false,
+ "_integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==",
+ "_location": "/@hapi/hoek",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@hapi/hoek@9.3.0",
+ "name": "@hapi/hoek",
+ "escapedName": "@hapi%2fhoek",
+ "scope": "@hapi",
+ "rawSpec": "9.3.0",
+ "saveSpec": null,
+ "fetchSpec": "9.3.0"
+ },
+ "_requiredBy": [
+ "/@hapi/topo",
+ "/@sideway/address",
+ "/joi"
+ ],
+ "_resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz",
+ "_spec": "9.3.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/hapijs/hoek/issues"
},
"dependencies": {},
+ "description": "General purpose node utilities",
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/eslint-plugin": "*",
"@hapi/lab": "^24.0.0",
"typescript": "~4.0.2"
},
+ "eslintConfig": {
+ "extends": [
+ "plugin:@hapi/module"
+ ]
+ },
+ "files": [
+ "lib"
+ ],
+ "homepage": "https://github.com/hapijs/hoek#readme",
+ "keywords": [
+ "utilities"
+ ],
+ "license": "BSD-3-Clause",
+ "main": "lib/index.js",
+ "name": "@hapi/hoek",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/hapijs/hoek.git"
+ },
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -Y",
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
},
- "license": "BSD-3-Clause"
+ "types": "lib/index.d.ts",
+ "version": "9.3.0"
}
diff --git a/node_modules/@hapi/topo/package.json b/node_modules/@hapi/topo/package.json
index 19e7783d..1f7f4c6a 100644
--- a/node_modules/@hapi/topo/package.json
+++ b/node_modules/@hapi/topo/package.json
@@ -1,30 +1,67 @@
{
- "name": "@hapi/topo",
+ "_args": [
+ [
+ "@hapi/topo@5.1.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@hapi/topo@5.1.0",
+ "_id": "@hapi/topo@5.1.0",
+ "_inBundle": false,
+ "_integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==",
+ "_location": "/@hapi/topo",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@hapi/topo@5.1.0",
+ "name": "@hapi/topo",
+ "escapedName": "@hapi%2ftopo",
+ "scope": "@hapi",
+ "rawSpec": "5.1.0",
+ "saveSpec": null,
+ "fetchSpec": "5.1.0"
+ },
+ "_requiredBy": [
+ "/joi"
+ ],
+ "_resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz",
+ "_spec": "5.1.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/hapijs/topo/issues"
+ },
+ "dependencies": {
+ "@hapi/hoek": "^9.0.0"
+ },
"description": "Topological sorting with grouping support",
- "version": "5.1.0",
- "repository": "git://github.com/hapijs/topo",
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
+ "devDependencies": {
+ "@hapi/code": "8.x.x",
+ "@hapi/lab": "24.x.x",
+ "typescript": "~4.0.2"
+ },
"files": [
"lib"
],
+ "homepage": "https://github.com/hapijs/topo#readme",
"keywords": [
"topological",
"sort",
"toposort",
"topsort"
],
- "dependencies": {
- "@hapi/hoek": "^9.0.0"
- },
- "devDependencies": {
- "@hapi/code": "8.x.x",
- "@hapi/lab": "24.x.x",
- "typescript": "~4.0.2"
+ "license": "BSD-3-Clause",
+ "main": "lib/index.js",
+ "name": "@hapi/topo",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/hapijs/topo.git"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -Y",
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
},
- "license": "BSD-3-Clause"
+ "types": "lib/index.d.ts",
+ "version": "5.1.0"
}
diff --git a/node_modules/@humanwhocodes/config-array/package.json b/node_modules/@humanwhocodes/config-array/package.json
index 4dc3a4e5..d889fc10 100644
--- a/node_modules/@humanwhocodes/config-array/package.json
+++ b/node_modules/@humanwhocodes/config-array/package.json
@@ -1,51 +1,46 @@
{
- "name": "@humanwhocodes/config-array",
- "version": "0.5.0",
- "description": "Glob-based configuration matching.",
- "author": "Nicholas C. Zakas",
- "main": "api.js",
- "files": [
- "api.js"
+ "_args": [
+ [
+ "@humanwhocodes/config-array@0.5.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/humanwhocodes/config-array.git"
+ "_development": true,
+ "_from": "@humanwhocodes/config-array@0.5.0",
+ "_id": "@humanwhocodes/config-array@0.5.0",
+ "_inBundle": false,
+ "_integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==",
+ "_location": "/@humanwhocodes/config-array",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@humanwhocodes/config-array@0.5.0",
+ "name": "@humanwhocodes/config-array",
+ "escapedName": "@humanwhocodes%2fconfig-array",
+ "scope": "@humanwhocodes",
+ "rawSpec": "0.5.0",
+ "saveSpec": null,
+ "fetchSpec": "0.5.0"
+ },
+ "_requiredBy": [
+ "/eslint"
+ ],
+ "_resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz",
+ "_spec": "0.5.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Nicholas C. Zakas"
},
"bugs": {
"url": "https://github.com/humanwhocodes/config-array/issues"
},
- "homepage": "https://github.com/humanwhocodes/config-array#readme",
- "scripts": {
- "build": "rollup -c",
- "format": "nitpik",
- "lint": "eslint *.config.js src/*.js tests/*.js",
- "prepublish": "npm run build",
- "test:coverage": "nyc --include src/*.js npm run test",
- "test": "mocha -r esm tests/ --recursive"
- },
- "gitHooks": {
- "pre-commit": "lint-staged"
- },
- "lint-staged": {
- "*.js": [
- "nitpik",
- "eslint --fix --ignore-pattern '!.eslintrc.js'"
- ]
- },
- "keywords": [
- "configuration",
- "configarray",
- "config file"
- ],
- "license": "Apache-2.0",
- "engines": {
- "node": ">=10.10.0"
- },
"dependencies": {
"@humanwhocodes/object-schema": "^1.2.0",
"debug": "^4.1.1",
"minimatch": "^3.0.4"
},
+ "description": "Glob-based configuration matching.",
"devDependencies": {
"@nitpik/javascript": "^0.3.3",
"@nitpik/node": "0.0.5",
@@ -57,5 +52,42 @@
"nyc": "^14.1.1",
"rollup": "^1.12.3",
"yorkie": "^2.0.0"
- }
-}
\ No newline at end of file
+ },
+ "engines": {
+ "node": ">=10.10.0"
+ },
+ "files": [
+ "api.js"
+ ],
+ "gitHooks": {
+ "pre-commit": "lint-staged"
+ },
+ "homepage": "https://github.com/humanwhocodes/config-array#readme",
+ "keywords": [
+ "configuration",
+ "configarray",
+ "config file"
+ ],
+ "license": "Apache-2.0",
+ "lint-staged": {
+ "*.js": [
+ "nitpik",
+ "eslint --fix --ignore-pattern '!.eslintrc.js'"
+ ]
+ },
+ "main": "api.js",
+ "name": "@humanwhocodes/config-array",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/humanwhocodes/config-array.git"
+ },
+ "scripts": {
+ "build": "rollup -c",
+ "format": "nitpik",
+ "lint": "eslint *.config.js src/*.js tests/*.js",
+ "prepublish": "npm run build",
+ "test": "mocha -r esm tests/ --recursive",
+ "test:coverage": "nyc --include src/*.js npm run test"
+ },
+ "version": "0.5.0"
+}
diff --git a/node_modules/@humanwhocodes/object-schema/package.json b/node_modules/@humanwhocodes/object-schema/package.json
index 9fc90bf3..ffc53483 100644
--- a/node_modules/@humanwhocodes/object-schema/package.json
+++ b/node_modules/@humanwhocodes/object-schema/package.json
@@ -1,33 +1,65 @@
{
- "name": "@humanwhocodes/object-schema",
- "version": "1.2.1",
+ "_args": [
+ [
+ "@humanwhocodes/object-schema@1.2.1",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@humanwhocodes/object-schema@1.2.1",
+ "_id": "@humanwhocodes/object-schema@1.2.1",
+ "_inBundle": false,
+ "_integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
+ "_location": "/@humanwhocodes/object-schema",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@humanwhocodes/object-schema@1.2.1",
+ "name": "@humanwhocodes/object-schema",
+ "escapedName": "@humanwhocodes%2fobject-schema",
+ "scope": "@humanwhocodes",
+ "rawSpec": "1.2.1",
+ "saveSpec": null,
+ "fetchSpec": "1.2.1"
+ },
+ "_requiredBy": [
+ "/@humanwhocodes/config-array"
+ ],
+ "_resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
+ "_spec": "1.2.1",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Nicholas C. Zakas"
+ },
+ "bugs": {
+ "url": "https://github.com/humanwhocodes/object-schema/issues"
+ },
"description": "An object schema merger/validator",
- "main": "src/index.js",
+ "devDependencies": {
+ "chai": "^4.2.0",
+ "eslint": "^5.13.0",
+ "mocha": "^5.2.0"
+ },
"directories": {
"test": "tests"
},
- "scripts": {
- "test": "mocha tests/"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/humanwhocodes/object-schema.git"
- },
+ "homepage": "https://github.com/humanwhocodes/object-schema#readme",
"keywords": [
"object",
"validation",
"schema",
"merge"
],
- "author": "Nicholas C. Zakas",
"license": "BSD-3-Clause",
- "bugs": {
- "url": "https://github.com/humanwhocodes/object-schema/issues"
+ "main": "src/index.js",
+ "name": "@humanwhocodes/object-schema",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/humanwhocodes/object-schema.git"
},
- "homepage": "https://github.com/humanwhocodes/object-schema#readme",
- "devDependencies": {
- "chai": "^4.2.0",
- "eslint": "^5.13.0",
- "mocha": "^5.2.0"
- }
+ "scripts": {
+ "test": "mocha tests/"
+ },
+ "version": "1.2.1"
}
diff --git a/node_modules/@jridgewell/gen-mapping/package.json b/node_modules/@jridgewell/gen-mapping/package.json
index 69e0ac81..5f4c74e4 100644
--- a/node_modules/@jridgewell/gen-mapping/package.json
+++ b/node_modules/@jridgewell/gen-mapping/package.json
@@ -1,58 +1,49 @@
{
- "name": "@jridgewell/gen-mapping",
- "version": "0.3.3",
+ "_args": [
+ [
+ "@jridgewell/gen-mapping@0.3.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@jridgewell/gen-mapping@0.3.3",
+ "_id": "@jridgewell/gen-mapping@0.3.3",
+ "_inBundle": false,
+ "_integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
+ "_location": "/@jridgewell/gen-mapping",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@jridgewell/gen-mapping@0.3.3",
+ "name": "@jridgewell/gen-mapping",
+ "escapedName": "@jridgewell%2fgen-mapping",
+ "scope": "@jridgewell",
+ "rawSpec": "0.3.3",
+ "saveSpec": null,
+ "fetchSpec": "0.3.3"
+ },
+ "_requiredBy": [
+ "/@ampproject/remapping",
+ "/@babel/generator",
+ "/@jridgewell/source-map"
+ ],
+ "_resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
+ "_spec": "0.3.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Justin Ridgewell",
+ "email": "justin@ridgewell.name"
+ },
+ "bugs": {
+ "url": "https://github.com/jridgewell/gen-mapping/issues"
+ },
+ "dependencies": {
+ "@jridgewell/set-array": "^1.0.1",
+ "@jridgewell/sourcemap-codec": "^1.4.10",
+ "@jridgewell/trace-mapping": "^0.3.9"
+ },
"description": "Generate source maps",
- "keywords": [
- "source",
- "map"
- ],
- "author": "Justin Ridgewell ",
- "license": "MIT",
- "repository": "https://github.com/jridgewell/gen-mapping",
- "main": "dist/gen-mapping.umd.js",
- "module": "dist/gen-mapping.mjs",
- "types": "dist/types/gen-mapping.d.ts",
- "exports": {
- ".": [
- {
- "types": "./dist/types/gen-mapping.d.ts",
- "browser": "./dist/gen-mapping.umd.js",
- "require": "./dist/gen-mapping.umd.js",
- "import": "./dist/gen-mapping.mjs"
- },
- "./dist/gen-mapping.umd.js"
- ],
- "./package.json": "./package.json"
- },
- "files": [
- "dist"
- ],
- "engines": {
- "node": ">=6.0.0"
- },
- "scripts": {
- "benchmark": "run-s build:rollup benchmark:*",
- "benchmark:install": "cd benchmark && npm install",
- "benchmark:only": "node benchmark/index.mjs",
- "prebuild": "rm -rf dist",
- "build": "run-s -n build:*",
- "build:rollup": "rollup -c rollup.config.js",
- "build:ts": "tsc --project tsconfig.build.json",
- "lint": "run-s -n lint:*",
- "lint:prettier": "npm run test:lint:prettier -- --write",
- "lint:ts": "npm run test:lint:ts -- --fix",
- "pretest": "run-s build:rollup",
- "test": "run-s -n test:lint test:coverage",
- "test:debug": "mocha --inspect-brk",
- "test:lint": "run-s -n test:lint:*",
- "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
- "test:lint:ts": "eslint '{src,test}/**/*.ts'",
- "test:only": "mocha",
- "test:coverage": "c8 mocha",
- "test:watch": "run-p 'build:rollup -- --watch' 'test:only -- --watch'",
- "prepublishOnly": "npm run preversion",
- "preversion": "run-s test build"
- },
"devDependencies": {
"@rollup/plugin-typescript": "8.3.2",
"@types/mocha": "9.1.1",
@@ -69,9 +60,60 @@
"rollup": "2.70.2",
"typescript": "4.6.3"
},
- "dependencies": {
- "@jridgewell/set-array": "^1.0.1",
- "@jridgewell/sourcemap-codec": "^1.4.10",
- "@jridgewell/trace-mapping": "^0.3.9"
- }
+ "engines": {
+ "node": ">=6.0.0"
+ },
+ "exports": {
+ ".": [
+ {
+ "types": "./dist/types/gen-mapping.d.ts",
+ "browser": "./dist/gen-mapping.umd.js",
+ "require": "./dist/gen-mapping.umd.js",
+ "import": "./dist/gen-mapping.mjs"
+ },
+ "./dist/gen-mapping.umd.js"
+ ],
+ "./package.json": "./package.json"
+ },
+ "files": [
+ "dist"
+ ],
+ "homepage": "https://github.com/jridgewell/gen-mapping#readme",
+ "keywords": [
+ "source",
+ "map"
+ ],
+ "license": "MIT",
+ "main": "dist/gen-mapping.umd.js",
+ "module": "dist/gen-mapping.mjs",
+ "name": "@jridgewell/gen-mapping",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/jridgewell/gen-mapping.git"
+ },
+ "scripts": {
+ "benchmark": "run-s build:rollup benchmark:*",
+ "benchmark:install": "cd benchmark && npm install",
+ "benchmark:only": "node benchmark/index.mjs",
+ "build": "run-s -n build:*",
+ "build:rollup": "rollup -c rollup.config.js",
+ "build:ts": "tsc --project tsconfig.build.json",
+ "lint": "run-s -n lint:*",
+ "lint:prettier": "npm run test:lint:prettier -- --write",
+ "lint:ts": "npm run test:lint:ts -- --fix",
+ "prebuild": "rm -rf dist",
+ "prepublishOnly": "npm run preversion",
+ "pretest": "run-s build:rollup",
+ "preversion": "run-s test build",
+ "test": "run-s -n test:lint test:coverage",
+ "test:coverage": "c8 mocha",
+ "test:debug": "mocha --inspect-brk",
+ "test:lint": "run-s -n test:lint:*",
+ "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
+ "test:lint:ts": "eslint '{src,test}/**/*.ts'",
+ "test:only": "mocha",
+ "test:watch": "run-p 'build:rollup -- --watch' 'test:only -- --watch'"
+ },
+ "types": "dist/types/gen-mapping.d.ts",
+ "version": "0.3.3"
}
diff --git a/node_modules/@jridgewell/resolve-uri/package.json b/node_modules/@jridgewell/resolve-uri/package.json
index 6bffa7b7..38e711aa 100644
--- a/node_modules/@jridgewell/resolve-uri/package.json
+++ b/node_modules/@jridgewell/resolve-uri/package.json
@@ -1,19 +1,59 @@
{
- "name": "@jridgewell/resolve-uri",
- "version": "3.1.1",
- "description": "Resolve a URI relative to an optional base URI",
- "keywords": [
- "resolve",
- "uri",
- "url",
- "path"
+ "_args": [
+ [
+ "@jridgewell/resolve-uri@3.1.1",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
- "author": "Justin Ridgewell ",
- "license": "MIT",
- "repository": "https://github.com/jridgewell/resolve-uri",
- "main": "dist/resolve-uri.umd.js",
- "module": "dist/resolve-uri.mjs",
- "types": "dist/types/resolve-uri.d.ts",
+ "_development": true,
+ "_from": "@jridgewell/resolve-uri@3.1.1",
+ "_id": "@jridgewell/resolve-uri@3.1.1",
+ "_inBundle": false,
+ "_integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==",
+ "_location": "/@jridgewell/resolve-uri",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@jridgewell/resolve-uri@3.1.1",
+ "name": "@jridgewell/resolve-uri",
+ "escapedName": "@jridgewell%2fresolve-uri",
+ "scope": "@jridgewell",
+ "rawSpec": "3.1.1",
+ "saveSpec": null,
+ "fetchSpec": "3.1.1"
+ },
+ "_requiredBy": [
+ "/@jridgewell/trace-mapping"
+ ],
+ "_resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz",
+ "_spec": "3.1.1",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Justin Ridgewell",
+ "email": "justin@ridgewell.name"
+ },
+ "bugs": {
+ "url": "https://github.com/jridgewell/resolve-uri/issues"
+ },
+ "description": "Resolve a URI relative to an optional base URI",
+ "devDependencies": {
+ "@jridgewell/resolve-uri-latest": "npm:@jridgewell/resolve-uri@*",
+ "@rollup/plugin-typescript": "8.3.0",
+ "@typescript-eslint/eslint-plugin": "5.10.0",
+ "@typescript-eslint/parser": "5.10.0",
+ "c8": "7.11.0",
+ "eslint": "8.7.0",
+ "eslint-config-prettier": "8.3.0",
+ "mocha": "9.2.0",
+ "npm-run-all": "4.1.5",
+ "prettier": "2.5.1",
+ "rollup": "2.66.0",
+ "typescript": "4.5.5"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ },
"exports": {
".": [
{
@@ -29,41 +69,41 @@
"files": [
"dist"
],
- "engines": {
- "node": ">=6.0.0"
+ "homepage": "https://github.com/jridgewell/resolve-uri#readme",
+ "keywords": [
+ "resolve",
+ "uri",
+ "url",
+ "path"
+ ],
+ "license": "MIT",
+ "main": "dist/resolve-uri.umd.js",
+ "module": "dist/resolve-uri.mjs",
+ "name": "@jridgewell/resolve-uri",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/jridgewell/resolve-uri.git"
},
"scripts": {
- "prebuild": "rm -rf dist",
"build": "run-s -n build:*",
"build:rollup": "rollup -c rollup.config.js",
"build:ts": "tsc --project tsconfig.build.json",
"lint": "run-s -n lint:*",
"lint:prettier": "npm run test:lint:prettier -- --write",
"lint:ts": "npm run test:lint:ts -- --fix",
+ "prebuild": "rm -rf dist",
+ "prepublishOnly": "npm run preversion",
"pretest": "run-s build:rollup",
+ "preversion": "run-s test build",
"test": "run-s -n test:lint test:only",
+ "test:coverage": "c8 mocha",
"test:debug": "mocha --inspect-brk",
"test:lint": "run-s -n test:lint:*",
"test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
"test:lint:ts": "eslint '{src,test}/**/*.ts'",
"test:only": "mocha",
- "test:coverage": "c8 mocha",
- "test:watch": "mocha --watch",
- "prepublishOnly": "npm run preversion",
- "preversion": "run-s test build"
+ "test:watch": "mocha --watch"
},
- "devDependencies": {
- "@jridgewell/resolve-uri-latest": "npm:@jridgewell/resolve-uri@*",
- "@rollup/plugin-typescript": "8.3.0",
- "@typescript-eslint/eslint-plugin": "5.10.0",
- "@typescript-eslint/parser": "5.10.0",
- "c8": "7.11.0",
- "eslint": "8.7.0",
- "eslint-config-prettier": "8.3.0",
- "mocha": "9.2.0",
- "npm-run-all": "4.1.5",
- "prettier": "2.5.1",
- "rollup": "2.66.0",
- "typescript": "4.5.5"
- }
+ "types": "dist/types/resolve-uri.d.ts",
+ "version": "3.1.1"
}
diff --git a/node_modules/@jridgewell/set-array/package.json b/node_modules/@jridgewell/set-array/package.json
index aec4ee02..c8157d1d 100644
--- a/node_modules/@jridgewell/set-array/package.json
+++ b/node_modules/@jridgewell/set-array/package.json
@@ -1,14 +1,60 @@
{
- "name": "@jridgewell/set-array",
- "version": "1.1.2",
+ "_args": [
+ [
+ "@jridgewell/set-array@1.1.2",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@jridgewell/set-array@1.1.2",
+ "_id": "@jridgewell/set-array@1.1.2",
+ "_inBundle": false,
+ "_integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
+ "_location": "/@jridgewell/set-array",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@jridgewell/set-array@1.1.2",
+ "name": "@jridgewell/set-array",
+ "escapedName": "@jridgewell%2fset-array",
+ "scope": "@jridgewell",
+ "rawSpec": "1.1.2",
+ "saveSpec": null,
+ "fetchSpec": "1.1.2"
+ },
+ "_requiredBy": [
+ "/@jridgewell/gen-mapping"
+ ],
+ "_resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
+ "_spec": "1.1.2",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Justin Ridgewell",
+ "email": "justin@ridgewell.name"
+ },
+ "bugs": {
+ "url": "https://github.com/jridgewell/set-array/issues"
+ },
"description": "Like a Set, but provides the index of the `key` in the backing array",
- "keywords": [],
- "author": "Justin Ridgewell ",
- "license": "MIT",
- "repository": "https://github.com/jridgewell/set-array",
- "main": "dist/set-array.umd.js",
- "module": "dist/set-array.mjs",
- "typings": "dist/types/set-array.d.ts",
+ "devDependencies": {
+ "@rollup/plugin-typescript": "8.3.0",
+ "@types/mocha": "9.1.1",
+ "@types/node": "17.0.29",
+ "@typescript-eslint/eslint-plugin": "5.10.0",
+ "@typescript-eslint/parser": "5.10.0",
+ "c8": "7.11.0",
+ "eslint": "8.7.0",
+ "eslint-config-prettier": "8.3.0",
+ "mocha": "9.2.0",
+ "npm-run-all": "4.1.5",
+ "prettier": "2.5.1",
+ "rollup": "2.66.0",
+ "typescript": "4.5.5"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ },
"exports": {
".": [
{
@@ -25,42 +71,36 @@
"dist",
"src"
],
- "engines": {
- "node": ">=6.0.0"
+ "homepage": "https://github.com/jridgewell/set-array#readme",
+ "keywords": [],
+ "license": "MIT",
+ "main": "dist/set-array.umd.js",
+ "module": "dist/set-array.mjs",
+ "name": "@jridgewell/set-array",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/jridgewell/set-array.git"
},
"scripts": {
- "prebuild": "rm -rf dist",
"build": "run-s -n build:*",
"build:rollup": "rollup -c rollup.config.js",
"build:ts": "tsc --project tsconfig.build.json",
"lint": "run-s -n lint:*",
"lint:prettier": "npm run test:lint:prettier -- --write",
"lint:ts": "npm run test:lint:ts -- --fix",
+ "prebuild": "rm -rf dist",
+ "prepublishOnly": "npm run preversion",
"pretest": "run-s build:rollup",
+ "preversion": "run-s test build",
"test": "run-s -n test:lint test:only",
+ "test:coverage": "c8 mocha",
"test:debug": "mocha --inspect-brk",
"test:lint": "run-s -n test:lint:*",
"test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
"test:lint:ts": "eslint '{src,test}/**/*.ts'",
"test:only": "mocha",
- "test:coverage": "c8 mocha",
- "test:watch": "mocha --watch",
- "prepublishOnly": "npm run preversion",
- "preversion": "run-s test build"
+ "test:watch": "mocha --watch"
},
- "devDependencies": {
- "@rollup/plugin-typescript": "8.3.0",
- "@types/mocha": "9.1.1",
- "@types/node": "17.0.29",
- "@typescript-eslint/eslint-plugin": "5.10.0",
- "@typescript-eslint/parser": "5.10.0",
- "c8": "7.11.0",
- "eslint": "8.7.0",
- "eslint-config-prettier": "8.3.0",
- "mocha": "9.2.0",
- "npm-run-all": "4.1.5",
- "prettier": "2.5.1",
- "rollup": "2.66.0",
- "typescript": "4.5.5"
- }
+ "typings": "dist/types/set-array.d.ts",
+ "version": "1.1.2"
}
diff --git a/node_modules/@jridgewell/source-map/package.json b/node_modules/@jridgewell/source-map/package.json
index 87f16501..d6eb548c 100644
--- a/node_modules/@jridgewell/source-map/package.json
+++ b/node_modules/@jridgewell/source-map/package.json
@@ -1,53 +1,46 @@
{
- "name": "@jridgewell/source-map",
- "version": "0.3.5",
+ "_args": [
+ [
+ "@jridgewell/source-map@0.3.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@jridgewell/source-map@0.3.5",
+ "_id": "@jridgewell/source-map@0.3.5",
+ "_inBundle": false,
+ "_integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==",
+ "_location": "/@jridgewell/source-map",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@jridgewell/source-map@0.3.5",
+ "name": "@jridgewell/source-map",
+ "escapedName": "@jridgewell%2fsource-map",
+ "scope": "@jridgewell",
+ "rawSpec": "0.3.5",
+ "saveSpec": null,
+ "fetchSpec": "0.3.5"
+ },
+ "_requiredBy": [
+ "/terser"
+ ],
+ "_resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz",
+ "_spec": "0.3.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Justin Ridgewell",
+ "email": "justin@ridgewell.name"
+ },
+ "bugs": {
+ "url": "https://github.com/jridgewell/source-map/issues"
+ },
+ "dependencies": {
+ "@jridgewell/gen-mapping": "^0.3.0",
+ "@jridgewell/trace-mapping": "^0.3.9"
+ },
"description": "Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API",
- "keywords": [
- "sourcemap",
- "source",
- "map"
- ],
- "author": "Justin Ridgewell ",
- "license": "MIT",
- "repository": "https://github.com/jridgewell/source-map",
- "main": "dist/source-map.umd.js",
- "module": "dist/source-map.mjs",
- "types": "dist/types/source-map.d.ts",
- "exports": {
- ".": [
- {
- "types": "./dist/types/source-map.d.ts",
- "browser": "./dist/source-map.umd.js",
- "require": "./dist/source-map.umd.js",
- "import": "./dist/source-map.mjs"
- },
- "./dist/source-map.umd.js"
- ],
- "./package.json": "./package.json"
- },
- "files": [
- "dist"
- ],
- "scripts": {
- "prebuild": "rm -rf dist",
- "build": "run-s -n build:*",
- "build:rollup": "rollup -c rollup.config.js",
- "build:ts": "tsc --project tsconfig.build.json",
- "lint": "run-s -n lint:*",
- "lint:prettier": "npm run test:lint:prettier -- --write",
- "lint:ts": "npm run test:lint:ts -- --fix",
- "pretest": "run-s build:rollup",
- "test": "run-s -n test:lint test:only",
- "test:debug": "mocha --inspect-brk",
- "test:lint": "run-s -n test:lint:*",
- "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
- "test:lint:ts": "eslint '{src,test}/**/*.ts'",
- "test:only": "mocha",
- "test:coverage": "c8 mocha",
- "test:watch": "mocha --watch",
- "prepublishOnly": "npm run preversion",
- "preversion": "run-s test build"
- },
"devDependencies": {
"@rollup/plugin-node-resolve": "13.2.1",
"@rollup/plugin-typescript": "8.3.0",
@@ -64,8 +57,55 @@
"rollup": "2.66.0",
"typescript": "4.5.5"
},
- "dependencies": {
- "@jridgewell/gen-mapping": "^0.3.0",
- "@jridgewell/trace-mapping": "^0.3.9"
- }
+ "exports": {
+ ".": [
+ {
+ "types": "./dist/types/source-map.d.ts",
+ "browser": "./dist/source-map.umd.js",
+ "require": "./dist/source-map.umd.js",
+ "import": "./dist/source-map.mjs"
+ },
+ "./dist/source-map.umd.js"
+ ],
+ "./package.json": "./package.json"
+ },
+ "files": [
+ "dist"
+ ],
+ "homepage": "https://github.com/jridgewell/source-map#readme",
+ "keywords": [
+ "sourcemap",
+ "source",
+ "map"
+ ],
+ "license": "MIT",
+ "main": "dist/source-map.umd.js",
+ "module": "dist/source-map.mjs",
+ "name": "@jridgewell/source-map",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/jridgewell/source-map.git"
+ },
+ "scripts": {
+ "build": "run-s -n build:*",
+ "build:rollup": "rollup -c rollup.config.js",
+ "build:ts": "tsc --project tsconfig.build.json",
+ "lint": "run-s -n lint:*",
+ "lint:prettier": "npm run test:lint:prettier -- --write",
+ "lint:ts": "npm run test:lint:ts -- --fix",
+ "prebuild": "rm -rf dist",
+ "prepublishOnly": "npm run preversion",
+ "pretest": "run-s build:rollup",
+ "preversion": "run-s test build",
+ "test": "run-s -n test:lint test:only",
+ "test:coverage": "c8 mocha",
+ "test:debug": "mocha --inspect-brk",
+ "test:lint": "run-s -n test:lint:*",
+ "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
+ "test:lint:ts": "eslint '{src,test}/**/*.ts'",
+ "test:only": "mocha",
+ "test:watch": "mocha --watch"
+ },
+ "types": "dist/types/source-map.d.ts",
+ "version": "0.3.5"
}
diff --git a/node_modules/@jridgewell/sourcemap-codec/package.json b/node_modules/@jridgewell/sourcemap-codec/package.json
index 578448f1..3778ba1c 100644
--- a/node_modules/@jridgewell/sourcemap-codec/package.json
+++ b/node_modules/@jridgewell/sourcemap-codec/package.json
@@ -1,58 +1,42 @@
{
- "name": "@jridgewell/sourcemap-codec",
- "version": "1.4.15",
+ "_args": [
+ [
+ "@jridgewell/sourcemap-codec@1.4.15",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@jridgewell/sourcemap-codec@1.4.15",
+ "_id": "@jridgewell/sourcemap-codec@1.4.15",
+ "_inBundle": false,
+ "_integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
+ "_location": "/@jridgewell/sourcemap-codec",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@jridgewell/sourcemap-codec@1.4.15",
+ "name": "@jridgewell/sourcemap-codec",
+ "escapedName": "@jridgewell%2fsourcemap-codec",
+ "scope": "@jridgewell",
+ "rawSpec": "1.4.15",
+ "saveSpec": null,
+ "fetchSpec": "1.4.15"
+ },
+ "_requiredBy": [
+ "/@jridgewell/gen-mapping",
+ "/@jridgewell/trace-mapping"
+ ],
+ "_resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
+ "_spec": "1.4.15",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Rich Harris"
+ },
+ "bugs": {
+ "url": "https://github.com/jridgewell/sourcemap-codec/issues"
+ },
"description": "Encode/decode sourcemap mappings",
- "keywords": [
- "sourcemap",
- "vlq"
- ],
- "main": "dist/sourcemap-codec.umd.js",
- "module": "dist/sourcemap-codec.mjs",
- "types": "dist/types/sourcemap-codec.d.ts",
- "files": [
- "dist"
- ],
- "exports": {
- ".": [
- {
- "types": "./dist/types/sourcemap-codec.d.ts",
- "browser": "./dist/sourcemap-codec.umd.js",
- "require": "./dist/sourcemap-codec.umd.js",
- "import": "./dist/sourcemap-codec.mjs"
- },
- "./dist/sourcemap-codec.umd.js"
- ],
- "./package.json": "./package.json"
- },
- "scripts": {
- "benchmark": "run-s build:rollup benchmark:*",
- "benchmark:install": "cd benchmark && npm install",
- "benchmark:only": "node --expose-gc benchmark/index.js",
- "build": "run-s -n build:*",
- "build:rollup": "rollup -c rollup.config.js",
- "build:ts": "tsc --project tsconfig.build.json",
- "lint": "run-s -n lint:*",
- "lint:prettier": "npm run test:lint:prettier -- --write",
- "lint:ts": "npm run test:lint:ts -- --fix",
- "prebuild": "rm -rf dist",
- "prepublishOnly": "npm run preversion",
- "preversion": "run-s test build",
- "pretest": "run-s build:rollup",
- "test": "run-s -n test:lint test:only",
- "test:debug": "mocha --inspect-brk",
- "test:lint": "run-s -n test:lint:*",
- "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
- "test:lint:ts": "eslint '{src,test}/**/*.ts'",
- "test:only": "mocha",
- "test:coverage": "c8 mocha",
- "test:watch": "mocha --watch"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jridgewell/sourcemap-codec.git"
- },
- "author": "Rich Harris",
- "license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "8.3.0",
"@types/node": "17.0.15",
@@ -70,5 +54,58 @@
"source-map-js": "1.0.2",
"sourcemap-codec": "1.4.8",
"typescript": "4.5.4"
- }
+ },
+ "exports": {
+ ".": [
+ {
+ "types": "./dist/types/sourcemap-codec.d.ts",
+ "browser": "./dist/sourcemap-codec.umd.js",
+ "require": "./dist/sourcemap-codec.umd.js",
+ "import": "./dist/sourcemap-codec.mjs"
+ },
+ "./dist/sourcemap-codec.umd.js"
+ ],
+ "./package.json": "./package.json"
+ },
+ "files": [
+ "dist"
+ ],
+ "homepage": "https://github.com/jridgewell/sourcemap-codec#readme",
+ "keywords": [
+ "sourcemap",
+ "vlq"
+ ],
+ "license": "MIT",
+ "main": "dist/sourcemap-codec.umd.js",
+ "module": "dist/sourcemap-codec.mjs",
+ "name": "@jridgewell/sourcemap-codec",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/jridgewell/sourcemap-codec.git"
+ },
+ "scripts": {
+ "benchmark": "run-s build:rollup benchmark:*",
+ "benchmark:install": "cd benchmark && npm install",
+ "benchmark:only": "node --expose-gc benchmark/index.js",
+ "build": "run-s -n build:*",
+ "build:rollup": "rollup -c rollup.config.js",
+ "build:ts": "tsc --project tsconfig.build.json",
+ "lint": "run-s -n lint:*",
+ "lint:prettier": "npm run test:lint:prettier -- --write",
+ "lint:ts": "npm run test:lint:ts -- --fix",
+ "prebuild": "rm -rf dist",
+ "prepublishOnly": "npm run preversion",
+ "pretest": "run-s build:rollup",
+ "preversion": "run-s test build",
+ "test": "run-s -n test:lint test:only",
+ "test:coverage": "c8 mocha",
+ "test:debug": "mocha --inspect-brk",
+ "test:lint": "run-s -n test:lint:*",
+ "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
+ "test:lint:ts": "eslint '{src,test}/**/*.ts'",
+ "test:only": "mocha",
+ "test:watch": "mocha --watch"
+ },
+ "types": "dist/types/sourcemap-codec.d.ts",
+ "version": "1.4.15"
}
diff --git a/node_modules/@jridgewell/trace-mapping/package.json b/node_modules/@jridgewell/trace-mapping/package.json
index c0619456..9e008b3c 100644
--- a/node_modules/@jridgewell/trace-mapping/package.json
+++ b/node_modules/@jridgewell/trace-mapping/package.json
@@ -1,17 +1,67 @@
{
- "name": "@jridgewell/trace-mapping",
- "version": "0.3.20",
+ "_args": [
+ [
+ "@jridgewell/trace-mapping@0.3.20",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@jridgewell/trace-mapping@0.3.20",
+ "_id": "@jridgewell/trace-mapping@0.3.20",
+ "_inBundle": false,
+ "_integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==",
+ "_location": "/@jridgewell/trace-mapping",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@jridgewell/trace-mapping@0.3.20",
+ "name": "@jridgewell/trace-mapping",
+ "escapedName": "@jridgewell%2ftrace-mapping",
+ "scope": "@jridgewell",
+ "rawSpec": "0.3.20",
+ "saveSpec": null,
+ "fetchSpec": "0.3.20"
+ },
+ "_requiredBy": [
+ "/@ampproject/remapping",
+ "/@babel/generator",
+ "/@jridgewell/gen-mapping",
+ "/@jridgewell/source-map",
+ "/terser-webpack-plugin"
+ ],
+ "_resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz",
+ "_spec": "0.3.20",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Justin Ridgewell",
+ "email": "justin@ridgewell.name"
+ },
+ "bugs": {
+ "url": "https://github.com/jridgewell/trace-mapping/issues"
+ },
+ "dependencies": {
+ "@jridgewell/resolve-uri": "^3.1.0",
+ "@jridgewell/sourcemap-codec": "^1.4.14"
+ },
"description": "Trace the original position through a source map",
- "keywords": [
- "source",
- "map"
- ],
- "main": "dist/trace-mapping.umd.js",
- "module": "dist/trace-mapping.mjs",
- "types": "dist/types/trace-mapping.d.ts",
- "files": [
- "dist"
- ],
+ "devDependencies": {
+ "@rollup/plugin-typescript": "8.5.0",
+ "@typescript-eslint/eslint-plugin": "5.39.0",
+ "@typescript-eslint/parser": "5.39.0",
+ "ava": "4.3.3",
+ "benchmark": "2.1.4",
+ "c8": "7.12.0",
+ "esbuild": "0.15.10",
+ "eslint": "8.25.0",
+ "eslint-config-prettier": "8.5.0",
+ "eslint-plugin-no-only-tests": "3.0.0",
+ "npm-run-all": "4.1.5",
+ "prettier": "2.7.1",
+ "rollup": "2.79.1",
+ "tsx": "3.10.1",
+ "typescript": "4.8.4"
+ },
"exports": {
".": [
{
@@ -24,12 +74,22 @@
],
"./package.json": "./package.json"
},
- "author": "Justin Ridgewell ",
+ "files": [
+ "dist"
+ ],
+ "homepage": "https://github.com/jridgewell/trace-mapping#readme",
+ "keywords": [
+ "source",
+ "map"
+ ],
+ "license": "MIT",
+ "main": "dist/trace-mapping.umd.js",
+ "module": "dist/trace-mapping.mjs",
+ "name": "@jridgewell/trace-mapping",
"repository": {
"type": "git",
"url": "git+https://github.com/jridgewell/trace-mapping.git"
},
- "license": "MIT",
"scripts": {
"benchmark": "run-s build:rollup benchmark:*",
"benchmark:install": "cd benchmark && npm install",
@@ -51,25 +111,6 @@
"test:only": "c8 ava",
"test:watch": "ava --watch"
},
- "devDependencies": {
- "@rollup/plugin-typescript": "8.5.0",
- "@typescript-eslint/eslint-plugin": "5.39.0",
- "@typescript-eslint/parser": "5.39.0",
- "ava": "4.3.3",
- "benchmark": "2.1.4",
- "c8": "7.12.0",
- "esbuild": "0.15.10",
- "eslint": "8.25.0",
- "eslint-config-prettier": "8.5.0",
- "eslint-plugin-no-only-tests": "3.0.0",
- "npm-run-all": "4.1.5",
- "prettier": "2.7.1",
- "rollup": "2.79.1",
- "tsx": "3.10.1",
- "typescript": "4.8.4"
- },
- "dependencies": {
- "@jridgewell/resolve-uri": "^3.1.0",
- "@jridgewell/sourcemap-codec": "^1.4.14"
- }
+ "types": "dist/types/trace-mapping.d.ts",
+ "version": "0.3.20"
}
diff --git a/node_modules/@leichtgewicht/ip-codec/package.json b/node_modules/@leichtgewicht/ip-codec/package.json
index 19c4e79e..d8c781a3 100644
--- a/node_modules/@leichtgewicht/ip-codec/package.json
+++ b/node_modules/@leichtgewicht/ip-codec/package.json
@@ -1,26 +1,56 @@
{
- "name": "@leichtgewicht/ip-codec",
- "version": "2.0.4",
+ "_args": [
+ [
+ "@leichtgewicht/ip-codec@2.0.4",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@leichtgewicht/ip-codec@2.0.4",
+ "_id": "@leichtgewicht/ip-codec@2.0.4",
+ "_inBundle": false,
+ "_integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==",
+ "_location": "/@leichtgewicht/ip-codec",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@leichtgewicht/ip-codec@2.0.4",
+ "name": "@leichtgewicht/ip-codec",
+ "escapedName": "@leichtgewicht%2fip-codec",
+ "scope": "@leichtgewicht",
+ "rawSpec": "2.0.4",
+ "saveSpec": null,
+ "fetchSpec": "2.0.4"
+ },
+ "_requiredBy": [
+ "/dns-packet"
+ ],
+ "_resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz",
+ "_spec": "2.0.4",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Martin Heidegger"
+ },
+ "bugs": {
+ "url": "https://github.com/martinheidegger/ip-codec/issues"
+ },
"description": "Small package to encode or decode IP addresses from buffers to strings.",
- "main": "index.cjs",
- "types": "types",
+ "devDependencies": {
+ "@definitelytyped/dtslint": "0.0.112",
+ "c8": "^7.11.2",
+ "esm2umd": "^0.2.0",
+ "fresh-tape": "^5.5.3",
+ "standard": "^17.0.0",
+ "typescript": "^4.6.4"
+ },
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.cjs"
}
},
- "scripts": {
- "lint": "standard && dtslint --localTs node_modules/typescript/lib types",
- "test": "npm run lint && npm run unit",
- "unit": "fresh-tape test.mjs",
- "coverage": "c8 npm run unit",
- "prepare": "node ./scripts/esm2umd.mjs ipCodec"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/martinheidegger/ip-codec.git"
- },
+ "homepage": "https://github.com/martinheidegger/ip-codec#readme",
"keywords": [
"ip",
"ipv4",
@@ -30,18 +60,20 @@
"buffer",
"conversion"
],
- "author": "Martin Heidegger",
"license": "MIT",
- "bugs": {
- "url": "https://github.com/martinheidegger/ip-codec/issues"
+ "main": "index.cjs",
+ "name": "@leichtgewicht/ip-codec",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/martinheidegger/ip-codec.git"
},
- "homepage": "https://github.com/martinheidegger/ip-codec#readme",
- "devDependencies": {
- "@definitelytyped/dtslint": "0.0.112",
- "c8": "^7.11.2",
- "esm2umd": "^0.2.0",
- "fresh-tape": "^5.5.3",
- "standard": "^17.0.0",
- "typescript": "^4.6.4"
- }
+ "scripts": {
+ "coverage": "c8 npm run unit",
+ "lint": "standard && dtslint --localTs node_modules/typescript/lib types",
+ "prepare": "node ./scripts/esm2umd.mjs ipCodec",
+ "test": "npm run lint && npm run unit",
+ "unit": "fresh-tape test.mjs"
+ },
+ "types": "types",
+ "version": "2.0.4"
}
diff --git a/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/package.json b/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/package.json
index 8932502d..01217900 100644
--- a/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/package.json
+++ b/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/package.json
@@ -1,14 +1,44 @@
{
- "name": "@nicolo-ribaudo/eslint-scope-5-internals",
- "version": "5.1.1-v1",
- "description": "Proxy package exposing internals of eslint-scope@5 for @babel/eslint-parser",
- "main": "index.js",
+ "_args": [
+ [
+ "@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1",
+ "_id": "@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1",
+ "_inBundle": false,
+ "_integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==",
+ "_location": "/@nicolo-ribaudo/eslint-scope-5-internals",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1",
+ "name": "@nicolo-ribaudo/eslint-scope-5-internals",
+ "escapedName": "@nicolo-ribaudo%2feslint-scope-5-internals",
+ "scope": "@nicolo-ribaudo",
+ "rawSpec": "5.1.1-v1",
+ "saveSpec": null,
+ "fetchSpec": "5.1.1-v1"
+ },
+ "_requiredBy": [
+ "/@babel/eslint-parser"
+ ],
+ "_resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
+ "_spec": "5.1.1-v1",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"dependencies": {
"eslint-scope": "5.1.1"
},
+ "description": "Proxy package exposing internals of eslint-scope@5 for @babel/eslint-parser",
"license": "MIT",
- "type": "commonjs",
+ "main": "index.js",
+ "name": "@nicolo-ribaudo/eslint-scope-5-internals",
"publishConfig": {
"access": "public"
- }
+ },
+ "type": "commonjs",
+ "version": "5.1.1-v1"
}
diff --git a/node_modules/@node-ipc/js-queue/package.json b/node_modules/@node-ipc/js-queue/package.json
index 763d5cce..5ea5e367 100644
--- a/node_modules/@node-ipc/js-queue/package.json
+++ b/node_modules/@node-ipc/js-queue/package.json
@@ -1,18 +1,48 @@
{
- "name": "@node-ipc/js-queue",
- "version": "2.0.3",
- "description": "Simple JS queue with auto run for node and browsers",
- "main": "queue.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "_args": [
+ [
+ "@node-ipc/js-queue@2.0.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@node-ipc/js-queue@2.0.3",
+ "_id": "@node-ipc/js-queue@2.0.3",
+ "_inBundle": false,
+ "_integrity": "sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw==",
+ "_location": "/@node-ipc/js-queue",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@node-ipc/js-queue@2.0.3",
+ "name": "@node-ipc/js-queue",
+ "escapedName": "@node-ipc%2fjs-queue",
+ "scope": "@node-ipc",
+ "rawSpec": "2.0.3",
+ "saveSpec": null,
+ "fetchSpec": "2.0.3"
},
+ "_requiredBy": [
+ "/@achrinza/node-ipc"
+ ],
+ "_resolved": "https://registry.npmjs.org/@node-ipc/js-queue/-/js-queue-2.0.3.tgz",
+ "_spec": "2.0.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Brandon Nozaki Miller"
+ },
+ "bugs": {
+ "url": "https://github.com/node-ipc/js-queue/issues"
+ },
+ "dependencies": {
+ "easy-stack": "1.0.1"
+ },
+ "description": "Simple JS queue with auto run for node and browsers",
"engines": {
"node": ">=1.0.0"
},
- "repository": {
- "type": "git",
- "url": "git+https://github.com/node-ipc/js-queue.git"
- },
+ "homepage": "https://github.com/node-ipc/js-queue#readme",
"keywords": [
"queue",
"node",
@@ -23,14 +53,16 @@
"browser",
"react"
],
- "author": "Brandon Nozaki Miller",
"license": "MIT",
- "bugs": {
- "url": "https://github.com/node-ipc/js-queue/issues"
+ "main": "queue.js",
+ "name": "@node-ipc/js-queue",
+ "packageManager": "yarn@3.2.0",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/node-ipc/js-queue.git"
},
- "homepage": "https://github.com/node-ipc/js-queue#readme",
- "dependencies": {
- "easy-stack": "1.0.1"
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
},
- "packageManager": "yarn@3.2.0"
-}
\ No newline at end of file
+ "version": "2.0.3"
+}
diff --git a/node_modules/@nodelib/fs.scandir/package.json b/node_modules/@nodelib/fs.scandir/package.json
index d3a89241..b6a60c7c 100644
--- a/node_modules/@nodelib/fs.scandir/package.json
+++ b/node_modules/@nodelib/fs.scandir/package.json
@@ -1,9 +1,52 @@
{
- "name": "@nodelib/fs.scandir",
- "version": "2.1.5",
+ "_args": [
+ [
+ "@nodelib/fs.scandir@2.1.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@nodelib/fs.scandir@2.1.5",
+ "_id": "@nodelib/fs.scandir@2.1.5",
+ "_inBundle": false,
+ "_integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "_location": "/@nodelib/fs.scandir",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@nodelib/fs.scandir@2.1.5",
+ "name": "@nodelib/fs.scandir",
+ "escapedName": "@nodelib%2ffs.scandir",
+ "scope": "@nodelib",
+ "rawSpec": "2.1.5",
+ "saveSpec": null,
+ "fetchSpec": "2.1.5"
+ },
+ "_requiredBy": [
+ "/@nodelib/fs.walk"
+ ],
+ "_resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "_spec": "2.1.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "dependencies": {
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
+ },
"description": "List files and directories inside the specified directory",
- "license": "MIT",
- "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir",
+ "devDependencies": {
+ "@nodelib/fs.macchiato": "1.0.4",
+ "@types/run-parallel": "^1.1.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ },
+ "files": [
+ "out/**",
+ "!out/**/*.map",
+ "!out/**/*.spec.*"
+ ],
+ "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562",
"keywords": [
"NodeLib",
"fs",
@@ -13,32 +56,22 @@
"readdir",
"dirent"
],
- "engines": {
- "node": ">= 8"
- },
- "files": [
- "out/**",
- "!out/**/*.map",
- "!out/**/*.spec.*"
- ],
+ "license": "MIT",
"main": "out/index.js",
- "typings": "out/index.d.ts",
+ "name": "@nodelib/fs.scandir",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir"
+ },
"scripts": {
+ "build": "npm run clean && npm run compile && npm run lint && npm test",
"clean": "rimraf {tsconfig.tsbuildinfo,out}",
- "lint": "eslint \"src/**/*.ts\" --cache",
"compile": "tsc -b .",
"compile:watch": "tsc -p . --watch --sourceMap",
+ "lint": "eslint \"src/**/*.ts\" --cache",
"test": "mocha \"out/**/*.spec.js\" -s 0",
- "build": "npm run clean && npm run compile && npm run lint && npm test",
"watch": "npm run clean && npm run compile:watch"
},
- "dependencies": {
- "@nodelib/fs.stat": "2.0.5",
- "run-parallel": "^1.1.9"
- },
- "devDependencies": {
- "@nodelib/fs.macchiato": "1.0.4",
- "@types/run-parallel": "^1.1.0"
- },
- "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562"
+ "typings": "out/index.d.ts",
+ "version": "2.1.5"
}
diff --git a/node_modules/@nodelib/fs.stat/package.json b/node_modules/@nodelib/fs.stat/package.json
index f2540c28..c362954a 100644
--- a/node_modules/@nodelib/fs.stat/package.json
+++ b/node_modules/@nodelib/fs.stat/package.json
@@ -1,16 +1,39 @@
{
- "name": "@nodelib/fs.stat",
- "version": "2.0.5",
- "description": "Get the status of a file with some features",
- "license": "MIT",
- "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat",
- "keywords": [
- "NodeLib",
- "fs",
- "FileSystem",
- "file system",
- "stat"
+ "_args": [
+ [
+ "@nodelib/fs.stat@2.0.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@nodelib/fs.stat@2.0.5",
+ "_id": "@nodelib/fs.stat@2.0.5",
+ "_inBundle": false,
+ "_integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
+ "_location": "/@nodelib/fs.stat",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@nodelib/fs.stat@2.0.5",
+ "name": "@nodelib/fs.stat",
+ "escapedName": "@nodelib%2ffs.stat",
+ "scope": "@nodelib",
+ "rawSpec": "2.0.5",
+ "saveSpec": null,
+ "fetchSpec": "2.0.5"
+ },
+ "_requiredBy": [
+ "/@nodelib/fs.scandir",
+ "/fast-glob"
+ ],
+ "_resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "_spec": "2.0.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "description": "Get the status of a file with some features",
+ "devDependencies": {
+ "@nodelib/fs.macchiato": "1.0.4"
+ },
"engines": {
"node": ">= 8"
},
@@ -19,19 +42,30 @@
"!out/**/*.map",
"!out/**/*.spec.*"
],
+ "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562",
+ "keywords": [
+ "NodeLib",
+ "fs",
+ "FileSystem",
+ "file system",
+ "stat"
+ ],
+ "license": "MIT",
"main": "out/index.js",
- "typings": "out/index.d.ts",
+ "name": "@nodelib/fs.stat",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat"
+ },
"scripts": {
+ "build": "npm run clean && npm run compile && npm run lint && npm test",
"clean": "rimraf {tsconfig.tsbuildinfo,out}",
- "lint": "eslint \"src/**/*.ts\" --cache",
"compile": "tsc -b .",
"compile:watch": "tsc -p . --watch --sourceMap",
+ "lint": "eslint \"src/**/*.ts\" --cache",
"test": "mocha \"out/**/*.spec.js\" -s 0",
- "build": "npm run clean && npm run compile && npm run lint && npm test",
"watch": "npm run clean && npm run compile:watch"
},
- "devDependencies": {
- "@nodelib/fs.macchiato": "1.0.4"
- },
- "gitHead": "d6a7960d5281d3dd5f8e2efba49bb552d090f562"
+ "typings": "out/index.d.ts",
+ "version": "2.0.5"
}
diff --git a/node_modules/@nodelib/fs.walk/package.json b/node_modules/@nodelib/fs.walk/package.json
index 86bfce48..c81468f4 100644
--- a/node_modules/@nodelib/fs.walk/package.json
+++ b/node_modules/@nodelib/fs.walk/package.json
@@ -1,18 +1,42 @@
{
- "name": "@nodelib/fs.walk",
- "version": "1.2.8",
- "description": "A library for efficiently walking a directory recursively",
- "license": "MIT",
- "repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk",
- "keywords": [
- "NodeLib",
- "fs",
- "FileSystem",
- "file system",
- "walk",
- "scanner",
- "crawler"
+ "_args": [
+ [
+ "@nodelib/fs.walk@1.2.8",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_development": true,
+ "_from": "@nodelib/fs.walk@1.2.8",
+ "_id": "@nodelib/fs.walk@1.2.8",
+ "_inBundle": false,
+ "_integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
+ "_location": "/@nodelib/fs.walk",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@nodelib/fs.walk@1.2.8",
+ "name": "@nodelib/fs.walk",
+ "escapedName": "@nodelib%2ffs.walk",
+ "scope": "@nodelib",
+ "rawSpec": "1.2.8",
+ "saveSpec": null,
+ "fetchSpec": "1.2.8"
+ },
+ "_requiredBy": [
+ "/fast-glob"
+ ],
+ "_resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "_spec": "1.2.8",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "dependencies": {
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
+ },
+ "description": "A library for efficiently walking a directory recursively",
+ "devDependencies": {
+ "@nodelib/fs.macchiato": "1.0.4"
+ },
"engines": {
"node": ">= 8"
},
@@ -22,23 +46,32 @@
"!out/**/*.spec.*",
"!out/**/tests/**"
],
+ "gitHead": "1e5bad48565da2b06b8600e744324ea240bf49d8",
+ "keywords": [
+ "NodeLib",
+ "fs",
+ "FileSystem",
+ "file system",
+ "walk",
+ "scanner",
+ "crawler"
+ ],
+ "license": "MIT",
"main": "out/index.js",
- "typings": "out/index.d.ts",
+ "name": "@nodelib/fs.walk",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk"
+ },
"scripts": {
+ "build": "npm run clean && npm run compile && npm run lint && npm test",
"clean": "rimraf {tsconfig.tsbuildinfo,out}",
- "lint": "eslint \"src/**/*.ts\" --cache",
"compile": "tsc -b .",
"compile:watch": "tsc -p . --watch --sourceMap",
+ "lint": "eslint \"src/**/*.ts\" --cache",
"test": "mocha \"out/**/*.spec.js\" -s 0",
- "build": "npm run clean && npm run compile && npm run lint && npm test",
"watch": "npm run clean && npm run compile:watch"
},
- "dependencies": {
- "@nodelib/fs.scandir": "2.1.5",
- "fastq": "^1.6.0"
- },
- "devDependencies": {
- "@nodelib/fs.macchiato": "1.0.4"
- },
- "gitHead": "1e5bad48565da2b06b8600e744324ea240bf49d8"
+ "typings": "out/index.d.ts",
+ "version": "1.2.8"
}
diff --git a/node_modules/@polka/url/package.json b/node_modules/@polka/url/package.json
index f934d0e4..395f83a3 100644
--- a/node_modules/@polka/url/package.json
+++ b/node_modules/@polka/url/package.json
@@ -1,12 +1,43 @@
{
- "version": "1.0.0-next.23",
- "name": "@polka/url",
- "repository": "lukeed/polka",
+ "_args": [
+ [
+ "@polka/url@1.0.0-next.23",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@polka/url@1.0.0-next.23",
+ "_id": "@polka/url@1.0.0-next.23",
+ "_inBundle": false,
+ "_integrity": "sha512-C16M+IYz0rgRhWZdCmK+h58JMv8vijAA61gmz2rspCSwKwzBebpdcsiUmwrtJRdphuY30i6BSLEOP8ppbNLyLg==",
+ "_location": "/@polka/url",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@polka/url@1.0.0-next.23",
+ "name": "@polka/url",
+ "escapedName": "@polka%2furl",
+ "scope": "@polka",
+ "rawSpec": "1.0.0-next.23",
+ "saveSpec": null,
+ "fetchSpec": "1.0.0-next.23"
+ },
+ "_requiredBy": [
+ "/sirv"
+ ],
+ "_resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.23.tgz",
+ "_spec": "1.0.0-next.23",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Luke Edwards",
+ "email": "luke@lukeed.com",
+ "url": "https://lukeed.com"
+ },
+ "bugs": {
+ "url": "https://github.com/lukeed/polka/issues"
+ },
"description": "Super fast, memoized `req.url` parser",
- "module": "build.mjs",
- "types": "index.d.ts",
- "main": "build.js",
- "license": "MIT",
"exports": {
".": {
"types": "./index.d.ts",
@@ -19,12 +50,18 @@
"*.d.ts",
"build.*"
],
- "author": {
- "name": "Luke Edwards",
- "email": "luke@lukeed.com",
- "url": "https://lukeed.com"
- },
+ "homepage": "https://github.com/lukeed/polka#readme",
+ "license": "MIT",
+ "main": "build.js",
+ "module": "build.mjs",
+ "name": "@polka/url",
"publishConfig": {
"access": "public"
- }
-}
\ No newline at end of file
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/lukeed/polka.git"
+ },
+ "types": "index.d.ts",
+ "version": "1.0.0-next.23"
+}
diff --git a/node_modules/@sideway/address/package.json b/node_modules/@sideway/address/package.json
index 68633691..c06502e2 100644
--- a/node_modules/@sideway/address/package.json
+++ b/node_modules/@sideway/address/package.json
@@ -1,30 +1,67 @@
{
+ "_args": [
+ [
+ "@sideway/address@4.1.4",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@sideway/address@4.1.4",
+ "_id": "@sideway/address@4.1.4",
+ "_inBundle": false,
+ "_integrity": "sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==",
+ "_location": "/@sideway/address",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@sideway/address@4.1.4",
"name": "@sideway/address",
- "description": "Email address and domain validation",
- "version": "4.1.4",
- "repository": "git://github.com/sideway/address",
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "files": [
- "lib"
- ],
- "keywords": [
- "email",
- "domain",
- "address",
- "validation"
- ],
- "dependencies": {
- "@hapi/hoek": "^9.0.0"
- },
- "devDependencies": {
- "typescript": "4.0.x",
- "@hapi/code": "8.x.x",
- "@hapi/lab": "24.x.x"
- },
- "scripts": {
- "test": "lab -a @hapi/code -t 100 -L -Y",
- "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
- },
- "license": "BSD-3-Clause"
+ "escapedName": "@sideway%2faddress",
+ "scope": "@sideway",
+ "rawSpec": "4.1.4",
+ "saveSpec": null,
+ "fetchSpec": "4.1.4"
+ },
+ "_requiredBy": [
+ "/joi"
+ ],
+ "_resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz",
+ "_spec": "4.1.4",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/sideway/address/issues"
+ },
+ "dependencies": {
+ "@hapi/hoek": "^9.0.0"
+ },
+ "description": "Email address and domain validation",
+ "devDependencies": {
+ "@hapi/code": "8.x.x",
+ "@hapi/lab": "24.x.x",
+ "typescript": "4.0.x"
+ },
+ "files": [
+ "lib"
+ ],
+ "homepage": "https://github.com/sideway/address#readme",
+ "keywords": [
+ "email",
+ "domain",
+ "address",
+ "validation"
+ ],
+ "license": "BSD-3-Clause",
+ "main": "lib/index.js",
+ "name": "@sideway/address",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/sideway/address.git"
+ },
+ "scripts": {
+ "test": "lab -a @hapi/code -t 100 -L -Y",
+ "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
+ },
+ "types": "lib/index.d.ts",
+ "version": "4.1.4"
}
diff --git a/node_modules/@sideway/formula/package.json b/node_modules/@sideway/formula/package.json
index 4f314474..61786103 100644
--- a/node_modules/@sideway/formula/package.json
+++ b/node_modules/@sideway/formula/package.json
@@ -1,28 +1,65 @@
{
+ "_args": [
+ [
+ "@sideway/formula@3.0.1",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@sideway/formula@3.0.1",
+ "_id": "@sideway/formula@3.0.1",
+ "_inBundle": false,
+ "_integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==",
+ "_location": "/@sideway/formula",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@sideway/formula@3.0.1",
"name": "@sideway/formula",
- "description": "Math and string formula parser.",
- "version": "3.0.1",
- "repository": "git://github.com/sideway/formula",
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "keywords": [
- "formula",
- "parser",
- "math",
- "string"
- ],
- "files": [
- "lib"
- ],
- "dependencies": {},
- "devDependencies": {
- "typescript": "4.0.x",
- "@hapi/code": "8.x.x",
- "@hapi/lab": "24.x.x"
- },
- "scripts": {
- "test": "lab -a @hapi/code -t 100 -L -Y",
- "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
- },
- "license": "BSD-3-Clause"
+ "escapedName": "@sideway%2fformula",
+ "scope": "@sideway",
+ "rawSpec": "3.0.1",
+ "saveSpec": null,
+ "fetchSpec": "3.0.1"
+ },
+ "_requiredBy": [
+ "/joi"
+ ],
+ "_resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz",
+ "_spec": "3.0.1",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/sideway/formula/issues"
+ },
+ "dependencies": {},
+ "description": "Math and string formula parser.",
+ "devDependencies": {
+ "@hapi/code": "8.x.x",
+ "@hapi/lab": "24.x.x",
+ "typescript": "4.0.x"
+ },
+ "files": [
+ "lib"
+ ],
+ "homepage": "https://github.com/sideway/formula#readme",
+ "keywords": [
+ "formula",
+ "parser",
+ "math",
+ "string"
+ ],
+ "license": "BSD-3-Clause",
+ "main": "lib/index.js",
+ "name": "@sideway/formula",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/sideway/formula.git"
+ },
+ "scripts": {
+ "test": "lab -a @hapi/code -t 100 -L -Y",
+ "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
+ },
+ "types": "lib/index.d.ts",
+ "version": "3.0.1"
}
diff --git a/node_modules/@sideway/pinpoint/package.json b/node_modules/@sideway/pinpoint/package.json
index b2f09a62..eeabdf8b 100644
--- a/node_modules/@sideway/pinpoint/package.json
+++ b/node_modules/@sideway/pinpoint/package.json
@@ -1,25 +1,62 @@
{
+ "_args": [
+ [
+ "@sideway/pinpoint@2.0.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@sideway/pinpoint@2.0.0",
+ "_id": "@sideway/pinpoint@2.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==",
+ "_location": "/@sideway/pinpoint",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@sideway/pinpoint@2.0.0",
"name": "@sideway/pinpoint",
- "description": "Return the filename and line number of the calling function",
- "version": "2.0.0",
- "repository": "git://github.com/sideway/pinpoint",
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "files": [
- "lib"
- ],
- "keywords": [
- "utilities"
- ],
- "dependencies": {},
- "devDependencies": {
- "typescript": "4.0.x",
- "@hapi/code": "8.x.x",
- "@hapi/lab": "24.x.x"
- },
- "scripts": {
- "test": "lab -a @hapi/code -t 100 -L -Y",
- "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
- },
- "license": "BSD-3-Clause"
+ "escapedName": "@sideway%2fpinpoint",
+ "scope": "@sideway",
+ "rawSpec": "2.0.0",
+ "saveSpec": null,
+ "fetchSpec": "2.0.0"
+ },
+ "_requiredBy": [
+ "/joi"
+ ],
+ "_resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz",
+ "_spec": "2.0.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/sideway/pinpoint/issues"
+ },
+ "dependencies": {},
+ "description": "Return the filename and line number of the calling function",
+ "devDependencies": {
+ "@hapi/code": "8.x.x",
+ "@hapi/lab": "24.x.x",
+ "typescript": "4.0.x"
+ },
+ "files": [
+ "lib"
+ ],
+ "homepage": "https://github.com/sideway/pinpoint#readme",
+ "keywords": [
+ "utilities"
+ ],
+ "license": "BSD-3-Clause",
+ "main": "lib/index.js",
+ "name": "@sideway/pinpoint",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/sideway/pinpoint.git"
+ },
+ "scripts": {
+ "test": "lab -a @hapi/code -t 100 -L -Y",
+ "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
+ },
+ "types": "lib/index.d.ts",
+ "version": "2.0.0"
}
diff --git a/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/ansi-styles/package.json b/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/ansi-styles/package.json
index 75393284..9ae20b0e 100644
--- a/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/ansi-styles/package.json
+++ b/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/ansi-styles/package.json
@@ -1,56 +1,92 @@
{
- "name": "ansi-styles",
- "version": "4.3.0",
- "description": "ANSI escape codes for styling strings in the terminal",
- "license": "MIT",
- "repository": "chalk/ansi-styles",
- "funding": "https://github.com/chalk/ansi-styles?sponsor=1",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=8"
- },
- "scripts": {
- "test": "xo && ava && tsd",
- "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "keywords": [
- "ansi",
- "styles",
- "color",
- "colour",
- "colors",
- "terminal",
- "console",
- "cli",
- "string",
- "tty",
- "escape",
- "formatting",
- "rgb",
- "256",
- "shell",
- "xterm",
- "log",
- "logging",
- "command-line",
- "text"
- ],
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "devDependencies": {
- "@types/color-convert": "^1.9.0",
- "ava": "^2.3.0",
- "svg-term-cli": "^2.1.1",
- "tsd": "^0.11.0",
- "xo": "^0.25.3"
- }
+ "_args": [
+ [
+ "ansi-styles@4.3.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "ansi-styles@4.3.0",
+ "_id": "ansi-styles@4.3.0",
+ "_inBundle": false,
+ "_integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "_location": "/@soda/friendly-errors-webpack-plugin/ansi-styles",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "ansi-styles@4.3.0",
+ "name": "ansi-styles",
+ "escapedName": "ansi-styles",
+ "rawSpec": "4.3.0",
+ "saveSpec": null,
+ "fetchSpec": "4.3.0"
+ },
+ "_requiredBy": [
+ "/@soda/friendly-errors-webpack-plugin/chalk"
+ ],
+ "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "_spec": "4.3.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/chalk/ansi-styles/issues"
+ },
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "description": "ANSI escape codes for styling strings in the terminal",
+ "devDependencies": {
+ "@types/color-convert": "^1.9.0",
+ "ava": "^2.3.0",
+ "svg-term-cli": "^2.1.1",
+ "tsd": "^0.11.0",
+ "xo": "^0.25.3"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "files": [
+ "index.js",
+ "index.d.ts"
+ ],
+ "funding": "https://github.com/chalk/ansi-styles?sponsor=1",
+ "homepage": "https://github.com/chalk/ansi-styles#readme",
+ "keywords": [
+ "ansi",
+ "styles",
+ "color",
+ "colour",
+ "colors",
+ "terminal",
+ "console",
+ "cli",
+ "string",
+ "tty",
+ "escape",
+ "formatting",
+ "rgb",
+ "256",
+ "shell",
+ "xterm",
+ "log",
+ "logging",
+ "command-line",
+ "text"
+ ],
+ "license": "MIT",
+ "name": "ansi-styles",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/chalk/ansi-styles.git"
+ },
+ "scripts": {
+ "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
+ "test": "xo && ava && tsd"
+ },
+ "version": "4.3.0"
}
diff --git a/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/chalk/package.json b/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/chalk/package.json
index 047adf92..532fd6ca 100644
--- a/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/chalk/package.json
+++ b/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/chalk/package.json
@@ -1,63 +1,99 @@
{
- "name": "chalk",
- "version": "3.0.0",
- "description": "Terminal string styling done right",
- "license": "MIT",
- "repository": "chalk/chalk",
- "main": "source",
- "engines": {
- "node": ">=8"
- },
- "scripts": {
- "test": "xo && nyc ava && tsd",
- "bench": "matcha benchmark.js"
- },
- "files": [
- "source",
- "index.d.ts"
- ],
- "keywords": [
- "color",
- "colour",
- "colors",
- "terminal",
- "console",
- "cli",
- "string",
- "str",
- "ansi",
- "style",
- "styles",
- "tty",
- "formatting",
- "rgb",
- "256",
- "shell",
- "xterm",
- "log",
- "logging",
- "command-line",
- "text"
- ],
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "devDependencies": {
- "ava": "^2.4.0",
- "coveralls": "^3.0.7",
- "execa": "^3.2.0",
- "import-fresh": "^3.1.0",
- "matcha": "^0.7.0",
- "nyc": "^14.1.1",
- "resolve-from": "^5.0.0",
- "tsd": "^0.7.4",
- "xo": "^0.25.3"
- },
- "xo": {
- "rules": {
- "unicorn/prefer-string-slice": "off",
- "unicorn/prefer-includes": "off"
- }
- }
+ "_args": [
+ [
+ "chalk@3.0.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "chalk@3.0.0",
+ "_id": "chalk@3.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
+ "_location": "/@soda/friendly-errors-webpack-plugin/chalk",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "chalk@3.0.0",
+ "name": "chalk",
+ "escapedName": "chalk",
+ "rawSpec": "3.0.0",
+ "saveSpec": null,
+ "fetchSpec": "3.0.0"
+ },
+ "_requiredBy": [
+ "/@soda/friendly-errors-webpack-plugin"
+ ],
+ "_resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
+ "_spec": "3.0.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/chalk/chalk/issues"
+ },
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "description": "Terminal string styling done right",
+ "devDependencies": {
+ "ava": "^2.4.0",
+ "coveralls": "^3.0.7",
+ "execa": "^3.2.0",
+ "import-fresh": "^3.1.0",
+ "matcha": "^0.7.0",
+ "nyc": "^14.1.1",
+ "resolve-from": "^5.0.0",
+ "tsd": "^0.7.4",
+ "xo": "^0.25.3"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "files": [
+ "source",
+ "index.d.ts"
+ ],
+ "homepage": "https://github.com/chalk/chalk#readme",
+ "keywords": [
+ "color",
+ "colour",
+ "colors",
+ "terminal",
+ "console",
+ "cli",
+ "string",
+ "str",
+ "ansi",
+ "style",
+ "styles",
+ "tty",
+ "formatting",
+ "rgb",
+ "256",
+ "shell",
+ "xterm",
+ "log",
+ "logging",
+ "command-line",
+ "text"
+ ],
+ "license": "MIT",
+ "main": "source",
+ "name": "chalk",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/chalk/chalk.git"
+ },
+ "scripts": {
+ "bench": "matcha benchmark.js",
+ "test": "xo && nyc ava && tsd"
+ },
+ "version": "3.0.0",
+ "xo": {
+ "rules": {
+ "unicorn/prefer-string-slice": "off",
+ "unicorn/prefer-includes": "off"
+ }
+ }
}
diff --git a/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/color-convert/package.json b/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/color-convert/package.json
index 6e48000c..c757a087 100644
--- a/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/color-convert/package.json
+++ b/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/color-convert/package.json
@@ -1,17 +1,57 @@
{
- "name": "color-convert",
+ "_args": [
+ [
+ "color-convert@2.0.1",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "color-convert@2.0.1",
+ "_id": "color-convert@2.0.1",
+ "_inBundle": false,
+ "_integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "_location": "/@soda/friendly-errors-webpack-plugin/color-convert",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "color-convert@2.0.1",
+ "name": "color-convert",
+ "escapedName": "color-convert",
+ "rawSpec": "2.0.1",
+ "saveSpec": null,
+ "fetchSpec": "2.0.1"
+ },
+ "_requiredBy": [
+ "/@soda/friendly-errors-webpack-plugin/ansi-styles"
+ ],
+ "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "_spec": "2.0.1",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Heather Arthur",
+ "email": "fayearthur@gmail.com"
+ },
+ "bugs": {
+ "url": "https://github.com/Qix-/color-convert/issues"
+ },
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
"description": "Plain color conversion functions",
- "version": "2.0.1",
- "author": "Heather Arthur ",
- "license": "MIT",
- "repository": "Qix-/color-convert",
- "scripts": {
- "pretest": "xo",
- "test": "node test/basic.js"
+ "devDependencies": {
+ "chalk": "^2.4.2",
+ "xo": "^0.24.0"
},
"engines": {
"node": ">=7.0.0"
},
+ "files": [
+ "index.js",
+ "conversions.js",
+ "route.js"
+ ],
+ "homepage": "https://github.com/Qix-/color-convert#readme",
"keywords": [
"color",
"colour",
@@ -26,23 +66,22 @@
"ansi",
"ansi16"
],
- "files": [
- "index.js",
- "conversions.js",
- "route.js"
- ],
+ "license": "MIT",
+ "name": "color-convert",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/Qix-/color-convert.git"
+ },
+ "scripts": {
+ "pretest": "xo",
+ "test": "node test/basic.js"
+ },
+ "version": "2.0.1",
"xo": {
"rules": {
"default-case": 0,
"no-inline-comments": 0,
"operator-linebreak": 0
}
- },
- "devDependencies": {
- "chalk": "^2.4.2",
- "xo": "^0.24.0"
- },
- "dependencies": {
- "color-name": "~1.1.4"
}
}
diff --git a/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/color-name/package.json b/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/color-name/package.json
index 7acc9028..dbbc7a02 100644
--- a/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/color-name/package.json
+++ b/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/color-name/package.json
@@ -1,28 +1,60 @@
{
- "name": "color-name",
- "version": "1.1.4",
+ "_args": [
+ [
+ "color-name@1.1.4",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "color-name@1.1.4",
+ "_id": "color-name@1.1.4",
+ "_inBundle": false,
+ "_integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "_location": "/@soda/friendly-errors-webpack-plugin/color-name",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "color-name@1.1.4",
+ "name": "color-name",
+ "escapedName": "color-name",
+ "rawSpec": "1.1.4",
+ "saveSpec": null,
+ "fetchSpec": "1.1.4"
+ },
+ "_requiredBy": [
+ "/@soda/friendly-errors-webpack-plugin/color-convert"
+ ],
+ "_resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "_spec": "1.1.4",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "DY",
+ "email": "dfcreative@gmail.com"
+ },
+ "bugs": {
+ "url": "https://github.com/colorjs/color-name/issues"
+ },
"description": "A list of color names and its values",
- "main": "index.js",
"files": [
"index.js"
],
- "scripts": {
- "test": "node test.js"
- },
- "repository": {
- "type": "git",
- "url": "git@github.com:colorjs/color-name.git"
- },
+ "homepage": "https://github.com/colorjs/color-name",
"keywords": [
"color-name",
"color",
"color-keyword",
"keyword"
],
- "author": "DY ",
"license": "MIT",
- "bugs": {
- "url": "https://github.com/colorjs/color-name/issues"
+ "main": "index.js",
+ "name": "color-name",
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://git@github.com/colorjs/color-name.git"
},
- "homepage": "https://github.com/colorjs/color-name"
+ "scripts": {
+ "test": "node test.js"
+ },
+ "version": "1.1.4"
}
diff --git a/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/has-flag/package.json b/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/has-flag/package.json
index a9cba4b8..94ffd8c3 100644
--- a/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/has-flag/package.json
+++ b/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/has-flag/package.json
@@ -1,46 +1,82 @@
{
- "name": "has-flag",
- "version": "4.0.0",
- "description": "Check if argv has a specific flag",
- "license": "MIT",
- "repository": "sindresorhus/has-flag",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=8"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "keywords": [
- "has",
- "check",
- "detect",
- "contains",
- "find",
- "flag",
- "cli",
- "command-line",
- "argv",
- "process",
- "arg",
- "args",
- "argument",
- "arguments",
- "getopt",
- "minimist",
- "optimist"
- ],
- "devDependencies": {
- "ava": "^1.4.1",
- "tsd": "^0.7.2",
- "xo": "^0.24.0"
- }
+ "_args": [
+ [
+ "has-flag@4.0.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "has-flag@4.0.0",
+ "_id": "has-flag@4.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "_location": "/@soda/friendly-errors-webpack-plugin/has-flag",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "has-flag@4.0.0",
+ "name": "has-flag",
+ "escapedName": "has-flag",
+ "rawSpec": "4.0.0",
+ "saveSpec": null,
+ "fetchSpec": "4.0.0"
+ },
+ "_requiredBy": [
+ "/@soda/friendly-errors-webpack-plugin/supports-color"
+ ],
+ "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "_spec": "4.0.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/has-flag/issues"
+ },
+ "description": "Check if argv has a specific flag",
+ "devDependencies": {
+ "ava": "^1.4.1",
+ "tsd": "^0.7.2",
+ "xo": "^0.24.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "files": [
+ "index.js",
+ "index.d.ts"
+ ],
+ "homepage": "https://github.com/sindresorhus/has-flag#readme",
+ "keywords": [
+ "has",
+ "check",
+ "detect",
+ "contains",
+ "find",
+ "flag",
+ "cli",
+ "command-line",
+ "argv",
+ "process",
+ "arg",
+ "args",
+ "argument",
+ "arguments",
+ "getopt",
+ "minimist",
+ "optimist"
+ ],
+ "license": "MIT",
+ "name": "has-flag",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/has-flag.git"
+ },
+ "scripts": {
+ "test": "xo && ava && tsd"
+ },
+ "version": "4.0.0"
}
diff --git a/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/supports-color/package.json b/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/supports-color/package.json
index f7182edc..6866fa11 100644
--- a/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/supports-color/package.json
+++ b/node_modules/@soda/friendly-errors-webpack-plugin/node_modules/supports-color/package.json
@@ -1,53 +1,89 @@
{
- "name": "supports-color",
- "version": "7.2.0",
- "description": "Detect whether a terminal supports color",
- "license": "MIT",
- "repository": "chalk/supports-color",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=8"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "files": [
- "index.js",
- "browser.js"
- ],
- "keywords": [
- "color",
- "colour",
- "colors",
- "terminal",
- "console",
- "cli",
- "ansi",
- "styles",
- "tty",
- "rgb",
- "256",
- "shell",
- "xterm",
- "command-line",
- "support",
- "supports",
- "capability",
- "detect",
- "truecolor",
- "16m"
- ],
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "devDependencies": {
- "ava": "^1.4.1",
- "import-fresh": "^3.0.0",
- "xo": "^0.24.0"
- },
- "browser": "browser.js"
+ "_args": [
+ [
+ "supports-color@7.2.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "supports-color@7.2.0",
+ "_id": "supports-color@7.2.0",
+ "_inBundle": false,
+ "_integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "_location": "/@soda/friendly-errors-webpack-plugin/supports-color",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "supports-color@7.2.0",
+ "name": "supports-color",
+ "escapedName": "supports-color",
+ "rawSpec": "7.2.0",
+ "saveSpec": null,
+ "fetchSpec": "7.2.0"
+ },
+ "_requiredBy": [
+ "/@soda/friendly-errors-webpack-plugin/chalk"
+ ],
+ "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "_spec": "7.2.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "browser": "browser.js",
+ "bugs": {
+ "url": "https://github.com/chalk/supports-color/issues"
+ },
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "description": "Detect whether a terminal supports color",
+ "devDependencies": {
+ "ava": "^1.4.1",
+ "import-fresh": "^3.0.0",
+ "xo": "^0.24.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "files": [
+ "index.js",
+ "browser.js"
+ ],
+ "homepage": "https://github.com/chalk/supports-color#readme",
+ "keywords": [
+ "color",
+ "colour",
+ "colors",
+ "terminal",
+ "console",
+ "cli",
+ "ansi",
+ "styles",
+ "tty",
+ "rgb",
+ "256",
+ "shell",
+ "xterm",
+ "command-line",
+ "support",
+ "supports",
+ "capability",
+ "detect",
+ "truecolor",
+ "16m"
+ ],
+ "license": "MIT",
+ "name": "supports-color",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/chalk/supports-color.git"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "7.2.0"
}
diff --git a/node_modules/@soda/friendly-errors-webpack-plugin/package.json b/node_modules/@soda/friendly-errors-webpack-plugin/package.json
index 2cdbf163..f5b678ef 100644
--- a/node_modules/@soda/friendly-errors-webpack-plugin/package.json
+++ b/node_modules/@soda/friendly-errors-webpack-plugin/package.json
@@ -1,53 +1,56 @@
{
- "name": "@soda/friendly-errors-webpack-plugin",
- "version": "1.8.1",
- "description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience",
- "main": "index.js",
- "engines": {
- "node": ">=8.0.0"
- },
- "scripts": {
- "test": "eslint --ignore-pattern \"test/**\" . && jest --testEnvironment node"
- },
- "files": [
- "src",
- "index.js"
+ "_args": [
+ [
+ "@soda/friendly-errors-webpack-plugin@1.8.1",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
- "keywords": [
- "friendly",
- "errors",
- "webpack",
- "plugin"
+ "_development": true,
+ "_from": "@soda/friendly-errors-webpack-plugin@1.8.1",
+ "_id": "@soda/friendly-errors-webpack-plugin@1.8.1",
+ "_inBundle": false,
+ "_integrity": "sha512-h2ooWqP8XuFqTXT+NyAFbrArzfQA7R6HTezADrvD9Re8fxMLTPPniLdqVTdDaO0eIoLaAwKT+d6w+5GeTk7Vbg==",
+ "_location": "/@soda/friendly-errors-webpack-plugin",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@soda/friendly-errors-webpack-plugin@1.8.1",
+ "name": "@soda/friendly-errors-webpack-plugin",
+ "escapedName": "@soda%2ffriendly-errors-webpack-plugin",
+ "scope": "@soda",
+ "rawSpec": "1.8.1",
+ "saveSpec": null,
+ "fetchSpec": "1.8.1"
+ },
+ "_requiredBy": [
+ "/@vue/cli-service"
],
- "author": "Geoffroy Warin",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sodatea/friendly-errors-webpack-plugin.git"
+ "_resolved": "https://registry.npmjs.org/@soda/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.8.1.tgz",
+ "_spec": "1.8.1",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Geoffroy Warin"
},
"bugs": {
"url": "https://github.com/sodatea/friendly-errors-webpack-plugin/issues"
},
- "license": "MIT",
- "jest": {
- "testEnvironment": "node",
- "transformIgnorePatterns": [
- "node_modules",
- "src",
- "index.js"
- ]
- },
- "peerDependencies": {
- "webpack": "^4.0.0 || ^5.0.0"
+ "dependencies": {
+ "chalk": "^3.0.0",
+ "error-stack-parser": "^2.0.6",
+ "string-width": "^4.2.3",
+ "strip-ansi": "^6.0.1"
},
+ "description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-transform-async-to-generator": "^7.5.0",
"autoprefixer": "^9.6.0",
"babel-core": "6.26.3",
"babel-eslint": "^10.0.1",
- "babel-preset-react": "^6.23.0",
- "babel-loader-7": "npm:babel-loader@7.1.5",
"babel-loader": "^8.0.6",
+ "babel-loader-7": "npm:babel-loader@7.1.5",
+ "babel-preset-react": "^6.23.0",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-7": "npm:eslint@^7.14.0",
@@ -65,10 +68,40 @@
"style-loader": "^0.23.1",
"webpack": "^4.31.0"
},
- "dependencies": {
- "chalk": "^3.0.0",
- "error-stack-parser": "^2.0.6",
- "string-width": "^4.2.3",
- "strip-ansi": "^6.0.1"
- }
+ "engines": {
+ "node": ">=8.0.0"
+ },
+ "files": [
+ "src",
+ "index.js"
+ ],
+ "homepage": "https://github.com/sodatea/friendly-errors-webpack-plugin#readme",
+ "jest": {
+ "testEnvironment": "node",
+ "transformIgnorePatterns": [
+ "node_modules",
+ "src",
+ "index.js"
+ ]
+ },
+ "keywords": [
+ "friendly",
+ "errors",
+ "webpack",
+ "plugin"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "@soda/friendly-errors-webpack-plugin",
+ "peerDependencies": {
+ "webpack": "^4.0.0 || ^5.0.0"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sodatea/friendly-errors-webpack-plugin.git"
+ },
+ "scripts": {
+ "test": "eslint --ignore-pattern \"test/**\" . && jest --testEnvironment node"
+ },
+ "version": "1.8.1"
}
diff --git a/node_modules/@soda/get-current-script/package.json b/node_modules/@soda/get-current-script/package.json
index 12323644..5365efe5 100644
--- a/node_modules/@soda/get-current-script/package.json
+++ b/node_modules/@soda/get-current-script/package.json
@@ -1,25 +1,42 @@
{
- "name": "@soda/get-current-script",
- "version": "1.0.2",
- "description": "get the current executing script, with polyfills for IE9+ and Firefox",
- "main": "index.js",
- "scripts": {
- "start": "serve .",
- "test:chrome": "nightwatch -t test.js -e chrome",
- "test:firefox": "nightwatch -t test.js -e firefox",
- "test:ie": "nightwatch -t test.js -e ie",
- "ci:chrome": "yarn start-test start http://localhost:5000 test:chrome",
- "ci:firefox": "yarn start-test start http://localhost:5000 test:firefox",
- "ci:ie": "yarn start-test start http://localhost:5000 test:ie",
- "ci": "yarn ci:chrome && yarn ci:firefox && yarn ci:ie"
+ "_args": [
+ [
+ "@soda/get-current-script@1.0.2",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@soda/get-current-script@1.0.2",
+ "_id": "@soda/get-current-script@1.0.2",
+ "_inBundle": false,
+ "_integrity": "sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==",
+ "_location": "/@soda/get-current-script",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@soda/get-current-script@1.0.2",
+ "name": "@soda/get-current-script",
+ "escapedName": "@soda%2fget-current-script",
+ "scope": "@soda",
+ "rawSpec": "1.0.2",
+ "saveSpec": null,
+ "fetchSpec": "1.0.2"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/sodatea/get-current-script.git"
+ "_requiredBy": [
+ "/@vue/cli-service"
+ ],
+ "_resolved": "https://registry.npmjs.org/@soda/get-current-script/-/get-current-script-1.0.2.tgz",
+ "_spec": "1.0.2",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Haoqun Jiang"
+ },
+ "bugs": {
+ "url": "https://github.com/sodatea/get-current-script/issues"
},
- "author": "Haoqun Jiang",
- "license": "MIT",
"dependencies": {},
+ "description": "get the current executing script, with polyfills for IE9+ and Firefox",
"devDependencies": {
"chromedriver": "^83.0.0",
"geckodriver": "^1.19.1",
@@ -29,7 +46,26 @@
"serve": "^11.3.1",
"start-server-and-test": "^1.10.8"
},
+ "homepage": "https://github.com/sodatea/get-current-script#readme",
+ "license": "MIT",
+ "main": "index.js",
+ "name": "@soda/get-current-script",
"publishConfig": {
"access": "public"
- }
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sodatea/get-current-script.git"
+ },
+ "scripts": {
+ "ci": "yarn ci:chrome && yarn ci:firefox && yarn ci:ie",
+ "ci:chrome": "yarn start-test start http://localhost:5000 test:chrome",
+ "ci:firefox": "yarn start-test start http://localhost:5000 test:firefox",
+ "ci:ie": "yarn start-test start http://localhost:5000 test:ie",
+ "start": "serve .",
+ "test:chrome": "nightwatch -t test.js -e chrome",
+ "test:firefox": "nightwatch -t test.js -e firefox",
+ "test:ie": "nightwatch -t test.js -e ie"
+ },
+ "version": "1.0.2"
}
diff --git a/node_modules/@trysound/sax/package.json b/node_modules/@trysound/sax/package.json
index b139c5f2..887d3196 100644
--- a/node_modules/@trysound/sax/package.json
+++ b/node_modules/@trysound/sax/package.json
@@ -1,10 +1,42 @@
{
- "version": "0.2.0",
- "name": "@trysound/sax",
- "description": "An evented streaming XML parser in JavaScript",
- "author": "Isaac Z. Schlueter (http://blog.izs.me/)",
- "repository": "git://github.com/svg/sax.git",
- "license": "ISC",
+ "_args": [
+ [
+ "@trysound/sax@0.2.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@trysound/sax@0.2.0",
+ "_id": "@trysound/sax@0.2.0",
+ "_inBundle": false,
+ "_integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
+ "_location": "/@trysound/sax",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@trysound/sax@0.2.0",
+ "name": "@trysound/sax",
+ "escapedName": "@trysound%2fsax",
+ "scope": "@trysound",
+ "rawSpec": "0.2.0",
+ "saveSpec": null,
+ "fetchSpec": "0.2.0"
+ },
+ "_requiredBy": [
+ "/svgo"
+ ],
+ "_resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
+ "_spec": "0.2.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
+ "url": "http://blog.izs.me/"
+ },
+ "bugs": {
+ "url": "https://github.com/svg/sax/issues"
+ },
"contributors": [
{
"name": "Bogdan Chadkin",
@@ -12,19 +44,28 @@
"url": "http://github.com/TrySound"
}
],
- "main": "lib/sax.js",
- "files": [
- "lib"
- ],
- "engines": {
- "node": ">=10.13.0"
- },
- "scripts": {
- "test": "tap test/*.js --cov -j4",
- "lint": "standard -F test/*.js lib/*.js"
- },
+ "description": "An evented streaming XML parser in JavaScript",
"devDependencies": {
"standard": "^8.6.0",
"tap": "^10.5.1"
- }
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ },
+ "files": [
+ "lib"
+ ],
+ "homepage": "https://github.com/svg/sax#readme",
+ "license": "ISC",
+ "main": "lib/sax.js",
+ "name": "@trysound/sax",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/svg/sax.git"
+ },
+ "scripts": {
+ "lint": "standard -F test/*.js lib/*.js",
+ "test": "tap test/*.js --cov -j4"
+ },
+ "version": "0.2.0"
}
diff --git a/node_modules/@types/body-parser/package.json b/node_modules/@types/body-parser/package.json
index 71f1218d..8e4c39fd 100644
--- a/node_modules/@types/body-parser/package.json
+++ b/node_modules/@types/body-parser/package.json
@@ -1,58 +1,84 @@
{
+ "_args": [
+ [
+ "@types/body-parser@1.19.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/body-parser@1.19.5",
+ "_id": "@types/body-parser@1.19.5",
+ "_inBundle": false,
+ "_integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==",
+ "_location": "/@types/body-parser",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/body-parser@1.19.5",
"name": "@types/body-parser",
- "version": "1.19.5",
- "description": "TypeScript definitions for body-parser",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/body-parser",
- "license": "MIT",
- "contributors": [
- {
- "name": "Santi Albo",
- "githubUsername": "santialbo",
- "url": "https://github.com/santialbo"
- },
- {
- "name": "Vilic Vane",
- "githubUsername": "vilic",
- "url": "https://github.com/vilic"
- },
- {
- "name": "Jonathan Häberle",
- "githubUsername": "dreampulse",
- "url": "https://github.com/dreampulse"
- },
- {
- "name": "Gevik Babakhani",
- "githubUsername": "blendsdk",
- "url": "https://github.com/blendsdk"
- },
- {
- "name": "Tomasz Łaziuk",
- "githubUsername": "tlaziuk",
- "url": "https://github.com/tlaziuk"
- },
- {
- "name": "Jason Walton",
- "githubUsername": "jwalton",
- "url": "https://github.com/jwalton"
- },
- {
- "name": "Piotr Błażejewicz",
- "githubUsername": "peterblazejewicz",
- "url": "https://github.com/peterblazejewicz"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/body-parser"
+ "escapedName": "@types%2fbody-parser",
+ "scope": "@types",
+ "rawSpec": "1.19.5",
+ "saveSpec": null,
+ "fetchSpec": "1.19.5"
+ },
+ "_requiredBy": [
+ "/@types/express"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz",
+ "_spec": "1.19.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Santi Albo",
+ "url": "https://github.com/santialbo"
},
- "scripts": {},
- "dependencies": {
- "@types/connect": "*",
- "@types/node": "*"
+ {
+ "name": "Vilic Vane",
+ "url": "https://github.com/vilic"
},
- "typesPublisherContentHash": "7be737b78c8aabd5436be840558b283182b44c3cf9da24fb1f2ff8f414db5802",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ {
+ "name": "Jonathan Häberle",
+ "url": "https://github.com/dreampulse"
+ },
+ {
+ "name": "Gevik Babakhani",
+ "url": "https://github.com/blendsdk"
+ },
+ {
+ "name": "Tomasz Łaziuk",
+ "url": "https://github.com/tlaziuk"
+ },
+ {
+ "name": "Jason Walton",
+ "url": "https://github.com/jwalton"
+ },
+ {
+ "name": "Piotr Błażejewicz",
+ "url": "https://github.com/peterblazejewicz"
+ }
+ ],
+ "dependencies": {
+ "@types/connect": "*",
+ "@types/node": "*"
+ },
+ "description": "TypeScript definitions for body-parser",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/body-parser",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/body-parser",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/body-parser"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "7be737b78c8aabd5436be840558b283182b44c3cf9da24fb1f2ff8f414db5802",
+ "version": "1.19.5"
+}
diff --git a/node_modules/@types/bonjour/package.json b/node_modules/@types/bonjour/package.json
index b68a94f9..997d674e 100644
--- a/node_modules/@types/bonjour/package.json
+++ b/node_modules/@types/bonjour/package.json
@@ -1,27 +1,59 @@
{
+ "_args": [
+ [
+ "@types/bonjour@3.5.13",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/bonjour@3.5.13",
+ "_id": "@types/bonjour@3.5.13",
+ "_inBundle": false,
+ "_integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==",
+ "_location": "/@types/bonjour",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/bonjour@3.5.13",
"name": "@types/bonjour",
- "version": "3.5.13",
- "description": "TypeScript definitions for bonjour",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bonjour",
- "license": "MIT",
- "contributors": [
- {
- "name": "Quentin Lampin",
- "githubUsername": "quentin-ol",
- "url": "https://github.com/quentin-ol"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/bonjour"
- },
- "scripts": {},
- "dependencies": {
- "@types/node": "*"
- },
- "typesPublisherContentHash": "af953fb9d89b2e08b510c2d99252988a590b758e2e636fafadf9496dee4f2b68",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ "escapedName": "@types%2fbonjour",
+ "scope": "@types",
+ "rawSpec": "3.5.13",
+ "saveSpec": null,
+ "fetchSpec": "3.5.13"
+ },
+ "_requiredBy": [
+ "/webpack-dev-server"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz",
+ "_spec": "3.5.13",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Quentin Lampin",
+ "url": "https://github.com/quentin-ol"
+ }
+ ],
+ "dependencies": {
+ "@types/node": "*"
+ },
+ "description": "TypeScript definitions for bonjour",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bonjour",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/bonjour",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/bonjour"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "af953fb9d89b2e08b510c2d99252988a590b758e2e636fafadf9496dee4f2b68",
+ "version": "3.5.13"
+}
diff --git a/node_modules/@types/connect-history-api-fallback/package.json b/node_modules/@types/connect-history-api-fallback/package.json
index b621740c..ca85aa5c 100644
--- a/node_modules/@types/connect-history-api-fallback/package.json
+++ b/node_modules/@types/connect-history-api-fallback/package.json
@@ -1,28 +1,60 @@
{
+ "_args": [
+ [
+ "@types/connect-history-api-fallback@1.5.3",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/connect-history-api-fallback@1.5.3",
+ "_id": "@types/connect-history-api-fallback@1.5.3",
+ "_inBundle": false,
+ "_integrity": "sha512-6mfQ6iNvhSKCZJoY6sIG3m0pKkdUcweVNOLuBBKvoWGzl2yRxOJcYOTRyLKt3nxXvBLJWa6QkW//tgbIwJehmA==",
+ "_location": "/@types/connect-history-api-fallback",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/connect-history-api-fallback@1.5.3",
"name": "@types/connect-history-api-fallback",
- "version": "1.5.3",
- "description": "TypeScript definitions for connect-history-api-fallback",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/connect-history-api-fallback",
- "license": "MIT",
- "contributors": [
- {
- "name": "Douglas Duteil",
- "githubUsername": "douglasduteil",
- "url": "https://github.com/douglasduteil"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/connect-history-api-fallback"
- },
- "scripts": {},
- "dependencies": {
- "@types/express-serve-static-core": "*",
- "@types/node": "*"
- },
- "typesPublisherContentHash": "1cc4b4025cb56c6286a1cc9bca5800addceb257e13fe2a01cdf6bbe1cb41515f",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ "escapedName": "@types%2fconnect-history-api-fallback",
+ "scope": "@types",
+ "rawSpec": "1.5.3",
+ "saveSpec": null,
+ "fetchSpec": "1.5.3"
+ },
+ "_requiredBy": [
+ "/webpack-dev-server"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.3.tgz",
+ "_spec": "1.5.3",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Douglas Duteil",
+ "url": "https://github.com/douglasduteil"
+ }
+ ],
+ "dependencies": {
+ "@types/express-serve-static-core": "*",
+ "@types/node": "*"
+ },
+ "description": "TypeScript definitions for connect-history-api-fallback",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/connect-history-api-fallback",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/connect-history-api-fallback",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/connect-history-api-fallback"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "1cc4b4025cb56c6286a1cc9bca5800addceb257e13fe2a01cdf6bbe1cb41515f",
+ "version": "1.5.3"
+}
diff --git a/node_modules/@types/connect/package.json b/node_modules/@types/connect/package.json
index 207078e5..498d3335 100644
--- a/node_modules/@types/connect/package.json
+++ b/node_modules/@types/connect/package.json
@@ -1,32 +1,63 @@
{
+ "_args": [
+ [
+ "@types/connect@3.4.38",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/connect@3.4.38",
+ "_id": "@types/connect@3.4.38",
+ "_inBundle": false,
+ "_integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
+ "_location": "/@types/connect",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/connect@3.4.38",
"name": "@types/connect",
- "version": "3.4.38",
- "description": "TypeScript definitions for connect",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/connect",
- "license": "MIT",
- "contributors": [
- {
- "name": "Maxime LUCE",
- "githubUsername": "SomaticIT",
- "url": "https://github.com/SomaticIT"
- },
- {
- "name": "Evan Hahn",
- "githubUsername": "EvanHahn",
- "url": "https://github.com/EvanHahn"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/connect"
+ "escapedName": "@types%2fconnect",
+ "scope": "@types",
+ "rawSpec": "3.4.38",
+ "saveSpec": null,
+ "fetchSpec": "3.4.38"
+ },
+ "_requiredBy": [
+ "/@types/body-parser"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
+ "_spec": "3.4.38",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Maxime LUCE",
+ "url": "https://github.com/SomaticIT"
},
- "scripts": {},
- "dependencies": {
- "@types/node": "*"
- },
- "typesPublisherContentHash": "8990242237504bdec53088b79e314b94bec69286df9de56db31f22de403b4092",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ {
+ "name": "Evan Hahn",
+ "url": "https://github.com/EvanHahn"
+ }
+ ],
+ "dependencies": {
+ "@types/node": "*"
+ },
+ "description": "TypeScript definitions for connect",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/connect",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/connect",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/connect"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "8990242237504bdec53088b79e314b94bec69286df9de56db31f22de403b4092",
+ "version": "3.4.38"
+}
diff --git a/node_modules/@types/eslint-scope/package.json b/node_modules/@types/eslint-scope/package.json
index 4dabc9ba..22435ff6 100644
--- a/node_modules/@types/eslint-scope/package.json
+++ b/node_modules/@types/eslint-scope/package.json
@@ -1,28 +1,60 @@
{
+ "_args": [
+ [
+ "@types/eslint-scope@3.7.7",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/eslint-scope@3.7.7",
+ "_id": "@types/eslint-scope@3.7.7",
+ "_inBundle": false,
+ "_integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==",
+ "_location": "/@types/eslint-scope",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/eslint-scope@3.7.7",
"name": "@types/eslint-scope",
- "version": "3.7.7",
- "description": "TypeScript definitions for eslint-scope",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint-scope",
- "license": "MIT",
- "contributors": [
- {
- "name": "Toru Nagashima",
- "githubUsername": "mysticatea",
- "url": "https://github.com/mysticatea"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/eslint-scope"
- },
- "scripts": {},
- "dependencies": {
- "@types/eslint": "*",
- "@types/estree": "*"
- },
- "typesPublisherContentHash": "49eee35b78c19e2c83bc96ce190c7a88329006f876dd7f1fb378c1e8034fc8f2",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ "escapedName": "@types%2feslint-scope",
+ "scope": "@types",
+ "rawSpec": "3.7.7",
+ "saveSpec": null,
+ "fetchSpec": "3.7.7"
+ },
+ "_requiredBy": [
+ "/webpack"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz",
+ "_spec": "3.7.7",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Toru Nagashima",
+ "url": "https://github.com/mysticatea"
+ }
+ ],
+ "dependencies": {
+ "@types/eslint": "*",
+ "@types/estree": "*"
+ },
+ "description": "TypeScript definitions for eslint-scope",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint-scope",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/eslint-scope",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/eslint-scope"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "49eee35b78c19e2c83bc96ce190c7a88329006f876dd7f1fb378c1e8034fc8f2",
+ "version": "3.7.7"
+}
diff --git a/node_modules/@types/eslint/package.json b/node_modules/@types/eslint/package.json
index 6b814219..f9c409ea 100644
--- a/node_modules/@types/eslint/package.json
+++ b/node_modules/@types/eslint/package.json
@@ -1,65 +1,93 @@
{
+ "_args": [
+ [
+ "@types/eslint@8.44.7",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/eslint@8.44.7",
+ "_id": "@types/eslint@8.44.7",
+ "_inBundle": false,
+ "_integrity": "sha512-f5ORu2hcBbKei97U73mf+l9t4zTGl74IqZ0GQk4oVea/VS8tQZYkUveSYojk+frraAVYId0V2WC9O4PTNru2FQ==",
+ "_location": "/@types/eslint",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/eslint@8.44.7",
"name": "@types/eslint",
- "version": "8.44.7",
- "description": "TypeScript definitions for eslint",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint",
- "license": "MIT",
- "contributors": [
- {
- "name": "Pierre-Marie Dartus",
- "githubUsername": "pmdartus",
- "url": "https://github.com/pmdartus"
- },
- {
- "name": "Jed Fox",
- "githubUsername": "j-f1",
- "url": "https://github.com/j-f1"
- },
- {
- "name": "Saad Quadri",
- "githubUsername": "saadq",
- "url": "https://github.com/saadq"
- },
- {
- "name": "Jason Kwok",
- "githubUsername": "JasonHK",
- "url": "https://github.com/JasonHK"
- },
- {
- "name": "Brad Zacher",
- "githubUsername": "bradzacher",
- "url": "https://github.com/bradzacher"
- },
- {
- "name": "JounQin",
- "githubUsername": "JounQin",
- "url": "https://github.com/JounQin"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "exports": {
- ".": {
- "types": "./index.d.ts"
- },
- "./use-at-your-own-risk": {
- "types": "./use-at-your-own-risk.d.ts"
- },
- "./rules": {
- "types": "./rules/index.d.ts"
- },
- "./package.json": "./package.json"
+ "escapedName": "@types%2feslint",
+ "scope": "@types",
+ "rawSpec": "8.44.7",
+ "saveSpec": null,
+ "fetchSpec": "8.44.7"
+ },
+ "_requiredBy": [
+ "/@types/eslint-scope",
+ "/eslint-webpack-plugin"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.7.tgz",
+ "_spec": "8.44.7",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Pierre-Marie Dartus",
+ "url": "https://github.com/pmdartus"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/eslint"
+ {
+ "name": "Jed Fox",
+ "url": "https://github.com/j-f1"
},
- "scripts": {},
- "dependencies": {
- "@types/estree": "*",
- "@types/json-schema": "*"
+ {
+ "name": "Saad Quadri",
+ "url": "https://github.com/saadq"
},
- "typesPublisherContentHash": "facea692714088a94ef6a014a4a7fc3cb11893272d6f0cdea27862748165784a",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ {
+ "name": "Jason Kwok",
+ "url": "https://github.com/JasonHK"
+ },
+ {
+ "name": "Brad Zacher",
+ "url": "https://github.com/bradzacher"
+ },
+ {
+ "name": "JounQin",
+ "url": "https://github.com/JounQin"
+ }
+ ],
+ "dependencies": {
+ "@types/estree": "*",
+ "@types/json-schema": "*"
+ },
+ "description": "TypeScript definitions for eslint",
+ "exports": {
+ ".": {
+ "types": "./index.d.ts"
+ },
+ "./use-at-your-own-risk": {
+ "types": "./use-at-your-own-risk.d.ts"
+ },
+ "./rules": {
+ "types": "./rules/index.d.ts"
+ },
+ "./package.json": "./package.json"
+ },
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/eslint",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/eslint"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "facea692714088a94ef6a014a4a7fc3cb11893272d6f0cdea27862748165784a",
+ "version": "8.44.7"
+}
diff --git a/node_modules/@types/estree/package.json b/node_modules/@types/estree/package.json
index 2d5a9983..1951a431 100644
--- a/node_modules/@types/estree/package.json
+++ b/node_modules/@types/estree/package.json
@@ -1,26 +1,60 @@
{
+ "_args": [
+ [
+ "@types/estree@1.0.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/estree@1.0.5",
+ "_id": "@types/estree@1.0.5",
+ "_inBundle": false,
+ "_integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
+ "_location": "/@types/estree",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/estree@1.0.5",
"name": "@types/estree",
- "version": "1.0.5",
- "description": "TypeScript definitions for estree",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree",
- "license": "MIT",
- "contributors": [
- {
- "name": "RReverser",
- "githubUsername": "RReverser",
- "url": "https://github.com/RReverser"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/estree"
- },
- "scripts": {},
- "dependencies": {},
- "typesPublisherContentHash": "6f0eeaffe488ce594e73f8df619c677d752a279b51edbc744e4aebb20db4b3a7",
- "typeScriptVersion": "4.5",
- "nonNpm": true
-}
\ No newline at end of file
+ "escapedName": "@types%2festree",
+ "scope": "@types",
+ "rawSpec": "1.0.5",
+ "saveSpec": null,
+ "fetchSpec": "1.0.5"
+ },
+ "_requiredBy": [
+ "/@types/eslint",
+ "/@types/eslint-scope",
+ "/webpack"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
+ "_spec": "1.0.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "RReverser",
+ "url": "https://github.com/RReverser"
+ }
+ ],
+ "dependencies": {},
+ "description": "TypeScript definitions for estree",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/estree",
+ "nonNpm": true,
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/estree"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "6f0eeaffe488ce594e73f8df619c677d752a279b51edbc744e4aebb20db4b3a7",
+ "version": "1.0.5"
+}
diff --git a/node_modules/@types/express-serve-static-core/package.json b/node_modules/@types/express-serve-static-core/package.json
index 381ea524..60089051 100644
--- a/node_modules/@types/express-serve-static-core/package.json
+++ b/node_modules/@types/express-serve-static-core/package.json
@@ -1,55 +1,83 @@
{
+ "_args": [
+ [
+ "@types/express-serve-static-core@4.17.41",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/express-serve-static-core@4.17.41",
+ "_id": "@types/express-serve-static-core@4.17.41",
+ "_inBundle": false,
+ "_integrity": "sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==",
+ "_location": "/@types/express-serve-static-core",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/express-serve-static-core@4.17.41",
"name": "@types/express-serve-static-core",
- "version": "4.17.41",
- "description": "TypeScript definitions for express-serve-static-core",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-serve-static-core",
- "license": "MIT",
- "contributors": [
- {
- "name": "Boris Yankov",
- "githubUsername": "borisyankov",
- "url": "https://github.com/borisyankov"
- },
- {
- "name": "Satana Charuwichitratana",
- "githubUsername": "micksatana",
- "url": "https://github.com/micksatana"
- },
- {
- "name": "Sami Jaber",
- "githubUsername": "samijaber",
- "url": "https://github.com/samijaber"
- },
- {
- "name": "Jose Luis Leon",
- "githubUsername": "JoseLion",
- "url": "https://github.com/JoseLion"
- },
- {
- "name": "David Stephens",
- "githubUsername": "dwrss",
- "url": "https://github.com/dwrss"
- },
- {
- "name": "Shin Ando",
- "githubUsername": "andoshin11",
- "url": "https://github.com/andoshin11"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/express-serve-static-core"
+ "escapedName": "@types%2fexpress-serve-static-core",
+ "scope": "@types",
+ "rawSpec": "4.17.41",
+ "saveSpec": null,
+ "fetchSpec": "4.17.41"
+ },
+ "_requiredBy": [
+ "/@types/connect-history-api-fallback",
+ "/@types/express"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.41.tgz",
+ "_spec": "4.17.41",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Boris Yankov",
+ "url": "https://github.com/borisyankov"
},
- "scripts": {},
- "dependencies": {
- "@types/node": "*",
- "@types/qs": "*",
- "@types/range-parser": "*",
- "@types/send": "*"
+ {
+ "name": "Satana Charuwichitratana",
+ "url": "https://github.com/micksatana"
},
- "typesPublisherContentHash": "5c546c267bbf60fff3ec26d28c47a1c607526f56c28ea2a149efcb2f1a8e0198",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ {
+ "name": "Sami Jaber",
+ "url": "https://github.com/samijaber"
+ },
+ {
+ "name": "Jose Luis Leon",
+ "url": "https://github.com/JoseLion"
+ },
+ {
+ "name": "David Stephens",
+ "url": "https://github.com/dwrss"
+ },
+ {
+ "name": "Shin Ando",
+ "url": "https://github.com/andoshin11"
+ }
+ ],
+ "dependencies": {
+ "@types/node": "*",
+ "@types/qs": "*",
+ "@types/range-parser": "*",
+ "@types/send": "*"
+ },
+ "description": "TypeScript definitions for express-serve-static-core",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-serve-static-core",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/express-serve-static-core",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/express-serve-static-core"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "5c546c267bbf60fff3ec26d28c47a1c607526f56c28ea2a149efcb2f1a8e0198",
+ "version": "4.17.41"
+}
diff --git a/node_modules/@types/express/package.json b/node_modules/@types/express/package.json
index 0ab36cfb..08fe69d2 100644
--- a/node_modules/@types/express/package.json
+++ b/node_modules/@types/express/package.json
@@ -1,45 +1,75 @@
{
+ "_args": [
+ [
+ "@types/express@4.17.21",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/express@4.17.21",
+ "_id": "@types/express@4.17.21",
+ "_inBundle": false,
+ "_integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==",
+ "_location": "/@types/express",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/express@4.17.21",
"name": "@types/express",
- "version": "4.17.21",
- "description": "TypeScript definitions for express",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express",
- "license": "MIT",
- "contributors": [
- {
- "name": "Boris Yankov",
- "githubUsername": "borisyankov",
- "url": "https://github.com/borisyankov"
- },
- {
- "name": "China Medical University Hospital",
- "githubUsername": "CMUH",
- "url": "https://github.com/CMUH"
- },
- {
- "name": "Puneet Arora",
- "githubUsername": "puneetar",
- "url": "https://github.com/puneetar"
- },
- {
- "name": "Dylan Frankland",
- "githubUsername": "dfrankland",
- "url": "https://github.com/dfrankland"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/express"
+ "escapedName": "@types%2fexpress",
+ "scope": "@types",
+ "rawSpec": "4.17.21",
+ "saveSpec": null,
+ "fetchSpec": "4.17.21"
+ },
+ "_requiredBy": [
+ "/@types/serve-index",
+ "/webpack-dev-server"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz",
+ "_spec": "4.17.21",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Boris Yankov",
+ "url": "https://github.com/borisyankov"
},
- "scripts": {},
- "dependencies": {
- "@types/body-parser": "*",
- "@types/express-serve-static-core": "^4.17.33",
- "@types/qs": "*",
- "@types/serve-static": "*"
+ {
+ "name": "China Medical University Hospital",
+ "url": "https://github.com/CMUH"
},
- "typesPublisherContentHash": "fa18ce9be07653182e2674f9a13cf8347ffb270031a7a8d22ba0e785bbc16ce4",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ {
+ "name": "Puneet Arora",
+ "url": "https://github.com/puneetar"
+ },
+ {
+ "name": "Dylan Frankland",
+ "url": "https://github.com/dfrankland"
+ }
+ ],
+ "dependencies": {
+ "@types/body-parser": "*",
+ "@types/express-serve-static-core": "^4.17.33",
+ "@types/qs": "*",
+ "@types/serve-static": "*"
+ },
+ "description": "TypeScript definitions for express",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/express",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/express"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "fa18ce9be07653182e2674f9a13cf8347ffb270031a7a8d22ba0e785bbc16ce4",
+ "version": "4.17.21"
+}
diff --git a/node_modules/@types/html-minifier-terser/package.json b/node_modules/@types/html-minifier-terser/package.json
index 80e8ceb2..7608de88 100644
--- a/node_modules/@types/html-minifier-terser/package.json
+++ b/node_modules/@types/html-minifier-terser/package.json
@@ -1,25 +1,57 @@
{
+ "_args": [
+ [
+ "@types/html-minifier-terser@6.1.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/html-minifier-terser@6.1.0",
+ "_id": "@types/html-minifier-terser@6.1.0",
+ "_inBundle": false,
+ "_integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==",
+ "_location": "/@types/html-minifier-terser",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/html-minifier-terser@6.1.0",
"name": "@types/html-minifier-terser",
- "version": "6.1.0",
- "description": "TypeScript definitions for html-minifier-terser",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-minifier-terser",
- "license": "MIT",
- "contributors": [
- {
- "name": "Piotr Błażejewicz",
- "url": "https://github.com/peterblazejewicz",
- "githubUsername": "peterblazejewicz"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/html-minifier-terser"
- },
- "scripts": {},
- "dependencies": {},
- "typesPublisherContentHash": "e851f65ded989d19a70b471ff32b156ed08fec7ed641ce4c5a7fdee809bd53e2",
- "typeScriptVersion": "3.8"
-}
\ No newline at end of file
+ "escapedName": "@types%2fhtml-minifier-terser",
+ "scope": "@types",
+ "rawSpec": "6.1.0",
+ "saveSpec": null,
+ "fetchSpec": "6.1.0"
+ },
+ "_requiredBy": [
+ "/html-webpack-plugin"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz",
+ "_spec": "6.1.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Piotr Błażejewicz",
+ "url": "https://github.com/peterblazejewicz"
+ }
+ ],
+ "dependencies": {},
+ "description": "TypeScript definitions for html-minifier-terser",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/html-minifier-terser",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/html-minifier-terser",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/html-minifier-terser"
+ },
+ "scripts": {},
+ "typeScriptVersion": "3.8",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "e851f65ded989d19a70b471ff32b156ed08fec7ed641ce4c5a7fdee809bd53e2",
+ "version": "6.1.0"
+}
diff --git a/node_modules/@types/http-errors/package.json b/node_modules/@types/http-errors/package.json
index 247f9d40..a3fbbd2b 100644
--- a/node_modules/@types/http-errors/package.json
+++ b/node_modules/@types/http-errors/package.json
@@ -1,30 +1,61 @@
{
+ "_args": [
+ [
+ "@types/http-errors@2.0.4",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/http-errors@2.0.4",
+ "_id": "@types/http-errors@2.0.4",
+ "_inBundle": false,
+ "_integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==",
+ "_location": "/@types/http-errors",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/http-errors@2.0.4",
"name": "@types/http-errors",
- "version": "2.0.4",
- "description": "TypeScript definitions for http-errors",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-errors",
- "license": "MIT",
- "contributors": [
- {
- "name": "Tanguy Krotoff",
- "githubUsername": "tkrotoff",
- "url": "https://github.com/tkrotoff"
- },
- {
- "name": "BendingBender",
- "githubUsername": "BendingBender",
- "url": "https://github.com/BendingBender"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/http-errors"
+ "escapedName": "@types%2fhttp-errors",
+ "scope": "@types",
+ "rawSpec": "2.0.4",
+ "saveSpec": null,
+ "fetchSpec": "2.0.4"
+ },
+ "_requiredBy": [
+ "/@types/serve-static"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz",
+ "_spec": "2.0.4",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Tanguy Krotoff",
+ "url": "https://github.com/tkrotoff"
},
- "scripts": {},
- "dependencies": {},
- "typesPublisherContentHash": "06e33723b60f818facd3b7dd2025f043142fb7c56ab4832babafeb9470f2086f",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ {
+ "name": "BendingBender",
+ "url": "https://github.com/BendingBender"
+ }
+ ],
+ "dependencies": {},
+ "description": "TypeScript definitions for http-errors",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-errors",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/http-errors",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/http-errors"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "06e33723b60f818facd3b7dd2025f043142fb7c56ab4832babafeb9470f2086f",
+ "version": "2.0.4"
+}
diff --git a/node_modules/@types/http-proxy/package.json b/node_modules/@types/http-proxy/package.json
index 997dcbb0..ff8ec100 100644
--- a/node_modules/@types/http-proxy/package.json
+++ b/node_modules/@types/http-proxy/package.json
@@ -1,47 +1,75 @@
{
+ "_args": [
+ [
+ "@types/http-proxy@1.17.14",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/http-proxy@1.17.14",
+ "_id": "@types/http-proxy@1.17.14",
+ "_inBundle": false,
+ "_integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==",
+ "_location": "/@types/http-proxy",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/http-proxy@1.17.14",
"name": "@types/http-proxy",
- "version": "1.17.14",
- "description": "TypeScript definitions for http-proxy",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-proxy",
- "license": "MIT",
- "contributors": [
- {
- "name": "Maxime LUCE",
- "githubUsername": "SomaticIT",
- "url": "https://github.com/SomaticIT"
- },
- {
- "name": "Florian Oellerich",
- "githubUsername": "Raigen",
- "url": "https://github.com/Raigen"
- },
- {
- "name": "Daniel Schmidt",
- "githubUsername": "DanielMSchmidt",
- "url": "https://github.com/DanielMSchmidt"
- },
- {
- "name": "Jordan Abreu",
- "githubUsername": "jabreu610",
- "url": "https://github.com/jabreu610"
- },
- {
- "name": "Samuel Bodin",
- "githubUsername": "bodinsamuel",
- "url": "https://github.com/bodinsamuel"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/http-proxy"
+ "escapedName": "@types%2fhttp-proxy",
+ "scope": "@types",
+ "rawSpec": "1.17.14",
+ "saveSpec": null,
+ "fetchSpec": "1.17.14"
+ },
+ "_requiredBy": [
+ "/http-proxy-middleware"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz",
+ "_spec": "1.17.14",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Maxime LUCE",
+ "url": "https://github.com/SomaticIT"
},
- "scripts": {},
- "dependencies": {
- "@types/node": "*"
+ {
+ "name": "Florian Oellerich",
+ "url": "https://github.com/Raigen"
},
- "typesPublisherContentHash": "3e198b1ca48b5a5de433fc322508d2fec21a03c1b52c9470ee47b725146db123",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ {
+ "name": "Daniel Schmidt",
+ "url": "https://github.com/DanielMSchmidt"
+ },
+ {
+ "name": "Jordan Abreu",
+ "url": "https://github.com/jabreu610"
+ },
+ {
+ "name": "Samuel Bodin",
+ "url": "https://github.com/bodinsamuel"
+ }
+ ],
+ "dependencies": {
+ "@types/node": "*"
+ },
+ "description": "TypeScript definitions for http-proxy",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-proxy",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/http-proxy",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/http-proxy"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "3e198b1ca48b5a5de433fc322508d2fec21a03c1b52c9470ee47b725146db123",
+ "version": "1.17.14"
+}
diff --git a/node_modules/@types/json-schema/package.json b/node_modules/@types/json-schema/package.json
index 3c41bd7f..012e82f2 100644
--- a/node_modules/@types/json-schema/package.json
+++ b/node_modules/@types/json-schema/package.json
@@ -1,40 +1,79 @@
{
+ "_args": [
+ [
+ "@types/json-schema@7.0.15",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/json-schema@7.0.15",
+ "_id": "@types/json-schema@7.0.15",
+ "_inBundle": false,
+ "_integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
+ "_location": "/@types/json-schema",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/json-schema@7.0.15",
"name": "@types/json-schema",
- "version": "7.0.15",
- "description": "TypeScript definitions for json-schema",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema",
- "license": "MIT",
- "contributors": [
- {
- "name": "Boris Cherny",
- "githubUsername": "bcherny",
- "url": "https://github.com/bcherny"
- },
- {
- "name": "Lucian Buzzo",
- "githubUsername": "lucianbuzzo",
- "url": "https://github.com/lucianbuzzo"
- },
- {
- "name": "Roland Groza",
- "githubUsername": "rolandjitsu",
- "url": "https://github.com/rolandjitsu"
- },
- {
- "name": "Jason Kwok",
- "githubUsername": "JasonHK",
- "url": "https://github.com/JasonHK"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/json-schema"
+ "escapedName": "@types%2fjson-schema",
+ "scope": "@types",
+ "rawSpec": "7.0.15",
+ "saveSpec": null,
+ "fetchSpec": "7.0.15"
+ },
+ "_requiredBy": [
+ "/@types/eslint",
+ "/copy-webpack-plugin/schema-utils",
+ "/css-minimizer-webpack-plugin/schema-utils",
+ "/eslint-webpack-plugin/schema-utils",
+ "/mini-css-extract-plugin/schema-utils",
+ "/schema-utils",
+ "/terser-webpack-plugin/schema-utils",
+ "/thread-loader/schema-utils",
+ "/webpack-dev-middleware/schema-utils",
+ "/webpack-dev-server/schema-utils",
+ "/webpack/schema-utils"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
+ "_spec": "7.0.15",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Boris Cherny",
+ "url": "https://github.com/bcherny"
},
- "scripts": {},
- "dependencies": {},
- "typesPublisherContentHash": "79984fd70cd25c3f7d72b84368778c763c89728ea0073832d745d4691b705257",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ {
+ "name": "Lucian Buzzo",
+ "url": "https://github.com/lucianbuzzo"
+ },
+ {
+ "name": "Roland Groza",
+ "url": "https://github.com/rolandjitsu"
+ },
+ {
+ "name": "Jason Kwok",
+ "url": "https://github.com/JasonHK"
+ }
+ ],
+ "dependencies": {},
+ "description": "TypeScript definitions for json-schema",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/json-schema",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/json-schema"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "79984fd70cd25c3f7d72b84368778c763c89728ea0073832d745d4691b705257",
+ "version": "7.0.15"
+}
diff --git a/node_modules/@types/mime/package.json b/node_modules/@types/mime/package.json
index 98a29ff1..84904fb0 100644
--- a/node_modules/@types/mime/package.json
+++ b/node_modules/@types/mime/package.json
@@ -1,30 +1,62 @@
{
+ "_args": [
+ [
+ "@types/mime@1.3.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/mime@1.3.5",
+ "_id": "@types/mime@1.3.5",
+ "_inBundle": false,
+ "_integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
+ "_location": "/@types/mime",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/mime@1.3.5",
"name": "@types/mime",
- "version": "1.3.5",
- "description": "TypeScript definitions for mime",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mime",
- "license": "MIT",
- "contributors": [
- {
- "name": "Jeff Goddard",
- "githubUsername": "jedigo",
- "url": "https://github.com/jedigo"
- },
- {
- "name": "Daniel Hritzkiv",
- "githubUsername": "dhritzkiv",
- "url": "https://github.com/dhritzkiv"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/mime"
+ "escapedName": "@types%2fmime",
+ "scope": "@types",
+ "rawSpec": "1.3.5",
+ "saveSpec": null,
+ "fetchSpec": "1.3.5"
+ },
+ "_requiredBy": [
+ "/@types/send",
+ "/@types/serve-static"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
+ "_spec": "1.3.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Jeff Goddard",
+ "url": "https://github.com/jedigo"
},
- "scripts": {},
- "dependencies": {},
- "typesPublisherContentHash": "2ad7ee9a549e6721825e733c6a1a7e8bee0ca7ba93d9ab922c8f4558def52d77",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ {
+ "name": "Daniel Hritzkiv",
+ "url": "https://github.com/dhritzkiv"
+ }
+ ],
+ "dependencies": {},
+ "description": "TypeScript definitions for mime",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mime",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/mime",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/mime"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "2ad7ee9a549e6721825e733c6a1a7e8bee0ca7ba93d9ab922c8f4558def52d77",
+ "version": "1.3.5"
+}
diff --git a/node_modules/@types/minimist/package.json b/node_modules/@types/minimist/package.json
index a0b00048..4040f093 100644
--- a/node_modules/@types/minimist/package.json
+++ b/node_modules/@types/minimist/package.json
@@ -1,40 +1,69 @@
{
+ "_args": [
+ [
+ "@types/minimist@1.2.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/minimist@1.2.5",
+ "_id": "@types/minimist@1.2.5",
+ "_inBundle": false,
+ "_integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==",
+ "_location": "/@types/minimist",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/minimist@1.2.5",
"name": "@types/minimist",
- "version": "1.2.5",
- "description": "TypeScript definitions for minimist",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minimist",
- "license": "MIT",
- "contributors": [
- {
- "name": "Bart van der Schoor",
- "githubUsername": "Bartvds",
- "url": "https://github.com/Bartvds"
- },
- {
- "name": "Necroskillz",
- "githubUsername": "Necroskillz",
- "url": "https://github.com/Necroskillz"
- },
- {
- "name": "kamranayub",
- "githubUsername": "kamranayub",
- "url": "https://github.com/kamranayub"
- },
- {
- "name": "Piotr Błażejewicz",
- "githubUsername": "peterblazejewicz",
- "url": "https://github.com/peterblazejewicz"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/minimist"
+ "escapedName": "@types%2fminimist",
+ "scope": "@types",
+ "rawSpec": "1.2.5",
+ "saveSpec": null,
+ "fetchSpec": "1.2.5"
+ },
+ "_requiredBy": [
+ "/@vue/cli-service"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz",
+ "_spec": "1.2.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Bart van der Schoor",
+ "url": "https://github.com/Bartvds"
},
- "scripts": {},
- "dependencies": {},
- "typesPublisherContentHash": "e7dad9991b8f1cc7aae482ae6c4009a6a44645234b6f94524e2a76425cda2822",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ {
+ "name": "Necroskillz",
+ "url": "https://github.com/Necroskillz"
+ },
+ {
+ "name": "kamranayub",
+ "url": "https://github.com/kamranayub"
+ },
+ {
+ "name": "Piotr Błażejewicz",
+ "url": "https://github.com/peterblazejewicz"
+ }
+ ],
+ "dependencies": {},
+ "description": "TypeScript definitions for minimist",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minimist",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/minimist",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/minimist"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "e7dad9991b8f1cc7aae482ae6c4009a6a44645234b6f94524e2a76425cda2822",
+ "version": "1.2.5"
+}
diff --git a/node_modules/@types/node-forge/package.json b/node_modules/@types/node-forge/package.json
index d16a2cfb..e7ccbb87 100644
--- a/node_modules/@types/node-forge/package.json
+++ b/node_modules/@types/node-forge/package.json
@@ -1,107 +1,123 @@
{
+ "_args": [
+ [
+ "@types/node-forge@1.3.9",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/node-forge@1.3.9",
+ "_id": "@types/node-forge@1.3.9",
+ "_inBundle": false,
+ "_integrity": "sha512-meK88cx/sTalPSLSoCzkiUB4VPIFHmxtXm5FaaqRDqBX2i/Sy8bJ4odsan0b20RBjPh06dAQ+OTTdnyQyhJZyQ==",
+ "_location": "/@types/node-forge",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/node-forge@1.3.9",
"name": "@types/node-forge",
- "version": "1.3.9",
- "description": "TypeScript definitions for node-forge",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-forge",
- "license": "MIT",
- "contributors": [
- {
- "name": "Seth Westphal ",
- "githubUsername": "westy92",
- "url": "https://github.com/westy92"
- },
- {
- "name": "Kay Schecker ",
- "githubUsername": "flynetworks",
- "url": "https://github.com/flynetworks"
- },
- {
- "name": "Aakash Goenka ",
- "githubUsername": "a-k-g",
- "url": "https://github.com/a-k-g"
- },
- {
- "name": "Rafal2228 ",
- "githubUsername": "rafal2228",
- "url": "https://github.com/rafal2228"
- },
- {
- "name": "Beeno Tung ",
- "githubUsername": "beenotung",
- "url": "https://github.com/beenotung"
- },
- {
- "name": "Joe Flateau ",
- "githubUsername": "joeflateau",
- "url": "https://github.com/joeflateau"
- },
- {
- "name": "timhwang21 ",
- "githubUsername": "timhwang21",
- "url": "https://github.com/timhwang21"
- },
- {
- "name": "Anders Kaseorg ",
- "githubUsername": "andersk",
- "url": "https://github.com/andersk"
- },
- {
- "name": "Sascha Zarhuber ",
- "githubUsername": "saschazar21",
- "url": "https://github.com/saschazar21"
- },
- {
- "name": "Rogier Schouten ",
- "githubUsername": "rogierschouten",
- "url": "https://github.com/rogierschouten"
- },
- {
- "name": "Ivan Aseev ",
- "githubUsername": "aseevia",
- "url": "https://github.com/aseevia"
- },
- {
- "name": "Wiktor Kwapisiewicz",
- "githubUsername": "wiktor-k",
- "url": "https://github.com/wiktor-k"
- },
- {
- "name": "Ligia Frangello ",
- "githubUsername": "frangello",
- "url": "https://github.com/frangello"
- },
- {
- "name": "Dmitry Avezov ",
- "githubUsername": "avezov",
- "url": "https://github.com/avezov"
- },
- {
- "name": "Jose Fuentes ",
- "githubUsername": "j-fuentes",
- "url": "https://github.com/j-fuentes"
- },
- {
- "name": "Anya Reyes ",
- "githubUsername": "darkade",
- "url": "https://github.com/darkade"
- },
- {
- "name": "BendingBender ",
- "githubUsername": "BendingBender",
- "url": "https://github.com/BendingBender"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/node-forge"
+ "escapedName": "@types%2fnode-forge",
+ "scope": "@types",
+ "rawSpec": "1.3.9",
+ "saveSpec": null,
+ "fetchSpec": "1.3.9"
+ },
+ "_requiredBy": [
+ "/selfsigned"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.9.tgz",
+ "_spec": "1.3.9",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Seth Westphal",
+ "url": "https://github.com/westy92"
},
- "scripts": {},
- "dependencies": {
- "@types/node": "*"
+ {
+ "name": "Kay Schecker",
+ "url": "https://github.com/flynetworks"
},
- "typesPublisherContentHash": "28c7b54f84b6c106ed0dac4abc74cee095cf1b9d30ef848bc442d8d640b9726c",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ {
+ "name": "Aakash Goenka",
+ "url": "https://github.com/a-k-g"
+ },
+ {
+ "name": "Rafal2228",
+ "url": "https://github.com/rafal2228"
+ },
+ {
+ "name": "Beeno Tung",
+ "url": "https://github.com/beenotung"
+ },
+ {
+ "name": "Joe Flateau",
+ "url": "https://github.com/joeflateau"
+ },
+ {
+ "name": "timhwang21",
+ "url": "https://github.com/timhwang21"
+ },
+ {
+ "name": "Anders Kaseorg",
+ "url": "https://github.com/andersk"
+ },
+ {
+ "name": "Sascha Zarhuber",
+ "url": "https://github.com/saschazar21"
+ },
+ {
+ "name": "Rogier Schouten",
+ "url": "https://github.com/rogierschouten"
+ },
+ {
+ "name": "Ivan Aseev",
+ "url": "https://github.com/aseevia"
+ },
+ {
+ "name": "Wiktor Kwapisiewicz",
+ "url": "https://github.com/wiktor-k"
+ },
+ {
+ "name": "Ligia Frangello",
+ "url": "https://github.com/frangello"
+ },
+ {
+ "name": "Dmitry Avezov",
+ "url": "https://github.com/avezov"
+ },
+ {
+ "name": "Jose Fuentes",
+ "url": "https://github.com/j-fuentes"
+ },
+ {
+ "name": "Anya Reyes",
+ "url": "https://github.com/darkade"
+ },
+ {
+ "name": "BendingBender",
+ "url": "https://github.com/BendingBender"
+ }
+ ],
+ "dependencies": {
+ "@types/node": "*"
+ },
+ "description": "TypeScript definitions for node-forge",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-forge",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/node-forge",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/node-forge"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "28c7b54f84b6c106ed0dac4abc74cee095cf1b9d30ef848bc442d8d640b9726c",
+ "version": "1.3.9"
+}
diff --git a/node_modules/@types/node/package.json b/node_modules/@types/node/package.json
index f7875f0c..a0910af9 100644
--- a/node_modules/@types/node/package.json
+++ b/node_modules/@types/node/package.json
@@ -1,230 +1,235 @@
{
+ "_args": [
+ [
+ "@types/node@20.9.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/node@20.9.0",
+ "_id": "@types/node@20.9.0",
+ "_inBundle": false,
+ "_integrity": "sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==",
+ "_location": "/@types/node",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/node@20.9.0",
"name": "@types/node",
- "version": "20.9.0",
- "description": "TypeScript definitions for node",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
- "license": "MIT",
- "contributors": [
- {
- "name": "Microsoft TypeScript",
- "githubUsername": "Microsoft",
- "url": "https://github.com/Microsoft"
- },
- {
- "name": "Alberto Schiabel",
- "githubUsername": "jkomyno",
- "url": "https://github.com/jkomyno"
- },
- {
- "name": "Alvis HT Tang",
- "githubUsername": "alvis",
- "url": "https://github.com/alvis"
- },
- {
- "name": "Andrew Makarov",
- "githubUsername": "r3nya",
- "url": "https://github.com/r3nya"
- },
- {
- "name": "Benjamin Toueg",
- "githubUsername": "btoueg",
- "url": "https://github.com/btoueg"
- },
- {
- "name": "Chigozirim C.",
- "githubUsername": "smac89",
- "url": "https://github.com/smac89"
- },
- {
- "name": "David Junger",
- "githubUsername": "touffy",
- "url": "https://github.com/touffy"
- },
- {
- "name": "Deividas Bakanas",
- "githubUsername": "DeividasBakanas",
- "url": "https://github.com/DeividasBakanas"
- },
- {
- "name": "Eugene Y. Q. Shen",
- "githubUsername": "eyqs",
- "url": "https://github.com/eyqs"
- },
- {
- "name": "Hannes Magnusson",
- "githubUsername": "Hannes-Magnusson-CK",
- "url": "https://github.com/Hannes-Magnusson-CK"
- },
- {
- "name": "Huw",
- "githubUsername": "hoo29",
- "url": "https://github.com/hoo29"
- },
- {
- "name": "Kelvin Jin",
- "githubUsername": "kjin",
- "url": "https://github.com/kjin"
- },
- {
- "name": "Klaus Meinhardt",
- "githubUsername": "ajafff",
- "url": "https://github.com/ajafff"
- },
- {
- "name": "Lishude",
- "githubUsername": "islishude",
- "url": "https://github.com/islishude"
- },
- {
- "name": "Mariusz Wiktorczyk",
- "githubUsername": "mwiktorczyk",
- "url": "https://github.com/mwiktorczyk"
- },
- {
- "name": "Mohsen Azimi",
- "githubUsername": "mohsen1",
- "url": "https://github.com/mohsen1"
- },
- {
- "name": "Nicolas Even",
- "githubUsername": "n-e",
- "url": "https://github.com/n-e"
- },
- {
- "name": "Nikita Galkin",
- "githubUsername": "galkin",
- "url": "https://github.com/galkin"
- },
- {
- "name": "Parambir Singh",
- "githubUsername": "parambirs",
- "url": "https://github.com/parambirs"
- },
- {
- "name": "Sebastian Silbermann",
- "githubUsername": "eps1lon",
- "url": "https://github.com/eps1lon"
- },
- {
- "name": "Thomas den Hollander",
- "githubUsername": "ThomasdenH",
- "url": "https://github.com/ThomasdenH"
- },
- {
- "name": "Wilco Bakker",
- "githubUsername": "WilcoBakker",
- "url": "https://github.com/WilcoBakker"
- },
- {
- "name": "wwwy3y3",
- "githubUsername": "wwwy3y3",
- "url": "https://github.com/wwwy3y3"
- },
- {
- "name": "Samuel Ainsworth",
- "githubUsername": "samuela",
- "url": "https://github.com/samuela"
- },
- {
- "name": "Kyle Uehlein",
- "githubUsername": "kuehlein",
- "url": "https://github.com/kuehlein"
- },
- {
- "name": "Thanik Bhongbhibhat",
- "githubUsername": "bhongy",
- "url": "https://github.com/bhongy"
- },
- {
- "name": "Marcin Kopacz",
- "githubUsername": "chyzwar",
- "url": "https://github.com/chyzwar"
- },
- {
- "name": "Trivikram Kamat",
- "githubUsername": "trivikr",
- "url": "https://github.com/trivikr"
- },
- {
- "name": "Junxiao Shi",
- "githubUsername": "yoursunny",
- "url": "https://github.com/yoursunny"
- },
- {
- "name": "Ilia Baryshnikov",
- "githubUsername": "qwelias",
- "url": "https://github.com/qwelias"
- },
- {
- "name": "ExE Boss",
- "githubUsername": "ExE-Boss",
- "url": "https://github.com/ExE-Boss"
- },
- {
- "name": "Piotr Błażejewicz",
- "githubUsername": "peterblazejewicz",
- "url": "https://github.com/peterblazejewicz"
- },
- {
- "name": "Anna Henningsen",
- "githubUsername": "addaleax",
- "url": "https://github.com/addaleax"
- },
- {
- "name": "Victor Perin",
- "githubUsername": "victorperin",
- "url": "https://github.com/victorperin"
- },
- {
- "name": "Yongsheng Zhang",
- "githubUsername": "ZYSzys",
- "url": "https://github.com/ZYSzys"
- },
- {
- "name": "NodeJS Contributors",
- "githubUsername": "NodeJS",
- "url": "https://github.com/NodeJS"
- },
- {
- "name": "Linus Unnebäck",
- "githubUsername": "LinusU",
- "url": "https://github.com/LinusU"
- },
- {
- "name": "wafuwafu13",
- "githubUsername": "wafuwafu13",
- "url": "https://github.com/wafuwafu13"
- },
- {
- "name": "Matteo Collina",
- "githubUsername": "mcollina",
- "url": "https://github.com/mcollina"
- },
- {
- "name": "Dmitry Semigradsky",
- "githubUsername": "Semigradsky",
- "url": "https://github.com/Semigradsky"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "typesVersions": {
- "<=4.8": {
- "*": [
- "ts4.8/*"
- ]
- }
+ "escapedName": "@types%2fnode",
+ "scope": "@types",
+ "rawSpec": "20.9.0",
+ "saveSpec": null,
+ "fetchSpec": "20.9.0"
+ },
+ "_requiredBy": [
+ "/@types/body-parser",
+ "/@types/bonjour",
+ "/@types/connect",
+ "/@types/connect-history-api-fallback",
+ "/@types/express-serve-static-core",
+ "/@types/http-proxy",
+ "/@types/node-forge",
+ "/@types/send",
+ "/@types/serve-static",
+ "/@types/sockjs",
+ "/@types/ws",
+ "/eslint-webpack-plugin/jest-worker",
+ "/jest-worker"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.0.tgz",
+ "_spec": "20.9.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Microsoft TypeScript",
+ "url": "https://github.com/Microsoft"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/node"
+ {
+ "name": "Alberto Schiabel",
+ "url": "https://github.com/jkomyno"
},
- "scripts": {},
- "dependencies": {
- "undici-types": "~5.26.4"
+ {
+ "name": "Alvis HT Tang",
+ "url": "https://github.com/alvis"
},
- "typesPublisherContentHash": "a1b366d7b3bf1afaa88e038010565763e234c0e5fa8044db8b0d7c44995bfbf8",
- "typeScriptVersion": "4.5",
- "nonNpm": true
-}
\ No newline at end of file
+ {
+ "name": "Andrew Makarov",
+ "url": "https://github.com/r3nya"
+ },
+ {
+ "name": "Benjamin Toueg",
+ "url": "https://github.com/btoueg"
+ },
+ {
+ "name": "Chigozirim C.",
+ "url": "https://github.com/smac89"
+ },
+ {
+ "name": "David Junger",
+ "url": "https://github.com/touffy"
+ },
+ {
+ "name": "Deividas Bakanas",
+ "url": "https://github.com/DeividasBakanas"
+ },
+ {
+ "name": "Eugene Y. Q. Shen",
+ "url": "https://github.com/eyqs"
+ },
+ {
+ "name": "Hannes Magnusson",
+ "url": "https://github.com/Hannes-Magnusson-CK"
+ },
+ {
+ "name": "Huw",
+ "url": "https://github.com/hoo29"
+ },
+ {
+ "name": "Kelvin Jin",
+ "url": "https://github.com/kjin"
+ },
+ {
+ "name": "Klaus Meinhardt",
+ "url": "https://github.com/ajafff"
+ },
+ {
+ "name": "Lishude",
+ "url": "https://github.com/islishude"
+ },
+ {
+ "name": "Mariusz Wiktorczyk",
+ "url": "https://github.com/mwiktorczyk"
+ },
+ {
+ "name": "Mohsen Azimi",
+ "url": "https://github.com/mohsen1"
+ },
+ {
+ "name": "Nicolas Even",
+ "url": "https://github.com/n-e"
+ },
+ {
+ "name": "Nikita Galkin",
+ "url": "https://github.com/galkin"
+ },
+ {
+ "name": "Parambir Singh",
+ "url": "https://github.com/parambirs"
+ },
+ {
+ "name": "Sebastian Silbermann",
+ "url": "https://github.com/eps1lon"
+ },
+ {
+ "name": "Thomas den Hollander",
+ "url": "https://github.com/ThomasdenH"
+ },
+ {
+ "name": "Wilco Bakker",
+ "url": "https://github.com/WilcoBakker"
+ },
+ {
+ "name": "wwwy3y3",
+ "url": "https://github.com/wwwy3y3"
+ },
+ {
+ "name": "Samuel Ainsworth",
+ "url": "https://github.com/samuela"
+ },
+ {
+ "name": "Kyle Uehlein",
+ "url": "https://github.com/kuehlein"
+ },
+ {
+ "name": "Thanik Bhongbhibhat",
+ "url": "https://github.com/bhongy"
+ },
+ {
+ "name": "Marcin Kopacz",
+ "url": "https://github.com/chyzwar"
+ },
+ {
+ "name": "Trivikram Kamat",
+ "url": "https://github.com/trivikr"
+ },
+ {
+ "name": "Junxiao Shi",
+ "url": "https://github.com/yoursunny"
+ },
+ {
+ "name": "Ilia Baryshnikov",
+ "url": "https://github.com/qwelias"
+ },
+ {
+ "name": "ExE Boss",
+ "url": "https://github.com/ExE-Boss"
+ },
+ {
+ "name": "Piotr Błażejewicz",
+ "url": "https://github.com/peterblazejewicz"
+ },
+ {
+ "name": "Anna Henningsen",
+ "url": "https://github.com/addaleax"
+ },
+ {
+ "name": "Victor Perin",
+ "url": "https://github.com/victorperin"
+ },
+ {
+ "name": "Yongsheng Zhang",
+ "url": "https://github.com/ZYSzys"
+ },
+ {
+ "name": "NodeJS Contributors",
+ "url": "https://github.com/NodeJS"
+ },
+ {
+ "name": "Linus Unnebäck",
+ "url": "https://github.com/LinusU"
+ },
+ {
+ "name": "wafuwafu13",
+ "url": "https://github.com/wafuwafu13"
+ },
+ {
+ "name": "Matteo Collina",
+ "url": "https://github.com/mcollina"
+ },
+ {
+ "name": "Dmitry Semigradsky",
+ "url": "https://github.com/Semigradsky"
+ }
+ ],
+ "dependencies": {
+ "undici-types": "~5.26.4"
+ },
+ "description": "TypeScript definitions for node",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/node",
+ "nonNpm": true,
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/node"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "a1b366d7b3bf1afaa88e038010565763e234c0e5fa8044db8b0d7c44995bfbf8",
+ "typesVersions": {
+ "<=4.8": {
+ "*": [
+ "ts4.8/*"
+ ]
+ }
+ },
+ "version": "20.9.0"
+}
diff --git a/node_modules/@types/normalize-package-data/package.json b/node_modules/@types/normalize-package-data/package.json
index 5e8e11d3..722c6f90 100644
--- a/node_modules/@types/normalize-package-data/package.json
+++ b/node_modules/@types/normalize-package-data/package.json
@@ -1,25 +1,57 @@
{
+ "_args": [
+ [
+ "@types/normalize-package-data@2.4.4",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/normalize-package-data@2.4.4",
+ "_id": "@types/normalize-package-data@2.4.4",
+ "_inBundle": false,
+ "_integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
+ "_location": "/@types/normalize-package-data",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/normalize-package-data@2.4.4",
"name": "@types/normalize-package-data",
- "version": "2.4.4",
- "description": "TypeScript definitions for normalize-package-data",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/normalize-package-data",
- "license": "MIT",
- "contributors": [
- {
- "name": "Jeff Dickey",
- "githubUsername": "jdxcode",
- "url": "https://github.com/jdxcode"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/normalize-package-data"
- },
- "scripts": {},
- "dependencies": {},
- "typesPublisherContentHash": "f0a1ad6fab1a44929aa98a3e4ac36a2c42c2ca36a7e49671db2109fb2acd57c9",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ "escapedName": "@types%2fnormalize-package-data",
+ "scope": "@types",
+ "rawSpec": "2.4.4",
+ "saveSpec": null,
+ "fetchSpec": "2.4.4"
+ },
+ "_requiredBy": [
+ "/read-pkg"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz",
+ "_spec": "2.4.4",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Jeff Dickey",
+ "url": "https://github.com/jdxcode"
+ }
+ ],
+ "dependencies": {},
+ "description": "TypeScript definitions for normalize-package-data",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/normalize-package-data",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/normalize-package-data",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/normalize-package-data"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "f0a1ad6fab1a44929aa98a3e4ac36a2c42c2ca36a7e49671db2109fb2acd57c9",
+ "version": "2.4.4"
+}
diff --git a/node_modules/@types/parse-json/package.json b/node_modules/@types/parse-json/package.json
index ed89d94d..6c695131 100644
--- a/node_modules/@types/parse-json/package.json
+++ b/node_modules/@types/parse-json/package.json
@@ -1,25 +1,57 @@
{
+ "_args": [
+ [
+ "@types/parse-json@4.0.2",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/parse-json@4.0.2",
+ "_id": "@types/parse-json@4.0.2",
+ "_inBundle": false,
+ "_integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==",
+ "_location": "/@types/parse-json",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/parse-json@4.0.2",
"name": "@types/parse-json",
- "version": "4.0.2",
- "description": "TypeScript definitions for parse-json",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse-json",
- "license": "MIT",
- "contributors": [
- {
- "name": "mrmlnc",
- "githubUsername": "mrmlnc",
- "url": "https://github.com/mrmlnc"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/parse-json"
- },
- "scripts": {},
- "dependencies": {},
- "typesPublisherContentHash": "d1152b3b9b47f80db7e38510e7a49a297ca3c102317f67bcacb959271c65e6c1",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ "escapedName": "@types%2fparse-json",
+ "scope": "@types",
+ "rawSpec": "4.0.2",
+ "saveSpec": null,
+ "fetchSpec": "4.0.2"
+ },
+ "_requiredBy": [
+ "/cosmiconfig"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz",
+ "_spec": "4.0.2",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "mrmlnc",
+ "url": "https://github.com/mrmlnc"
+ }
+ ],
+ "dependencies": {},
+ "description": "TypeScript definitions for parse-json",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse-json",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/parse-json",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/parse-json"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "d1152b3b9b47f80db7e38510e7a49a297ca3c102317f67bcacb959271c65e6c1",
+ "version": "4.0.2"
+}
diff --git a/node_modules/@types/qs/package.json b/node_modules/@types/qs/package.json
index 75aefc48..acde6f29 100644
--- a/node_modules/@types/qs/package.json
+++ b/node_modules/@types/qs/package.json
@@ -1,65 +1,90 @@
{
+ "_args": [
+ [
+ "@types/qs@6.9.10",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/qs@6.9.10",
+ "_id": "@types/qs@6.9.10",
+ "_inBundle": false,
+ "_integrity": "sha512-3Gnx08Ns1sEoCrWssEgTSJs/rsT2vhGP+Ja9cnnk9k4ALxinORlQneLXFeFKOTJMOeZUFD1s7w+w2AphTpvzZw==",
+ "_location": "/@types/qs",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/qs@6.9.10",
"name": "@types/qs",
- "version": "6.9.10",
- "description": "TypeScript definitions for qs",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qs",
- "license": "MIT",
- "contributors": [
- {
- "name": "Roman Korneev",
- "githubUsername": "RWander",
- "url": "https://github.com/RWander"
- },
- {
- "name": "Leon Yu",
- "githubUsername": "leonyu",
- "url": "https://github.com/leonyu"
- },
- {
- "name": "Belinda Teh",
- "githubUsername": "tehbelinda",
- "url": "https://github.com/tehbelinda"
- },
- {
- "name": "Melvin Lee",
- "githubUsername": "zyml",
- "url": "https://github.com/zyml"
- },
- {
- "name": "Arturs Vonda",
- "githubUsername": "artursvonda",
- "url": "https://github.com/artursvonda"
- },
- {
- "name": "Carlos Bonetti",
- "githubUsername": "CarlosBonetti",
- "url": "https://github.com/CarlosBonetti"
- },
- {
- "name": "Dan Smith",
- "githubUsername": "dpsmith3",
- "url": "https://github.com/dpsmith3"
- },
- {
- "name": "Hunter Perrin",
- "githubUsername": "hperrin",
- "url": "https://github.com/hperrin"
- },
- {
- "name": "Jordan Harband",
- "githubUsername": "ljharb",
- "url": "https://github.com/ljharb"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/qs"
+ "escapedName": "@types%2fqs",
+ "scope": "@types",
+ "rawSpec": "6.9.10",
+ "saveSpec": null,
+ "fetchSpec": "6.9.10"
+ },
+ "_requiredBy": [
+ "/@types/express",
+ "/@types/express-serve-static-core"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.10.tgz",
+ "_spec": "6.9.10",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Roman Korneev",
+ "url": "https://github.com/RWander"
},
- "scripts": {},
- "dependencies": {},
- "typesPublisherContentHash": "d935324b07497b49e62643ab51abd2ea063f34314b2f5a415424fdda6a6e8714",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ {
+ "name": "Leon Yu",
+ "url": "https://github.com/leonyu"
+ },
+ {
+ "name": "Belinda Teh",
+ "url": "https://github.com/tehbelinda"
+ },
+ {
+ "name": "Melvin Lee",
+ "url": "https://github.com/zyml"
+ },
+ {
+ "name": "Arturs Vonda",
+ "url": "https://github.com/artursvonda"
+ },
+ {
+ "name": "Carlos Bonetti",
+ "url": "https://github.com/CarlosBonetti"
+ },
+ {
+ "name": "Dan Smith",
+ "url": "https://github.com/dpsmith3"
+ },
+ {
+ "name": "Hunter Perrin",
+ "url": "https://github.com/hperrin"
+ },
+ {
+ "name": "Jordan Harband",
+ "url": "https://github.com/ljharb"
+ }
+ ],
+ "dependencies": {},
+ "description": "TypeScript definitions for qs",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qs",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/qs",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/qs"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "d935324b07497b49e62643ab51abd2ea063f34314b2f5a415424fdda6a6e8714",
+ "version": "6.9.10"
+}
diff --git a/node_modules/@types/range-parser/package.json b/node_modules/@types/range-parser/package.json
index d43f7818..710ee91c 100644
--- a/node_modules/@types/range-parser/package.json
+++ b/node_modules/@types/range-parser/package.json
@@ -1,25 +1,57 @@
{
+ "_args": [
+ [
+ "@types/range-parser@1.2.7",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/range-parser@1.2.7",
+ "_id": "@types/range-parser@1.2.7",
+ "_inBundle": false,
+ "_integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
+ "_location": "/@types/range-parser",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/range-parser@1.2.7",
"name": "@types/range-parser",
- "version": "1.2.7",
- "description": "TypeScript definitions for range-parser",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/range-parser",
- "license": "MIT",
- "contributors": [
- {
- "name": "Tomek Łaziuk",
- "githubUsername": "tlaziuk",
- "url": "https://github.com/tlaziuk"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/range-parser"
- },
- "scripts": {},
- "dependencies": {},
- "typesPublisherContentHash": "85ed88e3afe8da85360c400901b67e99a7c6690c6376c5ab8939ae9dee4b0a93",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ "escapedName": "@types%2frange-parser",
+ "scope": "@types",
+ "rawSpec": "1.2.7",
+ "saveSpec": null,
+ "fetchSpec": "1.2.7"
+ },
+ "_requiredBy": [
+ "/@types/express-serve-static-core"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
+ "_spec": "1.2.7",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Tomek Łaziuk",
+ "url": "https://github.com/tlaziuk"
+ }
+ ],
+ "dependencies": {},
+ "description": "TypeScript definitions for range-parser",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/range-parser",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/range-parser",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/range-parser"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "85ed88e3afe8da85360c400901b67e99a7c6690c6376c5ab8939ae9dee4b0a93",
+ "version": "1.2.7"
+}
diff --git a/node_modules/@types/retry/package.json b/node_modules/@types/retry/package.json
index 2d558adf..45929c2e 100644
--- a/node_modules/@types/retry/package.json
+++ b/node_modules/@types/retry/package.json
@@ -1,28 +1,60 @@
{
+ "_args": [
+ [
+ "@types/retry@0.12.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/retry@0.12.0",
+ "_id": "@types/retry@0.12.0",
+ "_inBundle": false,
+ "_integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
+ "_location": "/@types/retry",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/retry@0.12.0",
"name": "@types/retry",
- "version": "0.12.0",
- "description": "TypeScript definitions for retry",
- "license": "MIT",
- "contributors": [
- {
- "name": "Stan Goldmann",
- "url": "https://github.com/krenor",
- "githubUsername": "krenor"
- },
- {
- "name": "BendingBender",
- "url": "https://github.com/BendingBender",
- "githubUsername": "BendingBender"
- }
- ],
- "main": "",
- "types": "index",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
+ "escapedName": "@types%2fretry",
+ "scope": "@types",
+ "rawSpec": "0.12.0",
+ "saveSpec": null,
+ "fetchSpec": "0.12.0"
+ },
+ "_requiredBy": [
+ "/p-retry"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
+ "_spec": "0.12.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Stan Goldmann",
+ "url": "https://github.com/krenor"
},
- "scripts": {},
- "dependencies": {},
- "typesPublisherContentHash": "dc8156aa3c27632d2585c45d8951c4a0f7ae9122bd17190d8973018556d174f3",
- "typeScriptVersion": "2.3"
-}
\ No newline at end of file
+ {
+ "name": "BendingBender",
+ "url": "https://github.com/BendingBender"
+ }
+ ],
+ "dependencies": {},
+ "description": "TypeScript definitions for retry",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/retry",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
+ },
+ "scripts": {},
+ "typeScriptVersion": "2.3",
+ "types": "index",
+ "typesPublisherContentHash": "dc8156aa3c27632d2585c45d8951c4a0f7ae9122bd17190d8973018556d174f3",
+ "version": "0.12.0"
+}
diff --git a/node_modules/@types/send/package.json b/node_modules/@types/send/package.json
index 1bbca79c..5384b669 100644
--- a/node_modules/@types/send/package.json
+++ b/node_modules/@types/send/package.json
@@ -1,33 +1,64 @@
{
+ "_args": [
+ [
+ "@types/send@0.17.4",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/send@0.17.4",
+ "_id": "@types/send@0.17.4",
+ "_inBundle": false,
+ "_integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==",
+ "_location": "/@types/send",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/send@0.17.4",
"name": "@types/send",
- "version": "0.17.4",
- "description": "TypeScript definitions for send",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/send",
- "license": "MIT",
- "contributors": [
- {
- "name": "Mike Jerred",
- "githubUsername": "MikeJerred",
- "url": "https://github.com/MikeJerred"
- },
- {
- "name": "Piotr Błażejewicz",
- "githubUsername": "peterblazejewicz",
- "url": "https://github.com/peterblazejewicz"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/send"
+ "escapedName": "@types%2fsend",
+ "scope": "@types",
+ "rawSpec": "0.17.4",
+ "saveSpec": null,
+ "fetchSpec": "0.17.4"
+ },
+ "_requiredBy": [
+ "/@types/express-serve-static-core"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz",
+ "_spec": "0.17.4",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Mike Jerred",
+ "url": "https://github.com/MikeJerred"
},
- "scripts": {},
- "dependencies": {
- "@types/mime": "^1",
- "@types/node": "*"
- },
- "typesPublisherContentHash": "80c2c0bda207c1a802cfc46bf20e4f774429c8ae1e9808128c20468d438b895c",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ {
+ "name": "Piotr Błażejewicz",
+ "url": "https://github.com/peterblazejewicz"
+ }
+ ],
+ "dependencies": {
+ "@types/mime": "^1",
+ "@types/node": "*"
+ },
+ "description": "TypeScript definitions for send",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/send",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/send",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/send"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "80c2c0bda207c1a802cfc46bf20e4f774429c8ae1e9808128c20468d438b895c",
+ "version": "0.17.4"
+}
diff --git a/node_modules/@types/serve-index/package.json b/node_modules/@types/serve-index/package.json
index 2d8b0c4b..8e6e7107 100644
--- a/node_modules/@types/serve-index/package.json
+++ b/node_modules/@types/serve-index/package.json
@@ -1,27 +1,59 @@
{
+ "_args": [
+ [
+ "@types/serve-index@1.9.4",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/serve-index@1.9.4",
+ "_id": "@types/serve-index@1.9.4",
+ "_inBundle": false,
+ "_integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==",
+ "_location": "/@types/serve-index",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/serve-index@1.9.4",
"name": "@types/serve-index",
- "version": "1.9.4",
- "description": "TypeScript definitions for serve-index",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/serve-index",
- "license": "MIT",
- "contributors": [
- {
- "name": "Tanguy Krotoff",
- "githubUsername": "tkrotoff",
- "url": "https://github.com/tkrotoff"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/serve-index"
- },
- "scripts": {},
- "dependencies": {
- "@types/express": "*"
- },
- "typesPublisherContentHash": "cef74e00c7096d0fb4a96d2ce78f45585c95b6a83748cffb9b65bd8ff20297b6",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ "escapedName": "@types%2fserve-index",
+ "scope": "@types",
+ "rawSpec": "1.9.4",
+ "saveSpec": null,
+ "fetchSpec": "1.9.4"
+ },
+ "_requiredBy": [
+ "/webpack-dev-server"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz",
+ "_spec": "1.9.4",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Tanguy Krotoff",
+ "url": "https://github.com/tkrotoff"
+ }
+ ],
+ "dependencies": {
+ "@types/express": "*"
+ },
+ "description": "TypeScript definitions for serve-index",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/serve-index",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/serve-index",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/serve-index"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "cef74e00c7096d0fb4a96d2ce78f45585c95b6a83748cffb9b65bd8ff20297b6",
+ "version": "1.9.4"
+}
diff --git a/node_modules/@types/serve-static/package.json b/node_modules/@types/serve-static/package.json
index 7a7e8dfc..462a5881 100644
--- a/node_modules/@types/serve-static/package.json
+++ b/node_modules/@types/serve-static/package.json
@@ -1,39 +1,70 @@
{
+ "_args": [
+ [
+ "@types/serve-static@1.15.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/serve-static@1.15.5",
+ "_id": "@types/serve-static@1.15.5",
+ "_inBundle": false,
+ "_integrity": "sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==",
+ "_location": "/@types/serve-static",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/serve-static@1.15.5",
"name": "@types/serve-static",
- "version": "1.15.5",
- "description": "TypeScript definitions for serve-static",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/serve-static",
- "license": "MIT",
- "contributors": [
- {
- "name": "Uros Smolnik",
- "githubUsername": "urossmolnik",
- "url": "https://github.com/urossmolnik"
- },
- {
- "name": "Linus Unnebäck",
- "githubUsername": "LinusU",
- "url": "https://github.com/LinusU"
- },
- {
- "name": "Devansh Jethmalani",
- "githubUsername": "devanshj",
- "url": "https://github.com/devanshj"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/serve-static"
+ "escapedName": "@types%2fserve-static",
+ "scope": "@types",
+ "rawSpec": "1.15.5",
+ "saveSpec": null,
+ "fetchSpec": "1.15.5"
+ },
+ "_requiredBy": [
+ "/@types/express",
+ "/webpack-dev-server"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz",
+ "_spec": "1.15.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Uros Smolnik",
+ "url": "https://github.com/urossmolnik"
},
- "scripts": {},
- "dependencies": {
- "@types/http-errors": "*",
- "@types/mime": "*",
- "@types/node": "*"
+ {
+ "name": "Linus Unnebäck",
+ "url": "https://github.com/LinusU"
},
- "typesPublisherContentHash": "e5de8981add43a6c4ecae03e64d05e59248a932c097212e43eca3fcbc675e68d",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ {
+ "name": "Devansh Jethmalani",
+ "url": "https://github.com/devanshj"
+ }
+ ],
+ "dependencies": {
+ "@types/http-errors": "*",
+ "@types/mime": "*",
+ "@types/node": "*"
+ },
+ "description": "TypeScript definitions for serve-static",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/serve-static",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/serve-static",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/serve-static"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "e5de8981add43a6c4ecae03e64d05e59248a932c097212e43eca3fcbc675e68d",
+ "version": "1.15.5"
+}
diff --git a/node_modules/@types/sockjs/package.json b/node_modules/@types/sockjs/package.json
index 214ad8ce..68ee2491 100644
--- a/node_modules/@types/sockjs/package.json
+++ b/node_modules/@types/sockjs/package.json
@@ -1,27 +1,59 @@
{
+ "_args": [
+ [
+ "@types/sockjs@0.3.36",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/sockjs@0.3.36",
+ "_id": "@types/sockjs@0.3.36",
+ "_inBundle": false,
+ "_integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==",
+ "_location": "/@types/sockjs",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/sockjs@0.3.36",
"name": "@types/sockjs",
- "version": "0.3.36",
- "description": "TypeScript definitions for sockjs",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sockjs",
- "license": "MIT",
- "contributors": [
- {
- "name": "Phil McCloghry-Laing",
- "githubUsername": "pmccloghrylaing",
- "url": "https://github.com/pmccloghrylaing"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/sockjs"
- },
- "scripts": {},
- "dependencies": {
- "@types/node": "*"
- },
- "typesPublisherContentHash": "fe77463f92d47c65ca417ab3bb87eef15b8384cdce2ab2199fcc8deae14be36e",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ "escapedName": "@types%2fsockjs",
+ "scope": "@types",
+ "rawSpec": "0.3.36",
+ "saveSpec": null,
+ "fetchSpec": "0.3.36"
+ },
+ "_requiredBy": [
+ "/webpack-dev-server"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz",
+ "_spec": "0.3.36",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Phil McCloghry-Laing",
+ "url": "https://github.com/pmccloghrylaing"
+ }
+ ],
+ "dependencies": {
+ "@types/node": "*"
+ },
+ "description": "TypeScript definitions for sockjs",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sockjs",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/sockjs",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/sockjs"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "fe77463f92d47c65ca417ab3bb87eef15b8384cdce2ab2199fcc8deae14be36e",
+ "version": "0.3.36"
+}
diff --git a/node_modules/@types/ws/package.json b/node_modules/@types/ws/package.json
index 0480b3e6..e0feb34b 100644
--- a/node_modules/@types/ws/package.json
+++ b/node_modules/@types/ws/package.json
@@ -1,71 +1,96 @@
{
+ "_args": [
+ [
+ "@types/ws@8.5.9",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/ws@8.5.9",
+ "_id": "@types/ws@8.5.9",
+ "_inBundle": false,
+ "_integrity": "sha512-jbdrY0a8lxfdTp/+r7Z4CkycbOFN8WX+IOchLJr3juT/xzbJ8URyTVSJ/hvNdadTgM1mnedb47n+Y31GsFnQlg==",
+ "_location": "/@types/ws",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/ws@8.5.9",
"name": "@types/ws",
- "version": "8.5.9",
- "description": "TypeScript definitions for ws",
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ws",
- "license": "MIT",
- "contributors": [
- {
- "name": "Paul Loyd",
- "githubUsername": "loyd",
- "url": "https://github.com/loyd"
- },
- {
- "name": "Margus Lamp",
- "githubUsername": "mlamp",
- "url": "https://github.com/mlamp"
- },
- {
- "name": "Philippe D'Alva",
- "githubUsername": "TitaneBoy",
- "url": "https://github.com/TitaneBoy"
- },
- {
- "name": "reduckted",
- "githubUsername": "reduckted",
- "url": "https://github.com/reduckted"
- },
- {
- "name": "teidesu",
- "githubUsername": "teidesu",
- "url": "https://github.com/teidesu"
- },
- {
- "name": "Bartosz Wojtkowiak",
- "githubUsername": "wojtkowiak",
- "url": "https://github.com/wojtkowiak"
- },
- {
- "name": "Kyle Hensel",
- "githubUsername": "k-yle",
- "url": "https://github.com/k-yle"
- },
- {
- "name": "Samuel Skeen",
- "githubUsername": "cwadrupldijjit",
- "url": "https://github.com/cwadrupldijjit"
- }
- ],
- "main": "",
- "types": "index.d.ts",
- "exports": {
- ".": {
- "types": {
- "import": "./index.d.mts",
- "default": "./index.d.ts"
- }
- },
- "./package.json": "./package.json"
+ "escapedName": "@types%2fws",
+ "scope": "@types",
+ "rawSpec": "8.5.9",
+ "saveSpec": null,
+ "fetchSpec": "8.5.9"
+ },
+ "_requiredBy": [
+ "/webpack-dev-server"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.9.tgz",
+ "_spec": "8.5.9",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Paul Loyd",
+ "url": "https://github.com/loyd"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/ws"
+ {
+ "name": "Margus Lamp",
+ "url": "https://github.com/mlamp"
},
- "scripts": {},
- "dependencies": {
- "@types/node": "*"
+ {
+ "name": "Philippe D'Alva",
+ "url": "https://github.com/TitaneBoy"
},
- "typesPublisherContentHash": "8a75ac241cffea6a14b11065cb42b26293acd2aacc62c1f1aedb3f900ba9cb95",
- "typeScriptVersion": "4.5"
-}
\ No newline at end of file
+ {
+ "name": "reduckted",
+ "url": "https://github.com/reduckted"
+ },
+ {
+ "name": "teidesu",
+ "url": "https://github.com/teidesu"
+ },
+ {
+ "name": "Bartosz Wojtkowiak",
+ "url": "https://github.com/wojtkowiak"
+ },
+ {
+ "name": "Kyle Hensel",
+ "url": "https://github.com/k-yle"
+ },
+ {
+ "name": "Samuel Skeen",
+ "url": "https://github.com/cwadrupldijjit"
+ }
+ ],
+ "dependencies": {
+ "@types/node": "*"
+ },
+ "description": "TypeScript definitions for ws",
+ "exports": {
+ ".": {
+ "types": {
+ "import": "./index.d.mts",
+ "default": "./index.d.ts"
+ }
+ },
+ "./package.json": "./package.json"
+ },
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ws",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/ws",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/ws"
+ },
+ "scripts": {},
+ "typeScriptVersion": "4.5",
+ "types": "index.d.ts",
+ "typesPublisherContentHash": "8a75ac241cffea6a14b11065cb42b26293acd2aacc62c1f1aedb3f900ba9cb95",
+ "version": "8.5.9"
+}
diff --git a/node_modules/@vue/babel-helper-vue-jsx-merge-props/package.json b/node_modules/@vue/babel-helper-vue-jsx-merge-props/package.json
index 1e1b801f..688427c8 100644
--- a/node_modules/@vue/babel-helper-vue-jsx-merge-props/package.json
+++ b/node_modules/@vue/babel-helper-vue-jsx-merge-props/package.json
@@ -1,23 +1,40 @@
{
- "name": "@vue/babel-helper-vue-jsx-merge-props",
- "version": "1.4.0",
+ "_args": [
+ [
+ "@vue/babel-helper-vue-jsx-merge-props@1.4.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@vue/babel-helper-vue-jsx-merge-props@1.4.0",
+ "_id": "@vue/babel-helper-vue-jsx-merge-props@1.4.0",
+ "_inBundle": false,
+ "_integrity": "sha512-JkqXfCkUDp4PIlFdDQ0TdXoIejMtTHP67/pvxlgeY+u5k3LEdKuWZ3LK6xkxo52uDoABIVyRwqVkfLQJhk7VBA==",
+ "_location": "/@vue/babel-helper-vue-jsx-merge-props",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/babel-helper-vue-jsx-merge-props@1.4.0",
+ "name": "@vue/babel-helper-vue-jsx-merge-props",
+ "escapedName": "@vue%2fbabel-helper-vue-jsx-merge-props",
+ "scope": "@vue",
+ "rawSpec": "1.4.0",
+ "saveSpec": null,
+ "fetchSpec": "1.4.0"
+ },
+ "_requiredBy": [
+ "/@vue/babel-plugin-transform-vue-jsx",
+ "/@vue/babel-preset-jsx",
+ "/@vue/babel-sugar-v-model"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.4.0.tgz",
+ "_spec": "1.4.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Evan You"
+ },
"description": "Babel helper for Vue JSX spread",
- "main": "dist/helper.js",
- "repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-helper-vue-jsx-merge-props",
- "author": "Evan You",
- "license": "MIT",
- "private": false,
- "publishConfig": {
- "access": "public"
- },
- "files": [],
- "scripts": {
- "build:testing": "rollup -c rollup.config.testing.js",
- "build": "rollup -c",
- "pretest": "yarn build:testing",
- "test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js",
- "prepublish": "yarn build"
- },
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
@@ -28,11 +45,31 @@
"rollup-plugin-babel-minify": "^6.2.0",
"rollup-plugin-istanbul": "^2.0.1"
},
+ "files": [],
+ "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008",
+ "license": "MIT",
+ "main": "dist/helper.js",
+ "name": "@vue/babel-helper-vue-jsx-merge-props",
"nyc": {
"exclude": [
"dist",
"test"
]
},
- "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008"
+ "private": false,
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/vuejs/jsx/tree/master/packages/babel-helper-vue-jsx-merge-props"
+ },
+ "scripts": {
+ "build": "rollup -c",
+ "build:testing": "rollup -c rollup.config.testing.js",
+ "prepublish": "yarn build",
+ "pretest": "yarn build:testing",
+ "test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js"
+ },
+ "version": "1.4.0"
}
diff --git a/node_modules/@vue/babel-helper-vue-transform-on/package.json b/node_modules/@vue/babel-helper-vue-transform-on/package.json
index 4cccd5f9..9c32dd8d 100644
--- a/node_modules/@vue/babel-helper-vue-transform-on/package.json
+++ b/node_modules/@vue/babel-helper-vue-transform-on/package.json
@@ -1,13 +1,50 @@
{
- "name": "@vue/babel-helper-vue-transform-on",
- "version": "1.1.5",
+ "_args": [
+ [
+ "@vue/babel-helper-vue-transform-on@1.1.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@vue/babel-helper-vue-transform-on@1.1.5",
+ "_id": "@vue/babel-helper-vue-transform-on@1.1.5",
+ "_inBundle": false,
+ "_integrity": "sha512-SgUymFpMoAyWeYWLAY+MkCK3QEROsiUnfaw5zxOVD/M64KQs8D/4oK6Q5omVA2hnvEOE0SCkH2TZxs/jnnUj7w==",
+ "_location": "/@vue/babel-helper-vue-transform-on",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/babel-helper-vue-transform-on@1.1.5",
+ "name": "@vue/babel-helper-vue-transform-on",
+ "escapedName": "@vue%2fbabel-helper-vue-transform-on",
+ "scope": "@vue",
+ "rawSpec": "1.1.5",
+ "saveSpec": null,
+ "fetchSpec": "1.1.5"
+ },
+ "_requiredBy": [
+ "/@vue/babel-plugin-jsx"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.1.5.tgz",
+ "_spec": "1.1.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Amour1688",
+ "email": "lcz_1996@foxmail.com"
+ },
+ "bugs": {
+ "url": "https://github.com/vuejs/babel-plugin-jsx/issues"
+ },
"description": "to help transform on",
- "author": "Amour1688 ",
+ "homepage": "https://github.com/vuejs/babel-plugin-jsx#readme",
"license": "MIT",
"main": "index.js",
- "types": "index.d.ts",
+ "name": "@vue/babel-helper-vue-transform-on",
"repository": {
"type": "git",
- "url": "git+https://github.com/vuejs/babel-plugin-jsx"
- }
-}
\ No newline at end of file
+ "url": "git+https://github.com/vuejs/babel-plugin-jsx.git"
+ },
+ "types": "index.d.ts",
+ "version": "1.1.5"
+}
diff --git a/node_modules/@vue/babel-plugin-jsx/package.json b/node_modules/@vue/babel-plugin-jsx/package.json
index 8d4b0e36..d4469cb8 100644
--- a/node_modules/@vue/babel-plugin-jsx/package.json
+++ b/node_modules/@vue/babel-plugin-jsx/package.json
@@ -1,34 +1,53 @@
{
- "name": "@vue/babel-plugin-jsx",
- "version": "1.1.5",
- "description": "Babel plugin for Vue 3 JSX",
- "author": "Amour1688 ",
- "homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-jsx#readme",
- "license": "MIT",
- "main": "dist/index.js",
- "module": "dist/index.mjs",
- "types": "dist/index.d.ts",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/babel-plugin-jsx"
+ "_args": [
+ [
+ "@vue/babel-plugin-jsx@1.1.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@vue/babel-plugin-jsx@1.1.5",
+ "_id": "@vue/babel-plugin-jsx@1.1.5",
+ "_inBundle": false,
+ "_integrity": "sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==",
+ "_location": "/@vue/babel-plugin-jsx",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/babel-plugin-jsx@1.1.5",
+ "name": "@vue/babel-plugin-jsx",
+ "escapedName": "@vue%2fbabel-plugin-jsx",
+ "scope": "@vue",
+ "rawSpec": "1.1.5",
+ "saveSpec": null,
+ "fetchSpec": "1.1.5"
+ },
+ "_requiredBy": [
+ "/@vue/babel-preset-app"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.5.tgz",
+ "_spec": "1.1.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Amour1688",
+ "email": "lcz_1996@foxmail.com"
},
"bugs": {
"url": "https://github.com/vuejs/babel-plugin-jsx/issues"
},
- "files": [
- "dist"
- ],
"dependencies": {
"@babel/helper-module-imports": "^7.22.5",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/template": "^7.22.5",
"@babel/traverse": "^7.22.5",
"@babel/types": "^7.22.5",
+ "@vue/babel-helper-vue-transform-on": "^1.1.5",
"camelcase": "^6.3.0",
"html-tags": "^3.3.1",
- "svg-tags": "^1.0.0",
- "@vue/babel-helper-vue-transform-on": "^1.1.5"
+ "svg-tags": "^1.0.0"
},
+ "description": "Babel plugin for Vue 3 JSX",
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
@@ -40,11 +59,25 @@
"regenerator-runtime": "^0.13.11",
"vue": "^3.3.4"
},
+ "files": [
+ "dist"
+ ],
+ "homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-jsx#readme",
+ "license": "MIT",
+ "main": "dist/index.js",
+ "module": "dist/index.mjs",
+ "name": "@vue/babel-plugin-jsx",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/vuejs/babel-plugin-jsx.git"
+ },
"scripts": {
"build": "tsup",
"watch": "tsup --watch"
- }
-}
\ No newline at end of file
+ },
+ "types": "dist/index.d.ts",
+ "version": "1.1.5"
+}
diff --git a/node_modules/@vue/babel-plugin-transform-vue-jsx/node_modules/html-tags/package.json b/node_modules/@vue/babel-plugin-transform-vue-jsx/node_modules/html-tags/package.json
index 9c6ee992..ab2a224d 100644
--- a/node_modules/@vue/babel-plugin-transform-vue-jsx/node_modules/html-tags/package.json
+++ b/node_modules/@vue/babel-plugin-transform-vue-jsx/node_modules/html-tags/package.json
@@ -1,26 +1,56 @@
{
- "name": "html-tags",
- "version": "2.0.0",
- "description": "List of standard HTML tags",
- "license": "MIT",
- "repository": "sindresorhus/html-tags",
+ "_args": [
+ [
+ "html-tags@2.0.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "html-tags@2.0.0",
+ "_id": "html-tags@2.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-+Il6N8cCo2wB/Vd3gqy/8TZhTD3QvcVeQLCnZiGkGCH3JP28IgGAY41giccp2W4R3jfyJPAP318FQTa1yU7K7g==",
+ "_location": "/@vue/babel-plugin-transform-vue-jsx/html-tags",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "html-tags@2.0.0",
+ "name": "html-tags",
+ "escapedName": "html-tags",
+ "rawSpec": "2.0.0",
+ "saveSpec": null,
+ "fetchSpec": "2.0.0"
+ },
+ "_requiredBy": [
+ "/@vue/babel-plugin-transform-vue-jsx"
+ ],
+ "_resolved": "https://registry.npmjs.org/html-tags/-/html-tags-2.0.0.tgz",
+ "_spec": "2.0.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
+ "bugs": {
+ "url": "https://github.com/sindresorhus/html-tags/issues"
+ },
+ "description": "List of standard HTML tags",
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ },
"engines": {
"node": ">=4"
},
- "scripts": {
- "test": "xo && ava"
- },
"files": [
"index.js",
"void.js",
"html-tags.json",
"html-tags-void.json"
],
+ "homepage": "https://github.com/sindresorhus/html-tags#readme",
"keywords": [
"html",
"html5",
@@ -32,8 +62,14 @@
"void",
"self-closing"
],
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- }
+ "license": "MIT",
+ "name": "html-tags",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/html-tags.git"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "2.0.0"
}
diff --git a/node_modules/@vue/babel-plugin-transform-vue-jsx/package.json b/node_modules/@vue/babel-plugin-transform-vue-jsx/package.json
index 20b10202..58e52096 100644
--- a/node_modules/@vue/babel-plugin-transform-vue-jsx/package.json
+++ b/node_modules/@vue/babel-plugin-transform-vue-jsx/package.json
@@ -1,27 +1,48 @@
{
- "name": "@vue/babel-plugin-transform-vue-jsx",
- "version": "1.4.0",
+ "_args": [
+ [
+ "@vue/babel-plugin-transform-vue-jsx@1.4.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@vue/babel-plugin-transform-vue-jsx@1.4.0",
+ "_id": "@vue/babel-plugin-transform-vue-jsx@1.4.0",
+ "_inBundle": false,
+ "_integrity": "sha512-Fmastxw4MMx0vlgLS4XBX0XiBbUFzoMGeVXuMV08wyOfXdikAFqBTuYPR0tlk+XskL19EzHc39SgjrPGY23JnA==",
+ "_location": "/@vue/babel-plugin-transform-vue-jsx",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/babel-plugin-transform-vue-jsx@1.4.0",
+ "name": "@vue/babel-plugin-transform-vue-jsx",
+ "escapedName": "@vue%2fbabel-plugin-transform-vue-jsx",
+ "scope": "@vue",
+ "rawSpec": "1.4.0",
+ "saveSpec": null,
+ "fetchSpec": "1.4.0"
+ },
+ "_requiredBy": [
+ "/@vue/babel-preset-jsx",
+ "/@vue/babel-sugar-v-model",
+ "/@vue/babel-sugar-v-on"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.4.0.tgz",
+ "_spec": "1.4.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Evan You"
+ },
+ "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"
+ },
"description": "Babel plugin for Vue 2.0 JSX",
- "main": "dist/plugin.js",
- "repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-plugin-transform-vue-jsx",
- "author": "Evan You",
- "license": "MIT",
- "private": false,
- "publishConfig": {
- "access": "public"
- },
- "files": [],
- "scripts": {
- "pretest:snapshot": "yarn build:test",
- "test:snapshot": "nyc --reporter=html --reporter=text-summary ava -v test/snapshot.js",
- "build:dependency": "cd ../babel-helper-vue-jsx-merge-props && yarn build",
- "pretest:functional": "yarn build:dependency && yarn build:test && nyc --reporter=html --reporter=text-summary babel test/functional.js --plugins ./dist/plugin.testing.js --out-file test/functional-compiled.js",
- "test:functional": "ava -v test/functional-compiled.js",
- "build": "rollup -c",
- "build:test": "rollup -c rollup.config.testing.js",
- "test": "rm -rf coverage* && yarn test:snapshot && mv coverage coverage-snapshot && yarn test:functional && mv coverage coverage-functional",
- "prepublish": "yarn build"
- },
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
@@ -38,22 +59,38 @@
"vue": "^2.5.17",
"vue-template-compiler": "^2.5.17"
},
- "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"
- },
+ "files": [],
+ "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008",
+ "license": "MIT",
+ "main": "dist/plugin.js",
+ "name": "@vue/babel-plugin-transform-vue-jsx",
"nyc": {
"exclude": [
"dist",
"test"
]
},
- "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008"
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "private": false,
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/vuejs/jsx/tree/master/packages/babel-plugin-transform-vue-jsx"
+ },
+ "scripts": {
+ "build": "rollup -c",
+ "build:dependency": "cd ../babel-helper-vue-jsx-merge-props && yarn build",
+ "build:test": "rollup -c rollup.config.testing.js",
+ "prepublish": "yarn build",
+ "pretest:functional": "yarn build:dependency && yarn build:test && nyc --reporter=html --reporter=text-summary babel test/functional.js --plugins ./dist/plugin.testing.js --out-file test/functional-compiled.js",
+ "pretest:snapshot": "yarn build:test",
+ "test": "rm -rf coverage* && yarn test:snapshot && mv coverage coverage-snapshot && yarn test:functional && mv coverage coverage-functional",
+ "test:functional": "ava -v test/functional-compiled.js",
+ "test:snapshot": "nyc --reporter=html --reporter=text-summary ava -v test/snapshot.js"
+ },
+ "version": "1.4.0"
}
diff --git a/node_modules/@vue/babel-preset-app/node_modules/.bin/semver b/node_modules/@vue/babel-preset-app/node_modules/.bin/semver
index 77443e78..7e365277 100644
--- a/node_modules/@vue/babel-preset-app/node_modules/.bin/semver
+++ b/node_modules/@vue/babel-preset-app/node_modules/.bin/semver
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../semver/bin/semver.js" "$@"
+ "$basedir/node" "$basedir/../semver/bin/semver.js" "$@"
+ ret=$?
else
- exec node "$basedir/../semver/bin/semver.js" "$@"
+ node "$basedir/../semver/bin/semver.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/@vue/babel-preset-app/node_modules/lru-cache/package.json b/node_modules/@vue/babel-preset-app/node_modules/lru-cache/package.json
index 43b7502c..b4584f61 100644
--- a/node_modules/@vue/babel-preset-app/node_modules/lru-cache/package.json
+++ b/node_modules/@vue/babel-preset-app/node_modules/lru-cache/package.json
@@ -1,34 +1,73 @@
{
- "name": "lru-cache",
+ "_args": [
+ [
+ "lru-cache@6.0.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "lru-cache@6.0.0",
+ "_id": "lru-cache@6.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "_location": "/@vue/babel-preset-app/lru-cache",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "lru-cache@6.0.0",
+ "name": "lru-cache",
+ "escapedName": "lru-cache",
+ "rawSpec": "6.0.0",
+ "saveSpec": null,
+ "fetchSpec": "6.0.0"
+ },
+ "_requiredBy": [
+ "/@vue/babel-preset-app/semver"
+ ],
+ "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "_spec": "6.0.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me"
+ },
+ "bugs": {
+ "url": "https://github.com/isaacs/node-lru-cache/issues"
+ },
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
"description": "A cache object that deletes the least-recently-used items.",
- "version": "6.0.0",
- "author": "Isaac Z. Schlueter ",
+ "devDependencies": {
+ "benchmark": "^2.1.4",
+ "tap": "^14.10.7"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/isaacs/node-lru-cache#readme",
"keywords": [
"mru",
"lru",
"cache"
],
- "scripts": {
- "test": "tap",
- "snap": "tap",
- "preversion": "npm test",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags"
- },
- "main": "index.js",
- "repository": "git://github.com/isaacs/node-lru-cache.git",
- "devDependencies": {
- "benchmark": "^2.1.4",
- "tap": "^14.10.7"
- },
"license": "ISC",
- "dependencies": {
- "yallist": "^4.0.0"
+ "main": "index.js",
+ "name": "lru-cache",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/node-lru-cache.git"
},
- "files": [
- "index.js"
- ],
- "engines": {
- "node": ">=10"
- }
+ "scripts": {
+ "postversion": "npm publish",
+ "prepublishOnly": "git push origin --follow-tags",
+ "preversion": "npm test",
+ "snap": "tap",
+ "test": "tap"
+ },
+ "version": "6.0.0"
}
diff --git a/node_modules/@vue/babel-preset-app/node_modules/semver/package.json b/node_modules/@vue/babel-preset-app/node_modules/semver/package.json
index c145eca2..49f691c6 100644
--- a/node_modules/@vue/babel-preset-app/node_modules/semver/package.json
+++ b/node_modules/@vue/babel-preset-app/node_modules/semver/package.json
@@ -1,29 +1,53 @@
{
- "name": "semver",
- "version": "7.5.4",
- "description": "The semantic version parser used by npm.",
- "main": "index.js",
- "scripts": {
- "test": "tap",
- "snap": "tap",
- "lint": "eslint \"**/*.js\"",
- "postlint": "template-oss-check",
- "lintfix": "npm run lint -- --fix",
- "posttest": "npm run lint",
- "template-oss-apply": "template-oss-apply --force"
+ "_args": [
+ [
+ "semver@7.5.4",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "semver@7.5.4",
+ "_id": "semver@7.5.4",
+ "_inBundle": false,
+ "_integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
+ "_location": "/@vue/babel-preset-app/semver",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "semver@7.5.4",
+ "name": "semver",
+ "escapedName": "semver",
+ "rawSpec": "7.5.4",
+ "saveSpec": null,
+ "fetchSpec": "7.5.4"
},
+ "_requiredBy": [
+ "/@vue/babel-preset-app"
+ ],
+ "_resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
+ "_spec": "7.5.4",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "GitHub Inc."
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "bugs": {
+ "url": "https://github.com/npm/node-semver/issues"
+ },
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "description": "The semantic version parser used by npm.",
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.17.0",
"tap": "^16.0.0"
},
- "license": "ISC",
- "repository": {
- "type": "git",
- "url": "https://github.com/npm/node-semver.git"
- },
- "bin": {
- "semver": "bin/semver.js"
+ "engines": {
+ "node": ">=10"
},
"files": [
"bin/",
@@ -36,6 +60,23 @@
"preload.js",
"range.bnf"
],
+ "homepage": "https://github.com/npm/node-semver#readme",
+ "license": "ISC",
+ "main": "index.js",
+ "name": "semver",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/npm/node-semver.git"
+ },
+ "scripts": {
+ "lint": "eslint \"**/*.js\"",
+ "lintfix": "npm run lint -- --fix",
+ "postlint": "template-oss-check",
+ "posttest": "npm run lint",
+ "snap": "tap",
+ "template-oss-apply": "template-oss-apply --force",
+ "test": "tap"
+ },
"tap": {
"timeout": 30,
"coverage-map": "map.js",
@@ -44,13 +85,6 @@
"tap-snapshots/**"
]
},
- "engines": {
- "node": ">=10"
- },
- "dependencies": {
- "lru-cache": "^6.0.0"
- },
- "author": "GitHub Inc.",
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.17.0",
@@ -83,5 +117,6 @@
"/range.bnf"
],
"publish": "true"
- }
+ },
+ "version": "7.5.4"
}
diff --git a/node_modules/@vue/babel-preset-app/node_modules/yallist/package.json b/node_modules/@vue/babel-preset-app/node_modules/yallist/package.json
index 8a083867..192c28ad 100644
--- a/node_modules/@vue/babel-preset-app/node_modules/yallist/package.json
+++ b/node_modules/@vue/babel-preset-app/node_modules/yallist/package.json
@@ -1,8 +1,46 @@
{
- "name": "yallist",
- "version": "4.0.0",
+ "_args": [
+ [
+ "yallist@4.0.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "yallist@4.0.0",
+ "_id": "yallist@4.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "_location": "/@vue/babel-preset-app/yallist",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "yallist@4.0.0",
+ "name": "yallist",
+ "escapedName": "yallist",
+ "rawSpec": "4.0.0",
+ "saveSpec": null,
+ "fetchSpec": "4.0.0"
+ },
+ "_requiredBy": [
+ "/@vue/babel-preset-app/lru-cache"
+ ],
+ "_resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "_spec": "4.0.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
+ "url": "http://blog.izs.me/"
+ },
+ "bugs": {
+ "url": "https://github.com/isaacs/yallist/issues"
+ },
+ "dependencies": {},
"description": "Yet Another Linked List",
- "main": "yallist.js",
+ "devDependencies": {
+ "tap": "^12.1.0"
+ },
"directories": {
"test": "test"
},
@@ -10,20 +48,19 @@
"yallist.js",
"iterator.js"
],
- "dependencies": {},
- "devDependencies": {
- "tap": "^12.1.0"
- },
- "scripts": {
- "test": "tap test/*.js --100",
- "preversion": "npm test",
- "postversion": "npm publish",
- "postpublish": "git push origin --all; git push origin --tags"
- },
+ "homepage": "https://github.com/isaacs/yallist#readme",
+ "license": "ISC",
+ "main": "yallist.js",
+ "name": "yallist",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/yallist.git"
},
- "author": "Isaac Z. Schlueter (http://blog.izs.me/)",
- "license": "ISC"
+ "scripts": {
+ "postpublish": "git push origin --all; git push origin --tags",
+ "postversion": "npm publish",
+ "preversion": "npm test",
+ "test": "tap test/*.js --100"
+ },
+ "version": "4.0.0"
}
diff --git a/node_modules/@vue/babel-preset-app/package.json b/node_modules/@vue/babel-preset-app/package.json
index 55b54192..7664e682 100644
--- a/node_modules/@vue/babel-preset-app/package.json
+++ b/node_modules/@vue/babel-preset-app/package.json
@@ -1,26 +1,40 @@
{
- "name": "@vue/babel-preset-app",
- "version": "5.0.8",
- "description": "babel-preset-app for vue-cli",
- "main": "index.js",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/vue-cli.git",
- "directory": "packages/@vue/babel-preset-app"
- },
- "keywords": [
- "vue",
- "cli"
+ "_args": [
+ [
+ "@vue/babel-preset-app@5.0.8",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
- "author": "Evan You",
- "license": "MIT",
+ "_development": true,
+ "_from": "@vue/babel-preset-app@5.0.8",
+ "_id": "@vue/babel-preset-app@5.0.8",
+ "_inBundle": false,
+ "_integrity": "sha512-yl+5qhpjd8e1G4cMXfORkkBlvtPCIgmRf3IYCWYDKIQ7m+PPa5iTm4feiNmCMD6yGqQWMhhK/7M3oWGL9boKwg==",
+ "_location": "/@vue/babel-preset-app",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/babel-preset-app@5.0.8",
+ "name": "@vue/babel-preset-app",
+ "escapedName": "@vue%2fbabel-preset-app",
+ "scope": "@vue",
+ "rawSpec": "5.0.8",
+ "saveSpec": null,
+ "fetchSpec": "5.0.8"
+ },
+ "_requiredBy": [
+ "/@vue/cli-plugin-babel"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/babel-preset-app/-/babel-preset-app-5.0.8.tgz",
+ "_spec": "5.0.8",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Evan You"
+ },
"bugs": {
"url": "https://github.com/vuejs/vue-cli/issues"
},
- "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/babel-preset-app#readme",
"dependencies": {
"@babel/core": "^7.12.16",
"@babel/helper-compilation-targets": "^7.12.16",
@@ -39,6 +53,16 @@
"core-js-compat": "^3.8.3",
"semver": "^7.3.4"
},
+ "description": "babel-preset-app for vue-cli",
+ "gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb",
+ "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/babel-preset-app#readme",
+ "keywords": [
+ "vue",
+ "cli"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "@vue/babel-preset-app",
"peerDependencies": {
"@babel/core": "*",
"core-js": "^3",
@@ -52,5 +76,13 @@
"optional": true
}
},
- "gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb"
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/vuejs/vue-cli.git",
+ "directory": "packages/@vue/babel-preset-app"
+ },
+ "version": "5.0.8"
}
diff --git a/node_modules/@vue/babel-preset-jsx/package.json b/node_modules/@vue/babel-preset-jsx/package.json
index c4b61384..8f04f923 100644
--- a/node_modules/@vue/babel-preset-jsx/package.json
+++ b/node_modules/@vue/babel-preset-jsx/package.json
@@ -1,19 +1,37 @@
{
- "name": "@vue/babel-preset-jsx",
- "version": "1.4.0",
- "description": "Babel preset for Vue JSX",
- "main": "dist/plugin.cjs.js",
- "repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-preset-jsx",
- "author": "Nick Messing ",
- "license": "MIT",
- "private": false,
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@vue/babel-preset-jsx@1.4.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@vue/babel-preset-jsx@1.4.0",
+ "_id": "@vue/babel-preset-jsx@1.4.0",
+ "_inBundle": false,
+ "_integrity": "sha512-QmfRpssBOPZWL5xw7fOuHNifCQcNQC1PrOo/4fu6xlhlKJJKSA3HqX92Nvgyx8fqHZTUGMPHmFA+IDqwXlqkSA==",
+ "_location": "/@vue/babel-preset-jsx",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/babel-preset-jsx@1.4.0",
+ "name": "@vue/babel-preset-jsx",
+ "escapedName": "@vue%2fbabel-preset-jsx",
+ "scope": "@vue",
+ "rawSpec": "1.4.0",
+ "saveSpec": null,
+ "fetchSpec": "1.4.0"
},
- "files": [],
- "scripts": {
- "build": "rollup -c",
- "prerelease": "yarn build"
+ "_requiredBy": [
+ "/@vue/babel-preset-app"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/babel-preset-jsx/-/babel-preset-jsx-1.4.0.tgz",
+ "_spec": "1.4.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Nick Messing",
+ "email": "dot.nick.dot.messing@gmail.com"
},
"dependencies": {
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
@@ -25,10 +43,16 @@
"@vue/babel-sugar-v-model": "^1.4.0",
"@vue/babel-sugar-v-on": "^1.4.0"
},
+ "description": "Babel preset for Vue JSX",
"devDependencies": {
"rollup": "^0.67.4",
"rollup-plugin-babel-minify": "^6.2.0"
},
+ "files": [],
+ "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008",
+ "license": "MIT",
+ "main": "dist/plugin.cjs.js",
+ "name": "@vue/babel-preset-jsx",
"peerDependencies": {
"@babel/core": "^7.0.0-0",
"vue": "*"
@@ -38,5 +62,17 @@
"optional": true
}
},
- "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008"
+ "private": false,
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/vuejs/jsx/tree/master/packages/babel-preset-jsx"
+ },
+ "scripts": {
+ "build": "rollup -c",
+ "prerelease": "yarn build"
+ },
+ "version": "1.4.0"
}
diff --git a/node_modules/@vue/babel-sugar-composition-api-inject-h/package.json b/node_modules/@vue/babel-sugar-composition-api-inject-h/package.json
index c20ff5ea..c5306c7a 100644
--- a/node_modules/@vue/babel-sugar-composition-api-inject-h/package.json
+++ b/node_modules/@vue/babel-sugar-composition-api-inject-h/package.json
@@ -1,23 +1,42 @@
{
- "name": "@vue/babel-sugar-composition-api-inject-h",
- "version": "1.4.0",
+ "_args": [
+ [
+ "@vue/babel-sugar-composition-api-inject-h@1.4.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@vue/babel-sugar-composition-api-inject-h@1.4.0",
+ "_id": "@vue/babel-sugar-composition-api-inject-h@1.4.0",
+ "_inBundle": false,
+ "_integrity": "sha512-VQq6zEddJHctnG4w3TfmlVp5FzDavUSut/DwR0xVoe/mJKXyMcsIibL42wPntozITEoY90aBV0/1d2KjxHU52g==",
+ "_location": "/@vue/babel-sugar-composition-api-inject-h",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/babel-sugar-composition-api-inject-h@1.4.0",
+ "name": "@vue/babel-sugar-composition-api-inject-h",
+ "escapedName": "@vue%2fbabel-sugar-composition-api-inject-h",
+ "scope": "@vue",
+ "rawSpec": "1.4.0",
+ "saveSpec": null,
+ "fetchSpec": "1.4.0"
+ },
+ "_requiredBy": [
+ "/@vue/babel-preset-jsx"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/babel-sugar-composition-api-inject-h/-/babel-sugar-composition-api-inject-h-1.4.0.tgz",
+ "_spec": "1.4.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "luwanquan",
+ "email": "luwanquan@f-road.com.cn"
+ },
+ "dependencies": {
+ "@babel/plugin-syntax-jsx": "^7.2.0"
+ },
"description": "Babel syntactic sugar for h automatic injection for Vue JSX with @vue/composition-api",
- "main": "dist/plugin.js",
- "repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-composition-api-inject-h",
- "author": "luwanquan ",
- "license": "MIT",
- "private": false,
- "publishConfig": {
- "access": "public"
- },
- "files": [],
- "scripts": {
- "prepublish": "yarn build",
- "build": "rollup -c",
- "build:test": "rollup -c rollup.config.testing.js",
- "pretest": "yarn build:test",
- "test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js"
- },
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
@@ -30,17 +49,34 @@
"rollup-plugin-uglify-es": "^0.0.1",
"vue": "^2.5.17"
},
- "dependencies": {
- "@babel/plugin-syntax-jsx": "^7.2.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "files": [],
+ "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008",
+ "license": "MIT",
+ "main": "dist/plugin.js",
+ "name": "@vue/babel-sugar-composition-api-inject-h",
"nyc": {
"exclude": [
"dist",
"test"
]
},
- "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008"
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "private": false,
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-composition-api-inject-h"
+ },
+ "scripts": {
+ "build": "rollup -c",
+ "build:test": "rollup -c rollup.config.testing.js",
+ "prepublish": "yarn build",
+ "pretest": "yarn build:test",
+ "test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js"
+ },
+ "version": "1.4.0"
}
diff --git a/node_modules/@vue/babel-sugar-composition-api-render-instance/package.json b/node_modules/@vue/babel-sugar-composition-api-render-instance/package.json
index a2250ae4..000ae987 100644
--- a/node_modules/@vue/babel-sugar-composition-api-render-instance/package.json
+++ b/node_modules/@vue/babel-sugar-composition-api-render-instance/package.json
@@ -1,23 +1,42 @@
{
- "name": "@vue/babel-sugar-composition-api-render-instance",
- "version": "1.4.0",
+ "_args": [
+ [
+ "@vue/babel-sugar-composition-api-render-instance@1.4.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@vue/babel-sugar-composition-api-render-instance@1.4.0",
+ "_id": "@vue/babel-sugar-composition-api-render-instance@1.4.0",
+ "_inBundle": false,
+ "_integrity": "sha512-6ZDAzcxvy7VcnCjNdHJ59mwK02ZFuP5CnucloidqlZwVQv5CQLijc3lGpR7MD3TWFi78J7+a8J56YxbCtHgT9Q==",
+ "_location": "/@vue/babel-sugar-composition-api-render-instance",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/babel-sugar-composition-api-render-instance@1.4.0",
+ "name": "@vue/babel-sugar-composition-api-render-instance",
+ "escapedName": "@vue%2fbabel-sugar-composition-api-render-instance",
+ "scope": "@vue",
+ "rawSpec": "1.4.0",
+ "saveSpec": null,
+ "fetchSpec": "1.4.0"
+ },
+ "_requiredBy": [
+ "/@vue/babel-preset-jsx"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/babel-sugar-composition-api-render-instance/-/babel-sugar-composition-api-render-instance-1.4.0.tgz",
+ "_spec": "1.4.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "luwanquan",
+ "email": "luwanquan@f-road.com.cn"
+ },
+ "dependencies": {
+ "@babel/plugin-syntax-jsx": "^7.2.0"
+ },
"description": "Babel syntactic sugar for replaceing `this` with `getCurrentInstance()` in Vue JSX with @vue/composition-api",
- "main": "dist/plugin.js",
- "repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-composition-api-render-instance",
- "author": "luwanquan ",
- "license": "MIT",
- "private": false,
- "publishConfig": {
- "access": "public"
- },
- "files": [],
- "scripts": {
- "prepublish": "yarn build",
- "build": "rollup -c",
- "build:test": "rollup -c rollup.config.testing.js",
- "pretest": "yarn build:test && cd ../babel-sugar-v-model && yarn build:test",
- "test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js"
- },
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
@@ -30,17 +49,34 @@
"rollup-plugin-uglify-es": "^0.0.1",
"vue": "^2.5.17"
},
- "dependencies": {
- "@babel/plugin-syntax-jsx": "^7.2.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "files": [],
+ "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008",
+ "license": "MIT",
+ "main": "dist/plugin.js",
+ "name": "@vue/babel-sugar-composition-api-render-instance",
"nyc": {
"exclude": [
"dist",
"test"
]
},
- "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008"
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "private": false,
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-composition-api-render-instance"
+ },
+ "scripts": {
+ "build": "rollup -c",
+ "build:test": "rollup -c rollup.config.testing.js",
+ "prepublish": "yarn build",
+ "pretest": "yarn build:test && cd ../babel-sugar-v-model && yarn build:test",
+ "test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js"
+ },
+ "version": "1.4.0"
}
diff --git a/node_modules/@vue/babel-sugar-functional-vue/package.json b/node_modules/@vue/babel-sugar-functional-vue/package.json
index 5deaaf98..08d61e39 100644
--- a/node_modules/@vue/babel-sugar-functional-vue/package.json
+++ b/node_modules/@vue/babel-sugar-functional-vue/package.json
@@ -1,23 +1,42 @@
{
- "name": "@vue/babel-sugar-functional-vue",
- "version": "1.4.0",
+ "_args": [
+ [
+ "@vue/babel-sugar-functional-vue@1.4.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@vue/babel-sugar-functional-vue@1.4.0",
+ "_id": "@vue/babel-sugar-functional-vue@1.4.0",
+ "_inBundle": false,
+ "_integrity": "sha512-lTEB4WUFNzYt2In6JsoF9sAYVTo84wC4e+PoZWSgM6FUtqRJz7wMylaEhSRgG71YF+wfLD6cc9nqVeXN2rwBvw==",
+ "_location": "/@vue/babel-sugar-functional-vue",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/babel-sugar-functional-vue@1.4.0",
+ "name": "@vue/babel-sugar-functional-vue",
+ "escapedName": "@vue%2fbabel-sugar-functional-vue",
+ "scope": "@vue",
+ "rawSpec": "1.4.0",
+ "saveSpec": null,
+ "fetchSpec": "1.4.0"
+ },
+ "_requiredBy": [
+ "/@vue/babel-preset-jsx"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.4.0.tgz",
+ "_spec": "1.4.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Nick Messing",
+ "email": "dot.nick.dot.messing@gmail.com"
+ },
+ "dependencies": {
+ "@babel/plugin-syntax-jsx": "^7.2.0"
+ },
"description": "Babel syntactic sugar for functional components",
- "main": "dist/plugin.js",
- "repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-functional-vue",
- "author": "Nick Messing ",
- "license": "MIT",
- "private": false,
- "publishConfig": {
- "access": "public"
- },
- "files": [],
- "scripts": {
- "prepublish": "yarn build",
- "build": "rollup -c",
- "build:test": "rollup -c rollup.config.testing.js",
- "pretest": "yarn build:test && cd ../babel-plugin-transform-vue-jsx && yarn build:test",
- "test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js"
- },
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
@@ -30,17 +49,34 @@
"rollup-plugin-istanbul": "^2.0.1",
"vue": "^2.5.17"
},
- "dependencies": {
- "@babel/plugin-syntax-jsx": "^7.2.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "files": [],
+ "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008",
+ "license": "MIT",
+ "main": "dist/plugin.js",
+ "name": "@vue/babel-sugar-functional-vue",
"nyc": {
"exclude": [
"dist",
"test"
]
},
- "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008"
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "private": false,
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-functional-vue"
+ },
+ "scripts": {
+ "build": "rollup -c",
+ "build:test": "rollup -c rollup.config.testing.js",
+ "prepublish": "yarn build",
+ "pretest": "yarn build:test && cd ../babel-plugin-transform-vue-jsx && yarn build:test",
+ "test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js"
+ },
+ "version": "1.4.0"
}
diff --git a/node_modules/@vue/babel-sugar-inject-h/package.json b/node_modules/@vue/babel-sugar-inject-h/package.json
index d9815c5e..64e583ec 100644
--- a/node_modules/@vue/babel-sugar-inject-h/package.json
+++ b/node_modules/@vue/babel-sugar-inject-h/package.json
@@ -1,23 +1,42 @@
{
- "name": "@vue/babel-sugar-inject-h",
- "version": "1.4.0",
+ "_args": [
+ [
+ "@vue/babel-sugar-inject-h@1.4.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@vue/babel-sugar-inject-h@1.4.0",
+ "_id": "@vue/babel-sugar-inject-h@1.4.0",
+ "_inBundle": false,
+ "_integrity": "sha512-muwWrPKli77uO2fFM7eA3G1lAGnERuSz2NgAxuOLzrsTlQl8W4G+wwbM4nB6iewlKbwKRae3nL03UaF5ffAPMA==",
+ "_location": "/@vue/babel-sugar-inject-h",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/babel-sugar-inject-h@1.4.0",
+ "name": "@vue/babel-sugar-inject-h",
+ "escapedName": "@vue%2fbabel-sugar-inject-h",
+ "scope": "@vue",
+ "rawSpec": "1.4.0",
+ "saveSpec": null,
+ "fetchSpec": "1.4.0"
+ },
+ "_requiredBy": [
+ "/@vue/babel-preset-jsx"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.4.0.tgz",
+ "_spec": "1.4.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Nick Messing",
+ "email": "dot.nick.dot.messing@gmail.com"
+ },
+ "dependencies": {
+ "@babel/plugin-syntax-jsx": "^7.2.0"
+ },
"description": "Babel syntactic sugar for h automatic injection for Vue JSX",
- "main": "dist/plugin.js",
- "repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-inject-h",
- "author": "Nick Messing ",
- "license": "MIT",
- "private": false,
- "publishConfig": {
- "access": "public"
- },
- "files": [],
- "scripts": {
- "prepublish": "yarn build",
- "build": "rollup -c",
- "build:test": "rollup -c rollup.config.testing.js",
- "pretest": "yarn build:test && cd ../babel-plugin-transform-vue-jsx && yarn build:test",
- "test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js"
- },
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
@@ -30,17 +49,34 @@
"rollup-plugin-uglify-es": "^0.0.1",
"vue": "^2.5.17"
},
- "dependencies": {
- "@babel/plugin-syntax-jsx": "^7.2.0"
- },
- "peerDependencies": {
- "@babel/core": "^7.0.0-0"
- },
+ "files": [],
+ "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008",
+ "license": "MIT",
+ "main": "dist/plugin.js",
+ "name": "@vue/babel-sugar-inject-h",
"nyc": {
"exclude": [
"dist",
"test"
]
},
- "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008"
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "private": false,
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-inject-h"
+ },
+ "scripts": {
+ "build": "rollup -c",
+ "build:test": "rollup -c rollup.config.testing.js",
+ "prepublish": "yarn build",
+ "pretest": "yarn build:test && cd ../babel-plugin-transform-vue-jsx && yarn build:test",
+ "test": "nyc --reporter=html --reporter=text-summary ava -v test/test.js"
+ },
+ "version": "1.4.0"
}
diff --git a/node_modules/@vue/babel-sugar-v-model/node_modules/camelcase/package.json b/node_modules/@vue/babel-sugar-v-model/node_modules/camelcase/package.json
index fbdbaaa7..cc2372ac 100644
--- a/node_modules/@vue/babel-sugar-v-model/node_modules/camelcase/package.json
+++ b/node_modules/@vue/babel-sugar-v-model/node_modules/camelcase/package.json
@@ -1,43 +1,79 @@
{
- "name": "camelcase",
- "version": "5.3.1",
- "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
- "license": "MIT",
- "repository": "sindresorhus/camelcase",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=6"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "keywords": [
- "camelcase",
- "camel-case",
- "camel",
- "case",
- "dash",
- "hyphen",
- "dot",
- "underscore",
- "separator",
- "string",
- "text",
- "convert",
- "pascalcase",
- "pascal-case"
- ],
- "devDependencies": {
- "ava": "^1.4.1",
- "tsd": "^0.7.1",
- "xo": "^0.24.0"
- }
+ "_args": [
+ [
+ "camelcase@5.3.1",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "camelcase@5.3.1",
+ "_id": "camelcase@5.3.1",
+ "_inBundle": false,
+ "_integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "_location": "/@vue/babel-sugar-v-model/camelcase",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "camelcase@5.3.1",
+ "name": "camelcase",
+ "escapedName": "camelcase",
+ "rawSpec": "5.3.1",
+ "saveSpec": null,
+ "fetchSpec": "5.3.1"
+ },
+ "_requiredBy": [
+ "/@vue/babel-sugar-v-model"
+ ],
+ "_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "_spec": "5.3.1",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/camelcase/issues"
+ },
+ "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
+ "devDependencies": {
+ "ava": "^1.4.1",
+ "tsd": "^0.7.1",
+ "xo": "^0.24.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "files": [
+ "index.js",
+ "index.d.ts"
+ ],
+ "homepage": "https://github.com/sindresorhus/camelcase#readme",
+ "keywords": [
+ "camelcase",
+ "camel-case",
+ "camel",
+ "case",
+ "dash",
+ "hyphen",
+ "dot",
+ "underscore",
+ "separator",
+ "string",
+ "text",
+ "convert",
+ "pascalcase",
+ "pascal-case"
+ ],
+ "license": "MIT",
+ "name": "camelcase",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/camelcase.git"
+ },
+ "scripts": {
+ "test": "xo && ava && tsd"
+ },
+ "version": "5.3.1"
}
diff --git a/node_modules/@vue/babel-sugar-v-model/node_modules/html-tags/package.json b/node_modules/@vue/babel-sugar-v-model/node_modules/html-tags/package.json
index 9c6ee992..56eb0250 100644
--- a/node_modules/@vue/babel-sugar-v-model/node_modules/html-tags/package.json
+++ b/node_modules/@vue/babel-sugar-v-model/node_modules/html-tags/package.json
@@ -1,26 +1,56 @@
{
- "name": "html-tags",
- "version": "2.0.0",
- "description": "List of standard HTML tags",
- "license": "MIT",
- "repository": "sindresorhus/html-tags",
+ "_args": [
+ [
+ "html-tags@2.0.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "html-tags@2.0.0",
+ "_id": "html-tags@2.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-+Il6N8cCo2wB/Vd3gqy/8TZhTD3QvcVeQLCnZiGkGCH3JP28IgGAY41giccp2W4R3jfyJPAP318FQTa1yU7K7g==",
+ "_location": "/@vue/babel-sugar-v-model/html-tags",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "html-tags@2.0.0",
+ "name": "html-tags",
+ "escapedName": "html-tags",
+ "rawSpec": "2.0.0",
+ "saveSpec": null,
+ "fetchSpec": "2.0.0"
+ },
+ "_requiredBy": [
+ "/@vue/babel-sugar-v-model"
+ ],
+ "_resolved": "https://registry.npmjs.org/html-tags/-/html-tags-2.0.0.tgz",
+ "_spec": "2.0.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
+ "bugs": {
+ "url": "https://github.com/sindresorhus/html-tags/issues"
+ },
+ "description": "List of standard HTML tags",
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ },
"engines": {
"node": ">=4"
},
- "scripts": {
- "test": "xo && ava"
- },
"files": [
"index.js",
"void.js",
"html-tags.json",
"html-tags-void.json"
],
+ "homepage": "https://github.com/sindresorhus/html-tags#readme",
"keywords": [
"html",
"html5",
@@ -32,8 +62,14 @@
"void",
"self-closing"
],
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- }
+ "license": "MIT",
+ "name": "html-tags",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/html-tags.git"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "2.0.0"
}
diff --git a/node_modules/@vue/babel-sugar-v-model/package.json b/node_modules/@vue/babel-sugar-v-model/package.json
index 3b95bd3f..be25683c 100644
--- a/node_modules/@vue/babel-sugar-v-model/package.json
+++ b/node_modules/@vue/babel-sugar-v-model/package.json
@@ -1,27 +1,47 @@
{
- "name": "@vue/babel-sugar-v-model",
- "version": "1.4.0",
+ "_args": [
+ [
+ "@vue/babel-sugar-v-model@1.4.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@vue/babel-sugar-v-model@1.4.0",
+ "_id": "@vue/babel-sugar-v-model@1.4.0",
+ "_inBundle": false,
+ "_integrity": "sha512-0t4HGgXb7WHYLBciZzN5s0Hzqan4Ue+p/3FdQdcaHAb7s5D9WZFGoSxEZHrR1TFVZlAPu1bejTKGeAzaaG3NCQ==",
+ "_location": "/@vue/babel-sugar-v-model",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/babel-sugar-v-model@1.4.0",
+ "name": "@vue/babel-sugar-v-model",
+ "escapedName": "@vue%2fbabel-sugar-v-model",
+ "scope": "@vue",
+ "rawSpec": "1.4.0",
+ "saveSpec": null,
+ "fetchSpec": "1.4.0"
+ },
+ "_requiredBy": [
+ "/@vue/babel-preset-jsx"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.4.0.tgz",
+ "_spec": "1.4.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Nick Messing",
+ "email": "dot.nick.dot.messing@gmail.com"
+ },
+ "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"
+ },
"description": "Babel syntactic sugar for v-model support in Vue JSX",
- "main": "dist/plugin.js",
- "repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-model",
- "author": "Nick Messing ",
- "license": "MIT",
- "private": false,
- "publishConfig": {
- "access": "public"
- },
- "files": [],
- "scripts": {
- "pretest:snapshot": "yarn build:test",
- "test:snapshot": "nyc --reporter=html --reporter=text-summary ava -v test/snapshot.js",
- "build:dependency": "cd ../babel-plugin-transform-vue-jsx && yarn build",
- "pretest:functional": "yarn build:dependency && yarn build:test && nyc --reporter=html --reporter=text-summary babel test/functional.js --plugins ./dist/plugin.testing.js,../babel-plugin-transform-vue-jsx/dist/plugin.js,@babel/plugin-transform-arrow-functions --out-file test/functional-compiled.js",
- "test:functional": "ava -v test/functional-compiled.js",
- "build": "rollup -c",
- "build:test": "rollup -c rollup.config.testing.js",
- "test": "rm -rf coverage* && yarn test:snapshot && mv coverage coverage-snapshot && yarn test:functional && mv coverage coverage-functional",
- "prepublish": "yarn build"
- },
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
@@ -39,22 +59,38 @@
"vue": "^2.5.17",
"vue-template-compiler": "^2.5.17"
},
- "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"
- },
+ "files": [],
+ "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008",
+ "license": "MIT",
+ "main": "dist/plugin.js",
+ "name": "@vue/babel-sugar-v-model",
"nyc": {
"exclude": [
"dist",
"test"
]
},
- "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008"
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "private": false,
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-model"
+ },
+ "scripts": {
+ "build": "rollup -c",
+ "build:dependency": "cd ../babel-plugin-transform-vue-jsx && yarn build",
+ "build:test": "rollup -c rollup.config.testing.js",
+ "prepublish": "yarn build",
+ "pretest:functional": "yarn build:dependency && yarn build:test && nyc --reporter=html --reporter=text-summary babel test/functional.js --plugins ./dist/plugin.testing.js,../babel-plugin-transform-vue-jsx/dist/plugin.js,@babel/plugin-transform-arrow-functions --out-file test/functional-compiled.js",
+ "pretest:snapshot": "yarn build:test",
+ "test": "rm -rf coverage* && yarn test:snapshot && mv coverage coverage-snapshot && yarn test:functional && mv coverage coverage-functional",
+ "test:functional": "ava -v test/functional-compiled.js",
+ "test:snapshot": "nyc --reporter=html --reporter=text-summary ava -v test/snapshot.js"
+ },
+ "version": "1.4.0"
}
diff --git a/node_modules/@vue/babel-sugar-v-on/node_modules/camelcase/package.json b/node_modules/@vue/babel-sugar-v-on/node_modules/camelcase/package.json
index fbdbaaa7..333d975c 100644
--- a/node_modules/@vue/babel-sugar-v-on/node_modules/camelcase/package.json
+++ b/node_modules/@vue/babel-sugar-v-on/node_modules/camelcase/package.json
@@ -1,43 +1,79 @@
{
- "name": "camelcase",
- "version": "5.3.1",
- "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
- "license": "MIT",
- "repository": "sindresorhus/camelcase",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=6"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "keywords": [
- "camelcase",
- "camel-case",
- "camel",
- "case",
- "dash",
- "hyphen",
- "dot",
- "underscore",
- "separator",
- "string",
- "text",
- "convert",
- "pascalcase",
- "pascal-case"
- ],
- "devDependencies": {
- "ava": "^1.4.1",
- "tsd": "^0.7.1",
- "xo": "^0.24.0"
- }
+ "_args": [
+ [
+ "camelcase@5.3.1",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "camelcase@5.3.1",
+ "_id": "camelcase@5.3.1",
+ "_inBundle": false,
+ "_integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "_location": "/@vue/babel-sugar-v-on/camelcase",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "camelcase@5.3.1",
+ "name": "camelcase",
+ "escapedName": "camelcase",
+ "rawSpec": "5.3.1",
+ "saveSpec": null,
+ "fetchSpec": "5.3.1"
+ },
+ "_requiredBy": [
+ "/@vue/babel-sugar-v-on"
+ ],
+ "_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "_spec": "5.3.1",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/camelcase/issues"
+ },
+ "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
+ "devDependencies": {
+ "ava": "^1.4.1",
+ "tsd": "^0.7.1",
+ "xo": "^0.24.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "files": [
+ "index.js",
+ "index.d.ts"
+ ],
+ "homepage": "https://github.com/sindresorhus/camelcase#readme",
+ "keywords": [
+ "camelcase",
+ "camel-case",
+ "camel",
+ "case",
+ "dash",
+ "hyphen",
+ "dot",
+ "underscore",
+ "separator",
+ "string",
+ "text",
+ "convert",
+ "pascalcase",
+ "pascal-case"
+ ],
+ "license": "MIT",
+ "name": "camelcase",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/camelcase.git"
+ },
+ "scripts": {
+ "test": "xo && ava && tsd"
+ },
+ "version": "5.3.1"
}
diff --git a/node_modules/@vue/babel-sugar-v-on/package.json b/node_modules/@vue/babel-sugar-v-on/package.json
index f9248c37..69470601 100644
--- a/node_modules/@vue/babel-sugar-v-on/package.json
+++ b/node_modules/@vue/babel-sugar-v-on/package.json
@@ -1,27 +1,44 @@
{
- "name": "@vue/babel-sugar-v-on",
- "version": "1.4.0",
+ "_args": [
+ [
+ "@vue/babel-sugar-v-on@1.4.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@vue/babel-sugar-v-on@1.4.0",
+ "_id": "@vue/babel-sugar-v-on@1.4.0",
+ "_inBundle": false,
+ "_integrity": "sha512-m+zud4wKLzSKgQrWwhqRObWzmTuyzl6vOP7024lrpeJM4x2UhQtRDLgYjXAw9xBXjCwS0pP9kXjg91F9ZNo9JA==",
+ "_location": "/@vue/babel-sugar-v-on",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/babel-sugar-v-on@1.4.0",
+ "name": "@vue/babel-sugar-v-on",
+ "escapedName": "@vue%2fbabel-sugar-v-on",
+ "scope": "@vue",
+ "rawSpec": "1.4.0",
+ "saveSpec": null,
+ "fetchSpec": "1.4.0"
+ },
+ "_requiredBy": [
+ "/@vue/babel-preset-jsx"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.4.0.tgz",
+ "_spec": "1.4.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Nick Messing",
+ "email": "dot.nick.dot.messing@gmail.com"
+ },
+ "dependencies": {
+ "@babel/plugin-syntax-jsx": "^7.2.0",
+ "@vue/babel-plugin-transform-vue-jsx": "^1.4.0",
+ "camelcase": "^5.0.0"
+ },
"description": "Babel syntactic sugar for v-model support in Vue JSX",
- "main": "dist/plugin.js",
- "repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-on",
- "author": "Nick Messing ",
- "license": "MIT",
- "private": false,
- "publishConfig": {
- "access": "public"
- },
- "files": [],
- "scripts": {
- "pretest:snapshot": "yarn build:test",
- "test:snapshot": "nyc --reporter=html --reporter=text-summary ava -v test/snapshot.js",
- "build:dependency": "cd ../babel-plugin-transform-vue-jsx && yarn build",
- "pretest:functional": "yarn build:dependency && yarn build:test && nyc --reporter=html --reporter=text-summary babel test/functional.js --plugins ./dist/plugin.testing.js,../babel-plugin-transform-vue-jsx/dist/plugin.js,@babel/plugin-transform-arrow-functions --out-file test/functional-compiled.js",
- "test:functional": "ava -v test/functional-compiled.js",
- "build": "rollup -c",
- "build:test": "rollup -c rollup.config.testing.js",
- "test": "rm -rf coverage* && yarn test:snapshot && mv coverage coverage-snapshot && yarn test:functional && mv coverage coverage-functional",
- "prepublish": "yarn build"
- },
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
@@ -40,19 +57,38 @@
"vue": "^2.5.17",
"vue-template-compiler": "^2.5.17"
},
- "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"
- },
+ "files": [],
+ "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008",
+ "license": "MIT",
+ "main": "dist/plugin.js",
+ "name": "@vue/babel-sugar-v-on",
"nyc": {
"exclude": [
"dist",
"test"
]
},
- "gitHead": "6566e12067f5d6c02d3849b574a1b84de5634008"
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ },
+ "private": false,
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-v-on"
+ },
+ "scripts": {
+ "build": "rollup -c",
+ "build:dependency": "cd ../babel-plugin-transform-vue-jsx && yarn build",
+ "build:test": "rollup -c rollup.config.testing.js",
+ "prepublish": "yarn build",
+ "pretest:functional": "yarn build:dependency && yarn build:test && nyc --reporter=html --reporter=text-summary babel test/functional.js --plugins ./dist/plugin.testing.js,../babel-plugin-transform-vue-jsx/dist/plugin.js,@babel/plugin-transform-arrow-functions --out-file test/functional-compiled.js",
+ "pretest:snapshot": "yarn build:test",
+ "test": "rm -rf coverage* && yarn test:snapshot && mv coverage coverage-snapshot && yarn test:functional && mv coverage coverage-functional",
+ "test:functional": "ava -v test/functional-compiled.js",
+ "test:snapshot": "nyc --reporter=html --reporter=text-summary ava -v test/snapshot.js"
+ },
+ "version": "1.4.0"
}
diff --git a/node_modules/@vue/cli-overlay/package.json b/node_modules/@vue/cli-overlay/package.json
index 06778fbb..b54ecf0f 100644
--- a/node_modules/@vue/cli-overlay/package.json
+++ b/node_modules/@vue/cli-overlay/package.json
@@ -1,29 +1,61 @@
{
- "name": "@vue/cli-overlay",
- "version": "5.0.8",
+ "_args": [
+ [
+ "@vue/cli-overlay@5.0.8",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@vue/cli-overlay@5.0.8",
+ "_id": "@vue/cli-overlay@5.0.8",
+ "_inBundle": false,
+ "_integrity": "sha512-KmtievE/B4kcXp6SuM2gzsnSd8WebkQpg3XaB6GmFh1BJGRqa1UiW9up7L/Q67uOdTigHxr5Ar2lZms4RcDjwQ==",
+ "_location": "/@vue/cli-overlay",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/cli-overlay@5.0.8",
+ "name": "@vue/cli-overlay",
+ "escapedName": "@vue%2fcli-overlay",
+ "scope": "@vue",
+ "rawSpec": "5.0.8",
+ "saveSpec": null,
+ "fetchSpec": "5.0.8"
+ },
+ "_requiredBy": [
+ "/@vue/cli-service"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/cli-overlay/-/cli-overlay-5.0.8.tgz",
+ "_spec": "5.0.8",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Evan You"
+ },
+ "bugs": {
+ "url": "https://github.com/vuejs/vue-cli/issues"
+ },
"description": "error overlay & dev server middleware for vue-cli",
- "main": "dist/client.js",
"files": [
"dist"
],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/vue-cli.git",
- "directory": "packages/@vue/cli-overlay"
- },
+ "gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb",
+ "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-overlay#readme",
"keywords": [
"vue",
"cli",
"cli-overlay"
],
- "author": "Evan You",
"license": "MIT",
- "bugs": {
- "url": "https://github.com/vuejs/vue-cli/issues"
- },
- "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-overlay#readme",
+ "main": "dist/client.js",
+ "name": "@vue/cli-overlay",
"publishConfig": {
"access": "public"
},
- "gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb"
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/vuejs/vue-cli.git",
+ "directory": "packages/@vue/cli-overlay"
+ },
+ "version": "5.0.8"
}
diff --git a/node_modules/@vue/cli-plugin-babel/package.json b/node_modules/@vue/cli-plugin-babel/package.json
index 915a4622..0aa1389d 100644
--- a/node_modules/@vue/cli-plugin-babel/package.json
+++ b/node_modules/@vue/cli-plugin-babel/package.json
@@ -1,24 +1,40 @@
{
- "name": "@vue/cli-plugin-babel",
- "version": "5.0.8",
- "description": "babel plugin for vue-cli",
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/vue-cli.git",
- "directory": "packages/@vue/cli-plugin-babel"
- },
- "keywords": [
- "vue",
- "cli",
- "babel"
+ "_args": [
+ [
+ "@vue/cli-plugin-babel@5.0.8",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
- "author": "Evan You",
- "license": "MIT",
+ "_development": true,
+ "_from": "@vue/cli-plugin-babel@5.0.8",
+ "_id": "@vue/cli-plugin-babel@5.0.8",
+ "_inBundle": false,
+ "_integrity": "sha512-a4qqkml3FAJ3auqB2kN2EMPocb/iu0ykeELwed+9B1c1nQ1HKgslKMHMPavYx3Cd/QAx2mBD4hwKBqZXEI/CsQ==",
+ "_location": "/@vue/cli-plugin-babel",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/cli-plugin-babel@5.0.8",
+ "name": "@vue/cli-plugin-babel",
+ "escapedName": "@vue%2fcli-plugin-babel",
+ "scope": "@vue",
+ "rawSpec": "5.0.8",
+ "saveSpec": null,
+ "fetchSpec": "5.0.8"
+ },
+ "_requiredBy": [
+ "#DEV:/"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/cli-plugin-babel/-/cli-plugin-babel-5.0.8.tgz",
+ "_spec": "5.0.8",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Evan You"
+ },
"bugs": {
"url": "https://github.com/vuejs/vue-cli/issues"
},
- "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
"dependencies": {
"@babel/core": "^7.12.16",
"@vue/babel-preset-app": "^5.0.8",
@@ -27,15 +43,31 @@
"thread-loader": "^3.0.0",
"webpack": "^5.54.0"
},
- "peerDependencies": {
- "@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0"
- },
+ "description": "babel plugin for vue-cli",
"devDependencies": {
"@babel/preset-env": "^7.12.16",
"jscodeshift": "^0.13.0"
},
+ "gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb",
+ "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
+ "keywords": [
+ "vue",
+ "cli",
+ "babel"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "@vue/cli-plugin-babel",
+ "peerDependencies": {
+ "@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0"
+ },
"publishConfig": {
"access": "public"
},
- "gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb"
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/vuejs/vue-cli.git",
+ "directory": "packages/@vue/cli-plugin-babel"
+ },
+ "version": "5.0.8"
}
diff --git a/node_modules/@vue/cli-plugin-eslint/package.json b/node_modules/@vue/cli-plugin-eslint/package.json
index 24ce1594..022aea63 100644
--- a/node_modules/@vue/cli-plugin-eslint/package.json
+++ b/node_modules/@vue/cli-plugin-eslint/package.json
@@ -1,27 +1,40 @@
{
- "name": "@vue/cli-plugin-eslint",
- "version": "5.0.8",
- "description": "eslint plugin for vue-cli",
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/vue-cli.git",
- "directory": "packages/@vue/cli-plugin-eslint"
- },
- "keywords": [
- "vue",
- "cli",
- "eslint"
+ "_args": [
+ [
+ "@vue/cli-plugin-eslint@5.0.8",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
- "author": "Evan You",
- "license": "MIT",
+ "_development": true,
+ "_from": "@vue/cli-plugin-eslint@5.0.8",
+ "_id": "@vue/cli-plugin-eslint@5.0.8",
+ "_inBundle": false,
+ "_integrity": "sha512-d11+I5ONYaAPW1KyZj9GlrV/E6HZePq5L5eAF5GgoVdu6sxr6bDgEoxzhcS1Pk2eh8rn1MxG/FyyR+eCBj/CNg==",
+ "_location": "/@vue/cli-plugin-eslint",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/cli-plugin-eslint@5.0.8",
+ "name": "@vue/cli-plugin-eslint",
+ "escapedName": "@vue%2fcli-plugin-eslint",
+ "scope": "@vue",
+ "rawSpec": "5.0.8",
+ "saveSpec": null,
+ "fetchSpec": "5.0.8"
+ },
+ "_requiredBy": [
+ "#DEV:/"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/cli-plugin-eslint/-/cli-plugin-eslint-5.0.8.tgz",
+ "_spec": "5.0.8",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Evan You"
+ },
"bugs": {
"url": "https://github.com/vuejs/vue-cli/issues"
},
- "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-eslint#readme",
- "publishConfig": {
- "access": "public"
- },
"dependencies": {
"@vue/cli-shared-utils": "^5.0.8",
"eslint-webpack-plugin": "^3.1.0",
@@ -29,9 +42,28 @@
"webpack": "^5.54.0",
"yorkie": "^2.0.0"
},
+ "description": "eslint plugin for vue-cli",
+ "gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb",
+ "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-eslint#readme",
+ "keywords": [
+ "vue",
+ "cli",
+ "eslint"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "@vue/cli-plugin-eslint",
"peerDependencies": {
"@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0",
"eslint": ">=7.5.0"
},
- "gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb"
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/vuejs/vue-cli.git",
+ "directory": "packages/@vue/cli-plugin-eslint"
+ },
+ "version": "5.0.8"
}
diff --git a/node_modules/@vue/cli-plugin-router/package.json b/node_modules/@vue/cli-plugin-router/package.json
index 563625c5..9a5cc6dd 100644
--- a/node_modules/@vue/cli-plugin-router/package.json
+++ b/node_modules/@vue/cli-plugin-router/package.json
@@ -1,35 +1,67 @@
{
- "name": "@vue/cli-plugin-router",
- "version": "5.0.8",
- "description": "router plugin for vue-cli",
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/vue-cli.git",
- "directory": "packages/@vue/cli-plugin-router"
+ "_args": [
+ [
+ "@vue/cli-plugin-router@5.0.8",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@vue/cli-plugin-router@5.0.8",
+ "_id": "@vue/cli-plugin-router@5.0.8",
+ "_inBundle": false,
+ "_integrity": "sha512-Gmv4dsGdAsWPqVijz3Ux2OS2HkMrWi1ENj2cYL75nUeL+Xj5HEstSqdtfZ0b1q9NCce+BFB6QnHfTBXc/fCvMg==",
+ "_location": "/@vue/cli-plugin-router",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/cli-plugin-router@5.0.8",
+ "name": "@vue/cli-plugin-router",
+ "escapedName": "@vue%2fcli-plugin-router",
+ "scope": "@vue",
+ "rawSpec": "5.0.8",
+ "saveSpec": null,
+ "fetchSpec": "5.0.8"
},
+ "_requiredBy": [
+ "/@vue/cli-service"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/cli-plugin-router/-/cli-plugin-router-5.0.8.tgz",
+ "_spec": "5.0.8",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Evan You"
+ },
+ "bugs": {
+ "url": "https://github.com/vuejs/vue-cli/issues"
+ },
+ "dependencies": {
+ "@vue/cli-shared-utils": "^5.0.8"
+ },
+ "description": "router plugin for vue-cli",
+ "devDependencies": {
+ "@vue/cli-test-utils": "^5.0.8"
+ },
+ "gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb",
+ "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-router#readme",
"keywords": [
"vue",
"cli",
"router"
],
- "author": "Evan You",
"license": "MIT",
- "bugs": {
- "url": "https://github.com/vuejs/vue-cli/issues"
- },
- "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-router#readme",
- "publishConfig": {
- "access": "public"
- },
- "dependencies": {
- "@vue/cli-shared-utils": "^5.0.8"
- },
- "devDependencies": {
- "@vue/cli-test-utils": "^5.0.8"
- },
+ "main": "index.js",
+ "name": "@vue/cli-plugin-router",
"peerDependencies": {
"@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0"
},
- "gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb"
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/vuejs/vue-cli.git",
+ "directory": "packages/@vue/cli-plugin-router"
+ },
+ "version": "5.0.8"
}
diff --git a/node_modules/@vue/cli-plugin-vuex/package.json b/node_modules/@vue/cli-plugin-vuex/package.json
index 74b287a5..5436e8cb 100644
--- a/node_modules/@vue/cli-plugin-vuex/package.json
+++ b/node_modules/@vue/cli-plugin-vuex/package.json
@@ -1,32 +1,64 @@
{
- "name": "@vue/cli-plugin-vuex",
- "version": "5.0.8",
- "description": "Vuex plugin for vue-cli",
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/vue-cli.git",
- "directory": "packages/@vue/cli-plugin-vuex"
+ "_args": [
+ [
+ "@vue/cli-plugin-vuex@5.0.8",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@vue/cli-plugin-vuex@5.0.8",
+ "_id": "@vue/cli-plugin-vuex@5.0.8",
+ "_inBundle": false,
+ "_integrity": "sha512-HSYWPqrunRE5ZZs8kVwiY6oWcn95qf/OQabwLfprhdpFWAGtLStShjsGED2aDpSSeGAskQETrtR/5h7VqgIlBA==",
+ "_location": "/@vue/cli-plugin-vuex",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/cli-plugin-vuex@5.0.8",
+ "name": "@vue/cli-plugin-vuex",
+ "escapedName": "@vue%2fcli-plugin-vuex",
+ "scope": "@vue",
+ "rawSpec": "5.0.8",
+ "saveSpec": null,
+ "fetchSpec": "5.0.8"
},
+ "_requiredBy": [
+ "/@vue/cli-service"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/cli-plugin-vuex/-/cli-plugin-vuex-5.0.8.tgz",
+ "_spec": "5.0.8",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Evan You"
+ },
+ "bugs": {
+ "url": "https://github.com/vuejs/vue-cli/issues"
+ },
+ "description": "Vuex plugin for vue-cli",
+ "devDependencies": {
+ "@vue/cli-test-utils": "^5.0.8"
+ },
+ "gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb",
+ "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-vuex#readme",
"keywords": [
"vue",
"cli",
"vuex"
],
- "author": "Evan You",
"license": "MIT",
- "bugs": {
- "url": "https://github.com/vuejs/vue-cli/issues"
- },
- "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-vuex#readme",
- "publishConfig": {
- "access": "public"
- },
- "devDependencies": {
- "@vue/cli-test-utils": "^5.0.8"
- },
+ "main": "index.js",
+ "name": "@vue/cli-plugin-vuex",
"peerDependencies": {
"@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0"
},
- "gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb"
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/vuejs/vue-cli.git",
+ "directory": "packages/@vue/cli-plugin-vuex"
+ },
+ "version": "5.0.8"
}
diff --git a/node_modules/@vue/cli-service/package.json b/node_modules/@vue/cli-service/package.json
index 51ae711b..22b0b2da 100644
--- a/node_modules/@vue/cli-service/package.json
+++ b/node_modules/@vue/cli-service/package.json
@@ -1,27 +1,50 @@
{
- "name": "@vue/cli-service",
- "version": "5.0.8",
- "description": "local service for vue-cli projects",
- "main": "lib/Service.js",
- "typings": "types/index.d.ts",
+ "_args": [
+ [
+ "@vue/cli-service@5.0.8",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "@vue/cli-service@5.0.8",
+ "_id": "@vue/cli-service@5.0.8",
+ "_inBundle": false,
+ "_integrity": "sha512-nV7tYQLe7YsTtzFrfOMIHc5N2hp5lHG2rpYr0aNja9rNljdgcPZLyQRb2YRivTHqTv7lI962UXFURcpStHgyFw==",
+ "_location": "/@vue/cli-service",
+ "_phantomChildren": {
+ "@vue/component-compiler-utils": "3.3.0",
+ "big.js": "5.2.2",
+ "emojis-list": "3.0.0",
+ "minimist": "1.2.8",
+ "vue-hot-reload-api": "2.3.4",
+ "vue-style-loader": "4.1.3"
+ },
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/cli-service@5.0.8",
+ "name": "@vue/cli-service",
+ "escapedName": "@vue%2fcli-service",
+ "scope": "@vue",
+ "rawSpec": "5.0.8",
+ "saveSpec": null,
+ "fetchSpec": "5.0.8"
+ },
+ "_requiredBy": [
+ "#DEV:/"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/cli-service/-/cli-service-5.0.8.tgz",
+ "_spec": "5.0.8",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Evan You"
+ },
"bin": {
"vue-cli-service": "bin/vue-cli-service.js"
},
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/vue-cli.git",
- "directory": "packages/@vue/cli-service"
- },
- "keywords": [
- "vue",
- "cli"
- ],
- "author": "Evan You",
- "license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-cli/issues"
},
- "homepage": "https://cli.vuejs.org/",
"dependencies": {
"@babel/helper-compilation-targets": "^7.12.16",
"@soda/friendly-errors-webpack-plugin": "^1.8.0",
@@ -79,6 +102,29 @@
"webpack-virtual-modules": "^0.4.2",
"whatwg-fetch": "^3.6.2"
},
+ "description": "local service for vue-cli projects",
+ "devDependencies": {
+ "cache-loader": "^4.1.0",
+ "sass": "^1.32.7",
+ "sass-loader": "^12.0.0",
+ "stylus-loader": "^6.1.0",
+ "vue": "^2.6.14",
+ "vue-router": "^3.5.1",
+ "vue-template-compiler": "^2.6.14",
+ "vuex": "^3.6.2"
+ },
+ "engines": {
+ "node": "^12.0.0 || >= 14.0.0"
+ },
+ "gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb",
+ "homepage": "https://cli.vuejs.org/",
+ "keywords": [
+ "vue",
+ "cli"
+ ],
+ "license": "MIT",
+ "main": "lib/Service.js",
+ "name": "@vue/cli-service",
"peerDependencies": {
"vue-template-compiler": "^2.0.0",
"webpack-sources": "*"
@@ -109,21 +155,14 @@
"optional": true
}
},
- "devDependencies": {
- "cache-loader": "^4.1.0",
- "sass": "^1.32.7",
- "sass-loader": "^12.0.0",
- "stylus-loader": "^6.1.0",
- "vue": "^2.6.14",
- "vue-router": "^3.5.1",
- "vue-template-compiler": "^2.6.14",
- "vuex": "^3.6.2"
- },
"publishConfig": {
"access": "public"
},
- "engines": {
- "node": "^12.0.0 || >= 14.0.0"
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/vuejs/vue-cli.git",
+ "directory": "packages/@vue/cli-service"
},
- "gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb"
+ "typings": "types/index.d.ts",
+ "version": "5.0.8"
}
diff --git a/node_modules/@vue/cli-shared-utils/node_modules/.bin/semver b/node_modules/@vue/cli-shared-utils/node_modules/.bin/semver
index 77443e78..7e365277 100644
--- a/node_modules/@vue/cli-shared-utils/node_modules/.bin/semver
+++ b/node_modules/@vue/cli-shared-utils/node_modules/.bin/semver
@@ -6,7 +6,10 @@ case `uname` in
esac
if [ -x "$basedir/node" ]; then
- exec "$basedir/node" "$basedir/../semver/bin/semver.js" "$@"
+ "$basedir/node" "$basedir/../semver/bin/semver.js" "$@"
+ ret=$?
else
- exec node "$basedir/../semver/bin/semver.js" "$@"
+ node "$basedir/../semver/bin/semver.js" "$@"
+ ret=$?
fi
+exit $ret
diff --git a/node_modules/@vue/cli-shared-utils/node_modules/ansi-styles/package.json b/node_modules/@vue/cli-shared-utils/node_modules/ansi-styles/package.json
index 75393284..e5204243 100644
--- a/node_modules/@vue/cli-shared-utils/node_modules/ansi-styles/package.json
+++ b/node_modules/@vue/cli-shared-utils/node_modules/ansi-styles/package.json
@@ -1,56 +1,92 @@
{
- "name": "ansi-styles",
- "version": "4.3.0",
- "description": "ANSI escape codes for styling strings in the terminal",
- "license": "MIT",
- "repository": "chalk/ansi-styles",
- "funding": "https://github.com/chalk/ansi-styles?sponsor=1",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=8"
- },
- "scripts": {
- "test": "xo && ava && tsd",
- "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "keywords": [
- "ansi",
- "styles",
- "color",
- "colour",
- "colors",
- "terminal",
- "console",
- "cli",
- "string",
- "tty",
- "escape",
- "formatting",
- "rgb",
- "256",
- "shell",
- "xterm",
- "log",
- "logging",
- "command-line",
- "text"
- ],
- "dependencies": {
- "color-convert": "^2.0.1"
- },
- "devDependencies": {
- "@types/color-convert": "^1.9.0",
- "ava": "^2.3.0",
- "svg-term-cli": "^2.1.1",
- "tsd": "^0.11.0",
- "xo": "^0.25.3"
- }
+ "_args": [
+ [
+ "ansi-styles@4.3.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "ansi-styles@4.3.0",
+ "_id": "ansi-styles@4.3.0",
+ "_inBundle": false,
+ "_integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "_location": "/@vue/cli-shared-utils/ansi-styles",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "ansi-styles@4.3.0",
+ "name": "ansi-styles",
+ "escapedName": "ansi-styles",
+ "rawSpec": "4.3.0",
+ "saveSpec": null,
+ "fetchSpec": "4.3.0"
+ },
+ "_requiredBy": [
+ "/@vue/cli-shared-utils/chalk"
+ ],
+ "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "_spec": "4.3.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/chalk/ansi-styles/issues"
+ },
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "description": "ANSI escape codes for styling strings in the terminal",
+ "devDependencies": {
+ "@types/color-convert": "^1.9.0",
+ "ava": "^2.3.0",
+ "svg-term-cli": "^2.1.1",
+ "tsd": "^0.11.0",
+ "xo": "^0.25.3"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "files": [
+ "index.js",
+ "index.d.ts"
+ ],
+ "funding": "https://github.com/chalk/ansi-styles?sponsor=1",
+ "homepage": "https://github.com/chalk/ansi-styles#readme",
+ "keywords": [
+ "ansi",
+ "styles",
+ "color",
+ "colour",
+ "colors",
+ "terminal",
+ "console",
+ "cli",
+ "string",
+ "tty",
+ "escape",
+ "formatting",
+ "rgb",
+ "256",
+ "shell",
+ "xterm",
+ "log",
+ "logging",
+ "command-line",
+ "text"
+ ],
+ "license": "MIT",
+ "name": "ansi-styles",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/chalk/ansi-styles.git"
+ },
+ "scripts": {
+ "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
+ "test": "xo && ava && tsd"
+ },
+ "version": "4.3.0"
}
diff --git a/node_modules/@vue/cli-shared-utils/node_modules/chalk/package.json b/node_modules/@vue/cli-shared-utils/node_modules/chalk/package.json
index 47c23f29..09c7633f 100644
--- a/node_modules/@vue/cli-shared-utils/node_modules/chalk/package.json
+++ b/node_modules/@vue/cli-shared-utils/node_modules/chalk/package.json
@@ -1,68 +1,104 @@
{
- "name": "chalk",
- "version": "4.1.2",
- "description": "Terminal string styling done right",
- "license": "MIT",
- "repository": "chalk/chalk",
- "funding": "https://github.com/chalk/chalk?sponsor=1",
- "main": "source",
- "engines": {
- "node": ">=10"
- },
- "scripts": {
- "test": "xo && nyc ava && tsd",
- "bench": "matcha benchmark.js"
- },
- "files": [
- "source",
- "index.d.ts"
- ],
- "keywords": [
- "color",
- "colour",
- "colors",
- "terminal",
- "console",
- "cli",
- "string",
- "str",
- "ansi",
- "style",
- "styles",
- "tty",
- "formatting",
- "rgb",
- "256",
- "shell",
- "xterm",
- "log",
- "logging",
- "command-line",
- "text"
- ],
- "dependencies": {
- "ansi-styles": "^4.1.0",
- "supports-color": "^7.1.0"
- },
- "devDependencies": {
- "ava": "^2.4.0",
- "coveralls": "^3.0.7",
- "execa": "^4.0.0",
- "import-fresh": "^3.1.0",
- "matcha": "^0.7.0",
- "nyc": "^15.0.0",
- "resolve-from": "^5.0.0",
- "tsd": "^0.7.4",
- "xo": "^0.28.2"
- },
- "xo": {
- "rules": {
- "unicorn/prefer-string-slice": "off",
- "unicorn/prefer-includes": "off",
- "@typescript-eslint/member-ordering": "off",
- "no-redeclare": "off",
- "unicorn/string-content": "off",
- "unicorn/better-regex": "off"
- }
- }
+ "_args": [
+ [
+ "chalk@4.1.2",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "chalk@4.1.2",
+ "_id": "chalk@4.1.2",
+ "_inBundle": false,
+ "_integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "_location": "/@vue/cli-shared-utils/chalk",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "chalk@4.1.2",
+ "name": "chalk",
+ "escapedName": "chalk",
+ "rawSpec": "4.1.2",
+ "saveSpec": null,
+ "fetchSpec": "4.1.2"
+ },
+ "_requiredBy": [
+ "/@vue/cli-shared-utils"
+ ],
+ "_resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "_spec": "4.1.2",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "bugs": {
+ "url": "https://github.com/chalk/chalk/issues"
+ },
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "description": "Terminal string styling done right",
+ "devDependencies": {
+ "ava": "^2.4.0",
+ "coveralls": "^3.0.7",
+ "execa": "^4.0.0",
+ "import-fresh": "^3.1.0",
+ "matcha": "^0.7.0",
+ "nyc": "^15.0.0",
+ "resolve-from": "^5.0.0",
+ "tsd": "^0.7.4",
+ "xo": "^0.28.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "files": [
+ "source",
+ "index.d.ts"
+ ],
+ "funding": "https://github.com/chalk/chalk?sponsor=1",
+ "homepage": "https://github.com/chalk/chalk#readme",
+ "keywords": [
+ "color",
+ "colour",
+ "colors",
+ "terminal",
+ "console",
+ "cli",
+ "string",
+ "str",
+ "ansi",
+ "style",
+ "styles",
+ "tty",
+ "formatting",
+ "rgb",
+ "256",
+ "shell",
+ "xterm",
+ "log",
+ "logging",
+ "command-line",
+ "text"
+ ],
+ "license": "MIT",
+ "main": "source",
+ "name": "chalk",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/chalk/chalk.git"
+ },
+ "scripts": {
+ "bench": "matcha benchmark.js",
+ "test": "xo && nyc ava && tsd"
+ },
+ "version": "4.1.2",
+ "xo": {
+ "rules": {
+ "unicorn/prefer-string-slice": "off",
+ "unicorn/prefer-includes": "off",
+ "@typescript-eslint/member-ordering": "off",
+ "no-redeclare": "off",
+ "unicorn/string-content": "off",
+ "unicorn/better-regex": "off"
+ }
+ }
}
diff --git a/node_modules/@vue/cli-shared-utils/node_modules/color-convert/package.json b/node_modules/@vue/cli-shared-utils/node_modules/color-convert/package.json
index 6e48000c..efa83af6 100644
--- a/node_modules/@vue/cli-shared-utils/node_modules/color-convert/package.json
+++ b/node_modules/@vue/cli-shared-utils/node_modules/color-convert/package.json
@@ -1,17 +1,57 @@
{
- "name": "color-convert",
+ "_args": [
+ [
+ "color-convert@2.0.1",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "color-convert@2.0.1",
+ "_id": "color-convert@2.0.1",
+ "_inBundle": false,
+ "_integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "_location": "/@vue/cli-shared-utils/color-convert",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "color-convert@2.0.1",
+ "name": "color-convert",
+ "escapedName": "color-convert",
+ "rawSpec": "2.0.1",
+ "saveSpec": null,
+ "fetchSpec": "2.0.1"
+ },
+ "_requiredBy": [
+ "/@vue/cli-shared-utils/ansi-styles"
+ ],
+ "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "_spec": "2.0.1",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Heather Arthur",
+ "email": "fayearthur@gmail.com"
+ },
+ "bugs": {
+ "url": "https://github.com/Qix-/color-convert/issues"
+ },
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
"description": "Plain color conversion functions",
- "version": "2.0.1",
- "author": "Heather Arthur ",
- "license": "MIT",
- "repository": "Qix-/color-convert",
- "scripts": {
- "pretest": "xo",
- "test": "node test/basic.js"
+ "devDependencies": {
+ "chalk": "^2.4.2",
+ "xo": "^0.24.0"
},
"engines": {
"node": ">=7.0.0"
},
+ "files": [
+ "index.js",
+ "conversions.js",
+ "route.js"
+ ],
+ "homepage": "https://github.com/Qix-/color-convert#readme",
"keywords": [
"color",
"colour",
@@ -26,23 +66,22 @@
"ansi",
"ansi16"
],
- "files": [
- "index.js",
- "conversions.js",
- "route.js"
- ],
+ "license": "MIT",
+ "name": "color-convert",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/Qix-/color-convert.git"
+ },
+ "scripts": {
+ "pretest": "xo",
+ "test": "node test/basic.js"
+ },
+ "version": "2.0.1",
"xo": {
"rules": {
"default-case": 0,
"no-inline-comments": 0,
"operator-linebreak": 0
}
- },
- "devDependencies": {
- "chalk": "^2.4.2",
- "xo": "^0.24.0"
- },
- "dependencies": {
- "color-name": "~1.1.4"
}
}
diff --git a/node_modules/@vue/cli-shared-utils/node_modules/color-name/package.json b/node_modules/@vue/cli-shared-utils/node_modules/color-name/package.json
index 7acc9028..a2bdbe28 100644
--- a/node_modules/@vue/cli-shared-utils/node_modules/color-name/package.json
+++ b/node_modules/@vue/cli-shared-utils/node_modules/color-name/package.json
@@ -1,28 +1,60 @@
{
- "name": "color-name",
- "version": "1.1.4",
+ "_args": [
+ [
+ "color-name@1.1.4",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "color-name@1.1.4",
+ "_id": "color-name@1.1.4",
+ "_inBundle": false,
+ "_integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "_location": "/@vue/cli-shared-utils/color-name",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "color-name@1.1.4",
+ "name": "color-name",
+ "escapedName": "color-name",
+ "rawSpec": "1.1.4",
+ "saveSpec": null,
+ "fetchSpec": "1.1.4"
+ },
+ "_requiredBy": [
+ "/@vue/cli-shared-utils/color-convert"
+ ],
+ "_resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "_spec": "1.1.4",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "DY",
+ "email": "dfcreative@gmail.com"
+ },
+ "bugs": {
+ "url": "https://github.com/colorjs/color-name/issues"
+ },
"description": "A list of color names and its values",
- "main": "index.js",
"files": [
"index.js"
],
- "scripts": {
- "test": "node test.js"
- },
- "repository": {
- "type": "git",
- "url": "git@github.com:colorjs/color-name.git"
- },
+ "homepage": "https://github.com/colorjs/color-name",
"keywords": [
"color-name",
"color",
"color-keyword",
"keyword"
],
- "author": "DY ",
"license": "MIT",
- "bugs": {
- "url": "https://github.com/colorjs/color-name/issues"
+ "main": "index.js",
+ "name": "color-name",
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://git@github.com/colorjs/color-name.git"
},
- "homepage": "https://github.com/colorjs/color-name"
+ "scripts": {
+ "test": "node test.js"
+ },
+ "version": "1.1.4"
}
diff --git a/node_modules/@vue/cli-shared-utils/node_modules/has-flag/package.json b/node_modules/@vue/cli-shared-utils/node_modules/has-flag/package.json
index a9cba4b8..9522863b 100644
--- a/node_modules/@vue/cli-shared-utils/node_modules/has-flag/package.json
+++ b/node_modules/@vue/cli-shared-utils/node_modules/has-flag/package.json
@@ -1,46 +1,82 @@
{
- "name": "has-flag",
- "version": "4.0.0",
- "description": "Check if argv has a specific flag",
- "license": "MIT",
- "repository": "sindresorhus/has-flag",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=8"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "keywords": [
- "has",
- "check",
- "detect",
- "contains",
- "find",
- "flag",
- "cli",
- "command-line",
- "argv",
- "process",
- "arg",
- "args",
- "argument",
- "arguments",
- "getopt",
- "minimist",
- "optimist"
- ],
- "devDependencies": {
- "ava": "^1.4.1",
- "tsd": "^0.7.2",
- "xo": "^0.24.0"
- }
+ "_args": [
+ [
+ "has-flag@4.0.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "has-flag@4.0.0",
+ "_id": "has-flag@4.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "_location": "/@vue/cli-shared-utils/has-flag",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "has-flag@4.0.0",
+ "name": "has-flag",
+ "escapedName": "has-flag",
+ "rawSpec": "4.0.0",
+ "saveSpec": null,
+ "fetchSpec": "4.0.0"
+ },
+ "_requiredBy": [
+ "/@vue/cli-shared-utils/supports-color"
+ ],
+ "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "_spec": "4.0.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/has-flag/issues"
+ },
+ "description": "Check if argv has a specific flag",
+ "devDependencies": {
+ "ava": "^1.4.1",
+ "tsd": "^0.7.2",
+ "xo": "^0.24.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "files": [
+ "index.js",
+ "index.d.ts"
+ ],
+ "homepage": "https://github.com/sindresorhus/has-flag#readme",
+ "keywords": [
+ "has",
+ "check",
+ "detect",
+ "contains",
+ "find",
+ "flag",
+ "cli",
+ "command-line",
+ "argv",
+ "process",
+ "arg",
+ "args",
+ "argument",
+ "arguments",
+ "getopt",
+ "minimist",
+ "optimist"
+ ],
+ "license": "MIT",
+ "name": "has-flag",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/has-flag.git"
+ },
+ "scripts": {
+ "test": "xo && ava && tsd"
+ },
+ "version": "4.0.0"
}
diff --git a/node_modules/@vue/cli-shared-utils/node_modules/lru-cache/package.json b/node_modules/@vue/cli-shared-utils/node_modules/lru-cache/package.json
index 43b7502c..a6e2eaa8 100644
--- a/node_modules/@vue/cli-shared-utils/node_modules/lru-cache/package.json
+++ b/node_modules/@vue/cli-shared-utils/node_modules/lru-cache/package.json
@@ -1,34 +1,74 @@
{
- "name": "lru-cache",
+ "_args": [
+ [
+ "lru-cache@6.0.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "lru-cache@6.0.0",
+ "_id": "lru-cache@6.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "_location": "/@vue/cli-shared-utils/lru-cache",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "lru-cache@6.0.0",
+ "name": "lru-cache",
+ "escapedName": "lru-cache",
+ "rawSpec": "6.0.0",
+ "saveSpec": null,
+ "fetchSpec": "6.0.0"
+ },
+ "_requiredBy": [
+ "/@vue/cli-shared-utils",
+ "/@vue/cli-shared-utils/semver"
+ ],
+ "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "_spec": "6.0.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me"
+ },
+ "bugs": {
+ "url": "https://github.com/isaacs/node-lru-cache/issues"
+ },
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
"description": "A cache object that deletes the least-recently-used items.",
- "version": "6.0.0",
- "author": "Isaac Z. Schlueter ",
+ "devDependencies": {
+ "benchmark": "^2.1.4",
+ "tap": "^14.10.7"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/isaacs/node-lru-cache#readme",
"keywords": [
"mru",
"lru",
"cache"
],
- "scripts": {
- "test": "tap",
- "snap": "tap",
- "preversion": "npm test",
- "postversion": "npm publish",
- "prepublishOnly": "git push origin --follow-tags"
- },
- "main": "index.js",
- "repository": "git://github.com/isaacs/node-lru-cache.git",
- "devDependencies": {
- "benchmark": "^2.1.4",
- "tap": "^14.10.7"
- },
"license": "ISC",
- "dependencies": {
- "yallist": "^4.0.0"
+ "main": "index.js",
+ "name": "lru-cache",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/node-lru-cache.git"
},
- "files": [
- "index.js"
- ],
- "engines": {
- "node": ">=10"
- }
+ "scripts": {
+ "postversion": "npm publish",
+ "prepublishOnly": "git push origin --follow-tags",
+ "preversion": "npm test",
+ "snap": "tap",
+ "test": "tap"
+ },
+ "version": "6.0.0"
}
diff --git a/node_modules/@vue/cli-shared-utils/node_modules/semver/package.json b/node_modules/@vue/cli-shared-utils/node_modules/semver/package.json
index c145eca2..28ac7b8b 100644
--- a/node_modules/@vue/cli-shared-utils/node_modules/semver/package.json
+++ b/node_modules/@vue/cli-shared-utils/node_modules/semver/package.json
@@ -1,29 +1,53 @@
{
- "name": "semver",
- "version": "7.5.4",
- "description": "The semantic version parser used by npm.",
- "main": "index.js",
- "scripts": {
- "test": "tap",
- "snap": "tap",
- "lint": "eslint \"**/*.js\"",
- "postlint": "template-oss-check",
- "lintfix": "npm run lint -- --fix",
- "posttest": "npm run lint",
- "template-oss-apply": "template-oss-apply --force"
+ "_args": [
+ [
+ "semver@7.5.4",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "semver@7.5.4",
+ "_id": "semver@7.5.4",
+ "_inBundle": false,
+ "_integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
+ "_location": "/@vue/cli-shared-utils/semver",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "semver@7.5.4",
+ "name": "semver",
+ "escapedName": "semver",
+ "rawSpec": "7.5.4",
+ "saveSpec": null,
+ "fetchSpec": "7.5.4"
},
+ "_requiredBy": [
+ "/@vue/cli-shared-utils"
+ ],
+ "_resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
+ "_spec": "7.5.4",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "GitHub Inc."
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "bugs": {
+ "url": "https://github.com/npm/node-semver/issues"
+ },
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "description": "The semantic version parser used by npm.",
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.17.0",
"tap": "^16.0.0"
},
- "license": "ISC",
- "repository": {
- "type": "git",
- "url": "https://github.com/npm/node-semver.git"
- },
- "bin": {
- "semver": "bin/semver.js"
+ "engines": {
+ "node": ">=10"
},
"files": [
"bin/",
@@ -36,6 +60,23 @@
"preload.js",
"range.bnf"
],
+ "homepage": "https://github.com/npm/node-semver#readme",
+ "license": "ISC",
+ "main": "index.js",
+ "name": "semver",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/npm/node-semver.git"
+ },
+ "scripts": {
+ "lint": "eslint \"**/*.js\"",
+ "lintfix": "npm run lint -- --fix",
+ "postlint": "template-oss-check",
+ "posttest": "npm run lint",
+ "snap": "tap",
+ "template-oss-apply": "template-oss-apply --force",
+ "test": "tap"
+ },
"tap": {
"timeout": 30,
"coverage-map": "map.js",
@@ -44,13 +85,6 @@
"tap-snapshots/**"
]
},
- "engines": {
- "node": ">=10"
- },
- "dependencies": {
- "lru-cache": "^6.0.0"
- },
- "author": "GitHub Inc.",
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.17.0",
@@ -83,5 +117,6 @@
"/range.bnf"
],
"publish": "true"
- }
+ },
+ "version": "7.5.4"
}
diff --git a/node_modules/@vue/cli-shared-utils/node_modules/supports-color/package.json b/node_modules/@vue/cli-shared-utils/node_modules/supports-color/package.json
index f7182edc..956981ff 100644
--- a/node_modules/@vue/cli-shared-utils/node_modules/supports-color/package.json
+++ b/node_modules/@vue/cli-shared-utils/node_modules/supports-color/package.json
@@ -1,53 +1,89 @@
{
- "name": "supports-color",
- "version": "7.2.0",
- "description": "Detect whether a terminal supports color",
- "license": "MIT",
- "repository": "chalk/supports-color",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=8"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "files": [
- "index.js",
- "browser.js"
- ],
- "keywords": [
- "color",
- "colour",
- "colors",
- "terminal",
- "console",
- "cli",
- "ansi",
- "styles",
- "tty",
- "rgb",
- "256",
- "shell",
- "xterm",
- "command-line",
- "support",
- "supports",
- "capability",
- "detect",
- "truecolor",
- "16m"
- ],
- "dependencies": {
- "has-flag": "^4.0.0"
- },
- "devDependencies": {
- "ava": "^1.4.1",
- "import-fresh": "^3.0.0",
- "xo": "^0.24.0"
- },
- "browser": "browser.js"
+ "_args": [
+ [
+ "supports-color@7.2.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "supports-color@7.2.0",
+ "_id": "supports-color@7.2.0",
+ "_inBundle": false,
+ "_integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "_location": "/@vue/cli-shared-utils/supports-color",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "supports-color@7.2.0",
+ "name": "supports-color",
+ "escapedName": "supports-color",
+ "rawSpec": "7.2.0",
+ "saveSpec": null,
+ "fetchSpec": "7.2.0"
+ },
+ "_requiredBy": [
+ "/@vue/cli-shared-utils/chalk"
+ ],
+ "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "_spec": "7.2.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "browser": "browser.js",
+ "bugs": {
+ "url": "https://github.com/chalk/supports-color/issues"
+ },
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "description": "Detect whether a terminal supports color",
+ "devDependencies": {
+ "ava": "^1.4.1",
+ "import-fresh": "^3.0.0",
+ "xo": "^0.24.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "files": [
+ "index.js",
+ "browser.js"
+ ],
+ "homepage": "https://github.com/chalk/supports-color#readme",
+ "keywords": [
+ "color",
+ "colour",
+ "colors",
+ "terminal",
+ "console",
+ "cli",
+ "ansi",
+ "styles",
+ "tty",
+ "rgb",
+ "256",
+ "shell",
+ "xterm",
+ "command-line",
+ "support",
+ "supports",
+ "capability",
+ "detect",
+ "truecolor",
+ "16m"
+ ],
+ "license": "MIT",
+ "name": "supports-color",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/chalk/supports-color.git"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "7.2.0"
}
diff --git a/node_modules/@vue/cli-shared-utils/node_modules/yallist/package.json b/node_modules/@vue/cli-shared-utils/node_modules/yallist/package.json
index 8a083867..a8f39a99 100644
--- a/node_modules/@vue/cli-shared-utils/node_modules/yallist/package.json
+++ b/node_modules/@vue/cli-shared-utils/node_modules/yallist/package.json
@@ -1,8 +1,46 @@
{
- "name": "yallist",
- "version": "4.0.0",
+ "_args": [
+ [
+ "yallist@4.0.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "yallist@4.0.0",
+ "_id": "yallist@4.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "_location": "/@vue/cli-shared-utils/yallist",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "yallist@4.0.0",
+ "name": "yallist",
+ "escapedName": "yallist",
+ "rawSpec": "4.0.0",
+ "saveSpec": null,
+ "fetchSpec": "4.0.0"
+ },
+ "_requiredBy": [
+ "/@vue/cli-shared-utils/lru-cache"
+ ],
+ "_resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "_spec": "4.0.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
+ "url": "http://blog.izs.me/"
+ },
+ "bugs": {
+ "url": "https://github.com/isaacs/yallist/issues"
+ },
+ "dependencies": {},
"description": "Yet Another Linked List",
- "main": "yallist.js",
+ "devDependencies": {
+ "tap": "^12.1.0"
+ },
"directories": {
"test": "test"
},
@@ -10,20 +48,19 @@
"yallist.js",
"iterator.js"
],
- "dependencies": {},
- "devDependencies": {
- "tap": "^12.1.0"
- },
- "scripts": {
- "test": "tap test/*.js --100",
- "preversion": "npm test",
- "postversion": "npm publish",
- "postpublish": "git push origin --all; git push origin --tags"
- },
+ "homepage": "https://github.com/isaacs/yallist#readme",
+ "license": "ISC",
+ "main": "yallist.js",
+ "name": "yallist",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/yallist.git"
},
- "author": "Isaac Z. Schlueter (http://blog.izs.me/)",
- "license": "ISC"
+ "scripts": {
+ "postpublish": "git push origin --all; git push origin --tags",
+ "postversion": "npm publish",
+ "preversion": "npm test",
+ "test": "tap test/*.js --100"
+ },
+ "version": "4.0.0"
}
diff --git a/node_modules/@vue/cli-shared-utils/package.json b/node_modules/@vue/cli-shared-utils/package.json
index 2185ad0a..205051d2 100644
--- a/node_modules/@vue/cli-shared-utils/package.json
+++ b/node_modules/@vue/cli-shared-utils/package.json
@@ -1,24 +1,43 @@
{
- "name": "@vue/cli-shared-utils",
- "version": "5.0.8",
- "description": "shared utilities for vue-cli packages",
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/vue-cli.git",
- "directory": "packages/@vue/cli-shared-utils"
- },
- "keywords": [
- "vue",
- "cli",
- "cli-shared-utils"
+ "_args": [
+ [
+ "@vue/cli-shared-utils@5.0.8",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
- "author": "Evan You",
- "license": "MIT",
+ "_development": true,
+ "_from": "@vue/cli-shared-utils@5.0.8",
+ "_id": "@vue/cli-shared-utils@5.0.8",
+ "_inBundle": false,
+ "_integrity": "sha512-uK2YB7bBVuQhjOJF+O52P9yFMXeJVj7ozqJkwYE9PlMHL1LMHjtCYm4cSdOebuPzyP+/9p0BimM/OqxsevIopQ==",
+ "_location": "/@vue/cli-shared-utils",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/cli-shared-utils@5.0.8",
+ "name": "@vue/cli-shared-utils",
+ "escapedName": "@vue%2fcli-shared-utils",
+ "scope": "@vue",
+ "rawSpec": "5.0.8",
+ "saveSpec": null,
+ "fetchSpec": "5.0.8"
+ },
+ "_requiredBy": [
+ "/@vue/cli-plugin-babel",
+ "/@vue/cli-plugin-eslint",
+ "/@vue/cli-plugin-router",
+ "/@vue/cli-service"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/cli-shared-utils/-/cli-shared-utils-5.0.8.tgz",
+ "_spec": "5.0.8",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Evan You"
+ },
"bugs": {
"url": "https://github.com/vuejs/vue-cli/issues"
},
- "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-shared-utils#readme",
"dependencies": {
"@achrinza/node-ipc": "^9.2.5",
"chalk": "^4.1.2",
@@ -33,8 +52,24 @@
"semver": "^7.3.4",
"strip-ansi": "^6.0.0"
},
+ "description": "shared utilities for vue-cli packages",
+ "gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb",
+ "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-shared-utils#readme",
+ "keywords": [
+ "vue",
+ "cli",
+ "cli-shared-utils"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "@vue/cli-shared-utils",
"publishConfig": {
"access": "public"
},
- "gitHead": "b154dbd7aca4b4538e6c483b1d4b817499d7b8eb"
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/vuejs/vue-cli.git",
+ "directory": "packages/@vue/cli-shared-utils"
+ },
+ "version": "5.0.8"
}
diff --git a/node_modules/@vue/compiler-sfc/package.json b/node_modules/@vue/compiler-sfc/package.json
index f0f08018..e1df02a5 100644
--- a/node_modules/@vue/compiler-sfc/package.json
+++ b/node_modules/@vue/compiler-sfc/package.json
@@ -1,17 +1,39 @@
{
- "name": "@vue/compiler-sfc",
- "version": "2.7.15",
- "description": "compiler-sfc for Vue 2",
- "main": "dist/compiler-sfc.js",
- "types": "dist/compiler-sfc.d.ts",
- "files": [
- "dist"
+ "_args": [
+ [
+ "@vue/compiler-sfc@2.7.15",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
+ "_from": "@vue/compiler-sfc@2.7.15",
+ "_id": "@vue/compiler-sfc@2.7.15",
+ "_inBundle": false,
+ "_integrity": "sha512-FCvIEevPmgCgqFBH7wD+3B97y7u7oj/Wr69zADBf403Tui377bThTjBvekaZvlRr4IwUAu3M6hYZeULZFJbdYg==",
+ "_location": "/@vue/compiler-sfc",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/compiler-sfc@2.7.15",
+ "name": "@vue/compiler-sfc",
+ "escapedName": "@vue%2fcompiler-sfc",
+ "scope": "@vue",
+ "rawSpec": "2.7.15",
+ "saveSpec": null,
+ "fetchSpec": "2.7.15"
+ },
+ "_requiredBy": [
+ "/vue"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.15.tgz",
+ "_spec": "2.7.15",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"dependencies": {
"@babel/parser": "^7.18.4",
"postcss": "^8.4.14",
"source-map": "^0.6.1"
},
+ "description": "compiler-sfc for Vue 2",
"devDependencies": {
"@babel/types": "^7.19.4",
"@types/estree": "^0.0.48",
@@ -30,5 +52,12 @@
"pug": "^3.0.2",
"sass": "^1.52.3",
"stylus": "^0.58.1"
- }
-}
\ No newline at end of file
+ },
+ "files": [
+ "dist"
+ ],
+ "main": "dist/compiler-sfc.js",
+ "name": "@vue/compiler-sfc",
+ "types": "dist/compiler-sfc.d.ts",
+ "version": "2.7.15"
+}
diff --git a/node_modules/@vue/component-compiler-utils/node_modules/hash-sum/package.json b/node_modules/@vue/component-compiler-utils/node_modules/hash-sum/package.json
index 771ffc2a..316e2a65 100644
--- a/node_modules/@vue/component-compiler-utils/node_modules/hash-sum/package.json
+++ b/node_modules/@vue/component-compiler-utils/node_modules/hash-sum/package.json
@@ -1,27 +1,56 @@
{
- "name": "hash-sum",
- "description": "Blazing fast unique hash generator",
- "version": "1.0.2",
- "homepage": "https://github.com/bevacqua/hash-sum",
+ "_args": [
+ [
+ "hash-sum@1.0.2",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "hash-sum@1.0.2",
+ "_id": "hash-sum@1.0.2",
+ "_inBundle": false,
+ "_integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==",
+ "_location": "/@vue/component-compiler-utils/hash-sum",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "hash-sum@1.0.2",
+ "name": "hash-sum",
+ "escapedName": "hash-sum",
+ "rawSpec": "1.0.2",
+ "saveSpec": null,
+ "fetchSpec": "1.0.2"
+ },
+ "_requiredBy": [
+ "/@vue/component-compiler-utils"
+ ],
+ "_resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz",
+ "_spec": "1.0.2",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"authors": [
"Nicolas Bevacqua "
],
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "git://github.com/bevacqua/hash-sum.git"
- },
"bugs": {
"url": "https://github.com/bevacqua/hash-sum/issues"
},
- "main": "hash-sum.js",
- "scripts": {
- "test": "jshint . && tape test.js"
- },
"dependencies": {},
+ "description": "Blazing fast unique hash generator",
"devDependencies": {
"jshint": "2.5.0",
"jshint-stylish": "0.2.0",
"tape": "3.0.3"
- }
+ },
+ "homepage": "https://github.com/bevacqua/hash-sum",
+ "license": "MIT",
+ "main": "hash-sum.js",
+ "name": "hash-sum",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/bevacqua/hash-sum.git"
+ },
+ "scripts": {
+ "test": "jshint . && tape test.js"
+ },
+ "version": "1.0.2"
}
diff --git a/node_modules/@vue/component-compiler-utils/node_modules/lru-cache/package.json b/node_modules/@vue/component-compiler-utils/node_modules/lru-cache/package.json
index bf7a06dc..370ef53b 100644
--- a/node_modules/@vue/component-compiler-utils/node_modules/lru-cache/package.json
+++ b/node_modules/@vue/component-compiler-utils/node_modules/lru-cache/package.json
@@ -1,36 +1,75 @@
{
- "name": "lru-cache",
- "description": "A cache object that deletes the least-recently-used items.",
- "version": "4.1.5",
- "author": "Isaac Z. Schlueter ",
- "keywords": [
- "mru",
- "lru",
- "cache"
+ "_args": [
+ [
+ "lru-cache@4.1.5",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
],
- "scripts": {
- "test": "tap test/*.js --100 -J",
- "snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
- "posttest": "standard test/*.js index.js",
- "coveragerport": "tap --coverage-report=html",
- "lintfix": "standard --fix test/*.js index.js",
- "preversion": "npm test",
- "postversion": "npm publish --tag=legacy",
- "postpublish": "git push origin --all; git push origin --tags"
+ "_development": true,
+ "_from": "lru-cache@4.1.5",
+ "_id": "lru-cache@4.1.5",
+ "_inBundle": false,
+ "_integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
+ "_location": "/@vue/component-compiler-utils/lru-cache",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "lru-cache@4.1.5",
+ "name": "lru-cache",
+ "escapedName": "lru-cache",
+ "rawSpec": "4.1.5",
+ "saveSpec": null,
+ "fetchSpec": "4.1.5"
},
- "main": "index.js",
- "repository": "git://github.com/isaacs/node-lru-cache.git",
+ "_requiredBy": [
+ "/@vue/component-compiler-utils"
+ ],
+ "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
+ "_spec": "4.1.5",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me"
+ },
+ "bugs": {
+ "url": "https://github.com/isaacs/node-lru-cache/issues"
+ },
+ "dependencies": {
+ "pseudomap": "^1.0.2",
+ "yallist": "^2.1.2"
+ },
+ "description": "A cache object that deletes the least-recently-used items.",
"devDependencies": {
"benchmark": "^2.1.4",
"standard": "^12.0.1",
"tap": "^12.1.0"
},
- "license": "ISC",
- "dependencies": {
- "pseudomap": "^1.0.2",
- "yallist": "^2.1.2"
- },
"files": [
"index.js"
- ]
+ ],
+ "homepage": "https://github.com/isaacs/node-lru-cache#readme",
+ "keywords": [
+ "mru",
+ "lru",
+ "cache"
+ ],
+ "license": "ISC",
+ "main": "index.js",
+ "name": "lru-cache",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/node-lru-cache.git"
+ },
+ "scripts": {
+ "coveragerport": "tap --coverage-report=html",
+ "lintfix": "standard --fix test/*.js index.js",
+ "postpublish": "git push origin --all; git push origin --tags",
+ "posttest": "standard test/*.js index.js",
+ "postversion": "npm publish --tag=legacy",
+ "preversion": "npm test",
+ "snap": "TAP_SNAPSHOT=1 tap test/*.js -J",
+ "test": "tap test/*.js --100 -J"
+ },
+ "version": "4.1.5"
}
diff --git a/node_modules/@vue/component-compiler-utils/node_modules/picocolors/package.json b/node_modules/@vue/component-compiler-utils/node_modules/picocolors/package.json
index 5da3b4d0..bf958329 100644
--- a/node_modules/@vue/component-compiler-utils/node_modules/picocolors/package.json
+++ b/node_modules/@vue/component-compiler-utils/node_modules/picocolors/package.json
@@ -1,17 +1,48 @@
{
- "name": "picocolors",
- "version": "0.2.1",
- "main": "./picocolors.js",
- "types": "./picocolors.d.ts",
+ "_args": [
+ [
+ "picocolors@0.2.1",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "picocolors@0.2.1",
+ "_id": "picocolors@0.2.1",
+ "_inBundle": false,
+ "_integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
+ "_location": "/@vue/component-compiler-utils/picocolors",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "picocolors@0.2.1",
+ "name": "picocolors",
+ "escapedName": "picocolors",
+ "rawSpec": "0.2.1",
+ "saveSpec": null,
+ "fetchSpec": "0.2.1"
+ },
+ "_requiredBy": [
+ "/@vue/component-compiler-utils/postcss"
+ ],
+ "_resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
+ "_spec": "0.2.1",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Alexey Raspopov"
+ },
"browser": {
"./picocolors.js": "./picocolors.browser.js"
},
- "sideEffects": false,
+ "bugs": {
+ "url": "https://github.com/alexeyraspopov/picocolors/issues"
+ },
"description": "The tiniest and the fastest coloring library ever",
"files": [
"picocolors.*",
"types.ts"
],
+ "homepage": "https://github.com/alexeyraspopov/picocolors#readme",
"keywords": [
"terminal",
"colors",
@@ -19,7 +50,14 @@
"cli",
"console"
],
- "author": "Alexey Raspopov",
- "repository": "alexeyraspopov/picocolors",
- "license": "ISC"
+ "license": "ISC",
+ "main": "./picocolors.js",
+ "name": "picocolors",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/alexeyraspopov/picocolors.git"
+ },
+ "sideEffects": false,
+ "types": "./picocolors.d.ts",
+ "version": "0.2.1"
}
diff --git a/node_modules/@vue/component-compiler-utils/node_modules/postcss/package.json b/node_modules/@vue/component-compiler-utils/node_modules/postcss/package.json
index f2897ca4..58403e78 100644
--- a/node_modules/@vue/component-compiler-utils/node_modules/postcss/package.json
+++ b/node_modules/@vue/component-compiler-utils/node_modules/postcss/package.json
@@ -1,10 +1,57 @@
{
- "name": "postcss",
- "version": "7.0.39",
+ "_args": [
+ [
+ "postcss@7.0.39",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "postcss@7.0.39",
+ "_id": "postcss@7.0.39",
+ "_inBundle": false,
+ "_integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
+ "_location": "/@vue/component-compiler-utils/postcss",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "postcss@7.0.39",
+ "name": "postcss",
+ "escapedName": "postcss",
+ "rawSpec": "7.0.39",
+ "saveSpec": null,
+ "fetchSpec": "7.0.39"
+ },
+ "_requiredBy": [
+ "/@vue/component-compiler-utils"
+ ],
+ "_resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
+ "_spec": "7.0.39",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Andrey Sitnik",
+ "email": "andrey@sitnik.ru"
+ },
+ "browser": {
+ "./lib/terminal-highlight": false,
+ "fs": false
+ },
+ "bugs": {
+ "url": "https://github.com/postcss/postcss/issues"
+ },
+ "dependencies": {
+ "picocolors": "^0.2.1",
+ "source-map": "^0.6.1"
+ },
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": ">=6.0.0"
},
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/postcss/"
+ },
+ "homepage": "https://postcss.org/",
"keywords": [
"css",
"postcss",
@@ -16,22 +63,13 @@
"manipulation",
"transpiler"
],
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
- },
- "author": "Andrey Sitnik ",
"license": "MIT",
- "homepage": "https://postcss.org/",
- "repository": "postcss/postcss",
- "dependencies": {
- "picocolors": "^0.2.1",
- "source-map": "^0.6.1"
- },
"main": "lib/postcss",
+ "name": "postcss",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/postcss/postcss.git"
+ },
"types": "lib/postcss.d.ts",
- "browser": {
- "./lib/terminal-highlight": false,
- "fs": false
- }
+ "version": "7.0.39"
}
diff --git a/node_modules/@vue/component-compiler-utils/node_modules/yallist/package.json b/node_modules/@vue/component-compiler-utils/node_modules/yallist/package.json
index 17a13d1c..3e41c076 100644
--- a/node_modules/@vue/component-compiler-utils/node_modules/yallist/package.json
+++ b/node_modules/@vue/component-compiler-utils/node_modules/yallist/package.json
@@ -1,8 +1,46 @@
{
- "name": "yallist",
- "version": "2.1.2",
+ "_args": [
+ [
+ "yallist@2.1.2",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
+ ]
+ ],
+ "_development": true,
+ "_from": "yallist@2.1.2",
+ "_id": "yallist@2.1.2",
+ "_inBundle": false,
+ "_integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==",
+ "_location": "/@vue/component-compiler-utils/yallist",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "yallist@2.1.2",
+ "name": "yallist",
+ "escapedName": "yallist",
+ "rawSpec": "2.1.2",
+ "saveSpec": null,
+ "fetchSpec": "2.1.2"
+ },
+ "_requiredBy": [
+ "/@vue/component-compiler-utils/lru-cache"
+ ],
+ "_resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
+ "_spec": "2.1.2",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
+ "url": "http://blog.izs.me/"
+ },
+ "bugs": {
+ "url": "https://github.com/isaacs/yallist/issues"
+ },
+ "dependencies": {},
"description": "Yet Another Linked List",
- "main": "yallist.js",
+ "devDependencies": {
+ "tap": "^10.3.0"
+ },
"directories": {
"test": "test"
},
@@ -10,20 +48,19 @@
"yallist.js",
"iterator.js"
],
- "dependencies": {},
- "devDependencies": {
- "tap": "^10.3.0"
- },
- "scripts": {
- "test": "tap test/*.js --100",
- "preversion": "npm test",
- "postversion": "npm publish",
- "postpublish": "git push origin --all; git push origin --tags"
- },
+ "homepage": "https://github.com/isaacs/yallist#readme",
+ "license": "ISC",
+ "main": "yallist.js",
+ "name": "yallist",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/yallist.git"
},
- "author": "Isaac Z. Schlueter (http://blog.izs.me/)",
- "license": "ISC"
+ "scripts": {
+ "postpublish": "git push origin --all; git push origin --tags",
+ "postversion": "npm publish",
+ "preversion": "npm test",
+ "test": "tap test/*.js --100"
+ },
+ "version": "2.1.2"
}
diff --git a/node_modules/@vue/component-compiler-utils/package.json b/node_modules/@vue/component-compiler-utils/package.json
index 69e4faa7..768dfe4e 100644
--- a/node_modules/@vue/component-compiler-utils/package.json
+++ b/node_modules/@vue/component-compiler-utils/package.json
@@ -1,44 +1,56 @@
{
- "name": "@vue/component-compiler-utils",
- "version": "3.3.0",
- "description": "Lower level utilities for compiling Vue single file components",
- "main": "dist/index.js",
- "typings": "dist/index.d.ts",
- "files": [
- "dist",
- "lib"
- ],
- "scripts": {
- "lint": "prettier --write \"{lib,test}/**/*.ts\"",
- "test": "prettier --list-different \"{lib,test}/**/*.ts\" && jest --coverage",
- "build": "rm -rf dist && tsc",
- "prepublishOnly": "yarn build && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
- },
- "gitHooks": {
- "pre-commit": "lint-staged"
- },
- "lint-staged": {
- "*.{ts,js}": [
- "prettier --write",
- "git add"
+ "_args": [
+ [
+ "@vue/component-compiler-utils@3.3.0",
+ "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vuejs/component-compiler-utils.git"
- },
- "keywords": [
- "vue",
- "sfc",
- "component",
- "compiler"
],
- "author": "Evan You",
- "license": "MIT",
+ "_development": true,
+ "_from": "@vue/component-compiler-utils@3.3.0",
+ "_id": "@vue/component-compiler-utils@3.3.0",
+ "_inBundle": false,
+ "_integrity": "sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ==",
+ "_location": "/@vue/component-compiler-utils",
+ "_phantomChildren": {
+ "pseudomap": "1.0.2",
+ "source-map": "0.6.1"
+ },
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@vue/component-compiler-utils@3.3.0",
+ "name": "@vue/component-compiler-utils",
+ "escapedName": "@vue%2fcomponent-compiler-utils",
+ "scope": "@vue",
+ "rawSpec": "3.3.0",
+ "saveSpec": null,
+ "fetchSpec": "3.3.0"
+ },
+ "_requiredBy": [
+ "/@vue/cli-service",
+ "/@vue/cli-service/@vue/vue-loader-v15"
+ ],
+ "_resolved": "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz",
+ "_spec": "3.3.0",
+ "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
+ "author": {
+ "name": "Evan You"
+ },
"bugs": {
"url": "https://github.com/vuejs/component-compiler-utils/issues"
},
- "homepage": "https://github.com/vuejs/component-compiler-utils#readme",
+ "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",
+ "prettier": "^1.18.2 || ^2.0.0",
+ "source-map": "~0.6.1",
+ "vue-template-es2015-compiler": "^1.9.0"
+ },
+ "description": "Lower level utilities for compiling Vue single file components",
"devDependencies": {
"@types/jest": "^22.2.3",
"@types/node": "^10.12.20",
@@ -55,17 +67,42 @@
"vue-template-compiler": "^2.6.6",
"yorkie": "^2.0.0"
},
- "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"
+ "files": [
+ "dist",
+ "lib"
+ ],
+ "gitHooks": {
+ "pre-commit": "lint-staged"
},
+ "homepage": "https://github.com/vuejs/component-compiler-utils#readme",
+ "keywords": [
+ "vue",
+ "sfc",
+ "component",
+ "compiler"
+ ],
+ "license": "MIT",
+ "lint-staged": {
+ "*.{ts,js}": [
+ "prettier --write",
+ "git add"
+ ]
+ },
+ "main": "dist/index.js",
+ "name": "@vue/component-compiler-utils",
"optionalDependencies": {
"prettier": "^1.18.2 || ^2.0.0"
- }
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/vuejs/component-compiler-utils.git"
+ },
+ "scripts": {
+ "build": "rm -rf dist && tsc",
+ "lint": "prettier --write \"{lib,test}/**/*.ts\"",
+ "prepublishOnly": "yarn build && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s",
+ "test": "prettier --list-different \"{lib,test}/**/*.ts\" && jest --coverage"
+ },
+ "typings": "dist/index.d.ts",
+ "version": "3.3.0"
}
diff --git a/node_modules/@vue/vue-loader-v15/.babelrc b/node_modules/@vue/vue-loader-v15/.babelrc
deleted file mode 100644
index 3ed94dff..00000000
--- a/node_modules/@vue/vue-loader-v15/.babelrc
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "presets": [
- ["env", { "modules": false }]
- ]
-}
diff --git a/node_modules/@vue/vue-loader-v15/.eslintrc.js b/node_modules/@vue/vue-loader-v15/.eslintrc.js
deleted file mode 100644
index b31f0209..00000000
--- a/node_modules/@vue/vue-loader-v15/.eslintrc.js
+++ /dev/null
@@ -1,8 +0,0 @@
-module.exports = {
- root: true,
- extends: ['plugin:vue-libs/recommended'],
- rules: {
- indent: 'off',
- 'space-before-function-paren': 'off'
- }
-}
diff --git a/node_modules/@vue/vue-loader-v15/.gitattributes b/node_modules/@vue/vue-loader-v15/.gitattributes
deleted file mode 100644
index 6313b56c..00000000
--- a/node_modules/@vue/vue-loader-v15/.gitattributes
+++ /dev/null
@@ -1 +0,0 @@
-* text=auto eol=lf
diff --git a/node_modules/@vue/vue-loader-v15/CHANGELOG.md b/node_modules/@vue/vue-loader-v15/CHANGELOG.md
deleted file mode 100644
index 83d9bf0f..00000000
--- a/node_modules/@vue/vue-loader-v15/CHANGELOG.md
+++ /dev/null
@@ -1,753 +0,0 @@
-
-# [15.11.0](https://github.com/vuejs/vue-loader/compare/v15.10.2...v15.11.0) (2023-10-18)
-
-### Features
-
-* A new `experimentalInlineMatchResource` option (webpack 5 only), which leverages webpack 5's [inline matchResource](https://webpack.js.org/api/loaders/#inline-matchresource) feature in the underlying implementation, and works well with the [`experiments.css`](https://webpack.js.org/configuration/experiments/#experimentscss) feature. This also makes `vue-loader` compatible with [Rspack](https://www.rspack.dev/guide/vue). ([#2058](https://github.com/vuejs/vue-loader/pull/2058))
-
-
-# [15.10.2](https://github.com/vuejs/vue-loader/compare/v15.10.1...v15.10.2) (2023-08-23)
-
-### Bug Fixes
-
-* don't enable prettify by default if prettier 3 is detected ([aa2558d](https://github.com/vuejs/vue-loader/commit/aa2558d))
-
-
-
-# [15.10.1](https://github.com/vuejs/vue-loader/compare/v15.10.0...v15.10.1) (2022-11-14)
-
-### Bug Fixes
-
-* skip thread-loader when cloning js rules to template compilation pipeline, fixes ([fb6ff6e](https://github.com/vuejs/vue-loader/commit/fb6ff6e))
-
-
-
-# [15.10.0](https://github.com/vuejs/vue-loader/compare/v15.10.0-beta.6...v15.10.0) (2022-07-01)
-
-
-
-
-# [15.10.0-beta.6](https://github.com/vuejs/vue-loader/compare/v15.10.0-beta.5...v15.10.0-beta.6) (2022-06-20)
-
-
-### Bug Fixes
-
-* always pass id to stylePostLoader when possible ([364ad09](https://github.com/vuejs/vue-loader/commit/364ad09))
-
-
-
-
-# [15.10.0-beta.5](https://github.com/vuejs/vue-loader/compare/v15.10.0-beta.4...v15.10.0-beta.5) (2022-06-20)
-
-
-### Bug Fixes
-
-* css v-bind in production mode ([655e5f8](https://github.com/vuejs/vue-loader/commit/655e5f8))
-
-
-
-
-# [15.10.0-beta.4](https://github.com/vuejs/vue-loader/compare/v15.10.0-beta.3...v15.10.0-beta.4) (2022-06-20)
-
-
-### Features
-
-* support css v-bind (requires 2.7.0-beta.3) ([d653f3b](https://github.com/vuejs/vue-loader/commit/d653f3b))
-
-
-
-
-# [15.10.0-beta.3](https://github.com/vuejs/vue-loader/compare/v15.10.0-beta.2...v15.10.0-beta.3) (2022-06-16)
-
-
-### Bug Fixes
-
-* cache descriptor with correct resource path ([f6c83b5](https://github.com/vuejs/vue-loader/commit/f6c83b5))
-
-
-
-
-# [15.10.0-beta.2](https://github.com/vuejs/vue-loader/compare/v15.10.0-beta.1...v15.10.0-beta.2) (2022-06-16)
-
-
-### Features
-
-* use script-analyzed bindings when compiling template ([55de28c](https://github.com/vuejs/vue-loader/commit/55de28c))
-
-
-
-
-# [15.10.0-beta.1](https://github.com/vuejs/vue-loader/compare/v15.9.8...v15.10.0-beta.1) (2022-06-14)
-
-
-### Features
-
-* apply js loaders to compiled template code when used with 2.7 ([30464a8](https://github.com/vuejs/vue-loader/commit/30464a8))
-* compat for vue 2.7, support `
-
-
-```
-
-There are many cool features provided by `vue-loader`:
-
-- Allows using other webpack loaders for each part of a Vue component, for example Sass for `
+ }
+ .mic,
+ .video,
+ .sharing {
+ width: 60px;
+ height: 60px;
+ margin-left: 20px;
+ }
-
\ No newline at end of file
+ .micImg,
+ .videoImg,
+ .sharImg {
+ width: 40px;
+ height: 40px;
+ }
+
\ No newline at end of file
diff --git a/src/views/room.vue b/src/views/room.vue
index f5efd723..708a4e33 100644
--- a/src/views/room.vue
+++ b/src/views/room.vue
@@ -11,7 +11,7 @@
:id="item">
{{ item }}
-