package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.16.7",
  3. "_id": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==",
  6. "_location": "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.16.7",
  12. "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  13. "escapedName": "@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining",
  14. "scope": "@babel",
  15. "rawSpec": "^7.16.7",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.16.7"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz",
  23. "_shasum": "cc001234dfc139ac45f6bcf801866198c8c72ff9",
  24. "_spec": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.16.7",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@babel\\preset-env",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-plugin-utils": "^7.16.7",
  36. "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
  37. "@babel/plugin-proposal-optional-chaining": "^7.16.7"
  38. },
  39. "deprecated": false,
  40. "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
  41. "devDependencies": {
  42. "@babel/core": "^7.16.7",
  43. "@babel/helper-plugin-test-runner": "^7.16.7",
  44. "@babel/traverse": "^7.16.7"
  45. },
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "exports": {
  50. ".": "./lib/index.js",
  51. "./package.json": "./package.json"
  52. },
  53. "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  54. "keywords": [
  55. "babel-plugin",
  56. "bugfix"
  57. ],
  58. "license": "MIT",
  59. "main": "./lib/index.js",
  60. "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  61. "peerDependencies": {
  62. "@babel/core": "^7.13.0"
  63. },
  64. "publishConfig": {
  65. "access": "public"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/babel/babel.git",
  70. "directory": "packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining"
  71. },
  72. "version": "7.16.7"
  73. }