package.json 2.2 KB

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