Ohm-Management - Projektarbeit B-ME
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.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "string-width@^2.1.0",
  3. "_id": "string-width@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
  6. "_location": "/string-width",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string-width@^2.1.0",
  12. "name": "string-width",
  13. "escapedName": "string-width",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/inquirer",
  20. "/table"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
  23. "_shasum": "ab93f27a8dc13d28cac815c462143a6d9012ae9e",
  24. "_spec": "string-width@^2.1.0",
  25. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/inquirer",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/string-width/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "is-fullwidth-code-point": "^2.0.0",
  37. "strip-ansi": "^4.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Get the visual width of a string - the number of columns required to display it",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/string-width#readme",
  52. "keywords": [
  53. "string",
  54. "str",
  55. "character",
  56. "char",
  57. "unicode",
  58. "width",
  59. "visual",
  60. "column",
  61. "columns",
  62. "fullwidth",
  63. "full-width",
  64. "full",
  65. "ansi",
  66. "escape",
  67. "codes",
  68. "cli",
  69. "command-line",
  70. "terminal",
  71. "console",
  72. "cjk",
  73. "chinese",
  74. "japanese",
  75. "korean",
  76. "fixed-width"
  77. ],
  78. "license": "MIT",
  79. "name": "string-width",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/sindresorhus/string-width.git"
  83. },
  84. "scripts": {
  85. "test": "xo && ava"
  86. },
  87. "version": "2.1.1"
  88. }