forked from bertrandom/chrome-cookies-secure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 866 Bytes
/
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
{
"name": "chrome-cookies-secure",
"version": "1.3.2",
"description": "Extract encrypted Google Chrome cookies for a url on a Mac or Linux",
"keywords": [
"google",
"chrome",
"cookies",
"encrypted",
"curl",
"decrypt",
"encrypt",
"extract"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bertrand Fan <[email protected]> (https://bert.org/)",
"license": "MIT",
"os": [
"darwin",
"linux",
"win32"
],
"repository": {
"type": "git",
"url": "https://github.com/bertrandom/chrome-cookies-secure.git"
},
"dependencies": {
"int": "^0.2.0",
"request": "^2.88.0",
"sqlite3": "^4.1.1",
"tldjs": "^1.5.1",
"tough-cookie": "^2.3.4"
},
"optionalDependencies": {
"keytar": "^5.0.0",
"win-dpapi": "^0.1.0"
}
}