package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "spdy@^3.4.1",
  3. "_id": "spdy@3.4.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jEvgkLRpMza5GON0oDzvLTLMAVfB5BxeOPbsWyisEyE8IbxL6cCiKbr8xrJdScs6XoOUp7pQy4PI+GVczHbO4w==",
  6. "_location": "/spdy",
  7. "_phantomChildren": {
  8. "ms": "2.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "spdy@^3.4.1",
  14. "name": "spdy",
  15. "escapedName": "spdy",
  16. "rawSpec": "^3.4.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^3.4.1"
  19. },
  20. "_requiredBy": [
  21. "/webpack-dev-server"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/spdy/-/spdy-3.4.7.tgz",
  24. "_shasum": "42ff41ece5cc0f99a3a6c28aabb73f5c3b03acbc",
  25. "_spec": "spdy@^3.4.1",
  26. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\webpack-dev-server",
  27. "author": {
  28. "name": "Fedor Indutny",
  29. "email": "fedor.indutny@gmail.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/spdy-http2/node-spdy/issues",
  33. "email": "node-spdy+bugs@indutny.com"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Chris Storm",
  39. "email": "github@eeecooks.com"
  40. },
  41. {
  42. "name": "François de Metz",
  43. "email": "francois@2metz.fr"
  44. },
  45. {
  46. "name": "Ilya Grigorik",
  47. "email": "ilya@igvita.com"
  48. },
  49. {
  50. "name": "Roberto Peon"
  51. },
  52. {
  53. "name": "Tatsuhiro Tsujikawa"
  54. },
  55. {
  56. "name": "Jesse Cravens",
  57. "email": "jesse.cravens@gmail.com"
  58. }
  59. ],
  60. "dependencies": {
  61. "debug": "^2.6.8",
  62. "handle-thing": "^1.2.5",
  63. "http-deceiver": "^1.2.7",
  64. "safe-buffer": "^5.0.1",
  65. "select-hose": "^2.0.0",
  66. "spdy-transport": "^2.0.18"
  67. },
  68. "deprecated": false,
  69. "description": "Implementation of the SPDY protocol on node.js.",
  70. "devDependencies": {
  71. "istanbul": "^0.4.5",
  72. "mocha": "^3.4.1",
  73. "pre-commit": "^1.2.2",
  74. "standard": "^10.0.2"
  75. },
  76. "engines": [
  77. "node >= 0.7.0"
  78. ],
  79. "homepage": "https://github.com/indutny/node-spdy",
  80. "keywords": [
  81. "spdy"
  82. ],
  83. "license": "MIT",
  84. "main": "./lib/spdy",
  85. "name": "spdy",
  86. "optionalDependencies": {},
  87. "pre-commit": [
  88. "lint",
  89. "test"
  90. ],
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/indutny/node-spdy.git"
  94. },
  95. "scripts": {
  96. "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js",
  97. "lint": "standard",
  98. "test": "mocha --reporter=spec test/*-test.js"
  99. },
  100. "version": "3.4.7"
  101. }