source: trip-planner-front/node_modules/is-wsl/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 769 bytes
Line 
1{
2 "name": "is-wsl",
3 "version": "2.2.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": ">=8"
14 },
15 "scripts": {
16 "test": "xo && ava && tsd"
17 },
18 "files": [
19 "index.js",
20 "index.d.ts"
21 ],
22 "keywords": [
23 "check",
24 "wsl",
25 "windows",
26 "subsystem",
27 "linux",
28 "detect",
29 "bash",
30 "process",
31 "console",
32 "terminal",
33 "is"
34 ],
35 "dependencies": {
36 "is-docker": "^2.0.0"
37 },
38 "devDependencies": {
39 "ava": "^1.4.1",
40 "clear-module": "^3.2.0",
41 "proxyquire": "^2.1.0",
42 "tsd": "^0.7.2",
43 "xo": "^0.24.0"
44 }
45}
Note: See TracBrowser for help on using the repository browser.