
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "taskkill@^3.1.0",
  "_id": "taskkill@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-5KcOFzPvd1nGFVrmB7H4+QAWVjYOf//+QTbOj0GpXbqtqbKGWVczG+rq6VhXAtdtlKLTs16NAmHRyF5vbggQ2w==",
  "_location": "/ghost-cli/taskkill",
  "_phantomChildren": {
    "isexe": "2.0.0",
    "merge-stream": "2.0.0",
    "onetime": "5.1.2",
    "pump": "3.0.0",
    "signal-exit": "3.0.4",
    "strip-final-newline": "2.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "taskkill@^3.1.0",
    "name": "taskkill",
    "escapedName": "taskkill",
    "rawSpec": "^3.1.0",
    "saveSpec": null,
    "fetchSpec": "^3.1.0"
  },
  "_requiredBy": [
    "/ghost-cli/fkill"
  ],
  "_resolved": "https://registry.npmjs.org/taskkill/-/taskkill-3.1.0.tgz",
  "_shasum": "28001339feb23bfae3f447902c4b4abcdd057680",
  "_spec": "taskkill@^3.1.0",
  "_where": "/usr/local/lib/node_modules/ghost-cli/node_modules/fkill",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/taskkill/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "arrify": "^2.0.1",
    "execa": "^3.3.0"
  },
  "deprecated": false,
  "description": "Wrapper for the Windows `taskkill` command. Ends one or more tasks or processes.",
  "devDependencies": {
    "ava": "^2.4.0",
    "xo": "^0.25.3"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/taskkill#readme",
  "keywords": [
    "taskkill",
    "task",
    "kill",
    "terminate",
    "windows",
    "win",
    "win32",
    "pid",
    "id",
    "process",
    "processes",
    "services"
  ],
  "license": "MIT",
  "name": "taskkill",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/taskkill.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "3.1.0"
}
