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/linde-ai/html/node_modules/peek-readable/package.json
{
  "_from": "peek-readable@^4.1.0",
  "_id": "peek-readable@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-ZI3LnwUv5nOGbQzD9c2iDG6toheuXSZP5esSHBjopsXH4dg19soufvpUGA3uohi5anFtGb2lhAVdHzH6R/Evvg==",
  "_location": "/peek-readable",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "peek-readable@^4.1.0",
    "name": "peek-readable",
    "escapedName": "peek-readable",
    "rawSpec": "^4.1.0",
    "saveSpec": null,
    "fetchSpec": "^4.1.0"
  },
  "_requiredBy": [
    "/strtok3"
  ],
  "_resolved": "https://registry.npmjs.org/peek-readable/-/peek-readable-4.1.0.tgz",
  "_shasum": "4ece1111bf5c2ad8867c314c81356847e8a62e72",
  "_spec": "peek-readable@^4.1.0",
  "_where": "C:\\xampp\\htdocs\\linde-ai\\html\\node_modules\\strtok3",
  "author": {
    "name": "Borewit",
    "url": "https://github.com/Borewit"
  },
  "bugs": {
    "url": "https://github.com/Borewit/peek-readable/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Read and peek from a readable stream",
  "devDependencies": {
    "@types/chai": "^4.3.0",
    "@types/mocha": "^9.1.0",
    "@types/node": "^17.0.0",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "add": "^2.0.6",
    "chai": "^4.3.6",
    "coveralls": "^3.1.1",
    "del-cli": "^4.0.1",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-import-resolver-typescript": "^2.5.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jsdoc": "^37.7.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-unicorn": "^40.1.0",
    "mocha": "^9.2.0",
    "nyc": "^15.1.0",
    "remark-cli": "^10.0.1",
    "remark-preset-lint-recommended": "^6.1.2",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.5"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "lib/**/*.js",
    "lib/**/*.d.ts"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/Borewit"
  },
  "homepage": "https://github.com/Borewit/peek-readable#readme",
  "keywords": [
    "readable",
    "buffer",
    "stream",
    "read"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "peek-readable",
  "nyc": {
    "check-coverage": true,
    "extension": [
      ".ts"
    ],
    "sourceMap": true,
    "instrument": true,
    "reporter": [
      "lcov",
      "text"
    ],
    "report-dir": "coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Borewit/peek-readable.git"
  },
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "del-cli lib/**/*.js lib/**/*.js.map lib/**/*.d.ts test/**/*.js test/**/*.js.map coverage .nyc_output",
    "compile": "npm run compile-src && yarn run compile-test",
    "compile-src": "tsc -p lib",
    "compile-test": "tsc -p test",
    "eslint": "eslint lib test --ext .ts --ignore-pattern *.d.ts",
    "lint": "npm run lint-md && npm run eslint",
    "lint-md": "remark -u preset-lint-recommended .",
    "send-coveralls": "nyc report --reporter=text-lcov | coveralls",
    "start": "npm run compile && npm run lint && npm run cover-test",
    "test": "mocha --require ts-node/register --require source-map-support/register --full-trace test/*.ts",
    "test-coverage": "nyc npm run test"
  },
  "types": "lib/index.d.ts",
  "version": "4.1.0"
}