mirror of https://github.com/nodejs/node.git
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"name": "once",
|
|
"version": "1.3.2",
|
|
"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.git"
|
|
},
|
|
"keywords": [
|
|
"once",
|
|
"function",
|
|
"one",
|
|
"single"
|
|
],
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"license": "ISC",
|
|
"gitHead": "e35eed5a7867574e2bf2260a1ba23970958b22f2",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/once/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/once#readme",
|
|
"_id": "once@1.3.2",
|
|
"_shasum": "d8feeca93b039ec1dcdee7741c92bdac5e28081b",
|
|
"_from": "once@>=1.3.2 <1.4.0",
|
|
"_npmVersion": "2.9.1",
|
|
"_nodeVersion": "2.0.0",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "isaacs@npmjs.com"
|
|
},
|
|
"dist": {
|
|
"shasum": "d8feeca93b039ec1dcdee7741c92bdac5e28081b",
|
|
"tarball": "http://registry.npmjs.org/once/-/once-1.3.2.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/once/-/once-1.3.2.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|