package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "@webassemblyjs/floating-point-hex-parser@1.11.6",
  3. "_id": "@webassemblyjs/floating-point-hex-parser@1.11.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==",
  6. "_location": "/@webassemblyjs/floating-point-hex-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@webassemblyjs/floating-point-hex-parser@1.11.6",
  12. "name": "@webassemblyjs/floating-point-hex-parser",
  13. "escapedName": "@webassemblyjs%2ffloating-point-hex-parser",
  14. "scope": "@webassemblyjs",
  15. "rawSpec": "1.11.6",
  16. "saveSpec": null,
  17. "fetchSpec": "1.11.6"
  18. },
  19. "_requiredBy": [
  20. "/@webassemblyjs/helper-numbers"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz",
  23. "_shasum": "dacbcb95aff135c8260f77fa3b4c5fea600a6431",
  24. "_spec": "@webassemblyjs/floating-point-hex-parser@1.11.6",
  25. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/@webassemblyjs/helper-numbers",
  26. "author": {
  27. "name": "Mauro Bringolf"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/xtuc/webassemblyjs/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
  35. "homepage": "https://github.com/xtuc/webassemblyjs#readme",
  36. "keywords": [
  37. "webassembly",
  38. "floating-point"
  39. ],
  40. "license": "MIT",
  41. "main": "lib/index.js",
  42. "module": "esm/index.js",
  43. "name": "@webassemblyjs/floating-point-hex-parser",
  44. "publishConfig": {
  45. "access": "public"
  46. },
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/xtuc/webassemblyjs.git"
  50. },
  51. "scripts": {
  52. "build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall"
  53. },
  54. "version": "1.11.6"
  55. }