UNPKG

@vgrid/sass-inline-svg

Version:
68 lines (67 loc) 1.61 kB
{ "name": "@vgrid/sass-inline-svg", "version": "2.0.1", "description": "A sass function that inlines svg files", "main": "index.js", "type": "module", "exports": { ".": "./index.js" }, "types": "./index.d.ts", "scripts": { "test": "nyc mocha", "lint": "eslint index.js default.js test/**/*.js", "coveralls": "nyc report --reporter=text-lcov | coveralls" }, "files": [ "default.js", "index.js", "index.d.ts" ], "repository": { "type": "git", "url": "https://github.com/haithembelhaj/sass-inline-svg.git" }, "keywords": [ "sass", "svg", "inline", "function", "sass" ], "author": "Haithem Bel Haj", "license": "MIT", "bugs": { "url": "https://github.com/haithembelhaj/sass-inline-svg/issues" }, "homepage": "https://github.com/haithembelhaj/sass-inline-svg", "dependencies": { "css-select": "^5.1.0", "deasync": "^0.1.30", "dom-serializer": "^2.0.0", "htmlparser2": "^10.0.0", "mini-svg-data-uri": "^1.4.4", "svgo": "^3.3.2" }, "devDependencies": { "chai": "^5.2.0", "coveralls": "^3.1.1", "eslint": "^8.10.0", "eslint-config-prettier": "^10.1.2", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-mocha": "^10.5.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.2.6", "mocha": "^11.1.0", "nyc": "^17.1.0", "prettier": "^3.5.3", "sass-embedded": "^1.87.0" }, "peerDependencies": { "sass-embedded": "^1.87.0" }, "publishConfig": { "access": "public" } }