{
  "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.1",
  "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": "3f07e2db2031afe0ce686630418c542938c1674b"

,"_resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz"
,"_integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ=="
,"_from": "@webassemblyjs/floating-point-hex-parser@1.11.1"
}