package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. "cliui@7.0.4",
  5. "/Users/mac/projects/mime/mine"
  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"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service",
  27. "/yargs"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/cliui/-/cliui-7.0.4.tgz",
  30. "_spec": "7.0.4",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "Ben Coe",
  34. "email": "ben@npmjs.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/yargs/cliui/issues"
  38. },
  39. "dependencies": {
  40. "string-width": "^4.2.0",
  41. "strip-ansi": "^6.0.0",
  42. "wrap-ansi": "^7.0.0"
  43. },
  44. "description": "easily create complex multi-column command-line-interfaces",
  45. "devDependencies": {
  46. "@types/node": "^14.0.27",
  47. "@typescript-eslint/eslint-plugin": "^4.0.0",
  48. "@typescript-eslint/parser": "^4.0.0",
  49. "@wessberg/rollup-plugin-ts": "^1.3.2",
  50. "c8": "^7.3.0",
  51. "chai": "^4.2.0",
  52. "chalk": "^4.1.0",
  53. "cross-env": "^7.0.2",
  54. "eslint": "^7.6.0",
  55. "eslint-plugin-import": "^2.22.0",
  56. "eslint-plugin-node": "^11.1.0",
  57. "gts": "^3.0.0",
  58. "mocha": "^8.1.1",
  59. "rimraf": "^3.0.2",
  60. "rollup": "^2.23.1",
  61. "standardx": "^7.0.0",
  62. "typescript": "^4.0.0"
  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. },
  76. "files": [
  77. "build",
  78. "index.mjs",
  79. "!*.d.ts"
  80. ],
  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"
  123. }