package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "mime-types@2.1.27",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "mime-types@2.1.27",
  9. "_id": "mime-types@2.1.27",
  10. "_inBundle": false,
  11. "_integrity": "sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==",
  12. "_location": "/mime-types",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "mime-types@2.1.27",
  18. "name": "mime-types",
  19. "escapedName": "mime-types",
  20. "rawSpec": "2.1.27",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.27"
  23. },
  24. "_requiredBy": [
  25. "/accepts",
  26. "/form-data",
  27. "/less/form-data",
  28. "/less/request",
  29. "/request",
  30. "/serve-index",
  31. "/type-is"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz",
  34. "_spec": "2.1.27",
  35. "_where": "E:\\item\\newItem\\admin",
  36. "bugs": {
  37. "url": "https://github.com/jshttp/mime-types/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Douglas Christopher Wilson",
  42. "email": "doug@somethingdoug.com"
  43. },
  44. {
  45. "name": "Jeremiah Senkpiel",
  46. "email": "fishrock123@rocketmail.com",
  47. "url": "https://searchbeam.jit.su"
  48. },
  49. {
  50. "name": "Jonathan Ong",
  51. "email": "me@jongleberry.com",
  52. "url": "http://jongleberry.com"
  53. }
  54. ],
  55. "dependencies": {
  56. "mime-db": "1.44.0"
  57. },
  58. "description": "The ultimate javascript content-type utility.",
  59. "devDependencies": {
  60. "eslint": "6.8.0",
  61. "eslint-config-standard": "14.1.1",
  62. "eslint-plugin-import": "2.20.2",
  63. "eslint-plugin-markdown": "1.0.2",
  64. "eslint-plugin-node": "11.1.0",
  65. "eslint-plugin-promise": "4.2.1",
  66. "eslint-plugin-standard": "4.0.1",
  67. "mocha": "7.1.1",
  68. "nyc": "15.0.1"
  69. },
  70. "engines": {
  71. "node": ">= 0.6"
  72. },
  73. "files": [
  74. "HISTORY.md",
  75. "LICENSE",
  76. "index.js"
  77. ],
  78. "homepage": "https://github.com/jshttp/mime-types#readme",
  79. "keywords": [
  80. "mime",
  81. "types"
  82. ],
  83. "license": "MIT",
  84. "name": "mime-types",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/jshttp/mime-types.git"
  88. },
  89. "scripts": {
  90. "lint": "eslint --plugin markdown --ext js,md .",
  91. "test": "mocha --reporter spec test/test.js",
  92. "test-cov": "nyc --reporter=html --reporter=text npm test",
  93. "test-travis": "nyc --reporter=text npm test"
  94. },
  95. "version": "2.1.27"
  96. }