package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. "process-nextick-args": "2.0.1",
  11. "safe-buffer": "5.1.2",
  12. "util-deprecate": "1.0.2"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "stream-http@^2.7.2",
  18. "name": "stream-http",
  19. "escapedName": "stream-http",
  20. "rawSpec": "^2.7.2",
  21. "saveSpec": null,
  22. "fetchSpec": "^2.7.2"
  23. },
  24. "_requiredBy": [
  25. "/node-libs-browser"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/stream-http/-/stream-http-2.8.3.tgz",
  28. "_shasum": "b2d242469288a5a27ec4fe8933acf623de6514fc",
  29. "_spec": "stream-http@^2.7.2",
  30. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\node-libs-browser",
  31. "author": {
  32. "name": "John Hiesey"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jhiesey/stream-http/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "builtin-status-codes": "^3.0.0",
  40. "inherits": "^2.0.1",
  41. "readable-stream": "^2.3.6",
  42. "to-arraybuffer": "^1.0.0",
  43. "xtend": "^4.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "Streaming http in the browser",
  47. "devDependencies": {
  48. "airtap": "^0.0.5",
  49. "basic-auth": "^2.0.0",
  50. "brfs": "^1.6.1",
  51. "cookie-parser": "^1.4.3",
  52. "express": "^4.16.3",
  53. "tape": "^4.9.0",
  54. "ua-parser-js": "^0.7.18",
  55. "webworkify": "^1.5.0"
  56. },
  57. "homepage": "https://github.com/jhiesey/stream-http#readme",
  58. "keywords": [
  59. "http",
  60. "stream",
  61. "streaming",
  62. "xhr",
  63. "http-browserify"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "stream-http",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/jhiesey/stream-http.git"
  71. },
  72. "scripts": {
  73. "test": "npm run test-node && ([ -n \"${TRAVIS_PULL_REQUEST}\" -a \"${TRAVIS_PULL_REQUEST}\" != 'false' ] || npm run test-browser)",
  74. "test-browser": "airtap --loopback airtap.local -- test/browser/*.js",
  75. "test-browser-local": "airtap --no-instrument --local 8080 -- test/browser/*.js",
  76. "test-node": "tape test/node/*.js"
  77. },
  78. "version": "2.8.3"
  79. }