Files
social-analyzer/package.json
2021-05-10 04:11:22 -07:00

45 lines
1.2 KiB
JSON
Executable File

{
"name": "social-analyzer",
"version": "2.0.12",
"description": "Advanced Social Media Profiles Finder and String Analysis Tool",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"dependencies": {
"async": "3.2.0",
"cheerio": "1.0.0-rc.5",
"colors": "1.4.0",
"express": "^4.16.3",
"express-async-errors": "3.1.1",
"follow-redirects": "1.13.0",
"franc": "5.0.0",
"geckodriver": "1.21.0",
"generatorics": "1.1.0",
"html-to-text": "6.0.0",
"https-proxy-agent": "5.0.0",
"langs": "2.0.0",
"lodash": ">=4.17.21",
"most-common-words-by-language": "2.17.8",
"prettier": "2.1.2",
"pretty-error": "2.1.2",
"sanitize-html": ">=2.3.2",
"selenium-webdriver": "4.0.0-alpha.7",
"semver": "7.3.4",
"slash": "3.0.0",
"string-similarity": "4.0.4",
"cli-table": "0.3.5",
"tesseract.js": "2.1.4",
"wink-tokenizer": "1.1.0",
"wordsninja": "1.0.0",
"yargs": "16.2.0"
},
"author": "QeeqBox",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/qeeqbox/social-analyzer"
}
}