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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "etag@~1.8.1",
  3. "_id": "etag@1.8.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=",
  6. "_location": "/etag",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "etag@~1.8.1",
  12. "name": "etag",
  13. "escapedName": "etag",
  14. "rawSpec": "~1.8.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.8.1"
  17. },
  18. "_requiredBy": [
  19. "/send"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  22. "_shasum": "41ae2eeb65efa62268aebfea83ac7d79299b0887",
  23. "_spec": "etag@~1.8.1",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\send",
  25. "bugs": {
  26. "url": "https://github.com/jshttp/etag/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Douglas Christopher Wilson",
  32. "email": "doug@somethingdoug.com"
  33. },
  34. {
  35. "name": "David Björklund",
  36. "email": "david.bjorklund@gmail.com"
  37. }
  38. ],
  39. "deprecated": false,
  40. "description": "Create simple HTTP ETags",
  41. "devDependencies": {
  42. "beautify-benchmark": "0.2.4",
  43. "benchmark": "2.1.4",
  44. "eslint": "3.19.0",
  45. "eslint-config-standard": "10.2.1",
  46. "eslint-plugin-import": "2.7.0",
  47. "eslint-plugin-markdown": "1.0.0-beta.6",
  48. "eslint-plugin-node": "5.1.1",
  49. "eslint-plugin-promise": "3.5.0",
  50. "eslint-plugin-standard": "3.0.1",
  51. "istanbul": "0.4.5",
  52. "mocha": "1.21.5",
  53. "safe-buffer": "5.1.1",
  54. "seedrandom": "2.4.3"
  55. },
  56. "engines": {
  57. "node": ">= 0.6"
  58. },
  59. "files": [
  60. "LICENSE",
  61. "HISTORY.md",
  62. "README.md",
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/jshttp/etag#readme",
  66. "keywords": [
  67. "etag",
  68. "http",
  69. "res"
  70. ],
  71. "license": "MIT",
  72. "name": "etag",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/jshttp/etag.git"
  76. },
  77. "scripts": {
  78. "bench": "node benchmark/index.js",
  79. "lint": "eslint --plugin markdown --ext js,md .",
  80. "test": "mocha --reporter spec --bail --check-leaks test/",
  81. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  82. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  83. },
  84. "version": "1.8.1"
  85. }