2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-04-08 10:55:35 +00:00
|
|
|
"name": "is-wsl",
|
|
|
|
"version": "1.1.0",
|
|
|
|
"description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "sindresorhus/is-wsl",
|
2022-01-21 08:28:41 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
|
|
|
"url": "sindresorhus.com"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=4"
|
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "xo && ava"
|
|
|
|
},
|
2022-01-21 08:28:41 +00:00
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"check",
|
|
|
|
"wsl",
|
|
|
|
"windows",
|
|
|
|
"subsystem",
|
|
|
|
"linux",
|
|
|
|
"detect",
|
|
|
|
"bash",
|
|
|
|
"process",
|
|
|
|
"console",
|
|
|
|
"terminal",
|
|
|
|
"is"
|
|
|
|
],
|
2022-04-08 10:55:35 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"ava": "*",
|
|
|
|
"clear-require": "^2.0.0",
|
|
|
|
"proxyquire": "^1.7.11",
|
|
|
|
"xo": "*"
|
|
|
|
}
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|