package.json 2.4 KB

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