package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "hpack.js@^2.1.6",
  3. "_id": "hpack.js@2.1.6",
  4. "_inBundle": false,
  5. "_integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=",
  6. "_location": "/hpack.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hpack.js@^2.1.6",
  12. "name": "hpack.js",
  13. "escapedName": "hpack.js",
  14. "rawSpec": "^2.1.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.6"
  17. },
  18. "_requiredBy": [
  19. "/spdy-transport"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
  22. "_shasum": "87774c0949e513f42e84575b3c45681fade2a0b2",
  23. "_spec": "hpack.js@^2.1.6",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\spdy-transport",
  25. "author": {
  26. "name": "Fedor Indutny",
  27. "email": "fedor@indutny.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/indutny/hpack.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "inherits": "^2.0.1",
  35. "obuf": "^1.0.0",
  36. "readable-stream": "^2.0.1",
  37. "wbuf": "^1.1.0"
  38. },
  39. "deprecated": false,
  40. "description": "HPACK implementation",
  41. "devDependencies": {
  42. "mocha": "^2.2.5"
  43. },
  44. "homepage": "https://github.com/indutny/hpack.js#readme",
  45. "keywords": [
  46. "HPACK",
  47. "HTTP2",
  48. "compress",
  49. "decompress",
  50. "headers"
  51. ],
  52. "license": "MIT",
  53. "main": "lib/hpack.js",
  54. "name": "hpack.js",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+ssh://git@github.com/indutny/hpack.js.git"
  58. },
  59. "scripts": {
  60. "test": "mocha test/*-test.js"
  61. },
  62. "version": "2.1.6"
  63. }