package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "mime-db@1.27.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mime-db@1.27.0",
  10. "_id": "mime-db@1.27.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-gg9XIpa70g7CXtVeW13oaeVDbrE=",
  13. "_location": "/mime-db",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "mime-db@1.27.0",
  19. "name": "mime-db",
  20. "escapedName": "mime-db",
  21. "rawSpec": "1.27.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.27.0"
  24. },
  25. "_requiredBy": [
  26. "/mime-types"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.27.0.tgz",
  29. "_spec": "1.27.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "bugs": {
  32. "url": "https://github.com/jshttp/mime-db/issues"
  33. },
  34. "contributors": [
  35. {
  36. "name": "Douglas Christopher Wilson",
  37. "email": "doug@somethingdoug.com"
  38. },
  39. {
  40. "name": "Jonathan Ong",
  41. "email": "me@jongleberry.com",
  42. "url": "http://jongleberry.com"
  43. },
  44. {
  45. "name": "Robert Kieffer",
  46. "email": "robert@broofa.com",
  47. "url": "http://github.com/broofa"
  48. }
  49. ],
  50. "description": "Media Type Database",
  51. "devDependencies": {
  52. "bluebird": "3.5.0",
  53. "co": "4.6.0",
  54. "cogent": "1.0.1",
  55. "csv-parse": "1.2.0",
  56. "eslint": "3.17.1",
  57. "eslint-config-standard": "7.0.1",
  58. "eslint-plugin-promise": "3.5.0",
  59. "eslint-plugin-standard": "2.1.1",
  60. "gnode": "0.1.2",
  61. "istanbul": "0.4.5",
  62. "mocha": "1.21.5",
  63. "raw-body": "2.2.0",
  64. "stream-to-array": "2.3.0"
  65. },
  66. "engines": {
  67. "node": ">= 0.6"
  68. },
  69. "files": [
  70. "HISTORY.md",
  71. "LICENSE",
  72. "README.md",
  73. "db.json",
  74. "index.js"
  75. ],
  76. "homepage": "https://github.com/jshttp/mime-db#readme",
  77. "keywords": [
  78. "mime",
  79. "db",
  80. "type",
  81. "types",
  82. "database",
  83. "charset",
  84. "charsets"
  85. ],
  86. "license": "MIT",
  87. "name": "mime-db",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/jshttp/mime-db.git"
  91. },
  92. "scripts": {
  93. "build": "node scripts/build",
  94. "fetch": "gnode scripts/fetch-apache && gnode scripts/fetch-iana && gnode scripts/fetch-nginx",
  95. "lint": "eslint .",
  96. "test": "mocha --reporter spec --bail --check-leaks test/",
  97. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  98. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  99. "update": "npm run fetch && npm run build"
  100. },
  101. "version": "1.27.0"
  102. }