package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "chalk@^1.0.0",
  6. "scope": null,
  7. "escapedName": "chalk",
  8. "name": "chalk",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/typings"
  14. ]
  15. ],
  16. "_from": "chalk@>=1.0.0 <2.0.0",
  17. "_id": "chalk@1.1.3",
  18. "_inCache": true,
  19. "_location": "/chalk",
  20. "_nodeVersion": "0.10.32",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/chalk-1.1.3.tgz_1459210604109_0.3892582862172276"
  24. },
  25. "_npmUser": {
  26. "name": "qix",
  27. "email": "i.am.qix@gmail.com"
  28. },
  29. "_npmVersion": "2.14.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "chalk@^1.0.0",
  33. "scope": null,
  34. "escapedName": "chalk",
  35. "name": "chalk",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/boxen",
  42. "/typings",
  43. "/update-notifier"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
  46. "_shasum": "a8115c55e4a702fe4d150abd3872822a7e09fc98",
  47. "_shrinkwrap": null,
  48. "_spec": "chalk@^1.0.0",
  49. "_where": "/home/robert/workspace/xmlrpc/node_modules/typings",
  50. "bugs": {
  51. "url": "https://github.com/chalk/chalk/issues"
  52. },
  53. "dependencies": {
  54. "ansi-styles": "^2.2.1",
  55. "escape-string-regexp": "^1.0.2",
  56. "has-ansi": "^2.0.0",
  57. "strip-ansi": "^3.0.0",
  58. "supports-color": "^2.0.0"
  59. },
  60. "description": "Terminal string styling done right. Much color.",
  61. "devDependencies": {
  62. "coveralls": "^2.11.2",
  63. "matcha": "^0.6.0",
  64. "mocha": "*",
  65. "nyc": "^3.0.0",
  66. "require-uncached": "^1.0.2",
  67. "resolve-from": "^1.0.0",
  68. "semver": "^4.3.3",
  69. "xo": "*"
  70. },
  71. "directories": {},
  72. "dist": {
  73. "shasum": "a8115c55e4a702fe4d150abd3872822a7e09fc98",
  74. "tarball": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz"
  75. },
  76. "engines": {
  77. "node": ">=0.10.0"
  78. },
  79. "files": [
  80. "index.js"
  81. ],
  82. "gitHead": "0d8d8c204eb87a4038219131ad4d8369c9f59d24",
  83. "homepage": "https://github.com/chalk/chalk#readme",
  84. "keywords": [
  85. "color",
  86. "colour",
  87. "colors",
  88. "terminal",
  89. "console",
  90. "cli",
  91. "string",
  92. "str",
  93. "ansi",
  94. "style",
  95. "styles",
  96. "tty",
  97. "formatting",
  98. "rgb",
  99. "256",
  100. "shell",
  101. "xterm",
  102. "log",
  103. "logging",
  104. "command-line",
  105. "text"
  106. ],
  107. "license": "MIT",
  108. "maintainers": [
  109. {
  110. "name": "qix",
  111. "email": "i.am.qix@gmail.com"
  112. },
  113. {
  114. "name": "sindresorhus",
  115. "email": "sindresorhus@gmail.com"
  116. },
  117. {
  118. "name": "unicorn",
  119. "email": "sindresorhus+unicorn@gmail.com"
  120. }
  121. ],
  122. "name": "chalk",
  123. "optionalDependencies": {},
  124. "readme": "ERROR: No README data found!",
  125. "repository": {
  126. "type": "git",
  127. "url": "git+https://github.com/chalk/chalk.git"
  128. },
  129. "scripts": {
  130. "bench": "matcha benchmark.js",
  131. "coverage": "nyc npm test && nyc report",
  132. "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
  133. "test": "xo && mocha"
  134. },
  135. "version": "1.1.3",
  136. "xo": {
  137. "envs": [
  138. "node",
  139. "mocha"
  140. ]
  141. }
  142. }