package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "ansi-styles@~1.0.0",
  6. "scope": null,
  7. "escapedName": "ansi-styles",
  8. "name": "ansi-styles",
  9. "rawSpec": "~1.0.0",
  10. "spec": ">=1.0.0 <1.1.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/chalk"
  14. ]
  15. ],
  16. "_from": "ansi-styles@>=1.0.0 <1.1.0",
  17. "_id": "ansi-styles@1.0.0",
  18. "_inCache": true,
  19. "_location": "/ansi-styles",
  20. "_npmUser": {
  21. "name": "sindresorhus",
  22. "email": "sindresorhus@gmail.com"
  23. },
  24. "_npmVersion": "1.3.15",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "ansi-styles@~1.0.0",
  28. "scope": null,
  29. "escapedName": "ansi-styles",
  30. "name": "ansi-styles",
  31. "rawSpec": "~1.0.0",
  32. "spec": ">=1.0.0 <1.1.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/chalk"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz",
  39. "_shasum": "cb102df1c56f5123eab8b67cd7b98027a0279178",
  40. "_shrinkwrap": null,
  41. "_spec": "ansi-styles@~1.0.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/ansi-styles/issues"
  50. },
  51. "dependencies": {},
  52. "description": "ANSI escape codes for colorizing strings in the terminal",
  53. "devDependencies": {
  54. "mocha": "~1.12.0"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "cb102df1c56f5123eab8b67cd7b98027a0279178",
  59. "tarball": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz"
  60. },
  61. "engines": {
  62. "node": ">=0.8.0"
  63. },
  64. "files": [
  65. "ansi-styles.js"
  66. ],
  67. "homepage": "https://github.com/sindresorhus/ansi-styles",
  68. "keywords": [
  69. "ansi",
  70. "styles",
  71. "color",
  72. "colour",
  73. "colors",
  74. "terminal",
  75. "console",
  76. "cli",
  77. "string",
  78. "tty",
  79. "escape",
  80. "formatting",
  81. "rgb",
  82. "256",
  83. "shell",
  84. "xterm",
  85. "log",
  86. "logging",
  87. "command-line",
  88. "text"
  89. ],
  90. "license": "MIT",
  91. "main": "ansi-styles",
  92. "maintainers": [
  93. {
  94. "name": "sindresorhus",
  95. "email": "sindresorhus@gmail.com"
  96. }
  97. ],
  98. "name": "ansi-styles",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git://github.com/sindresorhus/ansi-styles.git"
  104. },
  105. "scripts": {
  106. "test": "mocha"
  107. },
  108. "version": "1.0.0"
  109. }