package.json 3.3 KB

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