Server : nginx/1.20.1 System : Linux ccpf-production-2021 5.4.0-148-generic #165-Ubuntu SMP Tue Apr 18 08:53:12 UTC 2023 x86_64 User : forge ( 1000) PHP Version : 7.4.21 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/3281473/root/lib/node_modules/gulp/node_modules/unique-stream/ |
{
"_from": "unique-stream@^2.0.2",
"_id": "unique-stream@2.3.1",
"_inBundle": false,
"_integrity": "sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A==",
"_location": "/gulp/unique-stream",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "unique-stream@^2.0.2",
"name": "unique-stream",
"escapedName": "unique-stream",
"rawSpec": "^2.0.2",
"saveSpec": null,
"fetchSpec": "^2.0.2"
},
"_requiredBy": [
"/gulp/glob-stream"
],
"_resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.3.1.tgz",
"_shasum": "c65d110e9a4adf9a6c5948b28053d9a8d04cbeac",
"_spec": "unique-stream@^2.0.2",
"_where": "/usr/lib/node_modules/gulp/node_modules/glob-stream",
"author": {
"name": "Eugene Ware",
"email": "eugene@noblesamurai.com"
},
"bugs": {
"url": "https://github.com/eugeneware/unique-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"json-stable-stringify-without-jsonify": "^1.0.1",
"through2-filter": "^3.0.0"
},
"deprecated": false,
"description": "node.js through stream that emits a unique stream of objects based on criteria",
"devDependencies": {
"after": "~0.8.1",
"chai": "^4.2.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/eugeneware/unique-stream#readme",
"keywords": [
"unique",
"stream",
"unique-stream",
"streaming",
"streams"
],
"license": "MIT",
"name": "unique-stream",
"repository": {
"type": "git",
"url": "git+https://github.com/eugeneware/unique-stream.git"
},
"scripts": {
"coverage": "istanbul cover _mocha",
"test": "mocha"
},
"version": "2.3.1"
}