{
  "_args": [
    [
      "postcss-prefix-selector@1.14.0",
      "/root/.jenkins/workspace/web"
    ]
  ],
  "_development": true,
  "_from": "postcss-prefix-selector@1.14.0",
  "_id": "postcss-prefix-selector@1.14.0",
  "_inBundle": false,
  "_integrity": "sha512-8d5fiBQZWMtGWH/7ewEeo6RnBNyT2kLD5wTIfV2oHYqH4hjiofg/rP5X3SUwnqOINzE4mM/K/UOAiNrIaKzd4w==",
  "_location": "/postcss-prefix-selector",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "postcss-prefix-selector@1.14.0",
    "name": "postcss-prefix-selector",
    "escapedName": "postcss-prefix-selector",
    "rawSpec": "1.14.0",
    "saveSpec": null,
    "fetchSpec": "1.14.0"
  },
  "_requiredBy": [
    "/svg-baker"
  ],
  "_resolved": "https://registry.npmmirror.com/postcss-prefix-selector/-/postcss-prefix-selector-1.14.0.tgz",
  "_spec": "1.14.0",
  "_where": "/root/.jenkins/workspace/web",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/RadValentin/postcss-prefix-selector/issues"
  },
  "contributors": [
    {
      "name": "Valentin Radulescu",
      "email": "hi@valentin.io",
      "url": "https://valentin.io"
    }
  ],
  "description": "Prefix all CSS rules with a selector",
  "devDependencies": {
    "husky": "^4.0.2",
    "istanbul": "~0.4.5",
    "lint-staged": "^10.0.3",
    "mocha": "~7.2.0",
    "postcss": "^8.0.0",
    "postcss-nested": "^5.0.6",
    "prettier": "^2.0.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/RadValentin/postcss-prefix-selector",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "postcss",
    "prefix",
    "selectors",
    "postcss-plugin",
    "css",
    "selector",
    "plugin"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "prettier --write",
      "git add"
    ]
  },
  "name": "postcss-prefix-selector",
  "peerDependencies": {
    "postcss": "7.x || 8.x"
  },
  "prettier": {
    "printWidth": 80,
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RadValentin/postcss-prefix-selector.git"
  },
  "scripts": {
    "lint": "prettier --write '**/*.{js,css}'",
    "test": "mocha",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  },
  "version": "1.14.0"
}
