package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "chalk@^2.0.0",
  3. "_id": "chalk@2.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
  6. "_location": "/chalk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "chalk@^2.0.0",
  12. "name": "chalk",
  13. "escapedName": "chalk",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/highlight",
  20. "/coa",
  21. "/fork-ts-checker-webpack-plugin",
  22. "/postcss",
  23. "/react-dev-utils",
  24. "/resolve-url-loader/postcss",
  25. "/svgo"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  28. "_shasum": "cd42541677a54333cf541a49108c1432b44c9424",
  29. "_spec": "chalk@^2.0.0",
  30. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@babel\\highlight",
  31. "bugs": {
  32. "url": "https://github.com/chalk/chalk/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "ansi-styles": "^3.2.1",
  37. "escape-string-regexp": "^1.0.5",
  38. "supports-color": "^5.3.0"
  39. },
  40. "deprecated": false,
  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. }