v8flags/LICENSE000666 000000 000000 0000002237 13431132163011470 0ustar00000000 000000 MIT License Copyright (c) Microsoft Corporation. All rights reserved. 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 v8flags/README.md000666 000000 000000 0000000752 13431132163011742 0ustar00000000 000000 # Installation > `npm install --save @types/v8flags` # Summary This package contains type definitions for v8flags ( https://github.com/gulpjs/v8flags ). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/v8flags Additional Details * Last updated: Thu, 14 Feb 2019 00:21:07 GMT * Dependencies: none * Global values: none # Credits These definitions were written by BendingBender . v8flags/index.d.ts000666 000000 000000 0000000621 13431132163012357 0ustar00000000 000000 // Type definitions for v8flags 3.1 // Project: https://github.com/gulpjs/v8flags // Definitions by: BendingBender // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export = v8flags; declare function v8flags(cb: (err: any, flags: string[]) => void): void; declare namespace v8flags { const configfile: string; const configPath: string; } v8flags/package.json000666 000000 000000 0000001222 13431132163012742 0ustar00000000 000000 { "name": "@types/v8flags", "version": "3.1.1", "description": "TypeScript definitions for v8flags", "license": "MIT", "contributors": [ { "name": "BendingBender", "url": "https://github.com/BendingBender", "githubUsername": "BendingBender" } ], "main": "", "types": "index", "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" }, "scripts": {}, "dependencies": {}, "typesPublisherContentHash": "1cfc6c81d61b39c808414912ebf54b1005f5c34136f4fb5c7aed8337df803329", "typeScriptVersion": "2.0" }