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

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