File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/process-exists/package.json
{
"_args": [
[
"process-exists@3.1.0",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "process-exists@3.1.0",
"_id": "process-exists@3.1.0",
"_inBundle": false,
"_integrity": "sha512-X11vso1oNLtyDa2j8fsMol2fph1+5PoQ4vpEc1it/rM8eLuRTmrmTg4jfn82WhNur241AYitgjKCgmlgMRZesw==",
"_location": "/process-exists",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "process-exists@3.1.0",
"name": "process-exists",
"escapedName": "process-exists",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/fkill"
],
"_resolved": "https://registry.npmjs.org/process-exists/-/process-exists-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/process-exists/issues"
},
"dependencies": {
"ps-list": "^4.0.0"
},
"description": "Check if a process is running",
"devDependencies": {
"ava": "*",
"noop-process": "^3.0.0",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/process-exists#readme",
"keywords": [
"process",
"processes",
"proc",
"ps",
"pid",
"test",
"testing",
"exists",
"running",
"check"
],
"license": "MIT",
"name": "process-exists",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/process-exists.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "3.1.0"
}