{
  "_args": [
    [
      "rtlcss-webpack-plugin@4.0.7",
      "D:\\rs4it\\New folder\\demo1"
    ]
  ],
  "_development": true,
  "_from": "rtlcss-webpack-plugin@4.0.7",
  "_id": "rtlcss-webpack-plugin@4.0.7",
  "_inBundle": false,
  "_integrity": "sha512-ouSbJtgcLBBQIsMgarxsDnfgRqm/AS4BKls/mz/Xb6HSl+PdEzefTR+Wz5uWQx4odoX0g261Z7yb3QBz0MTm0g==",
  "_location": "/rtlcss-webpack-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rtlcss-webpack-plugin@4.0.7",
    "name": "rtlcss-webpack-plugin",
    "escapedName": "rtlcss-webpack-plugin",
    "rawSpec": "4.0.7",
    "saveSpec": null,
    "fetchSpec": "4.0.7"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/rtlcss-webpack-plugin/-/rtlcss-webpack-plugin-4.0.7.tgz",
  "_spec": "4.0.7",
  "_where": "D:\\rs4it\\New folder\\demo1",
  "author": {
    "name": "Shahar Talmi",
    "email": "shahar@wix.com"
  },
  "babel": {
    "presets": [
      "yoshi"
    ]
  },
  "bugs": {
    "url": "https://github.com/wix/rtlcss-webpack-plugin/issues"
  },
  "dependencies": {
    "babel-runtime": "~6.25.0",
    "rtlcss": "^3.5.0"
  },
  "description": "Webpack plugin to use in addition to [extract-text-webpack-plugin](https://github.com/webpack/extract-text-webpack-plugin) to create a second css bundle, processed to be rtl.",
  "devDependencies": {
    "@wix/yoshi": "^5",
    "babel-plugin-transform-runtime": "~6.23.0",
    "chai": "~4.1.0",
    "css-loader": "^1.0.0",
    "husky": "~0.14.0",
    "memory-fs": "^0.4.1",
    "mini-css-extract-plugin": "^0.4.2",
    "webpack": "^4.17.1"
  },
  "eslintConfig": {
    "extends": "@wix/eslint-config-yoshi"
  },
  "files": [
    "dist"
  ],
  "gitHead": "6d73d89250f10e13e16f353cadaf1469771aeea2",
  "homepage": "https://github.com/wix/rtlcss-webpack-plugin#readme",
  "license": "MIT",
  "main": "dist/src/index.js",
  "name": "rtlcss-webpack-plugin",
  "private": false,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wix/rtlcss-webpack-plugin.git",
    "directory": "."
  },
  "scripts": {
    "posttest": "yoshi lint",
    "precommit": "yoshi lint",
    "pretest": "yoshi build",
    "release": "yoshi release",
    "start": "yoshi start",
    "test": "yoshi test --mocha"
  },
  "version": "4.0.7"
}
