{"_id":"@types/karma-mocha","_rev":"2803392","name":"@types/karma-mocha","description":"TypeScript definitions for karma-mocha","dist-tags":{"latest":"1.3.1","ts3.2":"1.3.0","ts3.3":"1.3.0","ts3.4":"1.3.0","ts3.5":"1.3.0","ts3.6":"1.3.1","ts3.7":"1.3.1","ts3.8":"1.3.1","ts3.9":"1.3.1","ts4.0":"1.3.1","ts4.1":"1.3.1","ts4.2":"1.3.1","ts4.3":"1.3.1","ts4.4":"1.3.1","ts4.5":"1.3.1","ts4.6":"1.3.1","ts4.7":"1.3.1","ts4.8":"1.3.1","ts4.9":"1.3.1"},"maintainers":[{"name":"types","email":""}],"time":{"modified":"2022-09-01T09:22:23.000Z","created":"2020-02-14T17:40:42.023Z","1.3.1":"2021-07-08T17:05:29.459Z","1.3.0":"2020-02-14T17:40:42.023Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/karma-mocha"},"versions":{"1.3.1":{"name":"@types/karma-mocha","version":"1.3.1","description":"TypeScript definitions for karma-mocha","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-mocha","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-mocha"},"scripts":{},"dependencies":{"@types/karma":"*"},"typesPublisherContentHash":"912bec689ba07e8856c5fa4f3d32ba40d877069a2cd48115e86f2e2cf0cb7a8f","typeScriptVersion":"3.6","_id":"@types/karma-mocha@1.3.1","dist":{"shasum":"941e71be0716044f2a357c9775afe859c9f2c365","size":1825,"noattachment":false,"key":"/@types/karma-mocha/-/@types/karma-mocha-1.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/karma-mocha/download/@types/karma-mocha-1.3.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-mocha_1.3.1_1625763929299_0.20764553608525094"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:27:08.818Z","publish_time":1625763929459,"_cnpm_publish_time":1625763929459},"1.3.0":{"name":"@types/karma-mocha","version":"1.3.0","description":"TypeScript definitions for karma-mocha","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-mocha"},"scripts":{},"dependencies":{"@types/karma":"*"},"typesPublisherContentHash":"bd2b7e08a6c0160de3cd7235af225a67617a92319fa860b655199d28bf388bec","typeScriptVersion":"3.2","_id":"@types/karma-mocha@1.3.0","dist":{"shasum":"1163badc60ba22342964918be0a1a2eee097bdf1","size":1766,"noattachment":false,"key":"/@types/karma-mocha/-/@types/karma-mocha-1.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/karma-mocha/download/@types/karma-mocha-1.3.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-mocha_1.3.0_1581702041876_0.9270803199732529"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T08:27:08.727Z","publish_time":1581702042023,"_cnpm_publish_time":1581702042023}},"readme":"# Installation\r\n> `npm install --save @types/karma-mocha`\r\n\r\n# Summary\r\nThis package contains type definitions for karma-mocha (https://github.com/karma-runner/karma-mocha#readme).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-mocha.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/karma-mocha/index.d.ts)\r\n````ts\r\n// Type definitions for karma-mocha 1.3\n// Project: https://github.com/karma-runner/karma-mocha#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 ClientOptions {\n        mocha?: MochaClientOptions | undefined;\n    }\n\n    interface MochaClientOptions {\n        /** This will be exposed in a reporter as `result.mocha.{exportedValue}` */\n        export?: string[] | undefined;\n        /** You can set opts to equal true then plugin will load opts from default location 'test/mocha.opts' */\n        opts?: true | string | undefined;\n        /** any supported Mocha configuration options */\n        [key: string]: any;\n    }\n}\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Thu, 08 Jul 2021 16:23:08 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-mocha","license":"MIT"}