{
  "_args": [
    [
      "styled-tools@1.7.2",
      "/home/servicedemoweb/public_html/logo-maker-ai/client"
    ]
  ],
  "_from": "styled-tools@1.7.2",
  "_id": "styled-tools@1.7.2",
  "_inBundle": false,
  "_integrity": "sha512-IjLxzM20RMwAsx8M1QoRlCG/Kmq8lKzCGyospjtSXt/BTIIcvgTonaxQAsKnBrsZNwhpHzO9ADx5te0h76ILVg==",
  "_location": "/styled-tools",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "styled-tools@1.7.2",
    "name": "styled-tools",
    "escapedName": "styled-tools",
    "rawSpec": "1.7.2",
    "saveSpec": null,
    "fetchSpec": "1.7.2"
  },
  "_requiredBy": [
    "/react-loader-spinner"
  ],
  "_resolved": "https://registry.npmjs.org/styled-tools/-/styled-tools-1.7.2.tgz",
  "_spec": "1.7.2",
  "_where": "/home/servicedemoweb/public_html/logo-maker-ai/client",
  "author": {
    "name": "Diego Haz",
    "email": "hazdiego@gmail.com",
    "url": "https://github.com/diegohaz"
  },
  "bugs": {
    "url": "https://github.com/diegohaz/styled-tools/issues"
  },
  "dependencies": {},
  "description": "Utilities for styled-components",
  "devDependencies": {
    "@babel/cli": "7.2.3",
    "@babel/core": "7.2.2",
    "@babel/node": "7.2.2",
    "@babel/plugin-proposal-export-default-from": "7.2.0",
    "@babel/plugin-transform-flow-strip-types": "7.2.3",
    "@babel/preset-env": "7.2.3",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "10.0.1",
    "babel-jest": "23.6.0",
    "benchmark": "2.1.4",
    "cross-env": "5.2.0",
    "documentation": "9.1.1",
    "eslint": "5.12.0",
    "eslint-config-airbnb-base": "13.1.0",
    "eslint-config-prettier": "3.5.0",
    "eslint-plugin-flowtype": "3.2.1",
    "eslint-plugin-flowtype-errors": "3.6.0",
    "eslint-plugin-import": "2.14.0",
    "eslint-plugin-prettier": "3.0.1",
    "flow-bin": "0.90.0",
    "jest-cli": "23.6.0",
    "lodash": "4.17.13",
    "opn-cli": "4.0.0",
    "polished": "2.3.3",
    "prettier": "1.15.3",
    "react": "16.7.0",
    "react-dom": "16.7.0",
    "rimraf": "2.6.3",
    "standard-version": "4.4.0",
    "styled-tools": "1.6.0",
    "typescript": "3.2.2"
  },
  "files": [
    "dist",
    "types"
  ],
  "homepage": "https://github.com/diegohaz/styled-tools#readme",
  "keywords": [
    "styled-tools"
  ],
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.js",
  "name": "styled-tools",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/diegohaz/styled-tools.git"
  },
  "scripts": {
    "benchmark": "cross-env NODE_ENV=test babel-node benchmark",
    "build": "npm run build:cjs && npm run build:es",
    "build:cjs": "cross-env BABEL_ENV=cjs babel src -d dist/cjs",
    "build:es": "cross-env BABEL_ENV=es babel src -d dist/es",
    "clean": "rimraf dist",
    "coverage": "npm test -- --coverage",
    "docs": "documentation readme src --section=API --pe flow -c documentation.yml",
    "flow": "flow check",
    "lint": "eslint src test benchmark",
    "postcoverage": "opn coverage/lcov-report/index.html",
    "postpublish": "git push origin master --follow-tags",
    "prebuild": "npm run docs && npm run clean",
    "prerelease": "npm run lint && npm test && npm run build",
    "release": "standard-version",
    "test": "jest",
    "type-check": "tsc"
  },
  "types": "types/index.d.ts",
  "version": "1.7.2"
}
