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 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "apache-md5@^1.0.6",
  3. "_id": "apache-md5@1.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sbLEIMQrkV7RkIruqTPXxeCMkAAycv4yzTkBzRgOR1BrR5UB7qZtupqxkersTJSf0HZ3sbaNRrNV80TnnM7cUw==",
  6. "_location": "/apache-md5",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "apache-md5@^1.0.6",
  12. "name": "apache-md5",
  13. "escapedName": "apache-md5",
  14. "rawSpec": "^1.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.6"
  17. },
  18. "_requiredBy": [
  19. "/http-auth"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/apache-md5/-/apache-md5-1.1.5.tgz",
  22. "_shasum": "5d6365ece2ccc32b612f886b2b292e1c96ff3ffb",
  23. "_spec": "apache-md5@^1.0.6",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\http-auth",
  25. "author": {
  26. "name": "Gevorg Harutyunyan",
  27. "url": "http://github.com/gevorg"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/http-auth/apache-md5/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Node.js module for Apache style password encryption using md5.",
  35. "devDependencies": {
  36. "chai": "^4.2.0",
  37. "eslint": "^6.8.0",
  38. "eslint-plugin-node": "^11.0.0",
  39. "mocha": "^7.0.1"
  40. },
  41. "engines": {
  42. "node": ">=8"
  43. },
  44. "homepage": "http://github.com/http-auth/apache-md5",
  45. "keywords": [
  46. "apache",
  47. "md5",
  48. "password",
  49. "htpasswd"
  50. ],
  51. "license": "MIT",
  52. "licenses": [
  53. {
  54. "type": "MIT",
  55. "url": "http://github.com/http-auth/apache-md5/blob/master/LICENSE"
  56. }
  57. ],
  58. "main": "./src/index.js",
  59. "maintainers": [
  60. {
  61. "name": "gevorg",
  62. "email": "gevorg.ha@gmail.com"
  63. }
  64. ],
  65. "name": "apache-md5",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+ssh://git@github.com/http-auth/apache-md5.git"
  69. },
  70. "scripts": {
  71. "pretest": "eslint --ignore-path .gitignore .",
  72. "test": "mocha"
  73. },
  74. "version": "1.1.5"
  75. }