package.json 2.2 KB

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