package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
  3. "version": "7.18.6",
  4. "description": "Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression"
  9. },
  10. "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
  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-plugin-utils": "^7.18.6"
  26. },
  27. "peerDependencies": {
  28. "@babel/core": "^7.0.0"
  29. },
  30. "devDependencies": {
  31. "@babel/core": "^7.18.6",
  32. "@babel/helper-function-name": "^7.18.6",
  33. "@babel/helper-plugin-test-runner": "^7.18.6",
  34. "@babel/traverse": "^7.18.6"
  35. },
  36. "engines": {
  37. "node": ">=6.9.0"
  38. },
  39. "author": "The Babel Team (https://babel.dev/team)",
  40. "type": "commonjs"
  41. }