package.json 417 B

123456789101112131415161718
  1. {
  2. "name": "@webassemblyjs/leb128",
  3. "version": "1.7.11",
  4. "description": "LEB128 decoder and encoder",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "module": "esm/index.js",
  8. "scripts": {
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "dependencies": {
  12. "@xtuc/long": "4.2.1"
  13. },
  14. "publishConfig": {
  15. "access": "public"
  16. },
  17. "gitHead": "4291990bfc4648bc6676091a955d12dc3c7e5909"
  18. }