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.

26 lines
597 B

  1. {
  2. "name": "confusing-browser-globals",
  3. "version": "1.0.10",
  4. "description": "A list of browser globals that are often used by mistake instead of local variables",
  5. "license": "MIT",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "jest"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/facebook/create-react-app.git",
  13. "directory": "packages/confusing-browser-globals"
  14. },
  15. "keywords": [
  16. "eslint",
  17. "globals"
  18. ],
  19. "files": [
  20. "index.js"
  21. ],
  22. "devDependencies": {
  23. "jest": "26.6.0"
  24. },
  25. "gitHead": "ed958938f642007645dd5ac3466db36202f8754e"
  26. }