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

    rceaed42 r59329aa  
    11{
    2         "name": "ora",
    3         "version": "5.4.1",
    4         "description": "Elegant terminal spinner",
    5         "license": "MIT",
    6         "repository": "sindresorhus/ora",
    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         ],
    23         "keywords": [
    24                 "cli",
    25                 "spinner",
    26                 "spinners",
    27                 "terminal",
    28                 "term",
    29                 "console",
    30                 "ascii",
    31                 "unicode",
    32                 "loading",
    33                 "indicator",
    34                 "progress",
    35                 "busy",
    36                 "wait",
    37                 "idle"
    38         ],
    39         "dependencies": {
    40                 "bl": "^4.1.0",
    41                 "chalk": "^4.1.0",
    42                 "cli-cursor": "^3.1.0",
    43                 "cli-spinners": "^2.5.0",
    44                 "is-interactive": "^1.0.0",
    45                 "is-unicode-supported": "^0.1.0",
    46                 "log-symbols": "^4.1.0",
    47                 "strip-ansi": "^6.0.0",
    48                 "wcwidth": "^1.0.1"
    49         },
    50         "devDependencies": {
    51                 "@types/node": "^14.14.35",
    52                 "ava": "^2.4.0",
    53                 "get-stream": "^6.0.0",
    54                 "tsd": "^0.14.0",
    55                 "xo": "^0.38.2"
    56         }
     2  "_args": [
     3    [
     4      "ora@5.4.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "ora@5.4.1",
     10  "_id": "ora@5.4.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
     13  "_location": "/ora",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "ora@5.4.1",
     19    "name": "ora",
     20    "escapedName": "ora",
     21    "rawSpec": "5.4.1",
     22    "saveSpec": null,
     23    "fetchSpec": "5.4.1"
     24  },
     25  "_requiredBy": [
     26    "/@angular-devkit/build-angular",
     27    "/@angular-devkit/schematics",
     28    "/@angular/cli",
     29    "/inquirer"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
     32  "_spec": "5.4.1",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Sindre Sorhus",
     36    "email": "sindresorhus@gmail.com",
     37    "url": "https://sindresorhus.com"
     38  },
     39  "bugs": {
     40    "url": "https://github.com/sindresorhus/ora/issues"
     41  },
     42  "dependencies": {
     43    "bl": "^4.1.0",
     44    "chalk": "^4.1.0",
     45    "cli-cursor": "^3.1.0",
     46    "cli-spinners": "^2.5.0",
     47    "is-interactive": "^1.0.0",
     48    "is-unicode-supported": "^0.1.0",
     49    "log-symbols": "^4.1.0",
     50    "strip-ansi": "^6.0.0",
     51    "wcwidth": "^1.0.1"
     52  },
     53  "description": "Elegant terminal spinner",
     54  "devDependencies": {
     55    "@types/node": "^14.14.35",
     56    "ava": "^2.4.0",
     57    "get-stream": "^6.0.0",
     58    "tsd": "^0.14.0",
     59    "xo": "^0.38.2"
     60  },
     61  "engines": {
     62    "node": ">=10"
     63  },
     64  "files": [
     65    "index.js",
     66    "index.d.ts"
     67  ],
     68  "funding": "https://github.com/sponsors/sindresorhus",
     69  "homepage": "https://github.com/sindresorhus/ora#readme",
     70  "keywords": [
     71    "cli",
     72    "spinner",
     73    "spinners",
     74    "terminal",
     75    "term",
     76    "console",
     77    "ascii",
     78    "unicode",
     79    "loading",
     80    "indicator",
     81    "progress",
     82    "busy",
     83    "wait",
     84    "idle"
     85  ],
     86  "license": "MIT",
     87  "name": "ora",
     88  "repository": {
     89    "type": "git",
     90    "url": "git+https://github.com/sindresorhus/ora.git"
     91  },
     92  "scripts": {
     93    "test": "xo && ava && tsd"
     94  },
     95  "version": "5.4.1"
    5796}
Note: See TracChangeset for help on using the changeset viewer.