package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "stream-http@2.8.2",
  3. "_id": "stream-http@2.8.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QllfrBhqF1DPcz46WxKTs6Mz1Bpc+8Qm6vbqOpVav5odAXwbyzwnEczoWqtxrsmlO+cJqtPrp/8gWKWjaKLLlA==",
  6. "_location": "/stream-http",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "stream-http@2.8.2",
  12. "name": "stream-http",
  13. "escapedName": "stream-http",
  14. "rawSpec": "2.8.2",
  15. "saveSpec": null,
  16. "fetchSpec": "2.8.2"
  17. },
  18. "_requiredBy": [
  19. "/ali-oss",
  20. "/node-libs-browser"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.2.tgz",
  23. "_shasum": "4126e8c6b107004465918aa2fc35549e77402c87",
  24. "_spec": "stream-http@2.8.2",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ali-oss",
  26. "author": {
  27. "name": "John Hiesey"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jhiesey/stream-http/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "builtin-status-codes": "^3.0.0",
  35. "inherits": "^2.0.1",
  36. "readable-stream": "^2.3.6",
  37. "to-arraybuffer": "^1.0.0",
  38. "xtend": "^4.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Streaming http in the browser",
  42. "devDependencies": {
  43. "airtap": "^0.0.5",
  44. "basic-auth": "^2.0.0",
  45. "brfs": "^1.6.1",
  46. "cookie-parser": "^1.4.3",
  47. "express": "^4.16.3",
  48. "tape": "^4.9.0",
  49. "ua-parser-js": "^0.7.18",
  50. "webworkify": "^1.5.0"
  51. },
  52. "homepage": "https://github.com/jhiesey/stream-http#readme",
  53. "keywords": [
  54. "http",
  55. "stream",
  56. "streaming",
  57. "xhr",
  58. "http-browserify"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "stream-http",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/jhiesey/stream-http.git"
  66. },
  67. "scripts": {
  68. "test": "npm run test-node && ([ -n \"${TRAVIS_PULL_REQUEST}\" -a \"${TRAVIS_PULL_REQUEST}\" != 'false' ] || npm run test-browser)",
  69. "test-browser": "airtap --loopback airtap.local -- test/browser/*.js",
  70. "test-browser-local": "airtap --no-instrument --local 8080 -- test/browser/*.js",
  71. "test-node": "tape test/node/*.js"
  72. },
  73. "version": "2.8.2"
  74. }