| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /framework7/node_modules/postcss-page-break/ |
Upload File : |
{
"name": "postcss-page-break",
"version": "3.0.4",
"description": "PostCSS plugin postcss-page-break to fallback `break-` properties with `page-break-` alias",
"files": [
"/index.js"
],
"scripts": {
"test": "jest && npm run lint",
"lint": "eslint *.js",
"lint:fix": "eslint *.js --fix"
},
"keywords": [
"postcss",
"css",
"postcss-plugin",
"break",
"break-inside",
"page-break-inside",
"avoid"
],
"author": "shrpne <shrpne@gmail.com>",
"license": "MIT",
"repository": {
"type" : "git",
"url" : "https://github.com/shrpne/postcss-page-break"
},
"bugs": {
"url": "https://github.com/shrpne/postcss-page-break/issues"
},
"peerDependencies": {
"postcss": "^8"
},
"devDependencies": {
"eslint": "^7.10.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^24.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-unicorn": "^22.0.0",
"jest": "^26.4.2",
"postcss": "^8.1.0"
}
}