package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. "mime-types@~2.1.18",
  5. "/home/seleznev/project Angular/Quality system/node_modules/accepts"
  6. ]
  7. ],
  8. "_from": "mime-types@>=2.1.18 <2.2.0",
  9. "_id": "mime-types@2.1.18",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/mime-types",
  13. "_nodeVersion": "6.13.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/mime-types_2.1.18_1518802461370_0.7224202442179994"
  17. },
  18. "_npmUser": {
  19. "email": "doug@somethingdoug.com",
  20. "name": "dougwilson"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "mime-types",
  26. "raw": "mime-types@~2.1.18",
  27. "rawSpec": "~2.1.18",
  28. "scope": null,
  29. "spec": ">=2.1.18 <2.2.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/accepts",
  34. "/serve-index",
  35. "/type-is"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz",
  38. "_shasum": "6f323f60a83d11146f831ff11fd66e2fe5503bb8",
  39. "_shrinkwrap": null,
  40. "_spec": "mime-types@~2.1.18",
  41. "_where": "/home/seleznev/project Angular/Quality system/node_modules/accepts",
  42. "bugs": {
  43. "url": "https://github.com/jshttp/mime-types/issues"
  44. },
  45. "contributors": [
  46. {
  47. "name": "Douglas Christopher Wilson",
  48. "email": "doug@somethingdoug.com"
  49. },
  50. {
  51. "name": "Jeremiah Senkpiel",
  52. "email": "fishrock123@rocketmail.com",
  53. "url": "https://searchbeam.jit.su"
  54. },
  55. {
  56. "name": "Jonathan Ong",
  57. "email": "me@jongleberry.com",
  58. "url": "http://jongleberry.com"
  59. }
  60. ],
  61. "dependencies": {
  62. "mime-db": "~1.33.0"
  63. },
  64. "description": "The ultimate javascript content-type utility.",
  65. "devDependencies": {
  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. "istanbul": "0.4.5",
  73. "mocha": "1.21.5"
  74. },
  75. "directories": {},
  76. "dist": {
  77. "fileCount": 5,
  78. "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==",
  79. "shasum": "6f323f60a83d11146f831ff11fd66e2fe5503bb8",
  80. "tarball": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz",
  81. "unpackedSize": 14341
  82. },
  83. "engines": {
  84. "node": ">= 0.6"
  85. },
  86. "files": [
  87. "HISTORY.md",
  88. "LICENSE",
  89. "index.js"
  90. ],
  91. "gitHead": "076f7902e3a730970ea96cd0b9c09bb6110f1127",
  92. "homepage": "https://github.com/jshttp/mime-types#readme",
  93. "keywords": [
  94. "mime",
  95. "types"
  96. ],
  97. "license": "MIT",
  98. "maintainers": [
  99. {
  100. "name": "dougwilson",
  101. "email": "doug@somethingdoug.com"
  102. },
  103. {
  104. "name": "fishrock123",
  105. "email": "fishrock123@rocketmail.com"
  106. },
  107. {
  108. "name": "jongleberry",
  109. "email": "jonathanrichardong@gmail.com"
  110. }
  111. ],
  112. "name": "mime-types",
  113. "optionalDependencies": {},
  114. "readme": "ERROR: No README data found!",
  115. "repository": {
  116. "type": "git",
  117. "url": "git+https://github.com/jshttp/mime-types.git"
  118. },
  119. "scripts": {
  120. "lint": "eslint .",
  121. "test": "mocha --reporter spec test/test.js",
  122. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js",
  123. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js"
  124. },
  125. "version": "2.1.18"
  126. }