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.

35 lines
1.0 KiB

  1. {
  2. "name": "@babel/compat-data",
  3. "version": "7.13.15",
  4. "author": "The Babel Team (https://babel.dev/team)",
  5. "license": "MIT",
  6. "description": "",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/babel/babel.git",
  10. "directory": "packages/babel-compat-data"
  11. },
  12. "publishConfig": {
  13. "access": "public"
  14. },
  15. "exports": {
  16. "./plugins": "./plugins.js",
  17. "./native-modules": "./native-modules.js",
  18. "./corejs2-built-ins": "./corejs2-built-ins.js",
  19. "./corejs3-shipped-proposals": "./corejs3-shipped-proposals.js",
  20. "./overlapping-plugins": "./overlapping-plugins.js",
  21. "./plugin-bugfixes": "./plugin-bugfixes.js"
  22. },
  23. "scripts": {
  24. "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js"
  25. },
  26. "keywords": [
  27. "babel",
  28. "compat-table",
  29. "compat-data"
  30. ],
  31. "devDependencies": {
  32. "@mdn/browser-compat-data": "^3.1.1",
  33. "core-js-compat": "^3.9.0",
  34. "electron-to-chromium": "1.3.672"
  35. }
  36. }