Add HTML Extract-Node

This commit is contained in:
Jan Oberhauser
2019-12-28 21:28:15 -06:00
parent e1be291949
commit 50f3d9bb5a
3 changed files with 282 additions and 0 deletions

View File

@@ -109,6 +109,7 @@
"dist/nodes/Google/GoogleDrive.node.js",
"dist/nodes/Google/GoogleSheets.node.js",
"dist/nodes/GraphQL/GraphQL.node.js",
"dist/nodes/HtmlExtract/HtmlExtract.node.js",
"dist/nodes/HttpRequest.node.js",
"dist/nodes/Hubspot/Hubspot.node.js",
"dist/nodes/If.node.js",
@@ -167,6 +168,7 @@
"devDependencies": {
"@types/aws4": "^1.5.1",
"@types/basic-auth": "^1.1.2",
"@types/cheerio": "^0.22.15",
"@types/cron": "^1.6.1",
"@types/express": "^4.16.1",
"@types/gm": "^1.18.2",
@@ -189,6 +191,7 @@
"dependencies": {
"aws4": "^1.8.0",
"basic-auth": "^2.0.1",
"cheerio": "^1.0.0-rc.3",
"cron": "^1.6.0",
"glob-promise": "^3.4.0",
"gm": "^1.23.1",