forked from OriginTrail/granax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 2.73 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
{
"_args": [
[
"@deadcanaries/[email protected]",
"/Users/miloskotlar/ot-node"
]
],
"_from": "@deadcanaries/[email protected]",
"_id": "@deadcanaries/[email protected]",
"_inBundle": false,
"_integrity": "sha512-umsEYedNQWLSlkDnGynR8bY0pVWq2hKN1JLtV9Jit7srYHqdo+XIEsUNejq1nNBiX83WhUZVe4gOqvg8ovdMMQ==",
"_location": "/@deadcanaries/granax",
"_phantomChildren": {
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@deadcanaries/[email protected]",
"name": "@deadcanaries/granax",
"escapedName": "@deadcanaries%2fgranax",
"scope": "@deadcanaries",
"rawSpec": "3.2.5",
"saveSpec": null,
"fetchSpec": "3.2.5"
},
"_requiredBy": [
"/@deadcanaries/hsv3"
],
"_resolved": "https://registry.npmjs.org/@deadcanaries/granax/-/granax-3.2.5.tgz",
"_spec": "3.2.5",
"_where": "/Users/miloskotlar/ot-node",
"author": {
"name": "Emery Rose Hall",
"email": "[email protected]"
},
"bugs": {
"url": "https://gitlab.com/deadcanaries/granax/issues"
},
"dependencies": {
"7zip": "0.0.6",
"async": "^2.3.0",
"latest-torbrowser-version": "^2.0.2",
"merge": "^1.2.1",
"mkdirp": "^0.5.1",
"mv": "^2.1.1",
"ncp": "^2.0.0",
"progress": "^2.0.3",
"rimraf": "^2.6.3"
},
"description": "complete client implementation of the tor control protocol",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^3.0.2",
"eslint": "^5.15.1",
"ink-docstrap": "git+https://gitlab.com/deadcanaries/docstrap.git",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.3",
"mocha": "^5.2.0",
"proxyquire": "^1.7.11",
"sinon": "^2.1.0"
},
"engines": {
"node": ">=8.9.0"
},
"homepage": "https://gitlab.com/deadcanaries/granax#readme",
"keywords": [
"tor",
"onion",
"control",
"protocol",
"hidden",
"service",
"anonymous",
"dark",
"net",
"deep",
"web",
"stem"
],
"license": "AGPL-3.0",
"main": "index.js",
"name": "@deadcanaries/granax",
"optionalDependencies": {
"7zip": "0.0.6",
"ncp": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/deadcanaries/granax.git"
},
"scripts": {
"coverage": "istanbul cover _mocha -- --recursive",
"generate-docs": "mkdir -p ./public && rm -r ./public && jsdoc index.js lib -r -R README.md -u ./doc -c .jsdoc.json --verbose -d ./public",
"linter": "eslint index.js lib test",
"postinstall": "node script/download-tbb.js",
"test": "npm run test-suite && npm run linter",
"test-suite": "mocha test/** --recursive"
},
"version": "3.2.5"
}