package.json 1.4 KB

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