{
  "_args": [
    [
      "cssjanus@2.1.0",
      "/home/crm/camaraca.crm-cmlapps.com"
    ]
  ],
  "_from": "cssjanus@2.1.0",
  "_id": "cssjanus@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-kAijbny3GmdOi9k+QT6DGIXqFvL96aksNlGr4Rhk9qXDZYWUojU4bRc3IHWxdaLNOqgEZHuXoe5Wl2l7dxLW5g==",
  "_location": "/cssjanus",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cssjanus@2.1.0",
    "name": "cssjanus",
    "escapedName": "cssjanus",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/stylis-plugin-rtl"
  ],
  "_resolved": "https://registry.npmjs.org/cssjanus/-/cssjanus-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "/home/crm/camaraca.crm-cmlapps.com",
  "author": {
    "name": "Trevor Parscal",
    "email": "trevorparscal@gmail.com",
    "url": "https://trevorparscal.com/"
  },
  "bugs": {
    "url": "https://github.com/cssjanus/cssjanus/issues"
  },
  "dependencies": {},
  "description": "Convert CSS stylesheets between left-to-right and right-to-left directions.",
  "devDependencies": {
    "coveralls": "^3.1.0",
    "eslint": "^7.24.0",
    "eslint-config-wikimedia": "0.20.0",
    "nyc": "^15.1.0",
    "qunit": "2.15.0"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "files": [
    "src/",
    "History.md",
    "LICENSE.txt"
  ],
  "homepage": "https://cssjanus.github.io/",
  "keywords": [
    "i18n",
    "bidi",
    "rtl",
    "ltr"
  ],
  "license": "Apache-2.0",
  "main": "./src/cssjanus.js",
  "name": "cssjanus",
  "nyc": {
    "include": [
      "src"
    ],
    "reporter": [
      "text",
      "lcovonly"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cssjanus/cssjanus.git"
  },
  "scripts": {
    "cover": "nyc qunit test/unit.js",
    "coveralls": "cat coverage/lcov.info | coveralls",
    "test": "eslint . && qunit test/unit.js"
  },
  "version": "2.1.0"
}
