package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "mime-types@^2.1.12",
  3. "_id": "mime-types@2.1.31",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XGZnNzm3QvgKxa8dpzyhFTHmpP3l5YNusmne07VUOXxou9CqUqYa/HBy124RqtVh/O2pECas/MOcsDgpilPOPg==",
  6. "_location": "/mime-types",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mime-types@^2.1.12",
  12. "name": "mime-types",
  13. "escapedName": "mime-types",
  14. "rawSpec": "^2.1.12",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.12"
  17. },
  18. "_requiredBy": [
  19. "/accepts",
  20. "/form-data",
  21. "/serve-index",
  22. "/type-is",
  23. "/url-loader"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.31.tgz",
  26. "_shasum": "a00d76b74317c61f9c2db2218b8e9f8e9c5c9e6b",
  27. "_spec": "mime-types@^2.1.12",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\form-data",
  29. "bugs": {
  30. "url": "https://github.com/jshttp/mime-types/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Douglas Christopher Wilson",
  36. "email": "doug@somethingdoug.com"
  37. },
  38. {
  39. "name": "Jeremiah Senkpiel",
  40. "email": "fishrock123@rocketmail.com",
  41. "url": "https://searchbeam.jit.su"
  42. },
  43. {
  44. "name": "Jonathan Ong",
  45. "email": "me@jongleberry.com",
  46. "url": "http://jongleberry.com"
  47. }
  48. ],
  49. "dependencies": {
  50. "mime-db": "1.48.0"
  51. },
  52. "deprecated": false,
  53. "description": "The ultimate javascript content-type utility.",
  54. "devDependencies": {
  55. "eslint": "7.27.0",
  56. "eslint-config-standard": "14.1.1",
  57. "eslint-plugin-import": "2.23.4",
  58. "eslint-plugin-markdown": "2.2.0",
  59. "eslint-plugin-node": "11.1.0",
  60. "eslint-plugin-promise": "5.1.0",
  61. "eslint-plugin-standard": "4.1.0",
  62. "mocha": "8.4.0",
  63. "nyc": "15.1.0"
  64. },
  65. "engines": {
  66. "node": ">= 0.6"
  67. },
  68. "files": [
  69. "HISTORY.md",
  70. "LICENSE",
  71. "index.js"
  72. ],
  73. "homepage": "https://github.com/jshttp/mime-types#readme",
  74. "keywords": [
  75. "mime",
  76. "types"
  77. ],
  78. "license": "MIT",
  79. "name": "mime-types",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jshttp/mime-types.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint .",
  86. "test": "mocha --reporter spec test/test.js",
  87. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  88. "test-cov": "nyc --reporter=html --reporter=text npm test"
  89. },
  90. "version": "2.1.31"
  91. }