![]() 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 : /usr/local/lib/node_modules/browserify/node_modules/readable-stream/ |
Upload File : |
{ "_from": "readable-stream@^2.0.2", "_id": "readable-stream@2.3.7", "_inBundle": false, "_integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "_location": "/browserify/readable-stream", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "readable-stream@^2.0.2", "name": "readable-stream", "escapedName": "readable-stream", "rawSpec": "^2.0.2", "saveSpec": null, "fetchSpec": "^2.0.2" }, "_requiredBy": [ "/browserify", "/browserify/concat-stream", "/browserify/duplexer2", "/browserify/module-deps", "/browserify/read-only-stream", "/browserify/stream-combiner2", "/browserify/stream-splicer", "/browserify/through2" ], "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", "_shasum": "1eca1cf711aef814c04f62252a36a62f6cb23b57", "_spec": "readable-stream@^2.0.2", "_where": "/usr/local/lib/node_modules/browserify", "browser": { "util": false, "./readable.js": "./readable-browser.js", "./writable.js": "./writable-browser.js", "./duplex.js": "./duplex-browser.js", "./lib/internal/streams/stream.js": "./lib/internal/streams/stream-browser.js" }, "bugs": { "url": "https://github.com/nodejs/readable-stream/issues" }, "bundleDependencies": false, "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", "isarray": "~1.0.0", "process-nextick-args": "~2.0.0", "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" }, "deprecated": false, "description": "Streams3, a user-land copy of the stream library from Node.js", "devDependencies": { "assert": "^1.4.0", "babel-polyfill": "^6.9.1", "buffer": "^4.9.0", "lolex": "^2.3.2", "nyc": "^6.4.0", "tap": "^0.7.0", "tape": "^4.8.0" }, "homepage": "https://github.com/nodejs/readable-stream#readme", "keywords": [ "readable", "stream", "pipe" ], "license": "MIT", "main": "readable.js", "name": "readable-stream", "nyc": { "include": [ "lib/**.js" ] }, "repository": { "type": "git", "url": "git://github.com/nodejs/readable-stream.git" }, "scripts": { "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js", "cover": "nyc npm test", "report": "nyc report --reporter=lcov", "test": "tap test/parallel/*.js test/ours/*.js && node test/verify-dependencies.js" }, "version": "2.3.7" }