麦克风,摄像头,屏幕共享页面
This commit is contained in:
+56
-21
@@ -1,15 +1,42 @@
|
||||
{
|
||||
"name": "eslint-visitor-keys",
|
||||
"version": "1.3.0",
|
||||
"description": "Constants and utilities about visitor keys to traverse AST.",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
"lib"
|
||||
"_args": [
|
||||
[
|
||||
"eslint-visitor-keys@1.3.0",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
"_development": true,
|
||||
"_from": "eslint-visitor-keys@1.3.0",
|
||||
"_id": "eslint-visitor-keys@1.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
|
||||
"_location": "/eslint-utils/eslint-visitor-keys",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "eslint-visitor-keys@1.3.0",
|
||||
"name": "eslint-visitor-keys",
|
||||
"escapedName": "eslint-visitor-keys",
|
||||
"rawSpec": "1.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint-utils"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
|
||||
"_spec": "1.3.0",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Toru Nagashima",
|
||||
"url": "https://github.com/mysticatea"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/eslint/eslint-visitor-keys/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "Constants and utilities about visitor keys to traverse AST.",
|
||||
"devDependencies": {
|
||||
"eslint": "^4.7.2",
|
||||
"eslint-config-eslint": "^4.0.0",
|
||||
@@ -18,23 +45,31 @@
|
||||
"nyc": "^11.2.1",
|
||||
"opener": "^1.4.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/eslint/eslint-visitor-keys#readme",
|
||||
"keywords": [],
|
||||
"license": "Apache-2.0",
|
||||
"main": "lib/index.js",
|
||||
"name": "eslint-visitor-keys",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/eslint/eslint-visitor-keys.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint lib tests/lib",
|
||||
"pretest": "npm run -s lint",
|
||||
"test": "nyc mocha tests/lib",
|
||||
"coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
|
||||
"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"
|
||||
"generate-release": "eslint-generate-release",
|
||||
"lint": "eslint lib tests/lib",
|
||||
"pretest": "npm run -s lint",
|
||||
"publish-release": "eslint-publish-release",
|
||||
"test": "nyc mocha tests/lib"
|
||||
},
|
||||
"repository": "eslint/eslint-visitor-keys",
|
||||
"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"
|
||||
"version": "1.3.0"
|
||||
}
|
||||
|
||||
+60
-29
@@ -1,19 +1,43 @@
|
||||
{
|
||||
"name": "eslint-utils",
|
||||
"version": "2.1.0",
|
||||
"description": "Utilities for ESLint plugins.",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"main": "index",
|
||||
"module": "index.mjs",
|
||||
"files": [
|
||||
"index.*"
|
||||
"_args": [
|
||||
[
|
||||
"eslint-utils@2.1.0",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "eslint-utils@2.1.0",
|
||||
"_id": "eslint-utils@2.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
|
||||
"_location": "/eslint-utils",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "eslint-utils@2.1.0",
|
||||
"name": "eslint-utils",
|
||||
"escapedName": "eslint-utils",
|
||||
"rawSpec": "2.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
|
||||
"_spec": "2.1.0",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Toru Nagashima"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mysticatea/eslint-utils/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"eslint-visitor-keys": "^1.1.0"
|
||||
},
|
||||
"description": "Utilities for ESLint plugins.",
|
||||
"devDependencies": {
|
||||
"@mysticatea/eslint-plugin": "^12.0.0",
|
||||
"codecov": "^3.6.1",
|
||||
@@ -32,8 +56,26 @@
|
||||
"vuepress": "^1.2.0",
|
||||
"warun": "^1.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"files": [
|
||||
"index.*"
|
||||
],
|
||||
"funding": "https://github.com/sponsors/mysticatea",
|
||||
"homepage": "https://github.com/mysticatea/eslint-utils#readme",
|
||||
"keywords": [
|
||||
"eslint"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index",
|
||||
"module": "index.mjs",
|
||||
"name": "eslint-utils",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mysticatea/eslint-utils.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prebuild": "npm run -s clean",
|
||||
"build": "rollup -c",
|
||||
"clean": "rimraf .nyc_output coverage index.*",
|
||||
"codecov": "nyc report -r lcovonly && codecov",
|
||||
@@ -41,25 +83,14 @@
|
||||
"docs:build": "vuepress build docs",
|
||||
"docs:watch": "vuepress dev docs",
|
||||
"lint": "eslint src test",
|
||||
"postversion": "git push && git push --tags",
|
||||
"prebuild": "npm run -s clean",
|
||||
"preversion": "npm test && npm run -s build",
|
||||
"prewatch": "npm run -s clean",
|
||||
"test": "run-s lint build test:mocha",
|
||||
"test:mocha": "nyc mocha --reporter dot \"test/*.js\"",
|
||||
"preversion": "npm test && npm run -s build",
|
||||
"postversion": "git push && git push --tags",
|
||||
"prewatch": "npm run -s clean",
|
||||
"watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mysticatea/eslint-utils.git"
|
||||
},
|
||||
"keywords": [
|
||||
"eslint"
|
||||
],
|
||||
"author": "Toru Nagashima",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mysticatea/eslint-utils/issues"
|
||||
},
|
||||
"homepage": "https://github.com/mysticatea/eslint-utils#readme",
|
||||
"funding": "https://github.com/sponsors/mysticatea"
|
||||
"sideEffects": false,
|
||||
"version": "2.1.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user