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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_from": "is-plain-object@^2.0.3",
  3. "_id": "is-plain-object@2.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
  6. "_location": "/is-plain-object",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-plain-object@^2.0.3",
  12. "name": "is-plain-object",
  13. "escapedName": "is-plain-object",
  14. "rawSpec": "^2.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.3"
  17. },
  18. "_requiredBy": [
  19. "/extend-shallow/is-extendable",
  20. "/mixin-deep/is-extendable",
  21. "/set-value"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
  24. "_shasum": "2c163b3fafb1b606d9d17928f05c2a1c38e07677",
  25. "_spec": "is-plain-object@^2.0.3",
  26. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\set-value",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/is-plain-object/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Jon Schlinkert",
  38. "url": "http://twitter.com/jonschlinkert"
  39. },
  40. {
  41. "name": "Osman Nuri Okumuş",
  42. "url": "http://onokumus.com"
  43. },
  44. {
  45. "name": "Steven Vachon",
  46. "url": "https://svachon.com"
  47. },
  48. {
  49. "url": "https://github.com/wtgtybhertgeghgtwtg"
  50. }
  51. ],
  52. "dependencies": {
  53. "isobject": "^3.0.1"
  54. },
  55. "deprecated": false,
  56. "description": "Returns true if an object was created by the `Object` constructor.",
  57. "devDependencies": {
  58. "browserify": "^14.4.0",
  59. "chai": "^4.0.2",
  60. "gulp-format-md": "^1.0.0",
  61. "mocha": "^3.4.2",
  62. "mocha-phantomjs": "^4.1.0",
  63. "phantomjs": "^2.1.7",
  64. "uglify-js": "^3.0.24"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.d.ts",
  71. "index.js"
  72. ],
  73. "homepage": "https://github.com/jonschlinkert/is-plain-object",
  74. "keywords": [
  75. "check",
  76. "is",
  77. "is-object",
  78. "isobject",
  79. "javascript",
  80. "kind",
  81. "kind-of",
  82. "object",
  83. "plain",
  84. "type",
  85. "typeof",
  86. "value"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "name": "is-plain-object",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/jonschlinkert/is-plain-object.git"
  94. },
  95. "scripts": {
  96. "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
  97. "test": "npm run test_node && npm run browserify && npm run test_browser",
  98. "test_browser": "mocha-phantomjs test/browser.html",
  99. "test_node": "mocha"
  100. },
  101. "types": "index.d.ts",
  102. "verb": {
  103. "toc": false,
  104. "layout": "default",
  105. "tasks": [
  106. "readme"
  107. ],
  108. "plugins": [
  109. "gulp-format-md"
  110. ],
  111. "related": {
  112. "list": [
  113. "is-number",
  114. "isobject",
  115. "kind-of"
  116. ]
  117. },
  118. "lint": {
  119. "reflinks": true
  120. }
  121. },
  122. "version": "2.0.4"
  123. }