選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

105 行
2.4 KiB

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