{
  "_from": "is-installed-globally@^1.0.0",
  "_id": "is-installed-globally@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-K55T22lfpQ63N4KEN57jZUAaAYqYHEe8veb/TycJRk9DdSCLLcovXz/mL6mOnhQaZsQGwPhuFopdQIlqGSEjiQ==",
  "_location": "/is-installed-globally",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-installed-globally@^1.0.0",
    "name": "is-installed-globally",
    "escapedName": "is-installed-globally",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/nuxt/@nuxt/devtools"
  ],
  "_resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-1.0.0.tgz",
  "_shasum": "08952c43758c33d815692392f7f8437b9e436d5a",
  "_spec": "is-installed-globally@^1.0.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nuxt/node_modules/@nuxt/devtools",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/is-installed-globally/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "global-directory": "^4.0.1",
    "is-path-inside": "^4.0.0"
  },
  "deprecated": false,
  "description": "Check if your package was installed globally",
  "devDependencies": {
    "ava": "^5.3.1",
    "cpy": "^8",
    "del": "^7.1.0",
    "execa": "^8.0.1",
    "make-dir": "^4.0.0",
    "tsd": "^0.29.0",
    "xo": "^0.56.0"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    "types": "./index.d.ts",
    "default": "./index.js"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/is-installed-globally#readme",
  "keywords": [
    "global",
    "package",
    "globally",
    "module",
    "install",
    "installed",
    "npm",
    "yarn",
    "is",
    "check",
    "detect",
    "local",
    "locally",
    "cli",
    "bin",
    "binary"
  ],
  "license": "MIT",
  "name": "is-installed-globally",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/is-installed-globally.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "sideEffects": false,
  "type": "module",
  "version": "1.0.0"
}
