path-is-inside/000755 001751 000177 0000000000 14522377323015377 5ustar00runner000000 000000 1452237732314522377323path-is-inside/LICENSE000644 001751 000177 0000002165 14522377323016410 0ustar00runner000000 000000 1452237732314522377323 MIT License Copyright (c) Microsoft Corporation. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE path-is-inside/README.md000644 001751 000177 0000001340 14522377323016635 0ustar00runner000000 000000 1452243100214522377323# Installation > `npm install --save @types/path-is-inside` # Summary This package contains type definitions for path-is-inside (https://github.com/domenic/path-is-inside#readme). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/path-is-inside. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/path-is-inside/index.d.ts) ````ts declare function pathIsInside(thePath: string, potentialParent: string): boolean; export = pathIsInside; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 09:09:39 GMT * Dependencies: none # Credits These definitions were written by [Alexander Marks](https://github.com/aomarks). path-is-inside/index.d.ts000644 001751 000177 0000000151 14522377323017275 0ustar00runner000000 000000 1452237732314522377323declare function pathIsInside(thePath: string, potentialParent: string): boolean; export = pathIsInside; path-is-inside/package.json000644 001751 000177 0000001457 14522377323017655 0ustar00runner000000 000000 1452243100214522377323{ "name": "@types/path-is-inside", "version": "1.0.3", "description": "TypeScript definitions for path-is-inside", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/path-is-inside", "license": "MIT", "contributors": [ { "name": "Alexander Marks", "githubUsername": "aomarks", "url": "https://github.com/aomarks" } ], "main": "", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory": "types/path-is-inside" }, "scripts": {}, "dependencies": {}, "typesPublisherContentHash": "86c6b59bf9bcee4f5b6d591ea872ec2ecb75ece39c9b76e2d3583fc8991d70e7", "typeScriptVersion": "4.5" }