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/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.