1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_args": [
- [
- "single-line-log@1.1.2",
- "E:\\vscode\\UseStudio.Desktop"
- ]
- ],
- "_development": true,
- "_from": "single-line-log@^1.1.2",
- "_id": "single-line-log@1.1.2",
- "_inBundle": false,
- "_integrity": "sha1-wvg/Jzo+GhbtsJlWYdoO1e8DM2Q=",
- "_location": "/single-line-log",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "single-line-log@1.1.2",
- "name": "single-line-log",
- "escapedName": "single-line-log",
- "rawSpec": "1.1.2",
- "saveSpec": null,
- "fetchSpec": "1.1.2"
- },
- "_requiredBy": [
- "/",
- "/nugget"
- ],
- "_resolved": "https://registry.npmjs.org/single-line-log/-/single-line-log-1.1.2.tgz",
- "_shasum": "c2f83f273a3e1a16edb0995661da0ed5ef033364",
- "_spec": "1.1.2",
- "_where": "E:\\vscode\\UseStudio.Desktop",
- "author": {
- "name": "Tobias Baunbæk",
- "email": "freeall@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/freeall/single-line-log/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "string-width": "^1.0.1"
- },
- "deprecated": false,
- "description": "Keep writing to the same line in the terminal. Very useful when you write progress bars, or a status message during longer operations",
- "homepage": "https://github.com/freeall/single-line-log#readme",
- "keywords": [
- "single",
- "line",
- "log",
- "output",
- "overwrite",
- "collapse",
- "stdout",
- "terminal",
- "tty",
- "cli",
- "shell"
- ],
- "license": "MIT",
- "name": "single-line-log",
- "repository": {
- "type": "git",
- "url": "git://github.com/freeall/single-line-log.git"
- },
- "scripts": {
- "test": "node test.js"
- },
- "version": "1.1.2"
- }
|