package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "@babel/plugin-transform-optional-chaining@^7.27.1",
  3. "_id": "@babel/plugin-transform-optional-chaining@7.27.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==",
  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.27.1",
  12. "name": "@babel/plugin-transform-optional-chaining",
  13. "escapedName": "@babel%2fplugin-transform-optional-chaining",
  14. "scope": "@babel",
  15. "rawSpec": "^7.27.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.27.1"
  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.27.1.tgz",
  24. "_shasum": "874ce3c4f06b7780592e946026eb76a32830454f",
  25. "_spec": "@babel/plugin-transform-optional-chaining@^7.27.1",
  26. "_where": "E:\\vue_project\\el-table-column\\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.27.1",
  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.27.1",
  43. "@babel/helper-plugin-test-runner": "^7.27.1",
  44. "@babel/plugin-transform-block-scoping": "^7.27.1",
  45. "@babel/traverse": "^7.27.1"
  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.27.1"
  70. }