package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "chalk@1.1.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "chalk@1.1.3",
  9. "_id": "chalk@1.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
  12. "_location": "/chalk",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "chalk@1.1.3",
  18. "name": "chalk",
  19. "escapedName": "chalk",
  20. "rawSpec": "1.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.3"
  23. },
  24. "_requiredBy": [
  25. "/babel-code-frame",
  26. "/node-sass",
  27. "/protractor",
  28. "/protractor/webdriver-manager"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
  31. "_spec": "1.1.3",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "bugs": {
  34. "url": "https://github.com/chalk/chalk/issues"
  35. },
  36. "dependencies": {
  37. "ansi-styles": "^2.2.1",
  38. "escape-string-regexp": "^1.0.2",
  39. "has-ansi": "^2.0.0",
  40. "strip-ansi": "^3.0.0",
  41. "supports-color": "^2.0.0"
  42. },
  43. "description": "Terminal string styling done right. Much color.",
  44. "devDependencies": {
  45. "coveralls": "^2.11.2",
  46. "matcha": "^0.6.0",
  47. "mocha": "*",
  48. "nyc": "^3.0.0",
  49. "require-uncached": "^1.0.2",
  50. "resolve-from": "^1.0.0",
  51. "semver": "^4.3.3",
  52. "xo": "*"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  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. "maintainers": [
  86. {
  87. "name": "Sindre Sorhus",
  88. "email": "sindresorhus@gmail.com",
  89. "url": "sindresorhus.com"
  90. },
  91. {
  92. "name": "Joshua Appelman",
  93. "email": "jappelman@xebia.com",
  94. "url": "jbnicolai.com"
  95. },
  96. {
  97. "name": "JD Ballard",
  98. "email": "i.am.qix@gmail.com",
  99. "url": "github.com/qix-"
  100. }
  101. ],
  102. "name": "chalk",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/chalk/chalk.git"
  106. },
  107. "scripts": {
  108. "bench": "matcha benchmark.js",
  109. "coverage": "nyc npm test && nyc report",
  110. "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
  111. "test": "xo && mocha"
  112. },
  113. "version": "1.1.3",
  114. "xo": {
  115. "envs": [
  116. "node",
  117. "mocha"
  118. ]
  119. }
  120. }