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.
67 lines
1.5 KiB
67 lines
1.5 KiB
{
|
|
"name": "once",
|
|
"version": "1.4.0",
|
|
"description": "Run a function exactly one time",
|
|
"main": "once.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "^7.0.1"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"files": [
|
|
"once.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": "0e614d9f5a7e6f0305c625f6b581f6d80b33b8a6",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/once/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/once#readme",
|
|
"_id": "once@1.4.0",
|
|
"_shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
|
|
"_from": "once@1.4.0",
|
|
"_npmVersion": "3.10.7",
|
|
"_nodeVersion": "6.5.0",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"dist": {
|
|
"shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
|
|
"tarball": "https://registry.npmjs.org/once/-/once-1.4.0.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/once-1.4.0.tgz_1473196269128_0.537820661207661"
|
|
},
|
|
"_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|