UNPKG

postcss-inline-base64

Version:
76 lines (75 loc) 2.01 kB
{ "name": "postcss-inline-base64", "version": "7.3.1", "description": "PostCSS plugin for encode the file to base64", "keywords": [ "postcss", "css", "postcss-plugin", "base64", "file", "inline", "postcss-inline-base64" ], "author": "Thiago Lagden <lagden@gmail.com>", "license": "MIT", "homepage": "https://github.com/lagden/postcss-inline-base64", "repository": "lagden/postcss-inline-base64", "bugs": { "url": "https://github.com/lagden/postcss-inline-base64/issues" }, "type": "module", "exports": { ".": { "import": "./src/plugin.js", "require": "./dist/plugin-wrapper.cjs" }, "./package.json": "./package.json" }, "main": "./src/plugin.js", "files": [ "dist", "src", "README.md", "CHANGELOG.md", "LICENSE" ], "engines": { "node": ">=14.17" }, "scripts": { "rm": "rm -rf dist", "eslint": "eslint --config .eslintrc.yml --ext .js --ignore-path .gitignore .", "pretest": "npm run eslint", "test": "c8 --reporter=text --reporter=text-summary --reporter=lcov ava", "prepublishOnly": "npm run build", "prebuild": "npm test && npm run rm", "esbuild": "node ./esbuild.config.js", "postbuild": "npm run dist:pkg && npm run dist:wrapper", "dist:pkg": "echo '{\"type\": \"commonjs\"}'> dist/package.json", "dist:wrapper": "echo \"module.exports = require('./plugin.cjs').default\"> dist/plugin-wrapper.cjs", "build": "npm run esbuild", "snyk-protect": "snyk-protect", "prepare": "npm run snyk-protect" }, "dependencies": { "debug": "4.3.4", "file-type": "18.2.1", "got": "12.6.0", "is-svg": "5.0.0" }, "devDependencies": { "@snyk/protect": "1.1140.0", "ava": "5.2.0", "c8": "7.13.0", "esbuild": "0.17.15", "eslint": "8.37.0", "eslint-config-xo": "0.43.1", "eslint-plugin-unicorn": "46.0.0", "postcss": "8.4.21" }, "peerDependencies": { "postcss": ">=8.0.0" }, "snyk": true }