package.json 765 B

1234567891011121314151617181920212223
  1. {
  2. "name": "@webassemblyjs/helper-wasm-bytecode",
  3. "version": "1.9.0",
  4. "description": "WASM's Bytecode constants",
  5. "main": "lib/index.js",
  6. "module": "esm/index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "author": "Sven Sauleau",
  11. "license": "MIT",
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/xtuc/webassemblyjs.git"
  15. },
  16. "publishConfig": {
  17. "access": "public"
  18. },
  19. "gitHead": "0440b420888c1f7701eb9762ec657775506b87d8",
  20. "__npminstall_done": "Thu Dec 24 2020 20:20:55 GMT+0800 (CST)",
  21. "_from": "@webassemblyjs/helper-wasm-bytecode@1.9.0",
  22. "_resolved": "https://registry.npm.taobao.org/@webassemblyjs/helper-wasm-bytecode/download/@webassemblyjs/helper-wasm-bytecode-1.9.0.tgz"
  23. }