package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "cliui@4.1.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cliui@4.1.0",
  10. "_id": "cliui@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==",
  13. "_location": "/cliui",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cliui@4.1.0",
  19. "name": "cliui",
  20. "escapedName": "cliui",
  21. "rawSpec": "4.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.0"
  24. },
  25. "_requiredBy": [
  26. "/yargs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz",
  29. "_spec": "4.1.0",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Ben Coe",
  33. "email": "ben@npmjs.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/yargs/cliui/issues"
  37. },
  38. "config": {
  39. "blanket": {
  40. "pattern": [
  41. "index.js"
  42. ],
  43. "data-cover-never": [
  44. "node_modules",
  45. "test"
  46. ],
  47. "output-reporter": "spec"
  48. }
  49. },
  50. "dependencies": {
  51. "string-width": "^2.1.1",
  52. "strip-ansi": "^4.0.0",
  53. "wrap-ansi": "^2.0.0"
  54. },
  55. "description": "easily create complex multi-column command-line-interfaces",
  56. "devDependencies": {
  57. "chai": "^3.5.0",
  58. "chalk": "^1.1.2",
  59. "coveralls": "^2.11.8",
  60. "mocha": "^3.0.0",
  61. "nyc": "^10.0.0",
  62. "standard": "^8.0.0",
  63. "standard-version": "^3.0.0"
  64. },
  65. "engine": {
  66. "node": ">=4"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/yargs/cliui#readme",
  72. "keywords": [
  73. "cli",
  74. "command-line",
  75. "layout",
  76. "design",
  77. "console",
  78. "wrap",
  79. "table"
  80. ],
  81. "license": "ISC",
  82. "main": "index.js",
  83. "name": "cliui",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+ssh://git@github.com/yargs/cliui.git"
  87. },
  88. "scripts": {
  89. "coverage": "nyc --reporter=text-lcov mocha | coveralls",
  90. "pretest": "standard",
  91. "release": "standard-version",
  92. "test": "nyc mocha"
  93. },
  94. "standard": {
  95. "ignore": [
  96. "**/example/**"
  97. ],
  98. "globals": [
  99. "it"
  100. ]
  101. },
  102. "version": "4.1.0"
  103. }