{
  "_from": "rtlcss@^3.5.0",
  "_id": "rtlcss@3.5.0",
  "_inBundle": false,
  "_integrity": "sha512-wzgMaMFHQTnyi9YOwsx9LjOxYXJPzS8sYnFaKm6R5ysvTkwzHiB0vxnbHwchHQT65PTdBjDG21/kQBWI7q9O7A==",
  "_location": "/rtlcss",
  "_phantomChildren": {
    "path-exists": "4.0.0",
    "yocto-queue": "0.1.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rtlcss@^3.5.0",
    "name": "rtlcss",
    "escapedName": "rtlcss",
    "rawSpec": "^3.5.0",
    "saveSpec": null,
    "fetchSpec": "^3.5.0"
  },
  "_requiredBy": [
    "/rtlcss-webpack-plugin"
  ],
  "_resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-3.5.0.tgz",
  "_shasum": "c9eb91269827a102bac7ae3115dd5d049de636c3",
  "_spec": "rtlcss@^3.5.0",
  "_where": "/home/m3cs162/webvideos.m3cs.com.br/node_modules/rtlcss-webpack-plugin",
  "author": {
    "name": "Mohammad Younes"
  },
  "bin": {
    "rtlcss": "bin/rtlcss.js"
  },
  "bugs": {
    "url": "https://github.com/MohammadYounes/rtlcss/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "find-up": "^5.0.0",
    "picocolors": "^1.0.0",
    "postcss": "^8.3.11",
    "strip-json-comments": "^3.1.1"
  },
  "deprecated": false,
  "description": "Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)",
  "devDependencies": {
    "mocha": "^9.1.3",
    "standard": "^16.0.4"
  },
  "files": [
    "bin/*.js",
    "lib/*.js"
  ],
  "homepage": "https://rtlcss.com/",
  "keywords": [
    "rtl",
    "css",
    "ltr",
    "rtlcss",
    "framework",
    "style",
    "mirror",
    "flip",
    "convert",
    "transform"
  ],
  "license": "MIT",
  "main": "./lib/rtlcss.js",
  "name": "rtlcss",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MohammadYounes/rtlcss.git"
  },
  "scripts": {
    "lint": "standard",
    "lint:fix": "npm run lint -- --fix",
    "main": "node ./lib/rtlcss.js",
    "mocha": "mocha -R spec",
    "mocha:special": "npm run mocha -- --fgrep \"# Special\"",
    "test": "npm run lint && npm run main && npm run mocha"
  },
  "version": "3.5.0"
}
