package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "mime-db@1.44.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mime-db@1.44.0",
  10. "_id": "mime-db@1.44.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==",
  13. "_location": "/mime-db",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "mime-db@1.44.0",
  19. "name": "mime-db",
  20. "escapedName": "mime-db",
  21. "rawSpec": "1.44.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.44.0"
  24. },
  25. "_requiredBy": [
  26. "/compressible",
  27. "/mime-types"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz",
  30. "_spec": "1.44.0",
  31. "_where": "E:\\amr1.0\\AMR",
  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.8.9",
  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. "gnode": "0.1.2",
  65. "mocha": "7.1.1",
  66. "nyc": "15.0.1",
  67. "raw-body": "2.4.1",
  68. "stream-to-array": "2.3.0"
  69. },
  70. "engines": {
  71. "node": ">= 0.6"
  72. },
  73. "files": [
  74. "HISTORY.md",
  75. "LICENSE",
  76. "README.md",
  77. "db.json",
  78. "index.js"
  79. ],
  80. "homepage": "https://github.com/jshttp/mime-db#readme",
  81. "keywords": [
  82. "mime",
  83. "db",
  84. "type",
  85. "types",
  86. "database",
  87. "charset",
  88. "charsets"
  89. ],
  90. "license": "MIT",
  91. "name": "mime-db",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/jshttp/mime-db.git"
  95. },
  96. "scripts": {
  97. "build": "node scripts/build",
  98. "fetch": "node scripts/fetch-apache && gnode scripts/fetch-iana && node scripts/fetch-nginx",
  99. "lint": "eslint --plugin markdown --ext js,md .",
  100. "test": "mocha --reporter spec --bail --check-leaks test/",
  101. "test-cov": "nyc --reporter=html --reporter=text npm test",
  102. "test-travis": "nyc --reporter=text npm test",
  103. "update": "npm run fetch && npm run build",
  104. "version": "node scripts/version-history.js && git add HISTORY.md"
  105. },
  106. "version": "1.44.0"
  107. }