package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "@babel/compat-data@^7.13.8",
  3. "_id": "@babel/compat-data@7.13.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BwKEkO+2a67DcFeS3RLl0Z3Gs2OvdXewuWjc1Hfokhb5eQWP9YRYH1/+VrVZvql2CfjOiNGqSAFOYt4lsqTHzg==",
  6. "_location": "/@babel/compat-data",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/compat-data@^7.13.8",
  12. "name": "@babel/compat-data",
  13. "escapedName": "@babel%2fcompat-data",
  14. "scope": "@babel",
  15. "rawSpec": "^7.13.8",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.13.8"
  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.npmjs.org/@babel/compat-data/-/compat-data-7.13.11.tgz",
  26. "_shasum": "9c8fe523c206979c9a81b1e12fe50c1254f1aa35",
  27. "_spec": "@babel/compat-data@^7.13.8",
  28. "_where": "E:\\boman-framwork\\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.1.1",
  41. "core-js-compat": "^3.9.0",
  42. "electron-to-chromium": "1.3.672",
  43. "lodash": "^4.17.19"
  44. },
  45. "exports": {
  46. "./plugins": "./plugins.js",
  47. "./native-modules": "./native-modules.js",
  48. "./corejs2-built-ins": "./corejs2-built-ins.js",
  49. "./corejs3-shipped-proposals": "./corejs3-shipped-proposals.js",
  50. "./overlapping-plugins": "./overlapping-plugins.js",
  51. "./plugin-bugfixes": "./plugin-bugfixes.js"
  52. },
  53. "homepage": "https://github.com/babel/babel#readme",
  54. "keywords": [
  55. "babel",
  56. "compat-table",
  57. "compat-data"
  58. ],
  59. "license": "MIT",
  60. "name": "@babel/compat-data",
  61. "publishConfig": {
  62. "access": "public"
  63. },
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/babel/babel.git",
  67. "directory": "packages/babel-compat-data"
  68. },
  69. "scripts": {
  70. "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js"
  71. },
  72. "version": "7.13.11"
  73. }