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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "encodeurl@~1.0.2",
  3. "_id": "encodeurl@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=",
  6. "_location": "/encodeurl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "encodeurl@~1.0.2",
  12. "name": "encodeurl",
  13. "escapedName": "encodeurl",
  14. "rawSpec": "~1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/finalhandler",
  20. "/send"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
  23. "_shasum": "ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59",
  24. "_spec": "encodeurl@~1.0.2",
  25. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\finalhandler",
  26. "bugs": {
  27. "url": "https://github.com/pillarjs/encodeurl/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. }
  35. ],
  36. "deprecated": false,
  37. "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
  38. "devDependencies": {
  39. "eslint": "3.19.0",
  40. "eslint-config-standard": "10.2.1",
  41. "eslint-plugin-import": "2.8.0",
  42. "eslint-plugin-node": "5.2.1",
  43. "eslint-plugin-promise": "3.6.0",
  44. "eslint-plugin-standard": "3.0.1",
  45. "istanbul": "0.4.5",
  46. "mocha": "2.5.3"
  47. },
  48. "engines": {
  49. "node": ">= 0.8"
  50. },
  51. "files": [
  52. "LICENSE",
  53. "HISTORY.md",
  54. "README.md",
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/pillarjs/encodeurl#readme",
  58. "keywords": [
  59. "encode",
  60. "encodeurl",
  61. "url"
  62. ],
  63. "license": "MIT",
  64. "name": "encodeurl",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/pillarjs/encodeurl.git"
  68. },
  69. "scripts": {
  70. "lint": "eslint .",
  71. "test": "mocha --reporter spec --bail --check-leaks test/",
  72. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  73. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  74. },
  75. "version": "1.0.2"
  76. }