1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "inquirer@8.1.2",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
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"
|
---|
28 | ],
|
---|
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"
|
---|
35 | },
|
---|
36 | "bugs": {
|
---|
37 | "url": "https://github.com/SBoudrias/Inquirer.js/issues"
|
---|
38 | },
|
---|
39 | "dependencies": {
|
---|
40 | "ansi-escapes": "^4.2.1",
|
---|
41 | "chalk": "^4.1.1",
|
---|
42 | "cli-cursor": "^3.1.0",
|
---|
43 | "cli-width": "^3.0.0",
|
---|
44 | "external-editor": "^3.0.3",
|
---|
45 | "figures": "^3.0.0",
|
---|
46 | "lodash": "^4.17.21",
|
---|
47 | "mute-stream": "0.0.8",
|
---|
48 | "ora": "^5.3.0",
|
---|
49 | "run-async": "^2.4.0",
|
---|
50 | "rxjs": "^7.2.0",
|
---|
51 | "string-width": "^4.1.0",
|
---|
52 | "strip-ansi": "^6.0.0",
|
---|
53 | "through": "^2.3.6"
|
---|
54 | },
|
---|
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"
|
---|
96 | }
|
---|