package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "@babel/compat-data@^7.9.0",
  3. "_id": "@babel/compat-data@7.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zeFQrr+284Ekvd9e7KAX954LkapWiOmQtsfHirhxqfdlX6MEC32iRE+pqUGlYIBchdevaCwvzxWGSy/YBNI85g==",
  6. "_location": "/@babel/compat-data",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/compat-data@^7.9.0",
  12. "name": "@babel/compat-data",
  13. "escapedName": "@babel%2fcompat-data",
  14. "scope": "@babel",
  15. "rawSpec": "^7.9.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.9.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-compilation-targets",
  21. "/@babel/preset-env"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.9.0.tgz",
  24. "_shasum": "04815556fc90b0c174abd2c0c1bb966faa036a6c",
  25. "_spec": "@babel/compat-data@^7.9.0",
  26. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\preset-env",
  27. "author": {
  28. "name": "The Babel Team",
  29. "url": "https://babeljs.io/team"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "browserslist": "^4.9.1",
  34. "invariant": "^2.2.4",
  35. "semver": "^5.5.0"
  36. },
  37. "deprecated": false,
  38. "description": "",
  39. "devDependencies": {
  40. "@babel/helper-compilation-targets": "^7.8.6",
  41. "caniuse-db": "1.0.30001035",
  42. "electron-to-chromium": "1.3.377",
  43. "lodash": "^4.17.15"
  44. },
  45. "exports": {
  46. "./plugins": "./data/plugins.json",
  47. "./native-modules": "./data/native-modules.json",
  48. "./corejs2-built-ins": "./data/corejs2-built-ins.json",
  49. "./corejs3-shipped-proposals": "./data/corejs3-shipped-proposals.json",
  50. "./overlapping-plugins": "./data/overlapping-plugins.json",
  51. "./plugin-bugfixes": "./data/plugin-bugfixes.json"
  52. },
  53. "gitHead": "8d5e422be27251cfaadf8dd2536b31b4a5024b02",
  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": "https://github.com/babel/babel/tree/master/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.9.0"
  72. }