麦克风,摄像头,屏幕共享页面
This commit is contained in:
+57
-26
@@ -1,14 +1,40 @@
|
||||
{
|
||||
"name": "webpack-sources",
|
||||
"version": "3.2.3",
|
||||
"description": "Source code handling classes for webpack",
|
||||
"main": "./lib/index.js",
|
||||
"scripts": {
|
||||
"pretest": "yarn lint",
|
||||
"test": "jest",
|
||||
"lint": "eslint --cache lib test/*.js",
|
||||
"cover": "jest --coverage"
|
||||
"_args": [
|
||||
[
|
||||
"webpack-sources@3.2.3",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "webpack-sources@3.2.3",
|
||||
"_id": "webpack-sources@3.2.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
|
||||
"_location": "/webpack-sources",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "webpack-sources@3.2.3",
|
||||
"name": "webpack-sources",
|
||||
"escapedName": "webpack-sources",
|
||||
"rawSpec": "3.2.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.2.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/webpack"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
|
||||
"_spec": "3.2.3",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Tobias Koppers @sokra"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/webpack/webpack-sources/issues"
|
||||
},
|
||||
"description": "Source code handling classes for webpack",
|
||||
"devDependencies": {
|
||||
"coveralls": "^3.0.2",
|
||||
"eslint": "^7.7.0",
|
||||
@@ -24,26 +50,13 @@
|
||||
"source-map": "^0.7.3",
|
||||
"sourcemap-validator": "^2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.13.0"
|
||||
},
|
||||
"files": [
|
||||
"lib/",
|
||||
"!lib/helpers/__mocks__"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=10.13.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/webpack/webpack-sources.git"
|
||||
},
|
||||
"keywords": [
|
||||
"webpack",
|
||||
"source-map"
|
||||
],
|
||||
"author": "Tobias Koppers @sokra",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/webpack/webpack-sources/issues"
|
||||
},
|
||||
"homepage": "https://github.com/webpack/webpack-sources#readme",
|
||||
"jest": {
|
||||
"forceExit": true,
|
||||
@@ -54,5 +67,23 @@
|
||||
"<rootDir>"
|
||||
],
|
||||
"testEnvironment": "node"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"webpack",
|
||||
"source-map"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"name": "webpack-sources",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/webpack/webpack-sources.git"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "jest --coverage",
|
||||
"lint": "eslint --cache lib test/*.js",
|
||||
"pretest": "yarn lint",
|
||||
"test": "jest"
|
||||
},
|
||||
"version": "3.2.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user