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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "lodash@^4.17.15",
  3. "_id": "lodash@4.17.15",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
  6. "_location": "/lodash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash@^4.17.15",
  12. "name": "lodash",
  13. "escapedName": "lodash",
  14. "rawSpec": "^4.17.15",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.17.15"
  17. },
  18. "_requiredBy": [
  19. "/yargs-unparser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
  22. "_shasum": "b447f6670a0455bbfeedd11392eff330ea097548",
  23. "_spec": "lodash@^4.17.15",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\yargs-unparser",
  25. "author": {
  26. "name": "John-David Dalton",
  27. "email": "john.david.dalton@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/lodash/lodash/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "John-David Dalton",
  36. "email": "john.david.dalton@gmail.com"
  37. },
  38. {
  39. "name": "Mathias Bynens",
  40. "email": "mathias@qiwi.be"
  41. }
  42. ],
  43. "deprecated": false,
  44. "description": "Lodash modular utilities.",
  45. "homepage": "https://lodash.com/",
  46. "icon": "https://lodash.com/icon.svg",
  47. "keywords": [
  48. "modules",
  49. "stdlib",
  50. "util"
  51. ],
  52. "license": "MIT",
  53. "main": "lodash.js",
  54. "name": "lodash",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/lodash/lodash.git"
  58. },
  59. "scripts": {
  60. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  61. },
  62. "version": "4.17.15"
  63. }