package.json 3.3 KB

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