Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "cliui@5.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "cliui@5.0.0",
  9. "_id": "cliui@5.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
  12. "_location": "/cliui",
  13. "_phantomChildren": {
  14. "emoji-regex": "7.0.3"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "cliui@5.0.0",
  20. "name": "cliui",
  21. "escapedName": "cliui",
  22. "rawSpec": "5.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "5.0.0"
  25. },
  26. "_requiredBy": [
  27. "/yargs"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
  30. "_spec": "5.0.0",
  31. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  32. "author": {
  33. "name": "Ben Coe",
  34. "email": "ben@npmjs.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/yargs/cliui/issues"
  38. },
  39. "config": {
  40. "blanket": {
  41. "pattern": [
  42. "index.js"
  43. ],
  44. "data-cover-never": [
  45. "node_modules",
  46. "test"
  47. ],
  48. "output-reporter": "spec"
  49. }
  50. },
  51. "dependencies": {
  52. "string-width": "^3.1.0",
  53. "strip-ansi": "^5.2.0",
  54. "wrap-ansi": "^5.1.0"
  55. },
  56. "description": "easily create complex multi-column command-line-interfaces",
  57. "devDependencies": {
  58. "chai": "^4.2.0",
  59. "chalk": "^2.4.2",
  60. "coveralls": "^3.0.3",
  61. "mocha": "^6.0.2",
  62. "nyc": "^13.3.0",
  63. "standard": "^12.0.1",
  64. "standard-version": "^5.0.2"
  65. },
  66. "engine": {
  67. "node": ">=6"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "homepage": "https://github.com/yargs/cliui#readme",
  73. "keywords": [
  74. "cli",
  75. "command-line",
  76. "layout",
  77. "design",
  78. "console",
  79. "wrap",
  80. "table"
  81. ],
  82. "license": "ISC",
  83. "main": "index.js",
  84. "name": "cliui",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+ssh://git@github.com/yargs/cliui.git"
  88. },
  89. "scripts": {
  90. "coverage": "nyc --reporter=text-lcov mocha | coveralls",
  91. "pretest": "standard",
  92. "release": "standard-version",
  93. "test": "nyc mocha"
  94. },
  95. "standard": {
  96. "ignore": [
  97. "**/example/**"
  98. ],
  99. "globals": [
  100. "it"
  101. ]
  102. },
  103. "version": "5.0.0"
  104. }