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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "unix-crypt-td-js@^1.1.4",
  3. "_id": "unix-crypt-td-js@1.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8rMeVYWSIyccIJscb9NdCfZKSRBKYTeVnwmiRYT2ulE3qd1RaDQ0xQDP+rI3ccIWbhu/zuo5cgN8z73belNZgw==",
  6. "_location": "/unix-crypt-td-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "unix-crypt-td-js@^1.1.4",
  12. "name": "unix-crypt-td-js",
  13. "escapedName": "unix-crypt-td-js",
  14. "rawSpec": "^1.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.4"
  17. },
  18. "_requiredBy": [
  19. "/apache-crypt"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/unix-crypt-td-js/-/unix-crypt-td-js-1.1.4.tgz",
  22. "_shasum": "4912dfad1c8aeb7d20fa0a39e4c31918c1d5d5dd",
  23. "_spec": "unix-crypt-td-js@^1.1.4",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\apache-crypt",
  25. "author": {
  26. "name": "Tim Dumol",
  27. "email": "tim@timdumol.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/TimDumol/unix-crypt-td-js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Javascript implementation of the Unix crypt(3) DES-based hash",
  35. "devDependencies": {
  36. "mocha": "^6.2.2"
  37. },
  38. "directories": {
  39. "test": "test"
  40. },
  41. "homepage": "https://github.com/TimDumol/unix-crypt-td-js#readme",
  42. "keywords": [
  43. "crypt"
  44. ],
  45. "license": "BSD-3-Clause",
  46. "main": "unix-crypt-td.min.js",
  47. "name": "unix-crypt-td-js",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/TimDumol/unix-crypt-td-js.git"
  51. },
  52. "scripts": {
  53. "test": "mocha"
  54. },
  55. "version": "1.1.4"
  56. }