HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: 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,
Upload Files
File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/node_modules/through2/package.json
{
  "name": "through2",
  "version": "4.0.2",
  "description": "A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise",
  "main": "through2.js",
  "scripts": {
    "test:node": "hundreds mocha test/test.js",
    "test:browser": "node -e 'process.exit(process.version.startsWith(\"v8.\") ? 0 : 1)' || polendina --cleanup --runner=mocha test/test.js",
    "test": "npm run lint && npm run test:node && npm run test:browser",
    "lint": "standard",
    "coverage": "c8 --reporter=text --reporter=html mocha test/test.js && npx st -d coverage -p 8888"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rvagg/through2.git"
  },
  "keywords": [
    "stream",
    "streams2",
    "through",
    "transform"
  ],
  "author": "Rod Vagg <r@va.gg> (https://github.com/rvagg)",
  "license": "MIT",
  "dependencies": {
    "readable-stream": "3"
  },
  "devDependencies": {
    "bl": "^4.0.2",
    "buffer": "^5.6.0",
    "chai": "^4.2.0",
    "hundreds": "~0.0.7",
    "mocha": "^7.2.0",
    "polendina": "^1.0.0",
    "standard": "^14.3.4",
    "stream-spigot": "^3.0.6"
  }
}