package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "@babel/compat-data@^7.14.4",
  3. "_id": "@babel/compat-data@7.14.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-RXIP4M7PP9QgGeHRLMPSf63JjVg=",
  6. "_location": "/@babel/compat-data",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/compat-data@^7.14.4",
  12. "name": "@babel/compat-data",
  13. "escapedName": "@babel%2fcompat-data",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.4",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.4"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-compilation-targets",
  21. "/@babel/plugin-proposal-object-rest-spread",
  22. "/@babel/preset-env",
  23. "/babel-plugin-polyfill-corejs2"
  24. ],
  25. "_resolved": "https://registry.nlark.com/@babel/compat-data/download/@babel/compat-data-7.14.4.tgz?cache=0&sync_timestamp=1622222037853&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40babel%2Fcompat-data%2Fdownload%2F%40babel%2Fcompat-data-7.14.4.tgz",
  26. "_shasum": "45720fe0cecf3fd42019e1d12cc3d27fadc98d58",
  27. "_spec": "@babel/compat-data@^7.14.4",
  28. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@babel\\helper-compilation-targets",
  29. "author": {
  30. "name": "The Babel Team",
  31. "url": "https://babel.dev/team"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/babel/babel/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "",
  39. "devDependencies": {
  40. "@mdn/browser-compat-data": "^3.3.4",
  41. "core-js-compat": "^3.9.0",
  42. "electron-to-chromium": "^1.3.738"
  43. },
  44. "exports": {
  45. "./plugins": "./plugins.js",
  46. "./native-modules": "./native-modules.js",
  47. "./corejs2-built-ins": "./corejs2-built-ins.js",
  48. "./corejs3-shipped-proposals": "./corejs3-shipped-proposals.js",
  49. "./overlapping-plugins": "./overlapping-plugins.js",
  50. "./plugin-bugfixes": "./plugin-bugfixes.js"
  51. },
  52. "homepage": "https://github.com/babel/babel#readme",
  53. "keywords": [
  54. "babel",
  55. "compat-table",
  56. "compat-data"
  57. ],
  58. "license": "MIT",
  59. "name": "@babel/compat-data",
  60. "publishConfig": {
  61. "access": "public"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/babel/babel.git",
  66. "directory": "packages/babel-compat-data"
  67. },
  68. "scripts": {
  69. "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js"
  70. },
  71. "version": "7.14.4"
  72. }