package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "mime-types@2.1.18",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mime-types@~2.1.17",
  10. "_id": "mime-types@2.1.18",
  11. "_inBundle": false,
  12. "_integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==",
  13. "_location": "/mime-types",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "mime-types@2.1.18",
  19. "name": "mime-types",
  20. "escapedName": "mime-types",
  21. "rawSpec": "2.1.18",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.18"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/form-data",
  28. "/request"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz",
  31. "_shasum": "6f323f60a83d11146f831ff11fd66e2fe5503bb8",
  32. "_spec": "2.1.18",
  33. "_where": "E:\\vscode\\UseStudio.Desktop",
  34. "bugs": {
  35. "url": "https://github.com/jshttp/mime-types/issues"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Douglas Christopher Wilson",
  41. "email": "doug@somethingdoug.com"
  42. },
  43. {
  44. "name": "Jeremiah Senkpiel",
  45. "email": "fishrock123@rocketmail.com",
  46. "url": "https://searchbeam.jit.su"
  47. },
  48. {
  49. "name": "Jonathan Ong",
  50. "email": "me@jongleberry.com",
  51. "url": "http://jongleberry.com"
  52. }
  53. ],
  54. "dependencies": {
  55. "mime-db": "~1.33.0"
  56. },
  57. "deprecated": false,
  58. "description": "The ultimate javascript content-type utility.",
  59. "devDependencies": {
  60. "eslint": "3.19.0",
  61. "eslint-config-standard": "10.2.1",
  62. "eslint-plugin-import": "2.8.0",
  63. "eslint-plugin-node": "5.2.1",
  64. "eslint-plugin-promise": "3.6.0",
  65. "eslint-plugin-standard": "3.0.1",
  66. "istanbul": "0.4.5",
  67. "mocha": "1.21.5"
  68. },
  69. "engines": {
  70. "node": ">= 0.6"
  71. },
  72. "files": [
  73. "HISTORY.md",
  74. "LICENSE",
  75. "index.js"
  76. ],
  77. "homepage": "https://github.com/jshttp/mime-types#readme",
  78. "keywords": [
  79. "mime",
  80. "types"
  81. ],
  82. "license": "MIT",
  83. "name": "mime-types",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/jshttp/mime-types.git"
  87. },
  88. "scripts": {
  89. "lint": "eslint .",
  90. "test": "mocha --reporter spec test/test.js",
  91. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js",
  92. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js"
  93. },
  94. "version": "2.1.18"
  95. }