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
66 lines (66 loc) · 1.4 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.4 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
{
"name": "hat",
"version": "0.0.3",
"description": "generate random IDs and avoid collisions",
"main": "index.js",
"directories": {
"lib": ".",
"example": "example",
"test": "test"
},
"devDependencies": {
"expresso": "0.7.x"
},
"scripts": {
"test": "expresso"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/node-hat.git"
},
"keywords": [
"id",
"uid",
"uuid",
"random",
"hat",
"rack",
"unique"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"license": "MIT/X11",
"engine": {
"node": ">=0.4"
},
"_id": "hat@0.0.3",
"dependencies": {},
"engines": {
"node": "*"
},
"_engineSupported": true,
"_npmVersion": "1.0.10",
"_nodeVersion": "v0.5.0-pre",
"_defaultsLoaded": true,
"dist": {
"shasum": "bb014a9e64b3788aed8005917413d4ff3d502d8a",
"tarball": "http://registry.npmjs.org/hat/-/hat-0.0.3.tgz"
},
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"_shasum": "bb014a9e64b3788aed8005917413d4ff3d502d8a",
"_resolved": "https://registry.npmjs.org/hat/-/hat-0.0.3.tgz",
"_from": "hat@0.0.3",
"bugs": {
"url": "https://github.com/substack/node-hat/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/substack/node-hat"
}