| Current Path : /home/emeraadmin/www/node_modules/npm/node_modules/common-ancestor-path/ |
| Current File : /home/emeraadmin/www/node_modules/npm/node_modules/common-ancestor-path/package.json |
{
"_id": "common-ancestor-path@1.0.1",
"_inBundle": true,
"_location": "/npm/common-ancestor-path",
"_phantomChildren": {},
"_requiredBy": [
"/npm/@npmcli/arborist"
],
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "https://izs.me"
},
"bugs": {
"url": "https://github.com/isaacs/common-ancestor-path/issues"
},
"description": "Find the common ancestor of 2 or more paths on Windows or Unix",
"devDependencies": {
"require-inject": "^1.4.4",
"tap": "^14.10.7"
},
"files": [
"index.js"
],
"homepage": "https://github.com/isaacs/common-ancestor-path#readme",
"license": "ISC",
"name": "common-ancestor-path",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/common-ancestor-path.git"
},
"scripts": {
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"preversion": "npm test",
"snap": "tap",
"test": "tap"
},
"tap": {
"check-coverage": true
},
"version": "1.0.1"
}