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.

30 lines
660 B

  1. {
  2. "name": "webidl-conversions",
  3. "version": "6.1.0",
  4. "description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
  5. "main": "lib/index.js",
  6. "scripts": {
  7. "lint": "eslint .",
  8. "test": "mocha test/*.js",
  9. "coverage": "nyc mocha test/*.js"
  10. },
  11. "repository": "jsdom/webidl-conversions",
  12. "keywords": [
  13. "webidl",
  14. "web",
  15. "types"
  16. ],
  17. "files": [
  18. "lib/"
  19. ],
  20. "author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
  21. "license": "BSD-2-Clause",
  22. "devDependencies": {
  23. "eslint": "^6.8.0",
  24. "mocha": "^7.1.1",
  25. "nyc": "^15.0.0"
  26. },
  27. "engines": {
  28. "node": ">=10.4"
  29. }
  30. }