package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "@babel/plugin-transform-optional-chaining@7.24.6",
  3. "_id": "@babel/plugin-transform-optional-chaining@7.24.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cHbqF6l1QP11OkYTYQ+hhVx1E017O5ZcSPXk9oODpqhcAD1htsWG2NpHrrhthEO2qZomLK0FXS+u7NfrkF5aOQ==",
  6. "_location": "/@babel/plugin-transform-optional-chaining",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-optional-chaining@7.24.6",
  12. "name": "@babel/plugin-transform-optional-chaining",
  13. "escapedName": "@babel%2fplugin-transform-optional-chaining",
  14. "scope": "@babel",
  15. "rawSpec": "7.24.6",
  16. "saveSpec": null,
  17. "fetchSpec": "7.24.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  21. "/miniprogram-ci"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.6.tgz",
  24. "_shasum": "3d636b3ed8b5a506f93e4d4675fc95754d7594f5",
  25. "_spec": "@babel/plugin-transform-optional-chaining@7.24.6",
  26. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  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.24.6",
  37. "@babel/helper-skip-transparent-expression-wrappers": "^7.24.6",
  38. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  39. },
  40. "deprecated": false,
  41. "description": "Transform optional chaining operators into a series of nil checks",
  42. "devDependencies": {
  43. "@babel/core": "^7.24.6",
  44. "@babel/helper-plugin-test-runner": "^7.24.6",
  45. "@babel/plugin-transform-block-scoping": "^7.24.6",
  46. "@babel/traverse": "^7.24.6"
  47. },
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-optional-chaining",
  52. "keywords": [
  53. "babel-plugin"
  54. ],
  55. "license": "MIT",
  56. "main": "./lib/index.js",
  57. "name": "@babel/plugin-transform-optional-chaining",
  58. "peerDependencies": {
  59. "@babel/core": "^7.0.0-0"
  60. },
  61. "publishConfig": {
  62. "access": "public"
  63. },
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/babel/babel.git",
  67. "directory": "packages/babel-plugin-transform-optional-chaining"
  68. },
  69. "type": "commonjs",
  70. "version": "7.24.6"
  71. }