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

    rceaed42 r59329aa  
    11{
    2         "name": "cli-cursor",
    3         "version": "3.1.0",
    4         "description": "Toggle the CLI cursor",
    5         "license": "MIT",
    6         "repository": "sindresorhus/cli-cursor",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=8"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava && tsd"
    17         },
    18         "files": [
    19                 "index.js",
    20                 "index.d.ts"
    21         ],
    22         "keywords": [
    23                 "cli",
    24                 "cursor",
    25                 "ansi",
    26                 "toggle",
    27                 "display",
    28                 "show",
    29                 "hide",
    30                 "term",
    31                 "terminal",
    32                 "console",
    33                 "tty",
    34                 "shell",
    35                 "command-line"
    36         ],
    37         "dependencies": {
    38                 "restore-cursor": "^3.1.0"
    39         },
    40         "devDependencies": {
    41                 "@types/node": "^12.0.7",
    42                 "ava": "^2.1.0",
    43                 "tsd": "^0.7.2",
    44                 "xo": "^0.24.0"
    45         }
     2  "_args": [
     3    [
     4      "cli-cursor@3.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "cli-cursor@3.1.0",
     10  "_id": "cli-cursor@3.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
     13  "_location": "/cli-cursor",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "cli-cursor@3.1.0",
     19    "name": "cli-cursor",
     20    "escapedName": "cli-cursor",
     21    "rawSpec": "3.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.1.0"
     24  },
     25  "_requiredBy": [
     26    "/inquirer",
     27    "/ora"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
     30  "_spec": "3.1.0",
     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  "bugs": {
     38    "url": "https://github.com/sindresorhus/cli-cursor/issues"
     39  },
     40  "dependencies": {
     41    "restore-cursor": "^3.1.0"
     42  },
     43  "description": "Toggle the CLI cursor",
     44  "devDependencies": {
     45    "@types/node": "^12.0.7",
     46    "ava": "^2.1.0",
     47    "tsd": "^0.7.2",
     48    "xo": "^0.24.0"
     49  },
     50  "engines": {
     51    "node": ">=8"
     52  },
     53  "files": [
     54    "index.js",
     55    "index.d.ts"
     56  ],
     57  "homepage": "https://github.com/sindresorhus/cli-cursor#readme",
     58  "keywords": [
     59    "cli",
     60    "cursor",
     61    "ansi",
     62    "toggle",
     63    "display",
     64    "show",
     65    "hide",
     66    "term",
     67    "terminal",
     68    "console",
     69    "tty",
     70    "shell",
     71    "command-line"
     72  ],
     73  "license": "MIT",
     74  "name": "cli-cursor",
     75  "repository": {
     76    "type": "git",
     77    "url": "git+https://github.com/sindresorhus/cli-cursor.git"
     78  },
     79  "scripts": {
     80    "test": "xo && ava && tsd"
     81  },
     82  "version": "3.1.0"
    4683}
Note: See TracChangeset for help on using the changeset viewer.