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.
60 lines
1.3 KiB
60 lines
1.3 KiB
{
|
|
"name": "once",
|
|
"version": "1.3.1",
|
|
"description": "Run a function exactly one time",
|
|
"main": "once.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "~0.3.0"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/once"
|
|
},
|
|
"keywords": [
|
|
"once",
|
|
"function",
|
|
"one",
|
|
"single"
|
|
],
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"license": "BSD",
|
|
"gitHead": "c90ac02a74f433ce47f6938869e68dd6196ffc2c",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/once/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/once",
|
|
"_id": "once@1.3.1",
|
|
"_shasum": "f3f3e4da5b7d27b5c732969ee3e67e729457b31f",
|
|
"_from": "once@>=1.3.1 <2.0.0",
|
|
"_npmVersion": "2.0.0",
|
|
"_nodeVersion": "0.10.31",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "f3f3e4da5b7d27b5c732969ee3e67e729457b31f",
|
|
"tarball": "http://registry.npmjs.org/once/-/once-1.3.1.tgz"
|
|
},
|
|
"_resolved": "https://registry.npmjs.org/once/-/once-1.3.1.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|