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.
99 lines
2.2 KiB
99 lines
2.2 KiB
{
|
|
"_args": [
|
|
[
|
|
"weak",
|
|
"/Users/trott/io.js/test/gc"
|
|
]
|
|
],
|
|
"_from": "weak@latest",
|
|
"_id": "weak@1.0.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/weak",
|
|
"_nodeVersion": "5.3.0",
|
|
"_npmUser": {
|
|
"email": "nathan@tootallnate.net",
|
|
"name": "tootallnate"
|
|
},
|
|
"_npmVersion": "3.3.12",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "weak",
|
|
"raw": "weak",
|
|
"rawSpec": "",
|
|
"scope": null,
|
|
"spec": "latest",
|
|
"type": "tag"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/weak/-/weak-1.0.1.tgz",
|
|
"_shasum": "ab99aab30706959aa0200cb8cf545bb9cb33b99e",
|
|
"_shrinkwrap": null,
|
|
"_spec": "weak",
|
|
"_where": "/Users/trott/io.js/test/gc",
|
|
"author": {
|
|
"email": "info@bnoordhuis.nl",
|
|
"name": "Ben Noordhuis"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/TooTallNate/node-weak/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"email": "nathan@tootallnate.net",
|
|
"name": "Nathan Rajlich",
|
|
"url": "http://tootallnate.net"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"bindings": "^1.2.1",
|
|
"nan": "^2.0.5"
|
|
},
|
|
"description": "Make weak references to JavaScript Objects.",
|
|
"devDependencies": {
|
|
"mocha": "~2.1.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "ab99aab30706959aa0200cb8cf545bb9cb33b99e",
|
|
"tarball": "http://registry.npmjs.org/weak/-/weak-1.0.1.tgz"
|
|
},
|
|
"gitHead": "1c3b0376dab966782e5d1fcf06f9fcb1309cb2c0",
|
|
"gypfile": true,
|
|
"homepage": "https://github.com/TooTallNate/node-weak#readme",
|
|
"keywords": [
|
|
"weak",
|
|
"reference",
|
|
"js",
|
|
"javascript",
|
|
"object",
|
|
"function",
|
|
"callback"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/weak.js",
|
|
"maintainers": [
|
|
{
|
|
"email": "nathan@tootallnate.net",
|
|
"name": "TooTallNate"
|
|
},
|
|
{
|
|
"email": "nathan@tootallnate.net",
|
|
"name": "tootallnate"
|
|
}
|
|
],
|
|
"name": "weak",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TooTallNate/node-weak.git"
|
|
},
|
|
"scripts": {
|
|
"install": "node-gyp rebuild",
|
|
"test": "mocha -gc --reporter spec"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|
|
|