{"_id":"@types/postcss-normalize","_rev":"2931580","name":"@types/postcss-normalize","description":"TypeScript definitions for postcss-normalize","dist-tags":{"latest":"9.0.1","ts3.2":"9.0.0","ts3.3":"9.0.0","ts3.4":"9.0.0","ts3.5":"9.0.0","ts3.6":"9.0.1","ts3.7":"9.0.1","ts3.8":"9.0.1","ts3.9":"9.0.1","ts4.0":"9.0.1","ts4.1":"9.0.1","ts4.2":"9.0.1","ts4.3":"9.0.1","ts4.4":"9.0.1","ts4.5":"9.0.1","ts4.6":"9.0.1","ts4.7":"9.0.1","ts4.8":"9.0.1","ts4.9":"9.0.1","ts5.0":"9.0.1","ts5.1":"9.0.1"},"maintainers":[{"name":"types","email":""}],"time":{"modified":"2023-03-14T06:28:43.000Z","created":"2020-10-12T19:26:37.912Z","9.0.1":"2021-07-07T17:13:41.864Z","9.0.0":"2020-10-12T19:26:37.912Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/postcss-normalize"},"versions":{"9.0.1":{"name":"@types/postcss-normalize","version":"9.0.1","description":"TypeScript definitions for postcss-normalize","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-normalize","license":"MIT","contributors":[{"name":"Piotr Kuczynski","url":"https://github.com/pkuczynski","githubUsername":"pkuczynski"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/postcss-normalize"},"scripts":{},"dependencies":{"postcss":"^7.0.27"},"typesPublisherContentHash":"d2b4f86ec616300f4c81ced0570fa0c760b53587c3c927ed5b60209ad93d3ad8","typeScriptVersion":"3.6","_id":"@types/postcss-normalize@9.0.1","dist":{"shasum":"9197295b8c77eb465a031fe1dab76aee8db3ce19","size":1736,"noattachment":false,"key":"/@types/postcss-normalize/-/@types/postcss-normalize-9.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/postcss-normalize/download/@types/postcss-normalize-9.0.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-normalize_9.0.1_1625678021720_0.25782145232412335"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T07:59:31.279Z","publish_time":1625678021864,"_cnpm_publish_time":1625678021864},"9.0.0":{"name":"@types/postcss-normalize","version":"9.0.0","description":"TypeScript definitions for postcss-normalize","license":"MIT","contributors":[{"name":"Piotr Kuczynski","url":"https://github.com/pkuczynski","githubUsername":"pkuczynski"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/postcss-normalize"},"scripts":{},"dependencies":{"postcss":"^7.0.27"},"typesPublisherContentHash":"d82f837a295284146c8bc9c074012e2b2e1e4ea18d0a233aec0753003a47aa83","typeScriptVersion":"3.2","_id":"@types/postcss-normalize@9.0.0","dist":{"shasum":"f937a8f8e1245dd478046e678c287765dbfcd4ae","size":1676,"noattachment":false,"key":"/@types/postcss-normalize/-/@types/postcss-normalize-9.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/postcss-normalize/download/@types/postcss-normalize-9.0.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-normalize_9.0.0_1602530797804_0.7103595479829139"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T07:59:31.182Z","publish_time":1602530797912,"_cnpm_publish_time":1602530797912}},"readme":"# Installation\r\n> `npm install --save @types/postcss-normalize`\r\n\r\n# Summary\r\nThis package contains type definitions for postcss-normalize (https://github.com/csstools/postcss-normalize#readme).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-normalize.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-normalize/index.d.ts)\r\n````ts\r\n// Type definitions for postcss-normalize 9.0\n// Project: https://github.com/csstools/postcss-normalize#readme\n// Definitions by: Piotr Kuczynski <https://github.com/pkuczynski>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n\nimport { Plugin } from 'postcss';\n\ndeclare namespace Normalize {\n    interface Options {\n        /**\n         * @default false\n         */\n        allowDuplicates?: boolean | undefined;\n\n        /**\n         * @default null\n         */\n        forceImport?: boolean | string | undefined;\n\n        /**\n         * @default null\n         */\n        browsers?: string | undefined;\n    }\n\n    type NormalizePlugin = Plugin<Options>;\n}\n\ndeclare const normalize: Normalize.NormalizePlugin;\n\nexport = normalize;\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Wed, 07 Jul 2021 17:02:34 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 Kuczynski](https://github.com/pkuczynski).\r\n","_attachments":{},"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-normalize","license":"MIT"}