brace-expansion/000755 001751 000177 0000000000 14522265601015620 5ustar00runner000000 000000 1452226560114522265601brace-expansion/LICENSE000644 001751 000177 0000002165 14522265601016631 0ustar00runner000000 000000 1452226560114522265601 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 brace-expansion/README.md000644 001751 000177 0000001302 14522265601017103 0ustar00runner000000 000000 1452227736314522265601# Installation > `npm install --save @types/brace-expansion` # Summary This package contains type definitions for brace-expansion (https://github.com/juliangruber/brace-expansion). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/brace-expansion. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/brace-expansion/index.d.ts) ````ts export = expand; declare function expand(input: string): string[]; ```` ### Additional Details * Last updated: Mon, 06 Nov 2023 22:41:05 GMT * Dependencies: none # Credits These definitions were written by [BendingBender](https://github.com/BendingBender). brace-expansion/index.d.ts000644 001751 000177 0000000104 14522265601017514 0ustar00runner000000 000000 1452226560114522265601export = expand; declare function expand(input: string): string[]; brace-expansion/package.json000644 001751 000177 0000001475 14522265601020125 0ustar00runner000000 000000 1452227736314522265601{ "name": "@types/brace-expansion", "version": "1.1.2", "description": "TypeScript definitions for brace-expansion", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/brace-expansion", "license": "MIT", "contributors": [ { "name": "BendingBender", "githubUsername": "BendingBender", "url": "https://github.com/BendingBender" } ], "main": "", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory": "types/brace-expansion" }, "scripts": {}, "dependencies": {}, "typesPublisherContentHash": "404804ede17a2773635186ba78f69b12155b2315f54c67398836e887ec9742e7", "typeScriptVersion": "4.5" }