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

    rceaed42 r59329aa  
    11{
    2   "name": "cli-width",
    3   "version": "3.0.0",
    4   "description": "Get stdout window width, with two fallbacks, tty and then a default.",
    5   "main": "index.js",
    6   "scripts": {
    7     "test": "node test | tspec",
    8     "coverage": "nyc node test | tspec",
    9     "coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
    10     "release": "standard-version"
     2  "_args": [
     3    [
     4      "cli-width@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "cli-width@3.0.0",
     10  "_id": "cli-width@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
     13  "_location": "/cli-width",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "cli-width@3.0.0",
     19    "name": "cli-width",
     20    "escapedName": "cli-width",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
    1124  },
    12   "repository": {
    13     "type": "git",
    14     "url": "git@github.com:knownasilya/cli-width.git"
     25  "_requiredBy": [
     26    "/inquirer"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
     29  "_spec": "3.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Ilya Radchenko",
     33    "email": "knownasilya@gmail.com"
    1534  },
    16   "author": "Ilya Radchenko <knownasilya@gmail.com>",
    17   "license": "ISC",
    1835  "bugs": {
    1936    "url": "https://github.com/knownasilya/cli-width/issues"
    2037  },
    21   "homepage": "https://github.com/knownasilya/cli-width",
    22   "engines": {
    23     "node": ">= 10"
    24   },
     38  "description": "Get stdout window width, with two fallbacks, tty and then a default.",
    2539  "devDependencies": {
    2640    "coveralls": "^3.0.11",
     
    2943    "tap-spec": "^5.0.0",
    3044    "tape": "^4.13.2"
    31   }
     45  },
     46  "engines": {
     47    "node": ">= 10"
     48  },
     49  "homepage": "https://github.com/knownasilya/cli-width",
     50  "license": "ISC",
     51  "main": "index.js",
     52  "name": "cli-width",
     53  "repository": {
     54    "type": "git",
     55    "url": "git+ssh://git@github.com/knownasilya/cli-width.git"
     56  },
     57  "scripts": {
     58    "coverage": "nyc node test | tspec",
     59    "coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
     60    "release": "standard-version",
     61    "test": "node test | tspec"
     62  },
     63  "version": "3.0.0"
    3264}
Note: See TracChangeset for help on using the changeset viewer.