mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.1 KiB
56 lines
1.1 KiB
13 years ago
|
{
|
||
|
"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"
|
||
|
}
|