Changeset 59329aa for trip-planner-front/node_modules/cliui
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/cliui/package.json
rceaed42 r59329aa 1 1 { 2 "name": "cliui", 3 "version": "7.0.4", 4 "description": "easily create complex multi-column command-line-interfaces", 5 "main": "build/index.cjs", 6 "exports": { 7 ".": [ 8 { 9 "import": "./index.mjs", 10 "require": "./build/index.cjs" 11 }, 12 "./build/index.cjs" 2 "_args": [ 3 [ 4 "cliui@7.0.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 13 6 ] 7 ], 8 "_development": true, 9 "_from": "cliui@7.0.4", 10 "_id": "cliui@7.0.4", 11 "_inBundle": false, 12 "_integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", 13 "_location": "/cliui", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "cliui@7.0.4", 19 "name": "cliui", 20 "escapedName": "cliui", 21 "rawSpec": "7.0.4", 22 "saveSpec": null, 23 "fetchSpec": "7.0.4" 14 24 }, 15 "type": "module", 16 "module": "./index.mjs", 17 "scripts": { 18 "check": "standardx '**/*.ts' && standardx '**/*.js' && standardx '**/*.cjs'", 19 "fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js' && standardx --fix '**/*.cjs'", 20 "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs", 21 "test": "c8 mocha ./test/*.cjs", 22 "test:esm": "c8 mocha ./test/esm/cliui-test.mjs", 23 "postest": "check", 24 "coverage": "c8 report --check-coverage", 25 "precompile": "rimraf build", 26 "compile": "tsc", 27 "postcompile": "npm run build:cjs", 28 "build:cjs": "rollup -c", 29 "prepare": "npm run compile" 25 "_requiredBy": [ 26 "/karma/yargs", 27 "/yargs" 28 ], 29 "_resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", 30 "_spec": "7.0.4", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Ben Coe", 34 "email": "ben@npmjs.com" 30 35 }, 31 "repository": "yargs/cliui", 32 "standard": { 33 "ignore": [ 34 "**/example/**" 35 ], 36 "globals": [ 37 "it" 38 ] 36 "bugs": { 37 "url": "https://github.com/yargs/cliui/issues" 39 38 }, 40 "keywords": [41 "cli",42 "command-line",43 "layout",44 "design",45 "console",46 "wrap",47 "table"48 ],49 "author": "Ben Coe <ben@npmjs.com>",50 "license": "ISC",51 39 "dependencies": { 52 40 "string-width": "^4.2.0", … … 54 42 "wrap-ansi": "^7.0.0" 55 43 }, 44 "description": "easily create complex multi-column command-line-interfaces", 56 45 "devDependencies": { 57 46 "@types/node": "^14.0.27", … … 73 62 "typescript": "^4.0.0" 74 63 }, 64 "engine": { 65 "node": ">=10" 66 }, 67 "exports": { 68 ".": [ 69 { 70 "import": "./index.mjs", 71 "require": "./build/index.cjs" 72 }, 73 "./build/index.cjs" 74 ] 75 }, 75 76 "files": [ 76 77 "build", … … 78 79 "!*.d.ts" 79 80 ], 80 "engine": { 81 "node": ">=10" 82 } 81 "homepage": "https://github.com/yargs/cliui#readme", 82 "keywords": [ 83 "cli", 84 "command-line", 85 "layout", 86 "design", 87 "console", 88 "wrap", 89 "table" 90 ], 91 "license": "ISC", 92 "main": "build/index.cjs", 93 "module": "./index.mjs", 94 "name": "cliui", 95 "repository": { 96 "type": "git", 97 "url": "git+https://github.com/yargs/cliui.git" 98 }, 99 "scripts": { 100 "build:cjs": "rollup -c", 101 "check": "standardx '**/*.ts' && standardx '**/*.js' && standardx '**/*.cjs'", 102 "compile": "tsc", 103 "coverage": "c8 report --check-coverage", 104 "fix": "standardx --fix '**/*.ts' && standardx --fix '**/*.js' && standardx --fix '**/*.cjs'", 105 "postcompile": "npm run build:cjs", 106 "postest": "check", 107 "precompile": "rimraf build", 108 "prepare": "npm run compile", 109 "pretest": "rimraf build && tsc -p tsconfig.test.json && cross-env NODE_ENV=test npm run build:cjs", 110 "test": "c8 mocha ./test/*.cjs", 111 "test:esm": "c8 mocha ./test/esm/cliui-test.mjs" 112 }, 113 "standard": { 114 "ignore": [ 115 "**/example/**" 116 ], 117 "globals": [ 118 "it" 119 ] 120 }, 121 "type": "module", 122 "version": "7.0.4" 83 123 }
Note:
See TracChangeset
for help on using the changeset viewer.