package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "@webassemblyjs/floating-point-hex-parser@1.7.11",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@webassemblyjs/floating-point-hex-parser@1.7.11",
  10. "_id": "@webassemblyjs/floating-point-hex-parser@1.7.11",
  11. "_inBundle": false,
  12. "_integrity": "sha1-pp8K9lAuuaPARVVbGmEp09Py4xM=",
  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.7.11",
  19. "name": "@webassemblyjs/floating-point-hex-parser",
  20. "escapedName": "@webassemblyjs%2ffloating-point-hex-parser",
  21. "scope": "@webassemblyjs",
  22. "rawSpec": "1.7.11",
  23. "saveSpec": null,
  24. "fetchSpec": "1.7.11"
  25. },
  26. "_requiredBy": [
  27. "/@webassemblyjs/wast-parser"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@webassemblyjs/floating-point-hex-parser/download/@webassemblyjs/floating-point-hex-parser-1.7.11.tgz",
  30. "_spec": "1.7.11",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "gitHead": "4291990bfc4648bc6676091a955d12dc3c7e5909",
  40. "homepage": "https://github.com/xtuc/webassemblyjs#readme",
  41. "keywords": [
  42. "webassembly",
  43. "floating-point"
  44. ],
  45. "license": "MIT",
  46. "main": "lib/index.js",
  47. "module": "esm/index.js",
  48. "name": "@webassemblyjs/floating-point-hex-parser",
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/xtuc/webassemblyjs.git"
  55. },
  56. "scripts": {
  57. "build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall"
  58. },
  59. "version": "1.7.11"
  60. }