package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "chalk@2.4.2",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chalk@2.4.2",
  10. "_id": "chalk@2.4.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  13. "_location": "/chalk",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "chalk@2.4.2",
  19. "name": "chalk",
  20. "escapedName": "chalk",
  21. "rawSpec": "2.4.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.4.2"
  24. },
  25. "_requiredBy": [
  26. "/@babel/code-frame",
  27. "/@babel/highlight",
  28. "/progress-webpack-plugin"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz",
  31. "_spec": "2.4.2",
  32. "_where": "/Users/mac/projects/mime/mine",
  33. "bugs": {
  34. "url": "https://github.com/chalk/chalk/issues"
  35. },
  36. "dependencies": {
  37. "ansi-styles": "^3.2.1",
  38. "escape-string-regexp": "^1.0.5",
  39. "supports-color": "^5.3.0"
  40. },
  41. "description": "Terminal string styling done right",
  42. "devDependencies": {
  43. "ava": "*",
  44. "coveralls": "^3.0.0",
  45. "execa": "^0.9.0",
  46. "flow-bin": "^0.68.0",
  47. "import-fresh": "^2.0.0",
  48. "matcha": "^0.7.0",
  49. "nyc": "^11.0.2",
  50. "resolve-from": "^4.0.0",
  51. "typescript": "^2.5.3",
  52. "xo": "*"
  53. },
  54. "engines": {
  55. "node": ">=4"
  56. },
  57. "files": [
  58. "index.js",
  59. "templates.js",
  60. "types/index.d.ts",
  61. "index.js.flow"
  62. ],
  63. "homepage": "https://github.com/chalk/chalk#readme",
  64. "keywords": [
  65. "color",
  66. "colour",
  67. "colors",
  68. "terminal",
  69. "console",
  70. "cli",
  71. "string",
  72. "str",
  73. "ansi",
  74. "style",
  75. "styles",
  76. "tty",
  77. "formatting",
  78. "rgb",
  79. "256",
  80. "shell",
  81. "xterm",
  82. "log",
  83. "logging",
  84. "command-line",
  85. "text"
  86. ],
  87. "license": "MIT",
  88. "name": "chalk",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/chalk/chalk.git"
  92. },
  93. "scripts": {
  94. "bench": "matcha benchmark.js",
  95. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  96. "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava"
  97. },
  98. "types": "types/index.d.ts",
  99. "version": "2.4.2",
  100. "xo": {
  101. "envs": [
  102. "node",
  103. "mocha"
  104. ],
  105. "ignores": [
  106. "test/_flow.js"
  107. ]
  108. }
  109. }