package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "has-color@~0.1.0",
  6. "scope": null,
  7. "escapedName": "has-color",
  8. "name": "has-color",
  9. "rawSpec": "~0.1.0",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/chalk"
  14. ]
  15. ],
  16. "_from": "has-color@>=0.1.0 <0.2.0",
  17. "_id": "has-color@0.1.7",
  18. "_inCache": true,
  19. "_location": "/has-color",
  20. "_npmUser": {
  21. "name": "sindresorhus",
  22. "email": "sindresorhus@gmail.com"
  23. },
  24. "_npmVersion": "1.4.6",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "has-color@~0.1.0",
  28. "scope": null,
  29. "escapedName": "has-color",
  30. "name": "has-color",
  31. "rawSpec": "~0.1.0",
  32. "spec": ">=0.1.0 <0.2.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/chalk"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz",
  39. "_shasum": "67144a5260c34fc3cca677d041daf52fe7b78b2f",
  40. "_shrinkwrap": null,
  41. "_spec": "has-color@~0.1.0",
  42. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/chalk",
  43. "author": {
  44. "name": "Sindre Sorhus",
  45. "email": "sindresorhus@gmail.com",
  46. "url": "http://sindresorhus.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/sindresorhus/has-color/issues"
  50. },
  51. "dependencies": {},
  52. "description": "Detect whether a terminal supports color",
  53. "devDependencies": {
  54. "mocha": "*"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "67144a5260c34fc3cca677d041daf52fe7b78b2f",
  59. "tarball": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz"
  60. },
  61. "engines": {
  62. "node": ">=0.10.0"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "homepage": "https://github.com/sindresorhus/has-color",
  68. "keywords": [
  69. "color",
  70. "colour",
  71. "colors",
  72. "terminal",
  73. "console",
  74. "cli",
  75. "ansi",
  76. "styles",
  77. "tty",
  78. "rgb",
  79. "256",
  80. "shell",
  81. "xterm",
  82. "command-line",
  83. "support",
  84. "capability",
  85. "detect"
  86. ],
  87. "license": "MIT",
  88. "maintainers": [
  89. {
  90. "name": "sindresorhus",
  91. "email": "sindresorhus@gmail.com"
  92. }
  93. ],
  94. "name": "has-color",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/sindresorhus/has-color.git"
  100. },
  101. "scripts": {
  102. "test": "mocha"
  103. },
  104. "version": "0.1.7"
  105. }