Ohm-Management - Projektarbeit B-ME
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 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "supports-color@^5.3.0",
  3. "_id": "supports-color@5.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
  6. "_location": "/supports-color",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "supports-color@^5.3.0",
  12. "name": "supports-color",
  13. "escapedName": "supports-color",
  14. "rawSpec": "^5.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.3.0"
  17. },
  18. "_requiredBy": [
  19. "/chalk"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
  22. "_shasum": "e2e69a44ac8772f78a1ec0b35b689df6530efc8f",
  23. "_spec": "supports-color@^5.3.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/chalk",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "browser": "browser.js",
  31. "bugs": {
  32. "url": "https://github.com/chalk/supports-color/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "has-flag": "^3.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Detect whether a terminal supports color",
  40. "devDependencies": {
  41. "ava": "^0.25.0",
  42. "import-fresh": "^2.0.0",
  43. "xo": "^0.20.0"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js",
  50. "browser.js"
  51. ],
  52. "homepage": "https://github.com/chalk/supports-color#readme",
  53. "keywords": [
  54. "color",
  55. "colour",
  56. "colors",
  57. "terminal",
  58. "console",
  59. "cli",
  60. "ansi",
  61. "styles",
  62. "tty",
  63. "rgb",
  64. "256",
  65. "shell",
  66. "xterm",
  67. "command-line",
  68. "support",
  69. "supports",
  70. "capability",
  71. "detect",
  72. "truecolor",
  73. "16m"
  74. ],
  75. "license": "MIT",
  76. "name": "supports-color",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/chalk/supports-color.git"
  80. },
  81. "scripts": {
  82. "test": "xo && ava"
  83. },
  84. "version": "5.5.0"
  85. }