package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "mime-db@1.52.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mime-db@1.52.0",
  10. "_id": "mime-db@1.52.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
  13. "_location": "/mime-db",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "mime-db@1.52.0",
  19. "name": "mime-db",
  20. "escapedName": "mime-db",
  21. "rawSpec": "1.52.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.52.0"
  24. },
  25. "_requiredBy": [
  26. "/compressible",
  27. "/mime-types"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
  30. "_spec": "1.52.0",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "bugs": {
  33. "url": "https://github.com/jshttp/mime-db/issues"
  34. },
  35. "contributors": [
  36. {
  37. "name": "Douglas Christopher Wilson",
  38. "email": "doug@somethingdoug.com"
  39. },
  40. {
  41. "name": "Jonathan Ong",
  42. "email": "me@jongleberry.com",
  43. "url": "http://jongleberry.com"
  44. },
  45. {
  46. "name": "Robert Kieffer",
  47. "email": "robert@broofa.com",
  48. "url": "http://github.com/broofa"
  49. }
  50. ],
  51. "description": "Media Type Database",
  52. "devDependencies": {
  53. "bluebird": "3.7.2",
  54. "co": "4.6.0",
  55. "cogent": "1.0.1",
  56. "csv-parse": "4.16.3",
  57. "eslint": "7.32.0",
  58. "eslint-config-standard": "15.0.1",
  59. "eslint-plugin-import": "2.25.4",
  60. "eslint-plugin-markdown": "2.2.1",
  61. "eslint-plugin-node": "11.1.0",
  62. "eslint-plugin-promise": "5.1.1",
  63. "eslint-plugin-standard": "4.1.0",
  64. "gnode": "0.1.2",
  65. "media-typer": "1.1.0",
  66. "mocha": "9.2.1",
  67. "nyc": "15.1.0",
  68. "raw-body": "2.5.0",
  69. "stream-to-array": "2.3.0"
  70. },
  71. "engines": {
  72. "node": ">= 0.6"
  73. },
  74. "files": [
  75. "HISTORY.md",
  76. "LICENSE",
  77. "README.md",
  78. "db.json",
  79. "index.js"
  80. ],
  81. "homepage": "https://github.com/jshttp/mime-db#readme",
  82. "keywords": [
  83. "mime",
  84. "db",
  85. "type",
  86. "types",
  87. "database",
  88. "charset",
  89. "charsets"
  90. ],
  91. "license": "MIT",
  92. "name": "mime-db",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/jshttp/mime-db.git"
  96. },
  97. "scripts": {
  98. "build": "node scripts/build",
  99. "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
  100. "lint": "eslint .",
  101. "test": "mocha --reporter spec --bail --check-leaks test/",
  102. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  103. "test-cov": "nyc --reporter=html --reporter=text npm test",
  104. "update": "npm run fetch && npm run build",
  105. "version": "node scripts/version-history.js && git add HISTORY.md"
  106. },
  107. "version": "1.52.0"
  108. }