package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "@babel/compat-data@7.10.5",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@babel/compat-data@7.10.5",
  9. "_id": "@babel/compat-data@7.10.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-mPVoWNzIpYJHbWje0if7Ck36bpbtTvIxOi9+6WSK9wjGEXearAqlwBoTQvVjsAY2VIwgcs8V940geY3okzRCEw==",
  12. "_location": "/@babel/compat-data",
  13. "_phantomChildren": {
  14. "escalade": "3.0.2"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "@babel/compat-data@7.10.5",
  20. "name": "@babel/compat-data",
  21. "escapedName": "@babel%2fcompat-data",
  22. "scope": "@babel",
  23. "rawSpec": "7.10.5",
  24. "saveSpec": null,
  25. "fetchSpec": "7.10.5"
  26. },
  27. "_requiredBy": [
  28. "/@babel/helper-compilation-targets",
  29. "/documentation/@babel/preset-env"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.10.5.tgz",
  32. "_spec": "7.10.5",
  33. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  34. "author": {
  35. "name": "The Babel Team",
  36. "url": "https://babeljs.io/team"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/babel/babel/issues"
  40. },
  41. "dependencies": {
  42. "browserslist": "^4.12.0",
  43. "invariant": "^2.2.4",
  44. "semver": "^5.5.0"
  45. },
  46. "description": "",
  47. "devDependencies": {
  48. "@babel/helper-compilation-targets": "^7.10.4",
  49. "caniuse-db": "1.0.30001035",
  50. "electron-to-chromium": "1.3.377",
  51. "lodash": "^4.17.19"
  52. },
  53. "exports": {
  54. "./plugins": "./data/plugins.json",
  55. "./native-modules": "./data/native-modules.json",
  56. "./corejs2-built-ins": "./data/corejs2-built-ins.json",
  57. "./corejs3-shipped-proposals": "./data/corejs3-shipped-proposals.json",
  58. "./overlapping-plugins": "./data/overlapping-plugins.json",
  59. "./plugin-bugfixes": "./data/plugin-bugfixes.json"
  60. },
  61. "gitHead": "f7964a9ac51356f7df6404a25b27ba1cffba1ba7",
  62. "homepage": "https://github.com/babel/babel#readme",
  63. "keywords": [
  64. "babel",
  65. "compat-table",
  66. "compat-data"
  67. ],
  68. "license": "MIT",
  69. "name": "@babel/compat-data",
  70. "publishConfig": {
  71. "access": "public"
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/babel/babel.git",
  76. "directory": "packages/babel-compat-data"
  77. },
  78. "scripts": {
  79. "build-data": "./scripts/download-compat-table.sh; node ./scripts/build-data.js; node ./scripts/build-modules-support.js; node ./scripts/build-bugfixes-targets.js"
  80. },
  81. "version": "7.10.5"
  82. }