package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "hpack.js@^2.1.6",
  5. "/home/seleznev/project Angular/Quality system/node_modules/spdy-transport"
  6. ]
  7. ],
  8. "_from": "hpack.js@>=2.1.6 <3.0.0",
  9. "_id": "hpack.js@2.1.6",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/hpack.js",
  13. "_nodeVersion": "6.3.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/hpack.js-2.1.6.tgz_1474221634241_0.9987347291316837"
  17. },
  18. "_npmUser": {
  19. "email": "fedor@indutny.com",
  20. "name": "indutny"
  21. },
  22. "_npmVersion": "3.10.3",
  23. "_phantomChildren": {
  24. "core-util-is": "1.0.2",
  25. "inherits": "2.0.3",
  26. "process-nextick-args": "2.0.0",
  27. "safe-buffer": "5.1.2",
  28. "util-deprecate": "1.0.2"
  29. },
  30. "_requested": {
  31. "name": "hpack.js",
  32. "raw": "hpack.js@^2.1.6",
  33. "rawSpec": "^2.1.6",
  34. "scope": null,
  35. "spec": ">=2.1.6 <3.0.0",
  36. "type": "range"
  37. },
  38. "_requiredBy": [
  39. "/spdy-transport"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
  42. "_shasum": "87774c0949e513f42e84575b3c45681fade2a0b2",
  43. "_shrinkwrap": null,
  44. "_spec": "hpack.js@^2.1.6",
  45. "_where": "/home/seleznev/project Angular/Quality system/node_modules/spdy-transport",
  46. "author": {
  47. "email": "fedor@indutny.com",
  48. "name": "Fedor Indutny"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/indutny/hpack.js/issues"
  52. },
  53. "dependencies": {
  54. "inherits": "^2.0.1",
  55. "obuf": "^1.0.0",
  56. "readable-stream": "^2.0.1",
  57. "wbuf": "^1.1.0"
  58. },
  59. "description": "HPACK implementation",
  60. "devDependencies": {
  61. "mocha": "^2.2.5"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "87774c0949e513f42e84575b3c45681fade2a0b2",
  66. "tarball": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz"
  67. },
  68. "gitHead": "c23a03a4ef7fed112e57998911d7ae8df8925616",
  69. "homepage": "https://github.com/indutny/hpack.js#readme",
  70. "keywords": [
  71. "HPACK",
  72. "HTTP2",
  73. "compress",
  74. "decompress",
  75. "headers"
  76. ],
  77. "license": "MIT",
  78. "main": "lib/hpack.js",
  79. "maintainers": [
  80. {
  81. "name": "indutny",
  82. "email": "fedor@indutny.com"
  83. }
  84. ],
  85. "name": "hpack.js",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+ssh://git@github.com/indutny/hpack.js.git"
  91. },
  92. "scripts": {
  93. "test": "mocha test/*-test.js"
  94. },
  95. "version": "2.1.6"
  96. }