package.json 2.0 KB

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