package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "@babel/compat-data@^7.18.6",
  3. "_id": "@babel/compat-data@7.18.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==",
  6. "_location": "/@babel/compat-data",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/compat-data@^7.18.6",
  12. "name": "@babel/compat-data",
  13. "escapedName": "@babel%2fcompat-data",
  14. "scope": "@babel",
  15. "rawSpec": "^7.18.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.18.6"
  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.18.8.tgz",
  26. "_shasum": "2483f565faca607b8535590e84e7de323f27764d",
  27. "_spec": "@babel/compat-data@^7.18.6",
  28. "_where": "D:\\qianger\\7\\jindouyunNewFront\\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": "^4.0.10",
  41. "core-js-compat": "^3.22.1",
  42. "electron-to-chromium": "^1.4.113"
  43. },
  44. "engines": {
  45. "node": ">=6.9.0"
  46. },
  47. "exports": {
  48. "./plugins": "./plugins.js",
  49. "./native-modules": "./native-modules.js",
  50. "./corejs2-built-ins": "./corejs2-built-ins.js",
  51. "./corejs3-shipped-proposals": "./corejs3-shipped-proposals.js",
  52. "./overlapping-plugins": "./overlapping-plugins.js",
  53. "./plugin-bugfixes": "./plugin-bugfixes.js"
  54. },
  55. "homepage": "https://github.com/babel/babel#readme",
  56. "keywords": [
  57. "babel",
  58. "compat-table",
  59. "compat-data"
  60. ],
  61. "license": "MIT",
  62. "name": "@babel/compat-data",
  63. "publishConfig": {
  64. "access": "public"
  65. },
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/babel/babel.git",
  69. "directory": "packages/babel-compat-data"
  70. },
  71. "scripts": {
  72. "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js"
  73. },
  74. "type": "commonjs",
  75. "version": "7.18.8"
  76. }