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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "ansi-styles@^2.2.1",
  3. "_id": "ansi-styles@2.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
  6. "_location": "/ansi-styles",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ansi-styles@^2.2.1",
  12. "name": "ansi-styles",
  13. "escapedName": "ansi-styles",
  14. "rawSpec": "^2.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.1"
  17. },
  18. "_requiredBy": [
  19. "/chalk"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
  22. "_shasum": "b432dd3358b634cf75e1e4664368240533c1ddbe",
  23. "_spec": "ansi-styles@^2.2.1",
  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/ansi-styles/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "ANSI escape codes for styling strings in the terminal",
  36. "devDependencies": {
  37. "mocha": "*"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/chalk/ansi-styles#readme",
  46. "keywords": [
  47. "ansi",
  48. "styles",
  49. "color",
  50. "colour",
  51. "colors",
  52. "terminal",
  53. "console",
  54. "cli",
  55. "string",
  56. "tty",
  57. "escape",
  58. "formatting",
  59. "rgb",
  60. "256",
  61. "shell",
  62. "xterm",
  63. "log",
  64. "logging",
  65. "command-line",
  66. "text"
  67. ],
  68. "license": "MIT",
  69. "maintainers": [
  70. {
  71. "name": "Sindre Sorhus",
  72. "email": "sindresorhus@gmail.com",
  73. "url": "sindresorhus.com"
  74. },
  75. {
  76. "name": "Joshua Appelman",
  77. "email": "jappelman@xebia.com",
  78. "url": "jbnicolai.com"
  79. }
  80. ],
  81. "name": "ansi-styles",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/chalk/ansi-styles.git"
  85. },
  86. "scripts": {
  87. "test": "mocha"
  88. },
  89. "version": "2.2.1"
  90. }