package.json 1.9 KB

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