You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2 KiB

3 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "string-width@1.0.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  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. "/browser-sync/cliui",
  26. "/browser-sync/wrap-ansi",
  27. "/browser-sync/yargs",
  28. "/gauge",
  29. "/localtunnel/cliui",
  30. "/localtunnel/wrap-ansi",
  31. "/localtunnel/yargs",
  32. "/wide-align"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
  35. "_spec": "1.0.2",
  36. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  37. "author": {
  38. "name": "Sindre Sorhus",
  39. "email": "sindresorhus@gmail.com",
  40. "url": "sindresorhus.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/sindresorhus/string-width/issues"
  44. },
  45. "dependencies": {
  46. "code-point-at": "^1.0.0",
  47. "is-fullwidth-code-point": "^1.0.0",
  48. "strip-ansi": "^3.0.0"
  49. },
  50. "description": "Get the visual width of a string - the number of columns required to display it",
  51. "devDependencies": {
  52. "ava": "*",
  53. "xo": "*"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/sindresorhus/string-width#readme",
  62. "keywords": [
  63. "string",
  64. "str",
  65. "character",
  66. "char",
  67. "unicode",
  68. "width",
  69. "visual",
  70. "column",
  71. "columns",
  72. "fullwidth",
  73. "full-width",
  74. "full",
  75. "ansi",
  76. "escape",
  77. "codes",
  78. "cli",
  79. "command-line",
  80. "terminal",
  81. "console",
  82. "cjk",
  83. "chinese",
  84. "japanese",
  85. "korean",
  86. "fixed-width"
  87. ],
  88. "license": "MIT",
  89. "name": "string-width",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/sindresorhus/string-width.git"
  93. },
  94. "scripts": {
  95. "test": "xo && ava"
  96. },
  97. "version": "1.0.2"
  98. }