Socket
Socket
Sign inDemoInstall

horseman-article-parser

Package Overview
Dependencies
179
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

7

package.json
{
"name": "horseman-article-parser",
"version": "0.0.5",
"version": "0.0.6",
"description": "Web Page Inspection Tool. Sentiment Analysis, Keyword Extraction, Named Entity Recognition & Spell Check",

@@ -24,6 +24,5 @@ "main": "index.js",

"html-to-text": "^4.0.0",
"htmldom": "^3.0.6",
"lodash": "^4.17.4",
"nlcst-to-string": "^2.0.2",
"node-horseman": "^3.3.0",
"nlcst-to-string": "^2.0.2",
"node-readability": "^2.2.0",

@@ -48,2 +47,2 @@ "phantomjs-prebuilt": "^2.1.14",

}
}
}

@@ -53,2 +53,8 @@ # Horseman Article Parser

`parseArticle(params, <socket>)` accepts an option socket for pipeing status messages and errors to a front end UI.
See [horseman-article-parser-ui](https://github.com/fmacpro/horseman-article-parser-ui) as an example.
## Development

@@ -68,4 +74,30 @@

## Dependencies
- [clean-html](https://ghub.io/clean-html): HTML cleaner and beautifier
- [compromise](https://ghub.io/compromise): natural language processing in the browser
- [dictionary-en-gb](https://ghub.io/dictionary-en-gb): English (United Kingdom) spelling dictionary in UTF-8
- [html-to-text](https://ghub.io/html-to-text): Advanced html to plain text converter
- [lodash](https://ghub.io/lodash): Lodash modular utilities.
- [node-horseman](https://ghub.io/node-horseman): Run PhantomJS from Node
- [nlcst-to-string](https://ghub.io/nlcst-to-string): Stringify NLCST
- [node-readability](https://ghub.io/node-readability): Turning any web page into a clean view.
- [phantomjs-prebuilt](https://ghub.io/phantomjs-prebuilt): Headless WebKit with JS API
- [retext](https://ghub.io/retext): Natural language processor powered by plugins
- [retext-keywords](https://ghub.io/retext-keywords): Keyword extraction with Retext
- [retext-spell](https://ghub.io/retext-spell): Spelling checker for retext
- [sentiment](https://ghub.io/sentiment): AFINN-based sentiment analysis for Node.js
- [vfile-reporter-json](https://ghub.io/vfile-reporter-json): JSON reporter for virtual files
## Dev Dependencies
- [eslint](https://ghub.io/eslint): An AST-based pattern checker for JavaScript.
- [eslint-config-standard](https://ghub.io/eslint-config-standard): JavaScript Standard Style - ESLint Shareable Config
- [eslint-plugin-import](https://ghub.io/eslint-plugin-import): Import with sanity.
- [eslint-plugin-node](https://ghub.io/eslint-plugin-node): Additional ESLint&#39;s rules for Node.js
- [eslint-plugin-promise](https://ghub.io/eslint-plugin-promise): Enforce best practices for JavaScript promises
- [eslint-plugin-standard](https://ghub.io/eslint-plugin-standard): ESlint Plugin for the Standard Linter
## License
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the [LICENSE.md](LICENSE.md) file for details
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the [LICENSE.md](LICENSE.md) file for details

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc