File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/taskkill/package.json
{
"_args": [
[
"taskkill@3.1.0",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "taskkill@3.1.0",
"_id": "taskkill@3.1.0",
"_inBundle": false,
"_integrity": "sha512-5KcOFzPvd1nGFVrmB7H4+QAWVjYOf//+QTbOj0GpXbqtqbKGWVczG+rq6VhXAtdtlKLTs16NAmHRyF5vbggQ2w==",
"_location": "/taskkill",
"_phantomChildren": {
"human-signals": "1.1.1",
"isexe": "2.0.0",
"merge-stream": "2.0.0",
"mimic-fn": "2.1.0",
"pump": "3.0.0",
"signal-exit": "3.0.2",
"strip-final-newline": "2.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "taskkill@3.1.0",
"name": "taskkill",
"escapedName": "taskkill",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/fkill"
],
"_resolved": "https://registry.npmjs.org/taskkill/-/taskkill-3.1.0.tgz",
"_spec": "3.1.0",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/taskkill/issues"
},
"dependencies": {
"arrify": "^2.0.1",
"execa": "^3.3.0"
},
"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"
}