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

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
+55 -23
View File
@@ -1,22 +1,44 @@
{
"name": "pretty-error",
"version": "4.0.0",
"description": "See nodejs errors with less clutter",
"main": "./lib/PrettyError.js",
"typings": "index.d.ts",
"scripts": {
"test": "mocha \"test/**/*.coffee\"",
"test:watch": "mocha \"test/**/*.coffee\" --watch",
"compile": "coffee --bare --compile --output ./lib ./src",
"compile:watch": "jitter src lib -b",
"watch": "npm run compile:watch & npm run test:watch",
"winwatch": "start/b npm run compile:watch & npm run test:watch",
"prepublish": "npm run compile"
"_args": [
[
"pretty-error@4.0.0",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "pretty-error@4.0.0",
"_id": "pretty-error@4.0.0",
"_inBundle": false,
"_integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==",
"_location": "/pretty-error",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pretty-error@4.0.0",
"name": "pretty-error",
"escapedName": "pretty-error",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/html-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Aria Minaei"
},
"bugs": {
"url": "https://github.com/AriaMinaei/pretty-error/issues"
},
"dependencies": {
"lodash": "^4.17.20",
"renderkid": "^3.0.0"
},
"description": "See nodejs errors with less clutter",
"devDependencies": {
"chai": "~1.9.2",
"coffee-script": "~1.8.0",
@@ -24,15 +46,7 @@
"jitter": "^1.3.0",
"mocha": "^8.2.0"
},
"author": "Aria Minaei",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AriaMinaei/pretty-error.git"
},
"bugs": {
"url": "https://github.com/AriaMinaei/pretty-error/issues"
},
"homepage": "https://github.com/AriaMinaei/pretty-error#readme",
"keywords": [
"pretty",
"error",
@@ -44,5 +58,23 @@
"prettify",
"format",
"human"
]
],
"license": "MIT",
"main": "./lib/PrettyError.js",
"name": "pretty-error",
"repository": {
"type": "git",
"url": "git+https://github.com/AriaMinaei/pretty-error.git"
},
"scripts": {
"compile": "coffee --bare --compile --output ./lib ./src",
"compile:watch": "jitter src lib -b",
"prepublish": "npm run compile",
"test": "mocha \"test/**/*.coffee\"",
"test:watch": "mocha \"test/**/*.coffee\" --watch",
"watch": "npm run compile:watch & npm run test:watch",
"winwatch": "start/b npm run compile:watch & npm run test:watch"
},
"typings": "index.d.ts",
"version": "4.0.0"
}