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.

87 lines
2.5 KiB

3 months ago
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-compilation-targets@7.26.5",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-compilation-targets@7.26.5",
  10. "_id": "@babel/helper-compilation-targets@7.26.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==",
  13. "_location": "/@babel/helper-compilation-targets",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-compilation-targets@7.26.5",
  19. "name": "@babel/helper-compilation-targets",
  20. "escapedName": "@babel%2fhelper-compilation-targets",
  21. "scope": "@babel",
  22. "rawSpec": "7.26.5",
  23. "saveSpec": null,
  24. "fetchSpec": "7.26.5"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core",
  28. "/@babel/helper-define-polyfill-provider",
  29. "/@babel/plugin-transform-classes",
  30. "/@babel/plugin-transform-function-name",
  31. "/@babel/plugin-transform-object-rest-spread",
  32. "/@babel/preset-env",
  33. "/@vue/babel-preset-app",
  34. "/@vue/cli-service"
  35. ],
  36. "_resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz",
  37. "_spec": "7.26.5",
  38. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  39. "author": {
  40. "name": "The Babel Team",
  41. "url": "https://babel.dev/team"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/babel/babel/issues"
  45. },
  46. "dependencies": {
  47. "@babel/compat-data": "^7.26.5",
  48. "@babel/helper-validator-option": "^7.25.9",
  49. "browserslist": "^4.24.0",
  50. "lru-cache": "^5.1.1",
  51. "semver": "^6.3.1"
  52. },
  53. "description": "Helper functions on Babel compilation targets",
  54. "devDependencies": {
  55. "@babel/helper-plugin-test-runner": "^7.25.9",
  56. "@types/lru-cache": "^5.1.1",
  57. "@types/semver": "^5.5.0"
  58. },
  59. "engines": {
  60. "node": ">=6.9.0"
  61. },
  62. "exports": {
  63. ".": {
  64. "types": "./lib/index.d.ts",
  65. "default": "./lib/index.js"
  66. },
  67. "./package.json": "./package.json"
  68. },
  69. "homepage": "https://github.com/babel/babel#readme",
  70. "keywords": [
  71. "babel",
  72. "babel-plugin"
  73. ],
  74. "license": "MIT",
  75. "main": "./lib/index.js",
  76. "name": "@babel/helper-compilation-targets",
  77. "publishConfig": {
  78. "access": "public"
  79. },
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/babel/babel.git",
  83. "directory": "packages/babel-helper-compilation-targets"
  84. },
  85. "type": "commonjs",
  86. "version": "7.26.5"
  87. }