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.

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "chalk@^2.3.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.3.0",
  12. "name": "chalk",
  13. "escapedName": "chalk",
  14. "rawSpec": "^2.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.3.0"
  17. },
  18. "_requiredBy": [
  19. "/ts-loader",
  20. "/webpack-cli"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
  23. "_shasum": "cd42541677a54333cf541a49108c1432b44c9424",
  24. "_spec": "chalk@^2.3.0",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/ts-loader",
  26. "bugs": {
  27. "url": "https://github.com/chalk/chalk/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "ansi-styles": "^3.2.1",
  32. "escape-string-regexp": "^1.0.5",
  33. "supports-color": "^5.3.0"
  34. },
  35. "deprecated": false,
  36. "description": "Terminal string styling done right",
  37. "devDependencies": {
  38. "ava": "*",
  39. "coveralls": "^3.0.0",
  40. "execa": "^0.9.0",
  41. "flow-bin": "^0.68.0",
  42. "import-fresh": "^2.0.0",
  43. "matcha": "^0.7.0",
  44. "nyc": "^11.0.2",
  45. "resolve-from": "^4.0.0",
  46. "typescript": "^2.5.3",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=4"
  51. },
  52. "files": [
  53. "index.js",
  54. "templates.js",
  55. "types/index.d.ts",
  56. "index.js.flow"
  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. "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. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  91. "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava"
  92. },
  93. "types": "types/index.d.ts",
  94. "version": "2.4.2",
  95. "xo": {
  96. "envs": [
  97. "node",
  98. "mocha"
  99. ],
  100. "ignores": [
  101. "test/_flow.js"
  102. ]
  103. }
  104. }