{ "_from": "is-wsl@^3.1.0", "_id": "is-wsl@3.1.0", "_inBundle": false, "_integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", "_location": "/is-wsl", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "is-wsl@^3.1.0", "name": "is-wsl", "escapedName": "is-wsl", "rawSpec": "^3.1.0", "saveSpec": null, "fetchSpec": "^3.1.0" }, "_requiredBy": [ "/wsl-utils" ], "_resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-3.1.0.tgz", "_shasum": "e1c657e39c10090afcbedec61720f6b924c3cbd2", "_spec": "is-wsl@^3.1.0", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\wsl-utils", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "ava": { "serial": true, "nodeArguments": [ "--loader=esmock", "--no-warnings" ] }, "bugs": { "url": "https://github.com/sindresorhus/is-wsl/issues" }, "bundleDependencies": false, "dependencies": { "is-inside-container": "^1.0.0" }, "deprecated": false, "description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)", "devDependencies": { "ava": "^5.3.1", "esmock": "^2.3.6", "tsd": "^0.28.1", "xo": "^0.55.1" }, "engines": { "node": ">=16" }, "exports": { "types": "./index.d.ts", "default": "./index.js" }, "files": [ "index.js", "index.d.ts" ], "funding": "https://github.com/sponsors/sindresorhus", "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" }, "type": "module", "version": "3.1.0" }