package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "@webassemblyjs/floating-point-hex-parser@1.9.0",
  3. "_id": "@webassemblyjs/floating-point-hex-parser@1.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==",
  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.9.0",
  12. "name": "@webassemblyjs/floating-point-hex-parser",
  13. "escapedName": "@webassemblyjs%2ffloating-point-hex-parser",
  14. "scope": "@webassemblyjs",
  15. "rawSpec": "1.9.0",
  16. "saveSpec": null,
  17. "fetchSpec": "1.9.0"
  18. },
  19. "_requiredBy": [
  20. "/@webassemblyjs/wast-parser"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz",
  23. "_shasum": "3c3d3b271bddfc84deb00f71344438311d52ffb4",
  24. "_spec": "@webassemblyjs/floating-point-hex-parser@1.9.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@webassemblyjs\\wast-parser",
  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": "0440b420888c1f7701eb9762ec657775506b87d8",
  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.9.0"
  56. }