77 lines
1.9 KiB
JSON
77 lines
1.9 KiB
JSON
{
|
|
"_from": "rtlcss@2.4.0",
|
|
"_id": "rtlcss@2.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-hdjFhZ5FCI0ABOfyXOMOhBtwPWtANLCG7rOiOcRf+yi5eDdxmDjqBruWouEnwVdzfh/TWF6NNncIEsigOCFZOA==",
|
|
"_location": "/rtlcss",
|
|
"_phantomChildren": {
|
|
"color-convert": "1.9.3",
|
|
"escape-string-regexp": "1.0.5"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "rtlcss@2.4.0",
|
|
"name": "rtlcss",
|
|
"escapedName": "rtlcss",
|
|
"rawSpec": "2.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-2.4.0.tgz",
|
|
"_shasum": "482ea28f2b9fe06dd0ab3057997be9af13da84c1",
|
|
"_spec": "rtlcss@2.4.0",
|
|
"_where": "/Applications/XAMPP/xamppfiles/htdocs/wordpress/t-latehome/wp-content/plugins/opal-estate-pro",
|
|
"author": {
|
|
"name": "Mohammad Younes"
|
|
},
|
|
"bin": {
|
|
"rtlcss": "./bin/rtlcss.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/MohammadYounes/rtlcss/issues?state=open"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"chalk": "^2.3.0",
|
|
"findup": "^0.1.5",
|
|
"mkdirp": "^0.5.1",
|
|
"postcss": "^6.0.14",
|
|
"strip-json-comments": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)",
|
|
"devDependencies": {
|
|
"mocha": "^2.0.0",
|
|
"standard": "^6.0.0"
|
|
},
|
|
"homepage": "http://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 && node ./lib/rtlcss.js",
|
|
"test": "npm run lint && mocha -R spec"
|
|
},
|
|
"version": "2.4.0"
|
|
}
|