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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "split-string@^3.0.2",
  3. "_id": "split-string@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
  6. "_location": "/split-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "split-string@^3.0.2",
  12. "name": "split-string",
  13. "escapedName": "split-string",
  14. "rawSpec": "^3.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.2"
  17. },
  18. "_requiredBy": [
  19. "/live-server/braces",
  20. "/micromatch/braces",
  21. "/set-value"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
  24. "_shasum": "7cb09dda3a86585705c64b39a6466038682e8fe2",
  25. "_spec": "split-string@^3.0.2",
  26. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\micromatch\\node_modules\\braces",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/split-string/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Brian Woodward",
  38. "url": "https://twitter.com/doowb"
  39. },
  40. {
  41. "name": "Jon Schlinkert",
  42. "url": "http://twitter.com/jonschlinkert"
  43. }
  44. ],
  45. "dependencies": {
  46. "extend-shallow": "^3.0.0"
  47. },
  48. "deprecated": false,
  49. "description": "Split a string on a character except when the character is escaped.",
  50. "devDependencies": {
  51. "gulp-format-md": "^1.0.0",
  52. "mocha": "^3.5.3"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/jonschlinkert/split-string",
  61. "keywords": [
  62. "character",
  63. "escape",
  64. "split",
  65. "string"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "split-string",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/split-string.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "verb": {
  78. "toc": false,
  79. "layout": "default",
  80. "titles": [
  81. ".",
  82. "install",
  83. "Why use this?"
  84. ],
  85. "related": {
  86. "list": [
  87. "deromanize",
  88. "randomatic",
  89. "repeat-string",
  90. "romanize"
  91. ]
  92. },
  93. "tasks": [
  94. "readme"
  95. ],
  96. "plugins": [
  97. "gulp-format-md"
  98. ],
  99. "lint": {
  100. "reflinks": true
  101. }
  102. },
  103. "version": "3.1.0"
  104. }