package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "@babel/helper-compilation-targets@^7.28.6",
  3. "_id": "@babel/helper-compilation-targets@7.28.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
  6. "_location": "/@babel/helper-compilation-targets",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-compilation-targets@^7.28.6",
  12. "name": "@babel/helper-compilation-targets",
  13. "escapedName": "@babel%2fhelper-compilation-targets",
  14. "scope": "@babel",
  15. "rawSpec": "^7.28.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.28.6"
  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. "/@vue/cli-service"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
  30. "_shasum": "32c4a3f41f12ed1532179b108a4d746e105c2b25",
  31. "_spec": "@babel/helper-compilation-targets@^7.28.6",
  32. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\@babel\\core",
  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. "bundleDependencies": false,
  41. "dependencies": {
  42. "@babel/compat-data": "^7.28.6",
  43. "@babel/helper-validator-option": "^7.27.1",
  44. "browserslist": "^4.24.0",
  45. "lru-cache": "^5.1.1",
  46. "semver": "^6.3.1"
  47. },
  48. "deprecated": false,
  49. "description": "Helper functions on Babel compilation targets",
  50. "devDependencies": {
  51. "@babel/helper-plugin-test-runner": "^7.27.1",
  52. "@types/lru-cache": "^5.1.1",
  53. "@types/semver": "^5.5.0"
  54. },
  55. "engines": {
  56. "node": ">=6.9.0"
  57. },
  58. "exports": {
  59. ".": {
  60. "types": "./lib/index.d.ts",
  61. "default": "./lib/index.js"
  62. },
  63. "./package.json": "./package.json"
  64. },
  65. "homepage": "https://github.com/babel/babel#readme",
  66. "keywords": [
  67. "babel",
  68. "babel-plugin"
  69. ],
  70. "license": "MIT",
  71. "main": "./lib/index.js",
  72. "name": "@babel/helper-compilation-targets",
  73. "publishConfig": {
  74. "access": "public"
  75. },
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/babel/babel.git",
  79. "directory": "packages/babel-helper-compilation-targets"
  80. },
  81. "type": "commonjs",
  82. "version": "7.28.6"
  83. }