is-negated-glob/000755 001751 000177 0000000000 14522325161015475 5ustar00runner000000 000000 1452232516114522325161is-negated-glob/LICENSE000644 001751 000177 0000002165 14522325161016506 0ustar00runner000000 000000 1452232516114522325161 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 is-negated-glob/README.md000644 001751 000177 0000001547 14522325161017000 0ustar00runner000000 000000 1452236766314522325161# Installation > `npm install --save @types/is-negated-glob` # Summary This package contains type definitions for is-negated-glob (https://github.com/jonschlinkert/is-negated-glob). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-negated-glob. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-negated-glob/index.d.ts) ````ts declare function isNegatedGlob(pattern: string): isNegatedGlob.Result; declare namespace isNegatedGlob { interface Result { negated: boolean; original: string; pattern: string; } } export = isNegatedGlob; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 03:09:37 GMT * Dependencies: none # Credits These definitions were written by [Klaus Meinhardt](https://github.com/ajafff). is-negated-glob/index.d.ts000644 001751 000177 0000000355 14522325161017401 0ustar00runner000000 000000 1452232516114522325161declare function isNegatedGlob(pattern: string): isNegatedGlob.Result; declare namespace isNegatedGlob { interface Result { negated: boolean; original: string; pattern: string; } } export = isNegatedGlob; is-negated-glob/package.json000644 001751 000177 0000001461 14522325161020002 0ustar00runner000000 000000 1452236766314522325161{ "name": "@types/is-negated-glob", "version": "1.0.2", "description": "TypeScript definitions for is-negated-glob", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-negated-glob", "license": "MIT", "contributors": [ { "name": "Klaus Meinhardt", "githubUsername": "ajafff", "url": "https://github.com/ajafff" } ], "main": "", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory": "types/is-negated-glob" }, "scripts": {}, "dependencies": {}, "typesPublisherContentHash": "a4ec3335acd67f0ab42bdc108f7bead7317de28b2d825863ed67b21355af3505", "typeScriptVersion": "4.5" }