You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

81 lines
2.2 KiB

  1. {
  2. "_args": [
  3. [
  4. "spdy-transport@2.1.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "spdy-transport@2.1.1",
  9. "_id": "spdy-transport@2.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-q7D8c148escoB3Z7ySCASadkegMmUZW8Wb/Q1u0/XBgDKMO880rLQDj8Twiew/tYi7ghemKUi/whSYOwE17f5Q==",
  12. "_location": "/spdy-transport",
  13. "_phantomChildren": {
  14. "ms": "2.0.0"
  15. },
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "spdy-transport@2.1.1",
  20. "name": "spdy-transport",
  21. "escapedName": "spdy-transport",
  22. "rawSpec": "2.1.1",
  23. "saveSpec": null,
  24. "fetchSpec": "2.1.1"
  25. },
  26. "_requiredBy": [
  27. "/spdy"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-2.1.1.tgz",
  30. "_spec": "2.1.1",
  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.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/spdy-http2/spdy-transport/issues"
  38. },
  39. "dependencies": {
  40. "debug": "^2.6.8",
  41. "detect-node": "^2.0.3",
  42. "hpack.js": "^2.1.6",
  43. "obuf": "^1.1.1",
  44. "readable-stream": "^2.2.9",
  45. "safe-buffer": "^5.0.1",
  46. "wbuf": "^1.7.2"
  47. },
  48. "description": "SPDY v2, v3, v3.1 and HTTP2 transport",
  49. "devDependencies": {
  50. "async": "^2.4.1",
  51. "istanbul": "^0.4.5",
  52. "mocha": "^3.4.1",
  53. "pre-commit": "^1.2.2",
  54. "standard": "^10.0.2",
  55. "stream-pair": "^1.0.3"
  56. },
  57. "homepage": "https://github.com/spdy-http2/spdy-transport",
  58. "keywords": [
  59. "spdy",
  60. "http2",
  61. "transport"
  62. ],
  63. "license": "MIT",
  64. "main": "lib/spdy-transport",
  65. "name": "spdy-transport",
  66. "pre-commit": [
  67. "lint",
  68. "test"
  69. ],
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/spdy-http2/spdy-transport.git"
  73. },
  74. "scripts": {
  75. "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter=spec test/**/*-test.js test/**/**/*-test.js",
  76. "lint": "standard",
  77. "test": "mocha --reporter=spec test/**/*-test.js test/**/**/*-test.js"
  78. },
  79. "version": "2.1.1"
  80. }