package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "listr@^0.13.0",
  3. "_id": "listr@0.13.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-e7ylpHUq3t2ECJaOJ8myJu2O/U69rbwkRqoNY8I2jdtE8E/B+i2Oo2lt6p/Zwhy5QYU0nXHN8YCzlny389XHQA==",
  6. "_location": "/listr",
  7. "_phantomChildren": {
  8. "escape-string-regexp": "1.0.5",
  9. "exit-hook": "1.1.1",
  10. "has-ansi": "2.0.0",
  11. "object-assign": "4.1.1",
  12. "repeating": "2.0.1"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "listr@^0.13.0",
  18. "name": "listr",
  19. "escapedName": "listr",
  20. "rawSpec": "^0.13.0",
  21. "saveSpec": null,
  22. "fetchSpec": "^0.13.0"
  23. },
  24. "_requiredBy": [
  25. "/lint-staged"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/listr/-/listr-0.13.0.tgz",
  28. "_shasum": "20bb0ba30bae660ee84cc0503df4be3d5623887d",
  29. "_spec": "listr@^0.13.0",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\lint-staged",
  31. "author": {
  32. "name": "Sam Verschueren",
  33. "email": "sam.verschueren@gmail.com",
  34. "url": "github.com/SamVerschueren"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/SamVerschueren/listr/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "chalk": "^1.1.3",
  42. "cli-truncate": "^0.2.1",
  43. "figures": "^1.7.0",
  44. "indent-string": "^2.1.0",
  45. "is-observable": "^0.2.0",
  46. "is-promise": "^2.1.0",
  47. "is-stream": "^1.1.0",
  48. "listr-silent-renderer": "^1.1.1",
  49. "listr-update-renderer": "^0.4.0",
  50. "listr-verbose-renderer": "^0.4.0",
  51. "log-symbols": "^1.0.2",
  52. "log-update": "^1.0.2",
  53. "ora": "^0.2.3",
  54. "p-map": "^1.1.1",
  55. "rxjs": "^5.4.2",
  56. "stream-to-observable": "^0.2.0",
  57. "strip-ansi": "^3.0.1"
  58. },
  59. "deprecated": false,
  60. "description": "Terminal task list",
  61. "devDependencies": {
  62. "ava": "*",
  63. "clinton": "*",
  64. "codecov": "^3.0.0",
  65. "delay": "^1.3.1",
  66. "hook-std": "^0.2.0",
  67. "lint-staged": "^3.3.1",
  68. "nyc": "^8.3.2",
  69. "pre-commit": "^1.2.2",
  70. "split": "^1.0.1",
  71. "xo": "*",
  72. "zen-observable": "^0.3.0"
  73. },
  74. "engines": {
  75. "node": ">=4"
  76. },
  77. "files": [
  78. "index.js",
  79. "lib"
  80. ],
  81. "homepage": "https://github.com/SamVerschueren/listr#readme",
  82. "keywords": [
  83. "cli",
  84. "task",
  85. "list",
  86. "tasklist",
  87. "terminal",
  88. "term",
  89. "console",
  90. "ascii",
  91. "unicode",
  92. "loading",
  93. "indicator",
  94. "progress",
  95. "busy",
  96. "wait",
  97. "idle"
  98. ],
  99. "license": "MIT",
  100. "lint-staged": {
  101. "*.js": "xo"
  102. },
  103. "name": "listr",
  104. "pre-commit": "lint:staged",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/SamVerschueren/listr.git"
  108. },
  109. "scripts": {
  110. "lint:staged": "lint-staged",
  111. "test": "clinton && xo && nyc ava"
  112. },
  113. "version": "0.13.0"
  114. }