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

Legend:

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

    rceaed42 r59329aa  
    11{
    2   "name": "ansi-regex",
    3   "version": "3.0.0",
    4   "description": "Regular expression for matching ANSI escape codes",
    5   "license": "MIT",
    6   "repository": "chalk/ansi-regex",
     2  "_args": [
     3    [
     4      "ansi-regex@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ansi-regex@3.0.0",
     10  "_id": "ansi-regex@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
     13  "_location": "/wide-align/ansi-regex",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ansi-regex@3.0.0",
     19    "name": "ansi-regex",
     20    "escapedName": "ansi-regex",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
     24  },
     25  "_requiredBy": [
     26    "/wide-align/strip-ansi"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
     29  "_spec": "3.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/chalk/ansi-regex/issues"
     38  },
     39  "description": "Regular expression for matching ANSI escape codes",
     40  "devDependencies": {
     41    "ava": "*",
     42    "xo": "*"
     43  },
    1244  "engines": {
    1345    "node": ">=4"
    14   },
    15   "scripts": {
    16     "test": "xo && ava",
    17     "view-supported": "node fixtures/view-codes.js"
    1846  },
    1947  "files": [
    2048    "index.js"
    2149  ],
     50  "homepage": "https://github.com/chalk/ansi-regex#readme",
    2251  "keywords": [
    2352    "ansi",
     
    4776    "pattern"
    4877  ],
    49   "devDependencies": {
    50     "ava": "*",
    51     "xo": "*"
    52   }
     78  "license": "MIT",
     79  "name": "ansi-regex",
     80  "repository": {
     81    "type": "git",
     82    "url": "git+https://github.com/chalk/ansi-regex.git"
     83  },
     84  "scripts": {
     85    "test": "xo && ava",
     86    "view-supported": "node fixtures/view-codes.js"
     87  },
     88  "version": "3.0.0"
    5389}
  • trip-planner-front/node_modules/wide-align/node_modules/is-fullwidth-code-point/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "is-fullwidth-code-point",
    3   "version": "2.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@2.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "is-fullwidth-code-point@2.0.0",
     10  "_id": "is-fullwidth-code-point@2.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
     13  "_location": "/wide-align/is-fullwidth-code-point",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-fullwidth-code-point@2.0.0",
     19    "name": "is-fullwidth-code-point",
     20    "escapedName": "is-fullwidth-code-point",
     21    "rawSpec": "2.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.0"
     24  },
     25  "_requiredBy": [
     26    "/wide-align/string-width"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
     29  "_spec": "2.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  "description": "Check if the character represented by a given Unicode code point is fullwidth",
     40  "devDependencies": {
     41    "ava": "*",
     42    "xo": "*"
     43  },
    1244  "engines": {
    1345    "node": ">=4"
    14   },
    15   "scripts": {
    16     "test": "xo && ava"
    1746  },
    1847  "files": [
    1948    "index.js"
    2049  ],
     50  "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
    2151  "keywords": [
    2252    "fullwidth",
     
    3666    "check"
    3767  ],
    38   "devDependencies": {
    39     "ava": "*",
    40     "xo": "*"
     68  "license": "MIT",
     69  "name": "is-fullwidth-code-point",
     70  "repository": {
     71    "type": "git",
     72    "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
    4173  },
     74  "scripts": {
     75    "test": "xo && ava"
     76  },
     77  "version": "2.0.0",
    4278  "xo": {
    4379    "esnext": true
  • trip-planner-front/node_modules/wide-align/node_modules/string-width/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "string-width",
    3         "version": "2.1.1",
    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",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=4"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava"
    17         },
    18         "files": [
    19                 "index.js"
    20         ],
    21         "keywords": [
    22                 "string",
    23                 "str",
    24                 "character",
    25                 "char",
    26                 "unicode",
    27                 "width",
    28                 "visual",
    29                 "column",
    30                 "columns",
    31                 "fullwidth",
    32                 "full-width",
    33                 "full",
    34                 "ansi",
    35                 "escape",
    36                 "codes",
    37                 "cli",
    38                 "command-line",
    39                 "terminal",
    40                 "console",
    41                 "cjk",
    42                 "chinese",
    43                 "japanese",
    44                 "korean",
    45                 "fixed-width"
    46         ],
    47         "dependencies": {
    48                 "is-fullwidth-code-point": "^2.0.0",
    49                 "strip-ansi": "^4.0.0"
    50         },
    51         "devDependencies": {
    52                 "ava": "*",
    53                 "xo": "*"
    54         }
     2  "_args": [
     3    [
     4      "string-width@2.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "string-width@2.1.1",
     10  "_id": "string-width@2.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
     13  "_location": "/wide-align/string-width",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "string-width@2.1.1",
     19    "name": "string-width",
     20    "escapedName": "string-width",
     21    "rawSpec": "2.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.1.1"
     24  },
     25  "_requiredBy": [
     26    "/wide-align"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
     29  "_spec": "2.1.1",
     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/string-width/issues"
     38  },
     39  "dependencies": {
     40    "is-fullwidth-code-point": "^2.0.0",
     41    "strip-ansi": "^4.0.0"
     42  },
     43  "description": "Get the visual width of a string - the number of columns required to display it",
     44  "devDependencies": {
     45    "ava": "*",
     46    "xo": "*"
     47  },
     48  "engines": {
     49    "node": ">=4"
     50  },
     51  "files": [
     52    "index.js"
     53  ],
     54  "homepage": "https://github.com/sindresorhus/string-width#readme",
     55  "keywords": [
     56    "string",
     57    "str",
     58    "character",
     59    "char",
     60    "unicode",
     61    "width",
     62    "visual",
     63    "column",
     64    "columns",
     65    "fullwidth",
     66    "full-width",
     67    "full",
     68    "ansi",
     69    "escape",
     70    "codes",
     71    "cli",
     72    "command-line",
     73    "terminal",
     74    "console",
     75    "cjk",
     76    "chinese",
     77    "japanese",
     78    "korean",
     79    "fixed-width"
     80  ],
     81  "license": "MIT",
     82  "name": "string-width",
     83  "repository": {
     84    "type": "git",
     85    "url": "git+https://github.com/sindresorhus/string-width.git"
     86  },
     87  "scripts": {
     88    "test": "xo && ava"
     89  },
     90  "version": "2.1.1"
    5591}
  • trip-planner-front/node_modules/wide-align/node_modules/strip-ansi/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "strip-ansi",
    3   "version": "4.0.0",
    4   "description": "Strip ANSI escape codes",
    5   "license": "MIT",
    6   "repository": "chalk/strip-ansi",
     2  "_args": [
     3    [
     4      "strip-ansi@4.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "strip-ansi@4.0.0",
     10  "_id": "strip-ansi@4.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
     13  "_location": "/wide-align/strip-ansi",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "strip-ansi@4.0.0",
     19    "name": "strip-ansi",
     20    "escapedName": "strip-ansi",
     21    "rawSpec": "4.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.0.0"
     24  },
     25  "_requiredBy": [
     26    "/wide-align/string-width"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
     29  "_spec": "4.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/chalk/strip-ansi/issues"
     38  },
     39  "dependencies": {
     40    "ansi-regex": "^3.0.0"
     41  },
     42  "description": "Strip ANSI escape codes",
     43  "devDependencies": {
     44    "ava": "*",
     45    "xo": "*"
     46  },
    1247  "engines": {
    1348    "node": ">=4"
    14   },
    15   "scripts": {
    16     "test": "xo && ava"
    1749  },
    1850  "files": [
    1951    "index.js"
    2052  ],
     53  "homepage": "https://github.com/chalk/strip-ansi#readme",
    2154  "keywords": [
    2255    "strip",
     
    4376    "text"
    4477  ],
    45   "dependencies": {
    46     "ansi-regex": "^3.0.0"
     78  "license": "MIT",
     79  "name": "strip-ansi",
     80  "repository": {
     81    "type": "git",
     82    "url": "git+https://github.com/chalk/strip-ansi.git"
    4783  },
    48   "devDependencies": {
    49     "ava": "*",
    50     "xo": "*"
    51   }
     84  "scripts": {
     85    "test": "xo && ava"
     86  },
     87  "version": "4.0.0"
    5288}
  • trip-planner-front/node_modules/wide-align/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "wide-align",
    3   "version": "1.1.3",
     2  "_args": [
     3    [
     4      "wide-align@1.1.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "wide-align@1.1.3",
     10  "_id": "wide-align@1.1.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
     13  "_location": "/wide-align",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "wide-align@1.1.3",
     19    "name": "wide-align",
     20    "escapedName": "wide-align",
     21    "rawSpec": "1.1.3",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.3"
     24  },
     25  "_requiredBy": [
     26    "/gauge"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
     29  "_spec": "1.1.3",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Rebecca Turner",
     33    "email": "me@re-becca.org",
     34    "url": "http://re-becca.org/"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/iarna/wide-align/issues"
     38  },
     39  "dependencies": {
     40    "string-width": "^1.0.2 || 2"
     41  },
    442  "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
    5   "main": "align.js",
    6   "scripts": {
    7     "test": "tap --coverage test/*.js",
    8     "version": "perl -pi -e 's/^(  \"version\": $ENV{npm_config_node_version}\").*?\",/$1abc\",/' package-lock.json ; git add package-lock.json"
     43  "devDependencies": {
     44    "tap": "10 || 11 || 12"
    945  },
     46  "files": [
     47    "align.js"
     48  ],
     49  "homepage": "https://github.com/iarna/wide-align#readme",
    1050  "keywords": [
    1151    "wide",
     
    1656    "align"
    1757  ],
    18   "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
    1958  "license": "ISC",
     59  "main": "align.js",
     60  "name": "wide-align",
    2061  "repository": {
    2162    "type": "git",
    22     "url": "https://github.com/iarna/wide-align"
     63    "url": "git+https://github.com/iarna/wide-align.git"
    2364  },
    24   "dependencies": {
    25     "string-width": "^1.0.2 || 2"
     65  "scripts": {
     66    "test": "tap --coverage test/*.js",
     67    "version": "perl -pi -e 's/^(  \"version\": $ENV{npm_config_node_version}\").*?\",/$1abc\",/' package-lock.json ; git add package-lock.json"
    2668  },
    27   "devDependencies": {
    28     "tap": "10 || 11 || 12"
    29   },
    30   "files": [
    31     "align.js"
    32   ]
     69  "version": "1.1.3"
    3370}
Note: See TracChangeset for help on using the changeset viewer.