{
  "_from": "tabletojson@^2.0.3",
  "_id": "tabletojson@2.0.4",
  "_inBundle": false,
  "_integrity": "sha512-5dDbixNflxrU93MPKfJni1QHO2e6d2UP6Ve6kHyxxZy6wpLTcUAsJzUf+H7Yg08eQOpJsnevJ2olrMYIH09Zsw==",
  "_location": "/tabletojson",
  "_phantomChildren": {
    "@types/cacheable-request": "6.0.1",
    "cacheable-lookup": "2.0.1",
    "clone-response": "1.0.2",
    "duplexer3": "0.1.4",
    "http-cache-semantics": "4.1.0",
    "normalize-url": "4.5.0",
    "p-event": "4.1.0",
    "pump": "3.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tabletojson@^2.0.3",
    "name": "tabletojson",
    "escapedName": "tabletojson",
    "rawSpec": "^2.0.3",
    "saveSpec": null,
    "fetchSpec": "^2.0.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/tabletojson/-/tabletojson-2.0.4.tgz",
  "_shasum": "bb0a61fff2bb9e8861726c0a9bc7a57710c6f58f",
  "_spec": "tabletojson@^2.0.3",
  "_where": "C:\\Users\\c\\Desktop\\COVID-19\\server",
  "author": {
    "name": "Iain Collins",
    "email": "me@iaincollins.com",
    "url": "http://iaincollins.com"
  },
  "bugs": {
    "url": "https://github.com/maugenst/tabletojson/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cheerio": "^1.0.0-rc.3",
    "got": "^10.7.0",
    "tunnel": "0.0.6"
  },
  "deprecated": false,
  "description": "Converts HTML tables to JSON objects",
  "devDependencies": {
    "@types/cheerio": "^0.22.17",
    "@types/express": "^4.17.4",
    "@types/got": "^9.6.9",
    "@types/jest": "^25.2.1",
    "@types/lodash": "^4.14.149",
    "@types/node": "^13.11.0",
    "@types/supertest": "^2.0.8",
    "config": "^3.3.1",
    "coveralls": "^3.0.11",
    "eslint": "^6.8.0",
    "eslint-plugin-jest": "^23.8.2",
    "eslint-plugin-prettier": "^3.1.2",
    "express": "^4.17.1",
    "jest": "^25.2.7",
    "jest-extended": "^0.11.5",
    "json2csv": "^4.5.4",
    "lodash": "^4.17.15",
    "nock": "^12.0.3",
    "prettier": "^1.19.1",
    "ts-jest": "^25.3.1",
    "tslint": "^6.1.1",
    "tslint-plugin-prettier": "^2.3.0",
    "typescript": "^3.8.3"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/maugenst/tabletojson#readme",
  "keywords": [
    "table2json",
    "html",
    "table",
    "convert",
    "json",
    "csv"
  ],
  "license": "ISC",
  "main": "./dist/index.js",
  "name": "tabletojson",
  "repository": {
    "type": "git",
    "url": "git://github.com/maugenst/tabletojson.git"
  },
  "scripts": {
    "build": "tsc -p ./tsconfig.json",
    "lint": "tslint -c ./tslint.json lib/*",
    "prebuild": "npm run lint",
    "prepare": "npm run build",
    "pretest": "npm run lint",
    "test": "jest --coverage && coveralls < ./coverage/lcov.info"
  },
  "version": "2.0.4"
}
