-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
139 lines (139 loc) · 3.68 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "prey",
"version": "1.13.8",
"author": "Engineering <[email protected]>",
"keywords": [
"prey",
"anti",
"theft",
"tracking",
"remote",
"monitoring",
"stolen",
"laptop"
],
"description": "Prey: Laptop Tracking & Data security. Find & Protect lost devices.",
"engine": "node >= 20.16.0",
"engines": {
"node": ">=20.16.0"
},
"os": [
"linux",
"darwin",
"win32"
],
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/prey/prey-node-client.git"
},
"dependencies": {
"arch": "^2.1.2",
"archiver": "^5.3.1",
"async": "^2.6.4",
"buckle": "https://github.com/javo/buckle.git#4c3d6e0e35d19f73ab0f3e585a1217cdd15938fb",
"chmodr": "1.2.0",
"chownr": "1.1.4",
"clean-exit": "0.0.3",
"commander": "9.1.0",
"compare-versions": "3.3.0",
"dotenv": "^16.4.5",
"firewall": "0.0.5",
"getset": "https://github.com/javo/getset.git#0e1a82e851591f34af6c5a7491ce223eefa58a95",
"graceful-fs": "4.1.15",
"https-proxy-agent": "^5.0.0",
"iconv-lite": "0.6.2",
"linus": "https://github.com/javo/linus.git#ebf4e2ba2e84364acb190c33a548591b9bfc666c",
"memorize": "0.0.1",
"mime": "^3.0.0",
"needle": "3.1.0",
"network": "https://github.com/prey/node-network-utilities.git",
"node-jsencrypt": "1.0.0",
"node-schedule": "1.3.2",
"ocelot": "0.0.5",
"os-triggers": "0.1.4",
"petit": "https://github.com/prey/node-logger.git",
"plist": "^3.1.0",
"qs": "6.10.3",
"remover": "0.1.2",
"reply": "^0.3.1",
"rimraf": "3.0.2",
"satan": "https://github.com/prey/node-daemon.git",
"semver": "^7.5.2",
"sqlite3": "^5.1.7",
"sudoer": "https://github.com/prey/node-sudoer.git",
"systeminformation": "^5.9.17",
"tuna": "0.0.2",
"uid-number": "0.0.5",
"underscore": "^1.9.1",
"uuid": "^8.3.2",
"whenever": "0.0.3",
"wink": "0.0.1",
"winssh": "0.0.3",
"wmic": "0.0.7",
"ws": "^7.5.10",
"xml2js": "^0.5.0"
},
"devDependencies": {
"@types/chai": "^5.0.0",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"chai": "^4.2.0",
"eslint": "^8.44.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"jsdoc": "^4.0.2",
"mkdirp": "^0.5.1",
"mocha": "^10.1.0",
"mock-spawn": "^0.2.6",
"node.extend": "^2.0.2",
"nyc": "^17.1.0",
"prettier": "^2.8.4",
"rewire": "^7.0.0",
"sandboxed-module": "^2.0.3",
"should": "^13.2.3",
"sinon": "^7.5.0",
"sonarqube-scanner": "^4.2.3"
},
"main": "./lib/common",
"bin": {
"prey": "./bin/prey"
},
"directories": {
"bin": "./bin",
"lib": "./lib",
"tools": "./tools",
"test": "./test"
},
"mocha": {
"recursive": "true",
"spec": [
"./test/**/*.test.js"
]
},
"scripts": {
"start": "./bin/prey",
"test": "nyc --reporter=text --reporter=html mocha",
"test-sf": "mocha",
"coverage": "nyc --reporter=text-summary --reporter=lcov mocha",
"sonar": "npx sonarqube-scanner",
"post_install": "./bin/prey config hooks post_install",
"post_update": "./bin/prey config hooks post_install",
"pre_uninstall": "./bin/prey config hooks pre_uninstall",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"owasp": "owasp-dependency-check --project \"testcliente\" -f JSON",
"format": "npx prettier --write"
},
"bugs": {
"url": "http://github.com/prey/prey-node-client/issues"
},
"licenses": [
{
"type": "GPLv3",
"url": "https://github.com/prey/prey-node-client/raw/master/license.txt"
}
]
}