2019-03-27 15:56:00 +08:00

74 lines
1.6 KiB
JSON

{
"_from": "spawno@^1.0.0",
"_id": "spawno@1.0.4",
"_inBundle": false,
"_integrity": "sha1-jfVlA/wxVpNYjnIhSU1clPFlu1c=",
"_location": "/spawno",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "spawno@^1.0.0",
"name": "spawno",
"escapedName": "spawno",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/powershell"
],
"_resolved": "https://registry.npmjs.org/spawno/-/spawno-1.0.4.tgz",
"_shasum": "8df56503fc315693588e7221494d5c94f165bb57",
"_spec": "spawno@^1.0.0",
"_where": "C:\\Users\\fofol\\OneDrive\\Configs\\ProcessKiller\\node_modules\\powershell",
"author": {
"name": "Ionică Bizău",
"email": "bizauionica@gmail.com",
"url": "http://ionicabizau.net"
},
"bugs": {
"url": "https://github.com/IonicaBizau/spawno/issues"
},
"bundleDependencies": false,
"dependencies": {
"proc-output": "^1.0.0"
},
"deprecated": false,
"description": "Easily work with child processes.",
"devDependencies": {},
"directories": {
"example": "example"
},
"files": [
"bin/",
"app/",
"lib/",
"build/",
"dist/",
"src/",
"resources/",
"menu/",
"scripts/",
"cli.js",
"index.js"
],
"homepage": "https://github.com/IonicaBizau/spawno#readme",
"keywords": [
"spawn",
"child",
"process"
],
"license": "MIT",
"main": "lib/index.js",
"name": "spawno",
"repository": {
"type": "git",
"url": "git+https://github.com/IonicaBizau/spawno.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.4"
}