{
  "_args": [
    [
      "stylis-plugin-rtl@2.1.1",
      "/home/crm/camaraca.crm-cmlapps.com"
    ]
  ],
  "_from": "stylis-plugin-rtl@2.1.1",
  "_id": "stylis-plugin-rtl@2.1.1",
  "_inBundle": false,
  "_integrity": "sha512-q6xIkri6fBufIO/sV55md2CbgS5c6gg9EhSVATtHHCdOnbN/jcI0u3lYhNVeuI65c4lQPo67g8xmq5jrREvzlg==",
  "_location": "/stylis-plugin-rtl",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "stylis-plugin-rtl@2.1.1",
    "name": "stylis-plugin-rtl",
    "escapedName": "stylis-plugin-rtl",
    "rawSpec": "2.1.1",
    "saveSpec": null,
    "fetchSpec": "2.1.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/stylis-plugin-rtl/-/stylis-plugin-rtl-2.1.1.tgz",
  "_spec": "2.1.1",
  "_where": "/home/crm/camaraca.crm-cmlapps.com",
  "author": {
    "name": "Jop de Klein"
  },
  "bugs": {
    "url": "https://github.com/styled-components/stylis-plugin-rtl/issues"
  },
  "contributors": [
    {
      "name": "Evan Jacobs",
      "email": "probablyup@gmail.com",
      "url": "https://probablyup.com"
    }
  ],
  "dependencies": {
    "cssjanus": "^2.0.1"
  },
  "description": "Fork of stylis-rtl, uses cssjanus under the hood to flip style orientations for RTL",
  "devDependencies": {
    "@types/jest": "^27.0.2",
    "@types/stylis": "^4.0.2",
    "jest": "^27.3.1",
    "prettier": "^2.4.1",
    "stylis": "^4.0.2",
    "ts-jest": "^27.0.7",
    "typescript": "^4.4.4"
  },
  "files": [
    "dist",
    "types"
  ],
  "homepage": "https://github.com/styled-components/stylis-plugin-rtl#readme",
  "keywords": [
    "rtl",
    "bidi",
    "stylis",
    "emotion",
    "emotion-js",
    "css",
    "preprocessor",
    "styled-components"
  ],
  "license": "MIT",
  "main": "dist/cjs/stylis-rtl.js",
  "module": "dist/stylis-rtl.js",
  "name": "stylis-plugin-rtl",
  "peerDependencies": {
    "stylis": "4.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/styled-components/stylis-plugin-rtl.git"
  },
  "scripts": {
    "build": "tsc && tsc --module commonjs --outDir dist/cjs",
    "prepublishOnly": "yarn build",
    "test": "jest"
  },
  "types": "dist/stylis-rtl.d.ts",
  "version": "2.1.1"
}
