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

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