麦克风,摄像头,屏幕共享页面
This commit is contained in:
+61
-23
@@ -1,21 +1,42 @@
|
||||
{
|
||||
"name": "@webassemblyjs/wasm-parser",
|
||||
"version": "1.11.6",
|
||||
"keywords": [
|
||||
"webassembly",
|
||||
"javascript",
|
||||
"ast",
|
||||
"parser",
|
||||
"wasm"
|
||||
"_args": [
|
||||
[
|
||||
"@webassemblyjs/wasm-parser@1.11.6",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"description": "WebAssembly binary format parser",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
"_development": true,
|
||||
"_from": "@webassemblyjs/wasm-parser@1.11.6",
|
||||
"_id": "@webassemblyjs/wasm-parser@1.11.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==",
|
||||
"_location": "/@webassemblyjs/wasm-parser",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@webassemblyjs/wasm-parser@1.11.6",
|
||||
"name": "@webassemblyjs/wasm-parser",
|
||||
"escapedName": "@webassemblyjs%2fwasm-parser",
|
||||
"scope": "@webassemblyjs",
|
||||
"rawSpec": "1.11.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.11.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@webassemblyjs/wasm-edit",
|
||||
"/@webassemblyjs/wasm-opt",
|
||||
"/webpack"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz",
|
||||
"_spec": "1.11.6",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Sven Sauleau"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/xtuc/webassemblyjs/issues"
|
||||
},
|
||||
"author": "Sven Sauleau",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@webassemblyjs/ast": "1.11.6",
|
||||
"@webassemblyjs/helper-api-error": "1.11.6",
|
||||
@@ -24,13 +45,7 @@
|
||||
"@webassemblyjs/leb128": "1.11.6",
|
||||
"@webassemblyjs/utf8": "1.11.6"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xtuc/webassemblyjs.git"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"description": "WebAssembly binary format parser",
|
||||
"devDependencies": {
|
||||
"@webassemblyjs/helper-buffer": "1.11.6",
|
||||
"@webassemblyjs/helper-test-framework": "1.11.6",
|
||||
@@ -39,5 +54,28 @@
|
||||
"@webassemblyjs/wast-parser": "1.11.6",
|
||||
"mamacro": "^0.0.7",
|
||||
"wabt": "1.0.12"
|
||||
}
|
||||
},
|
||||
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
||||
"keywords": [
|
||||
"webassembly",
|
||||
"javascript",
|
||||
"ast",
|
||||
"parser",
|
||||
"wasm"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"name": "@webassemblyjs/wasm-parser",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/xtuc/webassemblyjs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "1.11.6"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user