overwatch-api-server
Version:
An Unoffical Overwatch HTTP API
91 lines (90 loc) • 2.06 kB
JSON
{
"_from": "ora@^4.0.4",
"_id": "ora@4.0.4",
"_inBundle": false,
"_integrity": "sha512-77iGeVU1cIdRhgFzCK8aw1fbtT1B/iZAvWjS+l/o1x0RShMgxHUZaD2yDpWsNCPwXg9z1ZA78Kbdvr8kBmG/Ww==",
"_location": "/ora",
"_phantomChildren": {
"@types/color-name": "1.1.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "ora@^4.0.4",
"name": "ora",
"escapedName": "ora",
"rawSpec": "^4.0.4",
"saveSpec": null,
"fetchSpec": "^4.0.4"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/ora/-/ora-4.0.4.tgz",
"_shasum": "e8da697cc5b6a47266655bf68e0fb588d29a545d",
"_spec": "ora@^4.0.4",
"_where": "C:\\Users\\Alf\\Source\\overwatch-api\\api\\node_modules\\ava",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/ora/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^3.0.0",
"cli-cursor": "^3.1.0",
"cli-spinners": "^2.2.0",
"is-interactive": "^1.0.0",
"log-symbols": "^3.0.0",
"mute-stream": "0.0.8",
"strip-ansi": "^6.0.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.10.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"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.4"
}