{
  "_from": "which@^6.0.1",
  "_id": "which@6.0.1",
  "_inBundle": false,
  "_integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==",
  "_location": "/which",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "which@^6.0.1",
    "name": "which",
    "escapedName": "which",
    "rawSpec": "^6.0.1",
    "saveSpec": null,
    "fetchSpec": "^6.0.1"
  },
  "_requiredBy": [
    "/@nuxt/devtools",
    "/nuxt/@nuxt/devtools"
  ],
  "_resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz",
  "_shasum": "021642443a198fb93b784a5606721cb18cfcbfce",
  "_spec": "which@^6.0.1",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nuxt/node_modules/@nuxt/devtools",
  "author": {
    "name": "GitHub Inc."
  },
  "bin": {
    "node-which": "bin/which.js"
  },
  "bugs": {
    "url": "https://github.com/npm/node-which/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "isexe": "^4.0.0"
  },
  "deprecated": false,
  "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  "devDependencies": {
    "@npmcli/eslint-config": "^6.0.0",
    "@npmcli/template-oss": "4.28.1",
    "tap": "^16.3.0"
  },
  "engines": {
    "node": "^20.17.0 || >=22.9.0"
  },
  "files": [
    "bin/",
    "lib/"
  ],
  "homepage": "https://github.com/npm/node-which#readme",
  "license": "ISC",
  "main": "lib/index.js",
  "name": "which",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/node-which.git"
  },
  "scripts": {
    "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
    "lint": "npm run eslint",
    "lintfix": "npm run eslint -- --fix",
    "postlint": "template-oss-check",
    "posttest": "npm run lint",
    "snap": "tap",
    "template-oss-apply": "template-oss-apply --force",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true,
    "nyc-arg": [
      "--exclude",
      "tap-snapshots/**"
    ]
  },
  "templateOSS": {
    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
    "version": "4.28.1",
    "publish": "true"
  },
  "version": "6.0.1"
}
