{ "name": "path-is-inside", "description": "Tests whether one path is inside another path", "keywords": [ "path", "directory", "folder", "inside", "relative" ], "version": "1.0.2", "author": "Domenic Denicola (https://domenic.me)", "license": "(WTFPL OR MIT)", "repository": "domenic/path-is-inside", "main": "lib/path-is-inside.js", "files": [ "lib" ], "scripts": { "test": "mocha", "lint": "jshint lib" }, "devDependencies": { "jshint": "~2.3.0", "mocha": "~1.15.1" }, "__npminstall_done": "Thu Dec 24 2020 20:20:55 GMT+0800 (CST)", "_from": "path-is-inside@1.0.2", "_resolved": "https://registry.npm.taobao.org/path-is-inside/download/path-is-inside-1.0.2.tgz" }