tenebrous-dicebot/api/node_modules/@webassemblyjs/floating-point-hex-parser/package.json

25 lines
709 B
JSON

{
"name": "@webassemblyjs/floating-point-hex-parser",
"scripts": {
"build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall"
},
"repository": {
"type": "git",
"url": "https://github.com/xtuc/webassemblyjs.git"
},
"publishConfig": {
"access": "public"
},
"version": "1.11.0",
"description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
"main": "lib/index.js",
"module": "esm/index.js",
"keywords": [
"webassembly",
"floating-point"
],
"author": "Mauro Bringolf",
"license": "MIT",
"gitHead": "2646d3b7d79bba66c4a5930c52ae99a30a9767db"
}