package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "hpack.js@2.1.6",
  5. "/Users/lihai/jolijoli/pad_spa"
  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.npm.taobao.org/hpack.js/download/hpack.js-2.1.6.tgz",
  29. "_spec": "2.1.6",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }