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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "is-extendable@^0.1.0",
  3. "_id": "is-extendable@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
  6. "_location": "/is-extendable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-extendable@^0.1.0",
  12. "name": "is-extendable",
  13. "escapedName": "is-extendable",
  14. "rawSpec": "^0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/expand-brackets/extend-shallow",
  20. "/extglob/extend-shallow",
  21. "/live-server/extend-shallow",
  22. "/micromatch/braces/extend-shallow",
  23. "/micromatch/fill-range/extend-shallow",
  24. "/set-value",
  25. "/set-value/extend-shallow",
  26. "/snapdragon/extend-shallow",
  27. "/union-value"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
  30. "_shasum": "62b110e289a471418e3ec36a617d472e301dfc89",
  31. "_spec": "is-extendable@^0.1.0",
  32. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\micromatch\\node_modules\\braces\\node_modules\\extend-shallow",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/is-extendable/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
  43. "devDependencies": {
  44. "mocha": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/jonschlinkert/is-extendable",
  53. "keywords": [
  54. "array",
  55. "assign",
  56. "check",
  57. "date",
  58. "extend",
  59. "extensible",
  60. "function",
  61. "is",
  62. "object",
  63. "regex",
  64. "test"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "is-extendable",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jonschlinkert/is-extendable.git"
  72. },
  73. "scripts": {
  74. "test": "mocha"
  75. },
  76. "verbiage": {
  77. "related": {
  78. "list": [
  79. "isobject",
  80. "is-plain-object",
  81. "kind-of",
  82. "is-extendable",
  83. "is-equal-shallow",
  84. "extend-shallow",
  85. "assign-deep"
  86. ]
  87. }
  88. },
  89. "version": "0.1.1"
  90. }