package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. "/webpack-dev-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz",
  22. "_shasum": "b74f466203a3eda452c02492b91fb9e84a27677b",
  23. "_spec": "spdy@^4.0.2",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\webpack-dev-server",
  25. "author": {
  26. "name": "Fedor Indutny",
  27. "email": "fedor.indutny@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/spdy-http2/node-spdy/issues",
  31. "email": "node-spdy+bugs@indutny.com"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Chris Storm",
  37. "email": "github@eeecooks.com"
  38. },
  39. {
  40. "name": "François de Metz",
  41. "email": "francois@2metz.fr"
  42. },
  43. {
  44. "name": "Ilya Grigorik",
  45. "email": "ilya@igvita.com"
  46. },
  47. {
  48. "name": "Roberto Peon"
  49. },
  50. {
  51. "name": "Tatsuhiro Tsujikawa"
  52. },
  53. {
  54. "name": "Jesse Cravens",
  55. "email": "jesse.cravens@gmail.com"
  56. }
  57. ],
  58. "dependencies": {
  59. "debug": "^4.1.0",
  60. "handle-thing": "^2.0.0",
  61. "http-deceiver": "^1.2.7",
  62. "select-hose": "^2.0.0",
  63. "spdy-transport": "^3.0.0"
  64. },
  65. "deprecated": false,
  66. "description": "Implementation of the SPDY protocol on node.js.",
  67. "devDependencies": {
  68. "istanbul": "^0.4.5",
  69. "mocha": "^6.2.3",
  70. "pre-commit": "^1.2.2",
  71. "standard": "^13.1.0"
  72. },
  73. "engines": {
  74. "node": ">=6.0.0"
  75. },
  76. "homepage": "https://github.com/indutny/node-spdy",
  77. "keywords": [
  78. "spdy"
  79. ],
  80. "license": "MIT",
  81. "main": "./lib/spdy",
  82. "name": "spdy",
  83. "optionalDependencies": {},
  84. "pre-commit": [
  85. "lint",
  86. "test"
  87. ],
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/indutny/node-spdy.git"
  91. },
  92. "scripts": {
  93. "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js",
  94. "lint": "standard",
  95. "test": "mocha --reporter=spec test/*-test.js"
  96. },
  97. "version": "4.0.2"
  98. }