{
  "_from": "webassembly-floating-point-hex-parser@0.1.2",
  "_id": "webassembly-floating-point-hex-parser@0.1.2",
  "_inBundle": false,
  "_integrity": "sha512-TUf1H++8U10+stJbFydnvrpG5Sznz5Rilez/oZlV5zI0C/e4cSxd8rALAJ8VpTvjVWxLmL3SVSJUK6Ap9AoiNg==",
  "_location": "/webassembly-floating-point-hex-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webassembly-floating-point-hex-parser@0.1.2",
    "name": "webassembly-floating-point-hex-parser",
    "escapedName": "webassembly-floating-point-hex-parser",
    "rawSpec": "0.1.2",
    "saveSpec": null,
    "fetchSpec": "0.1.2"
  },
  "_requiredBy": [
    "/webassembly-interpreter"
  ],
  "_resolved": "https://registry.npmjs.org/webassembly-floating-point-hex-parser/-/webassembly-floating-point-hex-parser-0.1.2.tgz",
  "_shasum": "85bb01f54e68690c2645ea0cfad26c1110fdf988",
  "_spec": "webassembly-floating-point-hex-parser@0.1.2",
  "_where": "/Users/peterlai/Desktop/Projects/js-secp256k1/benchmarks/node_modules/webassembly-interpreter",
  "author": {
    "name": "Mauro Bringolf"
  },
  "bugs": {
    "url": "https://github.com/maurobringolf/webassembly-floating-point-hex-parser/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "maurobringolf"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-minify": "^0.2.0",
    "jest": "^22.0.4"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/maurobringolf/webassembly-floating-point-hex-parser",
  "keywords": [
    "webassembly",
    "floating-point"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "name": "webassembly-floating-point-hex-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maurobringolf/webassembly-floating-point-hex-parser.git"
  },
  "scripts": {
    "build": "babel src -d lib",
    "postbuild": "NODE_ENV=PRODUCTION jest",
    "prepublishOnly": "npm run build",
    "pretest": "gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall",
    "test": "jest",
    "watch": "jest --watch *.js"
  },
  "version": "0.1.2"
}
