Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
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

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