{
  "_args": [
    [
      "@stylelint/postcss-css-in-js@0.37.1",
      "/var/www/mediawiki/extensions/GioExtension"
    ]
  ],
  "_development": true,
  "_from": "@stylelint/postcss-css-in-js@0.37.1",
  "_id": "@stylelint/postcss-css-in-js@0.37.1",
  "_inBundle": false,
  "_integrity": "sha512-UMf2Rni3JGKi3ZwYRGMYJ5ipOA5ENJSKMtYA/pE1ZLURwdh7B5+z2r73RmWvub+N0UuH1Lo+TGfCgYwPvqpXNw==",
  "_location": "/@stylelint/postcss-css-in-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@stylelint/postcss-css-in-js@0.37.1",
    "name": "@stylelint/postcss-css-in-js",
    "escapedName": "@stylelint%2fpostcss-css-in-js",
    "scope": "@stylelint",
    "rawSpec": "0.37.1",
    "saveSpec": null,
    "fetchSpec": "0.37.1"
  },
  "_requiredBy": [
    "/stylelint"
  ],
  "_resolved": "https://registry.npmjs.org/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.1.tgz",
  "_spec": "0.37.1",
  "_where": "/var/www/mediawiki/extensions/GioExtension",
  "author": {
    "name": "gucong3000"
  },
  "bugs": {
    "url": "https://github.com/stylelint/postcss-css-in-js/issues"
  },
  "dependencies": {
    "@babel/core": ">=7.9.0"
  },
  "description": "PostCSS syntax for parsing CSS in JS literals",
  "devDependencies": {
    "autoprefixer": "^9.7.5",
    "chai": "^4.2.0",
    "codecov": "^3.6.5",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-config-stylelint": "^11.1.0",
    "husky": "^4.2.3",
    "json5": "^2.1.2",
    "lint-staged": "^10.1.1",
    "mocha": "^7.1.1",
    "np": "^6.2.0",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.0.0",
    "postcss": ">=7.0.27",
    "postcss-parser-tests": "^6.5.0",
    "postcss-safe-parser": "^4.0.2",
    "postcss-syntax": ">=0.36.2",
    "prettier": "^2.0.2"
  },
  "eslintConfig": {
    "extends": [
      "stylelint",
      "prettier"
    ],
    "rules": {
      "jest/valid-expect": "off"
    }
  },
  "eslintIgnore": [
    "test/fixtures/*",
    "coverage/**",
    ".nyc_output/**"
  ],
  "files": [
    "*.js"
  ],
  "homepage": "https://github.com/stylelint/postcss-css-in-js#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "postcss",
    "syntax",
    "emotion",
    "aphrodite",
    "glamor",
    "glamorous",
    "react-native",
    "react-style",
    "reactcss",
    "styled-components",
    "styletron-react",
    "typestyle",
    "css-in-js",
    "css"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": "eslint --cache --fix",
    "*.{js,md,yml}": "prettier --write"
  },
  "main": "index.js",
  "name": "@stylelint/postcss-css-in-js",
  "nyc": {
    "reporter": [
      "lcov",
      "text"
    ],
    "all": true,
    "cache": true,
    "check-coverage": true,
    "exclude": [
      "coverage/**",
      "test{,s}/**",
      "**/.{prettier,eslint,mocha}rc.{js,cjs}"
    ]
  },
  "peerDependencies": {
    "postcss": ">=7.0.0",
    "postcss-syntax": ">=0.36.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stylelint/postcss-css-in-js.git"
  },
  "scripts": {
    "debug": "npm run mocha -- --inspect-brk",
    "format": "prettier . --write",
    "lint": "npm-run-all --parallel lint:*",
    "lint:formatting": "prettier . --check",
    "lint:js": "eslint .",
    "mocha": "mocha --no-timeouts",
    "release": "np",
    "test": "nyc npm run mocha",
    "watch": "mocha --watch"
  },
  "version": "0.37.1"
}
