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.

46 lines
1.6 KiB

1 month ago
  1. {
  2. "name": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
  3. "version": "7.25.9",
  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. ".": {
  18. "types": "./lib/index.d.ts",
  19. "default": "./lib/index.js"
  20. },
  21. "./package.json": "./package.json"
  22. },
  23. "keywords": [
  24. "babel-plugin",
  25. "bugfix"
  26. ],
  27. "dependencies": {
  28. "@babel/helper-plugin-utils": "^7.25.9"
  29. },
  30. "peerDependencies": {
  31. "@babel/core": "^7.0.0"
  32. },
  33. "devDependencies": {
  34. "@babel/core": "^7.25.9",
  35. "@babel/helper-plugin-test-runner": "^7.25.9",
  36. "@babel/traverse": "^7.25.9"
  37. },
  38. "engines": {
  39. "node": ">=6.9.0"
  40. },
  41. "author": "The Babel Team (https://babel.dev/team)",
  42. "type": "commonjs"
  43. ,"_resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz"
  44. ,"_integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug=="
  45. ,"_from": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9"
  46. }