package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "single-line-log@1.1.2",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  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. "/nugget"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/single-line-log/-/single-line-log-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  31. "author": {
  32. "name": "Tobias Baunbæk",
  33. "email": "freeall@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/freeall/single-line-log/issues"
  37. },
  38. "dependencies": {
  39. "string-width": "^1.0.1"
  40. },
  41. "description": "Keep writing to the same line in the terminal. Very useful when you write progress bars, or a status message during longer operations",
  42. "homepage": "https://github.com/freeall/single-line-log#readme",
  43. "keywords": [
  44. "single",
  45. "line",
  46. "log",
  47. "output",
  48. "overwrite",
  49. "collapse",
  50. "stdout",
  51. "terminal",
  52. "tty",
  53. "cli",
  54. "shell"
  55. ],
  56. "license": "MIT",
  57. "name": "single-line-log",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/freeall/single-line-log.git"
  61. },
  62. "scripts": {
  63. "test": "node test.js"
  64. },
  65. "version": "1.1.2"
  66. }