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.

100 lines
2.6 KiB

  1. {
  2. "name": "method-override",
  3. "description": "Override HTTP verbs",
  4. "version": "2.3.6",
  5. "contributors": [
  6. {
  7. "name": "Douglas Christopher Wilson",
  8. "email": "doug@somethingdoug.com"
  9. },
  10. {
  11. "name": "Jonathan Ong",
  12. "email": "me@jongleberry.com",
  13. "url": "http://jongleberry.com"
  14. }
  15. ],
  16. "license": "MIT",
  17. "repository": {
  18. "type": "git",
  19. "url": "git+https://github.com/expressjs/method-override.git"
  20. },
  21. "dependencies": {
  22. "debug": "~2.2.0",
  23. "methods": "~1.1.2",
  24. "parseurl": "~1.3.1",
  25. "vary": "~1.1.0"
  26. },
  27. "devDependencies": {
  28. "eslint": "2.10.2",
  29. "eslint-config-standard": "5.3.1",
  30. "eslint-plugin-promise": "1.1.0",
  31. "eslint-plugin-standard": "1.3.2",
  32. "istanbul": "0.4.3",
  33. "mocha": "2.4.5",
  34. "supertest": "1.1.0"
  35. },
  36. "files": [
  37. "LICENSE",
  38. "HISTORY.md",
  39. "index.js"
  40. ],
  41. "engines": {
  42. "node": ">= 0.8.0"
  43. },
  44. "scripts": {
  45. "lint": "eslint **/*.js",
  46. "test": "mocha --check-leaks --reporter spec --bail test/",
  47. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
  48. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
  49. },
  50. "gitHead": "9bd45a87a14727f6986fa3f50a7d18f32812c4d7",
  51. "bugs": {
  52. "url": "https://github.com/expressjs/method-override/issues"
  53. },
  54. "homepage": "https://github.com/expressjs/method-override",
  55. "_id": "method-override@2.3.6",
  56. "_shasum": "209261cc588d45d9d5a022ff20d7d5eb8e92179e",
  57. "_from": "method-override@>=2.1.2 <3.0.0",
  58. "_npmVersion": "1.4.28",
  59. "_npmUser": {
  60. "name": "dougwilson",
  61. "email": "doug@somethingdoug.com"
  62. },
  63. "maintainers": [
  64. {
  65. "name": "defunctzombie",
  66. "email": "shtylman@gmail.com"
  67. },
  68. {
  69. "name": "dougwilson",
  70. "email": "doug@somethingdoug.com"
  71. },
  72. {
  73. "name": "fishrock123",
  74. "email": "fishrock123@rocketmail.com"
  75. },
  76. {
  77. "name": "jongleberry",
  78. "email": "jonathanrichardong@gmail.com"
  79. },
  80. {
  81. "name": "mscdex",
  82. "email": "mscdex@mscdex.net"
  83. },
  84. {
  85. "name": "tjholowaychuk",
  86. "email": "tj@vision-media.ca"
  87. }
  88. ],
  89. "dist": {
  90. "shasum": "209261cc588d45d9d5a022ff20d7d5eb8e92179e",
  91. "tarball": "https://registry.npmjs.org/method-override/-/method-override-2.3.6.tgz"
  92. },
  93. "_npmOperationalInternal": {
  94. "host": "packages-12-west.internal.npmjs.com",
  95. "tmp": "tmp/method-override-2.3.6.tgz_1463797613529_0.37302224803715944"
  96. },
  97. "directories": {},
  98. "_resolved": "https://registry.npmjs.org/method-override/-/method-override-2.3.6.tgz",
  99. "readme": "ERROR: No README data found!"
  100. }