麦克风,摄像头,屏幕共享页面
This commit is contained in:
+5
-2
@@ -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
|
||||
|
||||
+69
-37
@@ -1,48 +1,41 @@
|
||||
{
|
||||
"name": "eslint-scope",
|
||||
"description": "ECMAScript scope analyzer for ESLint",
|
||||
"homepage": "http://github.com/eslint/eslint-scope",
|
||||
"main": "./dist/eslint-scope.cjs",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./lib/index.js",
|
||||
"require": "./dist/eslint-scope.cjs"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
"_args": [
|
||||
[
|
||||
"eslint-scope@7.2.2",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "eslint-scope@7.2.2",
|
||||
"_id": "eslint-scope@7.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
|
||||
"_location": "/vue-eslint-parser/eslint-scope",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "eslint-scope@7.2.2",
|
||||
"name": "eslint-scope",
|
||||
"escapedName": "eslint-scope",
|
||||
"rawSpec": "7.2.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "7.2.2"
|
||||
},
|
||||
"version": "7.2.2",
|
||||
"engines": {
|
||||
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
||||
},
|
||||
"repository": "eslint/eslint-scope",
|
||||
"funding": "https://opencollective.com/eslint",
|
||||
"_requiredBy": [
|
||||
"/vue-eslint-parser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
|
||||
"_spec": "7.2.2",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"bugs": {
|
||||
"url": "https://github.com/eslint/eslint-scope/issues"
|
||||
},
|
||||
"license": "BSD-2-Clause",
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"lint": "npm run build && node Makefile.js lint",
|
||||
"update-version": "node tools/update-version.js",
|
||||
"test": "npm run build && node Makefile.js test",
|
||||
"prepublishOnly": "npm run update-version && npm run build",
|
||||
"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"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"lib",
|
||||
"dist/eslint-scope.cjs"
|
||||
],
|
||||
"dependencies": {
|
||||
"esrecurse": "^4.3.0",
|
||||
"estraverse": "^5.2.0"
|
||||
},
|
||||
"description": "ECMAScript scope analyzer for ESLint",
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/parser": "^4.28.1",
|
||||
"c8": "^7.7.3",
|
||||
@@ -59,5 +52,44 @@
|
||||
"rollup": "^2.52.7",
|
||||
"shelljs": "^0.8.4",
|
||||
"typescript": "^4.3.5"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./lib/index.js",
|
||||
"require": "./dist/eslint-scope.cjs"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"lib",
|
||||
"dist/eslint-scope.cjs"
|
||||
],
|
||||
"funding": "https://opencollective.com/eslint",
|
||||
"homepage": "http://github.com/eslint/eslint-scope",
|
||||
"license": "BSD-2-Clause",
|
||||
"main": "./dist/eslint-scope.cjs",
|
||||
"name": "eslint-scope",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/eslint/eslint-scope.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"generate-alpharelease": "eslint-generate-prerelease alpha",
|
||||
"generate-betarelease": "eslint-generate-prerelease beta",
|
||||
"generate-rcrelease": "eslint-generate-prerelease rc",
|
||||
"generate-release": "eslint-generate-release",
|
||||
"lint": "npm run build && node Makefile.js lint",
|
||||
"prepublishOnly": "npm run update-version && npm run build",
|
||||
"publish-release": "eslint-publish-release",
|
||||
"test": "npm run build && node Makefile.js test",
|
||||
"update-version": "node tools/update-version.js"
|
||||
},
|
||||
"type": "module",
|
||||
"version": "7.2.2"
|
||||
}
|
||||
|
||||
+70
-34
@@ -1,30 +1,42 @@
|
||||
{
|
||||
"name": "eslint-visitor-keys",
|
||||
"version": "3.4.3",
|
||||
"description": "Constants and utilities about visitor keys to traverse AST.",
|
||||
"type": "module",
|
||||
"main": "dist/eslint-visitor-keys.cjs",
|
||||
"types": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
".": [
|
||||
{
|
||||
"import": "./lib/index.js",
|
||||
"require": "./dist/eslint-visitor-keys.cjs"
|
||||
},
|
||||
"./dist/eslint-visitor-keys.cjs"
|
||||
],
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"files": [
|
||||
"dist/index.d.ts",
|
||||
"dist/visitor-keys.d.ts",
|
||||
"dist/eslint-visitor-keys.cjs",
|
||||
"dist/eslint-visitor-keys.d.cts",
|
||||
"lib"
|
||||
"_args": [
|
||||
[
|
||||
"eslint-visitor-keys@3.4.3",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"engines": {
|
||||
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
||||
"_development": true,
|
||||
"_from": "eslint-visitor-keys@3.4.3",
|
||||
"_id": "eslint-visitor-keys@3.4.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
||||
"_location": "/vue-eslint-parser/eslint-visitor-keys",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "eslint-visitor-keys@3.4.3",
|
||||
"name": "eslint-visitor-keys",
|
||||
"escapedName": "eslint-visitor-keys",
|
||||
"rawSpec": "3.4.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.4.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/vue-eslint-parser",
|
||||
"/vue-eslint-parser/espree"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
||||
"_spec": "3.4.3",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Toru Nagashima",
|
||||
"url": "https://github.com/mysticatea"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/eslint/eslint-visitor-keys/issues"
|
||||
},
|
||||
"description": "Constants and utilities about visitor keys to traverse AST.",
|
||||
"devDependencies": {
|
||||
"@types/estree": "^0.0.51",
|
||||
"@types/estree-jsx": "^0.0.1",
|
||||
@@ -45,6 +57,36 @@
|
||||
"tsd": "^0.19.1",
|
||||
"typescript": "^4.6.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
||||
},
|
||||
"exports": {
|
||||
".": [
|
||||
{
|
||||
"import": "./lib/index.js",
|
||||
"require": "./dist/eslint-visitor-keys.cjs"
|
||||
},
|
||||
"./dist/eslint-visitor-keys.cjs"
|
||||
],
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"files": [
|
||||
"dist/index.d.ts",
|
||||
"dist/visitor-keys.d.ts",
|
||||
"dist/eslint-visitor-keys.cjs",
|
||||
"dist/eslint-visitor-keys.d.cts",
|
||||
"lib"
|
||||
],
|
||||
"funding": "https://opencollective.com/eslint",
|
||||
"homepage": "https://github.com/eslint/eslint-visitor-keys#readme",
|
||||
"keywords": [],
|
||||
"license": "Apache-2.0",
|
||||
"main": "dist/eslint-visitor-keys.cjs",
|
||||
"name": "eslint-visitor-keys",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/eslint/eslint-visitor-keys.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run build:cjs && npm run build:types",
|
||||
"build:cjs": "rollup -c",
|
||||
@@ -53,22 +95,16 @@
|
||||
"build:types": "tsc",
|
||||
"lint": "eslint .",
|
||||
"prepare": "npm run build",
|
||||
"release:generate:latest": "eslint-generate-release",
|
||||
"release:generate:alpha": "eslint-generate-prerelease alpha",
|
||||
"release:generate:beta": "eslint-generate-prerelease beta",
|
||||
"release:generate:latest": "eslint-generate-release",
|
||||
"release:generate:rc": "eslint-generate-prerelease rc",
|
||||
"release:publish": "eslint-publish-release",
|
||||
"test": "mocha tests/lib/**/*.cjs && c8 mocha tests/lib/**/*.js && npm run test:types",
|
||||
"test:open-coverage": "c8 report --reporter lcov && opener coverage/lcov-report/index.html",
|
||||
"test:types": "tsd"
|
||||
},
|
||||
"repository": "eslint/eslint-visitor-keys",
|
||||
"funding": "https://opencollective.com/eslint",
|
||||
"keywords": [],
|
||||
"author": "Toru Nagashima (https://github.com/mysticatea)",
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/eslint/eslint-visitor-keys/issues"
|
||||
},
|
||||
"homepage": "https://github.com/eslint/eslint-visitor-keys#readme"
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"version": "3.4.3"
|
||||
}
|
||||
|
||||
+77
-42
@@ -1,41 +1,46 @@
|
||||
{
|
||||
"name": "espree",
|
||||
"description": "An Esprima-compatible JavaScript parser built on Acorn",
|
||||
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
|
||||
"homepage": "https://github.com/eslint/espree",
|
||||
"main": "dist/espree.cjs",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": [
|
||||
{
|
||||
"import": "./espree.js",
|
||||
"require": "./dist/espree.cjs",
|
||||
"default": "./dist/espree.cjs"
|
||||
},
|
||||
"./dist/espree.cjs"
|
||||
],
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"version": "9.6.1",
|
||||
"files": [
|
||||
"lib",
|
||||
"dist/espree.cjs",
|
||||
"espree.js"
|
||||
"_args": [
|
||||
[
|
||||
"espree@9.6.1",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"engines": {
|
||||
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
||||
"_development": true,
|
||||
"_from": "espree@9.6.1",
|
||||
"_id": "espree@9.6.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
|
||||
"_location": "/vue-eslint-parser/espree",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "espree@9.6.1",
|
||||
"name": "espree",
|
||||
"escapedName": "espree",
|
||||
"rawSpec": "9.6.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "9.6.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/vue-eslint-parser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
|
||||
"_spec": "9.6.1",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Nicholas C. Zakas",
|
||||
"email": "nicholas+npm@nczconsulting.com"
|
||||
},
|
||||
"repository": "eslint/espree",
|
||||
"bugs": {
|
||||
"url": "https://github.com/eslint/espree/issues"
|
||||
},
|
||||
"funding": "https://opencollective.com/eslint",
|
||||
"license": "BSD-2-Clause",
|
||||
"dependencies": {
|
||||
"acorn": "^8.9.0",
|
||||
"acorn-jsx": "^5.3.2",
|
||||
"eslint-visitor-keys": "^3.4.1"
|
||||
},
|
||||
"description": "An Esprima-compatible JavaScript parser built on Acorn",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^17.1.0",
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
@@ -55,6 +60,30 @@
|
||||
"shelljs": "^0.3.0",
|
||||
"yorkie": "^2.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
||||
},
|
||||
"exports": {
|
||||
".": [
|
||||
{
|
||||
"import": "./espree.js",
|
||||
"require": "./dist/espree.cjs",
|
||||
"default": "./dist/espree.cjs"
|
||||
},
|
||||
"./dist/espree.cjs"
|
||||
],
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"dist/espree.cjs",
|
||||
"espree.js"
|
||||
],
|
||||
"funding": "https://opencollective.com/eslint",
|
||||
"gitHooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
},
|
||||
"homepage": "https://github.com/eslint/espree",
|
||||
"keywords": [
|
||||
"ast",
|
||||
"ecmascript",
|
||||
@@ -63,26 +92,32 @@
|
||||
"syntax",
|
||||
"acorn"
|
||||
],
|
||||
"gitHooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
"license": "BSD-2-Clause",
|
||||
"main": "dist/espree.cjs",
|
||||
"name": "espree",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/eslint/espree.git"
|
||||
},
|
||||
"scripts": {
|
||||
"unit": "npm-run-all -s unit:*",
|
||||
"unit:esm": "c8 mocha --color --reporter progress --timeout 30000 'tests/lib/**/*.js'",
|
||||
"unit:cjs": "mocha --color --reporter progress --timeout 30000 tests/lib/commonjs.cjs",
|
||||
"test": "npm-run-all -p unit lint",
|
||||
"lint": "eslint . --report-unused-disable-directives",
|
||||
"fixlint": "npm run lint -- --fix",
|
||||
"build": "rollup -c rollup.config.js",
|
||||
"build:debug": "npm run build -- -m",
|
||||
"update-version": "node tools/update-version.js",
|
||||
"pretest": "npm run build",
|
||||
"prepublishOnly": "npm run update-version && npm run build",
|
||||
"sync-docs": "node sync-docs.js",
|
||||
"generate-release": "eslint-generate-release",
|
||||
"fixlint": "npm run lint -- --fix",
|
||||
"generate-alpharelease": "eslint-generate-prerelease alpha",
|
||||
"generate-betarelease": "eslint-generate-prerelease beta",
|
||||
"generate-rcrelease": "eslint-generate-prerelease rc",
|
||||
"publish-release": "eslint-publish-release"
|
||||
}
|
||||
"generate-release": "eslint-generate-release",
|
||||
"lint": "eslint . --report-unused-disable-directives",
|
||||
"prepublishOnly": "npm run update-version && npm run build",
|
||||
"pretest": "npm run build",
|
||||
"publish-release": "eslint-publish-release",
|
||||
"sync-docs": "node sync-docs.js",
|
||||
"test": "npm-run-all -p unit lint",
|
||||
"unit": "npm-run-all -s unit:*",
|
||||
"unit:cjs": "mocha --color --reporter progress --timeout 30000 tests/lib/commonjs.cjs",
|
||||
"unit:esm": "c8 mocha --color --reporter progress --timeout 30000 'tests/lib/**/*.js'",
|
||||
"update-version": "node tools/update-version.js"
|
||||
},
|
||||
"type": "module",
|
||||
"version": "9.6.1"
|
||||
}
|
||||
|
||||
+51
-19
@@ -1,23 +1,37 @@
|
||||
{
|
||||
"name": "estraverse",
|
||||
"description": "ECMAScript JS AST traversal functions",
|
||||
"homepage": "https://github.com/estools/estraverse",
|
||||
"main": "estraverse.js",
|
||||
"version": "5.3.0",
|
||||
"engines": {
|
||||
"node": ">=4.0"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Yusuke Suzuki",
|
||||
"email": "utatane.tea@gmail.com",
|
||||
"web": "http://github.com/Constellation"
|
||||
}
|
||||
"_args": [
|
||||
[
|
||||
"estraverse@5.3.0",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/estools/estraverse.git"
|
||||
"_development": true,
|
||||
"_from": "estraverse@5.3.0",
|
||||
"_id": "estraverse@5.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
|
||||
"_location": "/vue-eslint-parser/estraverse",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "estraverse@5.3.0",
|
||||
"name": "estraverse",
|
||||
"escapedName": "estraverse",
|
||||
"rawSpec": "5.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/vue-eslint-parser/eslint-scope"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
|
||||
"_spec": "5.3.0",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"bugs": {
|
||||
"url": "https://github.com/estools/estraverse/issues"
|
||||
},
|
||||
"description": "ECMAScript JS AST traversal functions",
|
||||
"devDependencies": {
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"babel-register": "^6.3.13",
|
||||
@@ -31,10 +45,28 @@
|
||||
"jshint": "^2.5.6",
|
||||
"mocha": "^2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0"
|
||||
},
|
||||
"homepage": "https://github.com/estools/estraverse",
|
||||
"license": "BSD-2-Clause",
|
||||
"main": "estraverse.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Yusuke Suzuki",
|
||||
"email": "utatane.tea@gmail.com",
|
||||
"url": "http://github.com/Constellation"
|
||||
}
|
||||
],
|
||||
"name": "estraverse",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/estools/estraverse.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npm run-script lint && npm run-script unit-test",
|
||||
"lint": "jshint estraverse.js",
|
||||
"test": "npm run-script lint && npm run-script unit-test",
|
||||
"unit-test": "mocha --compilers js:babel-register"
|
||||
}
|
||||
},
|
||||
"version": "5.3.0"
|
||||
}
|
||||
|
||||
+63
-24
@@ -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-eslint-parser/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-eslint-parser/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 <i@izs.me>",
|
||||
"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"
|
||||
}
|
||||
|
||||
+62
-27
@@ -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-eslint-parser/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-eslint-parser"
|
||||
],
|
||||
"_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"
|
||||
}
|
||||
|
||||
+52
-15
@@ -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-eslint-parser/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-eslint-parser/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 <i@izs.me> (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"
|
||||
}
|
||||
|
||||
+77
-42
@@ -1,16 +1,42 @@
|
||||
{
|
||||
"name": "vue-eslint-parser",
|
||||
"version": "8.3.0",
|
||||
"description": "The ESLint custom parser for `.vue` files.",
|
||||
"engines": {
|
||||
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
||||
},
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"index.*"
|
||||
"_args": [
|
||||
[
|
||||
"vue-eslint-parser@8.3.0",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"peerDependencies": {
|
||||
"eslint": ">=6.0.0"
|
||||
"_development": true,
|
||||
"_from": "vue-eslint-parser@8.3.0",
|
||||
"_id": "vue-eslint-parser@8.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-dzHGG3+sYwSf6zFBa0Gi9ZDshD7+ad14DGOdTLjruRVgZXe2J+DcZ9iUhyR48z5g1PqRa20yt3Njna/veLJL/g==",
|
||||
"_location": "/vue-eslint-parser",
|
||||
"_phantomChildren": {
|
||||
"acorn": "8.11.2",
|
||||
"acorn-jsx": "5.3.2",
|
||||
"esrecurse": "4.3.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "vue-eslint-parser@8.3.0",
|
||||
"name": "vue-eslint-parser",
|
||||
"escapedName": "vue-eslint-parser",
|
||||
"rawSpec": "8.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "8.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint-plugin-vue"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-8.3.0.tgz",
|
||||
"_spec": "8.3.0",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Toru Nagashima"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/vuejs/vue-eslint-parser/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"debug": "^4.3.2",
|
||||
@@ -21,6 +47,7 @@
|
||||
"lodash": "^4.17.21",
|
||||
"semver": "^7.3.5"
|
||||
},
|
||||
"description": "The ESLint custom parser for `.vue` files.",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.16.0",
|
||||
"@babel/eslint-parser": "^7.16.3",
|
||||
@@ -62,41 +89,49 @@
|
||||
"wait-on": "^6.0.0",
|
||||
"warun": "^1.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"prebuild": "npm run -s clean",
|
||||
"build": "tsc --module es2015 && rollup -c -o index.js && dts-bundle --name vue-eslint-parser --main .temp/index.d.ts --out ../index.d.ts",
|
||||
"clean": "rimraf .nyc_output .temp coverage index.*",
|
||||
"codecov": "codecov",
|
||||
"coverage": "opener ./coverage/lcov-report/index.html",
|
||||
"lint": "eslint src test package.json --ext .js,.ts",
|
||||
"setup": "git submodule update --init && cd test/fixtures/eslint && npm install",
|
||||
"pretest": "run-s build lint",
|
||||
"test": "npm run -s test:mocha",
|
||||
"test:mocha": "nyc mocha \"test/*.js\" --reporter dot --timeout 60000",
|
||||
"test:debug": "mocha --require ts-node/register/transpile-only \"test/*.js\" --reporter dot --timeout 60000",
|
||||
"preupdate-fixtures": "npm run -s build",
|
||||
"update-fixtures": "node scripts/update-fixtures-ast.js && node scripts/update-fixtures-document-fragment.js",
|
||||
"preversion": "npm test",
|
||||
"version": "npm run -s build",
|
||||
"postversion": "git push && git push --tags",
|
||||
"prewatch": "npm run -s clean",
|
||||
"watch": "run-p watch:*",
|
||||
"watch:tsc": "tsc --module es2015 --watch",
|
||||
"watch:rollup": "wait-on .temp/index.js && rollup -c -o index.js --watch",
|
||||
"watch:test": "wait-on index.js && warun index.js \"test/*.js\" \"test/fixtures/ast/*/*.json\" \"test/fixtures/*\" --debounce 1000 --no-initial -- nyc mocha \"test/*.js\" --reporter dot --timeout 10000",
|
||||
"watch:update-ast": "wait-on index.js && warun index.js \"test/fixtures/ast/*/*.vue\" -- node scripts/update-fixtures-ast.js",
|
||||
"watch:coverage-report": "wait-on coverage/lcov-report/index.html && opener coverage/lcov-report/index.html"
|
||||
"engines": {
|
||||
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
||||
},
|
||||
"files": [
|
||||
"index.*"
|
||||
],
|
||||
"funding": "https://github.com/sponsors/mysticatea",
|
||||
"homepage": "https://github.com/vuejs/vue-eslint-parser#readme",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "vue-eslint-parser",
|
||||
"peerDependencies": {
|
||||
"eslint": ">=6.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-eslint-parser.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Toru Nagashima",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/vuejs/vue-eslint-parser/issues"
|
||||
"scripts": {
|
||||
"build": "tsc --module es2015 && rollup -c -o index.js && dts-bundle --name vue-eslint-parser --main .temp/index.d.ts --out ../index.d.ts",
|
||||
"clean": "rimraf .nyc_output .temp coverage index.*",
|
||||
"codecov": "codecov",
|
||||
"coverage": "opener ./coverage/lcov-report/index.html",
|
||||
"lint": "eslint src test package.json --ext .js,.ts",
|
||||
"postversion": "git push && git push --tags",
|
||||
"prebuild": "npm run -s clean",
|
||||
"pretest": "run-s build lint",
|
||||
"preupdate-fixtures": "npm run -s build",
|
||||
"preversion": "npm test",
|
||||
"prewatch": "npm run -s clean",
|
||||
"setup": "git submodule update --init && cd test/fixtures/eslint && npm install",
|
||||
"test": "npm run -s test:mocha",
|
||||
"test:debug": "mocha --require ts-node/register/transpile-only \"test/*.js\" --reporter dot --timeout 60000",
|
||||
"test:mocha": "nyc mocha \"test/*.js\" --reporter dot --timeout 60000",
|
||||
"update-fixtures": "node scripts/update-fixtures-ast.js && node scripts/update-fixtures-document-fragment.js",
|
||||
"version": "npm run -s build",
|
||||
"watch": "run-p watch:*",
|
||||
"watch:coverage-report": "wait-on coverage/lcov-report/index.html && opener coverage/lcov-report/index.html",
|
||||
"watch:rollup": "wait-on .temp/index.js && rollup -c -o index.js --watch",
|
||||
"watch:test": "wait-on index.js && warun index.js \"test/*.js\" \"test/fixtures/ast/*/*.json\" \"test/fixtures/*\" --debounce 1000 --no-initial -- nyc mocha \"test/*.js\" --reporter dot --timeout 10000",
|
||||
"watch:tsc": "tsc --module es2015 --watch",
|
||||
"watch:update-ast": "wait-on index.js && warun index.js \"test/fixtures/ast/*/*.vue\" -- node scripts/update-fixtures-ast.js"
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue-eslint-parser#readme",
|
||||
"funding": "https://github.com/sponsors/mysticatea"
|
||||
"version": "8.3.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user