package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. "chalk@^1.0.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt-contrib-uglify"
  6. ]
  7. ],
  8. "_from": "chalk@>=1.0.0 <2.0.0",
  9. "_id": "chalk@1.1.1",
  10. "_inCache": true,
  11. "_location": "/chalk",
  12. "_nodeVersion": "0.12.7",
  13. "_npmUser": {
  14. "email": "sindresorhus@gmail.com",
  15. "name": "sindresorhus"
  16. },
  17. "_npmVersion": "2.13.5",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "chalk",
  21. "raw": "chalk@^1.0.0",
  22. "rawSpec": "^1.0.0",
  23. "scope": null,
  24. "spec": ">=1.0.0 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/grunt-contrib-uglify",
  29. "/maxmin"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz",
  32. "_shasum": "509afb67066e7499f7eb3535c77445772ae2d019",
  33. "_shrinkwrap": null,
  34. "_spec": "chalk@^1.0.0",
  35. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt-contrib-uglify",
  36. "bugs": {
  37. "url": "https://github.com/chalk/chalk/issues"
  38. },
  39. "dependencies": {
  40. "ansi-styles": "^2.1.0",
  41. "escape-string-regexp": "^1.0.2",
  42. "has-ansi": "^2.0.0",
  43. "strip-ansi": "^3.0.0",
  44. "supports-color": "^2.0.0"
  45. },
  46. "description": "Terminal string styling done right. Much color.",
  47. "devDependencies": {
  48. "coveralls": "^2.11.2",
  49. "matcha": "^0.6.0",
  50. "mocha": "*",
  51. "nyc": "^3.0.0",
  52. "require-uncached": "^1.0.2",
  53. "resolve-from": "^1.0.0",
  54. "semver": "^4.3.3",
  55. "xo": "*"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "509afb67066e7499f7eb3535c77445772ae2d019",
  60. "tarball": "http://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz"
  61. },
  62. "engines": {
  63. "node": ">=0.10.0"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "gitHead": "8b554e254e89c85c1fd04dcc444beeb15824e1a5",
  69. "homepage": "https://github.com/chalk/chalk#readme",
  70. "installable": true,
  71. "keywords": [
  72. "256",
  73. "ansi",
  74. "cli",
  75. "color",
  76. "colors",
  77. "colour",
  78. "command-line",
  79. "console",
  80. "formatting",
  81. "log",
  82. "logging",
  83. "rgb",
  84. "shell",
  85. "str",
  86. "string",
  87. "style",
  88. "styles",
  89. "terminal",
  90. "text",
  91. "tty",
  92. "xterm"
  93. ],
  94. "license": "MIT",
  95. "maintainers": [
  96. {
  97. "name": "sindresorhus",
  98. "email": "sindresorhus@gmail.com"
  99. },
  100. {
  101. "name": "jbnicolai",
  102. "email": "jappelman@xebia.com"
  103. },
  104. {
  105. "name": "unicorn",
  106. "email": "sindresorhus+unicorn@gmail.com"
  107. }
  108. ],
  109. "name": "chalk",
  110. "optionalDependencies": {},
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/chalk/chalk.git"
  114. },
  115. "scripts": {
  116. "bench": "matcha benchmark.js",
  117. "coverage": "nyc npm test && nyc report",
  118. "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
  119. "test": "xo && mocha"
  120. },
  121. "version": "1.1.1",
  122. "xo": {
  123. "envs": [
  124. "mocha",
  125. "node"
  126. ]
  127. }
  128. }