package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "methods@1.1.2",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "methods@1.1.2",
  10. "_id": "methods@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
  13. "_location": "/methods",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "methods@1.1.2",
  19. "name": "methods",
  20. "escapedName": "methods",
  21. "rawSpec": "1.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.2"
  24. },
  25. "_requiredBy": [
  26. "/express"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/methods/-/methods-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "browser": {
  32. "http": false
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jshttp/methods/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Douglas Christopher Wilson",
  40. "email": "doug@somethingdoug.com"
  41. },
  42. {
  43. "name": "Jonathan Ong",
  44. "email": "me@jongleberry.com",
  45. "url": "http://jongleberry.com"
  46. },
  47. {
  48. "name": "TJ Holowaychuk",
  49. "email": "tj@vision-media.ca",
  50. "url": "http://tjholowaychuk.com"
  51. }
  52. ],
  53. "description": "HTTP methods that node supports",
  54. "devDependencies": {
  55. "istanbul": "0.4.1",
  56. "mocha": "1.21.5"
  57. },
  58. "engines": {
  59. "node": ">= 0.6"
  60. },
  61. "files": [
  62. "index.js",
  63. "HISTORY.md",
  64. "LICENSE"
  65. ],
  66. "homepage": "https://github.com/jshttp/methods#readme",
  67. "keywords": [
  68. "http",
  69. "methods"
  70. ],
  71. "license": "MIT",
  72. "name": "methods",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/jshttp/methods.git"
  76. },
  77. "scripts": {
  78. "test": "mocha --reporter spec --bail --check-leaks test/",
  79. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  80. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  81. },
  82. "version": "1.1.2"
  83. }