package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-proposal-optional-chaining@7.16.7",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-proposal-optional-chaining@7.16.7",
  10. "_id": "@babel/plugin-proposal-optional-chaining@7.16.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==",
  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.16.7",
  19. "name": "@babel/plugin-proposal-optional-chaining",
  20. "escapedName": "@babel%2fplugin-proposal-optional-chaining",
  21. "scope": "@babel",
  22. "rawSpec": "7.16.7",
  23. "saveSpec": null,
  24. "fetchSpec": "7.16.7"
  25. },
  26. "_requiredBy": [
  27. "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  28. "/@babel/preset-env"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.16.7.tgz",
  31. "_spec": "7.16.7",
  32. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  33. "author": {
  34. "name": "The Babel Team",
  35. "url": "https://babel.dev/team"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/babel/babel/issues"
  39. },
  40. "dependencies": {
  41. "@babel/helper-plugin-utils": "^7.16.7",
  42. "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
  43. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  44. },
  45. "description": "Transform optional chaining operators into a series of nil checks",
  46. "devDependencies": {
  47. "@babel/core": "^7.16.7",
  48. "@babel/helper-plugin-test-runner": "^7.16.7",
  49. "@babel/plugin-transform-block-scoping": "^7.16.7",
  50. "@babel/traverse": "^7.16.7"
  51. },
  52. "engines": {
  53. "node": ">=6.9.0"
  54. },
  55. "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining",
  56. "keywords": [
  57. "babel-plugin"
  58. ],
  59. "license": "MIT",
  60. "main": "./lib/index.js",
  61. "name": "@babel/plugin-proposal-optional-chaining",
  62. "peerDependencies": {
  63. "@babel/core": "^7.0.0-0"
  64. },
  65. "publishConfig": {
  66. "access": "public"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/babel/babel.git",
  71. "directory": "packages/babel-plugin-proposal-optional-chaining"
  72. },
  73. "version": "7.16.7"
  74. }