covid-usa
Version:
Latest data from the New York Times COVID-19 dataset
41 lines (40 loc) • 923 B
JSON
{
"name": "covid-usa",
"version": "2.1.1",
"description": "Latest data from the New York Times COVID-19 dataset",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jordansafer/covid-usa.git"
},
"scripts": {
"test": "eslint index.js && mocha"
},
"keywords": [
"covid19",
"COVID-19",
"coronavirus",
"new york times",
"NYT",
"county-level",
"state-level",
"coronavirus cases"
],
"author": "Jordan Safer",
"license": "MIT",
"private": false,
"dependencies": {
"csv-parse": "^4.8.8",
"download-git-repo": "^3.0.2",
"lodash": "^4.17.15"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^7.1.1"
}
}