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.

74 lines
2.3 KiB

3 months ago
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-optional-chaining@7.25.9",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-transform-optional-chaining@7.25.9",
  10. "_id": "@babel/plugin-transform-optional-chaining@7.25.9",
  11. "_inBundle": false,
  12. "_integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==",
  13. "_location": "/@babel/plugin-transform-optional-chaining",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-transform-optional-chaining@7.25.9",
  19. "name": "@babel/plugin-transform-optional-chaining",
  20. "escapedName": "@babel%2fplugin-transform-optional-chaining",
  21. "scope": "@babel",
  22. "rawSpec": "7.25.9",
  23. "saveSpec": null,
  24. "fetchSpec": "7.25.9"
  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-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz",
  31. "_spec": "7.25.9",
  32. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  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.25.9",
  42. "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
  43. },
  44. "description": "Transform optional chaining operators into a series of nil checks",
  45. "devDependencies": {
  46. "@babel/core": "^7.25.9",
  47. "@babel/helper-plugin-test-runner": "^7.25.9",
  48. "@babel/plugin-transform-block-scoping": "^7.25.9",
  49. "@babel/traverse": "^7.25.9"
  50. },
  51. "engines": {
  52. "node": ">=6.9.0"
  53. },
  54. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-optional-chaining",
  55. "keywords": [
  56. "babel-plugin"
  57. ],
  58. "license": "MIT",
  59. "main": "./lib/index.js",
  60. "name": "@babel/plugin-transform-optional-chaining",
  61. "peerDependencies": {
  62. "@babel/core": "^7.0.0-0"
  63. },
  64. "publishConfig": {
  65. "access": "public"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/babel/babel.git",
  70. "directory": "packages/babel-plugin-transform-optional-chaining"
  71. },
  72. "type": "commonjs",
  73. "version": "7.25.9"
  74. }