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

    rceaed42 r59329aa  
    11{
    2         "name": "ansi-escapes",
    3         "version": "4.3.2",
    4         "description": "ANSI escape codes for manipulating the terminal",
    5         "license": "MIT",
    6         "repository": "sindresorhus/ansi-escapes",
    7         "funding": "https://github.com/sponsors/sindresorhus",
    8         "author": {
    9                 "name": "Sindre Sorhus",
    10                 "email": "sindresorhus@gmail.com",
    11                 "url": "https://sindresorhus.com"
    12         },
    13         "engines": {
    14                 "node": ">=8"
    15         },
    16         "scripts": {
    17                 "test": "xo && ava && tsd"
    18         },
    19         "files": [
    20                 "index.js",
    21                 "index.d.ts"
    22         ],
    23         "keywords": [
    24                 "ansi",
    25                 "terminal",
    26                 "console",
    27                 "cli",
    28                 "string",
    29                 "tty",
    30                 "escape",
    31                 "escapes",
    32                 "formatting",
    33                 "shell",
    34                 "xterm",
    35                 "log",
    36                 "logging",
    37                 "command-line",
    38                 "text",
    39                 "vt100",
    40                 "sequence",
    41                 "control",
    42                 "code",
    43                 "codes",
    44                 "cursor",
    45                 "iterm",
    46                 "iterm2"
    47         ],
    48         "dependencies": {
    49                 "type-fest": "^0.21.3"
    50         },
    51         "devDependencies": {
    52                 "@types/node": "^13.7.7",
    53                 "ava": "^2.1.0",
    54                 "tsd": "^0.14.0",
    55                 "xo": "^0.25.3"
    56         }
     2  "_args": [
     3    [
     4      "ansi-escapes@4.3.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ansi-escapes@4.3.2",
     10  "_id": "ansi-escapes@4.3.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
     13  "_location": "/ansi-escapes",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ansi-escapes@4.3.2",
     19    "name": "ansi-escapes",
     20    "escapedName": "ansi-escapes",
     21    "rawSpec": "4.3.2",
     22    "saveSpec": null,
     23    "fetchSpec": "4.3.2"
     24  },
     25  "_requiredBy": [
     26    "/inquirer"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
     29  "_spec": "4.3.2",
     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/sindresorhus/ansi-escapes/issues"
     38  },
     39  "dependencies": {
     40    "type-fest": "^0.21.3"
     41  },
     42  "description": "ANSI escape codes for manipulating the terminal",
     43  "devDependencies": {
     44    "@types/node": "^13.7.7",
     45    "ava": "^2.1.0",
     46    "tsd": "^0.14.0",
     47    "xo": "^0.25.3"
     48  },
     49  "engines": {
     50    "node": ">=8"
     51  },
     52  "files": [
     53    "index.js",
     54    "index.d.ts"
     55  ],
     56  "funding": "https://github.com/sponsors/sindresorhus",
     57  "homepage": "https://github.com/sindresorhus/ansi-escapes#readme",
     58  "keywords": [
     59    "ansi",
     60    "terminal",
     61    "console",
     62    "cli",
     63    "string",
     64    "tty",
     65    "escape",
     66    "escapes",
     67    "formatting",
     68    "shell",
     69    "xterm",
     70    "log",
     71    "logging",
     72    "command-line",
     73    "text",
     74    "vt100",
     75    "sequence",
     76    "control",
     77    "code",
     78    "codes",
     79    "cursor",
     80    "iterm",
     81    "iterm2"
     82  ],
     83  "license": "MIT",
     84  "name": "ansi-escapes",
     85  "repository": {
     86    "type": "git",
     87    "url": "git+https://github.com/sindresorhus/ansi-escapes.git"
     88  },
     89  "scripts": {
     90    "test": "xo && ava && tsd"
     91  },
     92  "version": "4.3.2"
    5793}
Note: See TracChangeset for help on using the changeset viewer.