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
|
{
"author": {
"name": "Ben Noordhuis",
"email": "info@bnoordhuis.nl"
},
"contributors": [
{
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://tootallnate.net"
}
],
"name": "weak",
"description": "Make weak references to JavaScript Objects.",
"keywords": [
"weak",
"reference",
"js",
"javascript",
"object",
"function",
"callback"
],
"version": "0.2.1",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-weak.git"
},
"main": "./lib/weak.js",
"scripts": {
"test": "mocha -gc --reporter spec",
"install": "node-gyp rebuild"
},
"engines": {
"node": "*"
},
"dependencies": {
"bindings": "*"
},
"devDependencies": {
"mocha": "> 0.7.0",
"should": "*"
},
"_npmUser": {
"name": "tootallnate",
"email": "nathan@tootallnate.net"
},
"_id": "weak@0.2.1",
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.25",
"_nodeVersion": "v0.7.10",
"_defaultsLoaded": true,
"_from": "weak"
}
|