package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "ansi-styles@2.2.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "ansi-styles@2.2.1",
  9. "_id": "ansi-styles@2.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
  12. "_location": "/ansi-styles",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ansi-styles@2.2.1",
  18. "name": "ansi-styles",
  19. "escapedName": "ansi-styles",
  20. "rawSpec": "2.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.1"
  23. },
  24. "_requiredBy": [
  25. "/chalk"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
  28. "_spec": "2.2.1",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/chalk/ansi-styles/issues"
  37. },
  38. "description": "ANSI escape codes for styling strings in the terminal",
  39. "devDependencies": {
  40. "mocha": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/chalk/ansi-styles#readme",
  49. "keywords": [
  50. "ansi",
  51. "styles",
  52. "color",
  53. "colour",
  54. "colors",
  55. "terminal",
  56. "console",
  57. "cli",
  58. "string",
  59. "tty",
  60. "escape",
  61. "formatting",
  62. "rgb",
  63. "256",
  64. "shell",
  65. "xterm",
  66. "log",
  67. "logging",
  68. "command-line",
  69. "text"
  70. ],
  71. "license": "MIT",
  72. "maintainers": [
  73. {
  74. "name": "Sindre Sorhus",
  75. "email": "sindresorhus@gmail.com",
  76. "url": "sindresorhus.com"
  77. },
  78. {
  79. "name": "Joshua Appelman",
  80. "email": "jappelman@xebia.com",
  81. "url": "jbnicolai.com"
  82. }
  83. ],
  84. "name": "ansi-styles",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/chalk/ansi-styles.git"
  88. },
  89. "scripts": {
  90. "test": "mocha"
  91. },
  92. "version": "2.2.1"
  93. }