is-win
Version:
Check if the machine is running Windows or not.
51 lines • 970 B
JSON
{
"name": "is-win",
"description": "Check if the machine is running Windows or not.",
"keywords": [
"is",
"win",
"check",
"if",
"the",
"machine",
"running",
"windows",
"or",
"not"
],
"license": "MIT",
"version": "1.0.11",
"main": "lib/index.js",
"scripts": {
"test": "node test"
},
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/is-win.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/is-win/issues"
},
"homepage": "https://github.com/IonicaBizau/is-win#readme",
"devDependencies": {
"tester": "^1.3.1"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}