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.

18 lines
416 B

  1. {
  2. "name": "@webassemblyjs/leb128",
  3. "version": "1.9.0",
  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.2"
  13. },
  14. "publishConfig": {
  15. "access": "public"
  16. },
  17. "gitHead": "0440b420888c1f7701eb9762ec657775506b87d8"
  18. }