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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "to-regex@^3.0.2",
  3. "_id": "to-regex@3.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
  6. "_location": "/to-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "to-regex@^3.0.2",
  12. "name": "to-regex",
  13. "escapedName": "to-regex",
  14. "rawSpec": "^3.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.2"
  17. },
  18. "_requiredBy": [
  19. "/expand-brackets",
  20. "/extglob",
  21. "/live-server/braces",
  22. "/micromatch",
  23. "/micromatch/braces",
  24. "/nanomatch"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
  27. "_shasum": "13cfdd9b336552f30b51f33a8ae1b42a7a7599ce",
  28. "_spec": "to-regex@^3.0.2",
  29. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\micromatch",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jonschlinkert/to-regex/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "define-property": "^2.0.2",
  40. "extend-shallow": "^3.0.2",
  41. "regex-not": "^1.0.2",
  42. "safe-regex": "^1.1.0"
  43. },
  44. "deprecated": false,
  45. "description": "Generate a regex from a string or array of strings.",
  46. "devDependencies": {
  47. "gulp-format-md": "^1.0.0",
  48. "mocha": "^3.5.3"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/jonschlinkert/to-regex",
  57. "keywords": [
  58. "match",
  59. "regex",
  60. "regular expression",
  61. "test",
  62. "to"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "to-regex",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/jonschlinkert/to-regex.git"
  70. },
  71. "scripts": {
  72. "test": "mocha"
  73. },
  74. "verb": {
  75. "toc": {
  76. "method": "preWrite"
  77. },
  78. "layout": "default",
  79. "tasks": [
  80. "readme"
  81. ],
  82. "plugins": [
  83. "gulp-format-md"
  84. ],
  85. "related": {
  86. "list": [
  87. "has-glob",
  88. "is-glob",
  89. "path-regex",
  90. "to-regex-range"
  91. ]
  92. },
  93. "lint": {
  94. "reflinks": true
  95. }
  96. },
  97. "version": "3.0.2"
  98. }