mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-06-23 00:52:45 +08:00
79 lines
1.7 KiB
JSON
79 lines
1.7 KiB
JSON
{
|
|
"_from": "is-win@^1.0.2",
|
|
"_id": "is-win@1.0.9",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-YRT/Lz4mMDl11TgyicW+EQdfkswgmd0PWSmf4612ZDe1A0uAz9vkWxHA+87ZoP2f3PUmpNuNdW6ZD8QQOX4nwA==",
|
|
"_location": "/is-win",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-win@^1.0.2",
|
|
"name": "is-win",
|
|
"escapedName": "is-win",
|
|
"rawSpec": "^1.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/powershell"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-win/-/is-win-1.0.9.tgz",
|
|
"_shasum": "bde41e505614c00980c891c2f08d0a5858d71eab",
|
|
"_spec": "is-win@^1.0.2",
|
|
"_where": "C:\\Users\\fofol\\OneDrive\\Configs\\ProcessKiller\\node_modules\\powershell",
|
|
"author": {
|
|
"name": "Ionică Bizău",
|
|
"email": "bizauionica@gmail.com",
|
|
"url": "https://ionicabizau.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/IonicaBizau/is-win/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Check if the machine is running Windows or not.",
|
|
"devDependencies": {
|
|
"tester": "^1.3.1"
|
|
},
|
|
"files": [
|
|
"bin/",
|
|
"app/",
|
|
"lib/",
|
|
"dist/",
|
|
"src/",
|
|
"scripts/",
|
|
"resources/",
|
|
"menu/",
|
|
"cli.js",
|
|
"index.js",
|
|
"bloggify.js",
|
|
"bloggify.json",
|
|
"bloggify/"
|
|
],
|
|
"homepage": "https://github.com/IonicaBizau/is-win#readme",
|
|
"keywords": [
|
|
"is",
|
|
"win",
|
|
"check",
|
|
"if",
|
|
"the",
|
|
"machine",
|
|
"running",
|
|
"windows",
|
|
"or",
|
|
"not"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "is-win",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/IonicaBizau/is-win.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test"
|
|
},
|
|
"version": "1.0.9"
|
|
}
|