package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. "/@vue/cli-service"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
  30. "_shasum": "46a0f6efab808d51d29ce96858dd10ce8732733d",
  31. "_spec": "@babel/helper-compilation-targets@^7.27.2",
  32. "_where": "E:\\vue_project\\el-table-column\\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.27.2",
  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.27.2"
  83. }