package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. "mime-db@~1.23.0",
  5. "D:\\work\\im\\node_modules\\mime-types"
  6. ]
  7. ],
  8. "_from": "mime-db@>=1.23.0 <1.24.0",
  9. "_id": "mime-db@1.23.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/mime-db",
  13. "_nodeVersion": "4.4.3",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/mime-db-1.23.0.tgz_1462163798086_0.43938886746764183"
  17. },
  18. "_npmUser": {
  19. "email": "doug@somethingdoug.com",
  20. "name": "dougwilson"
  21. },
  22. "_npmVersion": "2.15.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "mime-db",
  26. "raw": "mime-db@~1.23.0",
  27. "rawSpec": "~1.23.0",
  28. "scope": null,
  29. "spec": ">=1.23.0 <1.24.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/compressible",
  34. "/mime-types"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.23.0.tgz",
  37. "_shasum": "a31b4070adaea27d732ea333740a64d0ec9a6659",
  38. "_shrinkwrap": null,
  39. "_spec": "mime-db@~1.23.0",
  40. "_where": "D:\\work\\im\\node_modules\\mime-types",
  41. "bugs": {
  42. "url": "https://github.com/jshttp/mime-db/issues"
  43. },
  44. "contributors": [
  45. {
  46. "email": "doug@somethingdoug.com",
  47. "name": "Douglas Christopher Wilson"
  48. },
  49. {
  50. "email": "me@jongleberry.com",
  51. "name": "Jonathan Ong",
  52. "url": "http://jongleberry.com"
  53. },
  54. {
  55. "email": "robert@broofa.com",
  56. "name": "Robert Kieffer",
  57. "url": "http://github.com/broofa"
  58. }
  59. ],
  60. "dependencies": {},
  61. "description": "Media Type Database",
  62. "devDependencies": {
  63. "bluebird": "3.3.5",
  64. "co": "4.6.0",
  65. "cogent": "1.0.1",
  66. "csv-parse": "1.1.0",
  67. "gnode": "0.1.2",
  68. "istanbul": "0.4.3",
  69. "mocha": "1.21.5",
  70. "raw-body": "2.1.6",
  71. "stream-to-array": "2.3.0"
  72. },
  73. "directories": {},
  74. "dist": {
  75. "shasum": "a31b4070adaea27d732ea333740a64d0ec9a6659",
  76. "tarball": "https://registry.npmjs.org/mime-db/-/mime-db-1.23.0.tgz"
  77. },
  78. "engines": {
  79. "node": ">= 0.6"
  80. },
  81. "files": [
  82. "HISTORY.md",
  83. "LICENSE",
  84. "README.md",
  85. "db.json",
  86. "index.js"
  87. ],
  88. "gitHead": "ba0d99fd05b3bfdc2ebcd78f858c25cb7db6af41",
  89. "homepage": "https://github.com/jshttp/mime-db#readme",
  90. "keywords": [
  91. "mime",
  92. "db",
  93. "type",
  94. "types",
  95. "database",
  96. "charset",
  97. "charsets"
  98. ],
  99. "license": "MIT",
  100. "maintainers": [
  101. {
  102. "email": "doug@somethingdoug.com",
  103. "name": "dougwilson"
  104. },
  105. {
  106. "email": "jonathanrichardong@gmail.com",
  107. "name": "jongleberry"
  108. }
  109. ],
  110. "name": "mime-db",
  111. "optionalDependencies": {},
  112. "readme": "ERROR: No README data found!",
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/jshttp/mime-db.git"
  116. },
  117. "scripts": {
  118. "build": "node scripts/build",
  119. "fetch": "gnode scripts/fetch-apache && gnode scripts/fetch-iana && gnode scripts/fetch-nginx",
  120. "test": "mocha --reporter spec --bail --check-leaks test/",
  121. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  122. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  123. "update": "npm run fetch && npm run build"
  124. },
  125. "version": "1.23.0"
  126. }