package.json 3.6 KB

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