{
  "_args": [
    [
      "polished@2.3.3",
      "C:\\Projects\\reagentum\\gasprom group\\gpb_factoring-client-front"
    ]
  ],
  "_from": "polished@2.3.3",
  "_id": "polished@2.3.3",
  "_inBundle": false,
  "_integrity": "sha512-59V4fDbdxtH4I1m9TWxFsoGJbC8nnOpUYo5uFmvMfKp9Qh+6suo4VMUle1TGIIUZIGxfkW+Rs485zPk0wcwR2Q==",
  "_location": "/@holism/icons/polished",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "polished@2.3.3",
    "name": "polished",
    "escapedName": "polished",
    "rawSpec": "2.3.3",
    "saveSpec": null,
    "fetchSpec": "2.3.3"
  },
  "_requiredBy": [
    "/@holism/icons"
  ],
  "_resolved": "https://registry.npmjs.org/polished/-/polished-2.3.3.tgz",
  "_spec": "2.3.3",
  "_where": "C:\\Projects\\reagentum\\gasprom group\\gpb_factoring-client-front",
  "author": {
    "name": "Brian Hough",
    "email": "hello@brianhough.net",
    "url": "https://polished.js.org"
  },
  "bugs": {
    "url": "https://github.com/styled-components/polished/issues"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/polished"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "@babel/runtime": "^7.2.0"
  },
  "description": "A lightweight toolset for writing styles in Javascript.",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/plugin-transform-runtime": "^7.2.0",
    "@babel/polyfill": "^7.2.5",
    "@babel/preset-env": "^7.2.3",
    "@babel/preset-flow": "^7.0.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "babel-loader": "^8.0.5",
    "babel-plugin-add-module-exports": "^1.0.0",
    "babel-plugin-annotate-pure-calls": "^0.4.0",
    "concat-stream": "^2.0.0",
    "cross-env": "^5.2.0",
    "cz-conventional-changelog": "^2.1.0",
    "documentation": "9.1.1",
    "eslint": "^5.12.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0",
    "flow-bin": "0.89.0",
    "flow-copy-source": "^2.0.2",
    "flow-coverage-report": "^0.6.1",
    "husky": "^1.3.1",
    "jest": "^23.6.0",
    "lint-staged": "^8.1.0",
    "lodash": "^4.17.11",
    "npm-watch": "^0.5.0",
    "prettier": "^1.15.3",
    "pushstate-server": "3.0.1",
    "ramda": "^0.26.1",
    "rollup": "^1.0.2",
    "rollup-plugin-babel": "^4.2.0",
    "rollup-plugin-node-resolve": "^4.0.0",
    "rollup-plugin-replace": "^2.1.0",
    "rollup-plugin-uglify": "^6.0.0",
    "semantic-release": "^15.13.2",
    "shx": "^0.3.2",
    "tsgen": "1.3.0",
    "typescript": "3.2.2",
    "validate-commit-msg": "^2.14.0",
    "vinyl": "^2.2.0",
    "vinyl-fs": "^3.0.2"
  },
  "homepage": "https://github.com/styled-components/polished#readme",
  "jest": {
    "coverageDirectory": "./coverage/",
    "collectCoverage": true,
    "testURL": "http://localhost/",
    "verbose": true
  },
  "keywords": [
    "styled-components",
    "polished",
    "emotion",
    "glamor",
    "css-in-js",
    "inline-styles",
    "react",
    "typescript"
  ],
  "license": "MIT",
  "lint-staged": {
    "src/**/!(*.test).js": [
      "prettier --no-semi --single-quote --trailing-comma all --write",
      "eslint --fix",
      "git add"
    ],
    "src/**/*.test.js": [
      "prettier --no-semi --single-quote --trailing-comma all --write",
      "eslint --fix",
      "git add"
    ]
  },
  "main": "lib/index.js",
  "module": "dist/polished.es.js",
  "name": "polished",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/styled-components/polished.git"
  },
  "scripts": {
    "build": "yarn build:lib && yarn build:dist && yarn build:flow && yarn build:docs && yarn build:typescript",
    "build:dist": "rollup -c",
    "build:docs": "yarn build:docs:site",
    "build:docs:site": "documentation build src/** -t docs-theme --github -o docs -f html -c ./.documentation.json",
    "build:flow": "flow-copy-source -v -i '{**/test/*.js,**/*.test.js}' src lib",
    "build:lib": "cross-env BABEL_ENV=cjs babel --out-dir lib src --ignore test.js",
    "build:typescript": "tsgen \"lib/**/*.js.flow\" --ignore \"lib/**/_*.js.flow\"",
    "build:watch": "npm-watch",
    "docs": "pushstate-server docs",
    "flow": "flow check && flow-coverage-report -i 'src/**/!(*.test).js'",
    "lint": "eslint src",
    "postbuild:docs:site": "shx cp CNAME docs/CNAME && shx cp dist/polished.js docs/assets/",
    "postcommit": "validate-commit-msg",
    "prebuild:dist": "shx rm -rf dist/*",
    "prebuild:docs:site": "shx rm -rf docs/*",
    "prebuild:lib": "shx rm -rf lib/*",
    "prebuild:umd": "shx rm -rf dist/*",
    "precommit": "lint-staged --debug",
    "prepare": "yarn build && yarn typescript",
    "semantic-release": "semantic-release",
    "test": "jest src",
    "typescript": "tsc ./typescript-test.ts --noEmit --target es6 --module es2015 --moduleResolution node --allowJs"
  },
  "types": "lib/index.d.ts",
  "version": "2.3.3",
  "watch": {
    "build:docs": "src/**/*.js",
    "build:lib": "src/**/*.js"
  }
}
