package.json 2.5 KB

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