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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "has-values@^1.0.0",
  3. "_id": "has-values@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
  6. "_location": "/has-values",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-values@^1.0.0",
  12. "name": "has-values",
  13. "escapedName": "has-values",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/has-value"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
  22. "_shasum": "95b0b63fec2146619a6fe57fe75628d5a39efe4f",
  23. "_spec": "has-values@^1.0.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\has-value",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/has-values/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "is-number": "^3.0.0",
  35. "kind-of": "^4.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
  39. "devDependencies": {
  40. "gulp-format-md": "^0.1.12",
  41. "mocha": "^3.4.1"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/jonschlinkert/has-values",
  50. "keywords": [
  51. "array",
  52. "boolean",
  53. "empty",
  54. "find",
  55. "function",
  56. "has",
  57. "hasOwn",
  58. "javascript",
  59. "js",
  60. "key",
  61. "keys",
  62. "node.js",
  63. "null",
  64. "number",
  65. "object",
  66. "properties",
  67. "property",
  68. "string",
  69. "type",
  70. "util",
  71. "utilities",
  72. "utility",
  73. "value",
  74. "values"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "has-values",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jonschlinkert/has-values.git"
  82. },
  83. "scripts": {
  84. "test": "mocha"
  85. },
  86. "verb": {
  87. "run": true,
  88. "toc": false,
  89. "layout": "default",
  90. "tasks": [
  91. "readme"
  92. ],
  93. "plugins": [
  94. "gulp-format-md"
  95. ],
  96. "related": {
  97. "list": [
  98. "has-value",
  99. "kind-of",
  100. "is-number",
  101. "is-plain-object",
  102. "isobject"
  103. ]
  104. },
  105. "reflinks": [
  106. "verb"
  107. ],
  108. "lint": {
  109. "reflinks": true
  110. }
  111. },
  112. "version": "1.0.0"
  113. }