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.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "wrap-ansi@^5.1.0",
  3. "_id": "wrap-ansi@5.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==",
  6. "_location": "/wrap-ansi",
  7. "_phantomChildren": {
  8. "emoji-regex": "7.0.3",
  9. "is-fullwidth-code-point": "2.0.0"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "wrap-ansi@^5.1.0",
  15. "name": "wrap-ansi",
  16. "escapedName": "wrap-ansi",
  17. "rawSpec": "^5.1.0",
  18. "saveSpec": null,
  19. "fetchSpec": "^5.1.0"
  20. },
  21. "_requiredBy": [
  22. "/cliui"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
  25. "_shasum": "1fd1f67235d5b6d0fee781056001bfb694c03b09",
  26. "_spec": "wrap-ansi@^5.1.0",
  27. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\cliui",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/chalk/wrap-ansi/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "ansi-styles": "^3.2.0",
  39. "string-width": "^3.0.0",
  40. "strip-ansi": "^5.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "Wordwrap a string with ANSI escape codes",
  44. "devDependencies": {
  45. "ava": "^1.2.1",
  46. "chalk": "^2.4.2",
  47. "coveralls": "^3.0.3",
  48. "has-ansi": "^3.0.0",
  49. "nyc": "^13.3.0",
  50. "xo": "^0.24.0"
  51. },
  52. "engines": {
  53. "node": ">=6"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/chalk/wrap-ansi#readme",
  59. "keywords": [
  60. "wrap",
  61. "break",
  62. "wordwrap",
  63. "wordbreak",
  64. "linewrap",
  65. "ansi",
  66. "styles",
  67. "color",
  68. "colour",
  69. "colors",
  70. "terminal",
  71. "console",
  72. "cli",
  73. "string",
  74. "tty",
  75. "escape",
  76. "formatting",
  77. "rgb",
  78. "256",
  79. "shell",
  80. "xterm",
  81. "log",
  82. "logging",
  83. "command-line",
  84. "text"
  85. ],
  86. "license": "MIT",
  87. "name": "wrap-ansi",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/chalk/wrap-ansi.git"
  91. },
  92. "scripts": {
  93. "test": "xo && nyc ava"
  94. },
  95. "version": "5.1.0"
  96. }