package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "spdy@4.0.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "spdy@4.0.0",
  10. "_id": "spdy@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-gfIitadDoymqEs6mo5DmDpthPFI=",
  13. "_location": "/spdy",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "spdy@4.0.0",
  19. "name": "spdy",
  20. "escapedName": "spdy",
  21. "rawSpec": "4.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "http://registry.npm.taobao.org/spdy/download/spdy-4.0.0.tgz",
  29. "_spec": "4.0.0",
  30. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  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": "^5.2.0",
  74. "pre-commit": "^1.2.2",
  75. "standard": "^12.0.1"
  76. },
  77. "engines": {
  78. "node": ">=6.0.0",
  79. "npm": ">=6.0.0"
  80. },
  81. "homepage": "https://github.com/indutny/node-spdy",
  82. "keywords": [
  83. "spdy"
  84. ],
  85. "license": "MIT",
  86. "main": "./lib/spdy",
  87. "name": "spdy",
  88. "optionalDependencies": {},
  89. "pre-commit": [
  90. "lint",
  91. "test"
  92. ],
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/indutny/node-spdy.git"
  96. },
  97. "scripts": {
  98. "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js",
  99. "lint": "standard",
  100. "test": "mocha --reporter=spec test/*-test.js"
  101. },
  102. "version": "4.0.0"
  103. }