{"_id":"postcss-replace-overflow-wrap","maintainers":[{"name":"mattdimu","email":"dev@matthiasmueller.me"}],"keywords":["postcss","css","postcss-plugin","overflow-wrap","word-wrap"],"dist-tags":{"latest":"4.0.0"},"author":{"name":"Matthias Müller","email":"MattDiMu@users.noreply.github.com"},"description":"PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.","readme":"# PostCSS Replace Overflow Wrap [![CSS Standard Status][css-img]][css] [![Build Status][ci-img]][ci]\n\n[PostCSS] plugin to replace overflow-wrap with word-wrap. May optionally retain both declarations.\n\n[PostCSS]: https://github.com/postcss/postcss\n[css-img]: https://jonathantneal.github.io/css-db/badge/css-text-overflow-wrap-property.svg\n[css]:     https://jonathantneal.github.io/css-db/#css-text-overflow-wrap-property\n[ci-img]:  https://travis-ci.org/MattDiMu/postcss-replace-overflow-wrap.svg\n[ci]:      https://travis-ci.org/MattDiMu/postcss-replace-overflow-wrap\n\n\n```css\n/* before */\n.foo {\n    overflow-wrap: break-word;\n}\n\n/* after */\n.foo {\n    word-wrap: break-word;\n}\n```\n\n```css\n/* before, when the option { method: 'copy' } is passed */\n.foo {\n    overflow-wrap: break-word;\n}\n\n/* after */\n.foo {\n    word-wrap: break-word;\n    overflow-wrap: break-word;\n}\n```\n\n### Installation\n`npm install --save-dev postcss postcss-replace-overflow-wrap`\n\nFor Postcss 7 or earlier use Version 3 or earlier:\n\n`npm install --save-dev postcss-replace-overflow-wrap@3`\n\n\n## Usage\n\n```js\n/* default usage, with no options (method = replace) */\npostcss([ require('postcss-replace-overflow-wrap') ])\n```\n\n```js\n/* add word-wrap, but keep overflow-wrap */\npostcss([ require('postcss-replace-overflow-wrap') ])({ method: 'copy' })\n```\nSee [PostCSS] docs for examples for your environment.\n","repository":{"type":"git","url":"git+https://github.com/MattDiMu/postcss-replace-overflow-wrap.git"},"users":{"mattdimu":true},"bugs":{"url":"https://github.com/MattDiMu/postcss-replace-overflow-wrap/issues"},"license":"MIT","versions":{"2.0.0":{"name":"postcss-replace-overflow-wrap","version":"2.0.0","description":"PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.","keywords":["postcss","css","postcss-plugin","overflow-wrap","word-wrap"],"author":{"name":"Matthias Müller","email":"MattDiMu@users.noreply.github.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/mattdimu/postcss-replace-overflow-wrap.git"},"bugs":{"url":"https://github.com/MattDiMu/postcss-replace-overflow-wrap/issues"},"homepage":"https://github.com/MattDiMu/postcss-replace-overflow-wrap","files":["index.js"],"dependencies":{"postcss":"^6.0.1"},"devDependencies":{"ava":"^0.19.1","eslint":"^3.19.0","eslint-config-postcss":"^2.0.2"},"scripts":{"test":"ava && eslint *.js"},"eslintConfig":{"extends":"eslint-config-postcss/es5","rules":{"max-len":0}},"gitHead":"3bb6fb885da57cf385fe2c8d8d3a848345a2b51a","_id":"postcss-replace-overflow-wrap@2.0.0","_shasum":"794db6faa54f8db100854392a93af45768b4e25b","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"mattdimu","email":"matthias.und.mueller@gmail.com"},"dist":{"shasum":"794db6faa54f8db100854392a93af45768b4e25b","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-2.0.0.tgz","integrity":"sha512-JNYt+DiUQiCtsy17cqcHQlCJ5huBPDq8F49hlnTd747GCMvaUEq4ouI0QR0E38zdKs1ptnzhoGYwm6mvpbeD5w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIASjZjM4kgWIAmsFWLHXvNEY7i9deuk6hlNeTrxwla4WAiBF8UYJRLRqBGLzi5ks18iHmS3Bn47aSWecfGAgbxczOg=="}]},"maintainers":[{"name":"mattdimu","email":"matthias.und.mueller@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-replace-overflow-wrap-2.0.0.tgz_1496090139839_0.6877531406935304"},"directories":{}},"3.0.0":{"name":"postcss-replace-overflow-wrap","version":"3.0.0","description":"PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.","keywords":["postcss","css","postcss-plugin","overflow-wrap","word-wrap"],"author":{"name":"Matthias Müller","email":"MattDiMu@users.noreply.github.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/MattDiMu/postcss-replace-overflow-wrap.git"},"bugs":{"url":"https://github.com/MattDiMu/postcss-replace-overflow-wrap/issues"},"homepage":"https://github.com/MattDiMu/postcss-replace-overflow-wrap","files":["index.js"],"dependencies":{"postcss":"^7.0.2"},"devDependencies":{"ava":"^0.25.0","eslint":"^5.3.0","eslint-config-logux":"^24.0.0","eslint-config-postcss":"^3.0.3","eslint-config-standard":"^11.0.0","eslint-plugin-es5":"^1.3.1","eslint-plugin-import":"^2.13.0","eslint-plugin-jest":"^21.20.1","eslint-plugin-node":"^7.0.1","eslint-plugin-promise":"^3.8.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^3.1.0"},"scripts":{"test":"ava && eslint *.js"},"eslintConfig":{"extends":"eslint-config-postcss/es5","rules":{"max-len":0,"es5/no-modules":false}},"gitHead":"0fb125f15ee0bbad38d973b16284e80e82d91935","_id":"postcss-replace-overflow-wrap@3.0.0","_npmVersion":"6.3.0","_nodeVersion":"8.0.0","_npmUser":{"name":"mattdimu","email":"matthias.und.mueller@gmail.com"},"dist":{"integrity":"sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw==","shasum":"61b360ffdaedca84c7c918d2b0f0d0ea559ab01c","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-3.0.0.tgz","fileCount":5,"unpackedSize":4220,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbbL8WCRA9TVsSAnZWagAAHs0P/1TugFoAUyMdbpNt/dd4\nGfpekod2Il4Bm7tCaP8lzv1LsUiFGBw6yBd/Yf4vkC3ttLKAkVtMFrPR1I6R\nG0gfVFnc7SRFtP0rMx8MZEngSjhtfckjyclgbC2mPyADIMJILTfA59pkbvvB\nO4cDEsEoPXIdcDMFCElZRjypbedF3nVxAjbnLGsF1bBCJksiZDTSyKSZyCoP\noKpRCJlXNf3wsa4Oh6/KKOgkn+WHKa7ElQbKxvTEqO14+alocQAz8KxYD7Sw\n2WXmPv8Gb+XILmoo9k4prp8o3NyBSz7ekvpeYqYws1At+4vGlNJCyFiJGGFI\nBp36QufRys4We3hybjpeIVCZn6RnJAsEELtGE3b0eDZXG2F0jf7B5dNeYQcg\nXFmRoAYCk8Np0aQkE5Y60Bt9Nf0ZYozcqi80DLts74BnPSiAdfcCj4N01GOI\nQa3b6w2HygE1nFKLjAt22SAuVosHngTGKsjDSb/Dkij2rKANiQ/yB3IdNzRk\nskxKKE+zbTwCOqqmjCplI85SCvcj8Tv/CwntY9xg+3hCxQE5Hl4IvkpIYxOy\nFI+kDHQPlo6g+B8jtoAkl8Sfnn0pyzdYxtjS75p6jI6+3GLz9eddcB3EXuBO\n52oc9q2zkeotETvmf4ao6SeIuk1YqTum1He6/eTww0zxyjBbn3OK8+F5Ygb0\nc74y\r\n=gSj+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH1reZXLtZka0VThjEihXCI08BZcEc2YQ2UNl3MgncQbAiBnJPz6EF4Oh2eJ3hAbfeq0LxnYo9XFjAnCzAEd3uPjbQ=="}]},"maintainers":[{"name":"mattdimu","email":"matthias.und.mueller@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-replace-overflow-wrap_3.0.0_1533853461670_0.7281185959433287"},"_hasShrinkwrap":false},"4.0.0":{"name":"postcss-replace-overflow-wrap","version":"4.0.0","description":"PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.","keywords":["postcss","css","postcss-plugin","overflow-wrap","word-wrap"],"author":{"name":"Matthias Müller","email":"MattDiMu@users.noreply.github.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/MattDiMu/postcss-replace-overflow-wrap.git"},"bugs":{"url":"https://github.com/MattDiMu/postcss-replace-overflow-wrap/issues"},"homepage":"https://github.com/MattDiMu/postcss-replace-overflow-wrap","dependencies":{},"devDependencies":{"ava":"^0.25.0","eslint":"^5.3.0","eslint-config-logux":"^24.0.0","eslint-config-postcss":"^3.0.3","eslint-config-standard":"^11.0.0","eslint-plugin-es5":"^1.3.1","eslint-plugin-import":"^2.13.0","eslint-plugin-jest":"^21.20.1","eslint-plugin-node":"^7.0.1","eslint-plugin-promise":"^3.8.0","eslint-plugin-security":"^1.4.0","eslint-plugin-standard":"^3.1.0","postcss":"^8.0.3"},"peerDependencies":{"postcss":"^8.0.3"},"scripts":{"test":"ava && eslint *.js"},"eslintConfig":{"extends":"eslint-config-postcss/es5","rules":{"max-len":0,"es5/no-modules":false,"indent":["warn",4],"es5/no-arrow-functions":0}},"gitHead":"9fee648455ab6758a58f93bf39e4cc12ef03887b","_id":"postcss-replace-overflow-wrap@4.0.0","_nodeVersion":"12.18.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==","shasum":"d2df6bed10b477bf9c52fab28c568b4b29ca4319","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz","fileCount":5,"unpackedSize":4581,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYlV4CRA9TVsSAnZWagAAfQ8P/0XvkYOMW4X4sbcgCH1H\nTbB2V7jXtmzl7dHw3aElkWyXzs5cRvSATWLGNnuzPeG3UQ180NZGPYglkPYq\nIQGeTPGhB7MjjQ5zAI0SgmY6bS1mHFVjlU81WBmCY/HJLvR2h+bPsLpWeF/Q\npgMqWQxPMxMivgN/ruJc54qCqZqlPk67/MzO3zVkNt5Cp8XQSYNaxDeWSE6i\ns3qJ3TCOjAmC4OBUR6r0l8uhQsSyWXHXB3IhLftZHzqQlDhpTMRlBpY6+pgR\nqlwX34kEX/8yc1QWml2v6iOAH4Hvka8ESKuwMk7wLjci2hVmpeX4j1b2O5EV\n8iNZzbSuR6fEyvDOtWunTmVhpGfUZXuGnEe5JhXBHb0cfegHDtSUTT8vxES2\n09mPoYglJaPX5PbkBBzgpxUnaD0qfuNaHOo8VCDVqu52bcEDd+9kmul9bLVq\nKVc9llmv3dk9OJqZLb0OJvOy9Nd7e50kvSVks43OyzMXjq79GREzKyJxH9mT\npBNCwiIul2VHtjuPTUFdInifD5itco3AHRD4+jIDZWKHIx3elBSpAcmsrN0B\nJhuQlbB5eMEdxxhtH8lJV+7FmP78FjHPiO5mAov2SvCg9eKtP325BVdgv6dY\ne4BqrbFKAahIv/O77rV1TWK+cfj5lwY4H+r62tz/YRHmkBdYF+5KS+Rpjpov\n/zDP\r\n=W+xO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEJldSW9IRId17Jx6qKEndDuAX3YYLVPoNO1xmBHvHTAAiEAwYex0GcUjZ6QmzxHgzNF1MZ5Pd8m+8lkwpEQ1kMgLAU="}]},"maintainers":[{"name":"mattdimu","email":"dev@matthiasmueller.me"}],"_npmUser":{"name":"mattdimu","email":"dev@matthiasmueller.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/postcss-replace-overflow-wrap_4.0.0_1600279927787_0.2133896848074659"},"_hasShrinkwrap":false},"1.0.0":{"name":"postcss-replace-overflow-wrap","version":"1.0.0","description":"PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.","keywords":["postcss","css","postcss-plugin","overflow-wrap","word-wrap"],"author":{"name":"Matthias Müller","email":"MattDiMu@users.noreply.github.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/mattdimu/postcss-replace-overflow-wrap.git"},"bugs":{"url":"https://github.com/MattDiMu/postcss-replace-overflow-wrap/issues"},"homepage":"https://github.com/MattDiMu/postcss-replace-overflow-wrap","dependencies":{"postcss":"^5.0.16"},"devDependencies":{"ava":"^0.14.0","eslint":"^2.1.0","eslint-config-postcss":"^2.0.0"},"scripts":{"test":"ava && eslint *.js"},"eslintConfig":{"extends":"eslint-config-postcss/es5","rules":{"max-len":0}},"gitHead":"246775e276221d62c4d8c17f169cac5493a98584","_id":"postcss-replace-overflow-wrap@1.0.0","_shasum":"f0a03b31eab9636a6936bfd210e2aef1b434a643","_from":".","_npmVersion":"3.7.2","_nodeVersion":"5.6.0","_npmUser":{"name":"mattdimu","email":"matthias.und.mueller@gmail.com"},"maintainers":[{"name":"mattdimu","email":"matthias.und.mueller@gmail.com"}],"dist":{"shasum":"f0a03b31eab9636a6936bfd210e2aef1b434a643","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-1.0.0.tgz","integrity":"sha512-+BvOHP3pKThKadaoNfYXmnE3Eg6UzCUFNjcbwOdE2lhBgOOevAJjq4/HZ66W0T9Uju3pYqJh9E0PmPb4M2Ocqw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEzdO+FETt/meDZXoA+Yx8+N86C9lL3cWjMJ78c5YhbfAiEAhr9eMPh3BaLin0RB+7NOSO/j+kMlPu5zKzdqFFHThV0="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-replace-overflow-wrap-1.0.0.tgz_1463523666878_0.233435319038108"},"directories":{}}},"name":"postcss-replace-overflow-wrap","time":{"2.0.0":"2017-05-29T20:35:40.824Z","3.0.0":"2018-08-09T22:24:21.725Z","created":"2016-05-17T22:21:09.421Z","modified":"2025-05-14T09:00:21.318Z","4.0.0":"2020-09-16T18:12:07.912Z","1.0.0":"2016-05-17T22:21:09.421Z"},"readmeFilename":"README.md","homepage":"https://github.com/MattDiMu/postcss-replace-overflow-wrap"}