Your IP : 216.73.216.86


Current Path : /home/emeraadmin/public_html/node_modules/npm/node_modules/which/
Upload File :
Current File : /home/emeraadmin/public_html/node_modules/npm/node_modules/which/package.json

{
  "_id": "which@4.0.0",
  "_inBundle": true,
  "_location": "/npm/which",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm",
    "/npm/@npmcli/git",
    "/npm/@npmcli/promise-spawn",
    "/npm/@npmcli/run-script",
    "/npm/node-gyp"
  ],
  "author": {
    "name": "GitHub Inc."
  },
  "bin": {
    "node-which": "bin/which.js"
  },
  "bugs": {
    "url": "https://github.com/npm/node-which/issues"
  },
  "dependencies": {
    "isexe": "^3.1.1"
  },
  "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  "devDependencies": {
    "@npmcli/eslint-config": "^4.0.0",
    "@npmcli/template-oss": "4.18.0",
    "tap": "^16.3.0"
  },
  "engines": {
    "node": "^16.13.0 || >=18.0.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": {
    "lint": "eslint \"**/*.js\"",
    "lintfix": "npm run lint -- --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.",
    "ciVersions": [
      "16.13.0",
      "16.x",
      "18.0.0",
      "18.x"
    ],
    "version": "4.18.0",
    "publish": "true"
  },
  "version": "4.0.0"
}