package.json 2.3 KB

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