package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "string-width@1.0.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "string-width@1.0.2",
  9. "_id": "string-width@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
  12. "_location": "/string-width",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "string-width@1.0.2",
  18. "name": "string-width",
  19. "escapedName": "string-width",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/cliui",
  26. "/gauge",
  27. "/wide-align",
  28. "/wrap-ansi",
  29. "/yargs"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
  32. "_spec": "1.0.2",
  33. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/string-width/issues"
  41. },
  42. "dependencies": {
  43. "code-point-at": "^1.0.0",
  44. "is-fullwidth-code-point": "^1.0.0",
  45. "strip-ansi": "^3.0.0"
  46. },
  47. "description": "Get the visual width of a string - the number of columns required to display it",
  48. "devDependencies": {
  49. "ava": "*",
  50. "xo": "*"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/string-width#readme",
  59. "keywords": [
  60. "string",
  61. "str",
  62. "character",
  63. "char",
  64. "unicode",
  65. "width",
  66. "visual",
  67. "column",
  68. "columns",
  69. "fullwidth",
  70. "full-width",
  71. "full",
  72. "ansi",
  73. "escape",
  74. "codes",
  75. "cli",
  76. "command-line",
  77. "terminal",
  78. "console",
  79. "cjk",
  80. "chinese",
  81. "japanese",
  82. "korean",
  83. "fixed-width"
  84. ],
  85. "license": "MIT",
  86. "name": "string-width",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/sindresorhus/string-width.git"
  90. },
  91. "scripts": {
  92. "test": "xo && ava"
  93. },
  94. "version": "1.0.2"
  95. }