68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"gulp-rtlcss@1.4.1",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "gulp-rtlcss@1.4.1",
|
|
"_id": "gulp-rtlcss@1.4.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-xXqTnmNbcjA6K9ogR36i2SaN8E5CWTCtRQGSY2k0W3cOISGnNkBTAt0GNThlq9iJT0ttR759kopDGn5PZTH4kg==",
|
|
"_location": "/gulp-rtlcss",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "gulp-rtlcss@1.4.1",
|
|
"name": "gulp-rtlcss",
|
|
"escapedName": "gulp-rtlcss",
|
|
"rawSpec": "1.4.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.4.1"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-rtlcss/-/gulp-rtlcss-1.4.1.tgz",
|
|
"_spec": "1.4.1",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"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.1"
|
|
}
|