UNPKG

postcss-ie11

Version:

PostCSS plugin pack making it easier to work with IE 11

49 lines (48 loc) 1.08 kB
{ "name": "postcss-ie11", "version": "0.0.2", "type": "module", "description": "PostCSS plugin pack making it easier to work with IE 11", "exports": "./index.cjs", "keywords": [ "postcss", "css", "postcss-plugin", "fixes", "workarounds", "ie", "ie11" ], "author": "Michał Gołębiowski-Owczarek <m.goleb@gmail.com>", "license": "MIT", "repository": "mgol/postcss-ie11", "bugs": { "url": "https://github.com/mgol/postcss-ie11/issues" }, "homepage": "https://github.com/mgol/postcss-ie11", "dependencies": { "postcss": "^8.5.6", "postcss-ie11-pseudo-class": "^0.2.0", "postcss-ie11-supports": "^0.2.0" }, "devDependencies": { "eslint": "9.34.0", "eslint-config-mgol": "0.0.50", "globals": "16.3.0" }, "scripts": { "lint": "eslint .", "test": "npm run lint && npm run test:unit", "test:unit": "node --test 'test/index.test.js'" }, "files": [ "README.md", "CHANGELOG.md", "LICENSE", "index.cjs", "lib" ], "jest": { "testEnvironment": "node" } }