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/eslint-utils/package.json
{
  "_from": "eslint-utils@^3.0.0",
  "_id": "eslint-utils@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
  "_location": "/eslint-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "eslint-utils@^3.0.0",
    "name": "eslint-utils",
    "escapedName": "eslint-utils",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
  "_shasum": "8aebaface7345bb33559db0a1f13a1d2d48c3672",
  "_spec": "eslint-utils@^3.0.0",
  "_where": "C:\\xampp\\htdocs\\linde-ai\\html\\node_modules\\eslint",
  "author": {
    "name": "Toru Nagashima"
  },
  "bugs": {
    "url": "https://github.com/mysticatea/eslint-utils/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "eslint-visitor-keys": "^2.0.0"
  },
  "deprecated": false,
  "description": "Utilities for ESLint plugins.",
  "devDependencies": {
    "@mysticatea/eslint-plugin": "^13.0.0",
    "codecov": "^3.6.1",
    "dot-prop": "^4.2.0",
    "eslint": "^7.24.0",
    "esm": "^3.2.25",
    "espree": "github:eslint/espree#1c744b3a602b783926344811a9459b92afe57444",
    "mocha": "^6.2.2",
    "npm-run-all": "^4.1.5",
    "nyc": "^14.1.1",
    "opener": "^1.5.1",
    "prettier": "~2.3.0",
    "rimraf": "^3.0.0",
    "rollup": "^1.25.0",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "semver": "^7.3.2",
    "vuepress": "^1.2.0",
    "warun": "^1.0.0"
  },
  "engines": {
    "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
  },
  "exports": {
    ".": {
      "import": "./index.mjs",
      "require": "./index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "index.*"
  ],
  "funding": "https://github.com/sponsors/mysticatea",
  "homepage": "https://github.com/mysticatea/eslint-utils#readme",
  "keywords": [
    "eslint"
  ],
  "license": "MIT",
  "main": "index",
  "module": "index.mjs",
  "name": "eslint-utils",
  "peerDependencies": {
    "eslint": ">=5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mysticatea/eslint-utils.git"
  },
  "scripts": {
    "build": "rollup -c",
    "clean": "rimraf .nyc_output coverage index.*",
    "codecov": "nyc report -r lcovonly && codecov",
    "coverage": "opener ./coverage/lcov-report/index.html",
    "docs:build": "vuepress build docs",
    "docs:watch": "vuepress dev docs",
    "format": "npm run -s format:prettier -- --write",
    "format:prettier": "prettier docs/.vuepress/config.js src/**/*.js test/**/*.js rollup.config.js .vscode/*.json *.json .github/**/*.yml *.yml docs/**/*.md *.md",
    "lint": "eslint docs/.vuepress/config.js src test rollup.config.js",
    "postversion": "git push && git push --tags",
    "prebuild": "npm run -s clean",
    "preversion": "npm test && npm run -s build",
    "prewatch": "npm run -s clean",
    "test": "run-s \"format:prettier -- --check\" lint build test:mocha",
    "test:mocha": "nyc mocha --reporter dot \"test/*.js\"",
    "watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
  },
  "sideEffects": false,
  "version": "3.0.0"
}