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

adding photos

Location:
trip-planner-front/node_modules/istanbul-lib-report
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/istanbul-lib-report/node_modules/has-flag/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "has-flag",
    3         "version": "4.0.0",
    4         "description": "Check if argv has a specific flag",
    5         "license": "MIT",
    6         "repository": "sindresorhus/has-flag",
    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                 "has",
    24                 "check",
    25                 "detect",
    26                 "contains",
    27                 "find",
    28                 "flag",
    29                 "cli",
    30                 "command-line",
    31                 "argv",
    32                 "process",
    33                 "arg",
    34                 "args",
    35                 "argument",
    36                 "arguments",
    37                 "getopt",
    38                 "minimist",
    39                 "optimist"
    40         ],
    41         "devDependencies": {
    42                 "ava": "^1.4.1",
    43                 "tsd": "^0.7.2",
    44                 "xo": "^0.24.0"
    45         }
     2  "_args": [
     3    [
     4      "has-flag@4.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "has-flag@4.0.0",
     10  "_id": "has-flag@4.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
     13  "_location": "/istanbul-lib-report/has-flag",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "has-flag@4.0.0",
     19    "name": "has-flag",
     20    "escapedName": "has-flag",
     21    "rawSpec": "4.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.0.0"
     24  },
     25  "_requiredBy": [
     26    "/istanbul-lib-report/supports-color"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
     29  "_spec": "4.0.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/has-flag/issues"
     38  },
     39  "description": "Check if argv has a specific flag",
     40  "devDependencies": {
     41    "ava": "^1.4.1",
     42    "tsd": "^0.7.2",
     43    "xo": "^0.24.0"
     44  },
     45  "engines": {
     46    "node": ">=8"
     47  },
     48  "files": [
     49    "index.js",
     50    "index.d.ts"
     51  ],
     52  "homepage": "https://github.com/sindresorhus/has-flag#readme",
     53  "keywords": [
     54    "has",
     55    "check",
     56    "detect",
     57    "contains",
     58    "find",
     59    "flag",
     60    "cli",
     61    "command-line",
     62    "argv",
     63    "process",
     64    "arg",
     65    "args",
     66    "argument",
     67    "arguments",
     68    "getopt",
     69    "minimist",
     70    "optimist"
     71  ],
     72  "license": "MIT",
     73  "name": "has-flag",
     74  "repository": {
     75    "type": "git",
     76    "url": "git+https://github.com/sindresorhus/has-flag.git"
     77  },
     78  "scripts": {
     79    "test": "xo && ava && tsd"
     80  },
     81  "version": "4.0.0"
    4682}
  • trip-planner-front/node_modules/istanbul-lib-report/node_modules/supports-color/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "supports-color",
    3         "version": "7.2.0",
    4         "description": "Detect whether a terminal supports color",
    5         "license": "MIT",
    6         "repository": "chalk/supports-color",
    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"
    17         },
    18         "files": [
    19                 "index.js",
    20                 "browser.js"
    21         ],
    22         "keywords": [
    23                 "color",
    24                 "colour",
    25                 "colors",
    26                 "terminal",
    27                 "console",
    28                 "cli",
    29                 "ansi",
    30                 "styles",
    31                 "tty",
    32                 "rgb",
    33                 "256",
    34                 "shell",
    35                 "xterm",
    36                 "command-line",
    37                 "support",
    38                 "supports",
    39                 "capability",
    40                 "detect",
    41                 "truecolor",
    42                 "16m"
    43         ],
    44         "dependencies": {
    45                 "has-flag": "^4.0.0"
    46         },
    47         "devDependencies": {
    48                 "ava": "^1.4.1",
    49                 "import-fresh": "^3.0.0",
    50                 "xo": "^0.24.0"
    51         },
    52         "browser": "browser.js"
     2  "_args": [
     3    [
     4      "supports-color@7.2.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "supports-color@7.2.0",
     10  "_id": "supports-color@7.2.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
     13  "_location": "/istanbul-lib-report/supports-color",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "supports-color@7.2.0",
     19    "name": "supports-color",
     20    "escapedName": "supports-color",
     21    "rawSpec": "7.2.0",
     22    "saveSpec": null,
     23    "fetchSpec": "7.2.0"
     24  },
     25  "_requiredBy": [
     26    "/istanbul-lib-report"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
     29  "_spec": "7.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  "browser": "browser.js",
     37  "bugs": {
     38    "url": "https://github.com/chalk/supports-color/issues"
     39  },
     40  "dependencies": {
     41    "has-flag": "^4.0.0"
     42  },
     43  "description": "Detect whether a terminal supports color",
     44  "devDependencies": {
     45    "ava": "^1.4.1",
     46    "import-fresh": "^3.0.0",
     47    "xo": "^0.24.0"
     48  },
     49  "engines": {
     50    "node": ">=8"
     51  },
     52  "files": [
     53    "index.js",
     54    "browser.js"
     55  ],
     56  "homepage": "https://github.com/chalk/supports-color#readme",
     57  "keywords": [
     58    "color",
     59    "colour",
     60    "colors",
     61    "terminal",
     62    "console",
     63    "cli",
     64    "ansi",
     65    "styles",
     66    "tty",
     67    "rgb",
     68    "256",
     69    "shell",
     70    "xterm",
     71    "command-line",
     72    "support",
     73    "supports",
     74    "capability",
     75    "detect",
     76    "truecolor",
     77    "16m"
     78  ],
     79  "license": "MIT",
     80  "name": "supports-color",
     81  "repository": {
     82    "type": "git",
     83    "url": "git+https://github.com/chalk/supports-color.git"
     84  },
     85  "scripts": {
     86    "test": "xo && ava"
     87  },
     88  "version": "7.2.0"
    5389}
  • trip-planner-front/node_modules/istanbul-lib-report/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "istanbul-lib-report",
    3   "version": "3.0.0",
    4   "description": "Base reporting library for istanbul",
    5   "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
    6   "main": "index.js",
    7   "files": [
    8     "lib",
    9     "index.js"
     2  "_args": [
     3    [
     4      "istanbul-lib-report@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "scripts": {
    12     "test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha"
     8  "_development": true,
     9  "_from": "istanbul-lib-report@3.0.0",
     10  "_id": "istanbul-lib-report@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
     13  "_location": "/istanbul-lib-report",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "istanbul-lib-report@3.0.0",
     19    "name": "istanbul-lib-report",
     20    "escapedName": "istanbul-lib-report",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
     24  },
     25  "_requiredBy": [
     26    "/istanbul-reports",
     27    "/karma-coverage"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
     30  "_spec": "3.0.0",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Krishnan Anantheswaran",
     34    "email": "kananthmail-github@yahoo.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/istanbuljs/istanbuljs/issues"
    1338  },
    1439  "dependencies": {
     
    1742    "supports-color": "^7.1.0"
    1843  },
     44  "description": "Base reporting library for istanbul",
    1945  "devDependencies": {
    2046    "chai": "^4.2.0",
     
    2349    "rimraf": "^3.0.0"
    2450  },
    25   "license": "BSD-3-Clause",
    26   "bugs": {
    27     "url": "https://github.com/istanbuljs/istanbuljs/issues"
     51  "engines": {
     52    "node": ">=8"
    2853  },
     54  "files": [
     55    "lib",
     56    "index.js"
     57  ],
     58  "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b",
    2959  "homepage": "https://istanbul.js.org/",
    30   "repository": {
    31     "type": "git",
    32     "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
    33     "directory": "packages/istanbul-lib-report"
    34   },
    3560  "keywords": [
    3661    "istanbul",
     
    3964    "lib"
    4065  ],
    41   "engines": {
    42     "node": ">=8"
     66  "license": "BSD-3-Clause",
     67  "main": "index.js",
     68  "name": "istanbul-lib-report",
     69  "repository": {
     70    "type": "git",
     71    "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
     72    "directory": "packages/istanbul-lib-report"
    4373  },
    44   "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b"
     74  "scripts": {
     75    "test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha"
     76  },
     77  "version": "3.0.0"
    4578}
Note: See TracChangeset for help on using the changeset viewer.