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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "basic-auth@~2.0.0",
  3. "_id": "basic-auth@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==",
  6. "_location": "/basic-auth",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "basic-auth@~2.0.0",
  12. "name": "basic-auth",
  13. "escapedName": "basic-auth",
  14. "rawSpec": "~2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/morgan"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz",
  22. "_shasum": "b998279bf47ce38344b4f3cf916d4679bbf51e3a",
  23. "_spec": "basic-auth@~2.0.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/morgan",
  25. "bugs": {
  26. "url": "https://github.com/jshttp/basic-auth/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "safe-buffer": "5.1.2"
  31. },
  32. "deprecated": false,
  33. "description": "node.js basic auth parser",
  34. "devDependencies": {
  35. "eslint": "5.6.0",
  36. "eslint-config-standard": "12.0.0",
  37. "eslint-plugin-import": "2.14.0",
  38. "eslint-plugin-markdown": "1.0.0-beta.6",
  39. "eslint-plugin-node": "7.0.1",
  40. "eslint-plugin-promise": "4.0.1",
  41. "eslint-plugin-standard": "4.0.0",
  42. "istanbul": "0.4.5",
  43. "mocha": "5.2.0"
  44. },
  45. "engines": {
  46. "node": ">= 0.8"
  47. },
  48. "files": [
  49. "HISTORY.md",
  50. "LICENSE",
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jshttp/basic-auth#readme",
  54. "keywords": [
  55. "basic",
  56. "auth",
  57. "authorization",
  58. "basicauth"
  59. ],
  60. "license": "MIT",
  61. "name": "basic-auth",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/jshttp/basic-auth.git"
  65. },
  66. "scripts": {
  67. "lint": "eslint --plugin markdown --ext js,md .",
  68. "test": "mocha --check-leaks --reporter spec --bail",
  69. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  70. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  71. },
  72. "version": "2.0.1"
  73. }