package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "spdy-transport@^3.0.0",
  3. "_id": "spdy-transport@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==",
  6. "_location": "/spdy-transport",
  7. "_phantomChildren": {
  8. "inherits": "2.0.4",
  9. "string_decoder": "1.1.1",
  10. "util-deprecate": "1.0.2"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "spdy-transport@^3.0.0",
  16. "name": "spdy-transport",
  17. "escapedName": "spdy-transport",
  18. "rawSpec": "^3.0.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^3.0.0"
  21. },
  22. "_requiredBy": [
  23. "/spdy"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz",
  26. "_shasum": "00d4863a6400ad75df93361a1608605e5dcdcf31",
  27. "_spec": "spdy-transport@^3.0.0",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\spdy",
  29. "author": {
  30. "name": "Fedor Indutny",
  31. "email": "fedor@indutny.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/spdy-http2/spdy-transport/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "debug": "^4.1.0",
  39. "detect-node": "^2.0.4",
  40. "hpack.js": "^2.1.6",
  41. "obuf": "^1.1.2",
  42. "readable-stream": "^3.0.6",
  43. "wbuf": "^1.7.3"
  44. },
  45. "deprecated": false,
  46. "description": "SPDY v2, v3, v3.1 and HTTP2 transport",
  47. "devDependencies": {
  48. "async": "^2.6.1",
  49. "istanbul": "^0.4.5",
  50. "mocha": "^5.2.0",
  51. "pre-commit": "^1.2.2",
  52. "standard": "^12.0.1",
  53. "stream-pair": "^1.0.3"
  54. },
  55. "homepage": "https://github.com/spdy-http2/spdy-transport",
  56. "keywords": [
  57. "spdy",
  58. "http2",
  59. "transport"
  60. ],
  61. "license": "MIT",
  62. "main": "lib/spdy-transport",
  63. "name": "spdy-transport",
  64. "pre-commit": [
  65. "lint",
  66. "test"
  67. ],
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/spdy-http2/spdy-transport.git"
  71. },
  72. "scripts": {
  73. "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js test/**/**/*-test.js",
  74. "lint": "standard",
  75. "test": "mocha --reporter=spec test/**/*-test.js test/**/**/*-test.js"
  76. },
  77. "version": "3.0.0"
  78. }