package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "@babel/helper-compilation-targets@^7.13.16",
  3. "_id": "@babel/helper-compilation-targets@7.14.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-M+vQ/8NCSAUe4giTUKkpqwLypRY=",
  6. "_location": "/@babel/helper-compilation-targets",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-compilation-targets@^7.13.16",
  12. "name": "@babel/helper-compilation-targets",
  13. "escapedName": "@babel%2fhelper-compilation-targets",
  14. "scope": "@babel",
  15. "rawSpec": "^7.13.16",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.13.16"
  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.nlark.com/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.14.4.tgz",
  27. "_shasum": "33ebd0ffc34248051ee2089350a929ab02f2a516",
  28. "_spec": "@babel/helper-compilation-targets@^7.13.16",
  29. "_where": "D:\\bomanss\\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.14.4",
  40. "@babel/helper-validator-option": "^7.12.17",
  41. "browserslist": "^4.16.6",
  42. "semver": "^6.3.0"
  43. },
  44. "deprecated": false,
  45. "description": "Helper functions on Babel compilation targets",
  46. "devDependencies": {
  47. "@babel/core": "7.14.3",
  48. "@babel/helper-plugin-test-runner": "7.13.10",
  49. "@types/semver": "^5.5.0"
  50. },
  51. "exports": {
  52. ".": "./lib/index.js"
  53. },
  54. "homepage": "https://github.com/babel/babel#readme",
  55. "keywords": [
  56. "babel",
  57. "babel-plugin"
  58. ],
  59. "license": "MIT",
  60. "main": "lib/index.js",
  61. "name": "@babel/helper-compilation-targets",
  62. "peerDependencies": {
  63. "@babel/core": "^7.0.0"
  64. },
  65. "publishConfig": {
  66. "access": "public"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/babel/babel.git",
  71. "directory": "packages/babel-helper-compilation-targets"
  72. },
  73. "version": "7.14.4"
  74. }