{
  "_args": [
    [
      "globals@13.19.0",
      "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo"
    ]
  ],
  "_development": true,
  "_from": "globals@13.19.0",
  "_id": "globals@13.19.0",
  "_inBundle": false,
  "_integrity": "sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==",
  "_location": "/globals",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "globals@13.19.0",
    "name": "globals",
    "escapedName": "globals",
    "rawSpec": "13.19.0",
    "saveSpec": null,
    "fetchSpec": "13.19.0"
  },
  "_requiredBy": [
    "/@eslint/eslintrc",
    "/eslint"
  ],
  "_resolved": "https://registry.npmmirror.com/globals/-/globals-13.19.0.tgz",
  "_spec": "13.19.0",
  "_where": "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/globals/issues"
  },
  "dependencies": {
    "type-fest": "^0.20.2"
  },
  "description": "Global identifiers from different JavaScript environments",
  "devDependencies": {
    "ava": "^2.4.0",
    "tsd": "^0.14.0",
    "xo": "^0.36.1"
  },
  "engines": {
    "node": ">=8"
  },
  "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": {
    "test": "xo && ava"
  },
  "tsd": {
    "compilerOptions": {
      "resolveJsonModule": true
    }
  },
  "version": "13.19.0",
  "xo": {
    "ignores": [
      "get-browser-globals.js"
    ],
    "rules": {
      "node/no-unsupported-features/es-syntax": "off"
    }
  }
}
