package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "@babel/compat-data@^7.27.2",
  3. "_id": "@babel/compat-data@7.27.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==",
  6. "_location": "/@babel/compat-data",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/compat-data@^7.27.2",
  12. "name": "@babel/compat-data",
  13. "escapedName": "@babel%2fcompat-data",
  14. "scope": "@babel",
  15. "rawSpec": "^7.27.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.27.2"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-compilation-targets",
  21. "/@babel/preset-env",
  22. "/babel-plugin-polyfill-corejs2"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.27.3.tgz",
  25. "_shasum": "cc49c2ac222d69b889bf34c795f537c0c6311111",
  26. "_spec": "@babel/compat-data@^7.27.2",
  27. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@babel\\helper-compilation-targets",
  28. "author": {
  29. "name": "The Babel Team",
  30. "url": "https://babel.dev/team"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/babel/babel/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "The compat-data to determine required Babel plugins",
  38. "devDependencies": {
  39. "@mdn/browser-compat-data": "^6.0.8",
  40. "core-js-compat": "^3.41.0",
  41. "electron-to-chromium": "^1.5.140"
  42. },
  43. "engines": {
  44. "node": ">=6.9.0"
  45. },
  46. "exports": {
  47. "./plugins": "./plugins.js",
  48. "./native-modules": "./native-modules.js",
  49. "./corejs2-built-ins": "./corejs2-built-ins.js",
  50. "./corejs3-shipped-proposals": "./corejs3-shipped-proposals.js",
  51. "./overlapping-plugins": "./overlapping-plugins.js",
  52. "./plugin-bugfixes": "./plugin-bugfixes.js"
  53. },
  54. "homepage": "https://github.com/babel/babel#readme",
  55. "keywords": [
  56. "babel",
  57. "compat-table",
  58. "compat-data"
  59. ],
  60. "license": "MIT",
  61. "name": "@babel/compat-data",
  62. "publishConfig": {
  63. "access": "public"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/babel/babel.git",
  68. "directory": "packages/babel-compat-data"
  69. },
  70. "scripts": {
  71. "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.mjs && node ./scripts/build-modules-support.mjs && node ./scripts/build-bugfixes-targets.mjs"
  72. },
  73. "type": "commonjs",
  74. "version": "7.27.3"
  75. }