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

    rceaed42 r59329aa  
    11{
    2   "name": "inquirer",
    3   "version": "8.1.2",
    4   "description": "A collection of common interactive command line user interfaces.",
    5   "author": "Simon Boudrias <admin@simonboudrias.com>",
    6   "files": [
    7     "lib",
    8     "README.md"
     2  "_args": [
     3    [
     4      "inquirer@8.1.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    97  ],
    10   "main": "lib/inquirer.js",
    11   "keywords": [
    12     "command",
    13     "prompt",
    14     "stdin",
    15     "cli",
    16     "tty",
    17     "menu"
     8  "_development": true,
     9  "_from": "inquirer@8.1.2",
     10  "_id": "inquirer@8.1.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-DHLKJwLPNgkfwNmsuEUKSejJFbkv0FMO9SMiQbjI3n5NQuCrSIBqP66ggqyz2a6t2qEolKrMjhQ3+W/xXgUQ+Q==",
     13  "_location": "/inquirer",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "inquirer@8.1.2",
     19    "name": "inquirer",
     20    "escapedName": "inquirer",
     21    "rawSpec": "8.1.2",
     22    "saveSpec": null,
     23    "fetchSpec": "8.1.2"
     24  },
     25  "_requiredBy": [
     26    "/@angular-devkit/build-angular",
     27    "/@angular/cli"
    1828  ],
    19   "engines": {
    20     "node": ">=8.0.0"
     29  "_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.1.2.tgz",
     30  "_spec": "8.1.2",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Simon Boudrias",
     34    "email": "admin@simonboudrias.com"
    2135  },
    22   "devDependencies": {
    23     "chai": "^4.3.4",
    24     "chalk-pipe": "^5.1.1",
    25     "cmdify": "^0.0.4",
    26     "mocha": "^9.0.2",
    27     "mockery": "^2.1.0",
    28     "nyc": "^15.0.0",
    29     "sinon": "^11.1.1"
     36  "bugs": {
     37    "url": "https://github.com/SBoudrias/Inquirer.js/issues"
    3038  },
    31   "scripts": {
    32     "test": "nyc mocha test/**/* -r ./test/before",
    33     "posttest": "nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov",
    34     "prepublishOnly": "cp ../../README.md .",
    35     "postpublish": "rm -f README.md"
    36   },
    37   "repository": "SBoudrias/Inquirer.js",
    38   "license": "MIT",
    3939  "dependencies": {
    4040    "ansi-escapes": "^4.2.1",
     
    5353    "through": "^2.3.6"
    5454  },
    55   "gitHead": "9bee59b98465656619e4ee563ddbc466dcf2b4f1"
     55  "description": "A collection of common interactive command line user interfaces.",
     56  "devDependencies": {
     57    "chai": "^4.3.4",
     58    "chalk-pipe": "^5.1.1",
     59    "cmdify": "^0.0.4",
     60    "mocha": "^9.0.2",
     61    "mockery": "^2.1.0",
     62    "nyc": "^15.0.0",
     63    "sinon": "^11.1.1"
     64  },
     65  "engines": {
     66    "node": ">=8.0.0"
     67  },
     68  "files": [
     69    "lib",
     70    "README.md"
     71  ],
     72  "gitHead": "9bee59b98465656619e4ee563ddbc466dcf2b4f1",
     73  "homepage": "https://github.com/SBoudrias/Inquirer.js#readme",
     74  "keywords": [
     75    "command",
     76    "prompt",
     77    "stdin",
     78    "cli",
     79    "tty",
     80    "menu"
     81  ],
     82  "license": "MIT",
     83  "main": "lib/inquirer.js",
     84  "name": "inquirer",
     85  "repository": {
     86    "type": "git",
     87    "url": "git+https://github.com/SBoudrias/Inquirer.js.git"
     88  },
     89  "scripts": {
     90    "postpublish": "rm -f README.md",
     91    "posttest": "nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov",
     92    "prepublishOnly": "cp ../../README.md .",
     93    "test": "nyc mocha test/**/* -r ./test/before"
     94  },
     95  "version": "8.1.2"
    5696}
Note: See TracChangeset for help on using the changeset viewer.