package.json 2.3 KB

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