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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "http-auth@3.1.x",
  3. "_id": "http-auth@3.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-lFz63WZSHq+PfISRPTd9exXyTjE=",
  6. "_location": "/http-auth",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "http-auth@3.1.x",
  12. "name": "http-auth",
  13. "escapedName": "http-auth",
  14. "rawSpec": "3.1.x",
  15. "saveSpec": null,
  16. "fetchSpec": "3.1.x"
  17. },
  18. "_requiredBy": [
  19. "/live-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/http-auth/-/http-auth-3.1.3.tgz",
  22. "_shasum": "945cfadd66521eaf8f7c84913d377d7b15f24e31",
  23. "_spec": "http-auth@3.1.x",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\live-server",
  25. "author": {
  26. "name": "Gevorg Harutyunyan",
  27. "url": "http://github.com/gevorg"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/http-auth/http-auth/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "apache-crypt": "^1.1.2",
  35. "apache-md5": "^1.0.6",
  36. "bcryptjs": "^2.3.0",
  37. "uuid": "^3.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Node.js package for HTTP basic and digest access authentication.",
  41. "devDependencies": {
  42. "chai": "^3.5.0",
  43. "express": "^4.13.4",
  44. "hapi": "^15.0.3",
  45. "http-proxy": "^1.13.3",
  46. "koa": "^1.2.0",
  47. "mocha": "^3.1.2",
  48. "passport": "^0.3.2",
  49. "request": "^2.72.0"
  50. },
  51. "engines": {
  52. "node": ">=4.6.1"
  53. },
  54. "homepage": "http://http-auth.info",
  55. "keywords": [
  56. "http",
  57. "basic",
  58. "digest",
  59. "access",
  60. "authentication"
  61. ],
  62. "license": "MIT",
  63. "licenses": [
  64. {
  65. "type": "MIT",
  66. "url": "http://github.com/http-auth/http-auth/blob/master/LICENSE"
  67. }
  68. ],
  69. "main": "./src/http-auth.js",
  70. "maintainers": [
  71. {
  72. "name": "gevorg",
  73. "email": "gevorg.ha@gmail.com"
  74. }
  75. ],
  76. "name": "http-auth",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+ssh://git@github.com/http-auth/http-auth.git"
  80. },
  81. "scripts": {
  82. "test": "mocha"
  83. },
  84. "version": "3.1.3"
  85. }