package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "@babel/cli",
  3. "_id": "@babel/[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qNH55fWbKrEsCwID+Qc/3JDPnsSGpIIiMDbppnR8Z6PxLAqMQCFNqBctkIkBrMH49Nx+qqVTrHRWUR+ho2k+qQ==",
  6. "_location": "/@babel/cli",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "@babel/cli",
  12. "name": "@babel/cli",
  13. "escapedName": "@babel%2fcli",
  14. "scope": "@babel",
  15. "rawSpec": "",
  16. "saveSpec": null,
  17. "fetchSpec": "latest"
  18. },
  19. "_requiredBy": [
  20. "#DEV:/",
  21. "#USER"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.5.0.tgz",
  24. "_shasum": "f403c930692e28ecfa3bf02a9e7562b474f38271",
  25. "_spec": "@babel/cli",
  26. "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms",
  27. "author": {
  28. "name": "Sebastian McKenzie",
  29. "email": "[email protected]"
  30. },
  31. "bin": {
  32. "babel": "./bin/babel.js",
  33. "babel-external-helpers": "./bin/babel-external-helpers.js"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "chokidar": "^2.0.4",
  38. "commander": "^2.8.1",
  39. "convert-source-map": "^1.1.0",
  40. "fs-readdir-recursive": "^1.1.0",
  41. "glob": "^7.0.0",
  42. "lodash": "^4.17.11",
  43. "mkdirp": "^0.5.1",
  44. "output-file-sync": "^2.0.0",
  45. "slash": "^2.0.0",
  46. "source-map": "^0.5.0"
  47. },
  48. "deprecated": false,
  49. "description": "Babel command line.",
  50. "devDependencies": {
  51. "@babel/core": "^7.5.0",
  52. "@babel/helper-fixtures": "^7.4.4"
  53. },
  54. "gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4",
  55. "homepage": "https://babeljs.io/",
  56. "keywords": [
  57. "6to5",
  58. "babel",
  59. "es6",
  60. "transpile",
  61. "transpiler",
  62. "babel-cli",
  63. "compiler"
  64. ],
  65. "license": "MIT",
  66. "name": "@babel/cli",
  67. "optionalDependencies": {
  68. "chokidar": "^2.0.4"
  69. },
  70. "peerDependencies": {
  71. "@babel/core": "^7.0.0-0"
  72. },
  73. "publishConfig": {
  74. "access": "public"
  75. },
  76. "repository": {
  77. "type": "git",
  78. "url": "https://github.com/babel/babel/tree/master/packages/babel-cli"
  79. },
  80. "version": "7.5.0"
  81. }