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

    rceaed42 r59329aa  
    11{
    2         "name": "cli-spinners",
    3         "version": "2.6.1",
    4         "description": "Spinners for use in the terminal",
    5         "license": "MIT",
    6         "repository": "sindresorhus/cli-spinners",
    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": ">=6"
    15         },
    16         "scripts": {
    17                 "test": "xo && ava && tsd",
    18                 "asciicast": "asciinema rec --command='node example-all.js' --title='cli-spinner' --quiet"
    19         },
    20         "files": [
    21                 "index.js",
    22                 "index.d.ts",
    23                 "spinners.json"
    24         ],
    25         "keywords": [
    26                 "cli",
    27                 "spinner",
    28                 "spinners",
    29                 "terminal",
    30                 "term",
    31                 "console",
    32                 "ascii",
    33                 "unicode",
    34                 "loading",
    35                 "indicator",
    36                 "progress",
    37                 "busy",
    38                 "wait",
    39                 "idle",
    40                 "json"
    41         ],
    42         "devDependencies": {
    43                 "ava": "^1.4.1",
    44                 "log-update": "^3.2.0",
    45                 "string-length": "^4.0.1",
    46                 "tsd": "^0.7.2",
    47                 "xo": "^0.24.0"
    48         }
     2  "_args": [
     3    [
     4      "cli-spinners@2.6.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "cli-spinners@2.6.1",
     10  "_id": "cli-spinners@2.6.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==",
     13  "_location": "/cli-spinners",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "cli-spinners@2.6.1",
     19    "name": "cli-spinners",
     20    "escapedName": "cli-spinners",
     21    "rawSpec": "2.6.1",
     22    "saveSpec": null,
     23    "fetchSpec": "2.6.1"
     24  },
     25  "_requiredBy": [
     26    "/ora"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz",
     29  "_spec": "2.6.1",
     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/cli-spinners/issues"
     38  },
     39  "description": "Spinners for use in the terminal",
     40  "devDependencies": {
     41    "ava": "^1.4.1",
     42    "log-update": "^3.2.0",
     43    "string-length": "^4.0.1",
     44    "tsd": "^0.7.2",
     45    "xo": "^0.24.0"
     46  },
     47  "engines": {
     48    "node": ">=6"
     49  },
     50  "files": [
     51    "index.js",
     52    "index.d.ts",
     53    "spinners.json"
     54  ],
     55  "funding": "https://github.com/sponsors/sindresorhus",
     56  "homepage": "https://github.com/sindresorhus/cli-spinners#readme",
     57  "keywords": [
     58    "cli",
     59    "spinner",
     60    "spinners",
     61    "terminal",
     62    "term",
     63    "console",
     64    "ascii",
     65    "unicode",
     66    "loading",
     67    "indicator",
     68    "progress",
     69    "busy",
     70    "wait",
     71    "idle",
     72    "json"
     73  ],
     74  "license": "MIT",
     75  "name": "cli-spinners",
     76  "repository": {
     77    "type": "git",
     78    "url": "git+https://github.com/sindresorhus/cli-spinners.git"
     79  },
     80  "scripts": {
     81    "asciicast": "asciinema rec --command='node example-all.js' --title='cli-spinner' --quiet",
     82    "test": "xo && ava && tsd"
     83  },
     84  "version": "2.6.1"
    4985}
Note: See TracChangeset for help on using the changeset viewer.