package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "@babel/cli@^7.21.0",
  3. "_id": "@babel/cli@7.28.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-n1RU5vuCX0CsaqaXm9I0KUCNKNQMy5epmzl/xdSSm70bSqhg9GWhgeosypyQLc0bK24+Xpk1WGzZlI9pJtkZdg==",
  6. "_location": "/@babel/cli",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/cli@^7.21.0",
  12. "name": "@babel/cli",
  13. "escapedName": "@babel%2fcli",
  14. "scope": "@babel",
  15. "rawSpec": "^7.21.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.21.0"
  18. },
  19. "_requiredBy": [
  20. "#DEV:/"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@babel/cli/-/cli-7.28.3.tgz",
  23. "_shasum": "f33693753bc103ab0084a5776ccf8ab8a140038b",
  24. "_spec": "@babel/cli@^7.21.0",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bin": {
  31. "babel": "bin/babel.js",
  32. "babel-external-helpers": "bin/babel-external-helpers.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20cli%22+is%3Aopen"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "@jridgewell/trace-mapping": "^0.3.28",
  40. "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
  41. "chokidar": "^3.6.0",
  42. "commander": "^6.2.0",
  43. "convert-source-map": "^2.0.0",
  44. "fs-readdir-recursive": "^1.1.0",
  45. "glob": "^7.2.0",
  46. "make-dir": "^2.1.0",
  47. "slash": "^2.0.0"
  48. },
  49. "deprecated": false,
  50. "description": "Babel command line.",
  51. "devDependencies": {
  52. "@babel/core": "^7.28.3",
  53. "@babel/helper-transform-fixture-test-runner": "^7.28.3",
  54. "@types/fs-readdir-recursive": "^1.1.0",
  55. "@types/glob": "^7.2.0",
  56. "semver": "^6.3.1"
  57. },
  58. "engines": {
  59. "node": ">=6.9.0"
  60. },
  61. "homepage": "https://babel.dev/docs/en/next/babel-cli",
  62. "keywords": [
  63. "6to5",
  64. "babel",
  65. "es6",
  66. "transpile",
  67. "transpiler",
  68. "babel-cli",
  69. "compiler"
  70. ],
  71. "license": "MIT",
  72. "name": "@babel/cli",
  73. "optionalDependencies": {
  74. "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
  75. "chokidar": "^3.6.0"
  76. },
  77. "peerDependencies": {
  78. "@babel/core": "^7.0.0-0"
  79. },
  80. "publishConfig": {
  81. "access": "public"
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/babel/babel.git",
  86. "directory": "packages/babel-cli"
  87. },
  88. "type": "commonjs",
  89. "version": "7.28.3"
  90. }