package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "ansi-styles@^2.1.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/chalk"
  6. ]
  7. ],
  8. "_from": "ansi-styles@>=2.1.0 <3.0.0",
  9. "_id": "ansi-styles@2.1.0",
  10. "_inCache": true,
  11. "_location": "/ansi-styles",
  12. "_nodeVersion": "0.12.4",
  13. "_npmUser": {
  14. "email": "jappelman@xebia.com",
  15. "name": "jbnicolai"
  16. },
  17. "_npmVersion": "2.10.1",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "ansi-styles",
  21. "raw": "ansi-styles@^2.1.0",
  22. "rawSpec": "^2.1.0",
  23. "scope": null,
  24. "spec": ">=2.1.0 <3.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/chalk"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz",
  31. "_shasum": "990f747146927b559a932bf92959163d60c0d0e2",
  32. "_shrinkwrap": null,
  33. "_spec": "ansi-styles@^2.1.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/chalk",
  35. "author": {
  36. "email": "sindresorhus@gmail.com",
  37. "name": "Sindre Sorhus",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/chalk/ansi-styles/issues"
  42. },
  43. "dependencies": {},
  44. "description": "ANSI escape codes for styling strings in the terminal",
  45. "devDependencies": {
  46. "mocha": "*"
  47. },
  48. "directories": {},
  49. "dist": {
  50. "shasum": "990f747146927b559a932bf92959163d60c0d0e2",
  51. "tarball": "http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "gitHead": "18421cbe4a2d93359ec2599a894f704be126d066",
  60. "homepage": "https://github.com/chalk/ansi-styles",
  61. "installable": true,
  62. "keywords": [
  63. "256",
  64. "ansi",
  65. "cli",
  66. "color",
  67. "colors",
  68. "colour",
  69. "command-line",
  70. "console",
  71. "escape",
  72. "formatting",
  73. "log",
  74. "logging",
  75. "rgb",
  76. "shell",
  77. "string",
  78. "styles",
  79. "terminal",
  80. "text",
  81. "tty",
  82. "xterm"
  83. ],
  84. "license": "MIT",
  85. "maintainers": [
  86. {
  87. "name": "sindresorhus",
  88. "email": "sindresorhus@gmail.com"
  89. },
  90. {
  91. "name": "jbnicolai",
  92. "email": "jappelman@xebia.com"
  93. }
  94. ],
  95. "name": "ansi-styles",
  96. "optionalDependencies": {},
  97. "repository": {
  98. "type": "git",
  99. "url": "https://github.com/chalk/ansi-styles"
  100. },
  101. "scripts": {
  102. "test": "mocha"
  103. },
  104. "version": "2.1.0"
  105. }