package.json 653 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "@webassemblyjs/helper-numbers",
  3. "version": "1.11.1",
  4. "description": "Number parsing utility",
  5. "main": "lib/index.js",
  6. "module": "esm/index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/xtuc/webassemblyjs.git"
  13. },
  14. "publishConfig": {
  15. "access": "public"
  16. },
  17. "dependencies": {
  18. "@webassemblyjs/floating-point-hex-parser": "1.11.1",
  19. "@webassemblyjs/helper-api-error": "1.11.1",
  20. "@xtuc/long": "4.2.2"
  21. },
  22. "author": "Sven Sauleau",
  23. "license": "MIT",
  24. "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b"
  25. }