package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "type-is@~1.6.16",
  3. "_id": "type-is@1.6.16",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HRkVv/5qY2G6I8iab9cI7v1bOIdhm94dVjQCPFElW9W+3GeDOSHmy2EBYe4VTApuzolPcmgFTN3ftVJRKR2J9Q==",
  6. "_location": "/type-is",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "type-is@~1.6.16",
  12. "name": "type-is",
  13. "escapedName": "type-is",
  14. "rawSpec": "~1.6.16",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.6.16"
  17. },
  18. "_requiredBy": [
  19. "/body-parser",
  20. "/express"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.16.tgz",
  23. "_shasum": "f89ce341541c672b25ee7ae3c73dee3b2be50194",
  24. "_spec": "type-is@~1.6.16",
  25. "_where": "C:\\John\\WorkSpace\\WebStorm\\WinBoxNode\\node_modules\\express",
  26. "bugs": {
  27. "url": "https://github.com/jshttp/type-is/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. {
  36. "name": "Jonathan Ong",
  37. "email": "me@jongleberry.com",
  38. "url": "http://jongleberry.com"
  39. }
  40. ],
  41. "dependencies": {
  42. "media-typer": "0.3.0",
  43. "mime-types": "~2.1.18"
  44. },
  45. "deprecated": false,
  46. "description": "Infer the content-type of a request.",
  47. "devDependencies": {
  48. "eslint": "3.19.0",
  49. "eslint-config-standard": "10.2.1",
  50. "eslint-plugin-import": "2.8.0",
  51. "eslint-plugin-markdown": "1.0.0-beta.6",
  52. "eslint-plugin-node": "5.2.1",
  53. "eslint-plugin-promise": "3.6.0",
  54. "eslint-plugin-standard": "3.0.1",
  55. "istanbul": "0.4.5",
  56. "mocha": "1.21.5"
  57. },
  58. "engines": {
  59. "node": ">= 0.6"
  60. },
  61. "files": [
  62. "LICENSE",
  63. "HISTORY.md",
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/jshttp/type-is#readme",
  67. "keywords": [
  68. "content",
  69. "type",
  70. "checking"
  71. ],
  72. "license": "MIT",
  73. "name": "type-is",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jshttp/type-is.git"
  77. },
  78. "scripts": {
  79. "lint": "eslint --plugin markdown --ext js,md .",
  80. "test": "mocha --reporter spec --check-leaks --bail test/",
  81. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  82. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  83. },
  84. "version": "1.6.16"
  85. }