Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/is-wsl/package.json

    rceaed42 r59329aa  
    11{
    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         }
     2  "_args": [
     3    [
     4      "is-wsl@2.2.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "is-wsl@2.2.0",
     10  "_id": "is-wsl@2.2.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
     13  "_location": "/is-wsl",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-wsl@2.2.0",
     19    "name": "is-wsl",
     20    "escapedName": "is-wsl",
     21    "rawSpec": "2.2.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.2.0"
     24  },
     25  "_requiredBy": [
     26    "/open"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
     29  "_spec": "2.2.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/is-wsl/issues"
     38  },
     39  "dependencies": {
     40    "is-docker": "^2.0.0"
     41  },
     42  "description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)",
     43  "devDependencies": {
     44    "ava": "^1.4.1",
     45    "clear-module": "^3.2.0",
     46    "proxyquire": "^2.1.0",
     47    "tsd": "^0.7.2",
     48    "xo": "^0.24.0"
     49  },
     50  "engines": {
     51    "node": ">=8"
     52  },
     53  "files": [
     54    "index.js",
     55    "index.d.ts"
     56  ],
     57  "homepage": "https://github.com/sindresorhus/is-wsl#readme",
     58  "keywords": [
     59    "check",
     60    "wsl",
     61    "windows",
     62    "subsystem",
     63    "linux",
     64    "detect",
     65    "bash",
     66    "process",
     67    "console",
     68    "terminal",
     69    "is"
     70  ],
     71  "license": "MIT",
     72  "name": "is-wsl",
     73  "repository": {
     74    "type": "git",
     75    "url": "git+https://github.com/sindresorhus/is-wsl.git"
     76  },
     77  "scripts": {
     78    "test": "xo && ava && tsd"
     79  },
     80  "version": "2.2.0"
    4581}
Note: See TracChangeset for help on using the changeset viewer.