UNPKG

covtable

Version:

Parsing Worldometers corona cases

41 lines (40 loc) 780 B
{ "name": "covtable", "version": "1.6.5", "description": "Parsing Worldometers corona cases", "repository": { "type": "git", "url": "https://github.com/DutchRican/CovTable.git" }, "keywords": [ "Covid 19", "Global", "stats", "coronavirus", "virus", "covid-19", "covid", "corona", "cli", "table", "tracking", "cheerio", "worldometers" ], "main": "./lib/main.js", "bin": { "covtable": "bin/index.js" }, "preferGlobal": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Paul van Woensel", "license": "ISC", "dependencies": { "@dutchrican/tablecli": "^1.1.1", "cheerio": "^1.1.2", "status-spin": "^1.1.1", "yargs": "^18.0.0" } }