You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.5KB

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