HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
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/zaklada/html/node_modules/bufferstreams/package.json
{
  "_args": [
    [
      "bufferstreams@1.1.3",
      "C:\\wamp\\www\\tokic-shop\\html"
    ]
  ],
  "_development": true,
  "_from": "bufferstreams@1.1.3",
  "_id": "bufferstreams@1.1.3",
  "_inBundle": false,
  "_integrity": "sha512-HaJnVuslRF4g2kSDeyl++AaVizoitCpL9PglzCYwy0uHHyvWerfvEb8jWmYbF1z4kiVFolGomnxSGl+GUQp2jg==",
  "_location": "/bufferstreams",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "bufferstreams@1.1.3",
    "name": "bufferstreams",
    "escapedName": "bufferstreams",
    "rawSpec": "1.1.3",
    "saveSpec": null,
    "fetchSpec": "1.1.3"
  },
  "_requiredBy": [
    "/gulp-htmlmin"
  ],
  "_resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.1.3.tgz",
  "_spec": "1.1.3",
  "_where": "C:\\wamp\\www\\tokic-shop\\html",
  "author": {
    "name": "Nicolas Froidure",
    "url": "http://www.insertafter.com/blog.html"
  },
  "bugs": {
    "url": "https://github.com/nfroidure/BufferStreams/issues"
  },
  "dependencies": {
    "readable-stream": "^2.0.2"
  },
  "description": "Abstract streams to deal with the whole buffered contents.",
  "devDependencies": {
    "eslint": "^1.0.0",
    "istanbul": "^0.3.17",
    "istanbul-coveralls": "^1.0.3",
    "mocha": "^2.2.5",
    "mocha-lcov-reporter": "^0.0.2",
    "sf-lint": "^1.0.2",
    "streamtest": "^1.2.1"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "files": [
    "src"
  ],
  "homepage": "https://github.com/nfroidure/BufferStreams",
  "keywords": [
    "buffer",
    "streaming",
    "stream",
    "async",
    "abstract"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "bufferstreams",
  "repository": {
    "type": "git",
    "url": "git://github.com/nfroidure/BufferStreams.git"
  },
  "scripts": {
    "cli": "env NPM_RUN_CLI=1",
    "cover": "istanbul cover --report html _mocha -- tests/*.mocha.js -t 5000",
    "coveralls": "istanbul cover _mocha --report lcovonly -- tests/*.mocha.js -t 5000 && istanbul-coveralls",
    "lint": "eslint **/*.s",
    "test": "mocha tests/*.mocha.js",
    "trinity": "npm-check-updates -u && npm install && npm test && git commit package.json -m \"Dependencies update\" && git push"
  },
  "version": "1.1.3"
}