HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-172-31-4-197 6.8.0-1036-aws #38~22.04.1-Ubuntu SMP Fri Aug 22 15:44:33 UTC 2025 x86_64
User: ubuntu (1000)
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/api-storage/node_modules/eslint-visitor-keys/package.json
{
  "name": "eslint-visitor-keys",
  "version": "4.2.1",
  "description": "Constants and utilities about visitor keys to traverse AST.",
  "type": "module",
  "main": "dist/eslint-visitor-keys.cjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": [
      {
        "import": "./lib/index.js",
        "require": "./dist/eslint-visitor-keys.cjs"
      },
      "./dist/eslint-visitor-keys.cjs"
    ],
    "./package.json": "./package.json"
  },
  "files": [
    "dist/index.d.ts",
    "dist/visitor-keys.d.ts",
    "dist/eslint-visitor-keys.cjs",
    "dist/eslint-visitor-keys.d.cts",
    "lib"
  ],
  "engines": {
    "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  },
  "devDependencies": {
    "@types/estree": "^0.0.51",
    "@types/estree-jsx": "^0.0.1",
    "@typescript-eslint/parser": "^8.7.0",
    "eslint-release": "^3.2.0",
    "esquery": "^1.4.0",
    "json-diff": "^0.7.3",
    "opener": "^1.5.2",
    "rollup": "^4.22.4",
    "rollup-plugin-dts": "^6.1.1",
    "tsd": "^0.31.2",
    "typescript": "^5.6.2"
  },
  "scripts": {
    "build": "npm run build:cjs && npm run build:types",
    "build:cjs": "rollup -c",
    "build:debug": "npm run build:cjs -- -m && npm run build:types",
    "build:types": "tsc -v && tsc",
    "release:generate:latest": "eslint-generate-release",
    "release:generate:alpha": "eslint-generate-prerelease alpha",
    "release:generate:beta": "eslint-generate-prerelease beta",
    "release:generate:rc": "eslint-generate-prerelease rc",
    "release:publish": "eslint-publish-release",
    "test": "mocha tests/lib/**/*.cjs && c8 mocha tests/lib/**/*.js && npm run test:types",
    "test:open-coverage": "c8 report --reporter lcov && opener coverage/lcov-report/index.html",
    "test:types": "tsd"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/eslint/js.git",
    "directory": "packages/eslint-visitor-keys"
  },
  "funding": "https://opencollective.com/eslint",
  "keywords": [
    "eslint"
  ],
  "author": "Toru Nagashima (https://github.com/mysticatea)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/eslint/js/issues"
  },
  "homepage": "https://github.com/eslint/js/blob/main/packages/eslint-visitor-keys/README.md"
}