mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-06-22 08:28:55 +08:00
93 lines
2.2 KiB
JSON
93 lines
2.2 KiB
JSON
{
|
|
"_from": "powershell",
|
|
"_id": "powershell@2.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-unE7o0yo3mIL5vk2T44tZgGwznUYHVwyeLDa95qf5QPRbtp0Ol9xAGJje1GVHt1vgf7w28O+7MsDM5JbIDxsfg==",
|
|
"_location": "/powershell",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "powershell",
|
|
"name": "powershell",
|
|
"escapedName": "powershell",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/powershell/-/powershell-2.3.1.tgz",
|
|
"_shasum": "267ab1752a31f49cb11322119a1bf163f85303b6",
|
|
"_spec": "powershell",
|
|
"_where": "C:\\Users\\fofol\\OneDrive\\Configs\\ProcessKiller",
|
|
"author": {
|
|
"name": "Ionică Bizău",
|
|
"email": "bizauionica@gmail.com",
|
|
"url": "https://ionicabizau.net"
|
|
},
|
|
"blah": {
|
|
"description": [
|
|
{
|
|
"h2": "Why?"
|
|
},
|
|
{
|
|
"ul": [
|
|
"Actively maintained",
|
|
"Improved codebase.",
|
|
"Written in ES2015"
|
|
]
|
|
}
|
|
],
|
|
"thanks": "This module is heavily based on [`node-powershell`](https://github.com/rannn505/node-powershell) by [@rann505](https://github.com/rannn505/)."
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/IonicaBizau/powershell/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"is-undefined": "^1.0.0",
|
|
"is-win": "^1.0.2",
|
|
"spawno": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Run PowerShell scripts and commands from Node.js.",
|
|
"directories": {
|
|
"example": "example"
|
|
},
|
|
"files": [
|
|
"bin/",
|
|
"app/",
|
|
"lib/",
|
|
"dist/",
|
|
"src/",
|
|
"scripts/",
|
|
"resources/",
|
|
"menu/",
|
|
"cli.js",
|
|
"index.js",
|
|
"bloggify.js",
|
|
"bloggify.json",
|
|
"bloggify/"
|
|
],
|
|
"homepage": "https://github.com/IonicaBizau/powershell#readme",
|
|
"keywords": [
|
|
"powershell",
|
|
"commands",
|
|
"scripts"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "powershell",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/IonicaBizau/powershell.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"version": "2.3.1"
|
|
}
|