You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.9 KiB
JSON
56 lines
1.9 KiB
JSON
{
|
|
"_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"
|
|
},
|
|
"_requiredBy": [
|
|
"/@webassemblyjs/helper-numbers"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz",
|
|
"_shasum": "dacbcb95aff135c8260f77fa3b4c5fea600a6431",
|
|
"_spec": "@webassemblyjs/floating-point-hex-parser@1.11.6",
|
|
"_where": "D:\\xyProject\\cacfrontend\\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",
|
|
"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.11.6"
|
|
}
|