视频会议上传文件
This commit is contained in:
+61
-19
@@ -1,31 +1,73 @@
|
||||
{
|
||||
"name": "@webassemblyjs/ast",
|
||||
"version": "1.11.6",
|
||||
"description": "AST utils for webassemblyjs",
|
||||
"keywords": [
|
||||
"webassembly",
|
||||
"javascript",
|
||||
"ast"
|
||||
"_args": [
|
||||
[
|
||||
"@webassemblyjs/ast@1.11.6",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"author": "Sven Sauleau",
|
||||
"license": "MIT",
|
||||
"_development": true,
|
||||
"_from": "@webassemblyjs/ast@1.11.6",
|
||||
"_id": "@webassemblyjs/ast@1.11.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==",
|
||||
"_location": "/@webassemblyjs/ast",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@webassemblyjs/ast@1.11.6",
|
||||
"name": "@webassemblyjs/ast",
|
||||
"escapedName": "@webassemblyjs%2fast",
|
||||
"scope": "@webassemblyjs",
|
||||
"rawSpec": "1.11.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.11.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@webassemblyjs/helper-wasm-section",
|
||||
"/@webassemblyjs/wasm-edit",
|
||||
"/@webassemblyjs/wasm-gen",
|
||||
"/@webassemblyjs/wasm-opt",
|
||||
"/@webassemblyjs/wasm-parser",
|
||||
"/@webassemblyjs/wast-printer",
|
||||
"/webpack"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-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/helper-numbers": "1.11.6",
|
||||
"@webassemblyjs/helper-wasm-bytecode": "1.11.6"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xtuc/webassemblyjs.git"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"description": "AST utils for webassemblyjs",
|
||||
"devDependencies": {
|
||||
"@webassemblyjs/helper-test-framework": "1.11.6",
|
||||
"array.prototype.flatmap": "^1.2.1",
|
||||
"dump-exports": "^0.1.0",
|
||||
"mamacro": "^0.0.7"
|
||||
}
|
||||
},
|
||||
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
||||
"keywords": [
|
||||
"webassembly",
|
||||
"javascript",
|
||||
"ast"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"name": "@webassemblyjs/ast",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/xtuc/webassemblyjs.git"
|
||||
},
|
||||
"version": "1.11.6"
|
||||
}
|
||||
|
||||
+20
-20
@@ -1,21 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2017 Mauro Bringolf
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2017 Mauro Bringolf
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
+49
-13
@@ -1,23 +1,59 @@
|
||||
{
|
||||
"name": "@webassemblyjs/floating-point-hex-parser",
|
||||
"scripts": {
|
||||
"build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall"
|
||||
"_args": [
|
||||
[
|
||||
"@webassemblyjs/floating-point-hex-parser@1.11.6",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@webassemblyjs/floating-point-hex-parser@1.11.6",
|
||||
"_id": "@webassemblyjs/floating-point-hex-parser@1.11.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==",
|
||||
"_location": "/@webassemblyjs/floating-point-hex-parser",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@webassemblyjs/floating-point-hex-parser@1.11.6",
|
||||
"name": "@webassemblyjs/floating-point-hex-parser",
|
||||
"escapedName": "@webassemblyjs%2ffloating-point-hex-parser",
|
||||
"scope": "@webassemblyjs",
|
||||
"rawSpec": "1.11.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.11.6"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xtuc/webassemblyjs.git"
|
||||
"_requiredBy": [
|
||||
"/@webassemblyjs/helper-numbers"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz",
|
||||
"_spec": "1.11.6",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Mauro Bringolf"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"bugs": {
|
||||
"url": "https://github.com/xtuc/webassemblyjs/issues"
|
||||
},
|
||||
"version": "1.11.6",
|
||||
"description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
||||
"keywords": [
|
||||
"webassembly",
|
||||
"floating-point"
|
||||
],
|
||||
"author": "Mauro Bringolf",
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"name": "@webassemblyjs/floating-point-hex-parser",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/xtuc/webassemblyjs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall"
|
||||
},
|
||||
"version": "1.11.6"
|
||||
}
|
||||
|
||||
+47
-10
@@ -1,17 +1,54 @@
|
||||
{
|
||||
"name": "@webassemblyjs/helper-api-error",
|
||||
"version": "1.11.6",
|
||||
"_args": [
|
||||
[
|
||||
"@webassemblyjs/helper-api-error@1.11.6",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@webassemblyjs/helper-api-error@1.11.6",
|
||||
"_id": "@webassemblyjs/helper-api-error@1.11.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==",
|
||||
"_location": "/@webassemblyjs/helper-api-error",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@webassemblyjs/helper-api-error@1.11.6",
|
||||
"name": "@webassemblyjs/helper-api-error",
|
||||
"escapedName": "@webassemblyjs%2fhelper-api-error",
|
||||
"scope": "@webassemblyjs",
|
||||
"rawSpec": "1.11.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.11.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@webassemblyjs/helper-numbers",
|
||||
"/@webassemblyjs/wasm-parser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz",
|
||||
"_spec": "1.11.6",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Sven Sauleau"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/xtuc/webassemblyjs/issues"
|
||||
},
|
||||
"description": "Common API errors",
|
||||
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"author": "Sven Sauleau",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xtuc/webassemblyjs.git",
|
||||
"directory": "packages/helper-api-error"
|
||||
},
|
||||
"name": "@webassemblyjs/helper-api-error",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/xtuc/webassemblyjs.git",
|
||||
"directory": "packages/helper-api-error"
|
||||
},
|
||||
"version": "1.11.6"
|
||||
}
|
||||
|
||||
+55
-17
@@ -1,23 +1,61 @@
|
||||
{
|
||||
"name": "@webassemblyjs/helper-buffer",
|
||||
"version": "1.11.6",
|
||||
"_args": [
|
||||
[
|
||||
"@webassemblyjs/helper-buffer@1.11.6",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@webassemblyjs/helper-buffer@1.11.6",
|
||||
"_id": "@webassemblyjs/helper-buffer@1.11.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==",
|
||||
"_location": "/@webassemblyjs/helper-buffer",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@webassemblyjs/helper-buffer@1.11.6",
|
||||
"name": "@webassemblyjs/helper-buffer",
|
||||
"escapedName": "@webassemblyjs%2fhelper-buffer",
|
||||
"scope": "@webassemblyjs",
|
||||
"rawSpec": "1.11.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.11.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@webassemblyjs/helper-wasm-section",
|
||||
"/@webassemblyjs/wasm-edit",
|
||||
"/@webassemblyjs/wasm-opt"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz",
|
||||
"_spec": "1.11.6",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Sven Sauleau"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/xtuc/webassemblyjs/issues"
|
||||
},
|
||||
"description": "Buffer manipulation utility",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xtuc/webassemblyjs.git"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"author": "Sven Sauleau",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@webassemblyjs/wasm-parser": "1.11.6",
|
||||
"jest-diff": "^24.0.0"
|
||||
}
|
||||
},
|
||||
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"name": "@webassemblyjs/helper-buffer",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/xtuc/webassemblyjs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"version": "1.11.6"
|
||||
}
|
||||
|
||||
+50
-14
@@ -1,24 +1,60 @@
|
||||
{
|
||||
"name": "@webassemblyjs/helper-numbers",
|
||||
"version": "1.11.6",
|
||||
"description": "Number parsing utility",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"_args": [
|
||||
[
|
||||
"@webassemblyjs/helper-numbers@1.11.6",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@webassemblyjs/helper-numbers@1.11.6",
|
||||
"_id": "@webassemblyjs/helper-numbers@1.11.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==",
|
||||
"_location": "/@webassemblyjs/helper-numbers",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@webassemblyjs/helper-numbers@1.11.6",
|
||||
"name": "@webassemblyjs/helper-numbers",
|
||||
"escapedName": "@webassemblyjs%2fhelper-numbers",
|
||||
"scope": "@webassemblyjs",
|
||||
"rawSpec": "1.11.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.11.6"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xtuc/webassemblyjs.git"
|
||||
"_requiredBy": [
|
||||
"/@webassemblyjs/ast"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz",
|
||||
"_spec": "1.11.6",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Sven Sauleau"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"bugs": {
|
||||
"url": "https://github.com/xtuc/webassemblyjs/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@webassemblyjs/floating-point-hex-parser": "1.11.6",
|
||||
"@webassemblyjs/helper-api-error": "1.11.6",
|
||||
"@xtuc/long": "4.2.2"
|
||||
},
|
||||
"author": "Sven Sauleau",
|
||||
"license": "MIT"
|
||||
"description": "Number parsing utility",
|
||||
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"name": "@webassemblyjs/helper-numbers",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/xtuc/webassemblyjs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"version": "1.11.6"
|
||||
}
|
||||
|
||||
+51
-11
@@ -1,19 +1,59 @@
|
||||
{
|
||||
"name": "@webassemblyjs/helper-wasm-bytecode",
|
||||
"version": "1.11.6",
|
||||
"_args": [
|
||||
[
|
||||
"@webassemblyjs/helper-wasm-bytecode@1.11.6",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@webassemblyjs/helper-wasm-bytecode@1.11.6",
|
||||
"_id": "@webassemblyjs/helper-wasm-bytecode@1.11.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==",
|
||||
"_location": "/@webassemblyjs/helper-wasm-bytecode",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@webassemblyjs/helper-wasm-bytecode@1.11.6",
|
||||
"name": "@webassemblyjs/helper-wasm-bytecode",
|
||||
"escapedName": "@webassemblyjs%2fhelper-wasm-bytecode",
|
||||
"scope": "@webassemblyjs",
|
||||
"rawSpec": "1.11.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.11.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@webassemblyjs/ast",
|
||||
"/@webassemblyjs/helper-wasm-section",
|
||||
"/@webassemblyjs/wasm-edit",
|
||||
"/@webassemblyjs/wasm-gen",
|
||||
"/@webassemblyjs/wasm-parser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz",
|
||||
"_spec": "1.11.6",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Sven Sauleau"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/xtuc/webassemblyjs/issues"
|
||||
},
|
||||
"description": "WASM's Bytecode constants",
|
||||
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"name": "@webassemblyjs/helper-wasm-bytecode",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/xtuc/webassemblyjs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Sven Sauleau",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xtuc/webassemblyjs.git"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
"version": "1.11.6"
|
||||
}
|
||||
|
||||
+51
-15
@@ -1,28 +1,64 @@
|
||||
{
|
||||
"name": "@webassemblyjs/helper-wasm-section",
|
||||
"version": "1.11.6",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"_args": [
|
||||
[
|
||||
"@webassemblyjs/helper-wasm-section@1.11.6",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@webassemblyjs/helper-wasm-section@1.11.6",
|
||||
"_id": "@webassemblyjs/helper-wasm-section@1.11.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==",
|
||||
"_location": "/@webassemblyjs/helper-wasm-section",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@webassemblyjs/helper-wasm-section@1.11.6",
|
||||
"name": "@webassemblyjs/helper-wasm-section",
|
||||
"escapedName": "@webassemblyjs%2fhelper-wasm-section",
|
||||
"scope": "@webassemblyjs",
|
||||
"rawSpec": "1.11.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.11.6"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xtuc/webassemblyjs.git"
|
||||
"_requiredBy": [
|
||||
"/@webassemblyjs/wasm-edit"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz",
|
||||
"_spec": "1.11.6",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Sven Sauleau"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"bugs": {
|
||||
"url": "https://github.com/xtuc/webassemblyjs/issues"
|
||||
},
|
||||
"author": "Sven Sauleau",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@webassemblyjs/ast": "1.11.6",
|
||||
"@webassemblyjs/helper-buffer": "1.11.6",
|
||||
"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
|
||||
"@webassemblyjs/wasm-gen": "1.11.6"
|
||||
},
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"@webassemblyjs/wasm-parser": "1.11.6"
|
||||
}
|
||||
},
|
||||
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"name": "@webassemblyjs/helper-wasm-section",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/xtuc/webassemblyjs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"version": "1.11.6"
|
||||
}
|
||||
|
||||
+51
-16
@@ -1,22 +1,57 @@
|
||||
{
|
||||
"name": "@webassemblyjs/ieee754",
|
||||
"version": "1.11.6",
|
||||
"description": "IEEE754 decoder and encoder",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"_args": [
|
||||
[
|
||||
"@webassemblyjs/ieee754@1.11.6",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@webassemblyjs/ieee754@1.11.6",
|
||||
"_id": "@webassemblyjs/ieee754@1.11.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==",
|
||||
"_location": "/@webassemblyjs/ieee754",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@webassemblyjs/ieee754@1.11.6",
|
||||
"name": "@webassemblyjs/ieee754",
|
||||
"escapedName": "@webassemblyjs%2fieee754",
|
||||
"scope": "@webassemblyjs",
|
||||
"rawSpec": "1.11.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.11.6"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xtuc/webassemblyjs.git",
|
||||
"directory": "packages/ieee754"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"_requiredBy": [
|
||||
"/@webassemblyjs/wasm-gen",
|
||||
"/@webassemblyjs/wasm-parser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz",
|
||||
"_spec": "1.11.6",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"bugs": {
|
||||
"url": "https://github.com/xtuc/webassemblyjs/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@xtuc/ieee754": "^1.2.0"
|
||||
}
|
||||
},
|
||||
"description": "IEEE754 decoder and encoder",
|
||||
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"name": "@webassemblyjs/ieee754",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/xtuc/webassemblyjs.git",
|
||||
"directory": "packages/ieee754"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"version": "1.11.6"
|
||||
}
|
||||
|
||||
+48
-13
@@ -1,22 +1,57 @@
|
||||
{
|
||||
"name": "@webassemblyjs/leb128",
|
||||
"version": "1.11.6",
|
||||
"description": "LEB128 decoder and encoder",
|
||||
"license": "Apache-2.0",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"_args": [
|
||||
[
|
||||
"@webassemblyjs/leb128@1.11.6",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@webassemblyjs/leb128@1.11.6",
|
||||
"_id": "@webassemblyjs/leb128@1.11.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==",
|
||||
"_location": "/@webassemblyjs/leb128",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@webassemblyjs/leb128@1.11.6",
|
||||
"name": "@webassemblyjs/leb128",
|
||||
"escapedName": "@webassemblyjs%2fleb128",
|
||||
"scope": "@webassemblyjs",
|
||||
"rawSpec": "1.11.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.11.6"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xtuc/webassemblyjs.git",
|
||||
"directory": "packages/leb128"
|
||||
"_requiredBy": [
|
||||
"/@webassemblyjs/wasm-gen",
|
||||
"/@webassemblyjs/wasm-parser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz",
|
||||
"_spec": "1.11.6",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"bugs": {
|
||||
"url": "https://github.com/xtuc/webassemblyjs/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@xtuc/long": "4.2.2"
|
||||
},
|
||||
"description": "LEB128 decoder and encoder",
|
||||
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
||||
"license": "Apache-2.0",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"name": "@webassemblyjs/leb128",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/xtuc/webassemblyjs.git",
|
||||
"directory": "packages/leb128"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"version": "1.11.6"
|
||||
}
|
||||
|
||||
+48
-11
@@ -1,19 +1,56 @@
|
||||
{
|
||||
"name": "@webassemblyjs/utf8",
|
||||
"version": "1.11.6",
|
||||
"_args": [
|
||||
[
|
||||
"@webassemblyjs/utf8@1.11.6",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@webassemblyjs/utf8@1.11.6",
|
||||
"_id": "@webassemblyjs/utf8@1.11.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==",
|
||||
"_location": "/@webassemblyjs/utf8",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@webassemblyjs/utf8@1.11.6",
|
||||
"name": "@webassemblyjs/utf8",
|
||||
"escapedName": "@webassemblyjs%2futf8",
|
||||
"scope": "@webassemblyjs",
|
||||
"rawSpec": "1.11.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.11.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@webassemblyjs/wasm-gen",
|
||||
"/@webassemblyjs/wasm-parser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz",
|
||||
"_spec": "1.11.6",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Sven Sauleau"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/xtuc/webassemblyjs/issues"
|
||||
},
|
||||
"description": "UTF8 encoder/decoder for WASM",
|
||||
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xtuc/webassemblyjs.git"
|
||||
},
|
||||
"name": "@webassemblyjs/utf8",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"author": "Sven Sauleau",
|
||||
"license": "MIT"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/xtuc/webassemblyjs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"version": "1.11.6"
|
||||
}
|
||||
|
||||
+51
-15
@@ -1,21 +1,40 @@
|
||||
{
|
||||
"name": "@webassemblyjs/wasm-edit",
|
||||
"version": "1.11.6",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"_args": [
|
||||
[
|
||||
"@webassemblyjs/wasm-edit@1.11.6",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@webassemblyjs/wasm-edit@1.11.6",
|
||||
"_id": "@webassemblyjs/wasm-edit@1.11.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==",
|
||||
"_location": "/@webassemblyjs/wasm-edit",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@webassemblyjs/wasm-edit@1.11.6",
|
||||
"name": "@webassemblyjs/wasm-edit",
|
||||
"escapedName": "@webassemblyjs%2fwasm-edit",
|
||||
"scope": "@webassemblyjs",
|
||||
"rawSpec": "1.11.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.11.6"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xtuc/webassemblyjs.git"
|
||||
"_requiredBy": [
|
||||
"/webpack"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz",
|
||||
"_spec": "1.11.6",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Sven Sauleau"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"bugs": {
|
||||
"url": "https://github.com/xtuc/webassemblyjs/issues"
|
||||
},
|
||||
"author": "Sven Sauleau",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@webassemblyjs/ast": "1.11.6",
|
||||
"@webassemblyjs/helper-buffer": "1.11.6",
|
||||
@@ -26,7 +45,24 @@
|
||||
"@webassemblyjs/wasm-parser": "1.11.6",
|
||||
"@webassemblyjs/wast-printer": "1.11.6"
|
||||
},
|
||||
"description": "> Rewrite a WASM binary",
|
||||
"devDependencies": {
|
||||
"@webassemblyjs/helper-test-framework": "1.11.6"
|
||||
}
|
||||
},
|
||||
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"name": "@webassemblyjs/wasm-edit",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/xtuc/webassemblyjs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"version": "1.11.6"
|
||||
}
|
||||
|
||||
+53
-15
@@ -1,26 +1,64 @@
|
||||
{
|
||||
"name": "@webassemblyjs/wasm-gen",
|
||||
"version": "1.11.6",
|
||||
"description": "WebAssembly binary format printer",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"_args": [
|
||||
[
|
||||
"@webassemblyjs/wasm-gen@1.11.6",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@webassemblyjs/wasm-gen@1.11.6",
|
||||
"_id": "@webassemblyjs/wasm-gen@1.11.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==",
|
||||
"_location": "/@webassemblyjs/wasm-gen",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@webassemblyjs/wasm-gen@1.11.6",
|
||||
"name": "@webassemblyjs/wasm-gen",
|
||||
"escapedName": "@webassemblyjs%2fwasm-gen",
|
||||
"scope": "@webassemblyjs",
|
||||
"rawSpec": "1.11.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.11.6"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xtuc/webassemblyjs.git"
|
||||
"_requiredBy": [
|
||||
"/@webassemblyjs/helper-wasm-section",
|
||||
"/@webassemblyjs/wasm-edit",
|
||||
"/@webassemblyjs/wasm-opt"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz",
|
||||
"_spec": "1.11.6",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Sven Sauleau"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"bugs": {
|
||||
"url": "https://github.com/xtuc/webassemblyjs/issues"
|
||||
},
|
||||
"author": "Sven Sauleau",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@webassemblyjs/ast": "1.11.6",
|
||||
"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
|
||||
"@webassemblyjs/ieee754": "1.11.6",
|
||||
"@webassemblyjs/leb128": "1.11.6",
|
||||
"@webassemblyjs/utf8": "1.11.6"
|
||||
}
|
||||
},
|
||||
"description": "WebAssembly binary format printer",
|
||||
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"name": "@webassemblyjs/wasm-gen",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/xtuc/webassemblyjs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"version": "1.11.6"
|
||||
}
|
||||
|
||||
+51
-15
@@ -1,25 +1,61 @@
|
||||
{
|
||||
"name": "@webassemblyjs/wasm-opt",
|
||||
"version": "1.11.6",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"_args": [
|
||||
[
|
||||
"@webassemblyjs/wasm-opt@1.11.6",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@webassemblyjs/wasm-opt@1.11.6",
|
||||
"_id": "@webassemblyjs/wasm-opt@1.11.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==",
|
||||
"_location": "/@webassemblyjs/wasm-opt",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@webassemblyjs/wasm-opt@1.11.6",
|
||||
"name": "@webassemblyjs/wasm-opt",
|
||||
"escapedName": "@webassemblyjs%2fwasm-opt",
|
||||
"scope": "@webassemblyjs",
|
||||
"rawSpec": "1.11.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.11.6"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/xtuc/webassemblyjs.git"
|
||||
"_requiredBy": [
|
||||
"/@webassemblyjs/wasm-edit"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz",
|
||||
"_spec": "1.11.6",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Sven Sauleau"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"bugs": {
|
||||
"url": "https://github.com/xtuc/webassemblyjs/issues"
|
||||
},
|
||||
"author": "Sven Sauleau",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@webassemblyjs/ast": "1.11.6",
|
||||
"@webassemblyjs/helper-buffer": "1.11.6",
|
||||
"@webassemblyjs/wasm-gen": "1.11.6",
|
||||
"@webassemblyjs/wasm-parser": "1.11.6"
|
||||
}
|
||||
},
|
||||
"description": "",
|
||||
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"module": "esm/index.js",
|
||||
"name": "@webassemblyjs/wasm-opt",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/xtuc/webassemblyjs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"version": "1.11.6"
|
||||
}
|
||||
|
||||
+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",
|
||||
"D:\\韩超勃\\视频会议\\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": "D:\\韩超勃\\视频会议\\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"
|
||||
}
|
||||
|
||||
+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