{
  "_from": "package-manager-detector@^1.3.0",
  "_id": "package-manager-detector@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==",
  "_location": "/package-manager-detector",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "package-manager-detector@^1.3.0",
    "name": "package-manager-detector",
    "escapedName": "package-manager-detector",
    "rawSpec": "^1.3.0",
    "saveSpec": null,
    "fetchSpec": "^1.3.0"
  },
  "_requiredBy": [
    "/@antfu/install-pkg",
    "/@nuxt/telemetry"
  ],
  "_resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.3.0.tgz",
  "_shasum": "b42d641c448826e03c2b354272456a771ce453c0",
  "_spec": "package-manager-detector@^1.3.0",
  "_where": "/home/ctr65084/public_html/tranvial-site/node_modules/@antfu/install-pkg",
  "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": "^4.12.0",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^22.15.3",
    "bumpp": "^10.1.0",
    "eslint": "^9.26.0",
    "fs-extra": "^11.3.0",
    "typescript": "^5.8.3",
    "unbuild": "^3.5.0",
    "vitest": "^3.1.2",
    "vitest-package-exports": "^0.1.1"
  },
  "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.3.0"
}
