package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "single-line-log@1.1.2",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "single-line-log@^1.1.2",
  10. "_id": "single-line-log@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-wvg/Jzo+GhbtsJlWYdoO1e8DM2Q=",
  13. "_location": "/single-line-log",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "single-line-log@1.1.2",
  19. "name": "single-line-log",
  20. "escapedName": "single-line-log",
  21. "rawSpec": "1.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.2"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/nugget"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/single-line-log/-/single-line-log-1.1.2.tgz",
  30. "_shasum": "c2f83f273a3e1a16edb0995661da0ed5ef033364",
  31. "_spec": "1.1.2",
  32. "_where": "E:\\vscode\\UseStudio.Desktop",
  33. "author": {
  34. "name": "Tobias Baunbæk",
  35. "email": "freeall@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/freeall/single-line-log/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "string-width": "^1.0.1"
  43. },
  44. "deprecated": false,
  45. "description": "Keep writing to the same line in the terminal. Very useful when you write progress bars, or a status message during longer operations",
  46. "homepage": "https://github.com/freeall/single-line-log#readme",
  47. "keywords": [
  48. "single",
  49. "line",
  50. "log",
  51. "output",
  52. "overwrite",
  53. "collapse",
  54. "stdout",
  55. "terminal",
  56. "tty",
  57. "cli",
  58. "shell"
  59. ],
  60. "license": "MIT",
  61. "name": "single-line-log",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/freeall/single-line-log.git"
  65. },
  66. "scripts": {
  67. "test": "node test.js"
  68. },
  69. "version": "1.1.2"
  70. }