You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.0 KiB

3 months ago
  1. {
  2. "name": "@webassemblyjs/wast-printer",
  3. "version": "1.14.1",
  4. "description": "WebAssembly text format printer",
  5. "main": "lib/index.js",
  6. "module": "esm/index.js",
  7. "keywords": [
  8. "webassembly",
  9. "javascript",
  10. "ast",
  11. "compiler",
  12. "printer",
  13. "wast"
  14. ],
  15. "scripts": {
  16. "test": "mocha"
  17. },
  18. "author": "Sven Sauleau",
  19. "license": "MIT",
  20. "dependencies": {
  21. "@webassemblyjs/ast": "1.14.1",
  22. "@xtuc/long": "4.2.2"
  23. },
  24. "devDependencies": {
  25. "@webassemblyjs/helper-test-framework": "1.14.1",
  26. "@webassemblyjs/wast-parser": "1.14.1"
  27. },
  28. "repository": {
  29. "type": "git",
  30. "url": "https://github.com/xtuc/webassemblyjs.git"
  31. },
  32. "publishConfig": {
  33. "access": "public"
  34. },
  35. "gitHead": "25d52b1296e151ac56244a7c3886661e6b4a69ea"
  36. ,"_resolved": "https://registry.npmmirror.com/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz"
  37. ,"_integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw=="
  38. ,"_from": "@webassemblyjs/wast-printer@1.14.1"
  39. }