{
  "_from": "postcss-modules-sync@^1.0.0",
  "_id": "postcss-modules-sync@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-YZpxnPeN0WpINBNRQLMkz3czS+E=",
  "_location": "/postcss-modules-sync",
  "_phantomChildren": {
    "escape-string-regexp": "1.0.5",
    "has-ansi": "2.0.0",
    "js-base64": "2.5.1",
    "source-map": "0.5.7"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-modules-sync@^1.0.0",
    "name": "postcss-modules-sync",
    "escapedName": "postcss-modules-sync",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/@vue/component-compiler"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-modules-sync/-/postcss-modules-sync-1.0.0.tgz",
  "_shasum": "619a719cf78dd16a4834135140b324cf77334be1",
  "_spec": "postcss-modules-sync@^1.0.0",
  "_where": "/Users/or_gordin/Documents/or-avatars/src/node_modules/@vue/component-compiler",
  "author": {
    "name": "schiehll",
    "email": "rn.schiehll@gmail.com",
    "url": "http://github.com/schiehll"
  },
  "babel": {
    "presets": [
      "es2015"
    ],
    "plugins": [
      "transform-class-properties"
    ]
  },
  "bugs": {
    "url": "https://github.com/schiehll/postcss-modules-sync/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "generic-names": "^1.0.2",
    "icss-replace-symbols": "^1.0.2",
    "postcss": "^5.2.5",
    "postcss-modules-local-by-default": "^1.1.1",
    "postcss-modules-scope": "^1.0.2",
    "string-hash": "^1.1.0"
  },
  "deprecated": false,
  "description": "A PostCSS plugin to use CSS Modules synchronously in js",
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-plugin-transform-class-properties": "^6.18.0",
    "babel-preset-es2015": "^6.18.0"
  },
  "homepage": "https://github.com/schiehll/postcss-modules-sync#readme",
  "keywords": [
    "PostCSS",
    "CSS Modules"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "postcss-modules-sync",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/schiehll/postcss-modules-sync.git"
  },
  "scripts": {
    "build": "babel ./src --out-dir ./lib"
  },
  "version": "1.0.0"
}
