11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "common-ancestor-path", 31cb0ef41Sopenharmony_ci "version": "1.0.1", 41cb0ef41Sopenharmony_ci "files": [ 51cb0ef41Sopenharmony_ci "index.js" 61cb0ef41Sopenharmony_ci ], 71cb0ef41Sopenharmony_ci "description": "Find the common ancestor of 2 or more paths on Windows or Unix", 81cb0ef41Sopenharmony_ci "repository": { 91cb0ef41Sopenharmony_ci "type": "git", 101cb0ef41Sopenharmony_ci "url": "git+https://github.com/isaacs/common-ancestor-path" 111cb0ef41Sopenharmony_ci }, 121cb0ef41Sopenharmony_ci "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", 131cb0ef41Sopenharmony_ci "license": "ISC", 141cb0ef41Sopenharmony_ci "scripts": { 151cb0ef41Sopenharmony_ci "test": "tap", 161cb0ef41Sopenharmony_ci "snap": "tap", 171cb0ef41Sopenharmony_ci "preversion": "npm test", 181cb0ef41Sopenharmony_ci "postversion": "npm publish", 191cb0ef41Sopenharmony_ci "prepublishOnly": "git push origin --follow-tags" 201cb0ef41Sopenharmony_ci }, 211cb0ef41Sopenharmony_ci "tap": { 221cb0ef41Sopenharmony_ci "check-coverage": true 231cb0ef41Sopenharmony_ci }, 241cb0ef41Sopenharmony_ci "devDependencies": { 251cb0ef41Sopenharmony_ci "require-inject": "^1.4.4", 261cb0ef41Sopenharmony_ci "tap": "^14.10.7" 271cb0ef41Sopenharmony_ci } 281cb0ef41Sopenharmony_ci} 29