{
  "_from": "postcss-modules@^1.4.1",
  "_id": "postcss-modules@1.4.1",
  "_inBundle": false,
  "_integrity": "sha512-btTrbK+Xc3NBuYF8TPBjCMRSp5h6NoQ1iVZ6WiDQENIze6KIYCSf0+UFQuV3yJ7gRHA+4AAtF8i2jRvUpbBMMg==",
  "_location": "/postcss-modules",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-modules@^1.4.1",
    "name": "postcss-modules",
    "escapedName": "postcss-modules",
    "rawSpec": "^1.4.1",
    "saveSpec": null,
    "fetchSpec": "^1.4.1"
  },
  "_requiredBy": [
    "/rollup-plugin-postcss"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-modules/-/postcss-modules-1.4.1.tgz",
  "_shasum": "8aa35bd3461db67e27377a7ce770d77b654a84ef",
  "_spec": "postcss-modules@^1.4.1",
  "_where": "/Users/or_gordin/Documents/or-avatars/src/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": {
    "css-modules-loader-core": "^1.1.0",
    "generic-names": "^1.0.3",
    "lodash.camelcase": "^4.3.0",
    "postcss": "^7.0.1",
    "string-hash": "^1.1.1"
  },
  "deprecated": false,
  "description": "PostCSS plugin to use CSS Modules everywhere",
  "devDependencies": {
    "autoprefixer": "6.7.7",
    "ava": "^0.25.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.6",
    "babel-preset-env": "^1.7.0",
    "eslint": "^5.1.0",
    "eslint-plugin-import": "^2.13.0",
    "husky": "0.14.3",
    "lint-staged": "7.2.0",
    "prettier": "1.13.7"
  },
  "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",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/css-modules/postcss-modules.git"
  },
  "require": "babel-core/register",
  "scripts": {
    "postpublish": "rm -rf build && git push --follow-tags",
    "precommit": "lint-staged",
    "prepublish": "npm run transpile",
    "pretest": "$(npm bin)/eslint src test",
    "test": "$(npm bin)/babel-node $(npm bin)/ava",
    "transpile": "$(npm bin)/babel src -d build"
  },
  "version": "1.4.1"
}
