| Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/is-wsl/ |
| Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/is-wsl/package.json |
{
"_from": "is-wsl@^3.1.0",
"_id": "is-wsl@3.1.0",
"_inBundle": false,
"_integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
"_location": "/@google/gemini-cli/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": [
"/@google/gemini-cli/open"
],
"_resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
"_shasum": "e1c657e39c10090afcbedec61720f6b924c3cbd2",
"_spec": "is-wsl@^3.1.0",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/open",
"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"
}