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/wrap-ansi
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/wrap-ansi/node_modules/ansi-styles/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "ansi-styles",
    3         "version": "4.3.0",
    4         "description": "ANSI escape codes for styling strings in the terminal",
    5         "license": "MIT",
    6         "repository": "chalk/ansi-styles",
    7         "funding": "https://github.com/chalk/ansi-styles?sponsor=1",
    8         "author": {
    9                 "name": "Sindre Sorhus",
    10                 "email": "sindresorhus@gmail.com",
    11                 "url": "sindresorhus.com"
    12         },
    13         "engines": {
    14                 "node": ">=8"
    15         },
    16         "scripts": {
    17                 "test": "xo && ava && tsd",
    18                 "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor"
    19         },
    20         "files": [
    21                 "index.js",
    22                 "index.d.ts"
    23         ],
    24         "keywords": [
    25                 "ansi",
    26                 "styles",
    27                 "color",
    28                 "colour",
    29                 "colors",
    30                 "terminal",
    31                 "console",
    32                 "cli",
    33                 "string",
    34                 "tty",
    35                 "escape",
    36                 "formatting",
    37                 "rgb",
    38                 "256",
    39                 "shell",
    40                 "xterm",
    41                 "log",
    42                 "logging",
    43                 "command-line",
    44                 "text"
    45         ],
    46         "dependencies": {
    47                 "color-convert": "^2.0.1"
    48         },
    49         "devDependencies": {
    50                 "@types/color-convert": "^1.9.0",
    51                 "ava": "^2.3.0",
    52                 "svg-term-cli": "^2.1.1",
    53                 "tsd": "^0.11.0",
    54                 "xo": "^0.25.3"
    55         }
     2  "_args": [
     3    [
     4      "ansi-styles@4.3.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ansi-styles@4.3.0",
     10  "_id": "ansi-styles@4.3.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
     13  "_location": "/wrap-ansi/ansi-styles",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ansi-styles@4.3.0",
     19    "name": "ansi-styles",
     20    "escapedName": "ansi-styles",
     21    "rawSpec": "4.3.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.3.0"
     24  },
     25  "_requiredBy": [
     26    "/wrap-ansi"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
     29  "_spec": "4.3.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/chalk/ansi-styles/issues"
     38  },
     39  "dependencies": {
     40    "color-convert": "^2.0.1"
     41  },
     42  "description": "ANSI escape codes for styling strings in the terminal",
     43  "devDependencies": {
     44    "@types/color-convert": "^1.9.0",
     45    "ava": "^2.3.0",
     46    "svg-term-cli": "^2.1.1",
     47    "tsd": "^0.11.0",
     48    "xo": "^0.25.3"
     49  },
     50  "engines": {
     51    "node": ">=8"
     52  },
     53  "files": [
     54    "index.js",
     55    "index.d.ts"
     56  ],
     57  "funding": "https://github.com/chalk/ansi-styles?sponsor=1",
     58  "homepage": "https://github.com/chalk/ansi-styles#readme",
     59  "keywords": [
     60    "ansi",
     61    "styles",
     62    "color",
     63    "colour",
     64    "colors",
     65    "terminal",
     66    "console",
     67    "cli",
     68    "string",
     69    "tty",
     70    "escape",
     71    "formatting",
     72    "rgb",
     73    "256",
     74    "shell",
     75    "xterm",
     76    "log",
     77    "logging",
     78    "command-line",
     79    "text"
     80  ],
     81  "license": "MIT",
     82  "name": "ansi-styles",
     83  "repository": {
     84    "type": "git",
     85    "url": "git+https://github.com/chalk/ansi-styles.git"
     86  },
     87  "scripts": {
     88    "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor",
     89    "test": "xo && ava && tsd"
     90  },
     91  "version": "4.3.0"
    5692}
  • trip-planner-front/node_modules/wrap-ansi/node_modules/color-convert/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "color-convert",
     2  "_args": [
     3    [
     4      "color-convert@2.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "color-convert@2.0.1",
     10  "_id": "color-convert@2.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
     13  "_location": "/wrap-ansi/color-convert",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "color-convert@2.0.1",
     19    "name": "color-convert",
     20    "escapedName": "color-convert",
     21    "rawSpec": "2.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.1"
     24  },
     25  "_requiredBy": [
     26    "/wrap-ansi/ansi-styles"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
     29  "_spec": "2.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Heather Arthur",
     33    "email": "fayearthur@gmail.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/Qix-/color-convert/issues"
     37  },
     38  "dependencies": {
     39    "color-name": "~1.1.4"
     40  },
    341  "description": "Plain color conversion functions",
    4   "version": "2.0.1",
    5   "author": "Heather Arthur <fayearthur@gmail.com>",
    6   "license": "MIT",
    7   "repository": "Qix-/color-convert",
    8   "scripts": {
    9     "pretest": "xo",
    10     "test": "node test/basic.js"
     42  "devDependencies": {
     43    "chalk": "^2.4.2",
     44    "xo": "^0.24.0"
    1145  },
    1246  "engines": {
    1347    "node": ">=7.0.0"
    1448  },
     49  "files": [
     50    "index.js",
     51    "conversions.js",
     52    "route.js"
     53  ],
     54  "homepage": "https://github.com/Qix-/color-convert#readme",
    1555  "keywords": [
    1656    "color",
     
    2767    "ansi16"
    2868  ],
    29   "files": [
    30     "index.js",
    31     "conversions.js",
    32     "route.js"
    33   ],
     69  "license": "MIT",
     70  "name": "color-convert",
     71  "repository": {
     72    "type": "git",
     73    "url": "git+https://github.com/Qix-/color-convert.git"
     74  },
     75  "scripts": {
     76    "pretest": "xo",
     77    "test": "node test/basic.js"
     78  },
     79  "version": "2.0.1",
    3480  "xo": {
    3581    "rules": {
     
    3884      "operator-linebreak": 0
    3985    }
    40   },
    41   "devDependencies": {
    42     "chalk": "^2.4.2",
    43     "xo": "^0.24.0"
    44   },
    45   "dependencies": {
    46     "color-name": "~1.1.4"
    4786  }
    4887}
  • trip-planner-front/node_modules/wrap-ansi/node_modules/color-name/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "color-name",
    3   "version": "1.1.4",
     2  "_args": [
     3    [
     4      "color-name@1.1.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "color-name@1.1.4",
     10  "_id": "color-name@1.1.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
     13  "_location": "/wrap-ansi/color-name",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "color-name@1.1.4",
     19    "name": "color-name",
     20    "escapedName": "color-name",
     21    "rawSpec": "1.1.4",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.4"
     24  },
     25  "_requiredBy": [
     26    "/wrap-ansi/color-convert"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
     29  "_spec": "1.1.4",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "DY",
     33    "email": "dfcreative@gmail.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/colorjs/color-name/issues"
     37  },
    438  "description": "A list of color names and its values",
    5   "main": "index.js",
    639  "files": [
    740    "index.js"
    841  ],
    9   "scripts": {
    10     "test": "node test.js"
    11   },
    12   "repository": {
    13     "type": "git",
    14     "url": "git@github.com:colorjs/color-name.git"
    15   },
     42  "homepage": "https://github.com/colorjs/color-name",
    1643  "keywords": [
    1744    "color-name",
     
    2047    "keyword"
    2148  ],
    22   "author": "DY <dfcreative@gmail.com>",
    2349  "license": "MIT",
    24   "bugs": {
    25     "url": "https://github.com/colorjs/color-name/issues"
     50  "main": "index.js",
     51  "name": "color-name",
     52  "repository": {
     53    "type": "git",
     54    "url": "git+ssh://git@github.com/colorjs/color-name.git"
    2655  },
    27   "homepage": "https://github.com/colorjs/color-name"
     56  "scripts": {
     57    "test": "node test.js"
     58  },
     59  "version": "1.1.4"
    2860}
  • trip-planner-front/node_modules/wrap-ansi/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "wrap-ansi",
    3         "version": "7.0.0",
    4         "description": "Wordwrap a string with ANSI escape codes",
    5         "license": "MIT",
    6         "repository": "chalk/wrap-ansi",
    7         "funding": "https://github.com/chalk/wrap-ansi?sponsor=1",
    8         "author": {
    9                 "name": "Sindre Sorhus",
    10                 "email": "sindresorhus@gmail.com",
    11                 "url": "https://sindresorhus.com"
    12         },
    13         "engines": {
    14                 "node": ">=10"
    15         },
    16         "scripts": {
    17                 "test": "xo && nyc ava"
    18         },
    19         "files": [
    20                 "index.js"
    21         ],
    22         "keywords": [
    23                 "wrap",
    24                 "break",
    25                 "wordwrap",
    26                 "wordbreak",
    27                 "linewrap",
    28                 "ansi",
    29                 "styles",
    30                 "color",
    31                 "colour",
    32                 "colors",
    33                 "terminal",
    34                 "console",
    35                 "cli",
    36                 "string",
    37                 "tty",
    38                 "escape",
    39                 "formatting",
    40                 "rgb",
    41                 "256",
    42                 "shell",
    43                 "xterm",
    44                 "log",
    45                 "logging",
    46                 "command-line",
    47                 "text"
    48         ],
    49         "dependencies": {
    50                 "ansi-styles": "^4.0.0",
    51                 "string-width": "^4.1.0",
    52                 "strip-ansi": "^6.0.0"
    53         },
    54         "devDependencies": {
    55                 "ava": "^2.1.0",
    56                 "chalk": "^4.0.0",
    57                 "coveralls": "^3.0.3",
    58                 "has-ansi": "^4.0.0",
    59                 "nyc": "^15.0.1",
    60                 "xo": "^0.29.1"
    61         }
     2  "_args": [
     3    [
     4      "wrap-ansi@7.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "wrap-ansi@7.0.0",
     10  "_id": "wrap-ansi@7.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
     13  "_location": "/wrap-ansi",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "wrap-ansi@7.0.0",
     19    "name": "wrap-ansi",
     20    "escapedName": "wrap-ansi",
     21    "rawSpec": "7.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "7.0.0"
     24  },
     25  "_requiredBy": [
     26    "/cliui"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
     29  "_spec": "7.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": "https://sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/chalk/wrap-ansi/issues"
     38  },
     39  "dependencies": {
     40    "ansi-styles": "^4.0.0",
     41    "string-width": "^4.1.0",
     42    "strip-ansi": "^6.0.0"
     43  },
     44  "description": "Wordwrap a string with ANSI escape codes",
     45  "devDependencies": {
     46    "ava": "^2.1.0",
     47    "chalk": "^4.0.0",
     48    "coveralls": "^3.0.3",
     49    "has-ansi": "^4.0.0",
     50    "nyc": "^15.0.1",
     51    "xo": "^0.29.1"
     52  },
     53  "engines": {
     54    "node": ">=10"
     55  },
     56  "files": [
     57    "index.js"
     58  ],
     59  "funding": "https://github.com/chalk/wrap-ansi?sponsor=1",
     60  "homepage": "https://github.com/chalk/wrap-ansi#readme",
     61  "keywords": [
     62    "wrap",
     63    "break",
     64    "wordwrap",
     65    "wordbreak",
     66    "linewrap",
     67    "ansi",
     68    "styles",
     69    "color",
     70    "colour",
     71    "colors",
     72    "terminal",
     73    "console",
     74    "cli",
     75    "string",
     76    "tty",
     77    "escape",
     78    "formatting",
     79    "rgb",
     80    "256",
     81    "shell",
     82    "xterm",
     83    "log",
     84    "logging",
     85    "command-line",
     86    "text"
     87  ],
     88  "license": "MIT",
     89  "name": "wrap-ansi",
     90  "repository": {
     91    "type": "git",
     92    "url": "git+https://github.com/chalk/wrap-ansi.git"
     93  },
     94  "scripts": {
     95    "test": "xo && nyc ava"
     96  },
     97  "version": "7.0.0"
    6298}
Note: See TracChangeset for help on using the changeset viewer.