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

    rceaed42 r59329aa  
    11{
    2         "name": "log-symbols",
    3         "version": "4.1.0",
    4         "description": "Colored symbols for various log levels. Example: `✔︎ Success`",
    5         "license": "MIT",
    6         "repository": "sindresorhus/log-symbols",
    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": ">=10"
    15         },
    16         "scripts": {
    17                 "test": "xo && ava && tsd"
    18         },
    19         "files": [
    20                 "index.js",
    21                 "index.d.ts",
    22                 "browser.js"
    23         ],
    24         "keywords": [
    25                 "unicode",
    26                 "cli",
    27                 "cmd",
    28                 "command-line",
    29                 "characters",
    30                 "symbol",
    31                 "symbols",
    32                 "figure",
    33                 "figures",
    34                 "fallback",
    35                 "windows",
    36                 "log",
    37                 "logging",
    38                 "terminal",
    39                 "stdout"
    40         ],
    41         "dependencies": {
    42                 "chalk": "^4.1.0",
    43                 "is-unicode-supported": "^0.1.0"
    44         },
    45         "devDependencies": {
    46                 "ava": "^2.4.0",
    47                 "strip-ansi": "^6.0.0",
    48                 "tsd": "^0.14.0",
    49                 "xo": "^0.38.2"
    50         },
    51         "browser": "browser.js"
     2  "_args": [
     3    [
     4      "log-symbols@4.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "log-symbols@4.1.0",
     10  "_id": "log-symbols@4.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
     13  "_location": "/log-symbols",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "log-symbols@4.1.0",
     19    "name": "log-symbols",
     20    "escapedName": "log-symbols",
     21    "rawSpec": "4.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.1.0"
     24  },
     25  "_requiredBy": [
     26    "/ora"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
     29  "_spec": "4.1.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  "browser": "browser.js",
     37  "bugs": {
     38    "url": "https://github.com/sindresorhus/log-symbols/issues"
     39  },
     40  "dependencies": {
     41    "chalk": "^4.1.0",
     42    "is-unicode-supported": "^0.1.0"
     43  },
     44  "description": "Colored symbols for various log levels. Example: `✔︎ Success`",
     45  "devDependencies": {
     46    "ava": "^2.4.0",
     47    "strip-ansi": "^6.0.0",
     48    "tsd": "^0.14.0",
     49    "xo": "^0.38.2"
     50  },
     51  "engines": {
     52    "node": ">=10"
     53  },
     54  "files": [
     55    "index.js",
     56    "index.d.ts",
     57    "browser.js"
     58  ],
     59  "funding": "https://github.com/sponsors/sindresorhus",
     60  "homepage": "https://github.com/sindresorhus/log-symbols#readme",
     61  "keywords": [
     62    "unicode",
     63    "cli",
     64    "cmd",
     65    "command-line",
     66    "characters",
     67    "symbol",
     68    "symbols",
     69    "figure",
     70    "figures",
     71    "fallback",
     72    "windows",
     73    "log",
     74    "logging",
     75    "terminal",
     76    "stdout"
     77  ],
     78  "license": "MIT",
     79  "name": "log-symbols",
     80  "repository": {
     81    "type": "git",
     82    "url": "git+https://github.com/sindresorhus/log-symbols.git"
     83  },
     84  "scripts": {
     85    "test": "xo && ava && tsd"
     86  },
     87  "version": "4.1.0"
    5288}
Note: See TracChangeset for help on using the changeset viewer.