{"_id":"@types/postcss-flexbugs-fixes","_rev":"2906476","name":"@types/postcss-flexbugs-fixes","description":"TypeScript definitions for postcss-flexbugs-fixes","dist-tags":{"latest":"4.2.1","ts2.8":"4.2.0","ts2.9":"4.2.0","ts3.0":"4.2.0","ts3.1":"4.2.0","ts3.2":"4.2.0","ts3.3":"4.2.0","ts3.4":"4.2.0","ts3.5":"4.2.0","ts3.6":"4.2.1","ts3.7":"4.2.1","ts3.8":"4.2.1","ts3.9":"4.2.1","ts4.0":"4.2.1","ts4.1":"4.2.1","ts4.2":"4.2.1","ts4.3":"4.2.1","ts4.4":"4.2.1","ts4.5":"4.2.1","ts4.6":"4.2.1","ts4.7":"4.2.1","ts4.8":"4.2.1","ts4.9":"4.2.1","ts5.0":"4.2.1"},"maintainers":[{"name":"types","email":""}],"time":{"modified":"2022-12-21T09:21:30.000Z","created":"2020-04-27T12:08:23.271Z","4.2.1":"2021-07-07T17:12:11.989Z","4.2.0":"2020-04-27T12:08:23.271Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/postcss-flexbugs-fixes"},"versions":{"4.2.1":{"name":"@types/postcss-flexbugs-fixes","version":"4.2.1","description":"TypeScript definitions for postcss-flexbugs-fixes","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-flexbugs-fixes","license":"MIT","contributors":[{"name":"Piotr Błażejewicz","url":"https://github.com/peterblazejewicz","githubUsername":"peterblazejewicz"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/postcss-flexbugs-fixes"},"scripts":{},"dependencies":{"postcss":"^7.0.27"},"typesPublisherContentHash":"a1a044f5901c21a25f06535341d8f90f3751680bb1f7fc5d47bc47a0d93e02c8","typeScriptVersion":"3.6","_id":"@types/postcss-flexbugs-fixes@4.2.1","dist":{"shasum":"2da29c6626b2589e75de3ce52ad669d1ae890b4c","size":1800,"noattachment":false,"key":"/@types/postcss-flexbugs-fixes/-/@types/postcss-flexbugs-fixes-4.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/postcss-flexbugs-fixes/download/@types/postcss-flexbugs-fixes-4.2.1.tgz"},"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"maintainers":[{"name":"types","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-flexbugs-fixes_4.2.1_1625677931822_0.242464247937638"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T07:59:31.939Z","publish_time":1625677931989,"_cnpm_publish_time":1625677931989},"4.2.0":{"name":"@types/postcss-flexbugs-fixes","version":"4.2.0","description":"TypeScript definitions for postcss-flexbugs-fixes","license":"MIT","contributors":[{"name":"Piotr Błażejewicz","url":"https://github.com/peterblazejewicz","githubUsername":"peterblazejewicz"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/postcss-flexbugs-fixes"},"scripts":{},"dependencies":{"postcss":"^7.0.27"},"typesPublisherContentHash":"7094747fce48ef71ef542a09c57e7aeb32b11307349636e7fb78805de571f19f","typeScriptVersion":"2.8","_id":"@types/postcss-flexbugs-fixes@4.2.0","dist":{"shasum":"20d2eee28d4e53a722db0b2b277762c9d00088b0","size":1738,"noattachment":false,"key":"/@types/postcss-flexbugs-fixes/-/@types/postcss-flexbugs-fixes-4.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/postcss-flexbugs-fixes/download/@types/postcss-flexbugs-fixes-4.2.0.tgz"},"maintainers":[{"name":"types","email":""}],"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-flexbugs-fixes_4.2.0_1587989303067_0.6376088265178768"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T07:59:31.847Z","publish_time":1587989303271,"_cnpm_publish_time":1587989303271}},"readme":"# Installation\r\n> `npm install --save @types/postcss-flexbugs-fixes`\r\n\r\n# Summary\r\nThis package contains type definitions for postcss-flexbugs-fixes (https://github.com/luisrudge/postcss-flexbugs-fixes#readme).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-flexbugs-fixes.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-flexbugs-fixes/index.d.ts)\r\n````ts\r\n// Type definitions for postcss-flexbugs-fixes 4.2\n// Project: https://github.com/luisrudge/postcss-flexbugs-fixes#readme\n// Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n\nimport { Plugin } from 'postcss';\n\ndeclare namespace postcssFlexbugsFixes {\n    type PostcssFlexbugsFixesPlugin = Plugin<Options>;\n\n    interface Options {\n        /**\n         * @default true\n         */\n        bug4?: boolean | undefined;\n        /**\n         * @default true\n         */\n        bug6?: boolean | undefined;\n        /**\n         * @default true\n         */\n        bug81a?: boolean | undefined;\n    }\n}\n\n/**\n * PostCSS plugin This project tries to fix all of {@link https://github.com/philipwalton/flexbugs|flexbug's} issues.\n */\ndeclare const postcssFlexbugsFixes: postcssFlexbugsFixes.PostcssFlexbugsFixesPlugin;\n\nexport = postcssFlexbugsFixes;\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Wed, 07 Jul 2021 17:02:32 GMT\r\n * Dependencies: [@types/postcss](https://npmjs.com/package/@types/postcss)\r\n * Global values: none\r\n\r\n# Credits\r\nThese definitions were written by [Piotr Błażejewicz](https://github.com/peterblazejewicz).\r\n","_attachments":{},"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-flexbugs-fixes","license":"MIT"}