html-table-to-json
Version:
Extracts all tables within a provided html snippet and converts them to JSON objects.
38 lines (37 loc) • 818 B
JSON
{
"name": "html-table-to-json",
"version": "1.0.0",
"description": "Extracts all tables within a provided html snippet and converts them to JSON objects.",
"license": "MIT",
"repository": "brandon93s/html-table-to-json",
"author": {
"name": "Brandon Smith",
"url": "github.com/brandon93s"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"test": "ava --verbose"
},
"files": [
"index.js"
],
"keywords": [
"html",
"table",
"json"
],
"dependencies": {
"cheerio": "^1.0.0-rc.3"
},
"devDependencies": {
"ava": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1"
}
}