package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "mime-db@~1.19.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/mime-types"
  6. ]
  7. ],
  8. "_from": "mime-db@>=1.19.0 <1.20.0",
  9. "_id": "mime-db@1.19.0",
  10. "_inCache": true,
  11. "_location": "/mime-db",
  12. "_npmUser": {
  13. "email": "doug@somethingdoug.com",
  14. "name": "dougwilson"
  15. },
  16. "_npmVersion": "1.4.28",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "mime-db",
  20. "raw": "mime-db@~1.19.0",
  21. "rawSpec": "~1.19.0",
  22. "scope": null,
  23. "spec": ">=1.19.0 <1.20.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/mime-types"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.19.0.tgz",
  30. "_shasum": "496a18198a7ce8244534e25bb102b74fb420fd56",
  31. "_shrinkwrap": null,
  32. "_spec": "mime-db@~1.19.0",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/mime-types",
  34. "bugs": {
  35. "url": "https://github.com/jshttp/mime-db/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Douglas Christopher Wilson",
  40. "email": "doug@somethingdoug.com"
  41. },
  42. {
  43. "name": "Jonathan Ong",
  44. "email": "me@jongleberry.com",
  45. "url": "http://jongleberry.com"
  46. },
  47. {
  48. "name": "Robert Kieffer",
  49. "email": "robert@broofa.com",
  50. "url": "http://github.com/broofa"
  51. }
  52. ],
  53. "dependencies": {},
  54. "description": "Media Type Database",
  55. "devDependencies": {
  56. "bluebird": "2.10.0",
  57. "co": "4.6.0",
  58. "cogent": "1.0.1",
  59. "csv-parse": "1.0.0",
  60. "gnode": "0.1.1",
  61. "istanbul": "0.3.20",
  62. "mocha": "1.21.5",
  63. "raw-body": "2.1.3",
  64. "stream-to-array": "2"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "496a18198a7ce8244534e25bb102b74fb420fd56",
  69. "tarball": "http://registry.npmjs.org/mime-db/-/mime-db-1.19.0.tgz"
  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. "gitHead": "46a40f0524a01fb3075a7ecde92e8e04fc93d599",
  82. "homepage": "https://github.com/jshttp/mime-db",
  83. "installable": true,
  84. "keywords": [
  85. "charset",
  86. "charsets",
  87. "database",
  88. "db",
  89. "mime",
  90. "type",
  91. "types"
  92. ],
  93. "license": "MIT",
  94. "maintainers": [
  95. {
  96. "name": "jongleberry",
  97. "email": "jonathanrichardong@gmail.com"
  98. },
  99. {
  100. "name": "dougwilson",
  101. "email": "doug@somethingdoug.com"
  102. }
  103. ],
  104. "name": "mime-db",
  105. "optionalDependencies": {},
  106. "repository": {
  107. "type": "git",
  108. "url": "https://github.com/jshttp/mime-db"
  109. },
  110. "scripts": {
  111. "build": "node scripts/build",
  112. "fetch": "gnode scripts/fetch-apache && gnode scripts/fetch-iana && gnode scripts/fetch-nginx",
  113. "test": "mocha --reporter spec --bail --check-leaks test/",
  114. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  115. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  116. "update": "npm run fetch && npm run build"
  117. },
  118. "version": "1.19.0"
  119. }