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.

79 lines
2.5 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9",
  10. "_id": "@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==",
  13. "_location": "/@babel/plugin-bugfix-firefox-class-in-computed-class-key",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.25.9",
  19. "name": "@babel/plugin-bugfix-firefox-class-in-computed-class-key",
  20. "escapedName": "@babel%2fplugin-bugfix-firefox-class-in-computed-class-key",
  21. "scope": "@babel",
  22. "rawSpec": "7.25.9",
  23. "saveSpec": null,
  24. "fetchSpec": "7.25.9"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz",
  30. "_spec": "7.25.9",
  31. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  32. "author": {
  33. "name": "The Babel Team",
  34. "url": "https://babel.dev/team"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/babel/babel/issues"
  38. },
  39. "dependencies": {
  40. "@babel/helper-plugin-utils": "^7.25.9",
  41. "@babel/traverse": "^7.25.9"
  42. },
  43. "description": "Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677",
  44. "devDependencies": {
  45. "@babel/core": "^7.25.9",
  46. "@babel/helper-plugin-test-runner": "^7.25.9"
  47. },
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "exports": {
  52. ".": {
  53. "types": "./lib/index.d.ts",
  54. "default": "./lib/index.js"
  55. },
  56. "./package.json": "./package.json"
  57. },
  58. "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-firefox-class-in-computed-class-key",
  59. "keywords": [
  60. "babel-plugin",
  61. "bugfix"
  62. ],
  63. "license": "MIT",
  64. "main": "./lib/index.js",
  65. "name": "@babel/plugin-bugfix-firefox-class-in-computed-class-key",
  66. "peerDependencies": {
  67. "@babel/core": "^7.0.0"
  68. },
  69. "publishConfig": {
  70. "access": "public"
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/babel/babel.git",
  75. "directory": "packages/babel-plugin-bugfix-firefox-class-in-computed-class-key"
  76. },
  77. "type": "commonjs",
  78. "version": "7.25.9"
  79. }