package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_args": [
  3. [
  4. "compressible@~2.0.0",
  5. "D:\\work\\im\\node_modules\\koa-static-cache"
  6. ]
  7. ],
  8. "_from": "compressible@>=2.0.0 <2.1.0",
  9. "_id": "compressible@2.0.8",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/compressible",
  13. "_npmOperationalInternal": {
  14. "host": "packages-16-east.internal.npmjs.com",
  15. "tmp": "tmp/compressible-2.0.8.tgz_1463066991355_0.24597734049893916"
  16. },
  17. "_npmUser": {
  18. "email": "doug@somethingdoug.com",
  19. "name": "dougwilson"
  20. },
  21. "_npmVersion": "1.4.28",
  22. "_phantomChildren": {},
  23. "_requested": {
  24. "name": "compressible",
  25. "raw": "compressible@~2.0.0",
  26. "rawSpec": "~2.0.0",
  27. "scope": null,
  28. "spec": ">=2.0.0 <2.1.0",
  29. "type": "range"
  30. },
  31. "_requiredBy": [
  32. "/koa-static-cache"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.8.tgz",
  35. "_shasum": "7162e6c46d3b9d200ffb45cb4e4a0f7832732503",
  36. "_shrinkwrap": null,
  37. "_spec": "compressible@~2.0.0",
  38. "_where": "D:\\work\\im\\node_modules\\koa-static-cache",
  39. "bugs": {
  40. "url": "https://github.com/jshttp/compressible/issues"
  41. },
  42. "contributors": [
  43. {
  44. "email": "doug@somethingdoug.com",
  45. "name": "Douglas Christopher Wilson"
  46. },
  47. {
  48. "email": "me@jongleberry.com",
  49. "name": "Jonathan Ong",
  50. "url": "http://jongleberry.com"
  51. },
  52. {
  53. "email": "fishrock123@rocketmail.com",
  54. "name": "Jeremiah Senkpiel",
  55. "url": "https://searchbeam.jit.su"
  56. }
  57. ],
  58. "dependencies": {
  59. "mime-db": ">= 1.23.0 < 2"
  60. },
  61. "description": "Compressible Content-Type / mime checking",
  62. "devDependencies": {
  63. "eslint": "2.9.0",
  64. "eslint-config-standard": "5.3.1",
  65. "eslint-plugin-promise": "1.1.0",
  66. "eslint-plugin-standard": "1.3.2",
  67. "istanbul": "0.4.3",
  68. "mocha": "~1.21.5"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "7162e6c46d3b9d200ffb45cb4e4a0f7832732503",
  73. "tarball": "https://registry.npmjs.org/compressible/-/compressible-2.0.8.tgz"
  74. },
  75. "engines": {
  76. "node": ">= 0.6"
  77. },
  78. "files": [
  79. "HISTORY.md",
  80. "LICENSE",
  81. "README.md",
  82. "index.js"
  83. ],
  84. "gitHead": "b696fa801bf93ffff41a3854cedd6f2ce86b0124",
  85. "homepage": "https://github.com/jshttp/compressible",
  86. "keywords": [
  87. "compress",
  88. "gzip",
  89. "mime",
  90. "content-type"
  91. ],
  92. "license": "MIT",
  93. "maintainers": [
  94. {
  95. "email": "shtylman@gmail.com",
  96. "name": "defunctzombie"
  97. },
  98. {
  99. "email": "doug@somethingdoug.com",
  100. "name": "dougwilson"
  101. },
  102. {
  103. "email": "federomero@gmail.com",
  104. "name": "federomero"
  105. },
  106. {
  107. "email": "fishrock123@rocketmail.com",
  108. "name": "fishrock123"
  109. },
  110. {
  111. "email": "jonathanrichardong@gmail.com",
  112. "name": "jongleberry"
  113. },
  114. {
  115. "email": "mscdex@mscdex.net",
  116. "name": "mscdex"
  117. },
  118. {
  119. "email": "tj@vision-media.ca",
  120. "name": "tjholowaychuk"
  121. }
  122. ],
  123. "name": "compressible",
  124. "optionalDependencies": {},
  125. "readme": "ERROR: No README data found!",
  126. "repository": {
  127. "type": "git",
  128. "url": "git+https://github.com/jshttp/compressible.git"
  129. },
  130. "scripts": {
  131. "lint": "eslint **/*.js",
  132. "test": "mocha --reporter spec --bail --check-leaks test/",
  133. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks",
  134. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --check-leaks"
  135. },
  136. "version": "2.0.8"
  137. }