package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "@babel/plugin-proposal-optional-chaining@^7.14.2",
  3. "_id": "@babel/plugin-proposal-optional-chaining@7.14.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-34FxqLnEPr9MHavmMRtDLYPhs04=",
  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.14.2",
  12. "name": "@babel/plugin-proposal-optional-chaining",
  13. "escapedName": "@babel%2fplugin-proposal-optional-chaining",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.2"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  21. "/@babel/preset-env"
  22. ],
  23. "_resolved": "https://registry.nlark.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.14.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fplugin-proposal-optional-chaining%2Fdownload%2F%40babel%2Fplugin-proposal-optional-chaining-7.14.2.tgz",
  24. "_shasum": "df8171a8b9c43ebf4c1dabe6311b432d83e1b34e",
  25. "_spec": "@babel/plugin-proposal-optional-chaining@^7.14.2",
  26. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@babel\\preset-env",
  27. "bugs": {
  28. "url": "https://github.com/babel/babel/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@babel/helper-plugin-utils": "^7.13.0",
  33. "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
  34. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  35. },
  36. "deprecated": false,
  37. "description": "Transform optional chaining operators into a series of nil checks",
  38. "devDependencies": {
  39. "@babel/core": "7.14.2",
  40. "@babel/helper-plugin-test-runner": "7.13.10",
  41. "@babel/plugin-transform-block-scoping": "7.14.2"
  42. },
  43. "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining",
  44. "keywords": [
  45. "babel-plugin"
  46. ],
  47. "license": "MIT",
  48. "main": "lib/index.js",
  49. "name": "@babel/plugin-proposal-optional-chaining",
  50. "peerDependencies": {
  51. "@babel/core": "^7.0.0-0"
  52. },
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/babel/babel.git",
  59. "directory": "packages/babel-plugin-proposal-optional-chaining"
  60. },
  61. "version": "7.14.2"
  62. }