{
  "_from": "ora",
  "_id": "ora@4.0.2",
  "_inBundle": false,
  "_integrity": "sha512-YUOZbamht5mfLxPmk4M35CD/5DuOkAacxlEUbStVXpBAt4fyhBf+vZHI/HRkI++QUp3sNoeA2Gw4C+hi4eGSig==",
  "_location": "/ora",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "ora",
    "name": "ora",
    "escapedName": "ora",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ora/-/ora-4.0.2.tgz",
  "_shasum": "0e1e68fd45b135d28648b27cf08081fa6e8a297d",
  "_spec": "ora",
  "_where": "E:\\mu_dist\\@xyx\\beer\\test-command",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/ora/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^2.4.2",
    "cli-cursor": "^3.1.0",
    "cli-spinners": "^2.2.0",
    "is-interactive": "^1.0.0",
    "log-symbols": "^3.0.0",
    "strip-ansi": "^5.2.0",
    "wcwidth": "^1.0.1"
  },
  "deprecated": false,
  "description": "Elegant terminal spinner",
  "devDependencies": {
    "@types/node": "^12.7.5",
    "ava": "^2.4.0",
    "get-stream": "^5.1.0",
    "tsd": "^0.8.0",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/sindresorhus/ora#readme",
  "keywords": [
    "cli",
    "spinner",
    "spinners",
    "terminal",
    "term",
    "console",
    "ascii",
    "unicode",
    "loading",
    "indicator",
    "progress",
    "busy",
    "wait",
    "idle"
  ],
  "license": "MIT",
  "name": "ora",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/ora.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "4.0.2"
}