package.json 2.4 KB

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