package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "@babel/compat-data@^7.22.9",
  3. "_id": "@babel/compat-data@7.22.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==",
  6. "_location": "/@babel/compat-data",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/compat-data@^7.22.9",
  12. "name": "@babel/compat-data",
  13. "escapedName": "@babel%2fcompat-data",
  14. "scope": "@babel",
  15. "rawSpec": "^7.22.9",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.22.9"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-compilation-targets"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz",
  23. "_shasum": "71cdb00a1ce3a329ce4cbec3a44f9fef35669730",
  24. "_spec": "@babel/compat-data@^7.22.9",
  25. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\@babel\\helper-compilation-targets",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": ">",
  36. "devDependencies": {
  37. "@mdn/browser-compat-data": "^5.3.0",
  38. "core-js-compat": "^3.31.0",
  39. "electron-to-chromium": "^1.4.441"
  40. },
  41. "engines": {
  42. "node": ">=6.9.0"
  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. "type": "commonjs",
  72. "version": "7.22.9"
  73. }