package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "log-update@^1.0.2",
  6. "scope": null,
  7. "escapedName": "log-update",
  8. "name": "log-update",
  9. "rawSpec": "^1.0.2",
  10. "spec": ">=1.0.2 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/typings"
  14. ]
  15. ],
  16. "_from": "log-update@>=1.0.2 <2.0.0",
  17. "_id": "log-update@1.0.2",
  18. "_inCache": true,
  19. "_location": "/log-update",
  20. "_nodeVersion": "4.1.1",
  21. "_npmUser": {
  22. "name": "sindresorhus",
  23. "email": "sindresorhus@gmail.com"
  24. },
  25. "_npmVersion": "2.14.4",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "log-update@^1.0.2",
  29. "scope": null,
  30. "escapedName": "log-update",
  31. "name": "log-update",
  32. "rawSpec": "^1.0.2",
  33. "spec": ">=1.0.2 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/typings"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz",
  40. "_shasum": "19929f64c4093d2d2e7075a1dad8af59c296b8d1",
  41. "_shrinkwrap": null,
  42. "_spec": "log-update@^1.0.2",
  43. "_where": "/home/robert/workspace/xmlrpc/node_modules/typings",
  44. "author": {
  45. "name": "Sindre Sorhus",
  46. "email": "sindresorhus@gmail.com",
  47. "url": "sindresorhus.com"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/sindresorhus/log-update/issues"
  51. },
  52. "dependencies": {
  53. "ansi-escapes": "^1.0.0",
  54. "cli-cursor": "^1.0.2"
  55. },
  56. "description": "Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.",
  57. "devDependencies": {
  58. "ava": "*",
  59. "xo": "*"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "19929f64c4093d2d2e7075a1dad8af59c296b8d1",
  64. "tarball": "https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "678eddf319511f1bc61060fb40d37c0bc6c9efb3",
  73. "homepage": "https://github.com/sindresorhus/log-update",
  74. "keywords": [
  75. "log",
  76. "logger",
  77. "logging",
  78. "cli",
  79. "terminal",
  80. "term",
  81. "console",
  82. "shell",
  83. "update",
  84. "refresh",
  85. "overwrite",
  86. "output",
  87. "stdout",
  88. "progress",
  89. "bar",
  90. "animation"
  91. ],
  92. "license": "MIT",
  93. "maintainers": [
  94. {
  95. "name": "sindresorhus",
  96. "email": "sindresorhus@gmail.com"
  97. }
  98. ],
  99. "name": "log-update",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/sindresorhus/log-update.git"
  105. },
  106. "scripts": {
  107. "test": "xo && ava"
  108. },
  109. "version": "1.0.2"
  110. }