package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "@babel/helper-compilation-targets@^7.13.10",
  3. "_id": "@babel/helper-compilation-targets@7.13.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==",
  6. "_location": "/@babel/helper-compilation-targets",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-compilation-targets@^7.13.10",
  12. "name": "@babel/helper-compilation-targets",
  13. "escapedName": "@babel%2fhelper-compilation-targets",
  14. "scope": "@babel",
  15. "rawSpec": "^7.13.10",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.13.10"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core",
  21. "/@babel/helper-define-polyfill-provider",
  22. "/@babel/plugin-proposal-object-rest-spread",
  23. "/@babel/preset-env",
  24. "/@vue/babel-preset-app"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz",
  27. "_shasum": "1310a1678cb8427c07a753750da4f8ce442bdd0c",
  28. "_spec": "@babel/helper-compilation-targets@^7.13.10",
  29. "_where": "E:\\boman-framwork\\ruoyi-ui\\node_modules\\@babel\\core",
  30. "author": {
  31. "name": "The Babel Team",
  32. "url": "https://babel.dev/team"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/babel/babel/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "@babel/compat-data": "^7.13.8",
  40. "@babel/helper-validator-option": "^7.12.17",
  41. "browserslist": "^4.14.5",
  42. "semver": "^6.3.0"
  43. },
  44. "deprecated": false,
  45. "description": "Engine compat data used in @babel/preset-env",
  46. "devDependencies": {
  47. "@babel/core": "7.13.10"
  48. },
  49. "exports": {
  50. ".": "./lib/index.js"
  51. },
  52. "homepage": "https://github.com/babel/babel#readme",
  53. "keywords": [
  54. "babel",
  55. "babel-plugin"
  56. ],
  57. "license": "MIT",
  58. "main": "lib/index.js",
  59. "name": "@babel/helper-compilation-targets",
  60. "peerDependencies": {
  61. "@babel/core": "^7.0.0"
  62. },
  63. "publishConfig": {
  64. "access": "public"
  65. },
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/babel/babel.git",
  69. "directory": "packages/babel-helper-compilation-targets"
  70. },
  71. "version": "7.13.10"
  72. }