package.json 2.0 KB

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