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 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "map-cache@^0.2.2",
  3. "_id": "map-cache@0.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
  6. "_location": "/map-cache",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "map-cache@^0.2.2",
  12. "name": "map-cache",
  13. "escapedName": "map-cache",
  14. "rawSpec": "^0.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.2"
  17. },
  18. "_requiredBy": [
  19. "/fragment-cache",
  20. "/snapdragon"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
  23. "_shasum": "c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf",
  24. "_spec": "map-cache@^0.2.2",
  25. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\snapdragon",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonschlinkert/map-cache/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Basic cache object for storing key-value pairs.",
  36. "devDependencies": {
  37. "gulp-format-md": "^0.1.9",
  38. "should": "^8.3.1"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/jonschlinkert/map-cache",
  47. "keywords": [
  48. "cache",
  49. "get",
  50. "has",
  51. "object",
  52. "set",
  53. "storage",
  54. "store"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "map-cache",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/jonschlinkert/map-cache.git"
  62. },
  63. "scripts": {
  64. "test": "mocha"
  65. },
  66. "verb": {
  67. "run": true,
  68. "toc": false,
  69. "layout": "default",
  70. "tasks": [
  71. "readme"
  72. ],
  73. "plugins": [
  74. "gulp-format-md"
  75. ],
  76. "related": {
  77. "list": [
  78. "config-cache",
  79. "option-cache",
  80. "cache-base"
  81. ]
  82. },
  83. "reflinks": [
  84. "verb"
  85. ],
  86. "lint": {
  87. "reflinks": true
  88. }
  89. },
  90. "version": "0.2.2"
  91. }