package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_args": [
  3. [
  4. "spdy@^3.4.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/webpack-dev-server"
  6. ]
  7. ],
  8. "_from": "spdy@>=3.4.1 <4.0.0",
  9. "_id": "spdy@3.4.7",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/spdy",
  13. "_nodeVersion": "6.10.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/spdy-3.4.7.tgz_1495504570791_0.5951773677952588"
  17. },
  18. "_npmUser": {
  19. "email": "daviddias.p@gmail.com",
  20. "name": "daviddias"
  21. },
  22. "_npmVersion": "3.10.10",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "spdy",
  26. "raw": "spdy@^3.4.1",
  27. "rawSpec": "^3.4.1",
  28. "scope": null,
  29. "spec": ">=3.4.1 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/webpack-dev-server"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/spdy/-/spdy-3.4.7.tgz",
  36. "_shasum": "42ff41ece5cc0f99a3a6c28aabb73f5c3b03acbc",
  37. "_shrinkwrap": null,
  38. "_spec": "spdy@^3.4.1",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/webpack-dev-server",
  40. "author": {
  41. "email": "fedor.indutny@gmail.com",
  42. "name": "Fedor Indutny"
  43. },
  44. "bugs": {
  45. "email": "node-spdy+bugs@indutny.com",
  46. "url": "https://github.com/spdy-http2/node-spdy/issues"
  47. },
  48. "contributors": [
  49. {
  50. "name": "Chris Storm",
  51. "email": "github@eeecooks.com"
  52. },
  53. {
  54. "name": "François de Metz",
  55. "email": "francois@2metz.fr"
  56. },
  57. {
  58. "name": "Ilya Grigorik",
  59. "email": "ilya@igvita.com"
  60. },
  61. {
  62. "name": "Roberto Peon"
  63. },
  64. {
  65. "name": "Tatsuhiro Tsujikawa"
  66. },
  67. {
  68. "name": "Jesse Cravens",
  69. "email": "jesse.cravens@gmail.com"
  70. }
  71. ],
  72. "dependencies": {
  73. "debug": "^2.6.8",
  74. "handle-thing": "^1.2.5",
  75. "http-deceiver": "^1.2.7",
  76. "safe-buffer": "^5.0.1",
  77. "select-hose": "^2.0.0",
  78. "spdy-transport": "^2.0.18"
  79. },
  80. "description": "Implementation of the SPDY protocol on node.js.",
  81. "devDependencies": {
  82. "istanbul": "^0.4.5",
  83. "mocha": "^3.4.1",
  84. "pre-commit": "^1.2.2",
  85. "standard": "^10.0.2"
  86. },
  87. "directories": {},
  88. "dist": {
  89. "shasum": "42ff41ece5cc0f99a3a6c28aabb73f5c3b03acbc",
  90. "tarball": "https://registry.npmjs.org/spdy/-/spdy-3.4.7.tgz"
  91. },
  92. "engines": [
  93. "node >= 0.7.0"
  94. ],
  95. "gitHead": "a1d8ce4af3bc4af098e6dc77ffdaf5a79c1aaea2",
  96. "homepage": "https://github.com/indutny/node-spdy",
  97. "keywords": [
  98. "spdy"
  99. ],
  100. "license": "MIT",
  101. "main": "./lib/spdy",
  102. "maintainers": [
  103. {
  104. "name": "daviddias",
  105. "email": "daviddias.p@gmail.com"
  106. },
  107. {
  108. "name": "fedor.indutny",
  109. "email": "fedor.indutny@gmail.com"
  110. },
  111. {
  112. "name": "indutny",
  113. "email": "fedor@indutny.com"
  114. },
  115. {
  116. "name": "rauchg",
  117. "email": "rauchg@gmail.com"
  118. }
  119. ],
  120. "name": "spdy",
  121. "optionalDependencies": {},
  122. "pre-commit": [
  123. "lint",
  124. "test"
  125. ],
  126. "readme": "ERROR: No README data found!",
  127. "repository": {
  128. "type": "git",
  129. "url": "git://github.com/indutny/node-spdy.git"
  130. },
  131. "scripts": {
  132. "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js",
  133. "lint": "standard",
  134. "test": "mocha --reporter=spec test/*-test.js"
  135. },
  136. "version": "3.4.7"
  137. }