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

61 lines
2.0 KiB
JSON

{
"_args": [
[
"@webassemblyjs/floating-point-hex-parser@1.7.11",
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
]
],
"_development": true,
"_from": "@webassemblyjs/floating-point-hex-parser@1.7.11",
"_id": "@webassemblyjs/floating-point-hex-parser@1.7.11",
"_inBundle": false,
"_integrity": "sha512-zY8dSNyYcgzNRNT666/zOoAyImshm3ycKdoLsyDw/Bwo6+/uktb7p4xyApuef1dwEBo/U/SYQzbGBvV+nru2Xg==",
"_location": "/@webassemblyjs/floating-point-hex-parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@webassemblyjs/floating-point-hex-parser@1.7.11",
"name": "@webassemblyjs/floating-point-hex-parser",
"escapedName": "@webassemblyjs%2ffloating-point-hex-parser",
"scope": "@webassemblyjs",
"rawSpec": "1.7.11",
"saveSpec": null,
"fetchSpec": "1.7.11"
},
"_requiredBy": [
"/@webassemblyjs/wast-parser"
],
"_resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.11.tgz",
"_spec": "1.7.11",
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
"author": {
"name": "Mauro Bringolf"
},
"bugs": {
"url": "https://github.com/xtuc/webassemblyjs/issues"
},
"description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
"gitHead": "4291990bfc4648bc6676091a955d12dc3c7e5909",
"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"
},
"version": "1.7.11"
}