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 : /lib/node_modules/gulp/node_modules/pumpify/ |
{
"_from": "pumpify@^1.3.5",
"_id": "pumpify@1.5.1",
"_inBundle": false,
"_integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==",
"_location": "/gulp/pumpify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pumpify@^1.3.5",
"name": "pumpify",
"escapedName": "pumpify",
"rawSpec": "^1.3.5",
"saveSpec": null,
"fetchSpec": "^1.3.5"
},
"_requiredBy": [
"/gulp/glob-stream",
"/gulp/vinyl-fs"
],
"_resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz",
"_shasum": "36513be246ab27570b1a374a5ce278bfd74370ce",
"_spec": "pumpify@^1.3.5",
"_where": "/usr/lib/node_modules/gulp/node_modules/vinyl-fs",
"author": {
"name": "Mathias Buus"
},
"bugs": {
"url": "https://github.com/mafintosh/pumpify/issues"
},
"bundleDependencies": false,
"dependencies": {
"duplexify": "^3.6.0",
"inherits": "^2.0.3",
"pump": "^2.0.0"
},
"deprecated": false,
"description": "Combine an array of streams into a single duplex stream using pump and duplexify",
"devDependencies": {
"tape": "^4.8.0",
"through2": "^2.0.3"
},
"homepage": "https://github.com/mafintosh/pumpify",
"keywords": [
"pump",
"duplexify",
"duplex",
"streams",
"stream",
"pipeline",
"combine"
],
"license": "MIT",
"main": "index.js",
"name": "pumpify",
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/pumpify.git"
},
"scripts": {
"test": "tape test.js"
},
"version": "1.5.1"
}