{
  "_args": [
    [
      "ora@0.3.0",
      "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
    ]
  ],
  "_from": "ora@0.3.0",
  "_id": "ora@0.3.0",
  "_inBundle": false,
  "_integrity": "sha1-NnoHitJc+wltpQERXrW0AeB9dJU=",
  "_location": "/ora",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ora@0.3.0",
    "name": "ora",
    "escapedName": "ora",
    "rawSpec": "0.3.0",
    "saveSpec": null,
    "fetchSpec": "0.3.0"
  },
  "_requiredBy": [
    "/element-theme"
  ],
  "_resolved": "https://registry.npmjs.org/ora/-/ora-0.3.0.tgz",
  "_spec": "0.3.0",
  "_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/ora/issues"
  },
  "dependencies": {
    "chalk": "^1.1.1",
    "cli-cursor": "^1.0.2",
    "cli-spinners": "^0.2.0",
    "log-symbols": "^1.0.2"
  },
  "description": "Elegant terminal spinner",
  "devDependencies": {
    "ava": "*",
    "get-stream": "^2.3.0",
    "xo": "*"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "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"
  },
  "version": "0.3.0",
  "xo": {
    "esnext": true
  }
}