package.json 1.4 KB

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