package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "@webassemblyjs/floating-point-hex-parser@1.5.13",
  3. "_id": "@webassemblyjs/floating-point-hex-parser@1.5.13",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vrvvB18Kh4uyghSKb0NTv+2WZx871WL2NzwMj61jcq2bXkyhRC+8Q0oD7JGVf0+5i/fKQYQSBCNMMsDMRVAMqA==",
  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.5.13",
  12. "name": "@webassemblyjs/floating-point-hex-parser",
  13. "escapedName": "@webassemblyjs%2ffloating-point-hex-parser",
  14. "scope": "@webassemblyjs",
  15. "rawSpec": "1.5.13",
  16. "saveSpec": null,
  17. "fetchSpec": "1.5.13"
  18. },
  19. "_requiredBy": [
  20. "/@webassemblyjs/wast-parser"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.5.13.tgz",
  23. "_shasum": "29ce0baa97411f70e8cce68ce9c0f9d819a4e298",
  24. "_spec": "@webassemblyjs/floating-point-hex-parser@1.5.13",
  25. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\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. "homepage": "https://github.com/xtuc/webassemblyjs#readme",
  36. "keywords": [
  37. "webassembly",
  38. "floating-point"
  39. ],
  40. "license": "MIT",
  41. "main": "lib/index.js",
  42. "name": "@webassemblyjs/floating-point-hex-parser",
  43. "publishConfig": {
  44. "access": "public"
  45. },
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/xtuc/webassemblyjs.git"
  49. },
  50. "scripts": {
  51. "build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall"
  52. },
  53. "version": "1.5.13"
  54. }