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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "array-unique@^0.3.2",
  3. "_id": "array-unique@0.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
  6. "_location": "/array-unique",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-unique@^0.3.2",
  12. "name": "array-unique",
  13. "escapedName": "array-unique",
  14. "rawSpec": "^0.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.2"
  17. },
  18. "_requiredBy": [
  19. "/extglob",
  20. "/live-server/braces",
  21. "/micromatch",
  22. "/micromatch/braces",
  23. "/nanomatch"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
  26. "_shasum": "a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428",
  27. "_spec": "array-unique@^0.3.2",
  28. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\micromatch",
  29. "author": {
  30. "name": "Jon Schlinkert",
  31. "url": "https://github.com/jonschlinkert"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jonschlinkert/array-unique/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Remove duplicate values from an array. Fastest ES5 implementation.",
  39. "devDependencies": {
  40. "array-uniq": "^1.0.2",
  41. "benchmarked": "^0.1.3",
  42. "gulp-format-md": "^0.1.9",
  43. "mocha": "^2.5.3",
  44. "should": "^10.0.0"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js",
  51. "LICENSE",
  52. "README.md"
  53. ],
  54. "homepage": "https://github.com/jonschlinkert/array-unique",
  55. "keywords": [
  56. "array",
  57. "unique"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "array-unique",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/jonschlinkert/array-unique.git"
  65. },
  66. "scripts": {
  67. "test": "mocha"
  68. },
  69. "verb": {
  70. "toc": false,
  71. "layout": "default",
  72. "tasks": [
  73. "readme"
  74. ],
  75. "plugins": [
  76. "gulp-format-md"
  77. ],
  78. "related": {
  79. "list": [
  80. "arr-diff",
  81. "arr-union",
  82. "arr-flatten",
  83. "arr-reduce",
  84. "arr-map",
  85. "arr-pluck"
  86. ]
  87. },
  88. "reflinks": [
  89. "verb",
  90. "verb-generate-readme"
  91. ],
  92. "lint": {
  93. "reflinks": true
  94. }
  95. },
  96. "version": "0.3.2"
  97. }