1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/@webassemblyjs/floating-point-hex-parser/package.json

57 lines
2.0 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "@webassemblyjs/floating-point-hex-parser@1.9.0",
"_id": "@webassemblyjs/floating-point-hex-parser@1.9.0",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==",
2023-12-18 13:12:25 +08:00
"_location": "/@webassemblyjs/floating-point-hex-parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "@webassemblyjs/floating-point-hex-parser@1.9.0",
2023-12-18 13:12:25 +08:00
"name": "@webassemblyjs/floating-point-hex-parser",
"escapedName": "@webassemblyjs%2ffloating-point-hex-parser",
"scope": "@webassemblyjs",
2024-01-16 21:26:16 +08:00
"rawSpec": "1.9.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "1.9.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/@webassemblyjs/wast-parser"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz",
"_shasum": "3c3d3b271bddfc84deb00f71344438311d52ffb4",
"_spec": "@webassemblyjs/floating-point-hex-parser@1.9.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\@webassemblyjs\\wast-parser",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Mauro Bringolf"
},
"bugs": {
"url": "https://github.com/xtuc/webassemblyjs/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
2024-01-16 21:26:16 +08:00
"gitHead": "0440b420888c1f7701eb9762ec657775506b87d8",
2023-12-18 13:12:25 +08:00
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
"keywords": [
"webassembly",
"floating-point"
],
"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"
},
2024-01-16 21:26:16 +08:00
"version": "1.9.0"
2023-12-18 13:12:25 +08:00
}