69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"gulp-rtlcss@1.4.2",
|
|
"F:\\laragon\\www\\wishthis"
|
|
]
|
|
],
|
|
"_from": "gulp-rtlcss@1.4.2",
|
|
"_id": "gulp-rtlcss@1.4.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-wd807z/xq4XKtSwgrEetbx/aPoI5gV0yWV2rNqEBRwe2cJvNKLDsYR9A968c3gZtaKRMGAue5g3pHn40R+GWSA==",
|
|
"_location": "/gulp-rtlcss",
|
|
"_phantomChildren": {
|
|
"readable-stream": "2.3.7",
|
|
"xtend": "4.0.2"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "gulp-rtlcss@1.4.2",
|
|
"name": "gulp-rtlcss",
|
|
"escapedName": "gulp-rtlcss",
|
|
"rawSpec": "1.4.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.4.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/fomantic-ui"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-rtlcss/-/gulp-rtlcss-1.4.2.tgz",
|
|
"_spec": "1.4.2",
|
|
"_where": "F:\\laragon\\www\\wishthis",
|
|
"author": {
|
|
"name": "James Harrison",
|
|
"email": "james@jjlharrison.me.uk"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jjlharrison/gulp-rtlcss/issues"
|
|
},
|
|
"dependencies": {
|
|
"plugin-error": "^1.0.1",
|
|
"rtlcss": "^2.4.0",
|
|
"through2": "^2.0.5",
|
|
"vinyl-sourcemaps-apply": "^0.2.1"
|
|
},
|
|
"description": "Gulp plugin that uses RTLCSS to convert LTR CSS to RTL.",
|
|
"devDependencies": {
|
|
"mocha": "^6.1.4",
|
|
"vinyl": "^2.2.0"
|
|
},
|
|
"homepage": "https://github.com/jjlharrison/gulp-rtlcss#readme",
|
|
"keywords": [
|
|
"convert",
|
|
"css",
|
|
"gulpplugin",
|
|
"rtl"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "gulp-rtlcss",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jjlharrison/gulp-rtlcss.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.4.2"
|
|
}
|