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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. {
  2. "_from": "kind-of@^6.0.2",
  3. "_id": "kind-of@6.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
  6. "_location": "/kind-of",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "kind-of@^6.0.2",
  12. "name": "kind-of",
  13. "escapedName": "kind-of",
  14. "rawSpec": "^6.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.2"
  17. },
  18. "_requiredBy": [
  19. "/base/is-accessor-descriptor",
  20. "/base/is-data-descriptor",
  21. "/base/is-descriptor",
  22. "/define-property/is-accessor-descriptor",
  23. "/define-property/is-data-descriptor",
  24. "/define-property/is-descriptor",
  25. "/extglob/is-accessor-descriptor",
  26. "/extglob/is-data-descriptor",
  27. "/extglob/is-descriptor",
  28. "/micromatch",
  29. "/nanomatch",
  30. "/snapdragon-node/is-accessor-descriptor",
  31. "/snapdragon-node/is-data-descriptor",
  32. "/snapdragon-node/is-descriptor"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
  35. "_shasum": "07c05034a6c349fa06e24fa35aa76db4580ce4dd",
  36. "_spec": "kind-of@^6.0.2",
  37. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\micromatch",
  38. "author": {
  39. "name": "Jon Schlinkert",
  40. "url": "https://github.com/jonschlinkert"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/jonschlinkert/kind-of/issues"
  44. },
  45. "bundleDependencies": false,
  46. "contributors": [
  47. {
  48. "name": "David Fox-Powell",
  49. "url": "https://dtothefp.github.io/me"
  50. },
  51. {
  52. "name": "James",
  53. "url": "https://twitter.com/aretecode"
  54. },
  55. {
  56. "name": "Jon Schlinkert",
  57. "url": "http://twitter.com/jonschlinkert"
  58. },
  59. {
  60. "name": "Ken Sheedlo",
  61. "url": "kensheedlo.com"
  62. },
  63. {
  64. "name": "laggingreflex",
  65. "url": "https://github.com/laggingreflex"
  66. },
  67. {
  68. "name": "Miguel Mota",
  69. "url": "https://miguelmota.com"
  70. },
  71. {
  72. "name": "Peter deHaan",
  73. "url": "http://about.me/peterdehaan"
  74. },
  75. {
  76. "name": "tunnckoCore",
  77. "url": "https://i.am.charlike.online"
  78. }
  79. ],
  80. "deprecated": false,
  81. "description": "Get the native type of a value.",
  82. "devDependencies": {
  83. "benchmarked": "^2.0.0",
  84. "browserify": "^14.4.0",
  85. "gulp-format-md": "^1.0.0",
  86. "mocha": "^4.0.1",
  87. "write": "^1.0.3"
  88. },
  89. "engines": {
  90. "node": ">=0.10.0"
  91. },
  92. "files": [
  93. "index.js"
  94. ],
  95. "homepage": "https://github.com/jonschlinkert/kind-of",
  96. "keywords": [
  97. "arguments",
  98. "array",
  99. "boolean",
  100. "check",
  101. "date",
  102. "function",
  103. "is",
  104. "is-type",
  105. "is-type-of",
  106. "kind",
  107. "kind-of",
  108. "number",
  109. "object",
  110. "of",
  111. "regexp",
  112. "string",
  113. "test",
  114. "type",
  115. "type-of",
  116. "typeof",
  117. "types"
  118. ],
  119. "license": "MIT",
  120. "main": "index.js",
  121. "name": "kind-of",
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/jonschlinkert/kind-of.git"
  125. },
  126. "scripts": {
  127. "prepublish": "browserify -o browser.js -e index.js -s index --bare",
  128. "test": "mocha"
  129. },
  130. "verb": {
  131. "toc": false,
  132. "layout": "default",
  133. "tasks": [
  134. "readme"
  135. ],
  136. "plugins": [
  137. "gulp-format-md"
  138. ],
  139. "lint": {
  140. "reflinks": true
  141. },
  142. "related": {
  143. "list": [
  144. "is-glob",
  145. "is-number",
  146. "is-primitive"
  147. ]
  148. },
  149. "reflinks": [
  150. "type-of",
  151. "typeof",
  152. "verb"
  153. ]
  154. },
  155. "version": "6.0.3"
  156. }