web 3d图形渲染器
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.

33 lines
826 B

  1. {
  2. "name": "@webassemblyjs/ast",
  3. "version": "1.9.0",
  4. "description": "AST utils for webassemblyjs",
  5. "keywords": [
  6. "webassembly",
  7. "javascript",
  8. "ast"
  9. ],
  10. "main": "lib/index.js",
  11. "module": "esm/index.js",
  12. "author": "Sven Sauleau",
  13. "license": "MIT",
  14. "dependencies": {
  15. "@webassemblyjs/helper-module-context": "1.9.0",
  16. "@webassemblyjs/helper-wasm-bytecode": "1.9.0",
  17. "@webassemblyjs/wast-parser": "1.9.0"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/xtuc/webassemblyjs.git"
  22. },
  23. "publishConfig": {
  24. "access": "public"
  25. },
  26. "devDependencies": {
  27. "@webassemblyjs/helper-test-framework": "1.9.0",
  28. "array.prototype.flatmap": "^1.2.1",
  29. "dump-exports": "^0.1.0",
  30. "mamacro": "^0.0.7"
  31. },
  32. "gitHead": "0440b420888c1f7701eb9762ec657775506b87d8"
  33. }