{
  "_args": [
    [
      {
        "raw": "postcss-modules@~0.5.0",
        "scope": null,
        "escapedName": "postcss-modules",
        "name": "postcss-modules",
        "rawSpec": "~0.5.0",
        "spec": ">=0.5.0 <0.6.0",
        "type": "range"
      },
      "/Users/udia/sandbox/src/github.com/udia-software/udia/assets/node_modules/css-brunch"
    ]
  ],
  "_from": "postcss-modules@>=0.5.0 <0.6.0",
  "_id": "postcss-modules@0.5.2",
  "_inCache": true,
  "_location": "/postcss-modules",
  "_nodeVersion": "6.3.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/postcss-modules-0.5.2.tgz_1471590662238_0.4424674641340971"
  },
  "_npmUser": {
    "name": "outpunk",
    "email": "alexander@madyankin.name"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "postcss-modules@~0.5.0",
    "scope": null,
    "escapedName": "postcss-modules",
    "name": "postcss-modules",
    "rawSpec": "~0.5.0",
    "spec": ">=0.5.0 <0.6.0",
    "type": "range"
  },
  "_requiredBy": [
    "/css-brunch"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-modules/-/postcss-modules-0.5.2.tgz",
  "_shasum": "9d682fed3f282bd64b2aa4feb6f22a2af435ffda",
  "_shrinkwrap": null,
  "_spec": "postcss-modules@~0.5.0",
  "_where": "/Users/udia/sandbox/src/github.com/udia-software/udia/assets/node_modules/css-brunch",
  "author": {
    "name": "Alexander Madyankin",
    "email": "alexander@madyankin.name"
  },
  "bugs": {
    "url": "https://github.com/css-modules/postcss-modules/issues"
  },
  "dependencies": {
    "css-modules-loader-core": "^1.0.1",
    "generic-names": "^1.0.1",
    "postcss": "^5.1.2",
    "string-hash": "^1.1.0"
  },
  "description": "PostCSS plugin to use CSS Modules everywhere",
  "devDependencies": {
    "autoprefixer": "^6.4.0",
    "ava": "^0.16.0",
    "babel": "^6.5.2",
    "babel-cli": "^6.11.4",
    "babel-core": "^6.13.2",
    "babel-eslint": "^6.1.2",
    "babel-preset-es2015": "^6.13.2",
    "eslint": "^3.3.1",
    "eslint-config-airbnb-base": "^5.0.2",
    "eslint-plugin-import": "^1.13.0",
    "file-exists": "^2.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "9d682fed3f282bd64b2aa4feb6f22a2af435ffda",
    "tarball": "https://registry.npmjs.org/postcss-modules/-/postcss-modules-0.5.2.tgz"
  },
  "gitHead": "57f914da41865de2050e5d0f9d1c9eab55f5d649",
  "homepage": "https://github.com/css-modules/postcss-modules#readme",
  "keywords": [
    "postcss",
    "css",
    "postcss-plugin",
    "modules",
    "css modules",
    "components"
  ],
  "license": "MIT",
  "main": "build/index.js",
  "maintainers": [
    {
      "name": "outpunk",
      "email": "alexander@madyankin.name"
    }
  ],
  "name": "postcss-modules",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/css-modules/postcss-modules.git"
  },
  "scripts": {
    "postpublish": "rm -rf build && git push --follow-tags",
    "prepublish": "npm run transpile",
    "pretest": "$(npm bin)/eslint src test",
    "test": "$(npm bin)/ava --require babel-core/register",
    "transpile": "$(npm bin)/babel src -d build"
  },
  "version": "0.5.2"
}
