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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_from": "isobject@^3.0.1",
  3. "_id": "isobject@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
  6. "_location": "/isobject",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "isobject@^3.0.1",
  12. "name": "isobject",
  13. "escapedName": "isobject",
  14. "rawSpec": "^3.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.1"
  17. },
  18. "_requiredBy": [
  19. "/base",
  20. "/cache-base",
  21. "/class-utils",
  22. "/define-property",
  23. "/has-value",
  24. "/is-plain-object",
  25. "/live-server/braces",
  26. "/micromatch/braces",
  27. "/object-visit",
  28. "/object.pick",
  29. "/snapdragon-node",
  30. "/unset-value"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
  33. "_shasum": "4e431e92b11a9731636aa1f9c8d1ccbcfdab78df",
  34. "_spec": "isobject@^3.0.1",
  35. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\micromatch\\node_modules\\braces",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/isobject/issues"
  42. },
  43. "bundleDependencies": false,
  44. "contributors": [
  45. {
  46. "url": "https://github.com/LeSuisse"
  47. },
  48. {
  49. "name": "Brian Woodward",
  50. "url": "https://twitter.com/doowb"
  51. },
  52. {
  53. "name": "Jon Schlinkert",
  54. "url": "http://twitter.com/jonschlinkert"
  55. },
  56. {
  57. "name": "Magnús Dæhlen",
  58. "url": "https://github.com/magnudae"
  59. },
  60. {
  61. "name": "Tom MacWright",
  62. "url": "https://macwright.org"
  63. }
  64. ],
  65. "dependencies": {},
  66. "deprecated": false,
  67. "description": "Returns true if the value is an object and not an array or null.",
  68. "devDependencies": {
  69. "gulp-format-md": "^0.1.9",
  70. "mocha": "^2.4.5"
  71. },
  72. "engines": {
  73. "node": ">=0.10.0"
  74. },
  75. "files": [
  76. "index.d.ts",
  77. "index.js"
  78. ],
  79. "homepage": "https://github.com/jonschlinkert/isobject",
  80. "keywords": [
  81. "check",
  82. "is",
  83. "is-object",
  84. "isobject",
  85. "kind",
  86. "kind-of",
  87. "kindof",
  88. "native",
  89. "object",
  90. "type",
  91. "typeof",
  92. "value"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "name": "isobject",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/jonschlinkert/isobject.git"
  100. },
  101. "scripts": {
  102. "test": "mocha"
  103. },
  104. "types": "index.d.ts",
  105. "verb": {
  106. "related": {
  107. "list": [
  108. "extend-shallow",
  109. "is-plain-object",
  110. "kind-of",
  111. "merge-deep"
  112. ]
  113. },
  114. "toc": false,
  115. "layout": "default",
  116. "tasks": [
  117. "readme"
  118. ],
  119. "plugins": [
  120. "gulp-format-md"
  121. ],
  122. "lint": {
  123. "reflinks": true
  124. },
  125. "reflinks": [
  126. "verb"
  127. ]
  128. },
  129. "version": "3.0.1"
  130. }