You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
2.2 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "hpack.js@^2.1.6",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/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. "_requested": {
  25. "name": "hpack.js",
  26. "raw": "hpack.js@^2.1.6",
  27. "rawSpec": "^2.1.6",
  28. "scope": null,
  29. "spec": ">=2.1.6 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/spdy-transport"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
  36. "_shasum": "87774c0949e513f42e84575b3c45681fade2a0b2",
  37. "_shrinkwrap": null,
  38. "_spec": "hpack.js@^2.1.6",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/spdy-transport",
  40. "author": {
  41. "email": "fedor@indutny.com",
  42. "name": "Fedor Indutny"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/indutny/hpack.js/issues"
  46. },
  47. "dependencies": {
  48. "inherits": "^2.0.1",
  49. "obuf": "^1.0.0",
  50. "readable-stream": "^2.0.1",
  51. "wbuf": "^1.1.0"
  52. },
  53. "description": "HPACK implementation",
  54. "devDependencies": {
  55. "mocha": "^2.2.5"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "87774c0949e513f42e84575b3c45681fade2a0b2",
  60. "tarball": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz"
  61. },
  62. "gitHead": "c23a03a4ef7fed112e57998911d7ae8df8925616",
  63. "homepage": "https://github.com/indutny/hpack.js#readme",
  64. "keywords": [
  65. "HPACK",
  66. "HTTP2",
  67. "compress",
  68. "decompress",
  69. "headers"
  70. ],
  71. "license": "MIT",
  72. "main": "lib/hpack.js",
  73. "maintainers": [
  74. {
  75. "name": "indutny",
  76. "email": "fedor@indutny.com"
  77. }
  78. ],
  79. "name": "hpack.js",
  80. "optionalDependencies": {},
  81. "readme": "ERROR: No README data found!",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+ssh://git@github.com/indutny/hpack.js.git"
  85. },
  86. "scripts": {
  87. "test": "mocha test/*-test.js"
  88. },
  89. "version": "2.1.6"
  90. }