{ "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" }