package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "spdy-transport@^3.0.0",
  12. "name": "spdy-transport",
  13. "escapedName": "spdy-transport",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/spdy"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/spdy-transport/-/spdy-transport-3.0.0.tgz",
  22. "_shasum": "00d4863a6400ad75df93361a1608605e5dcdcf31",
  23. "_spec": "spdy-transport@^3.0.0",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\spdy",
  25. "author": {
  26. "name": "Fedor Indutny",
  27. "email": "fedor@indutny.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/spdy-http2/spdy-transport/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "debug": "^4.1.0",
  35. "detect-node": "^2.0.4",
  36. "hpack.js": "^2.1.6",
  37. "obuf": "^1.1.2",
  38. "readable-stream": "^3.0.6",
  39. "wbuf": "^1.7.3"
  40. },
  41. "deprecated": false,
  42. "description": "SPDY v2, v3, v3.1 and HTTP2 transport",
  43. "devDependencies": {
  44. "async": "^2.6.1",
  45. "istanbul": "^0.4.5",
  46. "mocha": "^5.2.0",
  47. "pre-commit": "^1.2.2",
  48. "standard": "^12.0.1",
  49. "stream-pair": "^1.0.3"
  50. },
  51. "homepage": "https://github.com/spdy-http2/spdy-transport",
  52. "keywords": [
  53. "spdy",
  54. "http2",
  55. "transport"
  56. ],
  57. "license": "MIT",
  58. "main": "lib/spdy-transport",
  59. "name": "spdy-transport",
  60. "pre-commit": [
  61. "lint",
  62. "test"
  63. ],
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/spdy-http2/spdy-transport.git"
  67. },
  68. "scripts": {
  69. "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js test/**/**/*-test.js",
  70. "lint": "standard",
  71. "test": "mocha --reporter=spec test/**/*-test.js test/**/**/*-test.js"
  72. },
  73. "version": "3.0.0"
  74. }