{"_id":"@types/karma-chrome-launcher","_rev":"2803370","name":"@types/karma-chrome-launcher","description":"TypeScript definitions for karma-chrome-launcher","dist-tags":{"latest":"3.1.1","ts3.2":"3.1.0","ts3.3":"3.1.0","ts3.4":"3.1.0","ts3.5":"3.1.0","ts3.6":"3.1.1","ts3.7":"3.1.1","ts3.8":"3.1.1","ts3.9":"3.1.1","ts4.0":"3.1.1","ts4.1":"3.1.1","ts4.2":"3.1.1","ts4.3":"3.1.1","ts4.4":"3.1.1","ts4.5":"3.1.1","ts4.6":"3.1.1","ts4.7":"3.1.1","ts4.8":"3.1.1","ts4.9":"3.1.1"},"maintainers":[{"name":"types","email":""}],"time":{"modified":"2022-09-01T09:22:23.000Z","created":"2020-02-20T00:19:41.798Z","3.1.1":"2021-07-06T22:04:00.517Z","3.1.0":"2020-02-20T00:19:41.798Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/karma-chrome-launcher"},"versions":{"3.1.1":{"name":"@types/karma-chrome-launcher","version":"3.1.1","description":"TypeScript definitions for karma-chrome-launcher","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-chrome-launcher","license":"MIT","contributors":[{"name":"Piotr Błażejewicz (Peter Blazejewicz)","url":"https://github.com/peterblazejewicz","githubUsername":"peterblazejewicz"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/karma-chrome-launcher"},"scripts":{},"dependencies":{"@types/karma":"*"},"typesPublisherContentHash":"23504dd4b7d4cdbb2bd5a23545f856edc43db85a92d1d0112073e6d44214e5fe","typeScriptVersion":"3.6","_id":"@types/karma-chrome-launcher@3.1.1","dist":{"shasum":"3894509af532319a56d22822321018adcc6248f5","size":1835,"noattachment":false,"key":"/@types/karma-chrome-launcher/-/@types/karma-chrome-launcher-3.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/karma-chrome-launcher/download/@types/karma-chrome-launcher-3.1.1.tgz"},"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"maintainers":[{"name":"types","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-chrome-launcher_3.1.1_1625609040406_0.7679345122166874"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:38:47.060Z","publish_time":1625609040517,"_cnpm_publish_time":1625609040517},"3.1.0":{"name":"@types/karma-chrome-launcher","version":"3.1.0","description":"TypeScript definitions for karma-chrome-launcher","license":"MIT","contributors":[{"name":"Piotr Błażejewicz (Peter Blazejewicz)","url":"https://github.com/peterblazejewicz","githubUsername":"peterblazejewicz"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/karma-chrome-launcher"},"scripts":{},"dependencies":{"@types/karma":"*"},"typesPublisherContentHash":"e5f276bfcd994ba476a9be3bf7e99a7aaff370f37434b2521c209f2cd169aa02","typeScriptVersion":"3.2","_id":"@types/karma-chrome-launcher@3.1.0","dist":{"shasum":"21ca8d88ead5d8cbc66a829b0e58ffc848107279","size":1781,"noattachment":false,"key":"/@types/karma-chrome-launcher/-/@types/karma-chrome-launcher-3.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/karma-chrome-launcher/download/@types/karma-chrome-launcher-3.1.0.tgz"},"maintainers":[{"name":"types","email":""}],"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/karma-chrome-launcher_3.1.0_1582157981628_0.7515367547169389"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:38:46.967Z","publish_time":1582157981798,"_cnpm_publish_time":1582157981798}},"readme":"# Installation\r\n> `npm install --save @types/karma-chrome-launcher`\r\n\r\n# Summary\r\nThis package contains type definitions for karma-chrome-launcher (https://github.com/karma-runner/karma-chrome-launcher#readme).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-chrome-launcher.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-chrome-launcher/index.d.ts)\r\n````ts\r\n// Type definitions for karma-chrome-launcher 3.1\n// Project: https://github.com/karma-runner/karma-chrome-launcher#readme\n// Definitions by: Piotr Błażejewicz (Peter Blazejewicz) <https://github.com/peterblazejewicz>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n// TypeScript Version: 3.2\n\nimport 'karma';\n\ndeclare module 'karma' {\n    interface CustomLauncher {\n        /**\n         * The `--user-data-dir` is set to a temporary directory,\n         * but can be overridden on a custom launcher as shown below.\n         * One reason to do this is to have a permanent Chrome user data directory inside the project directory\n         * to be able to install plugins there (e.g. JetBrains IDE Support plugin).\n         */\n        chromeDataDir?: string | undefined;\n    }\n}\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Tue, 06 Jul 2021 22:02:34 GMT\r\n * Dependencies: [@types/karma](https://npmjs.com/package/@types/karma)\r\n * Global values: none\r\n\r\n# Credits\r\nThese definitions were written by [Piotr Błażejewicz (Peter Blazejewicz)](https://github.com/peterblazejewicz).\r\n","_attachments":{},"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-chrome-launcher","license":"MIT"}