返回 social-analyzer
package.json
根目录 / package.json
1 {
2 "name": "social-analyzer",
3 "version": "2.0.32",
4 "description": "Advanced Social Media Profiles Finder and String Analysis Tool",
5 "main": "app.js",
6 "engines": {
7 "node": ">=20.18.1"
8 },
9 "scripts": {
10 "test": "echo \"Error: no test specified\" && exit 1",
11 "start": "node app.js --gui"
12 },
13 "dependencies": {
14 "async": "3.2.4",
15 "cheerio": "^1.0.0-rc.11",
16 "cli-table": "0.3.11",
17 "colors": "1.4.0",
18 "express": "^4.18.1",
19 "express-async-errors": "3.1.1",
20 "follow-redirects": "^1.15.1",
21 "franc": "^6.0.0",
22 "geckodriver": "^3.0.1",
23 "generatorics": "1.1.0",
24 "html-to-text": "8.2.0",
25 "https-proxy-agent": "5.0.1",
26 "ixora": "1.0.10",
27 "langs": "2.0.0",
28 "lodash": ">=4.17.21",
29 "most-common-words-by-language": "3.0.10",
30 "n": "^8.2.0",
31 "prettier": "2.7.1",
32 "pretty-error": "4.0.0",
33 "sanitize-html": ">=2.7.0",
34 "selenium-webdriver": "4.3.0",
35 "semver": "7.3.7",
36 "slash": "4.0.0",
37 "string-similarity": "4.0.4",
38 "tesseract.js": "2.1.5",
39 "wink-tokenizer": "5.3.0",
40 "wordsninja": "1.0.0",
41 "yargs": "17.5.1"
42 },
43 "author": "QeeqBox",
44 "license": "AGPL-3.0",
45 "repository": {
46 "type": "git",
47 "url": "https://github.com/qeeqbox/social-analyzer"
48 },
49 "devDependencies": {
50 "eslint": "^8.18.0",
51 "eslint-config-standard": "^17.0.0",
52 "eslint-plugin-import": "^2.26.0",
53 "eslint-plugin-node": "^11.1.0",
54 "eslint-plugin-promise": "^6.0.0"
55 },
56 "type": "module"
57 }
58
58 lines JSON