-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.46 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.46 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
{
"name": "hashtable",
"version": "2.0.1",
"description": "Native HashTable and ES6 compatible Map for Node.js",
"main": "./index.js",
"keywords": [
"hash",
"map",
"hashmap",
"hashtable",
"container"
],
"maintainers": [
{
"name": "chad3814",
"email": "chad@chad-cat-lore-eddie.com"
}
],
"author": {
"name": "Isaac Wagner",
"email": "isaacbwagner@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/chad3814/node-hashtable.git"
},
"license": "MIT",
"dependencies": {
"nan": "latest"
},
"devDependencies": {
"test-more": "~0.1.1",
"runtests": "~0.1.1"
},
"scripts": {
"install": "node-gyp configure build",
"test": "runtests test/hashtable.js test/keys.js"
},
"gitHead": "8add235030d079778ea8c99e046f3fd4e6e7134e",
"bugs": {
"url": "https://github.com/chad3814/node-hashtable/issues"
},
"homepage": "https://github.com/chad3814/node-hashtable#readme",
"_id": "hashtable@2.0.1",
"_shasum": "e4e489500bb5fb2a5028ab8d28e8d4b7f88cae35",
"_from": "hashtable@*",
"_npmVersion": "2.14.4",
"_nodeVersion": "4.1.2",
"_npmUser": {
"name": "chad3814",
"email": "chad@chad-cat-lore-eddie.com"
},
"dist": {
"shasum": "e4e489500bb5fb2a5028ab8d28e8d4b7f88cae35",
"tarball": "https://registry.npmjs.org/hashtable/-/hashtable-2.0.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/hashtable/-/hashtable-2.0.1.tgz"
}