{ "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/is-wsl/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)", "devDependencies": { "ava": "^1.4.1", "clear-module": "^3.2.0", "proxyquire": "^2.1.0", "tsd": "^0.7.2", "xo": "^0.24.0" }, "engines": { "node": ">=8" }, "files": [ "index.js", "index.d.ts" ], "homepage": "https://github.com/sindresorhus/is-wsl#readme", "keywords": [ "check", "wsl", "windows", "subsystem", "linux", "detect", "bash", "process", "console", "terminal", "is" ], "license": "MIT", "name": "is-wsl", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/is-wsl.git" }, "scripts": { "test": "xo && ava && tsd" }, "version": "2.1.1" }