mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-12-28 13:45:44 +08:00
v0.0.2
This commit is contained in:
92
node_modules/powershell/package.json
generated
vendored
Normal file
92
node_modules/powershell/package.json
generated
vendored
Normal file
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
Reference in New Issue
Block a user