package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.6",
  3. "_id": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-c8TER5xMDYzzFcGqOEp9l4hvB7dcbhcGjcLVwxWfe4P5DOafdwjsBJZKsmv+o3aXh7NhopvayQIovHrh2zSRUQ==",
  6. "_location": "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.6",
  12. "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  13. "escapedName": "@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining",
  14. "scope": "@babel",
  15. "rawSpec": "7.24.6",
  16. "saveSpec": null,
  17. "fetchSpec": "7.24.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env",
  21. "/miniprogram-ci"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.6.tgz",
  24. "_shasum": "ab9be6edfffa127bd5ec4317c76c5af0f8fc7e6c",
  25. "_spec": "@babel/plugin-bugfix-v8-spread-parameters-in-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-transform-optional-chaining": "^7.24.6"
  39. },
  40. "deprecated": false,
  41. "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
  42. "devDependencies": {
  43. "@babel/core": "^7.24.6",
  44. "@babel/helper-plugin-test-runner": "^7.24.6",
  45. "@babel/traverse": "^7.24.6"
  46. },
  47. "engines": {
  48. "node": ">=6.9.0"
  49. },
  50. "exports": {
  51. ".": {
  52. "types": "./lib/index.d.ts",
  53. "default": "./lib/index.js"
  54. },
  55. "./package.json": "./package.json"
  56. },
  57. "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  58. "keywords": [
  59. "babel-plugin",
  60. "bugfix"
  61. ],
  62. "license": "MIT",
  63. "main": "./lib/index.js",
  64. "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  65. "peerDependencies": {
  66. "@babel/core": "^7.13.0"
  67. },
  68. "publishConfig": {
  69. "access": "public"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/babel/babel.git",
  74. "directory": "packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining"
  75. },
  76. "type": "commonjs",
  77. "version": "7.24.6"
  78. }