package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "hpack.js@2.1.6",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hpack.js@2.1.6",
  10. "_id": "hpack.js@2.1.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==",
  13. "_location": "/hpack.js",
  14. "_phantomChildren": {
  15. "core-util-is": "1.0.3",
  16. "inherits": "2.0.4",
  17. "isarray": "1.0.0",
  18. "process-nextick-args": "2.0.1",
  19. "util-deprecate": "1.0.2"
  20. },
  21. "_requested": {
  22. "type": "version",
  23. "registry": true,
  24. "raw": "hpack.js@2.1.6",
  25. "name": "hpack.js",
  26. "escapedName": "hpack.js",
  27. "rawSpec": "2.1.6",
  28. "saveSpec": null,
  29. "fetchSpec": "2.1.6"
  30. },
  31. "_requiredBy": [
  32. "/spdy-transport"
  33. ],
  34. "_resolved": "https://registry.npmmirror.com/hpack.js/-/hpack.js-2.1.6.tgz",
  35. "_spec": "2.1.6",
  36. "_where": "/Users/mac/projects/mime/mine",
  37. "author": {
  38. "name": "Fedor Indutny",
  39. "email": "fedor@indutny.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/indutny/hpack.js/issues"
  43. },
  44. "dependencies": {
  45. "inherits": "^2.0.1",
  46. "obuf": "^1.0.0",
  47. "readable-stream": "^2.0.1",
  48. "wbuf": "^1.1.0"
  49. },
  50. "description": "HPACK implementation",
  51. "devDependencies": {
  52. "mocha": "^2.2.5"
  53. },
  54. "homepage": "https://github.com/indutny/hpack.js#readme",
  55. "keywords": [
  56. "HPACK",
  57. "HTTP2",
  58. "compress",
  59. "decompress",
  60. "headers"
  61. ],
  62. "license": "MIT",
  63. "main": "lib/hpack.js",
  64. "name": "hpack.js",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+ssh://git@github.com/indutny/hpack.js.git"
  68. },
  69. "scripts": {
  70. "test": "mocha test/*-test.js"
  71. },
  72. "version": "2.1.6"
  73. }