{
  "_from": "package-manager-detector@^1.6.0",
  "_id": "package-manager-detector@1.8.0",
  "_inBundle": false,
  "_integrity": "sha512-yQA4H19AmPEoMUeavPMDIe1higySl/gH/yaQrkT/s07Qp+7pp2hYz30N3z2l5BkjVkF9Ow6o0wjJamm2y7Sn0A==",
  "_location": "/package-manager-detector",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "package-manager-detector@^1.6.0",
    "name": "package-manager-detector",
    "escapedName": "package-manager-detector",
    "rawSpec": "^1.6.0",
    "saveSpec": null,
    "fetchSpec": "^1.6.0"
  },
  "_requiredBy": [
    "/@astrojs/telemetry",
    "/astro"
  ],
  "_resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.8.0.tgz",
  "_shasum": "70c9a2c4bd1a513dcd6cad006a9fcebec22a1253",
  "_spec": "package-manager-detector@^1.6.0",
  "_where": "/var/www/web-lab/node_modules/astro",
  "author": {
    "name": "Anthony Fu",
    "email": "anthonyfu117@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/antfu-collective/package-manager-detector/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Package manager detector",
  "devDependencies": {
    "@antfu/eslint-config": "^9.1.0",
    "@types/node": "^26.1.1",
    "bumpp": "^11.1.0",
    "eslint": "^10.7.0",
    "tsnapi": "^1.0.0",
    "typescript": "^6.0.3",
    "unbuild": "^3.6.1",
    "vitest": "^4.1.10"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./commands": "./dist/commands.mjs",
    "./detect": "./dist/detect.mjs",
    "./constants": "./dist/constants.mjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/antfu-collective/package-manager-detector#readme",
  "license": "MIT",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "name": "package-manager-detector",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu-collective/package-manager-detector.git"
  },
  "scripts": {
    "build": "unbuild",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "release": "bumpp",
    "stub": "unbuild --stub",
    "test": "vitest"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.mts",
  "typesVersions": {
    "*": {
      "commands": [
        "./dist/commands.d.mts"
      ],
      "detect": [
        "./dist/detect.d.mts"
      ],
      "constants": [
        "./dist/constants.d.mts"
      ]
    }
  },
  "version": "1.8.0"
}
