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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "range-parser@~1.2.1",
  3. "_id": "range-parser@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
  6. "_location": "/range-parser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "range-parser@~1.2.1",
  12. "name": "range-parser",
  13. "escapedName": "range-parser",
  14. "rawSpec": "~1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/send"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
  22. "_shasum": "3cf37023d199e1c24d1a55b84800c2f3e6468031",
  23. "_spec": "range-parser@~1.2.1",
  24. "_where": "C:\\Repos\\mdt5_webApplicationen\\StartMochaTutorial\\node_modules\\send",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca",
  28. "url": "http://tjholowaychuk.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jshttp/range-parser/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. {
  40. "name": "James Wyatt Cready",
  41. "email": "wyatt.cready@lanetix.com"
  42. },
  43. {
  44. "name": "Jonathan Ong",
  45. "email": "me@jongleberry.com",
  46. "url": "http://jongleberry.com"
  47. }
  48. ],
  49. "deprecated": false,
  50. "description": "Range header field string parser",
  51. "devDependencies": {
  52. "deep-equal": "1.0.1",
  53. "eslint": "5.16.0",
  54. "eslint-config-standard": "12.0.0",
  55. "eslint-plugin-import": "2.17.2",
  56. "eslint-plugin-markdown": "1.0.0",
  57. "eslint-plugin-node": "8.0.1",
  58. "eslint-plugin-promise": "4.1.1",
  59. "eslint-plugin-standard": "4.0.0",
  60. "mocha": "6.1.4",
  61. "nyc": "14.1.1"
  62. },
  63. "engines": {
  64. "node": ">= 0.6"
  65. },
  66. "files": [
  67. "HISTORY.md",
  68. "LICENSE",
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/jshttp/range-parser#readme",
  72. "keywords": [
  73. "range",
  74. "parser",
  75. "http"
  76. ],
  77. "license": "MIT",
  78. "name": "range-parser",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/jshttp/range-parser.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint --plugin markdown --ext js,md .",
  85. "test": "mocha --reporter spec",
  86. "test-cov": "nyc --reporter=html --reporter=text npm test",
  87. "test-travis": "nyc --reporter=text npm test"
  88. },
  89. "version": "1.2.1"
  90. }