package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "mime-types@~2.1.18",
  3. "_id": "mime-types@2.1.19",
  4. "_inBundle": false,
  5. "_integrity": "sha512-P1tKYHVSZ6uFo26mtnve4HQFE3koh1UWVkp8YUC+ESBHe945xWSoXuHHiGarDqcEZ+whpCDnlNw5LON0kLo+sw==",
  6. "_location": "/mime-types",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mime-types@~2.1.18",
  12. "name": "mime-types",
  13. "escapedName": "mime-types",
  14. "rawSpec": "~2.1.18",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.1.18"
  17. },
  18. "_requiredBy": [
  19. "/accepts",
  20. "/type-is"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.19.tgz",
  23. "_shasum": "71e464537a7ef81c15f2db9d97e913fc0ff606f0",
  24. "_spec": "mime-types@~2.1.18",
  25. "_where": "C:\\John\\WorkSpace\\WebStorm\\WinBoxNode\\node_modules\\accepts",
  26. "bugs": {
  27. "url": "https://github.com/jshttp/mime-types/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. {
  36. "name": "Jeremiah Senkpiel",
  37. "email": "fishrock123@rocketmail.com",
  38. "url": "https://searchbeam.jit.su"
  39. },
  40. {
  41. "name": "Jonathan Ong",
  42. "email": "me@jongleberry.com",
  43. "url": "http://jongleberry.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "mime-db": "~1.35.0"
  48. },
  49. "deprecated": false,
  50. "description": "The ultimate javascript content-type utility.",
  51. "devDependencies": {
  52. "eslint": "4.19.1",
  53. "eslint-config-standard": "11.0.0",
  54. "eslint-plugin-import": "2.13.0",
  55. "eslint-plugin-node": "6.0.1",
  56. "eslint-plugin-promise": "3.8.0",
  57. "eslint-plugin-standard": "3.1.0",
  58. "istanbul": "0.4.5",
  59. "mocha": "1.21.5"
  60. },
  61. "engines": {
  62. "node": ">= 0.6"
  63. },
  64. "files": [
  65. "HISTORY.md",
  66. "LICENSE",
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/jshttp/mime-types#readme",
  70. "keywords": [
  71. "mime",
  72. "types"
  73. ],
  74. "license": "MIT",
  75. "name": "mime-types",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/jshttp/mime-types.git"
  79. },
  80. "scripts": {
  81. "lint": "eslint .",
  82. "test": "mocha --reporter spec test/test.js",
  83. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js",
  84. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js"
  85. },
  86. "version": "2.1.19"
  87. }