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/gauge
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/gauge/node_modules/ansi-regex/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "ansi-regex",
    3   "version": "2.1.1",
    4   "description": "Regular expression for matching ANSI escape codes",
    5   "license": "MIT",
    6   "repository": "chalk/ansi-regex",
     2  "_args": [
     3    [
     4      "ansi-regex@2.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ansi-regex@2.1.1",
     10  "_id": "ansi-regex@2.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
     13  "_location": "/gauge/ansi-regex",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ansi-regex@2.1.1",
     19    "name": "ansi-regex",
     20    "escapedName": "ansi-regex",
     21    "rawSpec": "2.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.1.1"
     24  },
     25  "_requiredBy": [
     26    "/gauge/strip-ansi"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
     29  "_spec": "2.1.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
    12   "maintainers": [
    13     "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
    14     "Joshua Appelman <jappelman@xebia.com> (jbnicolai.com)",
    15     "JD Ballard <i.am.qix@gmail.com> (github.com/qix-)"
    16   ],
     36  "bugs": {
     37    "url": "https://github.com/chalk/ansi-regex/issues"
     38  },
     39  "description": "Regular expression for matching ANSI escape codes",
     40  "devDependencies": {
     41    "ava": "0.17.0",
     42    "xo": "0.16.0"
     43  },
    1744  "engines": {
    1845    "node": ">=0.10.0"
    19   },
    20   "scripts": {
    21     "test": "xo && ava --verbose",
    22     "view-supported": "node fixtures/view-codes.js"
    2346  },
    2447  "files": [
    2548    "index.js"
    2649  ],
     50  "homepage": "https://github.com/chalk/ansi-regex#readme",
    2751  "keywords": [
    2852    "ansi",
     
    5276    "pattern"
    5377  ],
    54   "devDependencies": {
    55     "ava": "0.17.0",
    56     "xo": "0.16.0"
     78  "license": "MIT",
     79  "maintainers": [
     80    {
     81      "name": "Sindre Sorhus",
     82      "email": "sindresorhus@gmail.com",
     83      "url": "sindresorhus.com"
     84    },
     85    {
     86      "name": "Joshua Appelman",
     87      "email": "jappelman@xebia.com",
     88      "url": "jbnicolai.com"
     89    },
     90    {
     91      "name": "JD Ballard",
     92      "email": "i.am.qix@gmail.com",
     93      "url": "github.com/qix-"
     94    }
     95  ],
     96  "name": "ansi-regex",
     97  "repository": {
     98    "type": "git",
     99    "url": "git+https://github.com/chalk/ansi-regex.git"
    57100  },
     101  "scripts": {
     102    "test": "xo && ava --verbose",
     103    "view-supported": "node fixtures/view-codes.js"
     104  },
     105  "version": "2.1.1",
    58106  "xo": {
    59107    "rules": {
  • trip-planner-front/node_modules/gauge/node_modules/is-fullwidth-code-point/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "is-fullwidth-code-point",
    3   "version": "1.0.0",
    4   "description": "Check if the character represented by a given Unicode code point is fullwidth",
    5   "license": "MIT",
    6   "repository": "sindresorhus/is-fullwidth-code-point",
     2  "_args": [
     3    [
     4      "is-fullwidth-code-point@1.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "is-fullwidth-code-point@1.0.0",
     10  "_id": "is-fullwidth-code-point@1.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
     13  "_location": "/gauge/is-fullwidth-code-point",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-fullwidth-code-point@1.0.0",
     19    "name": "is-fullwidth-code-point",
     20    "escapedName": "is-fullwidth-code-point",
     21    "rawSpec": "1.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.0"
     24  },
     25  "_requiredBy": [
     26    "/gauge/string-width"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
     29  "_spec": "1.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
     38  },
     39  "dependencies": {
     40    "number-is-nan": "^1.0.0"
     41  },
     42  "description": "Check if the character represented by a given Unicode code point is fullwidth",
     43  "devDependencies": {
     44    "ava": "0.0.4",
     45    "code-point-at": "^1.0.0"
     46  },
    1247  "engines": {
    1348    "node": ">=0.10.0"
    14   },
    15   "scripts": {
    16     "test": "node test.js"
    1749  },
    1850  "files": [
    1951    "index.js"
    2052  ],
     53  "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
    2154  "keywords": [
    2255    "fullwidth",
     
    3669    "check"
    3770  ],
    38   "dependencies": {
    39     "number-is-nan": "^1.0.0"
     71  "license": "MIT",
     72  "name": "is-fullwidth-code-point",
     73  "repository": {
     74    "type": "git",
     75    "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
    4076  },
    41   "devDependencies": {
    42     "ava": "0.0.4",
    43     "code-point-at": "^1.0.0"
    44   }
     77  "scripts": {
     78    "test": "node test.js"
     79  },
     80  "version": "1.0.0"
    4581}
  • trip-planner-front/node_modules/gauge/node_modules/string-width/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "string-width",
    3   "version": "1.0.2",
    4   "description": "Get the visual width of a string - the number of columns required to display it",
    5   "license": "MIT",
    6   "repository": "sindresorhus/string-width",
     2  "_args": [
     3    [
     4      "string-width@1.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "string-width@1.0.2",
     10  "_id": "string-width@1.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
     13  "_location": "/gauge/string-width",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "string-width@1.0.2",
     19    "name": "string-width",
     20    "escapedName": "string-width",
     21    "rawSpec": "1.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.2"
     24  },
     25  "_requiredBy": [
     26    "/gauge"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
     29  "_spec": "1.0.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/string-width/issues"
     38  },
     39  "dependencies": {
     40    "code-point-at": "^1.0.0",
     41    "is-fullwidth-code-point": "^1.0.0",
     42    "strip-ansi": "^3.0.0"
     43  },
     44  "description": "Get the visual width of a string - the number of columns required to display it",
     45  "devDependencies": {
     46    "ava": "*",
     47    "xo": "*"
     48  },
    1249  "engines": {
    1350    "node": ">=0.10.0"
    14   },
    15   "scripts": {
    16     "test": "xo && ava"
    1751  },
    1852  "files": [
    1953    "index.js"
    2054  ],
     55  "homepage": "https://github.com/sindresorhus/string-width#readme",
    2156  "keywords": [
    2257    "string",
     
    4580    "fixed-width"
    4681  ],
    47   "dependencies": {
    48     "code-point-at": "^1.0.0",
    49     "is-fullwidth-code-point": "^1.0.0",
    50     "strip-ansi": "^3.0.0"
     82  "license": "MIT",
     83  "name": "string-width",
     84  "repository": {
     85    "type": "git",
     86    "url": "git+https://github.com/sindresorhus/string-width.git"
    5187  },
    52   "devDependencies": {
    53     "ava": "*",
    54     "xo": "*"
    55   }
     88  "scripts": {
     89    "test": "xo && ava"
     90  },
     91  "version": "1.0.2"
    5692}
  • trip-planner-front/node_modules/gauge/node_modules/strip-ansi/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "strip-ansi",
    3   "version": "3.0.1",
    4   "description": "Strip ANSI escape codes",
    5   "license": "MIT",
    6   "repository": "chalk/strip-ansi",
     2  "_args": [
     3    [
     4      "strip-ansi@3.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "strip-ansi@3.0.1",
     10  "_id": "strip-ansi@3.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
     13  "_location": "/gauge/strip-ansi",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "strip-ansi@3.0.1",
     19    "name": "strip-ansi",
     20    "escapedName": "strip-ansi",
     21    "rawSpec": "3.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.1"
     24  },
     25  "_requiredBy": [
     26    "/gauge",
     27    "/gauge/string-width"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
     30  "_spec": "3.0.1",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    732  "author": {
    833    "name": "Sindre Sorhus",
     
    1035    "url": "sindresorhus.com"
    1136  },
    12   "maintainers": [
    13     "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
    14     "Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)",
    15     "JD Ballard <i.am.qix@gmail.com> (github.com/qix-)"
    16   ],
     37  "bugs": {
     38    "url": "https://github.com/chalk/strip-ansi/issues"
     39  },
     40  "dependencies": {
     41    "ansi-regex": "^2.0.0"
     42  },
     43  "description": "Strip ANSI escape codes",
     44  "devDependencies": {
     45    "ava": "*",
     46    "xo": "*"
     47  },
    1748  "engines": {
    1849    "node": ">=0.10.0"
    19   },
    20   "scripts": {
    21     "test": "xo && ava"
    2250  },
    2351  "files": [
    2452    "index.js"
    2553  ],
     54  "homepage": "https://github.com/chalk/strip-ansi#readme",
    2655  "keywords": [
    2756    "strip",
     
    4877    "text"
    4978  ],
    50   "dependencies": {
    51     "ansi-regex": "^2.0.0"
     79  "license": "MIT",
     80  "maintainers": [
     81    {
     82      "name": "Sindre Sorhus",
     83      "email": "sindresorhus@gmail.com",
     84      "url": "sindresorhus.com"
     85    },
     86    {
     87      "name": "Joshua Boy Nicolai Appelman",
     88      "email": "joshua@jbna.nl",
     89      "url": "jbna.nl"
     90    },
     91    {
     92      "name": "JD Ballard",
     93      "email": "i.am.qix@gmail.com",
     94      "url": "github.com/qix-"
     95    }
     96  ],
     97  "name": "strip-ansi",
     98  "repository": {
     99    "type": "git",
     100    "url": "git+https://github.com/chalk/strip-ansi.git"
    52101  },
    53   "devDependencies": {
    54     "ava": "*",
    55     "xo": "*"
    56   }
     102  "scripts": {
     103    "test": "xo && ava"
     104  },
     105  "version": "3.0.1"
    57106}
  • trip-planner-front/node_modules/gauge/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "gauge",
    3   "version": "2.7.4",
    4   "description": "A terminal based horizontal guage",
    5   "main": "index.js",
    6   "scripts": {
    7     "test": "standard && tap test/*.js --coverage",
    8     "prepublish": "rm -f *~"
     2  "_args": [
     3    [
     4      "gauge@2.7.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "gauge@2.7.4",
     10  "_id": "gauge@2.7.4",
     11  "_inBundle": false,
     12  "_integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
     13  "_location": "/gauge",
     14  "_phantomChildren": {
     15    "code-point-at": "1.1.0",
     16    "number-is-nan": "1.0.1"
    917  },
    10   "repository": {
    11     "type": "git",
    12     "url": "https://github.com/iarna/gauge"
     18  "_requested": {
     19    "type": "version",
     20    "registry": true,
     21    "raw": "gauge@2.7.4",
     22    "name": "gauge",
     23    "escapedName": "gauge",
     24    "rawSpec": "2.7.4",
     25    "saveSpec": null,
     26    "fetchSpec": "2.7.4"
    1327  },
    14   "keywords": [
    15     "progressbar",
    16     "progress",
    17     "gauge"
     28  "_requiredBy": [
     29    "/npmlog"
    1830  ],
    19   "author": "Rebecca Turner <me@re-becca.org>",
    20   "license": "ISC",
     31  "_resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
     32  "_spec": "2.7.4",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Rebecca Turner",
     36    "email": "me@re-becca.org"
     37  },
    2138  "bugs": {
    2239    "url": "https://github.com/iarna/gauge/issues"
    2340  },
    24   "homepage": "https://github.com/iarna/gauge",
    2541  "dependencies": {
    2642    "aproba": "^1.0.3",
     
    3349    "wide-align": "^1.1.0"
    3450  },
     51  "description": "A terminal based horizontal guage",
    3552  "devDependencies": {
    3653    "readable-stream": "^2.0.6",
     
    6077    "themes.js",
    6178    "wide-truncate.js"
    62   ]
     79  ],
     80  "homepage": "https://github.com/iarna/gauge",
     81  "keywords": [
     82    "progressbar",
     83    "progress",
     84    "gauge"
     85  ],
     86  "license": "ISC",
     87  "main": "index.js",
     88  "name": "gauge",
     89  "repository": {
     90    "type": "git",
     91    "url": "git+https://github.com/iarna/gauge.git"
     92  },
     93  "scripts": {
     94    "prepublish": "rm -f *~",
     95    "test": "standard && tap test/*.js --coverage"
     96  },
     97  "version": "2.7.4"
    6398}
Note: See TracChangeset for help on using the changeset viewer.