package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. {
  2. "_from": "ansi-colors@^1.0.1",
  3. "_id": "ansi-colors@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==",
  6. "_location": "/ansi-colors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ansi-colors@^1.0.1",
  12. "name": "ansi-colors",
  13. "escapedName": "ansi-colors",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/gulp/gulp-cli",
  20. "/plugin-error"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/ansi-colors/-/ansi-colors-1.1.0.tgz",
  23. "_shasum": "6374b4dd5d4718ff3ce27a671a3b1cad077132a9",
  24. "_spec": "ansi-colors@^1.0.1",
  25. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/gulp/node_modules/gulp-cli",
  26. "author": {
  27. "name": "Brian Woodward",
  28. "url": "https://github.com/doowb"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/doowb/ansi-colors/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Brian Woodward",
  37. "url": "https://twitter.com/doowb"
  38. },
  39. {
  40. "name": "Jon Schlinkert",
  41. "url": "http://twitter.com/jonschlinkert"
  42. }
  43. ],
  44. "dependencies": {
  45. "ansi-wrap": "^0.1.0"
  46. },
  47. "deprecated": false,
  48. "description": "Collection of ansi colors and styles.",
  49. "devDependencies": {
  50. "gulp-format-md": "^1.0.0",
  51. "mocha": "^3.5.3",
  52. "typescript": "^2.7.1"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js",
  59. "types/index.d.ts"
  60. ],
  61. "homepage": "https://github.com/doowb/ansi-colors",
  62. "keywords": [
  63. "ansi-bgblack",
  64. "ansi-bgblue",
  65. "ansi-bgcyan",
  66. "ansi-bggreen",
  67. "ansi-bgmagenta",
  68. "ansi-bgred",
  69. "ansi-bgwhite",
  70. "ansi-bgyellow",
  71. "ansi-black",
  72. "ansi-blue",
  73. "ansi-bold",
  74. "ansi-cyan",
  75. "ansi-dim",
  76. "ansi-gray",
  77. "ansi-green",
  78. "ansi-grey",
  79. "ansi-hidden",
  80. "ansi-inverse",
  81. "ansi-italic",
  82. "ansi-magenta",
  83. "ansi-red",
  84. "ansi-reset",
  85. "ansi-strikethrough",
  86. "ansi-underline",
  87. "ansi-white",
  88. "ansi-yellow",
  89. "bgblack",
  90. "bgblue",
  91. "bgcyan",
  92. "bggreen",
  93. "bgmagenta",
  94. "bgred",
  95. "bgwhite",
  96. "bgyellow",
  97. "black",
  98. "blue",
  99. "bold",
  100. "cyan",
  101. "dim",
  102. "gray",
  103. "green",
  104. "grey",
  105. "hidden",
  106. "inverse",
  107. "italic",
  108. "magenta",
  109. "red",
  110. "reset",
  111. "strikethrough",
  112. "underline",
  113. "white",
  114. "yellow"
  115. ],
  116. "license": "MIT",
  117. "main": "index.js",
  118. "name": "ansi-colors",
  119. "repository": {
  120. "type": "git",
  121. "url": "git+https://github.com/doowb/ansi-colors.git"
  122. },
  123. "scripts": {
  124. "test": "mocha && tsc --project types"
  125. },
  126. "types": "./types/index.d.ts",
  127. "verb": {
  128. "toc": false,
  129. "layout": "default",
  130. "tasks": [
  131. "readme"
  132. ],
  133. "plugins": [
  134. "gulp-format-md"
  135. ],
  136. "lint": {
  137. "reflinks": true
  138. },
  139. "reflinks": [
  140. "verb-readme-generator",
  141. "verb"
  142. ],
  143. "related": {
  144. "list": [
  145. "ansi-bgblack",
  146. "ansi-bgblue",
  147. "ansi-bgcyan",
  148. "ansi-bggreen",
  149. "ansi-bgmagenta",
  150. "ansi-bgred",
  151. "ansi-bgwhite",
  152. "ansi-bgyellow",
  153. "ansi-black",
  154. "ansi-blue",
  155. "ansi-bold",
  156. "ansi-cyan",
  157. "ansi-dim",
  158. "ansi-gray",
  159. "ansi-green",
  160. "ansi-grey",
  161. "ansi-hidden",
  162. "ansi-inverse",
  163. "ansi-italic",
  164. "ansi-magenta",
  165. "ansi-red",
  166. "ansi-reset",
  167. "ansi-strikethrough",
  168. "ansi-underline",
  169. "ansi-white",
  170. "ansi-wrap",
  171. "ansi-yellow"
  172. ]
  173. }
  174. },
  175. "version": "1.1.0"
  176. }