e528170de263204a701473fa54b9b3704c973c13.svn-base 2.05 KB
{
  "_from": "log-update@^3.0.0",
  "_id": "log-update@3.4.0",
  "_inBundle": true,
  "_integrity": "sha512-ILKe88NeMt4gmDvk/eb615U/IVn7K9KWGkoYbdatQ69Z65nj1ZzjM6fHXfcs0Uge+e+EGnMW7DY4T9yko8vWFg==",
  "_location": "/tap/log-update",
  "_phantomChildren": {
    "ansi-styles": "3.2.1",
    "signal-exit": "3.0.3"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "log-update@^3.0.0",
    "name": "log-update",
    "escapedName": "log-update",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/tap/ink"
  ],
  "_resolved": "https://registry.npmjs.org/log-update/-/log-update-3.4.0.tgz",
  "_shasum": "3b9a71e00ac5b1185cc193a36d654581c48f97b9",
  "_spec": "log-update@^3.0.0",
  "_where": "/Users/isaacs/dev/js/tap/node_modules/ink",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/log-update/issues"
  },
  "dependencies": {
    "ansi-escapes": "^3.2.0",
    "cli-cursor": "^2.1.0",
    "wrap-ansi": "^5.0.0"
  },
  "deprecated": false,
  "description": "Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.",
  "devDependencies": {
    "@types/node": "^11.12.2",
    "ava": "^1.4.1",
    "terminal.js": "^1.0.10",
    "tsd": "^0.7.1",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/log-update#readme",
  "keywords": [
    "log",
    "logger",
    "logging",
    "cli",
    "terminal",
    "term",
    "console",
    "shell",
    "update",
    "refresh",
    "overwrite",
    "output",
    "stdout",
    "progress",
    "bar",
    "animation"
  ],
  "license": "MIT",
  "name": "log-update",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/log-update.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "3.4.0"
}