forked from webtorrent/bittorrent-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 1.96 KB
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
{
"name": "compact2string",
"version": "1.4.0",
"description": "Convert BitTorrent compact hostname & port buffer to a string 'hostname:port'",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec",
"travis-test": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec",
"report-coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/bencevans/node-compact2string.git"
},
"bugs": {
"url": "https://github.com/bencevans/node-compact2string/issues"
},
"keywords": [
"torrent",
"compact",
"tracker",
"bittorrent",
"binary",
"convert"
],
"author": {
"name": "Ben Evans",
"email": "ben@bensbit.co.uk",
"url": "http://bensbit.co.uk"
},
"license": "BSD",
"devDependencies": {
"mocha": "~1.7.4",
"istanbul": "~0.1.44",
"coveralls": "~2.3.0"
},
"dependencies": {
"ipaddr.js": ">= 0.1.5"
},
"testling": {
"harness": "mocha-bdd",
"files": "test.js",
"browsers": [
"ie/9..latest",
"chrome/25..latest",
"firefox/20..latest",
"safari/6..latest",
"opera/15.0..latest"
]
},
"gitHead": "c80e7a2fd2e9d76439d2de2a8a285ae4fd833213",
"homepage": "https://github.com/bencevans/node-compact2string",
"_id": "compact2string@1.4.0",
"_shasum": "a99cd96ea000525684b269683ae2222d6eea7b49",
"_from": "compact2string@1.4.0",
"_npmVersion": "1.4.14",
"_npmUser": {
"name": "bencevans",
"email": "ben@bensbit.co.uk"
},
"maintainers": [
{
"name": "bencevans",
"email": "ben@bensbit.co.uk"
}
],
"dist": {
"shasum": "a99cd96ea000525684b269683ae2222d6eea7b49",
"tarball": "http://registry.npmjs.org/compact2string/-/compact2string-1.4.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/compact2string/-/compact2string-1.4.0.tgz",
"readme": "ERROR: No README data found!"
}