binance_bot/node_modules/@webassemblyjs/floating-point-hex-parser/package.json
2025-01-07 19:06:55 +01:00

57 lines
2.0 KiB
JSON

{
"_from": "@webassemblyjs/floating-point-hex-parser@1.13.2",
"_id": "@webassemblyjs/floating-point-hex-parser@1.13.2",
"_inBundle": false,
"_integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==",
"_location": "/@webassemblyjs/floating-point-hex-parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@webassemblyjs/floating-point-hex-parser@1.13.2",
"name": "@webassemblyjs/floating-point-hex-parser",
"escapedName": "@webassemblyjs%2ffloating-point-hex-parser",
"scope": "@webassemblyjs",
"rawSpec": "1.13.2",
"saveSpec": null,
"fetchSpec": "1.13.2"
},
"_requiredBy": [
"/@webassemblyjs/helper-numbers"
],
"_resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz",
"_shasum": "fcca1eeddb1cc4e7b6eed4fc7956d6813b21b9fb",
"_spec": "@webassemblyjs/floating-point-hex-parser@1.13.2",
"_where": "C:\\Users\\Wlad\\Desktop\\binance_bot\\node_modules\\@webassemblyjs\\helper-numbers",
"author": {
"name": "Mauro Bringolf"
},
"bugs": {
"url": "https://github.com/xtuc/webassemblyjs/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
"gitHead": "897aeb784f042a46a00626f1d1cca96159aa5db3",
"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.13.2"
}