@localnerve/gulp-responsive
Version:
small patch for gulp-responsive
79 lines (78 loc) • 1.71 kB
JSON
{
"name": "@localnerve/gulp-responsive",
"version": "7.9.2",
"description": "small patch for gulp-responsive",
"type": "module",
"exports": {
"import": "./lib/index.js",
"default": "./lib/index.js"
},
"imports": {
"#root/*": "./*"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/localnerve/gulp-responsive.git"
},
"author": {
"name": "Evgeny Vlasenko",
"email": "mahnunchik+responsive@gmail.com",
"url": "https://github.com/mahnunchik"
},
"contributors": [
{
"name": "Alex Grant",
"email": "alex@localnerve.com",
"url": "https://www.localnerve.com"
}
],
"engines": {
"node": ">=20"
},
"scripts": {
"test": "node --test",
"test:debug": "node --inspect-brk --test",
"precoverage": "node -e 'require(\"fs\").rmSync(\"coverage\",{recursive:true,force:true})'",
"coverage": "c8 node --test",
"lint": "eslint ."
},
"keywords": [
"gulpplugin",
"gulp",
"sharp",
"responsive",
"img",
"images",
"picture",
"picturefill",
"scrset",
"image-set",
"gulp-responsive",
"gulp-responsive-images"
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/localnerve"
},
{
"type": "paypal",
"url": "https://www.paypal.com/ncp/payment/DHCB5GUYMGX5U"
}
],
"dependencies": {
"minimatch": "^10.2.5",
"plugin-error": "^2.0.1",
"rename": "^1.0.4",
"sharp": "^0.35.3",
"vinyl": "^3.0.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"c8": "^11.0.0",
"eslint": "^10.6.0",
"file-type": "^22.0.1",
"globals": "^17.7.0"
}
}