{ "name": "is-path-inside", "version": "2.1.0", "description": "Check if a path is inside another path", "license": "MIT", "repository": "sindresorhus/is-path-inside", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=6" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "path", "inside", "folder", "directory", "dir", "file", "resolve" ], "dependencies": { "path-is-inside": "^1.0.2" }, "devDependencies": { "ava": "^1.4.1", "tsd": "^0.7.2", "xo": "^0.24.0" }, "__npminstall_done": "Thu Dec 24 2020 20:21:04 GMT+0800 (CST)", "_from": "is-path-inside@2.1.0", "_resolved": "https://registry.npm.taobao.org/is-path-inside/download/is-path-inside-2.1.0.tgz" }