package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5",
  10. "_id": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==",
  13. "_location": "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5",
  19. "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  20. "escapedName": "@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining",
  21. "scope": "@babel",
  22. "rawSpec": "7.22.5",
  23. "saveSpec": null,
  24. "fetchSpec": "7.22.5"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.5.tgz",
  30. "_spec": "7.22.5",
  31. "_where": "/Users/mac/projects/mime/mine",
  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.22.5",
  41. "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
  42. "@babel/plugin-transform-optional-chaining": "^7.22.5"
  43. },
  44. "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
  45. "devDependencies": {
  46. "@babel/core": "^7.22.5",
  47. "@babel/helper-plugin-test-runner": "^7.22.5",
  48. "@babel/traverse": "^7.22.5"
  49. },
  50. "engines": {
  51. "node": ">=6.9.0"
  52. },
  53. "exports": {
  54. ".": "./lib/index.js",
  55. "./package.json": "./package.json"
  56. },
  57. "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  58. "keywords": [
  59. "babel-plugin",
  60. "bugfix"
  61. ],
  62. "license": "MIT",
  63. "main": "./lib/index.js",
  64. "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  65. "peerDependencies": {
  66. "@babel/core": "^7.13.0"
  67. },
  68. "publishConfig": {
  69. "access": "public"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/babel/babel.git",
  74. "directory": "packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining"
  75. },
  76. "type": "commonjs",
  77. "version": "7.22.5"
  78. }