package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. "/babel-code-frame/chalk",
  20. "/clap/chalk",
  21. "/friendly-errors-webpack-plugin/chalk",
  22. "/postcss/chalk"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
  25. "_shasum": "b432dd3358b634cf75e1e4664368240533c1ddbe",
  26. "_spec": "ansi-styles@^2.2.1",
  27. "_where": "D:\\workSpace\\dealer_front\\node_modules\\babel-code-frame\\node_modules\\chalk",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/chalk/ansi-styles/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "ANSI escape codes for styling strings in the terminal",
  39. "devDependencies": {
  40. "mocha": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/chalk/ansi-styles#readme",
  49. "keywords": [
  50. "ansi",
  51. "styles",
  52. "color",
  53. "colour",
  54. "colors",
  55. "terminal",
  56. "console",
  57. "cli",
  58. "string",
  59. "tty",
  60. "escape",
  61. "formatting",
  62. "rgb",
  63. "256",
  64. "shell",
  65. "xterm",
  66. "log",
  67. "logging",
  68. "command-line",
  69. "text"
  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": "ansi-styles",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/chalk/ansi-styles.git"
  88. },
  89. "scripts": {
  90. "test": "mocha"
  91. },
  92. "version": "2.2.1"
  93. }