package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "@webassemblyjs/floating-point-hex-parser@1.11.0",
  3. "_id": "@webassemblyjs/floating-point-hex-parser@1.11.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Q/aVYs/VnPDVYvsCBL/gSgwmfjeCb4LW8+TMrO3cSzJImgv8lxxEPM2JA5jMrivE7LSz3V+PFqtMbls3m1exDA==",
  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.0",
  12. "name": "@webassemblyjs/floating-point-hex-parser",
  13. "escapedName": "@webassemblyjs%2ffloating-point-hex-parser",
  14. "scope": "@webassemblyjs",
  15. "rawSpec": "1.11.0",
  16. "saveSpec": null,
  17. "fetchSpec": "1.11.0"
  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.0.tgz",
  23. "_shasum": "34d62052f453cd43101d72eab4966a022587947c",
  24. "_spec": "@webassemblyjs/floating-point-hex-parser@1.11.0",
  25. "_where": "/home/girishm/Projects/op-mattermost-plugin/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. "gitHead": "2646d3b7d79bba66c4a5930c52ae99a30a9767db",
  36. "homepage": "https://github.com/xtuc/webassemblyjs#readme",
  37. "keywords": [
  38. "webassembly",
  39. "floating-point"
  40. ],
  41. "license": "MIT",
  42. "main": "lib/index.js",
  43. "module": "esm/index.js",
  44. "name": "@webassemblyjs/floating-point-hex-parser",
  45. "publishConfig": {
  46. "access": "public"
  47. },
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/xtuc/webassemblyjs.git"
  51. },
  52. "scripts": {
  53. "build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall"
  54. },
  55. "version": "1.11.0"
  56. }