71dda9383e0d4d63ec5584d916b21e3c31703b8bddcaec003619d9b91dc095c42aa27d1e4046b73af75040ed267db8fd4a6ed441b1c0d7acf161fddab3e97f 708 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@webassemblyjs/floating-point-hex-parser",
  3. "scripts": {
  4. "build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall"
  5. },
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/xtuc/webassemblyjs.git"
  9. },
  10. "publishConfig": {
  11. "access": "public"
  12. },
  13. "version": "1.9.0",
  14. "description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
  15. "main": "lib/index.js",
  16. "module": "esm/index.js",
  17. "keywords": [
  18. "webassembly",
  19. "floating-point"
  20. ],
  21. "author": "Mauro Bringolf",
  22. "license": "MIT",
  23. "gitHead": "0440b420888c1f7701eb9762ec657775506b87d8"
  24. }