You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
2.7 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9",
  10. "_id": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9",
  11. "_inBundle": false,
  12. "_integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==",
  13. "_location": "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9",
  19. "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  20. "escapedName": "@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining",
  21. "scope": "@babel",
  22. "rawSpec": "7.25.9",
  23. "saveSpec": null,
  24. "fetchSpec": "7.25.9"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz",
  30. "_spec": "7.25.9",
  31. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  32. "author": {
  33. "name": "The Babel Team",
  34. "url": "https://babel.dev/team"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/babel/babel/issues"
  38. },
  39. "dependencies": {
  40. "@babel/helper-plugin-utils": "^7.25.9",
  41. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
  42. "@babel/plugin-transform-optional-chaining": "^7.25.9"
  43. },
  44. "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
  45. "devDependencies": {
  46. "@babel/core": "^7.25.9",
  47. "@babel/helper-plugin-test-runner": "^7.25.9",
  48. "@babel/traverse": "^7.25.9"
  49. },
  50. "engines": {
  51. "node": ">=6.9.0"
  52. },
  53. "exports": {
  54. ".": {
  55. "types": "./lib/index.d.ts",
  56. "default": "./lib/index.js"
  57. },
  58. "./package.json": "./package.json"
  59. },
  60. "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  61. "keywords": [
  62. "babel-plugin",
  63. "bugfix"
  64. ],
  65. "license": "MIT",
  66. "main": "./lib/index.js",
  67. "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  68. "peerDependencies": {
  69. "@babel/core": "^7.13.0"
  70. },
  71. "publishConfig": {
  72. "access": "public"
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/babel/babel.git",
  77. "directory": "packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining"
  78. },
  79. "type": "commonjs",
  80. "version": "7.25.9"
  81. }