package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "concurrently",
  3. "_id": "concurrently@6.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-v9I4Y3wFoXCSY2L73yYgwA9ESrQMpRn80jMcqMgHx720Hecz2GZAvTI6bREVST6lkddNypDKRN22qhK0X8Y00g==",
  6. "_location": "/concurrently",
  7. "_phantomChildren": {
  8. "ansi-styles": "4.3.0"
  9. },
  10. "_requested": {
  11. "type": "tag",
  12. "registry": true,
  13. "raw": "concurrently",
  14. "name": "concurrently",
  15. "escapedName": "concurrently",
  16. "rawSpec": "",
  17. "saveSpec": null,
  18. "fetchSpec": "latest"
  19. },
  20. "_requiredBy": [
  21. "#DEV:/",
  22. "#USER"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.2.0.tgz",
  25. "_shasum": "587e2cb8afca7234172d8ea55176088632c4c56d",
  26. "_spec": "concurrently",
  27. "_where": "/home/pvvvm505/Документы/Project/Back",
  28. "author": {
  29. "name": "Kimmo Brunfeldt"
  30. },
  31. "bin": {
  32. "concurrently": "bin/concurrently.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/kimmobrunfeldt/concurrently/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "chalk": "^4.1.0",
  40. "date-fns": "^2.16.1",
  41. "lodash": "^4.17.21",
  42. "read-pkg": "^5.2.0",
  43. "rxjs": "^6.6.3",
  44. "spawn-command": "^0.0.2-1",
  45. "supports-color": "^8.1.0",
  46. "tree-kill": "^1.2.2",
  47. "yargs": "^16.2.0"
  48. },
  49. "deprecated": false,
  50. "description": "Run commands concurrently",
  51. "devDependencies": {
  52. "coveralls": "^3.1.0",
  53. "eslint": "^7.17.0",
  54. "jest": "^26.6.3",
  55. "jest-create-mock-instance": "^1.1.0"
  56. },
  57. "engines": {
  58. "node": ">=10.0.0"
  59. },
  60. "files": [
  61. "bin",
  62. "!**/fixtures",
  63. "index.js",
  64. "src",
  65. "!*.spec.js"
  66. ],
  67. "homepage": "https://github.com/kimmobrunfeldt/concurrently#readme",
  68. "jest": {
  69. "collectCoverage": true,
  70. "collectCoverageFrom": [
  71. "src/**/*.js"
  72. ],
  73. "coveragePathIgnorePatterns": [
  74. "/fixtures/",
  75. "/node_modules/"
  76. ],
  77. "testEnvironment": "node"
  78. },
  79. "keywords": [
  80. "bash",
  81. "concurrent",
  82. "parallel",
  83. "concurrently",
  84. "command",
  85. "sh"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "name": "concurrently",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/kimmobrunfeldt/concurrently.git"
  93. },
  94. "scripts": {
  95. "lint": "eslint . --ignore-path .gitignore",
  96. "report-coverage": "cat coverage/lcov.info | coveralls",
  97. "test": "jest"
  98. },
  99. "version": "6.2.0"
  100. }