package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-proposal-optional-chaining@7.13.12",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-proposal-optional-chaining@7.13.12",
  10. "_id": "@babel/plugin-proposal-optional-chaining@7.13.12",
  11. "_inBundle": false,
  12. "_integrity": "sha1-up/rYB1CLgrepnYMK9a7t7/sSGY=",
  13. "_location": "/@babel/plugin-proposal-optional-chaining",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-proposal-optional-chaining@7.13.12",
  19. "name": "@babel/plugin-proposal-optional-chaining",
  20. "escapedName": "@babel%2fplugin-proposal-optional-chaining",
  21. "scope": "@babel",
  22. "rawSpec": "7.13.12",
  23. "saveSpec": null,
  24. "fetchSpec": "7.13.12"
  25. },
  26. "_requiredBy": [
  27. "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  28. "/@babel/preset-env"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.13.12.tgz?cache=0&sync_timestamp=1616428155821&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-proposal-optional-chaining%2Fdownload%2F%40babel%2Fplugin-proposal-optional-chaining-7.13.12.tgz",
  31. "_spec": "7.13.12",
  32. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  33. "bugs": {
  34. "url": "https://github.com/babel/babel/issues"
  35. },
  36. "dependencies": {
  37. "@babel/helper-plugin-utils": "^7.13.0",
  38. "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
  39. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  40. },
  41. "description": "Transform optional chaining operators into a series of nil checks",
  42. "devDependencies": {
  43. "@babel/core": "7.13.10",
  44. "@babel/helper-plugin-test-runner": "7.13.10",
  45. "@babel/plugin-transform-block-scoping": "7.12.13"
  46. },
  47. "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining",
  48. "keywords": [
  49. "babel-plugin"
  50. ],
  51. "license": "MIT",
  52. "main": "lib/index.js",
  53. "name": "@babel/plugin-proposal-optional-chaining",
  54. "peerDependencies": {
  55. "@babel/core": "^7.0.0-0"
  56. },
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/babel/babel.git",
  63. "directory": "packages/babel-plugin-proposal-optional-chaining"
  64. },
  65. "version": "7.13.12"
  66. }