package.json 3.6 KB

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