package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "spdy-transport@^2.0.18",
  3. "_id": "spdy-transport@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-q7D8c148escoB3Z7ySCASadkegMmUZW8Wb/Q1u0/XBgDKMO880rLQDj8Twiew/tYi7ghemKUi/whSYOwE17f5Q==",
  6. "_location": "/spdy-transport",
  7. "_phantomChildren": {
  8. "ms": "2.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "spdy-transport@^2.0.18",
  14. "name": "spdy-transport",
  15. "escapedName": "spdy-transport",
  16. "rawSpec": "^2.0.18",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.0.18"
  19. },
  20. "_requiredBy": [
  21. "/spdy"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/spdy-transport/-/spdy-transport-2.1.1.tgz",
  24. "_shasum": "c54815d73858aadd06ce63001e7d25fa6441623b",
  25. "_spec": "spdy-transport@^2.0.18",
  26. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\spdy",
  27. "author": {
  28. "name": "Fedor Indutny",
  29. "email": "fedor@indutny.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/spdy-http2/spdy-transport/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "debug": "^2.6.8",
  37. "detect-node": "^2.0.3",
  38. "hpack.js": "^2.1.6",
  39. "obuf": "^1.1.1",
  40. "readable-stream": "^2.2.9",
  41. "safe-buffer": "^5.0.1",
  42. "wbuf": "^1.7.2"
  43. },
  44. "deprecated": false,
  45. "description": "SPDY v2, v3, v3.1 and HTTP2 transport",
  46. "devDependencies": {
  47. "async": "^2.4.1",
  48. "istanbul": "^0.4.5",
  49. "mocha": "^3.4.1",
  50. "pre-commit": "^1.2.2",
  51. "standard": "^10.0.2",
  52. "stream-pair": "^1.0.3"
  53. },
  54. "homepage": "https://github.com/spdy-http2/spdy-transport",
  55. "keywords": [
  56. "spdy",
  57. "http2",
  58. "transport"
  59. ],
  60. "license": "MIT",
  61. "main": "lib/spdy-transport",
  62. "name": "spdy-transport",
  63. "pre-commit": [
  64. "lint",
  65. "test"
  66. ],
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/spdy-http2/spdy-transport.git"
  70. },
  71. "scripts": {
  72. "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js test/**/**/*-test.js",
  73. "lint": "standard",
  74. "test": "mocha --reporter=spec test/**/*-test.js test/**/**/*-test.js"
  75. },
  76. "version": "2.1.1"
  77. }