-
Notifications
You must be signed in to change notification settings - Fork 76
/
package.json
127 lines (127 loc) · 3.52 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
{
"name": "prey",
"version": "1.13.4",
"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 >= 16.18.0",
"engines": {
"node": ">=16.18.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": {
"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",
"jest": "^29.7.0",
"jsdoc": "^4.0.2",
"mkdirp": "^0.5.1",
"mocha": "^10.1.0",
"mock-spawn": "^0.2.6",
"node.extend": "^2.0.2",
"prettier": "^2.8.4",
"sandboxed-module": "^2.0.3",
"should": "^13.2.3",
"sinon": "^7.5.0"
},
"main": "./lib/common",
"bin": {
"prey": "./bin/prey"
},
"directories": {
"bin": "./bin",
"lib": "./lib",
"tools": "./tools",
"test": "./test"
},
"scripts": {
"start": "./bin/prey",
"test_jest": "jest",
"test": "./bin/prey test lib/agent test --recursive --reporter dot",
"test-ci": "./bin/prey test lib/agent test --recursive --reporter dot --timeout 10000 --exclude **/*.notgithub.js",
"coverage": "istanbul cover _mocha -- lib/agent test --recursive",
"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"
}
]
}