package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "chalk@1.1.3",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chalk@1.1.3",
  10. "_id": "chalk@1.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
  13. "_location": "/chalk",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "chalk@1.1.3",
  19. "name": "chalk",
  20. "escapedName": "chalk",
  21. "rawSpec": "1.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.3"
  24. },
  25. "_requiredBy": [
  26. "/fancy-log",
  27. "/gulp",
  28. "/gulp-util",
  29. "/har-validator",
  30. "/node-sass"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
  33. "_spec": "1.1.3",
  34. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  35. "bugs": {
  36. "url": "https://github.com/chalk/chalk/issues"
  37. },
  38. "dependencies": {
  39. "ansi-styles": "^2.2.1",
  40. "escape-string-regexp": "^1.0.2",
  41. "has-ansi": "^2.0.0",
  42. "strip-ansi": "^3.0.0",
  43. "supports-color": "^2.0.0"
  44. },
  45. "description": "Terminal string styling done right. Much color.",
  46. "devDependencies": {
  47. "coveralls": "^2.11.2",
  48. "matcha": "^0.6.0",
  49. "mocha": "*",
  50. "nyc": "^3.0.0",
  51. "require-uncached": "^1.0.2",
  52. "resolve-from": "^1.0.0",
  53. "semver": "^4.3.3",
  54. "xo": "*"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/chalk/chalk#readme",
  63. "keywords": [
  64. "color",
  65. "colour",
  66. "colors",
  67. "terminal",
  68. "console",
  69. "cli",
  70. "string",
  71. "str",
  72. "ansi",
  73. "style",
  74. "styles",
  75. "tty",
  76. "formatting",
  77. "rgb",
  78. "256",
  79. "shell",
  80. "xterm",
  81. "log",
  82. "logging",
  83. "command-line",
  84. "text"
  85. ],
  86. "license": "MIT",
  87. "maintainers": [
  88. {
  89. "name": "Sindre Sorhus",
  90. "email": "sindresorhus@gmail.com",
  91. "url": "sindresorhus.com"
  92. },
  93. {
  94. "name": "Joshua Appelman",
  95. "email": "jappelman@xebia.com",
  96. "url": "jbnicolai.com"
  97. },
  98. {
  99. "name": "JD Ballard",
  100. "email": "i.am.qix@gmail.com",
  101. "url": "github.com/qix-"
  102. }
  103. ],
  104. "name": "chalk",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/chalk/chalk.git"
  108. },
  109. "scripts": {
  110. "bench": "matcha benchmark.js",
  111. "coverage": "nyc npm test && nyc report",
  112. "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
  113. "test": "xo && mocha"
  114. },
  115. "version": "1.1.3",
  116. "xo": {
  117. "envs": [
  118. "node",
  119. "mocha"
  120. ]
  121. }
  122. }