1
|
{
|
2
|
"name": "is-wsl",
|
3
|
"version": "1.1.0",
|
4
|
"description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)",
|
5
|
"license": "MIT",
|
6
|
"repository": "sindresorhus/is-wsl",
|
7
|
"author": {
|
8
|
"name": "Sindre Sorhus",
|
9
|
"email": "sindresorhus@gmail.com",
|
10
|
"url": "sindresorhus.com"
|
11
|
},
|
12
|
"engines": {
|
13
|
"node": ">=4"
|
14
|
},
|
15
|
"scripts": {
|
16
|
"test": "xo && ava"
|
17
|
},
|
18
|
"files": [
|
19
|
"index.js"
|
20
|
],
|
21
|
"keywords": [
|
22
|
"check",
|
23
|
"wsl",
|
24
|
"windows",
|
25
|
"subsystem",
|
26
|
"linux",
|
27
|
"detect",
|
28
|
"bash",
|
29
|
"process",
|
30
|
"console",
|
31
|
"terminal",
|
32
|
"is"
|
33
|
],
|
34
|
"devDependencies": {
|
35
|
"ava": "*",
|
36
|
"clear-require": "^2.0.0",
|
37
|
"proxyquire": "^1.7.11",
|
38
|
"xo": "*"
|
39
|
}
|
40
|
}
|