麦克风,摄像头,屏幕共享页面
This commit is contained in:
+55
-19
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user