package.json 2.0 KB

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