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-docker/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "is-docker",
    3         "version": "2.2.1",
    4         "description": "Check if the process is running inside a Docker container",
    5         "license": "MIT",
    6         "repository": "sindresorhus/is-docker",
    7         "funding": "https://github.com/sponsors/sindresorhus",
    8         "author": {
    9                 "name": "Sindre Sorhus",
    10                 "email": "sindresorhus@gmail.com",
    11                 "url": "https://sindresorhus.com"
    12         },
    13         "bin": "cli.js",
    14         "engines": {
    15                 "node": ">=8"
    16         },
    17         "scripts": {
    18                 "test": "xo && ava && tsd"
    19         },
    20         "files": [
    21                 "index.js",
    22                 "index.d.ts",
    23                 "cli.js"
    24         ],
    25         "keywords": [
    26                 "detect",
    27                 "docker",
    28                 "dockerized",
    29                 "container",
    30                 "inside",
    31                 "is",
    32                 "env",
    33                 "environment",
    34                 "process"
    35         ],
    36         "devDependencies": {
    37                 "ava": "^1.4.1",
    38                 "sinon": "^7.3.2",
    39                 "tsd": "^0.7.2",
    40                 "xo": "^0.24.0"
    41         }
     2  "_args": [
     3    [
     4      "is-docker@2.2.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "is-docker@2.2.1",
     10  "_id": "is-docker@2.2.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
     13  "_location": "/is-docker",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-docker@2.2.1",
     19    "name": "is-docker",
     20    "escapedName": "is-docker",
     21    "rawSpec": "2.2.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.2.1"
     24  },
     25  "_requiredBy": [
     26    "/is-wsl",
     27    "/open"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
     30  "_spec": "2.2.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Sindre Sorhus",
     34    "email": "sindresorhus@gmail.com",
     35    "url": "https://sindresorhus.com"
     36  },
     37  "bin": {
     38    "is-docker": "cli.js"
     39  },
     40  "bugs": {
     41    "url": "https://github.com/sindresorhus/is-docker/issues"
     42  },
     43  "description": "Check if the process is running inside a Docker container",
     44  "devDependencies": {
     45    "ava": "^1.4.1",
     46    "sinon": "^7.3.2",
     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    "cli.js"
     57  ],
     58  "funding": "https://github.com/sponsors/sindresorhus",
     59  "homepage": "https://github.com/sindresorhus/is-docker#readme",
     60  "keywords": [
     61    "detect",
     62    "docker",
     63    "dockerized",
     64    "container",
     65    "inside",
     66    "is",
     67    "env",
     68    "environment",
     69    "process"
     70  ],
     71  "license": "MIT",
     72  "name": "is-docker",
     73  "repository": {
     74    "type": "git",
     75    "url": "git+https://github.com/sindresorhus/is-docker.git"
     76  },
     77  "scripts": {
     78    "test": "xo && ava && tsd"
     79  },
     80  "version": "2.2.1"
    4281}
Note: See TracChangeset for help on using the changeset viewer.