package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_args": [
  3. [
  4. "mime-db@~1.33.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/mime-types"
  6. ]
  7. ],
  8. "_from": "mime-db@>=1.33.0 <1.34.0",
  9. "_id": "mime-db@1.33.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/mime-db",
  13. "_nodeVersion": "6.13.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/mime-db_1.33.0_1518757820140_0.8293249007794938"
  17. },
  18. "_npmUser": {
  19. "email": "doug@somethingdoug.com",
  20. "name": "dougwilson"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "mime-db",
  26. "raw": "mime-db@~1.33.0",
  27. "rawSpec": "~1.33.0",
  28. "scope": null,
  29. "spec": ">=1.33.0 <1.34.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/mime-types"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz",
  36. "_shasum": "a3492050a5cb9b63450541e39d9788d2272783db",
  37. "_shrinkwrap": null,
  38. "_spec": "mime-db@~1.33.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/mime-types",
  40. "bugs": {
  41. "url": "https://github.com/jshttp/mime-db/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Douglas Christopher Wilson",
  46. "email": "doug@somethingdoug.com"
  47. },
  48. {
  49. "name": "Jonathan Ong",
  50. "email": "me@jongleberry.com",
  51. "url": "http://jongleberry.com"
  52. },
  53. {
  54. "name": "Robert Kieffer",
  55. "email": "robert@broofa.com",
  56. "url": "http://github.com/broofa"
  57. }
  58. ],
  59. "dependencies": {},
  60. "description": "Media Type Database",
  61. "devDependencies": {
  62. "bluebird": "3.5.1",
  63. "co": "4.6.0",
  64. "cogent": "1.0.1",
  65. "csv-parse": "1.3.1",
  66. "eslint": "3.19.0",
  67. "eslint-config-standard": "10.2.1",
  68. "eslint-plugin-import": "2.8.0",
  69. "eslint-plugin-node": "5.2.1",
  70. "eslint-plugin-promise": "3.6.0",
  71. "eslint-plugin-standard": "3.0.1",
  72. "gnode": "0.1.2",
  73. "mocha": "1.21.5",
  74. "nyc": "11.4.1",
  75. "raw-body": "2.3.2",
  76. "stream-to-array": "2.3.0"
  77. },
  78. "directories": {},
  79. "dist": {
  80. "fileCount": 6,
  81. "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==",
  82. "shasum": "a3492050a5cb9b63450541e39d9788d2272783db",
  83. "tarball": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz",
  84. "unpackedSize": 168885
  85. },
  86. "engines": {
  87. "node": ">= 0.6"
  88. },
  89. "files": [
  90. "HISTORY.md",
  91. "LICENSE",
  92. "README.md",
  93. "db.json",
  94. "index.js"
  95. ],
  96. "gitHead": "e7c849b1c70ff745a4ae456a0cd5e6be8b05c2fb",
  97. "homepage": "https://github.com/jshttp/mime-db#readme",
  98. "keywords": [
  99. "charset",
  100. "charsets",
  101. "database",
  102. "db",
  103. "mime",
  104. "type",
  105. "types"
  106. ],
  107. "license": "MIT",
  108. "maintainers": [
  109. {
  110. "name": "dougwilson",
  111. "email": "doug@somethingdoug.com"
  112. },
  113. {
  114. "name": "jongleberry",
  115. "email": "jonathanrichardong@gmail.com"
  116. }
  117. ],
  118. "name": "mime-db",
  119. "optionalDependencies": {},
  120. "readme": "ERROR: No README data found!",
  121. "repository": {
  122. "type": "git",
  123. "url": "git+https://github.com/jshttp/mime-db.git"
  124. },
  125. "scripts": {
  126. "build": "node scripts/build",
  127. "fetch": "gnode scripts/fetch-apache && gnode scripts/fetch-iana && gnode scripts/fetch-nginx",
  128. "lint": "eslint .",
  129. "test": "mocha --reporter spec --bail --check-leaks test/",
  130. "test-cov": "nyc --reporter=html --reporter=text npm test",
  131. "test-travis": "nyc --reporter=text npm test",
  132. "update": "npm run fetch && npm run build"
  133. },
  134. "version": "1.33.0"
  135. }