{
  "_args": [
    [
      "log-update@3.3.0",
      "/Users/isaacs/dev/js/tap"
    ]
  ],
  "_from": "log-update@3.3.0",
  "_id": "log-update@3.3.0",
  "_inBundle": false,
  "_integrity": "sha512-YSKm5n+YjZoGZT5lfmOqasVH1fIH9xQA9A81Y48nZ99PxAP62vdCCtua+Gcu6oTn0nqtZd/LwRV+Vflo53ZDWA==",
  "_location": "/log-update",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "log-update@3.3.0",
    "name": "log-update",
    "escapedName": "log-update",
    "rawSpec": "3.3.0",
    "saveSpec": null,
    "fetchSpec": "3.3.0"
  },
  "_requiredBy": [
    "/ink"
  ],
  "_resolved": "https://registry.npmjs.org/log-update/-/log-update-3.3.0.tgz",
  "_spec": "3.3.0",
  "_where": "/Users/isaacs/dev/js/tap",
  "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"
  },
  "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"
  ],
  "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.3.0"
}
