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/fast-deep-equal/package.json
{
  "_from": "fast-deep-equal@^3.1.1",
  "_id": "fast-deep-equal@3.1.3",
  "_inBundle": false,
  "_integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  "_location": "/fast-deep-equal",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fast-deep-equal@^3.1.1",
    "name": "fast-deep-equal",
    "escapedName": "fast-deep-equal",
    "rawSpec": "^3.1.1",
    "saveSpec": null,
    "fetchSpec": "^3.1.1"
  },
  "_requiredBy": [
    "/ajv",
    "/ajv-formats/ajv",
    "/copy-webpack-plugin/ajv",
    "/copy-webpack-plugin/ajv-keywords",
    "/css-minimizer-webpack-plugin/ajv",
    "/css-minimizer-webpack-plugin/ajv-keywords",
    "/eslint",
    "/image-minimizer-webpack-plugin/ajv",
    "/image-minimizer-webpack-plugin/ajv-keywords",
    "/mini-css-extract-plugin/ajv",
    "/mini-css-extract-plugin/ajv-keywords",
    "/webpack-dev-middleware/ajv",
    "/webpack-dev-middleware/ajv-keywords",
    "/webpack-dev-server/ajv",
    "/webpack-dev-server/ajv-keywords"
  ],
  "_resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  "_shasum": "3a7d56b559d6cbc3eb512325244e619a65c6c525",
  "_spec": "fast-deep-equal@^3.1.1",
  "_where": "C:\\xampp\\htdocs\\linde-ai\\html\\node_modules\\ajv",
  "author": {
    "name": "Evgeny Poberezkin"
  },
  "bugs": {
    "url": "https://github.com/epoberezkin/fast-deep-equal/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Fast deep equal",
  "devDependencies": {
    "coveralls": "^3.1.0",
    "dot": "^1.1.2",
    "eslint": "^7.2.0",
    "mocha": "^7.2.0",
    "nyc": "^15.1.0",
    "pre-commit": "^1.2.2",
    "react": "^16.12.0",
    "react-test-renderer": "^16.12.0",
    "sinon": "^9.0.2",
    "typescript": "^3.9.5"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "react.js",
    "react.d.ts",
    "es6/"
  ],
  "homepage": "https://github.com/epoberezkin/fast-deep-equal#readme",
  "keywords": [
    "fast",
    "equal",
    "deep-equal"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "fast-deep-equal",
  "nyc": {
    "exclude": [
      "**/spec/**",
      "node_modules"
    ],
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/epoberezkin/fast-deep-equal.git"
  },
  "scripts": {
    "benchmark": "npm i && npm run build && cd ./benchmark && npm i && node ./",
    "build": "node build",
    "eslint": "eslint *.js benchmark/*.js spec/*.js",
    "prepublish": "npm run build",
    "test": "npm run build && npm run eslint && npm run test-ts && npm run test-cov",
    "test-cov": "nyc npm run test-spec",
    "test-spec": "mocha spec/*.spec.js -R spec",
    "test-ts": "tsc --target ES5 --noImplicitAny index.d.ts"
  },
  "types": "index.d.ts",
  "version": "3.1.3"
}