package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "mime-types@~2.1.7",
  6. "scope": null,
  7. "escapedName": "mime-types",
  8. "name": "mime-types",
  9. "rawSpec": "~2.1.7",
  10. "spec": ">=2.1.7 <2.2.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/request"
  14. ]
  15. ],
  16. "_from": "mime-types@>=2.1.7 <2.2.0",
  17. "_id": "mime-types@2.1.14",
  18. "_inCache": true,
  19. "_location": "/mime-types",
  20. "_nodeVersion": "4.6.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/mime-types-2.1.14.tgz_1484458141358_0.7563668976072222"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "2.15.9",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "mime-types@~2.1.7",
  33. "scope": null,
  34. "escapedName": "mime-types",
  35. "name": "mime-types",
  36. "rawSpec": "~2.1.7",
  37. "spec": ">=2.1.7 <2.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/form-data",
  42. "/request"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.14.tgz",
  45. "_shasum": "f7ef7d97583fcaf3b7d282b6f8b5679dab1e94ee",
  46. "_shrinkwrap": null,
  47. "_spec": "mime-types@~2.1.7",
  48. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/request",
  49. "bugs": {
  50. "url": "https://github.com/jshttp/mime-types/issues"
  51. },
  52. "contributors": [
  53. {
  54. "name": "Douglas Christopher Wilson",
  55. "email": "doug@somethingdoug.com"
  56. },
  57. {
  58. "name": "Jeremiah Senkpiel",
  59. "email": "fishrock123@rocketmail.com",
  60. "url": "https://searchbeam.jit.su"
  61. },
  62. {
  63. "name": "Jonathan Ong",
  64. "email": "me@jongleberry.com",
  65. "url": "http://jongleberry.com"
  66. }
  67. ],
  68. "dependencies": {
  69. "mime-db": "~1.26.0"
  70. },
  71. "description": "The ultimate javascript content-type utility.",
  72. "devDependencies": {
  73. "eslint": "3.13.1",
  74. "eslint-config-standard": "6.2.1",
  75. "eslint-plugin-promise": "3.4.0",
  76. "eslint-plugin-standard": "2.0.1",
  77. "istanbul": "0.4.5",
  78. "mocha": "1.21.5"
  79. },
  80. "directories": {},
  81. "dist": {
  82. "shasum": "f7ef7d97583fcaf3b7d282b6f8b5679dab1e94ee",
  83. "tarball": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.14.tgz"
  84. },
  85. "engines": {
  86. "node": ">= 0.6"
  87. },
  88. "files": [
  89. "HISTORY.md",
  90. "LICENSE",
  91. "index.js"
  92. ],
  93. "gitHead": "d7d15e50fe6b3a2da79d855015d25efa50e9f157",
  94. "homepage": "https://github.com/jshttp/mime-types#readme",
  95. "keywords": [
  96. "mime",
  97. "types"
  98. ],
  99. "license": "MIT",
  100. "maintainers": [
  101. {
  102. "name": "dougwilson",
  103. "email": "doug@somethingdoug.com"
  104. },
  105. {
  106. "name": "fishrock123",
  107. "email": "fishrock123@rocketmail.com"
  108. },
  109. {
  110. "name": "jongleberry",
  111. "email": "jonathanrichardong@gmail.com"
  112. }
  113. ],
  114. "name": "mime-types",
  115. "optionalDependencies": {},
  116. "readme": "ERROR: No README data found!",
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/jshttp/mime-types.git"
  120. },
  121. "scripts": {
  122. "lint": "eslint .",
  123. "test": "mocha --reporter spec test/test.js",
  124. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js",
  125. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js"
  126. },
  127. "version": "2.1.14"
  128. }