package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
  3. "version": "7.23.7",
  4. "description": "Transform static class fields assignments that are affected by https://crbug.com/v8/12421",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly"
  9. },
  10. "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly",
  11. "license": "MIT",
  12. "publishConfig": {
  13. "access": "public"
  14. },
  15. "main": "./lib/index.js",
  16. "exports": {
  17. ".": "./lib/index.js",
  18. "./package.json": "./package.json"
  19. },
  20. "keywords": [
  21. "babel-plugin",
  22. "bugfix"
  23. ],
  24. "dependencies": {
  25. "@babel/helper-environment-visitor": "^7.22.20",
  26. "@babel/helper-plugin-utils": "^7.22.5"
  27. },
  28. "peerDependencies": {
  29. "@babel/core": "^7.0.0"
  30. },
  31. "devDependencies": {
  32. "@babel/core": "^7.23.7",
  33. "@babel/helper-plugin-test-runner": "^7.22.5",
  34. "@babel/traverse": "^7.23.7"
  35. },
  36. "engines": {
  37. "node": ">=6.9.0"
  38. },
  39. "author": "The Babel Team (https://babel.dev/team)",
  40. "type": "commonjs"
  41. }