package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "@babel/helper-compilation-targets@^7.27.2",
  3. "_id": "@babel/helper-compilation-targets@7.27.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
  6. "_location": "/@babel/helper-compilation-targets",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-compilation-targets@^7.27.2",
  12. "name": "@babel/helper-compilation-targets",
  13. "escapedName": "@babel%2fhelper-compilation-targets",
  14. "scope": "@babel",
  15. "rawSpec": "^7.27.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.27.2"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core",
  21. "/@babel/helper-define-polyfill-provider",
  22. "/@babel/plugin-transform-classes",
  23. "/@babel/plugin-transform-function-name",
  24. "/@babel/plugin-transform-object-rest-spread",
  25. "/@babel/preset-env",
  26. "/@vue/babel-preset-app"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  29. "_shasum": "46a0f6efab808d51d29ce96858dd10ce8732733d",
  30. "_spec": "@babel/helper-compilation-targets@^7.27.2",
  31. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@babel\\core",
  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. "bundleDependencies": false,
  40. "dependencies": {
  41. "@babel/compat-data": "^7.27.2",
  42. "@babel/helper-validator-option": "^7.27.1",
  43. "browserslist": "^4.24.0",
  44. "lru-cache": "^5.1.1",
  45. "semver": "^6.3.1"
  46. },
  47. "deprecated": false,
  48. "description": "Helper functions on Babel compilation targets",
  49. "devDependencies": {
  50. "@babel/helper-plugin-test-runner": "^7.27.1",
  51. "@types/lru-cache": "^5.1.1",
  52. "@types/semver": "^5.5.0"
  53. },
  54. "engines": {
  55. "node": ">=6.9.0"
  56. },
  57. "exports": {
  58. ".": {
  59. "types": "./lib/index.d.ts",
  60. "default": "./lib/index.js"
  61. },
  62. "./package.json": "./package.json"
  63. },
  64. "homepage": "https://github.com/babel/babel#readme",
  65. "keywords": [
  66. "babel",
  67. "babel-plugin"
  68. ],
  69. "license": "MIT",
  70. "main": "./lib/index.js",
  71. "name": "@babel/helper-compilation-targets",
  72. "publishConfig": {
  73. "access": "public"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/babel/babel.git",
  78. "directory": "packages/babel-helper-compilation-targets"
  79. },
  80. "type": "commonjs",
  81. "version": "7.27.2"
  82. }