package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "name": "type-is",
  3. "description": "Infer the content-type of a request.",
  4. "version": "1.3.1",
  5. "author": {
  6. "name": "Jonathan Ong",
  7. "email": "me@jongleberry.com",
  8. "url": "http://jongleberry.com"
  9. },
  10. "contributors": [
  11. {
  12. "name": "Douglas Christopher Wilson",
  13. "email": "doug@somethingdoug.com"
  14. }
  15. ],
  16. "license": "MIT",
  17. "repository": {
  18. "type": "git",
  19. "url": "git://github.com/expressjs/type-is"
  20. },
  21. "dependencies": {
  22. "media-typer": "0.2.0",
  23. "mime-types": "1.0.0"
  24. },
  25. "devDependencies": {
  26. "istanbul": "0.2.10",
  27. "mocha": "*",
  28. "should": "*"
  29. },
  30. "engines": {
  31. "node": ">= 0.8"
  32. },
  33. "scripts": {
  34. "test": "mocha --require should --reporter spec --check-leaks --bail test/",
  35. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  36. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/expressjs/type-is/issues"
  40. },
  41. "homepage": "https://github.com/expressjs/type-is",
  42. "_id": "type-is@1.3.1",
  43. "dist": {
  44. "shasum": "a6789b5a52138289ade1ef8f6d9f2874ffd70b6b",
  45. "tarball": "http://registry.npmjs.org/type-is/-/type-is-1.3.1.tgz"
  46. },
  47. "_from": "type-is@1.3.1",
  48. "_npmVersion": "1.4.3",
  49. "_npmUser": {
  50. "name": "dougwilson",
  51. "email": "doug@somethingdoug.com"
  52. },
  53. "maintainers": [
  54. {
  55. "name": "jongleberry",
  56. "email": "jonathanrichardong@gmail.com"
  57. },
  58. {
  59. "name": "dougwilson",
  60. "email": "doug@somethingdoug.com"
  61. },
  62. {
  63. "name": "tjholowaychuk",
  64. "email": "tj@vision-media.ca"
  65. },
  66. {
  67. "name": "shtylman",
  68. "email": "shtylman@gmail.com"
  69. },
  70. {
  71. "name": "mscdex",
  72. "email": "mscdex@mscdex.net"
  73. },
  74. {
  75. "name": "fishrock123",
  76. "email": "fishrock123@rocketmail.com"
  77. }
  78. ],
  79. "directories": {},
  80. "_shasum": "a6789b5a52138289ade1ef8f6d9f2874ffd70b6b",
  81. "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.3.1.tgz"
  82. }