{
  "manifest": {
    "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": "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": {},
    "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
      }
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-postcss-replace-overflow-wrap-4.0.0-d2df6bed10b477bf9c52fab28c568b4b29ca4319-integrity/node_modules/postcss-replace-overflow-wrap/package.json",
    "readmeFilename": "README.md",
    "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",
    "licenseText": "The MIT License (MIT)\n\nCopyright 2016 Matthias Müller <MattDiMu@users.noreply.github.com>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz#d2df6bed10b477bf9c52fab28c568b4b29ca4319",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz",
    "hash": "d2df6bed10b477bf9c52fab28c568b4b29ca4319",
    "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==",
    "registry": "npm",
    "packageName": "postcss-replace-overflow-wrap",
    "cacheIntegrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw== sha1-0t9r7RC0d7+cUvqyjFaLSynKQxk="
  },
  "registry": "npm",
  "hash": "d2df6bed10b477bf9c52fab28c568b4b29ca4319"
}