You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1009 B

3 months ago
  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.13.2",
  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": "897aeb784f042a46a00626f1d1cca96159aa5db3"
  24. ,"_resolved": "https://registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz"
  25. ,"_integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA=="
  26. ,"_from": "@webassemblyjs/floating-point-hex-parser@1.13.2"
  27. }