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/strip-ansi/package.json

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