{
  "_from": "postcss-replace-overflow-wrap@^4.0.0",
  "_id": "postcss-replace-overflow-wrap@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==",
  "_location": "/postcss-replace-overflow-wrap",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-replace-overflow-wrap@^4.0.0",
    "name": "postcss-replace-overflow-wrap",
    "escapedName": "postcss-replace-overflow-wrap",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/postcss-preset-env"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz",
  "_shasum": "d2df6bed10b477bf9c52fab28c568b4b29ca4319",
  "_spec": "postcss-replace-overflow-wrap@^4.0.0",
  "_where": "/var/www/justnowapp/node_modules/postcss-preset-env",
  "author": {
    "name": "Matthias Müller",
    "email": "MattDiMu@users.noreply.github.com"
  },
  "bugs": {
    "url": "https://github.com/MattDiMu/postcss-replace-overflow-wrap/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.",
  "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"
  },
  "eslintConfig": {
    "extends": "eslint-config-postcss/es5",
    "rules": {
      "max-len": 0,
      "es5/no-modules": false,
      "indent": [
        "warn",
        4
      ],
      "es5/no-arrow-functions": 0
    }
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/MattDiMu/postcss-replace-overflow-wrap",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "overflow-wrap",
    "word-wrap"
  ],
  "license": "MIT",
  "name": "postcss-replace-overflow-wrap",
  "peerDependencies": {
    "postcss": "^8.0.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MattDiMu/postcss-replace-overflow-wrap.git"
  },
  "scripts": {
    "test": "ava && eslint *.js"
  },
  "version": "4.0.0"
}
