![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/usr/local/lib/node_modules/browserify/node_modules/stream-http/ |
Upload File : |
{ "_from": "stream-http@^3.0.0", "_id": "stream-http@3.1.1", "_inBundle": false, "_integrity": "sha512-S7OqaYu0EkFpgeGFb/NPOoPLxFko7TPqtEeFg5DXPB4v/KETHG0Ln6fRFrNezoelpaDKmycEmmZ81cC9DAwgYg==", "_location": "/browserify/stream-http", "_phantomChildren": { "inherits": "2.0.4", "string_decoder": "1.3.0", "util-deprecate": "1.0.2" }, "_requested": { "type": "range", "registry": true, "raw": "stream-http@^3.0.0", "name": "stream-http", "escapedName": "stream-http", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/browserify" ], "_resolved": "https://registry.npmjs.org/stream-http/-/stream-http-3.1.1.tgz", "_shasum": "0370a8017cf8d050b9a8554afe608f043eaff564", "_spec": "stream-http@^3.0.0", "_where": "/usr/local/lib/node_modules/browserify", "author": { "name": "John Hiesey" }, "bugs": { "url": "https://github.com/jhiesey/stream-http/issues" }, "bundleDependencies": false, "dependencies": { "builtin-status-codes": "^3.0.0", "inherits": "^2.0.4", "readable-stream": "^3.6.0", "xtend": "^4.0.2" }, "deprecated": false, "description": "Streaming http in the browser", "devDependencies": { "airtap": "^3.0.0", "basic-auth": "^2.0.1", "brfs": "^2.0.2", "cookie-parser": "^1.4.5", "express": "^4.17.1", "tape": "^5.0.0", "ua-parser-js": "^0.7.21", "webworkify": "^1.5.0" }, "homepage": "https://github.com/jhiesey/stream-http#readme", "keywords": [ "http", "stream", "streaming", "xhr", "http-browserify" ], "license": "MIT", "main": "index.js", "name": "stream-http", "repository": { "type": "git", "url": "git://github.com/jhiesey/stream-http.git" }, "scripts": { "test": "npm run test-node && ([ -n \"${TRAVIS_PULL_REQUEST}\" -a \"${TRAVIS_PULL_REQUEST}\" != 'false' ] || npm run test-browser)", "test-browser": "airtap --loopback airtap.local -- test/browser/*.js", "test-browser-local": "airtap --no-instrument --local 8080 -- test/browser/*.js", "test-node": "tape test/node/*.js" }, "version": "3.1.1" }