UNPKG

table2array

Version:

Converts HTML table to Javascript array

34 lines (33 loc) 723 B
{ "name": "table2array", "version": "0.0.2", "description": "Converts HTML table to Javascript array", "main": "src/index.js", "scripts": { "test": "node_modules/.bin/jest" }, "repository": { "type": "git", "url": "git://github.com/freearhey/table2array.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "keywords": ["html", "table", "parser", "array"], "author": "Arhey", "license": "MIT", "devDependencies": { "@babel/core": "^7.20.2", "@babel/preset-env": "^7.20.2", "jest": "^29.3.1" }, "dependencies": { "cheerio": "^1.0.0-rc.12" }, "jest": { "roots": [ "tests" ], "testRegex": "tests/(.*?/)?.*test.js$" } }