package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "mime-types@2.1.35",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mime-types@2.1.35",
  10. "_id": "mime-types@2.1.35",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  13. "_location": "/mime-types",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "mime-types@2.1.35",
  19. "name": "mime-types",
  20. "escapedName": "mime-types",
  21. "rawSpec": "2.1.35",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.35"
  24. },
  25. "_requiredBy": [
  26. "/accepts",
  27. "/serve-index",
  28. "/type-is",
  29. "/webpack",
  30. "/webpack-dev-middleware"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
  33. "_spec": "2.1.35",
  34. "_where": "/Users/mac/projects/mime/mine",
  35. "bugs": {
  36. "url": "https://github.com/jshttp/mime-types/issues"
  37. },
  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.52.0"
  56. },
  57. "description": "The ultimate javascript content-type utility.",
  58. "devDependencies": {
  59. "eslint": "7.32.0",
  60. "eslint-config-standard": "14.1.1",
  61. "eslint-plugin-import": "2.25.4",
  62. "eslint-plugin-markdown": "2.2.1",
  63. "eslint-plugin-node": "11.1.0",
  64. "eslint-plugin-promise": "5.2.0",
  65. "eslint-plugin-standard": "4.1.0",
  66. "mocha": "9.2.2",
  67. "nyc": "15.1.0"
  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-ci": "nyc --reporter=lcov --reporter=text npm test",
  92. "test-cov": "nyc --reporter=html --reporter=text npm test"
  93. },
  94. "version": "2.1.35"
  95. }