{
  "_from": "postcss-modules@^4.0.0",
  "_id": "postcss-modules@4.3.1",
  "_inBundle": false,
  "_integrity": "sha512-ItUhSUxBBdNamkT3KzIZwYNNRFKmkJrofvC2nWab3CPKhYBQ1f27XXh1PAPE27Psx58jeelPsxWB/+og+KEH0Q==",
  "_location": "/postcss-modules",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-modules@^4.0.0",
    "name": "postcss-modules",
    "escapedName": "postcss-modules",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/rollup-plugin-postcss"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-modules/-/postcss-modules-4.3.1.tgz",
  "_shasum": "517c06c09eab07d133ae0effca2c510abba18048",
  "_spec": "postcss-modules@^4.0.0",
  "_where": "/var/www/html/analytics/analytics-soa/node_modules/rollup-plugin-postcss",
  "author": {
    "name": "Alexander Madyankin",
    "email": "alexander@madyankin.name"
  },
  "bugs": {
    "url": "https://github.com/css-modules/postcss-modules/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "generic-names": "^4.0.0",
    "icss-replace-symbols": "^1.1.0",
    "lodash.camelcase": "^4.3.0",
    "postcss-modules-extract-imports": "^3.0.0",
    "postcss-modules-local-by-default": "^4.0.0",
    "postcss-modules-scope": "^3.0.0",
    "postcss-modules-values": "^4.0.0",
    "string-hash": "^1.1.1"
  },
  "deprecated": false,
  "description": "PostCSS plugin to use CSS Modules everywhere",
  "devDependencies": {
    "autoprefixer": "^10.0.2",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.1.0",
    "babel-preset-env": "^1.7.0",
    "eslint": "^7.3.1",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-jest": "^23.17.0",
    "husky": "^4.2.5",
    "jest": "^26.0.1",
    "lint-staged": "^10.2.11",
    "postcss": "^8.1.9",
    "prettier": "^2.0.5"
  },
  "homepage": "https://github.com/css-modules/postcss-modules#readme",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "modules",
    "css modules",
    "components"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{json,md}": [
      "prettier --write",
      "git add"
    ],
    "*.js": [
      "prettier --write",
      "eslint --fix",
      "git add"
    ]
  },
  "main": "build/index.js",
  "name": "postcss-modules",
  "peerDependencies": {
    "postcss": "^8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/css-modules/postcss-modules.git"
  },
  "require": "babel-core/register",
  "scripts": {
    "precommit": "lint-staged",
    "test": "make test"
  },
  "types": "index.d.ts",
  "version": "4.3.1"
}
