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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "apache-crypt@^1.1.2",
  3. "_id": "apache-crypt@1.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Icze5ny5W5uv3xgMgl8U+iGmRCC0iIDrb2PVPuRBtL3Zy1Y5TMewXP1Vtc4r5X9eNNBEk7KYPu0Qby9m/PmcHg==",
  6. "_location": "/apache-crypt",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "apache-crypt@^1.1.2",
  12. "name": "apache-crypt",
  13. "escapedName": "apache-crypt",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/http-auth"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/apache-crypt/-/apache-crypt-1.2.4.tgz",
  22. "_shasum": "fc0aacb7877d64d26420cadf923bcd53e79fb34e",
  23. "_spec": "apache-crypt@^1.1.2",
  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-crypt/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "unix-crypt-td-js": "^1.1.4"
  35. },
  36. "deprecated": false,
  37. "description": "Node.js module for Apache style password encryption using crypt(3).",
  38. "devDependencies": {
  39. "chai": "^4.2.0",
  40. "eslint": "^6.8.0",
  41. "eslint-plugin-node": "^11.0.0",
  42. "mocha": "^7.0.1"
  43. },
  44. "engines": {
  45. "node": ">=8"
  46. },
  47. "homepage": "http://github.com/http-auth/apache-crypt",
  48. "keywords": [
  49. "apache",
  50. "crypt",
  51. "password",
  52. "htpasswd"
  53. ],
  54. "license": "MIT",
  55. "licenses": [
  56. {
  57. "type": "MIT",
  58. "url": "http://github.com/http-auth/apache-crypt/blob/master/LICENSE"
  59. }
  60. ],
  61. "main": "./src/index.js",
  62. "maintainers": [
  63. {
  64. "name": "gevorg",
  65. "email": "gevorg.ha@gmail.com"
  66. }
  67. ],
  68. "name": "apache-crypt",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+ssh://git@github.com/http-auth/apache-crypt.git"
  72. },
  73. "scripts": {
  74. "pretest": "eslint --ignore-path .gitignore .",
  75. "test": "mocha"
  76. },
  77. "version": "1.2.4"
  78. }