{
  "_from": "package-manager-detector@^1.6.0",
  "_id": "package-manager-detector@1.6.0",
  "_inBundle": false,
  "_integrity": "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==",
  "_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": [
    "/@antfu/install-pkg",
    "/publint"
  ],
  "_resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.6.0.tgz",
  "_shasum": "70d0cf0aa02c877eeaf66c4d984ede0be9130734",
  "_spec": "package-manager-detector@^1.6.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/publint",
  "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": "^6.2.0",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^24.10.1",
    "bumpp": "^10.3.2",
    "eslint": "^9.39.1",
    "fs-extra": "^11.3.2",
    "typescript": "^5.9.3",
    "unbuild": "^3.6.1",
    "vitest": "^4.0.14",
    "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.6.0"
}
