package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "chalk@1.1.3",
  5. "E:\\amr1.0\\AMR"
  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": "/postcss-discard-duplicates/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. "/postcss-discard-duplicates/postcss"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
  29. "_spec": "1.1.3",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "bugs": {
  32. "url": "https://github.com/chalk/chalk/issues"
  33. },
  34. "dependencies": {
  35. "ansi-styles": "^2.2.1",
  36. "escape-string-regexp": "^1.0.2",
  37. "has-ansi": "^2.0.0",
  38. "strip-ansi": "^3.0.0",
  39. "supports-color": "^2.0.0"
  40. },
  41. "description": "Terminal string styling done right. Much color.",
  42. "devDependencies": {
  43. "coveralls": "^2.11.2",
  44. "matcha": "^0.6.0",
  45. "mocha": "*",
  46. "nyc": "^3.0.0",
  47. "require-uncached": "^1.0.2",
  48. "resolve-from": "^1.0.0",
  49. "semver": "^4.3.3",
  50. "xo": "*"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/chalk/chalk#readme",
  59. "keywords": [
  60. "color",
  61. "colour",
  62. "colors",
  63. "terminal",
  64. "console",
  65. "cli",
  66. "string",
  67. "str",
  68. "ansi",
  69. "style",
  70. "styles",
  71. "tty",
  72. "formatting",
  73. "rgb",
  74. "256",
  75. "shell",
  76. "xterm",
  77. "log",
  78. "logging",
  79. "command-line",
  80. "text"
  81. ],
  82. "license": "MIT",
  83. "maintainers": [
  84. {
  85. "name": "Sindre Sorhus",
  86. "email": "sindresorhus@gmail.com",
  87. "url": "sindresorhus.com"
  88. },
  89. {
  90. "name": "Joshua Appelman",
  91. "email": "jappelman@xebia.com",
  92. "url": "jbnicolai.com"
  93. },
  94. {
  95. "name": "JD Ballard",
  96. "email": "i.am.qix@gmail.com",
  97. "url": "github.com/qix-"
  98. }
  99. ],
  100. "name": "chalk",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/chalk/chalk.git"
  104. },
  105. "scripts": {
  106. "bench": "matcha benchmark.js",
  107. "coverage": "nyc npm test && nyc report",
  108. "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
  109. "test": "xo && mocha"
  110. },
  111. "version": "1.1.3",
  112. "xo": {
  113. "envs": [
  114. "node",
  115. "mocha"
  116. ]
  117. }
  118. }