视频会议上传文件
This commit is contained in:
+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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user