package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "stream-http@^2.7.2",
  3. "_id": "stream-http@2.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==",
  6. "_location": "/stream-http",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.3",
  9. "inherits": "2.0.4",
  10. "isarray": "1.0.0",
  11. "process-nextick-args": "2.0.1",
  12. "safe-buffer": "5.1.2",
  13. "string_decoder": "1.1.1",
  14. "util-deprecate": "1.0.2"
  15. },
  16. "_requested": {
  17. "type": "range",
  18. "registry": true,
  19. "raw": "stream-http@^2.7.2",
  20. "name": "stream-http",
  21. "escapedName": "stream-http",
  22. "rawSpec": "^2.7.2",
  23. "saveSpec": null,
  24. "fetchSpec": "^2.7.2"
  25. },
  26. "_requiredBy": [
  27. "/node-libs-browser"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/stream-http/-/stream-http-2.8.3.tgz",
  30. "_shasum": "b2d242469288a5a27ec4fe8933acf623de6514fc",
  31. "_spec": "stream-http@^2.7.2",
  32. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\node-libs-browser",
  33. "author": {
  34. "name": "John Hiesey"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jhiesey/stream-http/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "builtin-status-codes": "^3.0.0",
  42. "inherits": "^2.0.1",
  43. "readable-stream": "^2.3.6",
  44. "to-arraybuffer": "^1.0.0",
  45. "xtend": "^4.0.0"
  46. },
  47. "deprecated": false,
  48. "description": "Streaming http in the browser",
  49. "devDependencies": {
  50. "airtap": "^0.0.5",
  51. "basic-auth": "^2.0.0",
  52. "brfs": "^1.6.1",
  53. "cookie-parser": "^1.4.3",
  54. "express": "^4.16.3",
  55. "tape": "^4.9.0",
  56. "ua-parser-js": "^0.7.18",
  57. "webworkify": "^1.5.0"
  58. },
  59. "homepage": "https://github.com/jhiesey/stream-http#readme",
  60. "keywords": [
  61. "http",
  62. "stream",
  63. "streaming",
  64. "xhr",
  65. "http-browserify"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "stream-http",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/jhiesey/stream-http.git"
  73. },
  74. "scripts": {
  75. "test": "npm run test-node && ([ -n \"${TRAVIS_PULL_REQUEST}\" -a \"${TRAVIS_PULL_REQUEST}\" != 'false' ] || npm run test-browser)",
  76. "test-browser": "airtap --loopback airtap.local -- test/browser/*.js",
  77. "test-browser-local": "airtap --no-instrument --local 8080 -- test/browser/*.js",
  78. "test-node": "tape test/node/*.js"
  79. },
  80. "version": "2.8.3"
  81. }