视频会议上传文件
This commit is contained in:
+55
-19
@@ -1,9 +1,50 @@
|
||||
{
|
||||
"name": "@webassemblyjs/wast-printer",
|
||||
"version": "1.11.6",
|
||||
"_args": [
|
||||
[
|
||||
"@webassemblyjs/wast-printer@1.11.6",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@webassemblyjs/wast-printer@1.11.6",
|
||||
"_id": "@webassemblyjs/wast-printer@1.11.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==",
|
||||
"_location": "/@webassemblyjs/wast-printer",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@webassemblyjs/wast-printer@1.11.6",
|
||||
"name": "@webassemblyjs/wast-printer",
|
||||
"escapedName": "@webassemblyjs%2fwast-printer",
|
||||
"scope": "@webassemblyjs",
|
||||
"rawSpec": "1.11.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.11.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@webassemblyjs/wasm-edit"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz",
|
||||
"_spec": "1.11.6",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Sven Sauleau"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/xtuc/webassemblyjs/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@webassemblyjs/ast": "1.11.6",
|
||||
"@xtuc/long": "4.2.2"
|
||||
},
|
||||
"description": "WebAssembly text format printer",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"devDependencies": {
|
||||
"@webassemblyjs/helper-test-framework": "1.11.6",
|
||||
"@webassemblyjs/wast-parser": "1.11.6"
|
||||
},
|
||||
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
||||
"keywords": [
|
||||
"webassembly",
|
||||
"javascript",
|
||||
@@ -12,24 +53,19 @@
|
||||
"printer",
|
||||
"wast"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"author": "Sven Sauleau",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@webassemblyjs/ast": "1.11.6",
|
||||
"@xtuc/long": "4.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@webassemblyjs/helper-test-framework": "1.11.6",
|
||||
"@webassemblyjs/wast-parser": "1.11.6"
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"name": "@webassemblyjs/wast-printer",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xtuc/webassemblyjs.git"
|
||||
"url": "git+https://github.com/xtuc/webassemblyjs.git"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "1.11.6"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user