package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp"
  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. "/fancy-log",
  42. "/gulp",
  43. "/gulp-util",
  44. "/har-validator",
  45. "/node-sass",
  46. "/postcss"
  47. ],
  48. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
  49. "_shasum": "a8115c55e4a702fe4d150abd3872822a7e09fc98",
  50. "_shrinkwrap": null,
  51. "_spec": "chalk@^1.0.0",
  52. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp",
  53. "bugs": {
  54. "url": "https://github.com/chalk/chalk/issues"
  55. },
  56. "dependencies": {
  57. "ansi-styles": "^2.2.1",
  58. "escape-string-regexp": "^1.0.2",
  59. "has-ansi": "^2.0.0",
  60. "strip-ansi": "^3.0.0",
  61. "supports-color": "^2.0.0"
  62. },
  63. "description": "Terminal string styling done right. Much color.",
  64. "devDependencies": {
  65. "coveralls": "^2.11.2",
  66. "matcha": "^0.6.0",
  67. "mocha": "*",
  68. "nyc": "^3.0.0",
  69. "require-uncached": "^1.0.2",
  70. "resolve-from": "^1.0.0",
  71. "semver": "^4.3.3",
  72. "xo": "*"
  73. },
  74. "directories": {},
  75. "dist": {
  76. "shasum": "a8115c55e4a702fe4d150abd3872822a7e09fc98",
  77. "tarball": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz"
  78. },
  79. "engines": {
  80. "node": ">=0.10.0"
  81. },
  82. "files": [
  83. "index.js"
  84. ],
  85. "gitHead": "0d8d8c204eb87a4038219131ad4d8369c9f59d24",
  86. "homepage": "https://github.com/chalk/chalk#readme",
  87. "keywords": [
  88. "color",
  89. "colour",
  90. "colors",
  91. "terminal",
  92. "console",
  93. "cli",
  94. "string",
  95. "str",
  96. "ansi",
  97. "style",
  98. "styles",
  99. "tty",
  100. "formatting",
  101. "rgb",
  102. "256",
  103. "shell",
  104. "xterm",
  105. "log",
  106. "logging",
  107. "command-line",
  108. "text"
  109. ],
  110. "license": "MIT",
  111. "maintainers": [
  112. {
  113. "name": "qix",
  114. "email": "i.am.qix@gmail.com"
  115. },
  116. {
  117. "name": "sindresorhus",
  118. "email": "sindresorhus@gmail.com"
  119. },
  120. {
  121. "name": "unicorn",
  122. "email": "sindresorhus+unicorn@gmail.com"
  123. }
  124. ],
  125. "name": "chalk",
  126. "optionalDependencies": {},
  127. "readme": "ERROR: No README data found!",
  128. "repository": {
  129. "type": "git",
  130. "url": "git+https://github.com/chalk/chalk.git"
  131. },
  132. "scripts": {
  133. "bench": "matcha benchmark.js",
  134. "coverage": "nyc npm test && nyc report",
  135. "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
  136. "test": "xo && mocha"
  137. },
  138. "version": "1.1.3",
  139. "xo": {
  140. "envs": [
  141. "node",
  142. "mocha"
  143. ]
  144. }
  145. }