Ohm-Management - Projektarbeit B-ME
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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "parseurl@~1.3.3",
  3. "_id": "parseurl@1.3.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
  6. "_location": "/parseurl",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "parseurl@~1.3.3",
  12. "name": "parseurl",
  13. "escapedName": "parseurl",
  14. "rawSpec": "~1.3.3",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.3.3"
  17. },
  18. "_requiredBy": [
  19. "/express",
  20. "/express-session",
  21. "/finalhandler",
  22. "/serve-static"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
  25. "_shasum": "9da19e7bee8d12dff0513ed5b76957793bc2e8d4",
  26. "_spec": "parseurl@~1.3.3",
  27. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/express",
  28. "bugs": {
  29. "url": "https://github.com/pillarjs/parseurl/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Douglas Christopher Wilson",
  35. "email": "doug@somethingdoug.com"
  36. },
  37. {
  38. "name": "Jonathan Ong",
  39. "email": "me@jongleberry.com",
  40. "url": "http://jongleberry.com"
  41. }
  42. ],
  43. "deprecated": false,
  44. "description": "parse a url with memoization",
  45. "devDependencies": {
  46. "beautify-benchmark": "0.2.4",
  47. "benchmark": "2.1.4",
  48. "eslint": "5.16.0",
  49. "eslint-config-standard": "12.0.0",
  50. "eslint-plugin-import": "2.17.1",
  51. "eslint-plugin-node": "7.0.1",
  52. "eslint-plugin-promise": "4.1.1",
  53. "eslint-plugin-standard": "4.0.0",
  54. "fast-url-parser": "1.1.3",
  55. "istanbul": "0.4.5",
  56. "mocha": "6.1.3"
  57. },
  58. "engines": {
  59. "node": ">= 0.8"
  60. },
  61. "files": [
  62. "LICENSE",
  63. "HISTORY.md",
  64. "README.md",
  65. "index.js"
  66. ],
  67. "homepage": "https://github.com/pillarjs/parseurl#readme",
  68. "license": "MIT",
  69. "name": "parseurl",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/pillarjs/parseurl.git"
  73. },
  74. "scripts": {
  75. "bench": "node benchmark/index.js",
  76. "lint": "eslint .",
  77. "test": "mocha --check-leaks --bail --reporter spec test/",
  78. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
  79. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
  80. },
  81. "version": "1.3.3"
  82. }