package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "@babel/compat-data@^7.13.15",
  3. "_id": "@babel/compat-data@7.13.15",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==",
  6. "_location": "/@babel/compat-data",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/compat-data@^7.13.15",
  12. "name": "@babel/compat-data",
  13. "escapedName": "@babel%2fcompat-data",
  14. "scope": "@babel",
  15. "rawSpec": "^7.13.15",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.13.15"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-compilation-targets",
  21. "/@babel/plugin-proposal-object-rest-spread",
  22. "/babel-plugin-polyfill-corejs2"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.13.15.tgz",
  25. "_shasum": "7e8eea42d0b64fda2b375b22d06c605222e848f4",
  26. "_spec": "@babel/compat-data@^7.13.15",
  27. "_where": "D:\\jiayue\\pig-ui\\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": "",
  38. "devDependencies": {
  39. "@mdn/browser-compat-data": "^3.1.1",
  40. "core-js-compat": "^3.9.0",
  41. "electron-to-chromium": "1.3.672"
  42. },
  43. "exports": {
  44. "./plugins": "./plugins.js",
  45. "./native-modules": "./native-modules.js",
  46. "./corejs2-built-ins": "./corejs2-built-ins.js",
  47. "./corejs3-shipped-proposals": "./corejs3-shipped-proposals.js",
  48. "./overlapping-plugins": "./overlapping-plugins.js",
  49. "./plugin-bugfixes": "./plugin-bugfixes.js"
  50. },
  51. "homepage": "https://github.com/babel/babel#readme",
  52. "keywords": [
  53. "babel",
  54. "compat-table",
  55. "compat-data"
  56. ],
  57. "license": "MIT",
  58. "name": "@babel/compat-data",
  59. "publishConfig": {
  60. "access": "public"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/babel/babel.git",
  65. "directory": "packages/babel-compat-data"
  66. },
  67. "scripts": {
  68. "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js"
  69. },
  70. "version": "7.13.15"
  71. }