File: //usr/local/lib/node_modules/rtlcss/package.json
{
"_from": "rtlcss",
"_id": "rtlcss@4.3.0",
"_inBundle": false,
"_integrity": "sha512-FI+pHEn7Wc4NqKXMXFM+VAYKEj/mRIcW4h24YVwVtyjI+EqGrLc2Hx/Ny0lrZ21cBWU2goLy36eqMcNj3AQJig==",
"_location": "/rtlcss",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "rtlcss",
"name": "rtlcss",
"escapedName": "rtlcss",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.3.0.tgz",
"_shasum": "f8efd4d5b64f640ec4af8fa25b65bacd9e07cc97",
"_spec": "rtlcss",
"_where": "/root",
"author": {
"name": "Mohammad Younes"
},
"bin": {
"rtlcss": "bin/rtlcss.js"
},
"bugs": {
"url": "https://github.com/MohammadYounes/rtlcss/issues"
},
"bundleDependencies": false,
"dependencies": {
"escalade": "^3.1.1",
"picocolors": "^1.0.0",
"postcss": "^8.4.21",
"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": {
"c8": "^7.13.0",
"mocha": "^9.2.2",
"standard": "^17.0.0"
},
"engines": {
"node": ">=12.0.0"
},
"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": {
"coverage": "c8 npm run mocha",
"lint": "standard",
"lint:fix": "npm run lint -- --fix",
"main": "node ./lib/rtlcss.js",
"mocha": "mocha",
"mocha:special": "mocha --fgrep \"# Special\"",
"test": "npm run lint && npm run main && npm run mocha",
"test:ci": "npm run main && npm run mocha"
},
"version": "4.3.0"
}