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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "etag@~1.8.1",
  3. "_id": "etag@1.8.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=",
  6. "_location": "/etag",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "etag@~1.8.1",
  12. "name": "etag",
  13. "escapedName": "etag",
  14. "rawSpec": "~1.8.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.8.1"
  17. },
  18. "_requiredBy": [
  19. "/express",
  20. "/send"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
  23. "_shasum": "41ae2eeb65efa62268aebfea83ac7d79299b0887",
  24. "_spec": "etag@~1.8.1",
  25. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/express",
  26. "bugs": {
  27. "url": "https://github.com/jshttp/etag/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. {
  36. "name": "David Björklund",
  37. "email": "david.bjorklund@gmail.com"
  38. }
  39. ],
  40. "deprecated": false,
  41. "description": "Create simple HTTP ETags",
  42. "devDependencies": {
  43. "beautify-benchmark": "0.2.4",
  44. "benchmark": "2.1.4",
  45. "eslint": "3.19.0",
  46. "eslint-config-standard": "10.2.1",
  47. "eslint-plugin-import": "2.7.0",
  48. "eslint-plugin-markdown": "1.0.0-beta.6",
  49. "eslint-plugin-node": "5.1.1",
  50. "eslint-plugin-promise": "3.5.0",
  51. "eslint-plugin-standard": "3.0.1",
  52. "istanbul": "0.4.5",
  53. "mocha": "1.21.5",
  54. "safe-buffer": "5.1.1",
  55. "seedrandom": "2.4.3"
  56. },
  57. "engines": {
  58. "node": ">= 0.6"
  59. },
  60. "files": [
  61. "LICENSE",
  62. "HISTORY.md",
  63. "README.md",
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/jshttp/etag#readme",
  67. "keywords": [
  68. "etag",
  69. "http",
  70. "res"
  71. ],
  72. "license": "MIT",
  73. "name": "etag",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jshttp/etag.git"
  77. },
  78. "scripts": {
  79. "bench": "node benchmark/index.js",
  80. "lint": "eslint --plugin markdown --ext js,md .",
  81. "test": "mocha --reporter spec --bail --check-leaks test/",
  82. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  83. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  84. },
  85. "version": "1.8.1"
  86. }