common-dir
Version:
Returns the parent directory common to each path
32 lines (31 loc) • 652 B
JSON
{
"name": "common-dir",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "3.0.1",
"description": "Returns the parent directory common to each path",
"repository": "https://github.com/75lb/common-dir",
"keywords": [
"common",
"directory",
"parent",
"folder"
],
"license": "MIT",
"engines": {
"node": ">=8"
},
"scripts": {
"test": "test-runner test.js",
"docs": "jsdoc2md -t README.hbs index.js > README.md"
},
"dependencies": {
"common-sequence": "^2.0.0"
},
"devDependencies": {
"jsdoc-to-markdown": "^7.0.0",
"test-runner": "^0.6.3"
},
"files": [
"index.js"
]
}