UNPKG

weak

Version:

Make weak references to JavaScript Objects.

35 lines (34 loc) 700 B
{ "author": "Ben Noordhuis <info@bnoordhuis.nl>", "contributors": [ "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)" ], "name": "weak", "license": "MIT", "description": "Make weak references to JavaScript Objects.", "keywords": [ "weak", "reference", "js", "javascript", "object", "function", "callback" ], "version": "1.0.1", "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-weak.git" }, "main": "lib/weak.js", "scripts": { "test": "mocha -gc --reporter spec" }, "dependencies": { "bindings": "^1.2.1", "nan": "^2.0.5" }, "devDependencies": { "mocha": "~2.1.0" } }