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.

99 lines
2.0 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "chalk@3.0.0",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chalk@3.0.0",
  10. "_id": "chalk@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
  13. "_location": "/chalk",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "chalk@3.0.0",
  19. "name": "chalk",
  20. "escapedName": "chalk",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@soda/friendly-errors-webpack-plugin"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/chalk/-/chalk-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  31. "bugs": {
  32. "url": "https://github.com/chalk/chalk/issues"
  33. },
  34. "dependencies": {
  35. "ansi-styles": "^4.1.0",
  36. "supports-color": "^7.1.0"
  37. },
  38. "description": "Terminal string styling done right",
  39. "devDependencies": {
  40. "ava": "^2.4.0",
  41. "coveralls": "^3.0.7",
  42. "execa": "^3.2.0",
  43. "import-fresh": "^3.1.0",
  44. "matcha": "^0.7.0",
  45. "nyc": "^14.1.1",
  46. "resolve-from": "^5.0.0",
  47. "tsd": "^0.7.4",
  48. "xo": "^0.25.3"
  49. },
  50. "engines": {
  51. "node": ">=8"
  52. },
  53. "files": [
  54. "source",
  55. "index.d.ts"
  56. ],
  57. "homepage": "https://github.com/chalk/chalk#readme",
  58. "keywords": [
  59. "color",
  60. "colour",
  61. "colors",
  62. "terminal",
  63. "console",
  64. "cli",
  65. "string",
  66. "str",
  67. "ansi",
  68. "style",
  69. "styles",
  70. "tty",
  71. "formatting",
  72. "rgb",
  73. "256",
  74. "shell",
  75. "xterm",
  76. "log",
  77. "logging",
  78. "command-line",
  79. "text"
  80. ],
  81. "license": "MIT",
  82. "main": "source",
  83. "name": "chalk",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/chalk/chalk.git"
  87. },
  88. "scripts": {
  89. "bench": "matcha benchmark.js",
  90. "test": "xo && nyc ava && tsd"
  91. },
  92. "version": "3.0.0",
  93. "xo": {
  94. "rules": {
  95. "unicorn/prefer-string-slice": "off",
  96. "unicorn/prefer-includes": "off"
  97. }
  98. }
  99. }