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.

24 lines
596 B

  1. {
  2. "name": "@webassemblyjs/helper-buffer",
  3. "version": "1.9.0",
  4. "description": "Buffer manipulation 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. "author": "Sven Sauleau",
  18. "license": "MIT",
  19. "devDependencies": {
  20. "@webassemblyjs/wasm-parser": "1.9.0",
  21. "jest-diff": "^24.0.0"
  22. },
  23. "gitHead": "0440b420888c1f7701eb9762ec657775506b87d8"
  24. }