{
  "_from": "postcss-js@^1.0.0",
  "_id": "postcss-js@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-zO5ao7GXDdRXAI55Q4Fl9mkZujA=",
  "_location": "/postcss-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "postcss-js@^1.0.0",
    "name": "postcss-js",
    "escapedName": "postcss-js",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/emotion"
  ],
  "_resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-1.0.0.tgz",
  "_shasum": "ccee5aa3b1970dd457008e79438165f66919ba30",
  "_spec": "postcss-js@^1.0.0",
  "_where": "/Users/jxnblk/repos/cxs/benchmarks/node_modules/emotion",
  "author": {
    "name": "Andrey Sitnik",
    "email": "andrey@sitnik.ru"
  },
  "bugs": {
    "url": "https://github.com/postcss/postcss-js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "camelcase-css": "^1.0.1",
    "postcss": "^6.0.1"
  },
  "deprecated": false,
  "description": "PostCSS for React Inline Styles, Radium, Free Style and other CSS-in-JS",
  "devDependencies": {
    "eslint": "^3.19.0",
    "eslint-config-postcss": "^2.0.2",
    "jest": "^20.0.0",
    "lint-staged": "^3.4.1",
    "pre-commit": "^1.2.2"
  },
  "eslintConfig": {
    "extends": "eslint-config-postcss/es5",
    "rules": {
      "no-use-before-define": "off",
      "quote-props": "off"
    },
    "env": {
      "jest": true
    }
  },
  "homepage": "https://github.com/postcss/postcss-js#readme",
  "jest": {
    "coverageThreshold": {
      "global": {
        "statements": 100
      }
    }
  },
  "keywords": [
    "postcss",
    "postcss-runner",
    "js",
    "inline",
    "react",
    "css",
    "cssinjs"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": "eslint"
  },
  "name": "postcss-js",
  "pre-commit": [
    "lint-staged"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/postcss/postcss-js.git"
  },
  "scripts": {
    "lint-staged": "lint-staged",
    "test": "jest --coverage && eslint *.js test/*.js"
  },
  "version": "1.0.0"
}
