package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "supports-color@2.0.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "supports-color@2.0.0",
  10. "_id": "supports-color@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
  13. "_location": "/supports-color",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "supports-color@2.0.0",
  19. "name": "supports-color",
  20. "escapedName": "supports-color",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/chalk"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/chalk/supports-color/issues"
  38. },
  39. "description": "Detect whether a terminal supports color",
  40. "devDependencies": {
  41. "mocha": "*",
  42. "require-uncached": "^1.0.2"
  43. },
  44. "engines": {
  45. "node": ">=0.8.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/chalk/supports-color#readme",
  51. "keywords": [
  52. "color",
  53. "colour",
  54. "colors",
  55. "terminal",
  56. "console",
  57. "cli",
  58. "ansi",
  59. "styles",
  60. "tty",
  61. "rgb",
  62. "256",
  63. "shell",
  64. "xterm",
  65. "command-line",
  66. "support",
  67. "supports",
  68. "capability",
  69. "detect"
  70. ],
  71. "license": "MIT",
  72. "maintainers": [
  73. {
  74. "name": "Sindre Sorhus",
  75. "email": "sindresorhus@gmail.com",
  76. "url": "sindresorhus.com"
  77. },
  78. {
  79. "name": "Joshua Appelman",
  80. "email": "jappelman@xebia.com",
  81. "url": "jbnicolai.com"
  82. }
  83. ],
  84. "name": "supports-color",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/chalk/supports-color.git"
  88. },
  89. "scripts": {
  90. "test": "mocha"
  91. },
  92. "version": "2.0.0"
  93. }