package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.27.1",
  3. "_id": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==",
  6. "_location": "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.27.1",
  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.27.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.27.1"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz",
  23. "_shasum": "e134a5479eb2ba9c02714e8c1ebf1ec9076124fd",
  24. "_spec": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.27.1",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@babel\\preset-env",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-plugin-utils": "^7.27.1",
  36. "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
  37. "@babel/plugin-transform-optional-chaining": "^7.27.1"
  38. },
  39. "deprecated": false,
  40. "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
  41. "devDependencies": {
  42. "@babel/core": "^7.27.1",
  43. "@babel/helper-plugin-test-runner": "^7.27.1",
  44. "@babel/traverse": "^7.27.1"
  45. },
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "exports": {
  50. ".": {
  51. "types": "./lib/index.d.ts",
  52. "default": "./lib/index.js"
  53. },
  54. "./package.json": "./package.json"
  55. },
  56. "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  57. "keywords": [
  58. "babel-plugin",
  59. "bugfix"
  60. ],
  61. "license": "MIT",
  62. "main": "./lib/index.js",
  63. "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  64. "peerDependencies": {
  65. "@babel/core": "^7.13.0"
  66. },
  67. "publishConfig": {
  68. "access": "public"
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/babel/babel.git",
  73. "directory": "packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining"
  74. },
  75. "type": "commonjs",
  76. "version": "7.27.1"
  77. }