Current File : /home/tradevaly/www/node_modules/rtlcss/package.json
{
  "_args": [
    [
      "rtlcss@3.3.0",
      "/home/skote/public_html"
    ]
  ],
  "_development": true,
  "_from": "rtlcss@3.3.0",
  "_id": "rtlcss@3.3.0",
  "_inBundle": false,
  "_integrity": "sha512-XZ2KEatH2nU5yPlts1Wu8SGIuZ3ndN025HQX5MqtUCUiOn5WkCDbcpJ2VJWjpuFmM2cUTQ1xtH21fhMCSseI5A==",
  "_location": "/rtlcss",
  "_phantomChildren": {
    "color-name": "1.1.4",
    "path-exists": "4.0.0",
    "yocto-queue": "0.1.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rtlcss@3.3.0",
    "name": "rtlcss",
    "escapedName": "rtlcss",
    "rawSpec": "3.3.0",
    "saveSpec": null,
    "fetchSpec": "3.3.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-3.3.0.tgz",
  "_spec": "3.3.0",
  "_where": "/home/skote/public_html",
  "author": {
    "name": "Mohammad Younes"
  },
  "bin": {
    "rtlcss": "bin/rtlcss.js"
  },
  "bugs": {
    "url": "https://github.com/MohammadYounes/rtlcss/issues"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "find-up": "^5.0.0",
    "mkdirp": "^1.0.4",
    "postcss": "^8.2.4",
    "strip-json-comments": "^3.1.1"
  },
  "description": "Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)",
  "devDependencies": {
    "mocha": "^8.2.1",
    "standard": "^16.0.3"
  },
  "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",
  "peerDependencies": {
    "postcss": "^8.2.4"
  },
  "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.3.0"
}