mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-06-26 02:42:43 +08:00
53 lines
1.8 KiB
JSON
53 lines
1.8 KiB
JSON
{
|
|
"requires": true,
|
|
"lockfileVersion": 1,
|
|
"dependencies": {
|
|
"icon-extractor": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/icon-extractor/-/icon-extractor-1.0.3.tgz",
|
|
"integrity": "sha1-CBiqpREFGraSRCu+I8o9K40WTw0=",
|
|
"requires": {
|
|
"lodash": "3.10.1"
|
|
}
|
|
},
|
|
"is-undefined": {
|
|
"version": "1.0.10",
|
|
"resolved": "https://registry.npmjs.org/is-undefined/-/is-undefined-1.0.10.tgz",
|
|
"integrity": "sha512-hMauRkt6V5toiszSuYtQFwRHRW1nrv8nhhgVEImNpxaBV6nJsHU9hT9g9YPabnN7aY6S1Lcg+1WF2GshniuSoQ=="
|
|
},
|
|
"is-win": {
|
|
"version": "1.0.9",
|
|
"resolved": "https://registry.npmjs.org/is-win/-/is-win-1.0.9.tgz",
|
|
"integrity": "sha512-YRT/Lz4mMDl11TgyicW+EQdfkswgmd0PWSmf4612ZDe1A0uAz9vkWxHA+87ZoP2f3PUmpNuNdW6ZD8QQOX4nwA=="
|
|
},
|
|
"lodash": {
|
|
"version": "3.10.1",
|
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
|
|
"integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y="
|
|
},
|
|
"powershell": {
|
|
"version": "2.3.1",
|
|
"resolved": "https://registry.npmjs.org/powershell/-/powershell-2.3.1.tgz",
|
|
"integrity": "sha512-unE7o0yo3mIL5vk2T44tZgGwznUYHVwyeLDa95qf5QPRbtp0Ol9xAGJje1GVHt1vgf7w28O+7MsDM5JbIDxsfg==",
|
|
"requires": {
|
|
"is-undefined": "1.0.10",
|
|
"is-win": "1.0.9",
|
|
"spawno": "1.0.4"
|
|
}
|
|
},
|
|
"proc-output": {
|
|
"version": "1.0.7",
|
|
"resolved": "https://registry.npmjs.org/proc-output/-/proc-output-1.0.7.tgz",
|
|
"integrity": "sha512-/0vbJ1s2EAqW4ddiHfOgB2ui9sTHGtLVdVDnjyBFHq1g3cVH1Dt2EZoux5P19Ie+aiilB3j1dCgJTcXIp1T2Cw=="
|
|
},
|
|
"spawno": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/spawno/-/spawno-1.0.4.tgz",
|
|
"integrity": "sha1-jfVlA/wxVpNYjnIhSU1clPFlu1c=",
|
|
"requires": {
|
|
"proc-output": "1.0.7"
|
|
}
|
|
}
|
|
}
|
|
}
|