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
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "cliui@^5.0.0",
3 "_id": "cliui@5.0.0",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
[59329aa]6 "_location": "/cliui",
7 "_phantomChildren": {},
8 "_requested": {
[e29cc2e]9 "type": "range",
[59329aa]10 "registry": true,
[e29cc2e]11 "raw": "cliui@^5.0.0",
[59329aa]12 "name": "cliui",
13 "escapedName": "cliui",
[e29cc2e]14 "rawSpec": "^5.0.0",
[59329aa]15 "saveSpec": null,
[e29cc2e]16 "fetchSpec": "^5.0.0"
[6a3a178]17 },
[59329aa]18 "_requiredBy": [
19 "/yargs"
20 ],
[e29cc2e]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",
[59329aa]25 "author": {
26 "name": "Ben Coe",
27 "email": "ben@npmjs.com"
[6a3a178]28 },
[59329aa]29 "bugs": {
30 "url": "https://github.com/yargs/cliui/issues"
[6a3a178]31 },
[e29cc2e]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 },
[6a3a178]45 "dependencies": {
[e29cc2e]46 "string-width": "^3.1.0",
47 "strip-ansi": "^5.2.0",
48 "wrap-ansi": "^5.1.0"
[6a3a178]49 },
[e29cc2e]50 "deprecated": false,
[59329aa]51 "description": "easily create complex multi-column command-line-interfaces",
[6a3a178]52 "devDependencies": {
53 "chai": "^4.2.0",
[e29cc2e]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"
[6a3a178]60 },
[59329aa]61 "engine": {
[e29cc2e]62 "node": ">=6"
[59329aa]63 },
[6a3a178]64 "files": [
[e29cc2e]65 "index.js"
[6a3a178]66 ],
[59329aa]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",
[e29cc2e]78 "main": "index.js",
[59329aa]79 "name": "cliui",
80 "repository": {
81 "type": "git",
[e29cc2e]82 "url": "git+ssh://git@github.com/yargs/cliui.git"
[59329aa]83 },
84 "scripts": {
[e29cc2e]85 "coverage": "nyc --reporter=text-lcov mocha | coveralls",
86 "pretest": "standard",
87 "release": "standard-version",
88 "test": "nyc mocha"
[59329aa]89 },
90 "standard": {
91 "ignore": [
92 "**/example/**"
93 ],
94 "globals": [
95 "it"
96 ]
97 },
[e29cc2e]98 "version": "5.0.0"
[6a3a178]99}
Note: See TracBrowser for help on using the repository browser.