package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "spdy-transport@2.1.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "spdy-transport@2.1.0",
  10. "_id": "spdy-transport@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-bpUeGpZcmZ692rrTiqf9/2EUakI6/kXX1Rpe0ib/DyOzbiexVfXkw6GnvI9hVGvIwVaUhkaBojjCZwLNRGQg1g==",
  13. "_location": "/spdy-transport",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "spdy-transport@2.1.0",
  19. "name": "spdy-transport",
  20. "escapedName": "spdy-transport",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/spdy"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "D:\\projects\\dealer_front",
  31. "author": {
  32. "name": "Fedor Indutny",
  33. "email": "fedor@indutny.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/spdy-http2/spdy-transport/issues"
  37. },
  38. "dependencies": {
  39. "debug": "^2.6.8",
  40. "detect-node": "^2.0.3",
  41. "hpack.js": "^2.1.6",
  42. "obuf": "^1.1.1",
  43. "readable-stream": "^2.2.9",
  44. "safe-buffer": "^5.0.1",
  45. "wbuf": "^1.7.2"
  46. },
  47. "description": "SPDY v2, v3, v3.1 and HTTP2 transport",
  48. "devDependencies": {
  49. "async": "^2.4.1",
  50. "istanbul": "^0.4.5",
  51. "mocha": "^3.4.1",
  52. "pre-commit": "^1.2.2",
  53. "standard": "^10.0.2",
  54. "stream-pair": "^1.0.3"
  55. },
  56. "homepage": "https://github.com/spdy-http2/spdy-transport",
  57. "keywords": [
  58. "spdy",
  59. "http2",
  60. "transport"
  61. ],
  62. "license": "MIT",
  63. "main": "lib/spdy-transport",
  64. "name": "spdy-transport",
  65. "pre-commit": [
  66. "lint",
  67. "test"
  68. ],
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/spdy-http2/spdy-transport.git"
  72. },
  73. "scripts": {
  74. "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js test/**/**/*-test.js",
  75. "lint": "standard",
  76. "test": "mocha --reporter=spec test/**/*-test.js test/**/**/*-test.js"
  77. },
  78. "version": "2.1.0"
  79. }