{
  "_from": "globals@^16.0.0",
  "_id": "globals@16.5.0",
  "_inBundle": false,
  "_integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
  "_location": "/globals",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "globals@^16.0.0",
    "name": "globals",
    "escapedName": "globals",
    "rawSpec": "^16.0.0",
    "saveSpec": null,
    "fetchSpec": "^16.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
  "_shasum": "ccf1594a437b97653b2be13ed4d8f5c9f850cac1",
  "_spec": "globals@^16.0.0",
  "_where": "/var/www/html",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/globals/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Global identifiers from different JavaScript environments",
  "devDependencies": {
    "@vitest/eslint-plugin": "^1.1.44",
    "ava": "^6.3.0",
    "cheerio": "^1.0.0",
    "eslint-plugin-jest": "^28.11.0",
    "get-port": "^7.1.0",
    "is-identifier": "^1.0.1",
    "nano-spawn": "^0.2.0",
    "npm-run-all2": "^8.0.1",
    "outdent": "^0.8.0",
    "puppeteer": "^24.27.0",
    "shelljs": "^0.9.2",
    "tsd": "^0.32.0",
    "type-fest": "^4.41.0",
    "xo": "^0.60.0"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "globals.json"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/globals#readme",
  "keywords": [
    "globals",
    "global",
    "identifiers",
    "variables",
    "vars",
    "jshint",
    "eslint",
    "environments"
  ],
  "license": "MIT",
  "name": "globals",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/globals.git"
  },
  "scripts": {
    "build": "run-s build:data build:types",
    "build:data": "node scripts/generate-data.mjs",
    "build:types": "node scripts/generate-types.mjs",
    "prepare": "npm run build",
    "test": "npm run build && xo && ava && tsd",
    "update": "node scripts/update.mjs",
    "update:browser": "node scripts/update.mjs --job=browser",
    "update:builtin": "node scripts/update.mjs --job=builtin",
    "update:builtin-yearly": "node scripts/update.mjs --job=builtin-yearly",
    "update:jest": "node scripts/update.mjs --job=jest",
    "update:nodeBuiltin": "node scripts/update.mjs --job=nodeBuiltin",
    "update:serviceworker": "node scripts/update.mjs --job=serviceworker",
    "update:shelljs": "node scripts/update.mjs --job=shelljs",
    "update:vitest": "node scripts/update.mjs --job=vitest",
    "update:worker": "node scripts/update.mjs --job=worker"
  },
  "sideEffects": false,
  "tsd": {
    "compilerOptions": {
      "resolveJsonModule": true
    }
  },
  "version": "16.5.0",
  "xo": {
    "rules": {
      "unicorn/prefer-module": "off"
    },
    "overrides": [
      {
        "files": [
          "data/*.mjs"
        ],
        "rules": {
          "import/no-anonymous-default-export": "off",
          "camelcase": "off",
          "unicorn/filename-case": [
            "error",
            {
              "cases": {
                "camelCase": true,
                "kebabCase": true
              }
            }
          ]
        }
      },
      {
        "files": [
          "scripts/*.mjs"
        ],
        "rules": {
          "n/no-unsupported-features/node-builtins": "off"
        }
      },
      {
        "files": [
          "scripts/browser/assets/**/*.mjs"
        ],
        "envs": [
          "browser",
          "worker",
          "serviceworker"
        ],
        "rules": {
          "n/no-unsupported-features/node-builtins": "off",
          "unicorn/prefer-add-event-listener": "off"
        }
      }
    ]
  }
}
