2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-02-23 16:41:13 +00:00
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"rtlcss@2.6.2",
|
|
|
|
"F:\\laragon\\www\\wishthis"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"_from": "rtlcss@2.6.2",
|
|
|
|
"_id": "rtlcss@2.6.2",
|
|
|
|
"_inBundle": false,
|
|
|
|
"_integrity": "sha512-06LFAr+GAPo+BvaynsXRfoYTJvSaWRyOhURCQ7aeI1MKph9meM222F+Zkt3bDamyHHJuGi3VPtiRkpyswmQbGA==",
|
|
|
|
"_location": "/rtlcss",
|
|
|
|
"_phantomChildren": {
|
|
|
|
"color-convert": "1.9.3",
|
|
|
|
"escape-string-regexp": "1.0.5",
|
|
|
|
"has-flag": "3.0.0",
|
|
|
|
"source-map": "0.6.1"
|
|
|
|
},
|
|
|
|
"_requested": {
|
|
|
|
"type": "version",
|
|
|
|
"registry": true,
|
|
|
|
"raw": "rtlcss@2.6.2",
|
|
|
|
"name": "rtlcss",
|
|
|
|
"escapedName": "rtlcss",
|
|
|
|
"rawSpec": "2.6.2",
|
|
|
|
"saveSpec": null,
|
|
|
|
"fetchSpec": "2.6.2"
|
|
|
|
},
|
|
|
|
"_requiredBy": [
|
|
|
|
"/gulp-rtlcss"
|
|
|
|
],
|
|
|
|
"_resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-2.6.2.tgz",
|
|
|
|
"_spec": "2.6.2",
|
|
|
|
"_where": "F:\\laragon\\www\\wishthis",
|
|
|
|
"author": {
|
|
|
|
"name": "Mohammad Younes"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"rtlcss": "bin/rtlcss.js"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/MohammadYounes/rtlcss/issues?state=open"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@choojs/findup": "^0.2.1",
|
|
|
|
"chalk": "^2.4.2",
|
|
|
|
"mkdirp": "^0.5.1",
|
|
|
|
"postcss": "^6.0.23",
|
|
|
|
"strip-json-comments": "^2.0.0"
|
|
|
|
},
|
2022-01-21 08:28:41 +00:00
|
|
|
"description": "Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)",
|
2022-02-23 16:41:13 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "^5.0.0",
|
|
|
|
"standard": "^6.0.0"
|
|
|
|
},
|
2022-01-21 08:28:41 +00:00
|
|
|
"homepage": "http://rtlcss.com/",
|
|
|
|
"keywords": [
|
|
|
|
"rtl",
|
|
|
|
"css",
|
|
|
|
"ltr",
|
|
|
|
"rtlcss",
|
|
|
|
"framework",
|
|
|
|
"style",
|
|
|
|
"mirror",
|
|
|
|
"flip",
|
|
|
|
"convert",
|
|
|
|
"transform"
|
|
|
|
],
|
2022-02-23 16:41:13 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"main": "./lib/rtlcss.js",
|
|
|
|
"name": "rtlcss",
|
2022-01-21 08:28:41 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-02-23 16:41:13 +00:00
|
|
|
"url": "git+https://github.com/MohammadYounes/rtlcss.git"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"lint": "standard && node ./lib/rtlcss.js",
|
|
|
|
"test": "npm run lint && mocha -R spec"
|
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"version": "2.6.2"
|
|
|
|
}
|