package.json 2.0 KB

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