package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "cliui@4.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cliui@4.1.0",
  10. "_id": "cliui@4.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NIQi2+gtgAswIu709qwQvy5NG0k=",
  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. "/webpack-dev-server/yargs",
  27. "/yargs"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/cliui/download/cliui-4.1.0.tgz",
  30. "_spec": "4.1.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  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": "^2.1.1",
  53. "strip-ansi": "^4.0.0",
  54. "wrap-ansi": "^2.0.0"
  55. },
  56. "description": "easily create complex multi-column command-line-interfaces",
  57. "devDependencies": {
  58. "chai": "^3.5.0",
  59. "chalk": "^1.1.2",
  60. "coveralls": "^2.11.8",
  61. "mocha": "^3.0.0",
  62. "nyc": "^10.0.0",
  63. "standard": "^8.0.0",
  64. "standard-version": "^3.0.0"
  65. },
  66. "engine": {
  67. "node": ">=4"
  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": "4.1.0"
  104. }