/var/www/flurhymez/node_modules/rtlcss
NameSizeModeActions
bin/-0755rm
lib/-0755rm
node_modules/-0755rm
CHANGELOG.md102230644editdlrm
LICENSE11090644editdlrm
package.json19790644editdlrm
README.md18030644editdlrm
Edit: /var/www/flurhymez/node_modules/rtlcss/package.json (1979B)
{ "_args": [ [ "rtlcss@3.5.0", "/var/www/flurhymez" ] ], "_from": "rtlcss@3.5.0", "_id": "rtlcss@3.5.0", "_inBundle": false, "_integrity": "sha512-wzgMaMFHQTnyi9YOwsx9LjOxYXJPzS8sYnFaKm6R5ysvTkwzHiB0vxnbHwchHQT65PTdBjDG21/kQBWI7q9O7A==", "_location": "/rtlcss", "_phantomChildren": { "path-exists": "4.0.0", "yocto-queue": "0.1.0" }, "_requested": { "type": "version", "registry": true, "raw": "rtlcss@3.5.0", "name": "rtlcss", "escapedName": "rtlcss", "rawSpec": "3.5.0", "saveSpec": null, "fetchSpec": "3.5.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-3.5.0.tgz", "_spec": "3.5.0", "_where": "/var/www/flurhymez", "author": { "name": "Mohammad Younes" }, "bin": { "rtlcss": "bin/rtlcss.js" }, "bugs": { "url": "https://github.com/MohammadYounes/rtlcss/issues" }, "dependencies": { "find-up": "^5.0.0", "picocolors": "^1.0.0", "postcss": "^8.3.11", "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": "^9.1.3", "standard": "^16.0.4" }, "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": { "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.5.0" }