{
  "_from": "is-path-inside@^4.0.0",
  "_id": "is-path-inside@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
  "_location": "/is-path-inside",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-path-inside@^4.0.0",
    "name": "is-path-inside",
    "escapedName": "is-path-inside",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/globby",
    "/is-installed-globally"
  ],
  "_resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
  "_shasum": "805aeb62c47c1b12fc3fd13bfb3ed1e7430071db",
  "_spec": "is-path-inside@^4.0.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/is-installed-globally",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/is-path-inside/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Check if a path is inside another path",
  "devDependencies": {
    "ava": "^3.15.0",
    "tsd": "^0.14.0",
    "xo": "^0.39.1"
  },
  "engines": {
    "node": ">=12"
  },
  "exports": "./index.js",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/is-path-inside#readme",
  "keywords": [
    "path",
    "inside",
    "folder",
    "directory",
    "file",
    "resolve"
  ],
  "license": "MIT",
  "name": "is-path-inside",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/is-path-inside.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "type": "module",
  "version": "4.0.0"
}
