package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "@babel/plugin-proposal-optional-chaining",
  3. "version": "7.12.7",
  4. "description": "Transform optional chaining operators into a series of nil checks",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-plugin-proposal-optional-chaining"
  9. },
  10. "license": "MIT",
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "main": "lib/index.js",
  15. "keywords": [
  16. "babel-plugin"
  17. ],
  18. "dependencies": {
  19. "@babel/helper-plugin-utils": "^7.10.4",
  20. "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
  21. "@babel/plugin-syntax-optional-chaining": "^7.8.0"
  22. },
  23. "peerDependencies": {
  24. "@babel/core": "^7.0.0-0"
  25. },
  26. "devDependencies": {
  27. "@babel/core": "7.12.7",
  28. "@babel/helper-plugin-test-runner": "7.10.4",
  29. "@babel/plugin-transform-block-scoping": "7.12.1"
  30. },
  31. "__npminstall_done": "Thu Dec 24 2020 20:20:37 GMT+0800 (CST)",
  32. "_from": "@babel/plugin-proposal-optional-chaining@7.12.7",
  33. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.12.7.tgz?cache=0&sync_timestamp=1605907140381&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-optional-chaining%2Fdownload%2F%40babel%2Fplugin-proposal-optional-chaining-7.12.7.tgz"
  34. }