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.6 KiB

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