package.json 2.4 KB

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