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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "methods@~1.1.2",
  3. "_id": "methods@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=",
  6. "_location": "/methods",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "methods@~1.1.2",
  12. "name": "methods",
  13. "escapedName": "methods",
  14. "rawSpec": "~1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/express"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
  22. "_shasum": "5529a4d67654134edcc5266656835b0f851afcee",
  23. "_spec": "methods@~1.1.2",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/express",
  25. "browser": {
  26. "http": false
  27. },
  28. "bugs": {
  29. "url": "https://github.com/jshttp/methods/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. "name": "TJ Holowaychuk",
  44. "email": "tj@vision-media.ca",
  45. "url": "http://tjholowaychuk.com"
  46. }
  47. ],
  48. "deprecated": false,
  49. "description": "HTTP methods that node supports",
  50. "devDependencies": {
  51. "istanbul": "0.4.1",
  52. "mocha": "1.21.5"
  53. },
  54. "engines": {
  55. "node": ">= 0.6"
  56. },
  57. "files": [
  58. "index.js",
  59. "HISTORY.md",
  60. "LICENSE"
  61. ],
  62. "homepage": "https://github.com/jshttp/methods#readme",
  63. "keywords": [
  64. "http",
  65. "methods"
  66. ],
  67. "license": "MIT",
  68. "name": "methods",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jshttp/methods.git"
  72. },
  73. "scripts": {
  74. "test": "mocha --reporter spec --bail --check-leaks test/",
  75. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  76. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  77. },
  78. "version": "1.1.2"
  79. }