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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "for-in@^1.0.2",
  3. "_id": "for-in@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
  6. "_location": "/for-in",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "for-in@^1.0.2",
  12. "name": "for-in",
  13. "escapedName": "for-in",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/mixin-deep"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
  22. "_shasum": "81068d295a8142ec0ac726c6e2200c30fb6d5e80",
  23. "_spec": "for-in@^1.0.2",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\mixin-deep",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/for-in/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Jon Schlinkert",
  36. "email": "jon.schlinkert@sellside.com",
  37. "url": "http://twitter.com/jonschlinkert"
  38. },
  39. {
  40. "name": "Paul Irish",
  41. "url": "http://paulirish.com"
  42. }
  43. ],
  44. "deprecated": false,
  45. "description": "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
  46. "devDependencies": {
  47. "gulp-format-md": "^0.1.11",
  48. "mocha": "^3.2.0"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/jonschlinkert/for-in",
  57. "keywords": [
  58. "for",
  59. "for-in",
  60. "for-own",
  61. "has",
  62. "has-own",
  63. "hasOwn",
  64. "in",
  65. "key",
  66. "keys",
  67. "object",
  68. "own",
  69. "value"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "for-in",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jonschlinkert/for-in.git"
  77. },
  78. "scripts": {
  79. "test": "mocha"
  80. },
  81. "verb": {
  82. "run": true,
  83. "toc": false,
  84. "layout": "default",
  85. "tasks": [
  86. "readme"
  87. ],
  88. "plugins": [
  89. "gulp-format-md"
  90. ],
  91. "related": {
  92. "list": [
  93. "arr-flatten",
  94. "collection-map",
  95. "for-own"
  96. ]
  97. },
  98. "reflinks": [
  99. "verb"
  100. ],
  101. "lint": {
  102. "reflinks": true
  103. }
  104. },
  105. "version": "1.0.2"
  106. }