Files
Arbitrate-FrontendH5/node_modules/@webassemblyjs/floating-point-hex-parser/package.json
T

60 lines
1.9 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_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"
2024-01-18 10:46:33 +08:00
},
2024-04-08 16:23:29 +08:00
"_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"
2024-01-18 10:46:33 +08:00
},
2024-04-08 16:23:29 +08:00
"bugs": {
"url": "https://github.com/xtuc/webassemblyjs/issues"
2024-01-18 10:46:33 +08:00
},
"description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
2024-04-08 16:23:29 +08:00
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
2024-01-18 10:46:33 +08:00
"keywords": [
"webassembly",
"floating-point"
],
2024-04-08 16:23:29 +08:00
"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"
2024-01-18 10:46:33 +08:00
}