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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "http-parser-js@>=0.5.1",
  3. "_id": "http-parser-js@0.5.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-opCO9ASqg5Wy2FNo7A0sxy71yGbbkJJXLdgMK04Tcypw9jr2MgWbyubb0+WdmDmGnFflO7fRbqbaihh/ENDlRQ==",
  6. "_location": "/http-parser-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "http-parser-js@>=0.5.1",
  12. "name": "http-parser-js",
  13. "escapedName": "http-parser-js",
  14. "rawSpec": ">=0.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": ">=0.5.1"
  17. },
  18. "_requiredBy": [
  19. "/websocket-driver"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.2.tgz",
  22. "_shasum": "da2e31d237b393aae72ace43882dd7e270a8ff77",
  23. "_spec": "http-parser-js@>=0.5.1",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\websocket-driver",
  25. "author": {
  26. "name": "Tim Caswell",
  27. "url": "https://github.com/creationix"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/creationix/http-parser-js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Jimb Esser",
  36. "url": "https://github.com/Jimbly"
  37. },
  38. {
  39. "name": "Lawrence Rowe",
  40. "url": "https://github.com/lrowe"
  41. },
  42. {
  43. "name": "Jan Schär",
  44. "url": "https://github.com/jscissr"
  45. },
  46. {
  47. "name": "Paul Rütter",
  48. "url": "https://github.com/paulrutter"
  49. }
  50. ],
  51. "deprecated": false,
  52. "description": "A pure JS HTTP parser for node.",
  53. "files": [
  54. "http-parser.js"
  55. ],
  56. "homepage": "https://github.com/creationix/http-parser-js#readme",
  57. "keywords": [
  58. "http"
  59. ],
  60. "license": "MIT",
  61. "main": "http-parser.js",
  62. "name": "http-parser-js",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/creationix/http-parser-js.git"
  66. },
  67. "scripts": {
  68. "test": "python tests/test.py && node tests/iojs/test-http-parser-durability.js",
  69. "testv12": "python tests/test.py --node-args=\"--http-parser=legacy\" && node --http-parser=legacy tests/iojs/test-http-parser-durability.js"
  70. },
  71. "version": "0.5.2"
  72. }