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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "require-main-filename@^2.0.0",
  3. "_id": "require-main-filename@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
  6. "_location": "/require-main-filename",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "require-main-filename@^2.0.0",
  12. "name": "require-main-filename",
  13. "escapedName": "require-main-filename",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
  22. "_shasum": "d0b329ecc7cc0f61649f62215be69af54aa8989b",
  23. "_spec": "require-main-filename@^2.0.0",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\yargs",
  25. "author": {
  26. "name": "Ben Coe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/yargs/require-main-filename/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "shim for require.main.filename() that works in as many environments as possible",
  35. "devDependencies": {
  36. "chai": "^4.0.0",
  37. "standard": "^10.0.3",
  38. "standard-version": "^4.0.0",
  39. "tap": "^11.0.0"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/yargs/require-main-filename#readme",
  45. "keywords": [
  46. "require",
  47. "shim",
  48. "iisnode"
  49. ],
  50. "license": "ISC",
  51. "main": "index.js",
  52. "name": "require-main-filename",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+ssh://git@github.com/yargs/require-main-filename.git"
  56. },
  57. "scripts": {
  58. "pretest": "standard",
  59. "release": "standard-version",
  60. "test": "tap --coverage test.js"
  61. },
  62. "version": "2.0.0"
  63. }