1{
2  "name": "common-ancestor-path",
3  "version": "1.0.1",
4  "files": [
5    "index.js"
6  ],
7  "description": "Find the common ancestor of 2 or more paths on Windows or Unix",
8  "repository": {
9    "type": "git",
10    "url": "git+https://github.com/isaacs/common-ancestor-path"
11  },
12  "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
13  "license": "ISC",
14  "scripts": {
15    "test": "tap",
16    "snap": "tap",
17    "preversion": "npm test",
18    "postversion": "npm publish",
19    "prepublishOnly": "git push origin --follow-tags"
20  },
21  "tap": {
22    "check-coverage": true
23  },
24  "devDependencies": {
25    "require-inject": "^1.4.4",
26    "tap": "^14.10.7"
27  }
28}
29