source: trip-planner-front/node_modules/cliui/package.json@ e29cc2e

Last change on this file since e29cc2e was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_from": "cliui@^5.0.0",
3 "_id": "cliui@5.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
6 "_location": "/cliui",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "cliui@^5.0.0",
12 "name": "cliui",
13 "escapedName": "cliui",
14 "rawSpec": "^5.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^5.0.0"
17 },
18 "_requiredBy": [
19 "/yargs"
20 ],
21 "_resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
22 "_shasum": "deefcfdb2e800784aa34f46fa08e06851c7bbbc5",
23 "_spec": "cliui@^5.0.0",
24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\yargs",
25 "author": {
26 "name": "Ben Coe",
27 "email": "ben@npmjs.com"
28 },
29 "bugs": {
30 "url": "https://github.com/yargs/cliui/issues"
31 },
32 "bundleDependencies": false,
33 "config": {
34 "blanket": {
35 "pattern": [
36 "index.js"
37 ],
38 "data-cover-never": [
39 "node_modules",
40 "test"
41 ],
42 "output-reporter": "spec"
43 }
44 },
45 "dependencies": {
46 "string-width": "^3.1.0",
47 "strip-ansi": "^5.2.0",
48 "wrap-ansi": "^5.1.0"
49 },
50 "deprecated": false,
51 "description": "easily create complex multi-column command-line-interfaces",
52 "devDependencies": {
53 "chai": "^4.2.0",
54 "chalk": "^2.4.2",
55 "coveralls": "^3.0.3",
56 "mocha": "^6.0.2",
57 "nyc": "^13.3.0",
58 "standard": "^12.0.1",
59 "standard-version": "^5.0.2"
60 },
61 "engine": {
62 "node": ">=6"
63 },
64 "files": [
65 "index.js"
66 ],
67 "homepage": "https://github.com/yargs/cliui#readme",
68 "keywords": [
69 "cli",
70 "command-line",
71 "layout",
72 "design",
73 "console",
74 "wrap",
75 "table"
76 ],
77 "license": "ISC",
78 "main": "index.js",
79 "name": "cliui",
80 "repository": {
81 "type": "git",
82 "url": "git+ssh://git@github.com/yargs/cliui.git"
83 },
84 "scripts": {
85 "coverage": "nyc --reporter=text-lcov mocha | coveralls",
86 "pretest": "standard",
87 "release": "standard-version",
88 "test": "nyc mocha"
89 },
90 "standard": {
91 "ignore": [
92 "**/example/**"
93 ],
94 "globals": [
95 "it"
96 ]
97 },
98 "version": "5.0.0"
99}
Note: See TracBrowser for help on using the repository browser.