{
  "_from": "common-ancestor-path@^2.0.0",
  "_id": "common-ancestor-path@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-dnN3ibLeoRf2HNC+OlCiNc5d2zxbLJXOtiZUudNFSXZrNSydxcCsSpRzXwfu7BBWCIfHPw+xTayeBvJCP/D8Ng==",
  "_location": "/common-ancestor-path",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "common-ancestor-path@^2.0.0",
    "name": "common-ancestor-path",
    "escapedName": "common-ancestor-path",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/astro"
  ],
  "_resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-2.0.0.tgz",
  "_shasum": "f1d361aea9236aad5b92a0ff5b9df1422dd360ff",
  "_spec": "common-ancestor-path@^2.0.0",
  "_where": "/var/www/web-lab/node_modules/astro",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bugs": {
    "url": "https://github.com/isaacs/common-ancestor-path/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Find the common ancestor of 2 or more paths on Windows or Unix",
  "devDependencies": {
    "@types/node": "^24.10.1",
    "prettier": "^3.6.2",
    "require-inject": "^1.4.4",
    "tap": "^21.1.6",
    "tshy": "^3.1.0",
    "typedoc": "^0.28.14"
  },
  "engines": {
    "node": ">= 18"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/commonjs/index.d.ts",
        "default": "./dist/commonjs/index.js"
      }
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/isaacs/common-ancestor-path#readme",
  "license": "BlueOak-1.0.0",
  "main": "./dist/commonjs/index.js",
  "module": "./dist/esm/index.js",
  "name": "common-ancestor-path",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/isaacs/common-ancestor-path.git"
  },
  "scripts": {
    "format": "prettier --write . --log-level warn --cache",
    "postversion": "npm publish",
    "prepare": "tshy",
    "prepublishOnly": "git push origin --follow-tags",
    "presnap": "npm run prepare",
    "pretest": "npm run prepare",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap",
    "typedoc": "typedoc"
  },
  "tshy": {
    "exports": {
      "./package.json": "./package.json",
      ".": "./src/index.ts"
    }
  },
  "type": "module",
  "types": "./dist/commonjs/index.d.ts",
  "version": "2.0.0"
}
