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.
63 lines
1.5 KiB
63 lines
1.5 KiB
{
|
|
"name": "lockfile",
|
|
"version": "1.0.0",
|
|
"main": "lockfile.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"tap": "~0.2.5",
|
|
"touch": "0"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/lockfile"
|
|
},
|
|
"keywords": [
|
|
"lockfile",
|
|
"lock",
|
|
"file",
|
|
"fs",
|
|
"O_EXCL"
|
|
],
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"license": "BSD",
|
|
"description": "A very polite lock file utility, which endeavors to not litter, and to wait patiently for others.",
|
|
"gitHead": "9590c6f02521eb1bb154ddc3ca9a7e84ce770c45",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/lockfile/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/lockfile",
|
|
"_id": "lockfile@1.0.0",
|
|
"_shasum": "b3a7609dda6012060083bacb0ab0ecbca58e9203",
|
|
"_from": "lockfile@1.0.0",
|
|
"_npmVersion": "1.4.23",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "trevorburnham",
|
|
"email": "trevorburnham@gmail.com"
|
|
},
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "b3a7609dda6012060083bacb0ab0ecbca58e9203",
|
|
"tarball": "http://registry.npmjs.org/lockfile/-/lockfile-1.0.0.tgz"
|
|
},
|
|
"_resolved": "https://registry.npmjs.org/lockfile/-/lockfile-1.0.0.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|