{ "_args": [ [ "ora@2.1.0", "D:\\WS\\WebstormProjects\\222\\lawyer" ] ], "_development": true, "_from": "ora@2.1.0", "_id": "ora@2.1.0", "_inBundle": false, "_integrity": "sha512-hNNlAd3gfv/iPmsNxYoAPLvxg7HuPozww7fFonMZvL84tP6Ox5igfk5j/+a9rtJJwqMgKK+JgWsAQik5o0HTLA==", "_location": "/ora", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "ora@2.1.0", "name": "ora", "escapedName": "ora", "rawSpec": "2.1.0", "saveSpec": null, "fetchSpec": "2.1.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/ora/-/ora-2.1.0.tgz", "_spec": "2.1.0", "_where": "D:\\WS\\WebstormProjects\\222\\lawyer", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/ora/issues" }, "dependencies": { "chalk": "^2.3.1", "cli-cursor": "^2.1.0", "cli-spinners": "^1.1.0", "log-symbols": "^2.2.0", "strip-ansi": "^4.0.0", "wcwidth": "^1.0.1" }, "description": "Elegant terminal spinner", "devDependencies": { "ava": "*", "get-stream": "^3.0.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": "2.1.0" }