麦克风,摄像头,屏幕共享页面
This commit is contained in:
+62
-31
@@ -1,37 +1,43 @@
|
||||
{
|
||||
"name": "case-sensitive-paths-webpack-plugin",
|
||||
"version": "2.4.0",
|
||||
"description": "Enforces module path case sensitivity in Webpack",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mocha test/",
|
||||
"lint": "eslint index.js",
|
||||
"lintfix": "eslint --fix index.js test/index.js",
|
||||
"version": "auto-changelog -p && git add CHANGELOG.md"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Urthen/case-sensitive-paths-webpack-plugin.git"
|
||||
},
|
||||
"keywords": [
|
||||
"webpack",
|
||||
"plugin",
|
||||
"case sensitive",
|
||||
"import",
|
||||
"require"
|
||||
"_args": [
|
||||
[
|
||||
"case-sensitive-paths-webpack-plugin@2.4.0",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"files": [
|
||||
"index.js"
|
||||
"_development": true,
|
||||
"_from": "case-sensitive-paths-webpack-plugin@2.4.0",
|
||||
"_id": "case-sensitive-paths-webpack-plugin@2.4.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==",
|
||||
"_location": "/case-sensitive-paths-webpack-plugin",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "case-sensitive-paths-webpack-plugin@2.4.0",
|
||||
"name": "case-sensitive-paths-webpack-plugin",
|
||||
"escapedName": "case-sensitive-paths-webpack-plugin",
|
||||
"rawSpec": "2.4.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.4.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@vue/cli-service"
|
||||
],
|
||||
"author": "Michael Pratt",
|
||||
"license": "MIT",
|
||||
"_resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz",
|
||||
"_spec": "2.4.0",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Michael Pratt"
|
||||
},
|
||||
"auto-changelog": {
|
||||
"commitLimit": false
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin#readme",
|
||||
"description": "Enforces module path case sensitivity in Webpack",
|
||||
"devDependencies": {
|
||||
"auto-changelog": "2.2.1",
|
||||
"eslint": "7.20.0",
|
||||
@@ -41,7 +47,32 @@
|
||||
"mocha": "8.3.0",
|
||||
"webpack": "5.23.0"
|
||||
},
|
||||
"auto-changelog": {
|
||||
"commitLimit": false
|
||||
}
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/Urthen/case-sensitive-paths-webpack-plugin#readme",
|
||||
"keywords": [
|
||||
"webpack",
|
||||
"plugin",
|
||||
"case sensitive",
|
||||
"import",
|
||||
"require"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "case-sensitive-paths-webpack-plugin",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Urthen/case-sensitive-paths-webpack-plugin.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint index.js",
|
||||
"lintfix": "eslint --fix index.js test/index.js",
|
||||
"test": "mocha test/",
|
||||
"version": "auto-changelog -p && git add CHANGELOG.md"
|
||||
},
|
||||
"version": "2.4.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user