You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0KB

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