package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "inflation@~2.0.0",
  5. "D:\\work\\im\\node_modules\\co-body"
  6. ]
  7. ],
  8. "_from": "inflation@>=2.0.0 <2.1.0",
  9. "_id": "inflation@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/inflation",
  13. "_nodeVersion": "5.10.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/inflation-2.0.0.tgz_1460238386298_0.394563042325899"
  17. },
  18. "_npmUser": {
  19. "email": "jonathanrichardong@gmail.com",
  20. "name": "jongleberry"
  21. },
  22. "_npmVersion": "3.8.5",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "inflation",
  26. "raw": "inflation@~2.0.0",
  27. "rawSpec": "~2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <2.1.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/co-body"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/inflation/-/inflation-2.0.0.tgz",
  36. "_shasum": "8b417e47c28f925a45133d914ca1fd389107f30f",
  37. "_shrinkwrap": null,
  38. "_spec": "inflation@~2.0.0",
  39. "_where": "D:\\work\\im\\node_modules\\co-body",
  40. "author": {
  41. "email": "me@jongleberry.com",
  42. "name": "Jonathan Ong",
  43. "url": "http://jongleberry.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/stream-utils/inflation/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Easily unzip an HTTP stream",
  50. "devDependencies": {
  51. "istanbul": "0.2.10",
  52. "mocha": "~1.20.1",
  53. "readable-stream": "~1.0.27",
  54. "should": "4.0.4"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "8b417e47c28f925a45133d914ca1fd389107f30f",
  59. "tarball": "https://registry.npmjs.org/inflation/-/inflation-2.0.0.tgz"
  60. },
  61. "engines": {
  62. "node": ">= 0.8.0"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "gitHead": "f35cb3109d334370ff9a62ea4012453177a35c50",
  68. "homepage": "https://github.com/stream-utils/inflation#readme",
  69. "keywords": [
  70. "decompress",
  71. "unzip",
  72. "inflate",
  73. "zlib",
  74. "gunzip"
  75. ],
  76. "license": "MIT",
  77. "maintainers": [
  78. {
  79. "email": "jonathanrichardong@gmail.com",
  80. "name": "jongleberry"
  81. },
  82. {
  83. "email": "doug@somethingdoug.com",
  84. "name": "dougwilson"
  85. }
  86. ],
  87. "name": "inflation",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/stream-utils/inflation.git"
  93. },
  94. "scripts": {
  95. "test": "mocha --reporter spec --bail test/",
  96. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/",
  97. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"
  98. },
  99. "version": "2.0.0"
  100. }