package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "@babel/plugin-transform-optional-chaining@^7.28.6",
  3. "_id": "@babel/plugin-transform-optional-chaining@7.28.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w==",
  6. "_location": "/@babel/plugin-transform-optional-chaining",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-optional-chaining@^7.28.6",
  12. "name": "@babel/plugin-transform-optional-chaining",
  13. "escapedName": "@babel%2fplugin-transform-optional-chaining",
  14. "scope": "@babel",
  15. "rawSpec": "^7.28.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.28.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  21. "/@babel/preset-env"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.6.tgz",
  24. "_shasum": "926cf150bd421fc8362753e911b4a1b1ce4356cd",
  25. "_spec": "@babel/plugin-transform-optional-chaining@^7.28.6",
  26. "_where": "E:\\git\\2021项目\\安科院大屏\\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.28.6",
  37. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1"
  38. },
  39. "deprecated": false,
  40. "description": "Transform optional chaining operators into a series of nil checks",
  41. "devDependencies": {
  42. "@babel/core": "^7.28.6",
  43. "@babel/helper-plugin-test-runner": "^7.27.1",
  44. "@babel/plugin-transform-block-scoping": "^7.28.6",
  45. "@babel/traverse": "^7.28.6"
  46. },
  47. "engines": {
  48. "node": ">=6.9.0"
  49. },
  50. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-optional-chaining",
  51. "keywords": [
  52. "babel-plugin"
  53. ],
  54. "license": "MIT",
  55. "main": "./lib/index.js",
  56. "name": "@babel/plugin-transform-optional-chaining",
  57. "peerDependencies": {
  58. "@babel/core": "^7.0.0-0"
  59. },
  60. "publishConfig": {
  61. "access": "public"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/babel/babel.git",
  66. "directory": "packages/babel-plugin-transform-optional-chaining"
  67. },
  68. "type": "commonjs",
  69. "version": "7.28.6"
  70. }