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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "fill-range@^7.0.1",
  3. "_id": "fill-range@7.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  6. "_location": "/fill-range",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fill-range@^7.0.1",
  12. "name": "fill-range",
  13. "escapedName": "fill-range",
  14. "rawSpec": "^7.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.1"
  17. },
  18. "_requiredBy": [
  19. "/braces"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  22. "_shasum": "1919a6a7c75fe38b2c7c77e5198535da9acdda40",
  23. "_spec": "fill-range@^7.0.1",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\braces",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/fill-range/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Edo Rivai",
  36. "url": "edo.rivai.nl"
  37. },
  38. {
  39. "name": "Jon Schlinkert",
  40. "url": "http://twitter.com/jonschlinkert"
  41. },
  42. {
  43. "name": "Paul Miller",
  44. "url": "paulmillr.com"
  45. },
  46. {
  47. "name": "Rouven Weßling",
  48. "url": "www.rouvenwessling.de"
  49. },
  50. {
  51. "url": "https://github.com/wtgtybhertgeghgtwtg"
  52. }
  53. ],
  54. "dependencies": {
  55. "to-regex-range": "^5.0.1"
  56. },
  57. "deprecated": false,
  58. "description": "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`",
  59. "devDependencies": {
  60. "gulp-format-md": "^2.0.0",
  61. "mocha": "^6.1.1"
  62. },
  63. "engines": {
  64. "node": ">=8"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/jonschlinkert/fill-range",
  70. "keywords": [
  71. "alpha",
  72. "alphabetical",
  73. "array",
  74. "bash",
  75. "brace",
  76. "expand",
  77. "expansion",
  78. "fill",
  79. "glob",
  80. "match",
  81. "matches",
  82. "matching",
  83. "number",
  84. "numerical",
  85. "range",
  86. "ranges",
  87. "regex",
  88. "sh"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "fill-range",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/jonschlinkert/fill-range.git"
  96. },
  97. "scripts": {
  98. "test": "mocha"
  99. },
  100. "verb": {
  101. "toc": false,
  102. "layout": "default",
  103. "tasks": [
  104. "readme"
  105. ],
  106. "plugins": [
  107. "gulp-format-md"
  108. ],
  109. "lint": {
  110. "reflinks": true
  111. }
  112. },
  113. "version": "7.0.1"
  114. }