package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "spdy-transport@^2.0.18",
  5. "/home/seleznev/project Angular/Quality system/node_modules/spdy"
  6. ]
  7. ],
  8. "_from": "spdy-transport@>=2.0.18 <3.0.0",
  9. "_id": "spdy-transport@2.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/spdy-transport",
  13. "_nodeVersion": "9.4.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/spdy-transport_2.1.0_1521655187928_0.6744279531580166"
  17. },
  18. "_npmUser": {
  19. "email": "daviddias.p@gmail.com",
  20. "name": "daviddias"
  21. },
  22. "_npmVersion": "5.7.1",
  23. "_phantomChildren": {
  24. "core-util-is": "1.0.2",
  25. "inherits": "2.0.3",
  26. "process-nextick-args": "2.0.0",
  27. "safe-buffer": "5.1.2",
  28. "util-deprecate": "1.0.2"
  29. },
  30. "_requested": {
  31. "name": "spdy-transport",
  32. "raw": "spdy-transport@^2.0.18",
  33. "rawSpec": "^2.0.18",
  34. "scope": null,
  35. "spec": ">=2.0.18 <3.0.0",
  36. "type": "range"
  37. },
  38. "_requiredBy": [
  39. "/spdy"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-2.1.0.tgz",
  42. "_shasum": "4bbb15aaffed0beefdd56ad61dbdc8ba3e2cb7a1",
  43. "_shrinkwrap": null,
  44. "_spec": "spdy-transport@^2.0.18",
  45. "_where": "/home/seleznev/project Angular/Quality system/node_modules/spdy",
  46. "author": {
  47. "email": "fedor@indutny.com",
  48. "name": "Fedor Indutny"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/spdy-http2/spdy-transport/issues"
  52. },
  53. "dependencies": {
  54. "debug": "^2.6.8",
  55. "detect-node": "^2.0.3",
  56. "hpack.js": "^2.1.6",
  57. "obuf": "^1.1.1",
  58. "readable-stream": "^2.2.9",
  59. "safe-buffer": "^5.0.1",
  60. "wbuf": "^1.7.2"
  61. },
  62. "description": "SPDY v2, v3, v3.1 and HTTP2 transport",
  63. "devDependencies": {
  64. "async": "^2.4.1",
  65. "istanbul": "^0.4.5",
  66. "mocha": "^3.4.1",
  67. "pre-commit": "^1.2.2",
  68. "standard": "^10.0.2",
  69. "stream-pair": "^1.0.3"
  70. },
  71. "directories": {},
  72. "dist": {
  73. "fileCount": 26,
  74. "integrity": "sha512-bpUeGpZcmZ692rrTiqf9/2EUakI6/kXX1Rpe0ib/DyOzbiexVfXkw6GnvI9hVGvIwVaUhkaBojjCZwLNRGQg1g==",
  75. "shasum": "4bbb15aaffed0beefdd56ad61dbdc8ba3e2cb7a1",
  76. "tarball": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-2.1.0.tgz",
  77. "unpackedSize": 139551
  78. },
  79. "gitHead": "db622a5913324f74b11c03dd9ae8769a7964a107",
  80. "homepage": "https://github.com/spdy-http2/spdy-transport",
  81. "keywords": [
  82. "http2",
  83. "spdy",
  84. "transport"
  85. ],
  86. "license": "MIT",
  87. "main": "lib/spdy-transport",
  88. "maintainers": [
  89. {
  90. "name": "daviddias",
  91. "email": "daviddias.p@gmail.com"
  92. },
  93. {
  94. "name": "indutny",
  95. "email": "fedor@indutny.com"
  96. },
  97. {
  98. "name": "rauchg",
  99. "email": "rauchg@gmail.com"
  100. }
  101. ],
  102. "name": "spdy-transport",
  103. "optionalDependencies": {},
  104. "pre-commit": [
  105. "lint",
  106. "test"
  107. ],
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git://github.com/spdy-http2/spdy-transport.git"
  112. },
  113. "scripts": {
  114. "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js test/**/**/*-test.js",
  115. "lint": "standard",
  116. "test": "mocha --reporter=spec test/**/*-test.js test/**/**/*-test.js"
  117. },
  118. "version": "2.1.0"
  119. }