麦克风,摄像头,屏幕共享页面

This commit is contained in:
hanchaobo
2024-04-16 09:12:55 +08:00
parent c098116879
commit 6fb8313ced
1119 changed files with 66488 additions and 45843 deletions
+44 -15
View File
@@ -1,22 +1,42 @@
{
"name": "relateurl",
"description": "Minify URLs by converting them from absolute to relative.",
"version": "0.2.7",
"license": "MIT",
"homepage": "https://github.com/stevenvachon/relateurl",
"_args": [
[
"relateurl@0.2.7",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "relateurl@0.2.7",
"_id": "relateurl@0.2.7",
"_inBundle": false,
"_integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==",
"_location": "/relateurl",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "relateurl@0.2.7",
"name": "relateurl",
"escapedName": "relateurl",
"rawSpec": "0.2.7",
"saveSpec": null,
"fetchSpec": "0.2.7"
},
"_requiredBy": [
"/html-minifier-terser"
],
"_resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
"_spec": "0.2.7",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Steven Vachon",
"email": "contact@svachon.com",
"url": "http://www.svachon.com/"
},
"main": "lib",
"repository": {
"type": "git",
"url": "git://github.com/stevenvachon/relateurl.git"
},
"bugs": {
"url": "https://github.com/stevenvachon/relateurl/issues"
},
"description": "Minify URLs by converting them from absolute to relative.",
"devDependencies": {
"browserify": "^13.0.1",
"chai": "^3.5.0",
@@ -26,14 +46,11 @@
"engines": {
"node": ">= 0.10"
},
"scripts": {
"browserify": "browserify lib/ --standalone RelateUrl | uglifyjs --compress --mangle -o relateurl-browser.js",
"test": "mocha test/ --bail --reporter spec --check-leaks"
},
"files": [
"lib",
"license"
],
"homepage": "https://github.com/stevenvachon/relateurl",
"keywords": [
"uri",
"url",
@@ -42,5 +59,17 @@
"lint",
"relative",
"absolute"
]
],
"license": "MIT",
"main": "lib",
"name": "relateurl",
"repository": {
"type": "git",
"url": "git://github.com/stevenvachon/relateurl.git"
},
"scripts": {
"browserify": "browserify lib/ --standalone RelateUrl | uglifyjs --compress --mangle -o relateurl-browser.js",
"test": "mocha test/ --bail --reporter spec --check-leaks"
},
"version": "0.2.7"
}