package.json 2.3 KB

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