package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "wrap-ansi@2.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "wrap-ansi@2.1.0",
  9. "_id": "wrap-ansi@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
  12. "_location": "/wrap-ansi",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "wrap-ansi@2.1.0",
  18. "name": "wrap-ansi",
  19. "escapedName": "wrap-ansi",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/@angular/compiler-cli/cliui",
  26. "/cliui",
  27. "/documentation/cliui",
  28. "/webpack-dev-server/cliui"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
  31. "_spec": "2.1.0",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/chalk/wrap-ansi/issues"
  40. },
  41. "dependencies": {
  42. "string-width": "^1.0.1",
  43. "strip-ansi": "^3.0.1"
  44. },
  45. "description": "Wordwrap a string with ANSI escape codes",
  46. "devDependencies": {
  47. "ava": "^0.16.0",
  48. "chalk": "^1.1.0",
  49. "coveralls": "^2.11.4",
  50. "has-ansi": "^2.0.0",
  51. "nyc": "^6.2.1",
  52. "strip-ansi": "^3.0.0",
  53. "xo": "*"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/chalk/wrap-ansi#readme",
  62. "keywords": [
  63. "wrap",
  64. "break",
  65. "wordwrap",
  66. "wordbreak",
  67. "linewrap",
  68. "ansi",
  69. "styles",
  70. "color",
  71. "colour",
  72. "colors",
  73. "terminal",
  74. "console",
  75. "cli",
  76. "string",
  77. "tty",
  78. "escape",
  79. "formatting",
  80. "rgb",
  81. "256",
  82. "shell",
  83. "xterm",
  84. "log",
  85. "logging",
  86. "command-line",
  87. "text"
  88. ],
  89. "license": "MIT",
  90. "maintainers": [
  91. {
  92. "name": "Sindre Sorhus",
  93. "email": "sindresorhus@gmail.com",
  94. "url": "sindresorhus.com"
  95. },
  96. {
  97. "name": "Joshua Appelman",
  98. "email": "jappelman@xebia.com",
  99. "url": "jbnicolai.com"
  100. },
  101. {
  102. "name": "JD Ballard",
  103. "email": "i.am.qix@gmail.com",
  104. "url": "github.com/qix-"
  105. },
  106. {
  107. "name": "Benjamin Coe",
  108. "email": "ben@npmjs.com",
  109. "url": "github.com/bcoe"
  110. }
  111. ],
  112. "name": "wrap-ansi",
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/chalk/wrap-ansi.git"
  116. },
  117. "scripts": {
  118. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  119. "test": "xo && nyc ava"
  120. },
  121. "version": "2.1.0"
  122. }