{
"name": "commondir",
"version": "0.0.1",
"description": "Compute the closest common parent for file paths",
"main": "index.js",
"directories": {
"lib": ".",
"example": "example",
"test": "test"
},
"dependencies": {},
"devDependencies": {
"expresso": "0.7.x"
},
"scripts": {
"test": "expresso"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/node-commondir.git"
},
"keywords": [
"common",
"path",
"directory",
"file",
"parent",
"root"
],
"author": {
"name": "James Halliday",
"email": "[email protected]",
"url": "http://substack.net"
},
"license": "MIT/X11",
"engine": {
"node": ">=0.4"
},
"_npmUser": {
"name": "substack",
"email": "[email protected]"
},
"_id": "[email protected]",
"engines": {
"node": "*"
},
"_engineSupported": true,
"_npmVersion": "1.0.101",
"_nodeVersion": "v0.4.12",
"_defaultsLoaded": true,
"dist": {
"shasum": "89f00fdcd51b519c578733fec563e6a6da7f5be2",
"tarball": "http://registry.npmjs.org/commondir/-/commondir-0.0.1.tgz"
},
"maintainers": [
{
"name": "substack",
"email": "[email protected]"
}
],
"_shasum": "89f00fdcd51b519c578733fec563e6a6da7f5be2",
"_resolved": "https://registry.npmjs.org/commondir/-/commondir-0.0.1.tgz",
"_from": "[email protected]",
"bugs": {
"url": "https://github.com/substack/node-commondir/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/substack/node-commondir#readme"
}