package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "inflation@2.1.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "inflation@2.1.0",
  9. "_id": "inflation@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-t54PPJHG1Pp7VQvxyVCJ9mBbjG3Hqryges9bXoOO6GExCPa+//i/d5GSuFtpx3ALLd7lgIAur6zrIlBQyJuMlQ==",
  12. "_location": "/inflation",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "inflation@2.1.0",
  18. "name": "inflation",
  19. "escapedName": "inflation",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/co-body"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/inflation/-/inflation-2.1.0.tgz",
  28. "_spec": "2.1.0",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Jonathan Ong",
  32. "email": "me@jongleberry.com",
  33. "url": "http://jongleberry.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/stream-utils/inflation/issues"
  37. },
  38. "description": "Easily unzip an HTTP stream",
  39. "devDependencies": {
  40. "git-contributor": "^2.1.5",
  41. "istanbul": "0.2.10",
  42. "mocha": "^10.2.0",
  43. "readable-stream": "~1.0.27",
  44. "should": "4.0.4"
  45. },
  46. "engines": {
  47. "node": ">= 0.8.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/stream-utils/inflation#readme",
  53. "keywords": [
  54. "decompress",
  55. "unzip",
  56. "inflate",
  57. "zlib",
  58. "gunzip",
  59. "brotli"
  60. ],
  61. "license": "MIT",
  62. "name": "inflation",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/stream-utils/inflation.git"
  66. },
  67. "scripts": {
  68. "contributor": "git-contributor",
  69. "test": "mocha --reporter spec --bail test/*.js",
  70. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
  71. },
  72. "version": "2.1.0"
  73. }