package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "mime-db@1.33.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_from": "mime-db@~1.33.0",
  9. "_id": "mime-db@1.33.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==",
  12. "_location": "/mime-db",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "mime-db@1.33.0",
  18. "name": "mime-db",
  19. "escapedName": "mime-db",
  20. "rawSpec": "1.33.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.33.0"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/mime-types"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz",
  29. "_shasum": "a3492050a5cb9b63450541e39d9788d2272783db",
  30. "_spec": "1.33.0",
  31. "_where": "E:\\vscode\\UseStudio.Desktop",
  32. "bugs": {
  33. "url": "https://github.com/jshttp/mime-db/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Douglas Christopher Wilson",
  39. "email": "doug@somethingdoug.com"
  40. },
  41. {
  42. "name": "Jonathan Ong",
  43. "email": "me@jongleberry.com",
  44. "url": "http://jongleberry.com"
  45. },
  46. {
  47. "name": "Robert Kieffer",
  48. "email": "robert@broofa.com",
  49. "url": "http://github.com/broofa"
  50. }
  51. ],
  52. "deprecated": false,
  53. "description": "Media Type Database",
  54. "devDependencies": {
  55. "bluebird": "3.5.1",
  56. "co": "4.6.0",
  57. "cogent": "1.0.1",
  58. "csv-parse": "1.3.1",
  59. "eslint": "3.19.0",
  60. "eslint-config-standard": "10.2.1",
  61. "eslint-plugin-import": "2.8.0",
  62. "eslint-plugin-node": "5.2.1",
  63. "eslint-plugin-promise": "3.6.0",
  64. "eslint-plugin-standard": "3.0.1",
  65. "gnode": "0.1.2",
  66. "mocha": "1.21.5",
  67. "nyc": "11.4.1",
  68. "raw-body": "2.3.2",
  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": "gnode scripts/fetch-apache && gnode scripts/fetch-iana && gnode scripts/fetch-nginx",
  100. "lint": "eslint .",
  101. "test": "mocha --reporter spec --bail --check-leaks test/",
  102. "test-cov": "nyc --reporter=html --reporter=text npm test",
  103. "test-travis": "nyc --reporter=text npm test",
  104. "update": "npm run fetch && npm run build"
  105. },
  106. "version": "1.33.0"
  107. }