{"_id":"@bootstrap-styled/css-utils","_rev":"22-b37683b905b95795b79367f6eba9f0ba","name":"@bootstrap-styled/css-utils","dist-tags":{"latest":"1.4.1"},"versions":{"1.0.0":{"name":"@bootstrap-styled/css-utils","version":"1.0.0","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.yeutech.com/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test TEST_REPORT_PATH=reports jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","styleguide":"styleguidist server","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"https://module.kopaxgroup.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://module.kopaxgroup.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@semantic-release/changelog":"^3.0.0","@semantic-release/exec":"^2.3.0","@semantic-release/git":"^7.0.0","@semantic-release/gitlab":"^2.1.4","@semantic-release/npm":"^4.0.0","babel-cli":"^6.26.0","babel-core":"^6.26.0","babel-eslint":"^7.2.3","babel-jest":"^22.4.1","babel-loader":"^7.1.2","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^1.0.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-preset-env":"^1.6.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-2":"^6.24.1","babel-preset-stage-3":"^6.24.1","cz-conventional-changelog":"^2.1.0","enzyme":"^3.6.0","enzyme-adapter-react-16":"^1.5.0","eslint":"^5.6.1","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","immutable":"^3.8.1","jest-cli":"^22.4.2","jest-sonar-reporter":"^1.3.0","lint-staged":"^4.1.3","pre-commit":"^1.2.2","rimraf":"^2.6.2","react":"^16.4.1","react-dom":"^16.4.1","react-styleguidist":"7.1.0","rollup":"^0.57.1","rollup-plugin-babel":"^3.0.3","rollup-plugin-cleanup":"^2.0.0","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-inject":"^2.0.0","rollup-plugin-json":"^2.3.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-replace":"^2.0.0","rollup-plugin-uglify":"^3.0.0","rollup-plugin-visualizer":"^0.5.0","rollup-watch":"^4.3.1","semantic-release":"^15.8.0","sinon":"^3.3.0","toctoc":"^0.3.0","webpack":"^4.16.1"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupTestFrameworkScriptFile":"<rootDir>/internals/testing/test-bundler.js","testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/utils":"^1.0.5","@bootstrap-styled/css-mixins":"1.0.0","color":"^1.0.3"},"publishConfig":{"tag":"latest","registry":"https://registry.npmjs.org","access":"public"},"private":false,"release":{"branch":"master","success":false,"fail":false,"npmPublish":true,"verifyConditions":[{"path":"@semantic-release/exec","cmd":"npx @yeutech/rollup-umd-ci-release-transitive verify"},"@semantic-release/changelog","@semantic-release/npm","@semantic-release/git",{"path":"@semantic-release/gitlab","gitlabUrl":"https://module.kopaxgroup.com"}],"prepare":[{"path":"@semantic-release/exec","cmd":"npx @yeutech/rollup-umd-ci-release-transitive prepare"},"@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/gitlab","gitlabUrl":"https://module.kopaxgroup.com"},{"path":"@semantic-release/exec","cmd":"npx @yeutech/rollup-umd-ci-release-transitive publish ${nextRelease.version}"}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"e5a49106e34fa2b2873c9272ca279bff1bb03d56","_id":"@bootstrap-styled/css-utils@1.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.3.0","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-hEm07Zr7TNCe8UwOtLf66oDx8dU5M8RblDJ0N2NmA8UNyl/xem8lU6YA4ubotr++0fg5rky8WQ1ELPZBgktBUA==","shasum":"f7ce73e419337ddae8d6b2c9396e5f7fc1ee89f7","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.0.0.tgz","fileCount":76,"unpackedSize":806432,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtVg4CRA9TVsSAnZWagAAAlkP/36zP8hvsKeIqX451MWh\nGqafifyEVDpQqOsfVjO5ikbX/gcyaxhkYtcg5gbc/AKFVUWb5QhWbvaN4//Q\n6FokERrt+rjJGSXMW/ksfqq9vT+QtpXB1v047DNss5XOU5qOTOqBgvRKg3CT\neinnJpi8M2JfOh4mC7E83Tm8HGlnasWdU+g0xEh/RltxSUx1UNWccrDkR6US\nWDIVLpQBdT4Ft9rS/TinqEDZQBGHgT+jgfx7UOtqzumFtKUz1vINAHB+ePDi\nKGCRzaoxQ8fu5rQuC8sZJQI/Z0+gABQLJrklBNoDA0ZBZANxjjUpUdk0agCZ\n5Qrnq737eqHLEWRKM8c6XaXzXOPO1O28S0Xxw3fr9FmyHBBucQcPsEZPpTSo\nSQfJV7YJmNgfb5ywQbXUMmGq/LmFHKUnkix4pdx6vuNjIhnHhfVoA2r47S1z\niE8fcVFdgsrvrDDKngw2l7vjhwvKS0sqN5Xb184wO01BWMPZgCbXIczhYD6d\n5K6BN9A6MsVQkZfkLcb9GINQWwzlZ3YMl8UGapYUi9hiCOo/gzG3mXW5NCP1\nnEumXhWZ89wSo6jMOqeaireWj0CvSKjxSkYmGfwpcrhIwmQ9LQ9II0fMIdoP\nck/bQoLEcaZLnufx55JCjgh4+L6NSuYiJL57rL+8mQoa1DnYhGTAfgOo0HS9\nP/hw\r\n=jKx8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAwKneROlfkQZFSy5DUowWU0rg0WwXl23V6L/rmkS7wCAiAz5Z1GXbZNcpUWOpZnVD6WBcxD0AiQ22b0gHVBmSE+2Q=="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.0.0_1538611255831_0.042253028546746174"},"_hasShrinkwrap":false},"1.0.1":{"name":"@bootstrap-styled/css-utils","version":"1.0.1","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.yeutech.com/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test TEST_REPORT_PATH=reports jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","styleguide":"styleguidist server","styleguide:build":"styleguidist build","postinstall":"node -e \"console.log('\\u001b[31m@bootstrap-styled/css-utils is deprecated, use @bootstrap-styled/css-utils instead.')\" || exit 0"},"repository":{"type":"git","url":"https://module.kopaxgroup.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://module.kopaxgroup.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@semantic-release/changelog":"^3.0.0","@semantic-release/exec":"^2.3.0","@semantic-release/git":"^7.0.0","@semantic-release/gitlab":"^2.1.4","@semantic-release/npm":"^4.0.0","babel-cli":"^6.26.0","babel-core":"^6.26.0","babel-eslint":"^7.2.3","babel-jest":"^22.4.1","babel-loader":"^7.1.2","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^1.0.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-preset-env":"^1.6.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-2":"^6.24.1","babel-preset-stage-3":"^6.24.1","cz-conventional-changelog":"^2.1.0","enzyme":"^3.6.0","enzyme-adapter-react-16":"^1.5.0","eslint":"^5.6.1","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","immutable":"^3.8.1","jest-cli":"^22.4.2","jest-sonar-reporter":"^1.3.0","lint-staged":"^4.1.3","pre-commit":"^1.2.2","rimraf":"^2.6.2","react":"^16.4.1","react-dom":"^16.4.1","react-styleguidist":"7.1.0","rollup":"^0.57.1","rollup-plugin-babel":"^3.0.3","rollup-plugin-cleanup":"^2.0.0","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-inject":"^2.0.0","rollup-plugin-json":"^2.3.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-replace":"^2.0.0","rollup-plugin-uglify":"^3.0.0","rollup-plugin-visualizer":"^0.5.0","rollup-watch":"^4.3.1","semantic-release":"^15.8.0","sinon":"^3.3.0","toctoc":"^0.3.0","webpack":"^4.16.1"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupTestFrameworkScriptFile":"<rootDir>/internals/testing/test-bundler.js","testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/utils":"^1.0.5","@bootstrap-styled/css-mixins":"1.0.0","color":"^1.0.3"},"publishConfig":{"tag":"latest","registry":"https://registry.npmjs.org","access":"public"},"private":false,"release":{"branch":"master","success":false,"fail":false,"npmPublish":true,"verifyConditions":[{"path":"@semantic-release/exec","cmd":"npx @yeutech/rollup-umd-ci-release-transitive verify"},"@semantic-release/changelog","@semantic-release/npm","@semantic-release/git",{"path":"@semantic-release/gitlab","gitlabUrl":"https://module.kopaxgroup.com"}],"prepare":[{"path":"@semantic-release/exec","cmd":"npx @yeutech/rollup-umd-ci-release-transitive prepare"},"@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/gitlab","gitlabUrl":"https://module.kopaxgroup.com"},{"path":"@semantic-release/exec","cmd":"npx @yeutech/rollup-umd-ci-release-transitive publish ${nextRelease.version}"}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"transitive":{"name":"css-utils","scope":"bootstrap-styled","scopedName":"@bootstrap-styled/css-utils","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","repository":{"type":"git","url":"https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org"}},"gitHead":"dcd6dde339abf750e255ac7c078b6812727e150e","_id":"@bootstrap-styled/css-utils@1.0.1","_npmVersion":"6.4.1","_nodeVersion":"10.3.0","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-BiXkOuVoGihPMgk7k9LZbohhNOZNagNcsLr0sO0/iCuOLm9bsW4erpVB9CRkofF5yVKvC+bChnQiGUiuP3mqcw==","shasum":"69517dd28bcec3f5781e7269cf5d61d077958ad7","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.0.1.tgz","fileCount":76,"unpackedSize":807440,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4AU6CRA9TVsSAnZWagAA9SIP/1pectDoGLntz/I5pRxD\nKfqzy/PSnT2MoCu/1pcOpmpxyk1b8Ays1C9rvapEgoe9d2IaZJnYeWFBCsMv\nlJdb0cC3Hsbra282hTNNg6KdafRLi+nLHwwRtJO+BS966G/o9spRR+Ttrx2Z\nkM2Efu4XX86RWrMaGAJc5wW6/F6W4/Uf3ak9jO1g0/Ieay2gUMRyXX3rUQJX\nq4hGL8fjXn6mCA7JX28U4aQKJDF/N2Ngy9Wj4XWGmw+WWUPTFMNbXhySgAPR\nyYQsTH5zuJj02dORhrp25/9PtaPb2ngOfsujZbMlEFFR8hVLauRcgX1JGq7u\nDJPOvXnnp+NTYhEkCK3nZHJgUspYxMJu/xraK12cWE7uIAOKs9kbvpkp6opy\nSBoz0T5X8Cp3Yh952xXYO/9C0t0ldHN5g3YEeOTnlS0yWW0UF+U4I0pQHrpd\nv44a7h6vAu6D4YTGod5FNP5H+OiBQ3CzOHH0FeY2NncxQYIBsj1MLfrR6TAL\nMk0qHP8lTrX8U11EJDkbc859mS4L/4sn0qjhyaUlCihvGODe7qVJIp/O9/Yh\nqpk+zDCkvatoFTKqV2mwlPWQwKVazjAkkNEl5S2mmmf7tE9loMq0SmRTf0Jc\nhcWzdgvSol6M/fP6y4NcC+cDZnqHnP3gyiEpp6rkHh82yd4Wl97Pf8llPkTR\nR1c4\r\n=TqLH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFHqVo8dSOtBBDGDltICPtGIagc+gO8wKnNG+IbzbJhSAiEAleNFYk24sbaVfa1T7Am00s8n2ngHkJXQB3lnQA7XNB4="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.0.1_1541408057534_0.7555039086479072"},"_hasShrinkwrap":false},"1.0.2":{"name":"@bootstrap-styled/css-utils","version":"1.0.2","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test TEST_REPORT_PATH=reports jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","styleguide":"styleguidist server","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@semantic-release/changelog":"^3.0.0","@semantic-release/git":"^7.0.5","@semantic-release/github":"^5.2.1","@semantic-release/npm":"^4.0.0","babel-cli":"^6.26.0","babel-core":"^6.26.0","babel-eslint":"^7.2.3","babel-jest":"^22.4.1","babel-loader":"^7.1.2","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^1.0.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-preset-env":"^1.6.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-2":"^6.24.1","babel-preset-stage-3":"^6.24.1","cz-conventional-changelog":"^2.1.0","enzyme":"^3.6.0","enzyme-adapter-react-16":"^1.5.0","eslint":"^5.6.1","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","immutable":"^3.8.1","jest-cli":"^22.4.2","jest-sonar-reporter":"^1.3.0","lint-staged":"^4.1.3","pre-commit":"^1.2.2","react":"^16.4.1","react-dom":"^16.4.1","react-styleguidist":"7.1.0","rimraf":"^2.6.2","rollup":"^0.57.1","rollup-plugin-babel":"^3.0.3","rollup-plugin-cleanup":"^2.0.0","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-inject":"^2.0.0","rollup-plugin-json":"^2.3.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-replace":"^2.0.0","rollup-plugin-uglify":"^3.0.0","rollup-plugin-visualizer":"^0.5.0","rollup-watch":"^4.3.1","semantic-release":"^15.8.0","sinon":"^3.3.0","toctoc":"^0.3.0","webpack":"^4.16.1"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupTestFrameworkScriptFile":"<rootDir>/internals/testing/test-bundler.js","testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/utils":"^1.0.5","@bootstrap-styled/css-mixins":"1.0.0","color":"^1.0.3"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"5aa39392c046890f1c851cc81871ad65e4ccf2be","_id":"@bootstrap-styled/css-utils@1.0.2","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-8Q4ObJhykK24oOl/1KJxwQO0bWd4W+Hg/eFS/+D7pHm1yVgql7+uu3G8n11u+bdTOMYLnzz5W+116YyG8X4vHQ==","shasum":"c28d932a9834d7d2745c5124d0c878124387b23d","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.0.2.tgz","fileCount":76,"unpackedSize":809414,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5oRaCRA9TVsSAnZWagAABAsQAI288I4LAHCJHXQ0wR+l\n7NgqDaUY83XF3klBw/WsMVYmWSEiZTQ3NGf+11LinFjDdesJC47FzEjjl0HM\nuElh1X+s0o75XXADic7qcY67RH4zi3qpFHGLfugsvNwboYVprvWJnWWBh8D3\ngCLalv1GGFpOKLGn2/wjF4zGG1dg30IU85+iTmvB1rm8AJe5dhWtlj1XGqEm\nnbfaDJKko147Gj3Ix2LhYnoZPmoqFUtEngWpVl4BVm5oE5zEuoiLiJhUH+V7\nwa3ufbOksXxhnHC7h+3JVViL9v9gHvXLVhvTTb1axTLO0COKebHHTNs80SSI\nCnSlTeLbZn3gfVLVz4TF9EbUvWhTFu3Mifmya+T8pl7VE3qh2FnKRaD5fEQv\nicu3EFIzRQ6AwzxZsnxYxTpfEFm+iNzo6JClIekoXWmwQlGciqdjuWSVvEE1\n+aW/PrHF6bE2Xs3ZGctSAvqpMAYHw85sxqnYOm4eGusOiNjJxFHjyqTx3f+4\nZSfKiIApRkyhaUoN+HtMoWgsqpPfRa8+hqSHsBIC7w2feOQ/o9xp0QT1pcyo\nVte4IkVwBN+nlUzqUr5jdzAeXEI/VqdxSPsaU95Bwr9S9My6rXj3tJ5FPmNM\nl2eDWCnHQteKSzC6K0LhaQXJ3dXnDujMRI0fO5K/UUCa2ZlXezfAW2830+zU\nqOE2\r\n=lkFi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZM1gFtO+uYI+MyxLl8sSjuQiV3M3UglbygVtAXgMQwQIhAKwPKTo0y5Otza710FZrxWiMdw4y9MB891eACuA6uJhG"}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.0.2_1541833817503_0.8168667583529865"},"_hasShrinkwrap":false},"1.1.0":{"name":"@bootstrap-styled/css-utils","version":"1.1.0","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test TEST_REPORT_PATH=reports jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","styleguide":"styleguidist server","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@semantic-release/changelog":"^3.0.0","@semantic-release/git":"^7.0.5","@semantic-release/github":"^5.2.1","@semantic-release/npm":"^4.0.0","@yeutech-lab/rollup-umd-documentation":"^2.4.3","babel-cli":"^6.26.0","babel-core":"^6.26.0","babel-eslint":"^7.2.3","babel-jest":"^22.4.1","babel-loader":"^7.1.2","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^1.0.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-preset-env":"^1.6.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-2":"^6.24.1","babel-preset-stage-3":"^6.24.1","cz-conventional-changelog":"^2.1.0","enzyme":"^3.6.0","enzyme-adapter-react-16":"^1.5.0","eslint":"^5.6.1","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","immutable":"^3.8.1","jest-cli":"^22.4.2","jest-sonar-reporter":"^1.3.0","lint-staged":"^4.1.3","pre-commit":"^1.2.2","react":"^16.6.3","react-dom":"^16.6.3","react-styleguidist":"^8.0.4","rimraf":"^2.6.2","rollup":"^0.57.1","rollup-plugin-babel":"^3.0.3","rollup-plugin-cleanup":"^2.0.0","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-inject":"^2.0.0","rollup-plugin-json":"^2.3.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-replace":"^2.0.0","rollup-plugin-uglify":"^3.0.0","rollup-plugin-visualizer":"^0.5.0","rollup-watch":"^4.3.1","semantic-release":"^15.8.0","sinon":"^3.3.0","toctoc":"^0.3.2","webpack":"^4.16.1"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupTestFrameworkScriptFile":"<rootDir>/internals/testing/test-bundler.js","testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/utils":"^1.0.5","@bootstrap-styled/css-mixins":"1.0.0","color":"^1.0.3"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"4dc5ec5f3984b4e7fd9a67b0ee8b220547740f30","_id":"@bootstrap-styled/css-utils@1.1.0","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-Uv8hL++K1rkruPYNGDTjp7KODVGsZHfnZ0vk5q+sqzHEGyixPCAGke7L65PI9EF9KjaBL4JvyLIu6Qwy4xnGfA==","shasum":"d6b1aa00295a8cd0c7d0dacb11d263e0704bea99","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.1.0.tgz","fileCount":76,"unpackedSize":809723,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7HEiCRA9TVsSAnZWagAAXTQP/3DF+I9FtPuAcjoUwiqM\nvOObd6d7QoFpCUxfTTEaI1kFaXY5wZuHZEIkmhOW/UisL0rQZaRb6PN1HHGB\nQQaXfddWwEqEn36xcaKlY154DFmm6wzKy7qVHEybBuJKOQLFcotW9QqvwGxx\nny08Ed8nLw9F9bv4m2e5IqfxW9tJOP9aXhpm9MRI2UcLLhqisyJNAgU7MiGu\n9zix+QTwbLA5FloE2fv7FO4L2tWM10QMN3WdUhc9xIzDQhmawR612DRZXaDb\nnHW3h5icDvmaMG5uwdlx/G6bA3AgAToAZ4mmp8sPgxDd7H887asS+NlrLWgt\n86hd9V6+xGPKyjnK1KEEOKAqvwX3w0IzGEdCYNEWo6BCMnTrLYxma5h3mdt3\n8YqKv3vYm15v1jFXi8WsOM2f3yzhLGDAqLEio90yF8VJLSRgkvcUFN2HKvWT\nkJHA08hJMjOWZoPmNONKmD4P35V/HIiS2qlqXXXJlhHnUJu9y5aZ5g7Y5e8S\nEYw6ZusQy3o7GBEL7q4DWodGyReUOX0U4AKHXRmjVWjpnLKCo6+X2B+bUaA+\n1tFWth21SBjuqSWZuzYbbAsjG9+n+slxedmv4jqFf9TsmtXTGxr4G2dQUtaB\nQdNf38B0sUgqQKL73bUvnW6M6JKn2rNCsg9jMMavAJ77AnozP8/mS/qkHr6K\n/MOu\r\n=d2CQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEoJTpw1Ix7XiVWhX0qXv6UyOGOqpa+tvGi7RnSrLHziAiEA5Tje28GtaewsO0gIoSiDJO6OfI7SOvcwYQ6AUiL/CGk="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.1.0_1542222113513_0.5091944286666996"},"_hasShrinkwrap":false},"1.1.1":{"name":"@bootstrap-styled/css-utils","version":"1.1.1","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test TEST_REPORT_PATH=reports jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","styleguide":"styleguidist server","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@semantic-release/changelog":"^3.0.0","@semantic-release/git":"^7.0.5","@semantic-release/github":"^5.2.1","@semantic-release/npm":"^4.0.0","@yeutech-lab/rollup-umd-documentation":"^2.4.6","babel-cli":"^6.26.0","babel-core":"^6.26.0","babel-eslint":"^7.2.3","babel-jest":"^22.4.1","babel-loader":"^7.1.2","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^1.0.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-preset-env":"^1.6.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-2":"^6.24.1","babel-preset-stage-3":"^6.24.1","cz-conventional-changelog":"^2.1.0","enzyme":"^3.6.0","enzyme-adapter-react-16":"^1.5.0","eslint":"^5.6.1","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","immutable":"^3.8.1","jest-cli":"^22.4.2","jest-sonar-reporter":"^1.3.0","lint-staged":"^4.1.3","pre-commit":"^1.2.2","react":"^16.6.3","react-dom":"^16.6.3","react-styleguidist":"^8.0.4","rimraf":"^2.6.2","rollup":"^0.57.1","rollup-plugin-babel":"^3.0.3","rollup-plugin-cleanup":"^2.0.0","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-inject":"^2.0.0","rollup-plugin-json":"^2.3.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-replace":"^2.0.0","rollup-plugin-uglify":"^3.0.0","rollup-plugin-visualizer":"^0.5.0","rollup-watch":"^4.3.1","semantic-release":"^15.8.0","sinon":"^3.3.0","toctoc":"^0.3.2","webpack":"^4.16.1"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupTestFrameworkScriptFile":"<rootDir>/internals/testing/test-bundler.js","testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/utils":"^1.6.1","@bootstrap-styled/css-mixins":"1.1.0","color":"^1.0.3"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"27de3949879349fabbbc142fdd00338f2a941c34","_id":"@bootstrap-styled/css-utils@1.1.1","_npmVersion":"6.4.1","_nodeVersion":"10.14.1","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-+vC9SSoUuTZ/O5+xsTz8RzxmukZxbyd0AdCwFq8rvFeJVzX05NWaVfnG4LS1DtaDfIsO/+PdP+e6MVZyO7IX2Q==","shasum":"90a65330923745fa9a9cb6e8d5907c839771cb2d","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.1.1.tgz","fileCount":76,"unpackedSize":810115,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcALNBCRA9TVsSAnZWagAAkJwP/1mnpLPJDKKZIB/Dc4Vo\nmNgcFpHUtRAnCqAOpZNE85FEV7PdW4EPORFv3LwDczRH/KRB5hFNbjZExy35\n6l6bAycS/kP6f9j3Purx8hraLvHPzzKCHFjPnLf/dcyngmUbyOk1WGF5z/W4\nM0dxPKH7xOpO754Ck9XqoMJb81hBq86yRvey4CZcTSYOLGAPTU3UHJ7y0eWt\nzAgEtoKtCMSUT26sCiXj+TDX2ry5ebyRUmg+xZaoxH/2RCRFjbrnf1oRDmgh\nRjAA39Awktch3aDHoFAmYRWH0XH4RDJl8aYN4JLWwkc+zXQgnZjyYPTWaRLV\nr9wR43A8BKH97GqSs9z/+QeewKCjdUDwUitea7z/eFvMiF7aZNHn7uaaXqBq\n8aqDJ838owGoAabACdl169jYdfl7I8W7i8+G2EH/8VONNIMgTy6iP139oDKb\nKYS3oQvcWbRi4R+b1K1Y1G1Cl+sYnKYL59aSMtdEeYomROkXnuR/ZTOocZTB\n2YzhaCQ2j9eC16OyR/IX7dc4pQ2j0KovrWbF2vQGgrgR8j7fm+rkoP9isrH8\nAhXJofPUETVDtA45W+smzNvJu8eaT1Um+Qya5RNZizyZWETWZAypKMztKpm+\nvanbBcd5wzBn9Z8g5p/HLY26NT1qKWJqVe4pDcsgHiiM4m/+pNG/D6vXRIP5\n7wIs\r\n=7l3R\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHADuk8F+RB7yfbTuOgkJbsuTyaxjEjQrYrVe9P9poheAiEAyS9yuzEVPMoc7MqfACycgD2Ct4C3XmhhX2h8TBKWH8I="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.1.1_1543549760045_0.512543848540904"},"_hasShrinkwrap":false},"1.1.2":{"name":"@bootstrap-styled/css-utils","version":"1.1.2","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test TEST_REPORT_PATH=reports jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","styleguide":"styleguidist server","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@semantic-release/changelog":"^3.0.0","@semantic-release/git":"^7.0.5","@semantic-release/github":"^5.2.1","@semantic-release/npm":"^4.0.0","@yeutech-lab/rollup-umd-documentation":"^2.4.6","babel-cli":"^6.26.0","babel-core":"^6.26.0","babel-eslint":"^7.2.3","babel-jest":"^22.4.1","babel-loader":"^7.1.2","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^1.0.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-preset-env":"^1.6.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-2":"^6.24.1","babel-preset-stage-3":"^6.24.1","cz-conventional-changelog":"^2.1.0","enzyme":"^3.6.0","enzyme-adapter-react-16":"^1.5.0","eslint":"^5.6.1","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","immutable":"^3.8.1","jest-cli":"^22.4.2","jest-sonar-reporter":"^1.3.0","lint-staged":"^4.1.3","pre-commit":"^1.2.2","react":"^16.6.3","react-dom":"^16.6.3","react-styleguidist":"^8.0.4","rimraf":"^2.6.2","rollup":"^0.57.1","rollup-plugin-babel":"^3.0.3","rollup-plugin-cleanup":"^2.0.0","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-inject":"^2.0.0","rollup-plugin-json":"^2.3.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-replace":"^2.0.0","rollup-plugin-uglify":"^3.0.0","rollup-plugin-visualizer":"^0.5.0","rollup-watch":"^4.3.1","semantic-release":"^15.8.0","sinon":"^3.3.0","toctoc":"^0.3.2","webpack":"^4.16.1"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupTestFrameworkScriptFile":"<rootDir>/internals/testing/test-bundler.js","testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/utils":"^1.6.1","@bootstrap-styled/css-mixins":"1.1.0","color":"^1.0.3"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"f901550813a7923a075ea3de78d8501a346c42c6","_id":"@bootstrap-styled/css-utils@1.1.2","_npmVersion":"6.4.1","_nodeVersion":"10.14.1","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-JuMx75v9gzipYQG215RcTc2IpJ90LWs0OApX8KJ+07NTSudCdzT8SQz/+zg5AstIjm+I5ofBG83/5A1YXUfa0Q==","shasum":"5721d7d71fd1efd30a32e634fb8045759d03d3fa","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.1.2.tgz","fileCount":76,"unpackedSize":810348,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcAc9vCRA9TVsSAnZWagAA2pQP/i9VHqp0G4QeRqSx2cCP\ndrL00V1Wz00Y+qGr69QG3ZN+rFiFxOgCxSmpG3IefsW8OKQRc2u3tO9k4Ltt\nc/YS9G+gXczKGNr/wILY32ShJffyqXdMnubl8TbujRY6ZF/Zvk3O4YsvMi0D\nCsG4IXoblECwJZhFu47RFI7pzKdpqou/kwTW1b9clBtbN40Do6EvaaBzZTrE\nDztVA7v9wISb10vVBTHoPgDf/tpoRPvABpY27HnZTMwmG5+m5/l8TFa3phlJ\nOoTgaT3+/U9zQpOgb8a0fBqV69RDEUokvQuWTnvwAMcXRAD2Hlm/2UE8UZdN\n/ydrPyS/62YzvMMLxf4IIRkk/dPhd0brWR8ThFDxuSu/8cVlTjxgEPTCxJDB\nkwkW3NPuPHMaizsYYpUXMGveDGiLsJN7MUm/PruR8KIqBlLD3sgAvUniUzV2\nepKMsbZdmQjCGsS9nNJVnCvdJAbls/BkLY/XmCBWJa9x3nuPnGkPjDJgZXDs\nad9m6fd6Otp1LFHb7how2DjML+xv/TABdKuQk0oPOnAh+NGCyOOPbE1EJ7Uv\ngO3RqieLOgLSUkWOGrhAda8tt76HmnDsCR8CXUadwwb6SuFNoPoHCbbA4JTS\n8W4bLLOL5bb9SsWJ6w6MGHICXo6CcHaYC6QxfTe6M+fgt3Tk+jhCgpyXfSHc\n+KDz\r\n=ODrP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDsnVk+Z0I2u+hGgXpcM9K1FLvfuRo7Ek1alrwDVEGAYAIgHYCiyifHaYLOeBDjhti7RXI/ffosxS4y6jws6CK6uN8="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.1.2_1543622510534_0.24418864204864632"},"_hasShrinkwrap":false},"1.1.3":{"name":"@bootstrap-styled/css-utils","version":"1.1.3","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test TEST_REPORT_PATH=reports jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","styleguide":"styleguidist server","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@semantic-release/changelog":"^3.0.0","@semantic-release/git":"^7.0.5","@semantic-release/github":"^5.2.1","@semantic-release/npm":"^4.0.0","@rollup-umd/documentation":"^1.0.17","babel-cli":"^6.26.0","babel-core":"^6.26.0","babel-eslint":"^7.2.3","babel-jest":"^22.4.1","babel-loader":"^7.1.2","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^1.0.2","babel-plugin-external-helpers":"^6.22.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-preset-env":"^1.6.0","babel-preset-es2015":"^6.24.1","babel-preset-stage-2":"^6.24.1","babel-preset-stage-3":"^6.24.1","cz-conventional-changelog":"^2.1.0","enzyme":"^3.6.0","enzyme-adapter-react-16":"^1.5.0","eslint":"^5.6.1","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","immutable":"^3.8.1","jest-cli":"^22.4.2","jest-sonar-reporter":"^1.3.0","lint-staged":"^4.1.3","pre-commit":"^1.2.2","react":"^16.6.3","react-dom":"^16.6.3","react-styleguidist":"^8.0.4","rimraf":"^2.6.2","rollup":"^0.57.1","rollup-plugin-babel":"^3.0.3","rollup-plugin-cleanup":"^2.0.0","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-inject":"^2.0.0","rollup-plugin-json":"^2.3.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-replace":"^2.0.0","rollup-plugin-uglify":"^3.0.0","rollup-plugin-visualizer":"^0.5.0","rollup-watch":"^4.3.1","semantic-release":"^15.8.0","sinon":"^3.3.0","toctoc":"^0.3.2","webpack":"^4.16.1"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupTestFrameworkScriptFile":"<rootDir>/internals/testing/test-bundler.js","testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/utils":"^1.6.4","@bootstrap-styled/css-mixins":"1.1.2","color":"^1.0.3"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"4c425cf25cb887e75cb4a6ea3d980a5f070322a3","_id":"@bootstrap-styled/css-utils@1.1.3","_npmVersion":"6.4.1","_nodeVersion":"10.14.1","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-wrk/mwt/xg+xlE19O/mFr8b5+VpipInRQE2Sh33VMoPvMJs0JWafStdqRwIDpjYOJXz/0CWTah/VtCBplV+aAg==","shasum":"e3f557b5b6bb37aa65d43d385edb0371330e5bb8","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.1.3.tgz","fileCount":76,"unpackedSize":828146,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCFnNCRA9TVsSAnZWagAALgwP/2NlVQ9QBjGNYoKyjMRr\nhA3c3M3d8qPWLxVvxEAEH9AL5zRbwV5wtmJQ3/Gm/39eXG0SXNP4L8IpOLPA\nsyzx6F4cUvNy/ANLCNSqZG/s8n4h8XtTqjo6d68rDjH0WWfCUtlHxIPP/u7E\nk00gANH2wlqvAZQGVtyPMCdheG4zdNFWb7hfWFTJGI5Zch+FD531SN5adH1e\nU6+wc3kPgAwXdevVjMjdGCxWN/q+K2nAqgTIKUEnBT1xhjCJQzw6h1xGx1v+\nbLd3d2dQAlDrXJ4+8rbEnGYzo3psoTw2fzWulJf0HHR/PLHjFxsCDG4KAJww\n68A3rSKAVReS57byDoxqFCjJX72JkFxrpFnBzI4VcID6yodFxQ4m8E/bAjuR\nTAH1RAbnSL4zR7psth5dK13qjeht3RjfjWBNR9zebbeiBgZABmS4MyA54Hmm\nA+jl9dLDQAF02qF8s4KhCzyvV+x6O6fnkh3o4KRS8SOohEu6zrDJmmSy/Ekg\n92yZlRgiO5yob3ITAgMQo6QTJyZVBRucVjHwhdf4e1+l6VTs6Tc8tE4cxuli\nf2xQIOE3JsaZzmEcqBoOE2x0ds6xQzCXP0DouZ19Jmndy+xW4ma43gN2DRLr\nrCti0/BFGr0nZBiX7kEL5KGLnS/hbCVHXfcWPxPSIm5HRXuHlF5lvE8reKEc\njPuF\r\n=ABUg\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHjBWdMk0BM4mpK13lTVbdcVs8xj2iyKYolaDrgzCiYuAiBa3/5XAjN4fdz4EpzubB3rKDwXUeoKRwI2Feu6r4Bsbg=="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.1.3_1544051148753_0.15550586909097586"},"_hasShrinkwrap":false},"1.1.4":{"name":"@bootstrap-styled/css-utils","version":"1.1.4","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test TEST_REPORT_PATH=reports jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","jsdoc-documentation":"jsdoc-documentation","jsdoc":"jsdoc-documentation --file","prestyleguide":"npm run jsdoc","styleguide":"styleguidist server","prestyleguide:build":"npm run jsdoc","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/plugin-external-helpers":"^7.0.0","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-json-strings":"^7.0.0","@babel/plugin-proposal-object-rest-spread":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-syntax-import-meta":"^7.0.0","@babel/plugin-transform-modules-commonjs":"^7.0.0","@babel/preset-env":"^7.0.0","@bootstrap-styled/documentation":"^1.0.1","@rollup-umd/documentation":"^1.0.17","@semantic-release/changelog":"^3.0.1","@semantic-release/git":"^7.0.5","@semantic-release/github":"^5.2.5","@semantic-release/npm":"^5.1.1","babel-core":"^7.0.0-bridge.0","babel-eslint":"^9.0.0","babel-jest":"^23.4.2","babel-loader":"^8.0.0","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^1.0.2","cz-conventional-changelog":"^2.1.0","enzyme":"^3.6.0","enzyme-adapter-react-16":"^1.5.0","eslint":"^5.6.1","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","immutable":"^3.8.1","jest-cli":"^22.4.2","jest-sonar-reporter":"^1.3.0","lint-staged":"^4.1.3","pre-commit":"^1.2.2","react":"^16.6.3","react-dom":"^16.6.3","react-styleguidist":"^8.0.6","rimraf":"^2.6.2","rollup":"^0.57.1","rollup-plugin-babel":"^4.0.1","rollup-plugin-cleanup":"^2.0.0","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-inject":"^2.0.0","rollup-plugin-json":"^2.3.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-replace":"^2.0.0","rollup-plugin-uglify":"^3.0.0","rollup-plugin-visualizer":"^0.5.0","rollup-watch":"^4.3.1","semantic-release":"^15.12.4","sinon":"^3.3.0","toctoc":"^0.3.2","webpack":"^4.27.1"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupTestFrameworkScriptFile":"<rootDir>/internals/testing/test-bundler.js","testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/css-mixins":"1.2.0","@bootstrap-styled/utils":"^1.6.4"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"cd8256d7b7551351ee95716277a2e9784b986713","_id":"@bootstrap-styled/css-utils@1.1.4","_npmVersion":"6.4.1","_nodeVersion":"10.14.1","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-14wH43dK5jXzs6Yr9N17C/zFh5rsovQHZcj885qDO83s2WpL+ONbFW3zKdQqbEBubLvo2SR42l5MTajFnJz3qw==","shasum":"1028aea13aab3d5d2e10c930b5198b673bec0a72","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.1.4.tgz","fileCount":78,"unpackedSize":800479,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCeoGCRA9TVsSAnZWagAAkyQP+wdA9I3nUhxjpxzdr11L\nkKLblUjHFcaET1Njs4AJNVNmoIzAO9EcD9hPkFTMHAQ2cFfhDdCG1/2QTnC7\nJq//gz7JFeR5GX6qs8GAcR2ovoOoAL1jEFMG8lZBlXgrJfEGAmwmL/1Fl0+L\nHlhS8WGZIVLTp4LBDvuU7MTY8TcNTOwl7HZKwfcLvFuiRxx7Km4fKaIguzb5\nnQBplNtxiOujqiqftp4BKtmvkYuKqmTKvqAO1CP6ILEIIdku0RFCj9kaLMjw\nbZg3lW8LjMxgAKPLdq+p3SMfE4O5G/+z42PJ8p9wzFtrJ4Vrho04K/RpeWXY\n/66LbK2O4uRhrzmp9BznUWCtTAQpbFv4m3IJGTugwrQWN1t98jr3BmH8d7io\nX1nK6GFTdrnhxgLZ9FkuCrsc9EpSbsN0nUwS/eJ8ryaFwEppdvzqkf/VnDoR\nHczSde46jn/zl4UXmcrs20ds75bnvCvJe4KgZa75Dhn6SUsz0oso5oVrWdpT\nqPjcsZRnbL41AGqvrVjRgA4StcIaNHthCx7IPBB8CL3H6Y6G7HKMRRHy1suy\nt2zz4RcbpvwGU5YteppfYKUWPs076vguU/USw+eV1ERcaVPpzeqT5/VU7j7S\nUGNI+xtf/nWBpyNfUr0CqEOxZFRIxRwwUnk8h7W5BpeWTsCtzfKh+pwPB8zW\nIsOv\r\n=mYVc\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDrMIv+r/SWuf1PX+Cp9np8olkfdaH5RTxEuF/SXTQPhQIhANzvu55wK0mK77Mo3Qe16YrCFW6Y/zgiitAf4VuJTrg+"}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.1.4_1544153605767_0.9583347801355748"},"_hasShrinkwrap":false},"1.2.0":{"name":"@bootstrap-styled/css-utils","version":"1.2.0","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","jsdoc-documentation":"jsdoc-documentation","jsdoc":"jsdoc-documentation --file","prestyleguide":"npm run jsdoc","styleguide":"styleguidist server","prestyleguide:build":"npm run jsdoc","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@babel/cli":"^7.2.0","@babel/core":"^7.2.2","@babel/plugin-external-helpers":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.2.1","@babel/plugin-proposal-decorators":"^7.2.2","@babel/plugin-proposal-json-strings":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.2.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-import-meta":"^7.2.0","@babel/plugin-transform-modules-commonjs":"^7.2.0","@babel/preset-env":"^7.2.0","@bootstrap-styled/documentation":"^1.1.1","@rollup-umd/documentation":"^1.2.0","@semantic-release/changelog":"^3.0.1","@semantic-release/git":"^7.0.5","@semantic-release/github":"^5.2.5","@semantic-release/npm":"^5.1.2","babel-core":"^7.0.0-bridge.0","babel-eslint":"^10.0.1","babel-jest":"^23.6.0","babel-loader":"^8.0.4","babel-plugin-add-module-exports":"^1.0.0","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^2.2.0","cz-conventional-changelog":"^2.1.0","enzyme":"^3.6.0","enzyme-adapter-react-16":"^1.5.0","eslint":"^5.10.0","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","immutable":"^3.8.1","jest-cli":"^23.6.0","jest-sonar-reporter":"^2.0.0","lint-staged":"^8.1.0","pre-commit":"^1.2.2","react":"^16.6.3","react-dom":"^16.6.3","react-styleguidist":"^8.0.6","rimraf":"^2.6.2","rollup":"^0.68.0","rollup-plugin-babel":"^4.1.0","rollup-plugin-cleanup":"^3.0.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-inject":"^2.2.0","rollup-plugin-json":"^3.1.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-resolve":"^4.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-terser":"^3.0.0","rollup-plugin-visualizer":"^0.9.2","rollup-watch":"^4.3.1","semantic-release":"^15.13.0","sinon":"^7.2.2","toctoc":"^0.3.2","webpack":"^4.27.1"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupTestFrameworkScriptFile":"<rootDir>/internals/testing/test-bundler.js","testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"jestSonar":{"reportPath":"reports","reportFile":"test-report.xml","indent":2},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/css-mixins":"1.3.0","@bootstrap-styled/utils":"^1.7.0"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"6e6acde73cdf7d1a9e487348176ae5b265103ba5","_id":"@bootstrap-styled/css-utils@1.2.0","_npmVersion":"6.5.0","_nodeVersion":"10.14.2","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-zp9IBKUobKi+uGBXeyF6NJ5u6P177taxzAxIsCiEMo4yzHS4RyYDMkUl94zoWRN1lsRO4q5leNxlpZxOIkHX6A==","shasum":"cbfabc91c9152d8c2ffacba675bf5d0c01267558","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.2.0.tgz","fileCount":78,"unpackedSize":807112,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFnxhCRA9TVsSAnZWagAAkvIP/3NFRrc4AAJFJas+mDMy\nMoEybACu9Z2yAnSjjC8sTwj2uCy4hYYyGa1QBc/Mw7RXO15ifoAb3J5nMOlr\nz8wvKhhBNqiS6nzVu6VCAYI8fMdcN1QO/4NKUZJ92OhhmXu1r/BXKOu8aeTQ\nxKdxWB+p6t/ug+8ArPLo1vmpHnM8L0xOwNL4FrCTG9KW/S7jVMdyM/cL0lli\nVV0lQjWccCyxJHVGLjTAB9smHAo783s34tvKxPrOubeIIPdeKtKeV79dPONy\noeB17uoT4aYBXAUpuBtY+XDP6NnP0W+s0pGs88vGOwEyQdfrwwWPP24g6T8h\n9pGOWg1RA0CDREQCespIi6Jmk5oM6fIgZc4EeJt65Iz0jxi/uNHydW8yPq/V\ncTNZOk7Nee1JX3XUkGTA9sR7hrZr0JriTVP821TygKCoqyshjpN8m1xHZw6N\n6a/eYAanek/kchD/KkLF3HSrbNeOsEF1Rkh/ttiXPRgOLymfSFGPoo2Dl0kg\n2Q1Ks5BDiplLe6wm3g3Dsa1AVu5JaRASksWjPuMKPzNNv9lc2RdzUTy8gKM7\nvhOxPb0ca4+DQPy4aUFeHVRX1J30JPyDt8v0ULQcjElZMgG2xcL8sY9puCGB\ny78nV4zaeCklwzFiV5WJhXYwn1JHb/OiELGlqb/n5xYi/kqJr0EpZD3KfCfc\nkeOC\r\n=+WfK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF5A4UNAZhxQwmukpQRTiv1vuPnbfBoGmZvYKzgcDkGDAiEA3XX/HipNfnmMCyjL4HQV81AGH8gp00v5+5HMuH3ft64="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.2.0_1544977504438_0.10576478706397485"},"_hasShrinkwrap":false},"1.2.1":{"name":"@bootstrap-styled/css-utils","version":"1.2.1","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","jsdoc-documentation":"jsdoc-documentation","jsdoc":"jsdoc-documentation --file","prestyleguide":"npm run jsdoc","styleguide":"styleguidist server","prestyleguide:build":"npm run jsdoc","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@babel/cli":"^7.2.0","@babel/core":"^7.2.2","@babel/plugin-external-helpers":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.2.1","@babel/plugin-proposal-decorators":"^7.2.2","@babel/plugin-proposal-json-strings":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.2.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-import-meta":"^7.2.0","@babel/plugin-transform-modules-commonjs":"^7.2.0","@babel/preset-env":"^7.2.0","@bootstrap-styled/documentation":"^1.1.1","@rollup-umd/documentation":"^1.2.0","@semantic-release/changelog":"^3.0.1","@semantic-release/git":"^7.0.5","@semantic-release/github":"^5.2.5","@semantic-release/npm":"^5.1.2","babel-core":"^7.0.0-bridge.0","babel-eslint":"^10.0.1","babel-jest":"^23.6.0","babel-loader":"^8.0.4","babel-plugin-add-module-exports":"^1.0.0","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^2.2.0","cz-conventional-changelog":"^2.1.0","enzyme":"^3.6.0","enzyme-adapter-react-16":"^1.5.0","eslint":"^5.10.0","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","immutable":"^4.0.0-rc.12","jest-cli":"^23.6.0","jest-sonar-reporter":"^2.0.0","lint-staged":"^8.1.0","pre-commit":"^1.2.2","react":"^16.6.3","react-dom":"^16.6.3","react-styleguidist":"^8.0.6","rimraf":"^2.6.2","rollup":"^0.68.0","rollup-plugin-babel":"^4.1.0","rollup-plugin-cleanup":"^3.0.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-inject":"^2.2.0","rollup-plugin-json":"^3.1.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-resolve":"^4.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-terser":"^3.0.0","rollup-plugin-visualizer":"^0.9.2","rollup-watch":"^4.3.1","semantic-release":"^15.13.0","sinon":"^7.2.2","toctoc":"^0.3.2","webpack":"^4.27.1"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupTestFrameworkScriptFile":"<rootDir>/internals/testing/test-bundler.js","testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"jestSonar":{"reportPath":"reports","reportFile":"test-report.xml","indent":2},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/css-mixins":"1.3.0","@bootstrap-styled/utils":"^1.7.0"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"12e5ae5c8397494dcc88d0b800f501b9d6f45fd4","_id":"@bootstrap-styled/css-utils@1.2.1","_npmVersion":"6.5.0","_nodeVersion":"10.14.2","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-z4laEB5FC02VCk5X2CbaAeadgCDccRWfSIF/oc9oh0K5c+cZDJyj8yyK2E39ADlh7jldwv42nMubgEdpVJn8zw==","shasum":"8f63565aca069f1375f6c499908c11c504aabc76","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.2.1.tgz","fileCount":78,"unpackedSize":807362,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFrTUCRA9TVsSAnZWagAAjHEQAIaaw2+Ld0eDbsZwdD4F\n34/m6fGhKeQIb0K9Ut3YTf72zA012CmgljvloACWzVEtMa4sbVBKiQ0dYrKO\nIqp++f3uns/Kxw4WSipRJUqCl8GP1kIWyUvct9JjVOUVMSHW/iu1gcTFjpmZ\n8RZK18bWIp06OLX1LSFhmnBg7iN3kpcxssKeObNkIamhEHDfLpe8Rz327Vhj\nT3i/kcNnF3F/A1twRAmSUOoJJp2JscNimZ7yzn40SdRGkZqkesQhLcE2yswK\nbqzMGJGl5dnxFzRl/2suadq8vd9ewymQA7oi5pbqv2rKgGZVYRvRBNH2JALQ\n8q3UnV4mzJg7W8qM5bKP6cvrTAJBYEfUphOZKJPJje2xO8KY6KPKj3SIMtZz\nmb+p3Us2otWzL58ubOgg6TdcgkLzQXakDzTEtXYw6M2wDHo7z4NNk1zCVixY\nmVQUlQkCJFM5nZhIPoxDjBBMgCC96Cl+E5sMquhi4izAfJjJ6RaQalWHKewC\ngQn3dnYbuK+z0KTyvbfitucPhzDETaIs1LtzqbXqcF1zBWIdEwU80c7g4KvT\nBfP83my8u2EhzdYrwOqu/67gvZbJeV1tYnfqiiZwZVzgKK+7envYj9Fut6Ia\nF7/YN+pheejiANBF6Wob/qTYrYGWPwn715Hc5l56lHaU20rwPF/0lotuwPqC\n/iDE\r\n=dJMn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAh/byuxNLWR2aPxHvKpd+WUMoeVSkgdyv1rALKzHFfEAiB2WToLpa/q1xkut7DHSDZcWfN4iBz/kvTh9838V+ef6w=="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.2.1_1544991955752_0.07944668079639117"},"_hasShrinkwrap":false},"1.2.2":{"name":"@bootstrap-styled/css-utils","version":"1.2.2","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","jsdoc-documentation":"jsdoc-documentation","jsdoc":"jsdoc-documentation --file","prestyleguide":"npm run jsdoc","styleguide":"styleguidist server","prestyleguide:build":"npm run jsdoc","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@babel/cli":"^7.2.0","@babel/core":"^7.2.2","@babel/plugin-external-helpers":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.2.1","@babel/plugin-proposal-decorators":"^7.2.2","@babel/plugin-proposal-json-strings":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.2.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-import-meta":"^7.2.0","@babel/plugin-transform-modules-commonjs":"^7.2.0","@babel/preset-env":"^7.2.0","@bootstrap-styled/documentation":"^1.1.1","@rollup-umd/documentation":"^1.2.0","@semantic-release/changelog":"^3.0.1","@semantic-release/git":"^7.0.5","@semantic-release/github":"^5.2.5","@semantic-release/npm":"^5.1.2","babel-core":"^7.0.0-bridge.0","babel-eslint":"^10.0.1","babel-jest":"^23.6.0","babel-loader":"^8.0.4","babel-plugin-add-module-exports":"^1.0.0","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^2.2.0","cz-conventional-changelog":"^2.1.0","enzyme":"^3.6.0","enzyme-adapter-react-16":"^1.5.0","eslint":"^5.10.0","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","immutable":"^4.0.0-rc.12","jest-cli":"^23.6.0","jest-sonar-reporter":"^2.0.0","lint-staged":"^8.1.0","pre-commit":"^1.2.2","react":"^16.6.3","react-dom":"^16.6.3","react-styleguidist":"^8.0.6","rimraf":"^2.6.2","rollup":"^0.68.0","rollup-plugin-babel":"^4.1.0","rollup-plugin-cleanup":"^3.0.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-inject":"^2.2.0","rollup-plugin-json":"^3.1.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-resolve":"^4.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-terser":"^3.0.0","rollup-plugin-visualizer":"^0.9.2","rollup-watch":"^4.3.1","semantic-release":"^15.13.0","sinon":"^7.2.2","toctoc":"^0.3.2","webpack":"^4.27.1"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupTestFrameworkScriptFile":"<rootDir>/internals/testing/test-bundler.js","testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"jestSonar":{"reportPath":"reports","reportFile":"test-report.xml","indent":2},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/css-mixins":"1.3.1","@bootstrap-styled/utils":"^1.7.0"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"38c383f25d3b6b431e87c188efbc4eb79d3f1a06","_id":"@bootstrap-styled/css-utils@1.2.2","_npmVersion":"6.5.0","_nodeVersion":"10.14.2","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-5m8RSQRnsutoQvC2nwL1Bo3EpULL69bPpC2x61y6YxK42irt5mgreN848Wl2428Oly6/Rl5so+fvm3knvi9Rzw==","shasum":"fdd852803e7826708fd44912c098b0bb5855ccdd","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.2.2.tgz","fileCount":78,"unpackedSize":807656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGM+8CRA9TVsSAnZWagAAe3MP/1mqzE1d+6LJGS1UZVHo\n7cclBqxWdop0/Ngbfei7zsHKJSjtlGyi+BsGHkPBRy8JgSRTBi+fuFkwIotw\nU0OKGM8fl6azUK7OWCl+3A5eyUXUxvis1xyh6TAWyfAtCbRaEltCEECQJbiv\nY9O9U9eW2ZGqWj+hECOOFCR/H6Ks3wCHue+ZSErsgdAq70qteCNUBRvmaG5i\nK1wBDHe5G0kwfboOW1evi4q6RoLXB67uaIa9Gl3GDu+42Sq/HAwRDcdRxBkN\nGp2PykBAaLnw5VznDTgD4I48ZxObmzpbxAqs98nmmTuvn91j5piAQHNKFPXA\nN6mIUL4TagmOwllIyOgEDeiBYCKpHecSyvlSkNja7t8GOq7Hm9MsQCiWORSn\nFm8wDsur4TGwA+0CpXgMVT82run1WBigGR/urWmD/Xk0gpTHLPTbQm27R0wj\n+VPmYyJN8+dvPiojPQibuweJwCg6x7SMmm34VvTUwDdRtcdI0938CK0vua9X\npKwmdjkH8Cl80R7M+lTUvz+p+v/5obFVLqrcOjORL3WUyAU7C43UMxgmtLCQ\nm4cakp5mLX3x3wpMrjIz9MBxd7hqw/aVdB4hIZF9dpgAtl05fenHqFug1Gor\npbZdWdaXmAiIt+3A3LXiAZ1eTuGZwUHY8dZWpfDE4OO1wV42f+rYh/St6WSh\nXjSN\r\n=OnS0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQp8YPlxeZuk2/+Eh+mufeqCfPaIQ2FckM8yvp7jVk1AIgLulF7V68ifpY0K8MKz86+tV1Yw7wOVNo5b9TQThzY5A="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.2.2_1545129916311_0.20433322564257494"},"_hasShrinkwrap":false},"1.2.3":{"name":"@bootstrap-styled/css-utils","version":"1.2.3","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","jsdoc-documentation":"jsdoc-documentation","jsdoc":"jsdoc-documentation --file","prestyleguide":"npm run jsdoc","styleguide":"styleguidist server","prestyleguide:build":"npm run jsdoc","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@babel/cli":"^7.2.0","@babel/core":"^7.2.2","@babel/plugin-external-helpers":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.2.1","@babel/plugin-proposal-decorators":"^7.2.2","@babel/plugin-proposal-json-strings":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.2.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-import-meta":"^7.2.0","@babel/plugin-transform-modules-commonjs":"^7.2.0","@babel/preset-env":"^7.2.0","@bootstrap-styled/documentation":"^1.1.1","@rollup-umd/documentation":"^1.2.0","@semantic-release/changelog":"^3.0.1","@semantic-release/git":"^7.0.5","@semantic-release/github":"^5.2.5","@semantic-release/npm":"^5.1.2","babel-core":"^7.0.0-bridge.0","babel-eslint":"^10.0.1","babel-jest":"^23.6.0","babel-loader":"^8.0.4","babel-plugin-add-module-exports":"^1.0.0","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^2.2.0","cz-conventional-changelog":"^2.1.0","enzyme":"^3.6.0","enzyme-adapter-react-16":"^1.5.0","eslint":"^5.10.0","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.1","eslint-plugin-react":"^7.11.1","immutable":"^4.0.0-rc.12","jest-cli":"^23.6.0","jest-sonar-reporter":"^2.0.0","lint-staged":"^8.1.0","pre-commit":"^1.2.2","react":"^16.6.3","react-dom":"^16.6.3","react-styleguidist":"^8.0.6","rimraf":"^2.6.2","rollup":"^0.68.0","rollup-plugin-babel":"^4.1.0","rollup-plugin-cleanup":"^3.0.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-inject":"^2.2.0","rollup-plugin-json":"^3.1.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-resolve":"^4.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-terser":"^3.0.0","rollup-plugin-visualizer":"^0.9.2","rollup-watch":"^4.3.1","semantic-release":"^15.13.0","sinon":"^7.2.2","toctoc":"^0.3.2","webpack":"^4.27.1"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupTestFrameworkScriptFile":"<rootDir>/internals/testing/test-bundler.js","testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"jestSonar":{"reportPath":"reports","reportFile":"test-report.xml","indent":2},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/css-mixins":"1.3.3","@bootstrap-styled/utils":"^1.7.0"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"fe3996a2a2bf11790c854312d27b1340af1918bd","_id":"@bootstrap-styled/css-utils@1.2.3","_npmVersion":"6.5.0","_nodeVersion":"10.14.2","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-jztllgQv7UNjTQHH5GMGwPXg9pc+9RN2TTjqfg7JhZA+uHmhEvd8hnvMRlL4LOElwdw/YwZdAU9DVK7ejN7O5w==","shasum":"b7b1a6972aa1987ee037ff540033f6d451597131","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.2.3.tgz","fileCount":78,"unpackedSize":831818,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGQ2ICRA9TVsSAnZWagAAABwP/16BlLexXsmqbVPUOVMr\n0Fg0t9IqYxajheU4QS+6EYEKJFwnG/NR2qLpYqT4Wpa1kL8F0+jHKj6DLWw4\nYT0iNWlM9WI1L+sR+gcdPpKy/uVTvLa+q/Sq5peMkgnUXhY9MGCo5PFzpXzg\nCPYU4sc0rECkJmKWdeN6prUiBUwiindGzqoJKJEOwPwuetzI7SQDH6dd0F5h\nKugIdweepKWOCYsnkKsE00xlwLcFQhuZyeILyKX1wFGRchh1nC8y2zFFh32g\nMxQLwCDnitlZlfcpWn57HFcxieeinYL+6tOP2XGVhpW48wYzpauQwXyV2jiu\nmO4fNuCf0tv7w8L64YD/qhci1EUlWJZ/3opp7Jo6HxocwZA8tRlh2GAMVB7Y\nHZhVdpzg6iKBSuJDuHiSwi15dXbco3qf+HMntWPrsoNnnwvGbIzAd50Wl88A\nhBO6NgjUAgK2xZ9Yj0la2xfAFgoiZZ6YBTpnkWBUh4bNonmt2VALGpNZSKL7\nzY6vOO5RPyy8hw1Ia3Y/6VzlgSFHwqmiblSQTY2INNZ7EdiJoCh3WdapJllZ\n7wVlfH3+jx5dEzBR83uFKhKSD4ahN2UKXqRNG/R6mOimorPCZ3K82c2MsKLU\n5hwrBpxChzf8cL6Tgqff9kJo+wqR8cm8aUuGNYjh5A3SkpVXxcL9cLusZ7pq\nj3CI\r\n=tT2I\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDo6L+mzDNHXaqXGZSL2j1VLmPaA6NLfDSx46R7hORlWwIgD8q6C1zBBlS6orr6NXb+NWZlg2L+xMf+Oo+4HKP/0NY="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.2.3_1545145736066_0.17621067703306803"},"_hasShrinkwrap":false},"1.2.4":{"name":"@bootstrap-styled/css-utils","version":"1.2.4","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","jsdoc-documentation":"jsdoc-documentation","jsdoc":"jsdoc-documentation --file","prestyleguide":"npm run jsdoc","styleguide":"styleguidist server","prestyleguide:build":"npm run jsdoc","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@babel/cli":"^7.2.3","@babel/core":"^7.2.2","@babel/plugin-external-helpers":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.2.3","@babel/plugin-proposal-decorators":"^7.2.3","@babel/plugin-proposal-json-strings":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.2.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-import-meta":"^7.2.0","@babel/plugin-transform-modules-commonjs":"^7.2.0","@babel/preset-env":"^7.2.3","@bootstrap-styled/documentation":"^1.2.0","@rollup-umd/documentation":"^1.3.1","@semantic-release/changelog":"^3.0.1","@semantic-release/git":"^7.0.6","@semantic-release/github":"^5.2.6","@semantic-release/npm":"^5.1.2","babel-core":"^7.0.0-bridge.0","babel-eslint":"^10.0.1","babel-jest":"^23.6.0","babel-loader":"^8.0.4","babel-plugin-add-module-exports":"^1.0.0","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^2.2.0","cz-conventional-changelog":"^2.1.0","enzyme":"^3.8.0","enzyme-adapter-react-16":"^1.7.1","eslint":"^5.10.0","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.2","eslint-plugin-react":"^7.11.1","immutable":"^4.0.0-rc.12","jest-cli":"^23.6.0","jest-sonar-reporter":"^2.0.0","lint-staged":"^8.1.0","pre-commit":"^1.2.2","react":"^16.7.0","react-dom":"^16.7.0","react-styleguidist":"^8.0.6","rimraf":"^2.6.2","rollup":"^0.68.1","rollup-plugin-babel":"^4.1.0","rollup-plugin-cleanup":"^3.0.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-inject":"^2.2.0","rollup-plugin-json":"^3.1.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-resolve":"^4.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-terser":"^3.0.0","rollup-plugin-visualizer":"^0.9.2","rollup-watch":"^4.3.1","semantic-release":"^15.13.1","sinon":"^7.2.2","toctoc":"^0.3.2","webpack":"^4.28.1"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupTestFrameworkScriptFile":"<rootDir>/internals/testing/test-bundler.js","testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"jestSonar":{"reportPath":"reports","reportFile":"test-report.xml","indent":2},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/css-mixins":"2.0.0","@bootstrap-styled/utils":"^1.7.1"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"7897598ca1fe147115ace64f533d7d03f1568ece","_id":"@bootstrap-styled/css-utils@1.2.4","_npmVersion":"6.5.0","_nodeVersion":"10.14.2","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-9TYAoRqvZh/QcpUQmD07IP/y10itsjem2eYli7mEZSUZ6LodX4j8YHbVrIsKBDDfCGHN80uL6Su40AwV8utGIA==","shasum":"fb9d7b87e9c537f35dad22b9720716c59386d03a","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.2.4.tgz","fileCount":78,"unpackedSize":810338,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcG/aaCRA9TVsSAnZWagAAo/oP/3zX/X5/XuOndP6/RlDb\nykLg+K8YGmRtspEFchlSmGNUq81zk3ocZnZanjIu21LZAMwDaZZlR9wVwmSO\nXl5VncTVHD8IhkNc78lLQ9RRMj9gDCXUErzkO/2qe3Nb2Z1KvOq8iPzxnzDg\ntmM6YVg6V/W/piT54pQKwWu1K6Ki0X1QFJz7lgYcXDw+7EDFMoPCZB25Pixt\nHEU2SOTkQpj1GiCTThrZI+jL9GeVdCvtn/riajHZk9Cp5ZlUSVgTxT+7lJkZ\nxU0/tI5OPRKM7kFG1kvK+6f+21d/CiEWT5+jynaOvJUNuCF4tnesSH8Vg4na\nfnQwVTJ04VNxf9N2i7a+RXcnIglE0di2zNYGlQxuf+qOB5Lijzke64zDS+hz\nzGNDetQfJBb1QHzk1DI0nj4HDx/+oGzvIfaVVluPmy0YeDdnNeMMVYYYU+sY\nGYt+reBOjKLJj9DmxKJgYSPe9TUobV1+La6YYYaXLewRYm2j36tew8ph/thR\n8NEd6GkmedPZVYoS+6cGT5P0urY04BImKaDlpmk3PdBPgmjwTgFMpeHjVax4\nIIPno9vqwrYH4vNzZ8cXsk9+jXlm8DBv6WIKp7EIiQ9v0EyAF93XSVmi+XlP\nIJYbt4DyomSxr/nEWK5ln4E2Jg2lnQuu6KDNxwYUw+9GE0+JM/A4kmYfuATn\nhxI4\r\n=wv18\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCWSJnAuL4eDR/Fpe8MjWxBwSnMPOfzNO7B7VD/KsZ2vQIhALLR1kzWt84IW8M5IiHZHPJr8sjSO7q4gysUWz615Hte"}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.2.4_1545336471511_0.2585973571928417"},"_hasShrinkwrap":false},"1.2.5":{"name":"@bootstrap-styled/css-utils","version":"1.2.5","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","jsdoc-documentation":"jsdoc-documentation","jsdoc":"jsdoc-documentation --file","prestyleguide":"npm run jsdoc","styleguide":"styleguidist server","prestyleguide:build":"npm run jsdoc","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@babel/cli":"^7.2.3","@babel/core":"^7.2.2","@babel/plugin-external-helpers":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.2.3","@babel/plugin-proposal-decorators":"^7.2.3","@babel/plugin-proposal-json-strings":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.2.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-import-meta":"^7.2.0","@babel/plugin-transform-modules-commonjs":"^7.2.0","@babel/preset-env":"^7.2.3","@bootstrap-styled/documentation":"^1.2.0","@rollup-umd/documentation":"^1.3.1","@semantic-release/changelog":"^3.0.1","@semantic-release/git":"^7.0.6","@semantic-release/github":"^5.2.6","@semantic-release/npm":"^5.1.2","babel-core":"^7.0.0-bridge.0","babel-eslint":"^10.0.1","babel-jest":"^23.6.0","babel-loader":"^8.0.4","babel-plugin-add-module-exports":"^1.0.0","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^2.2.0","cz-conventional-changelog":"^2.1.0","enzyme":"^3.8.0","enzyme-adapter-react-16":"^1.7.1","eslint":"^5.10.0","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.2","eslint-plugin-react":"^7.11.1","immutable":"^4.0.0-rc.12","jest-cli":"^23.6.0","jest-sonar-reporter":"^2.0.0","lint-staged":"^8.1.0","pre-commit":"^1.2.2","react":"^16.7.0","react-dom":"^16.7.0","react-styleguidist":"^8.0.6","rimraf":"^2.6.2","rollup":"^0.68.1","rollup-plugin-babel":"^4.1.0","rollup-plugin-cleanup":"^3.0.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-inject":"^2.2.0","rollup-plugin-json":"^3.1.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-resolve":"^4.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-terser":"^3.0.0","rollup-plugin-visualizer":"^0.9.2","rollup-watch":"^4.3.1","semantic-release":"^15.13.1","sinon":"^7.2.2","toctoc":"^0.3.2","webpack":"^4.28.1"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupTestFrameworkScriptFile":"<rootDir>/internals/testing/test-bundler.js","testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"jestSonar":{"reportPath":"reports","reportFile":"test-report.xml","indent":2},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/css-mixins":"2.0.1","@bootstrap-styled/utils":"^1.7.1"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"dbb01021b0980625edab84c3cfb32b48129dcf42","_id":"@bootstrap-styled/css-utils@1.2.5","_npmVersion":"6.5.0","_nodeVersion":"10.14.2","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-3FVpsFa9WWNsd5Sx3byE/NFe6V5fLxRdyPnYHiuQPCDHIIPRXSb0uCjlR7zZLpHdCAX3kOWMP+fJtcxe4CUuOQ==","shasum":"51bbfdbde7e617a8ca41453c3afe6da82b59bf7a","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.2.5.tgz","fileCount":78,"unpackedSize":810504,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHCwwCRA9TVsSAnZWagAA4nAQAIs1A2q/TeAoUuxGYJN/\nOxm8vA1XMUa3c8458SGE63HdJ4aNgcAl7dqr8DAd8RWZqy/LUXOwNLOkxC+d\nTsPdAKR7xZNgsdtdJWu97PJn1eV45G97shmj3uKBU16GO7bGD9LE60sYng1v\nYTzP/Ry9ybMtd9G2GEV4auCiujDIvbQwsCOgjWz1ezcXlDI3GbQKFUEVl876\nl6KFjuwhg2HiPKIhtUjiFJ5Jxv/YetCv+KN2N86hAtZHrDhbPLIhjvmSna12\nv/AYYzIKlrO4xswno/JBQJWsz6xg7TNhFSpi3UK4dZiRUazj4N/btwJs6+oH\nodk+T7F4g6OBq3DQNw9B4N7IBVYc0xcNRTP4+qejGv80fff2TuTEBRziYpuI\nPg0Q5otkg1EGR3r5xpsccF4b7u0M2c+wSINDJR2LDp26n1uYHqJ1oHjhiDBA\nQHyDBxy7RPaxDO52hNYFEs4ZYXFC6/ZrGlz+juMeFG4+AqDZdff8zSWVqAYm\nj3uTxP9lLh3/gr1Cx/PAsVR+1ptx5mn7wiYpxjRPEPjqbojJ8Lkj8NpP2mUq\nSx3dmz8TR3RKLwMj9AdzbMpus9Z4RAunbDw1pf2TVDrRymJJcOFAfzO4SsFA\n6CfnLBzTjugUPBX23isGPkFH8h0l1RSWiy1XeoUBIyG4E9bnmqB/NTuaVdZv\nxPAM\r\n=l+Db\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCU99a9Fx/JOn3oje/cvTUHtOhzJRsQs4tz95ebbqgnnQIgEjegu2GffYZ2TsoxbtjTEAH9KlcYvgTnG49vGSSEG0o="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.2.5_1545350191821_0.3910762348158874"},"_hasShrinkwrap":false},"1.2.6":{"name":"@bootstrap-styled/css-utils","version":"1.2.6","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","jsdoc-documentation":"jsdoc-documentation","jsdoc":"jsdoc-documentation --file","prestyleguide":"npm run jsdoc","styleguide":"styleguidist server","prestyleguide:build":"npm run jsdoc","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@babel/cli":"^7.2.3","@babel/core":"^7.2.2","@babel/plugin-external-helpers":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.2.3","@babel/plugin-proposal-decorators":"^7.2.3","@babel/plugin-proposal-json-strings":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.2.0","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-import-meta":"^7.2.0","@babel/plugin-transform-modules-commonjs":"^7.2.0","@babel/preset-env":"^7.2.3","@bootstrap-styled/documentation":"^1.2.0","@rollup-umd/documentation":"^1.3.1","@semantic-release/changelog":"^3.0.1","@semantic-release/git":"^7.0.6","@semantic-release/github":"^5.2.7","@semantic-release/npm":"^5.1.2","babel-core":"^7.0.0-bridge.0","babel-eslint":"^10.0.1","babel-jest":"^23.6.0","babel-loader":"^8.0.4","babel-plugin-add-module-exports":"^1.0.0","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^2.2.0","cz-conventional-changelog":"^2.1.0","enzyme":"^3.8.0","enzyme-adapter-react-16":"^1.7.1","eslint":"^5.10.0","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","eslint-plugin-jsx-a11y":"^6.1.2","eslint-plugin-react":"^7.11.1","immutable":"^4.0.0-rc.12","jest-cli":"^23.6.0","jest-sonar-reporter":"^2.0.0","lint-staged":"^8.1.0","pre-commit":"^1.2.2","react":"^16.7.0","react-dom":"^16.7.0","react-styleguidist":"^8.0.6","rimraf":"^2.6.2","rollup":"^0.68.1","rollup-plugin-babel":"^4.1.0","rollup-plugin-cleanup":"^3.0.0","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-inject":"^2.2.0","rollup-plugin-json":"^3.1.0","rollup-plugin-node-builtins":"^2.1.2","rollup-plugin-node-resolve":"^4.0.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-terser":"^3.0.0","rollup-plugin-visualizer":"^0.9.2","rollup-watch":"^4.3.1","semantic-release":"^15.13.1","sinon":"^7.2.2","toctoc":"^0.3.2","webpack":"^4.28.1"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupTestFrameworkScriptFile":"<rootDir>/internals/testing/test-bundler.js","testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"jestSonar":{"reportPath":"reports","reportFile":"test-report.xml","indent":2},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/css-mixins":"^2.0.3","@bootstrap-styled/utils":"^1.7.1"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"8756a88bd8a1ef2e5b8de586591e3910241556a0","_id":"@bootstrap-styled/css-utils@1.2.6","_npmVersion":"6.5.0","_nodeVersion":"10.14.2","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-DEVHYIynyM29B0/MzlnTLbrq3EckyRHgDUCCsDCzFts8GG8dXvGuGjICDLuVy9sY22Vm0W5QKkJ9qDHfpcUmug==","shasum":"cee457d1cea37686325b51ef8b195d982ae726cc","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.2.6.tgz","fileCount":78,"unpackedSize":860242,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHWzhCRA9TVsSAnZWagAAKccP/0djEPlAtrnUxLt1NmrK\nCpKZcZHyj7A7AWzvEt99ErH1tlqY89R8CMqqbaz4NCNmsHD/sDEzM12XWi8p\nkoJPtQaQCS71n86cGyMoW/Q4i/M7oQpfQWVoKwCPlYoLhh4GEe2Bc0ZlQJjP\nvKpeQbSlgaFXbRl9RGi4mrJPSFRz07q9tI0EQZ0r7zHcHtrNNlQHM+c/DJiD\nLBZg//mwRNj+JaUxvmSYlH+iOEqSkHqxEFXET0MzfZFs1Na0QtLC39WiEeCu\n3mzgWVnGqOUeHvEaqoNK8LAj6+PE+otF4yrrSxWkw13lNor15/i/X0wmsT/r\nvoaSYfN6gswGvKxx4lIHAYXDJ+aWmmHf1I52UlQXmG6UO6/VHh/qUilBzvqp\n62c6PyoLwS0LpkIi+ey7ObRsV4JwNSzP8j+T3MURkzJHbGzvQIOgsuXwbZfz\nwV3lgAZ8Hr0J0vL14c424N9pMBQfpLWk1H5yTxXlLxLMPWQ3L9fzOoZs0DvZ\n3CVF1mOjylVSiC7X3XWSP4SzWJs69msgTdsNYiuvlEgevY28bdP8kPbpIvFb\nwoK1vRU27XXR7HIAFTwX2eFuGuUo4JpxVWlYcjEx1VbulUUaPEnZVePf4hjn\nXqvmnYcedTAA7N0N+zaO+bUoHnj0d9obeOXCA5bjXuVHa+NThrPf021leb92\n6o6M\r\n=T4Oj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDV3F1bDuVyjFuLjoPPVF6Xrh7bTL0puhCt1WUZXL6r8AIhAPmvnHjng+KEaqKgztHNDemgfBJrd8DOpjiI0oE41YsZ"}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.2.6_1545432288812_0.5599140079017206"},"_hasShrinkwrap":false},"1.2.7":{"name":"@bootstrap-styled/css-utils","version":"1.2.7","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","jsdoc-documentation":"jsdoc-documentation","jsdoc":"jsdoc-documentation --file","prestyleguide":"npm run jsdoc","styleguide":"styleguidist server","prestyleguide:build":"npm run jsdoc","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@babel/cli":"^7.4.4","@babel/core":"^7.4.5","@babel/plugin-external-helpers":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-decorators":"^7.4.4","@babel/plugin-proposal-json-strings":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.4.4","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-import-meta":"^7.2.0","@babel/plugin-transform-modules-commonjs":"^7.4.4","@babel/preset-env":"^7.4.5","@bootstrap-styled/documentation":"^2.0.0","@rollup-umd/documentation":"^2.0.5","@rollup-umd/ncu":"^1.0.9","@rollup-umd/rollup":"^1.0.13","@semantic-release/changelog":"^3.0.4","@semantic-release/git":"^7.0.12","@semantic-release/github":"^5.4.0","@semantic-release/npm":"^5.1.9","babel-eslint":"^10.0.2","babel-jest":"^24.8.0","babel-loader":"^8.0.6","babel-plugin-add-module-exports":"^1.0.2","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^2.2.0","cz-conventional-changelog":"^2.1.0","enzyme":"^3.10.0","enzyme-adapter-react-16":"^1.14.0","eslint":"^5.16.0","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.17.3","eslint-plugin-jsx-a11y":"^6.2.1","eslint-plugin-react":"^7.13.0","immutable":"^4.0.0-rc.12","jest-cli":"^24.8.0","jest-sonar-reporter":"^2.0.0","lint-staged":"^8.2.1","pre-commit":"^1.2.2","react":"^16.8.6","react-dom":"^16.8.6","react-styleguidist":"^9.1.7","rimraf":"^2.6.3","rollup":"^1.15.6","semantic-release":"^15.13.16","toctoc":"^0.3.2","webpack":"^4.34.0"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupFilesAfterEnv":["<rootDir>/internals/testing/test-bundler.js"],"transformIgnorePatterns":["<rootDir>/node_modules","<rootDir>/internals"],"testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"jestSonar":{"reportPath":"reports","reportFile":"test-report.xml","indent":2},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/css-mixins":"^2.0.6","@bootstrap-styled/utils":"^1.7.1"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"e3dee1f7785a77567a4be55edb9701e31ef104e8","_id":"@bootstrap-styled/css-utils@1.2.7","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-tNScVroqAW4IAVO7l5VzGwANF3l1Maj6N7k2CBMeIMSaM9D+7DZ5vDvfXINTDxzWnMQ7h1N5p3JZloZBJVnmpw==","shasum":"845f001875b4775733d787d87e2ded76bd04f662","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.2.7.tgz","fileCount":78,"unpackedSize":918446,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdB+5BCRA9TVsSAnZWagAAD5wQAJu+wT77WVMiciwy66e4\nVDlBOFF00d38S6FdTT94dQrfmYOMl1Cs0K/NqnWtMNQezop23FzC/2RC6WKc\ntwawKvJyBfOagobtlIa6Wno5Zkek6ApzJNpwaY4JVhaRXreVXJk8StWnL+Ww\nU91gvN34/ceCZpqbL0O0bAteyl9KRJ0As2b7YF5ZNeJpOXlKi14/NlEVnYSe\nllcYhk7XDVEiwk/+aI43UGSkZBQN3hi9FWMyQSIyAbIQU8jGo+mDzDsi9Hsa\naGPrPzP4DRuu8jXVKAaDaZ9eLAiudtiInjiVt9zgdTyU5y0cQxASIq45yxEV\npiDWG2lkgmLLYfBqQ+G2jyKug9TjtNk9xLLXisjbnMj/wzHI9tXxoejL3iTO\n+G0o3R2xsJqUEgNQ8fefRByBLVgjcLQ06PKt1GwLwCiRehSf4NV0geB2Lu0e\nwe0p8d8XQXJRHuEIWYqwV9uBaNYU070VcJdwPaToXUoZcM3K92UmCIJDjEnl\nUe2bjxwBf6z+l4yi7feql/aUzQcAvOno6t0roVfMfSC3XOPkMWV/gfzLDMsu\naXYtqdbjYP+J9O1ra31AOTwdyY4x5/+8cfJmUGSCo5fjmh+SBRPbnAaAVtzb\nc0bSbqyxgVftigp2RdM8lqynaqPxs3VsSpzrHsH7ynhNLr5G6YmnYhvfQspm\nwn9v\r\n=Wt/v\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDbvth4J6tXdWTECQ129QRVz6iC81XEFPwct7o7p5NjqAIgY/0xwvUDYu4QHhpmjdkPEm5kDIffsqTiWkfuEES/4ks="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.2.7_1560800825518_0.002378184785590154"},"_hasShrinkwrap":false},"1.3.0":{"name":"@bootstrap-styled/css-utils","version":"1.3.0","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","jsdoc-documentation":"jsdoc-documentation","jsdoc":"jsdoc-documentation --file","prestyleguide":"npm run jsdoc","styleguide":"styleguidist server","prestyleguide:build":"npm run jsdoc","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@babel/cli":"^7.4.4","@babel/core":"^7.4.5","@babel/plugin-external-helpers":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-decorators":"^7.4.4","@babel/plugin-proposal-json-strings":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.4.4","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-import-meta":"^7.2.0","@babel/plugin-transform-modules-commonjs":"^7.4.4","@babel/preset-env":"^7.4.5","@bootstrap-styled/documentation":"^2.0.0","@rollup-umd/documentation":"^2.0.5","@rollup-umd/ncu":"^1.0.9","@rollup-umd/rollup":"^1.0.13","@semantic-release/changelog":"^3.0.4","@semantic-release/git":"^7.0.12","@semantic-release/github":"^5.4.0","@semantic-release/npm":"^5.1.9","babel-eslint":"^10.0.2","babel-jest":"^24.8.0","babel-loader":"^8.0.6","babel-plugin-add-module-exports":"^1.0.2","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^2.2.0","cz-conventional-changelog":"^2.1.0","enzyme":"^3.10.0","enzyme-adapter-react-16":"^1.14.0","eslint":"^5.16.0","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.17.3","eslint-plugin-jsx-a11y":"^6.2.1","eslint-plugin-react":"^7.13.0","immutable":"^4.0.0-rc.12","jest-cli":"^24.8.0","jest-sonar-reporter":"^2.0.0","lint-staged":"^8.2.1","pre-commit":"^1.2.2","react":"^16.8.6","react-dom":"^16.8.6","react-styleguidist":"^9.1.7","rimraf":"^2.6.3","rollup":"^1.15.6","semantic-release":"^15.13.16","toctoc":"^0.3.2","webpack":"^4.34.0"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupFilesAfterEnv":["<rootDir>/internals/testing/test-bundler.js"],"transformIgnorePatterns":["<rootDir>/node_modules","<rootDir>/internals"],"testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"jestSonar":{"reportPath":"reports","reportFile":"test-report.xml","indent":2},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/css-mixins":"^2.0.6","@bootstrap-styled/utils":"^1.7.1"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"937a59994e8a50dd83e6d00f0f44e5ed93d17773","_id":"@bootstrap-styled/css-utils@1.3.0","_nodeVersion":"10.16.1","_npmVersion":"6.10.2","dist":{"integrity":"sha512-VXv0KYm4ztee55Y/4rHLhLDl6jt8Mw/oKyJboLCZ6Nyb3QRoPoKYhJooT+DdAGplCLcPwce80F/GQ4K3HLGt6g==","shasum":"4be96a319361ddbd67326375823feb1ca93d7f5b","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.3.0.tgz","fileCount":80,"unpackedSize":934572,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdRwbjCRA9TVsSAnZWagAAOb4P/R8UsnjUh6npPS82TXpg\n1rqItXt9tvdEBkVKWb6zderk84Jy+KyCUnaMXWKw9D+n7ZRMNU5Cev2/64HN\nBUpW1LdMKthkrwLTQyyA8o9eIGp7QwrpzVQsaRhfJyR7EDj7mJdBPJ0kXHhF\nTUdAAUvtFqqGU+rz3JiVYLm4ZVeOlhqvpOQCH+I/Unp/0EyL8MHPYdggH8EK\nE4DiP1xD8NDbjKmExraCXNcGzWcg/jUhjHgokAXDCZcgKDbYwr+5KnAKvJh5\n6oHOqMWqDEDnstwsQdE/+d5rmEqLtWSlIu5E4Z1WEQRjsRJuLjvHqA+ozEol\nDkfOiOoovlZQvUfXi9zWTl0kQRtWMYET21KtV1k5rerU9vnu9wVzSMyWBziN\na5PwUpj/+3huPLtQ5ugSaTLj8SGiAOcrnl/2d/ZRumg7pv+GEzEsWArBrh4d\nnvRlN+kwnHRiR6pdazVNwxoYIPWzJfFAkARC6guu4JCHdrZj4rCdNOQNI+Ty\nZXz10DckfdrRuMgOwhvsbl9n9XEEqrbtvyQgWiJAG5a3yJeJbHE+16XBIpkm\nm4yzV6cx6gsVhMLRLkZbT7G1XAdkyDPRsV7KWo1e0priCWKWYPdVMdFGaYnk\ncyPB/laDNUcZkBO/SVwU1yFzswarelBPDzh7jvhEQdqUL39yfTWoFPsHalo0\nH/Yj\r\n=Rr/9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD695n+MkgX3XC/Wv9iUMK39N2bjOEFVrRCeIuT3HvWWgIgaBUZzYBuUpDK6jlugbEJ6e3yEGHtqcIeQRcRc1BjK20="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.3.0_1564935906391_0.21348762185877113"},"_hasShrinkwrap":false},"1.3.1":{"name":"@bootstrap-styled/css-utils","version":"1.3.1","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","jsdoc-documentation":"jsdoc-documentation","jsdoc":"jsdoc-documentation --file","prestyleguide":"npm run jsdoc","styleguide":"styleguidist server","prestyleguide:build":"npm run jsdoc","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@babel/cli":"^7.4.4","@babel/core":"^7.4.5","@babel/plugin-external-helpers":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-decorators":"^7.4.4","@babel/plugin-proposal-json-strings":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.4.4","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-import-meta":"^7.2.0","@babel/plugin-transform-modules-commonjs":"^7.4.4","@babel/preset-env":"^7.4.5","@bootstrap-styled/documentation":"^2.0.0","@rollup-umd/documentation":"^2.0.5","@rollup-umd/ncu":"^1.0.9","@rollup-umd/rollup":"^1.0.13","@semantic-release/changelog":"^3.0.4","@semantic-release/git":"^7.0.12","@semantic-release/github":"^5.4.0","@semantic-release/npm":"^5.1.9","babel-eslint":"^10.0.2","babel-jest":"^24.8.0","babel-loader":"^8.0.6","babel-plugin-add-module-exports":"^1.0.2","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^2.2.0","cz-conventional-changelog":"^2.1.0","enzyme":"^3.10.0","enzyme-adapter-react-16":"^1.14.0","eslint":"^5.16.0","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.17.3","eslint-plugin-jsx-a11y":"^6.2.1","eslint-plugin-react":"^7.13.0","immutable":"^4.0.0-rc.12","jest-cli":"^24.8.0","jest-sonar-reporter":"^2.0.0","lint-staged":"^8.2.1","pre-commit":"^1.2.2","react":"^16.8.6","react-dom":"^16.8.6","react-styleguidist":"^9.1.7","rimraf":"^2.6.3","rollup":"^1.15.6","semantic-release":"^15.13.16","toctoc":"^0.3.2","webpack":"^4.34.0"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupFilesAfterEnv":["<rootDir>/internals/testing/test-bundler.js"],"transformIgnorePatterns":["<rootDir>/node_modules","<rootDir>/internals"],"testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"jestSonar":{"reportPath":"reports","reportFile":"test-report.xml","indent":2},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/css-mixins":"^2.0.6","@bootstrap-styled/utils":"^1.7.1"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"0812e887763ff66c3ea593441b912c4157548a4a","_id":"@bootstrap-styled/css-utils@1.3.1","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"integrity":"sha512-s78AxyGPiucF7L58sZfmJizi7PQNXo8GiWr6V7XKjOi9IDSsb+HCcTf5d97AdLWPklfiYaSaKECt1OIr6MQK7g==","shasum":"390af31c70c3838ffe15c5700c07727cad901dee","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.3.1.tgz","fileCount":80,"unpackedSize":935528,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdd386CRA9TVsSAnZWagAAPk8P/1Lyj1d9/DYAjrS0PVIV\nUVPJO5MkRvKzqKkt/oORhruRqR5YJ4E3IxAKWBkBEAem7R5xx35/MC8MbmVZ\ntDCSyd+flEvkvxp/kFI6sUP+ZQpsaP8p6RZ85Uabvq6c3upsJvukkbsD3TEl\nBz6zE6x7F0+Mm6vG3tH6a0QThiluVCHtr30G7WGWJ60XoH+QI8aHBhRsKysG\nTf5ti+B2Ruy0o8I6/uAoGw7ZYEMsfV8fCJjCIIhIfybPq5V2s4+dgS4FK3sw\njJ9YV8vBNxy9RuI7RUfyvJpCF0G08DQTghdZPBi5o0oCxb0I5niQTewxXeW3\nYuezoMIvmOLE1xHusayhdZGWak4MaeaAw0vgCHBh/C7ttTWyQXMhkFftY49w\nYMOqgINN1j7tveNtnQvxVXPwXsRpsc/63Cj/2X7w1/62n6IYB9FRM+LzLqaE\n6yxZ19X2pD0P2QCG9cKPGn3yiDltL1816T8yTtvZXZv1HULOT2alowSyMUnB\n2TDLdpWzaK7FQosn0SsAEoBXH5/kx1x6uoEIuTLCsghlo1pOlzLgd45ho1p1\nl6iVoenKJhXpqmv40bb8Olnae0ISS8kZf8T87lzH4HIFRi5zvCf17tWr4tOg\nUPOO2v5AkTskAfSy2bnUHs0k/8t/AWYaI78evbzXKEk3hnWpON6PLpoVpd6s\n5oTC\r\n=sR2r\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDX7zMeKfyJv8R8x6bsNEJQO1/E5kGABY96nh4L9u4T2QIhAIACE0WzSSA0RLJK3PMPihIUKbsMqXeZpwCJ6RJ9MzCt"}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.3.1_1568112442073_0.4555751116913913"},"_hasShrinkwrap":false},"1.3.2":{"name":"@bootstrap-styled/css-utils","version":"1.3.2","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","jsdoc-documentation":"jsdoc-documentation","jsdoc":"jsdoc-documentation --file","prestyleguide":"npm run jsdoc","styleguide":"styleguidist server","prestyleguide:build":"npm run jsdoc","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@babel/cli":"^7.4.4","@babel/core":"^7.4.5","@babel/plugin-external-helpers":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-decorators":"^7.4.4","@babel/plugin-proposal-json-strings":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.4.4","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-import-meta":"^7.2.0","@babel/plugin-transform-modules-commonjs":"^7.4.4","@babel/preset-env":"^7.4.5","@bootstrap-styled/documentation":"^2.0.0","@rollup-umd/documentation":"^2.0.5","@rollup-umd/ncu":"^1.0.9","@rollup-umd/rollup":"^1.0.13","@semantic-release/changelog":"^3.0.4","@semantic-release/git":"^7.0.12","@semantic-release/github":"^5.4.0","@semantic-release/npm":"^5.1.9","babel-eslint":"^10.0.2","babel-jest":"^24.8.0","babel-loader":"^8.0.6","babel-plugin-add-module-exports":"^1.0.2","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^2.2.0","cz-conventional-changelog":"^2.1.0","enzyme":"^3.10.0","enzyme-adapter-react-16":"^1.14.0","eslint":"^5.16.0","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.17.3","eslint-plugin-jsx-a11y":"^6.2.1","eslint-plugin-react":"^7.13.0","immutable":"^4.0.0-rc.12","jest-cli":"^24.8.0","jest-sonar-reporter":"^2.0.0","lint-staged":"^8.2.1","pre-commit":"^1.2.2","react":"^16.8.6","react-dom":"^16.8.6","react-styleguidist":"^9.1.7","rimraf":"^2.6.3","rollup":"^1.15.6","semantic-release":"^15.13.16","toctoc":"^0.3.2","webpack":"^4.34.0"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupFilesAfterEnv":["<rootDir>/internals/testing/test-bundler.js"],"transformIgnorePatterns":["<rootDir>/node_modules","<rootDir>/internals"],"testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"jestSonar":{"reportPath":"reports","reportFile":"test-report.xml","indent":2},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/css-mixins":"^2.0.6","@bootstrap-styled/utils":"^1.7.1"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"869d8606b910e8b2451398073547b87aefc94ce1","_id":"@bootstrap-styled/css-utils@1.3.2","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"integrity":"sha512-taKj+aviwKS7BL50xaO11kdNFtezmRbZFbtHrC0XUJJKwCriedmJGQEtoywawTg1+dmPaBbS/Ko0Tvy8+Qv0HA==","shasum":"afb488303ace154af42d967dd5d2278f6f532d94","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.3.2.tgz","fileCount":78,"unpackedSize":919748,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdeOSzCRA9TVsSAnZWagAA7T0P/3MlDM6h+9COUq00CiI0\n66/xa5U+uzG0gOlBPXcA1k4bqsuG/8TvHh/aKBTtSSa2bvJEU5blr+Al03rx\neIlZmnOPC2lerinjJNgXrDqRorfGZwd4MCm9q8dl1CPjCyOcEwnL7DC540Js\nb3ry3lF97P87gWC4goHsEccd2Abeen+iPKcIvk5ldL5kgg4/YwKfWM5J0cOk\nqwkxkqnyhi8O8G9JsrellLiKLYvrX9TMzCYLe/hv7AsijaQd2SLJC9szA0aU\nqU8LFef/9mnJtXRPDnA7tklZ0AHlELcmOI/JT+oCULtT4gOav9QdetIFYHCR\n3bFtPF3AAXqGwsg+x0ZoFywXjm7JpoXZHEDpPQtDF2ZyNr/7+1ST972EQ2YM\nXy6uxeqa8rcxzRSitOmS66luH05GDgzo/CvdgDvLcDVJttgZI/xu7TKnno8/\ni2YHGiauWI6E27EuxMHV8n1HelObd2qkTuumsSvckadb6kHXVqRuBGYUjB61\n3Zazx8GWEW76BActoyc50m8n74niAX7HTc7wbNny1yhSrl3s2NIE8xUbh+Pq\nvjFqiEoMDDX0fGDDTzN82+ywPEL8OCmIuh90SiHOVKIO0m0RaXwwBtbkvBBe\n5CblryJjdz3LcvH7g80gDaEeJAIB2Q3zcv3Hr01HMIbi7jSZ0IG9YfXPZPTa\n4fch\r\n=RmeU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjkXc28UTRl8tihz11qcWTrLo0t32ZnAgnKMqqoy7VzAIhALEiqv83vUq9s3LK9wn2YEzpvlIQ5IPZUvngwExsIkSS"}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.3.2_1568203955048_0.8132235058041251"},"_hasShrinkwrap":false},"1.3.3":{"name":"@bootstrap-styled/css-utils","version":"1.3.3","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","jsdoc-documentation":"jsdoc-documentation","jsdoc":"jsdoc-documentation --file","prestyleguide":"npm run jsdoc","styleguide":"styleguidist server","prestyleguide:build":"npm run jsdoc","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@babel/cli":"^7.4.4","@babel/core":"^7.4.5","@babel/plugin-external-helpers":"^7.2.0","@babel/plugin-proposal-class-properties":"^7.4.4","@babel/plugin-proposal-decorators":"^7.4.4","@babel/plugin-proposal-json-strings":"^7.2.0","@babel/plugin-proposal-object-rest-spread":"^7.4.4","@babel/plugin-syntax-dynamic-import":"^7.2.0","@babel/plugin-syntax-import-meta":"^7.2.0","@babel/plugin-transform-modules-commonjs":"^7.4.4","@babel/preset-env":"^7.4.5","@bootstrap-styled/documentation":"^2.0.0","@rollup-umd/documentation":"^2.0.5","@rollup-umd/ncu":"^1.0.9","@rollup-umd/rollup":"^1.0.13","@semantic-release/changelog":"^3.0.4","@semantic-release/git":"^7.0.12","@semantic-release/github":"^5.4.0","@semantic-release/npm":"^5.1.9","babel-eslint":"^10.0.2","babel-jest":"^24.8.0","babel-loader":"^8.0.6","babel-plugin-add-module-exports":"^1.0.2","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^2.2.0","cz-conventional-changelog":"^2.1.0","enzyme":"^3.10.0","enzyme-adapter-react-16":"^1.14.0","eslint":"^5.16.0","eslint-config-airbnb":"^17.1.0","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.17.3","eslint-plugin-jsx-a11y":"^6.2.1","eslint-plugin-react":"^7.13.0","immutable":"^4.0.0-rc.12","jest-cli":"^24.8.0","jest-sonar-reporter":"^2.0.0","lint-staged":"^8.2.1","pre-commit":"^1.2.2","react":"^16.8.6","react-dom":"^16.8.6","react-styleguidist":"^9.1.7","rimraf":"^2.6.3","rollup":"^1.15.6","semantic-release":"^15.13.16","toctoc":"^0.3.2","webpack":"^4.34.0"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupFilesAfterEnv":["<rootDir>/internals/testing/test-bundler.js"],"transformIgnorePatterns":["<rootDir>/node_modules","<rootDir>/internals"],"testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"jestSonar":{"reportPath":"reports","reportFile":"test-report.xml","indent":2},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/css-mixins":"^2.0.6","@bootstrap-styled/utils":"^1.7.1"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"3fe4db61208a83702ac4c97f4ebbd315eb5ca822","_id":"@bootstrap-styled/css-utils@1.3.3","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"integrity":"sha512-Xat1ntojhrD4v0/ODBEM2vr5ckKjIG9P+Kx2pTYB2c1a8qGHId+7oOTSLeaApdzGet0jBlL7LXrWnpNKdlXBNA==","shasum":"65725c070433d9e9cfc3dd8772fb07da36e336e0","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.3.3.tgz","fileCount":78,"unpackedSize":920261,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjSDECRA9TVsSAnZWagAArD4P/2HlqRQ66K7KsjbsBMs0\nhnGqNwsky7XOgJrI5dIISibwEUrluezOkoo6wjFD77rcEMVPbqKFUHcFo2tM\nPbeIsGpnK9elRk0AYlLF0w7c1hCC1U5RhG9gMz2wjulZq4JRs/8V9vuQLWEq\n2kTqBCSJfl2Lg/fK2QL9D5cevUXEAM36qrdPwb2QulRGQs6JRUKj5j35QvxS\n6cSl/4fXoxOwSfXwx9hcisndfXVPr35dNuH1+m3yJxANnt4NFSypNwr8KNmW\nq2vptWKRv12KJ3SQUNRborISgUMuyEErzAMbbeW6GP4FSgSKiu2SR7JcgKRh\nlbn/+rFK/T8SGKUBCEOOAV2HcpKICrh6dhL7eOHRvFGQtNWOxg6flOjkThKc\n+pLQvUlmv3tkpe6wRA0nCLmLib6XzoRA/Y8gPv2C4pLHatFtr7WtZLSRkFya\nHw0dD2lwn/ckGxiksxKHb5IxsuE/soXDwN0toUuQn5k8FHiK1yhiT2d87R2H\nAFv59hTboXVQ2n6MxzFaEvbnXCCM7sB0bZsboorCSDnPYrFck6Njx4WHVzW4\n+/qgMXF5ZNNxxG1tMOETEgQc5sO09xjhyIMQYhWglMKheiivWFLjRMwkerYZ\nJeAtigLmYCqvbT1g4lMNdMmOa4U0nhD8LFX9dk/Tvyow4XutlJBbfx6GUlse\nhoN3\r\n=9ept\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDrCgm4tfEtcYQlCiHkYL+WOaNviZV6LzcDqewK/EcYgAiBvqJcg0EE/gevwDpMRSPhalPaNx2QlQ27FM6qKncocKg=="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.3.3_1569530051980_0.32087879210071435"},"_hasShrinkwrap":false},"1.4.0":{"name":"@bootstrap-styled/css-utils","version":"1.4.0","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","jsdoc-documentation":"jsdoc-documentation","jsdoc":"jsdoc-documentation --file","prestyleguide":"npm run jsdoc","styleguide":"styleguidist server","prestyleguide:build":"npm run jsdoc","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@babel/cli":"^7.7.4","@babel/core":"^7.7.4","@babel/plugin-external-helpers":"^7.7.4","@babel/plugin-proposal-class-properties":"^7.7.4","@babel/plugin-proposal-decorators":"^7.7.4","@babel/plugin-proposal-json-strings":"^7.7.4","@babel/plugin-proposal-object-rest-spread":"^7.7.4","@babel/plugin-syntax-dynamic-import":"^7.7.4","@babel/plugin-syntax-import-meta":"^7.7.4","@babel/plugin-transform-modules-commonjs":"^7.7.4","@babel/preset-env":"^7.7.4","@bootstrap-styled/documentation":"^2.0.0","@rollup-umd/documentation":"^2.0.11","@rollup-umd/ncu":"^1.0.9","@rollup-umd/rollup":"^1.1.0","@semantic-release/changelog":"^3.0.6","@semantic-release/git":"^7.0.18","@semantic-release/github":"^5.5.5","@semantic-release/npm":"^5.3.4","babel-eslint":"^10.0.3","babel-jest":"^24.9.0","babel-loader":"^8.0.6","babel-plugin-add-module-exports":"^1.0.2","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^2.3.0","bootstrap-styled":"^2.6.2","cz-conventional-changelog":"^3.0.2","enzyme":"^3.10.0","enzyme-adapter-react-16":"^1.15.1","eslint":"^6.7.2","eslint-config-airbnb":"^18.0.1","eslint-config-airbnb-base":"^14.0.0","eslint-plugin-import":"^2.18.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-react":"^7.17.0","immutable":"^4.0.0-rc.12","jest-cli":"^24.9.0","jest-sonar-reporter":"^2.0.0","lint-staged":"^9.5.0","pre-commit":"^1.2.2","react":"^16.12.0","react-dom":"^16.12.0","react-styleguidist":"^10.2.1","rimraf":"^3.0.0","semantic-release":"^15.13.31","toctoc":"^0.3.2","webpack":"^4.41.2"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupFilesAfterEnv":["<rootDir>/internals/testing/test-bundler.js"],"transformIgnorePatterns":["<rootDir>/node_modules","<rootDir>/internals"],"testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":80,"branches":80,"functions":80,"lines":80}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"jestSonar":{"reportPath":"reports","reportFile":"test-report.xml","indent":2},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/css-mixins":"^2.1.1","@bootstrap-styled/utils":"^1.8.1"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"f353cbffd2f883290915dcadcf413a4b9e917c2f","_id":"@bootstrap-styled/css-utils@1.4.0","_nodeVersion":"12.13.1","_npmVersion":"6.13.1","dist":{"integrity":"sha512-IzGUd3SQgVYheNq7QQst7QOA50jQUU8YCFWkPpPvp1+I9KnYcj9JyLrp2rO95UBsf6y08jIF12IWHRRwgrdwmw==","shasum":"1da25c3dd08196c119df8aa94b5650a718967bde","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.4.0.tgz","fileCount":86,"unpackedSize":1094328,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5R8KCRA9TVsSAnZWagAAAYAP/iAjadIfLwcoQO5KvDyi\nsiDGgKsiUw31rq8G+wGFB69DqScFpmSZEogxzRblWop3gki9Knsbn2yqRoYc\nvE9BGVDfsuhNXsKkJSe14/kYsnL5GOAMeKvfNmn1mSqnkxclhXzT21q1wVIv\nW+kKP4G/Nmlb4JeAdQIz1a90zGIzD8MIyKYB6muQYsmjLkSAnfEJTCNPxyB7\nhnbjEHNApSjU6Qcb/RWLjOaKv1NXX+hsz50pMsuv2L5Oh/fwH91zlWvz9Xir\n8T3gjOpraINeZtnt1h6kzhgErUrM2JoRhSGZ5aYmRDAuRgByITUkZMxAN/QK\nzizdDqe8vA4SZfUfwr8GgDvAjiaAIQkD+lzOZHftfYHj4r2w8EFx/3DgICeM\n6aZQgk/85TR7jS2bU608SQ79rAQQAd+JDkQVXeKcVeu+bSYMerEHLGPYSvTn\nQ9VvtMkzKiC7k5BzKfgKmSSsxcIH8NVZ/u3wLXzApqdvkRy34abNcOOUAMJO\nUEvxyg+LtX1nB0G0stWM6pg3yvBMee25I7t9AZK8FMRKN5WHNNUSvtfjCajH\nPDMijHqyfvDHq7wAFDDWg0hio8Rkhop//1fmb1VVyvaHUuPRrpE09RMbhkpm\nJToPiRVh/BWTimBP8BzVkEsBwPhRRodFW1Md/2oEApELg/mjF002J22E1Zol\nbEfF\r\n=tetz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYoZdagetnZgktF3IVaRedrwxeZW3Be80vppjecmxSbgIgDpFXsGIoQIKbsDPwqOkbvyw8ovlVyaNxk6ZCKd4+DXA="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.4.0_1575296778039_0.849738242912397"},"_hasShrinkwrap":false},"1.4.1":{"name":"@bootstrap-styled/css-utils","version":"1.4.1","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-utils.es.js","module":"dist/@bootstrap-styled/css-utils.es.js","homepage":"https://bootstrap-styled.github.io/css-utils","browserslist":["IE >= 9","last 2 versions"],"scripts":{"prebuild":"npm run build:clean","build":"npm run build:lib && npm run build:dist","prebuild:lib":"rimraf lib/*","build:lib":"BABEL_ENV=production babel --out-dir lib src --copy-files","prebuild:dist":"rimraf dist/*","build:clean":"rimraf lib/* dist/*","build:dist:dev":"rollup -c","build:dist":"rollup -c --environment PRODUCTION","build:readme":"toctoc README.md -w","build:dist:watch":"rollup -c --watch","build:lib:watch":"npm run build:lib -- --watch","test":"npm run lint && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","prepublish":"npm run build","lint-staged":"lint-staged","jsdoc-documentation":"jsdoc-documentation","jsdoc":"jsdoc-documentation --file","prestyleguide":"npm run jsdoc","styleguide":"styleguidist server","prestyleguide:build":"npm run jsdoc","styleguide:build":"styleguidist build"},"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"contributor":["Alexander Janet <alexander.janet@yeutech.vn>","Adrien Gadaud <adrien.gadaud@yeutech.vn>"],"license":"MIT","eslintConfig":{"parser":"babel-eslint","extends":"airbnb-base","env":{"browser":true,"node":true,"jest":true,"es6":true},"parserOptions":{"ecmaVersion":6,"sourceType":"module"},"rules":{"arrow-parens":["error","always"],"arrow-body-style":[2,"as-needed"],"comma-dangle":[2,"always-multiline"],"import/imports-first":0,"import/newline-after-import":0,"import/no-dynamic-require":0,"import/no-extraneous-dependencies":0,"import/no-named-as-default":0,"import/no-unresolved":2,"import/prefer-default-export":0,"indent":[2,2,{"SwitchCase":1}],"max-len":0,"newline-per-chained-call":0,"no-confusing-arrow":0,"no-console":1,"no-else-return":0,"no-use-before-define":0,"object-curly-newline":0,"prefer-template":2,"class-methods-use-this":0,"require-yield":0}},"devDependencies":{"@babel/cli":"^7.8.4","@babel/core":"^7.9.6","@babel/plugin-external-helpers":"^7.8.3","@babel/plugin-proposal-class-properties":"^7.8.3","@babel/plugin-proposal-decorators":"^7.8.3","@babel/plugin-proposal-json-strings":"^7.8.3","@babel/plugin-proposal-object-rest-spread":"^7.9.6","@babel/plugin-syntax-dynamic-import":"^7.8.3","@babel/plugin-syntax-import-meta":"^7.8.3","@babel/plugin-transform-modules-commonjs":"^7.9.6","@babel/preset-env":"^7.9.6","@bootstrap-styled/documentation":"^2.0.0","@rollup-umd/documentation":"^2.1.1","@rollup-umd/ncu":"^1.0.9","@rollup-umd/rollup":"^1.1.1","@semantic-release/changelog":"^5.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.0.5","@semantic-release/npm":"^7.0.5","babel-eslint":"^10.1.0","babel-jest":"^25.5.1","babel-loader":"^8.1.0","babel-plugin-add-module-exports":"^1.0.2","babel-plugin-array-includes":"^2.0.3","babel-plugin-dynamic-import-node":"^2.3.3","bootstrap-styled":"^2.7.2","cz-conventional-changelog":"^3.1.0","enzyme":"^3.11.0","enzyme-adapter-react-16":"^1.15.2","eslint":"^6.8.0","eslint-config-airbnb":"^18.1.0","eslint-config-airbnb-base":"^14.1.0","eslint-plugin-import":"^2.20.2","eslint-plugin-jsx-a11y":"^6.2.3","eslint-plugin-react":"^7.19.0","immutable":"^4.0.0-rc.12","jest-cli":"^25.5.4","jest-sonar-reporter":"^2.0.0","lint-staged":"^10.2.2","pre-commit":"^1.2.2","react":"^16.13.1","react-dom":"^16.13.1","rimraf":"^3.0.2","semantic-release":"^17.0.7","toctoc":"^0.3.2","webpack":"^4.43.0"},"jest":{"roots":["<rootDir>/src/"],"setupFiles":["raf/polyfill"],"testURL":"http://localhost/","setupFilesAfterEnv":["<rootDir>/internals/testing/test-bundler.js"],"transformIgnorePatterns":["<rootDir>/node_modules","<rootDir>/internals"],"testPathIgnorePatterns":["<rootDir>/dist/","<rootDir>/lib/"],"collectCoverageFrom":["src/**/*.{js,jsx}","!src/**/*.test.{js,jsx}"],"coverageThreshold":{"global":{"statements":99,"branches":91,"functions":99,"lines":99}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"jestSonar":{"reportPath":"reports","reportFile":"test-report.xml","indent":2},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme"],"dependencies":{"@bootstrap-styled/css-mixins":"^2.1.2","@bootstrap-styled/utils":"^1.8.1"},"publishConfig":{"registry":"https://registry.npmjs.org","tag":"latest","access":"public"},"release":{"branch":"master","npmPublish":true,"verifyConditions":["@semantic-release/changelog","@semantic-release/npm","@semantic-release/git","@semantic-release/github"],"prepare":["@semantic-release/changelog","@semantic-release/npm",{"path":"@semantic-release/git","assets":["package.json","src/**","CHANGELOG.md","README.md","LICENSE.md"]}],"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":[{"path":"package.json"},{"path":"LICENSE.md"},{"path":"CHANGELOG.md"},{"path":"README.md"},{"path":"dist/*.esm.js","label":"ES module"},{"path":"dist/*.esm.js.map","label":"ES module source map"},{"path":"dist/*.min.js","label":"UMD compressed"},{"path":"dist/*.min.js.map","label":"UMD compressed source map"},{"path":"dist/*.cjs.min.js","label":"CJS compressed"},{"path":"dist/*.cjs.min.js.map","label":"CJS compressed source map"},{"path":"lib/*.js","label":"CJS folder"}]}]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"gitHead":"2f4a1c316cccc2fb80a493eae65f6af1724984ca","_id":"@bootstrap-styled/css-utils@1.4.1","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"integrity":"sha512-tPeGMKE40fNeqwEd46axnz3fFqR+gMqMRf2zNf5jU51VVojRir5m1+yTjgCC6zn3dfa6gh4jQuPCrMR7LLOs7w==","shasum":"ae2a5085aaa73ed23c12b1cc19ad408e8df0262a","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-utils/-/css-utils-1.4.1.tgz","fileCount":86,"unpackedSize":1093001,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesBcXCRA9TVsSAnZWagAA7Q4P/iV1jSZGjImSrY9jhaXl\nxlHCFY/wpQfdeRJQgEIwR8EbRWFjOKBt3BhmYReP5bwn3eR2JtkRfl0kWXnV\nhPXjFmyxBik3PDiCs4ShTcoipd056nB/ejgMoFXOa6xNQDowgEqRkqd/Bt8l\nptZZPeaq86J3rATl8VmAqiOJ5QKAjCavRX4u4kdIPNqZ0UN2asc65m08CTZb\nUfQRKjnGEvZzjteUxIyPnWy5dwyNpq1cKiXQCafNGRNu+RyOeAMXCDPTtHqC\nuIehAuHTK8mb3BIJ3VC6eLxpZg6q9XCJPMsLBBCSaMBbP8ZaOmjPFZ28pXLa\nhdKpyvYaebG06dgd27SETTZjWWnIwaC+2XHO4CzTYs2DMLC6wIBybhiw2jhj\nuiY7RtdWq2MTqeH7b3SPKd4DyPd4AG8l+ezQPwwXEsbyHmyk5wsXHh4y76HD\nh7sK2aUV6JeA7ifFCtzJbeU+Thw8kOy2+JfakkdZw+TG8P8QCxHFlOebWGPT\nAWW7bgKwBpGkaBqsvGo1JYScOeINp7UTB9hQimxRSciuUn7jlaaQOaQcf18s\nhGC0qJfudFFZUYUbKrpMWtZgdcqz9q7QN3fxQPFXQ/OXmDDR+Q+hwSsBEQ8M\nUrOSxu0y3z1ZZgGTPdh+3MGbZnqOC0O/Soen+AvQYVxifZ8H/MPQEbNjCJeT\nSHnC\r\n=zA8y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCd9awSCj1V8lM2ZSlKLTYEhobuWxGOU02HP6PNaUATdgIhAJEC3P2/uLvx9grg61BP7RNj5LouJMI8FLzLxmUwIpjw"}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-utils_1.4.1_1588598550797_0.003975042284088959"},"_hasShrinkwrap":false}},"time":{"created":"2018-10-04T00:00:55.769Z","1.0.0":"2018-10-04T00:00:56.010Z","modified":"2022-04-04T20:11:51.614Z","1.0.1":"2018-11-05T08:54:17.744Z","1.0.2":"2018-11-10T07:10:17.692Z","1.1.0":"2018-11-14T19:01:53.764Z","1.1.1":"2018-11-30T03:49:20.216Z","1.1.2":"2018-12-01T00:01:50.743Z","1.1.3":"2018-12-05T23:05:48.949Z","1.1.4":"2018-12-07T03:33:25.943Z","1.2.0":"2018-12-16T16:25:04.604Z","1.2.1":"2018-12-16T20:25:55.902Z","1.2.2":"2018-12-18T10:45:16.516Z","1.2.3":"2018-12-18T15:08:56.266Z","1.2.4":"2018-12-20T20:07:51.645Z","1.2.5":"2018-12-20T23:56:31.975Z","1.2.6":"2018-12-21T22:44:49.004Z","1.2.7":"2019-06-17T19:47:05.777Z","1.3.0":"2019-08-04T16:25:06.558Z","1.3.1":"2019-09-10T10:47:22.206Z","1.3.2":"2019-09-11T12:12:35.239Z","1.3.3":"2019-09-26T20:34:12.151Z","1.4.0":"2019-12-02T14:26:18.216Z","1.4.1":"2020-05-04T13:22:30.984Z"},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","homepage":"https://bootstrap-styled.github.io/css-utils","keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-utils.git"},"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"bugs":{"url":"https://github.com/bootstrap-styled/css-utils/issues"},"license":"MIT","readme":"# css-utils\n\n[![Build Status](https://travis-ci.org/bootstrap-styled/css-utils.svg?branch=master)](https://travis-ci.org/bootstrap-styled/css-utils) [![npm Version](https://img.shields.io/npm/v/@bootstrap-styled/css-utils.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/css-utils) [![License](https://img.shields.io/npm/l/@bootstrap-styled/css-utils.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/css-utils) [![NPM monthly downloads](https://img.shields.io/npm/dm/@bootstrap-styled/css-utils.svg?style=flat)](https://npmjs.org/package/@bootstrap-styled/css-utils) [![NPM total downloads](https://img.shields.io/npm/dt/@bootstrap-styled/css-utils.svg?style=flat)](https://npmjs.org/package/@bootstrap-styled/css-utils) [![npm Version](https://img.shields.io/node/v/@bootstrap-styled/css-utils.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/css-utils) [![Module formats](https://img.shields.io/badge/module%20formats-umd%2C%20cjs%2C%20esm-green.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/css-utils)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.github.bootstrap-styled.css-utils&metric=coverage)](https://sonarcloud.io/dashboard?id=com.github.bootstrap-styled.css-utils) [![Quality gate status](https://sonarcloud.io/api/project_badges/measure?project=com.github.bootstrap-styled.css-utils&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.github.bootstrap-styled.css-utils)\n[![gitter](https://badges.gitter.im/bootstrap-styled/bootstrap-styled.svg)](https://gitter.im/bootstrap-styled)\n[![Greenkeeper badge](https://badges.greenkeeper.io/bootstrap-styled/css-utils.svg)](https://greenkeeper.io/)\n\nBootstrap mixins and utilities in javascript for bootstrap-styled.\n\n\n## Table of Contents\n\n  - [Documentation](#documentation)\n  - [Contributing](#contributing)\n  - [License MIT](#license-mit)\n\n---\n\n## Documentation\n\nRead [css-utils documentation](https://bootstrap-styled.github.io/css-utils).\n\n\n## Contributing\n\nIf you want to contribute to css-utils please see our [contributing and community guidelines](https://github.com/bootstrap-styled/css-utils/blob/master/CONTRIBUTING.md), they\\'ll help you get set up locally and explain the whole process.\n\nPlease also note that all repositories under the bootstrap-styled organization follow our [Code of Conduct](https://github.com/bootstrap-styled/css-utils/blob/master/CODE_OF_CONDUCT.md), make sure to review and follow it.\n\n## License MIT\n\nThe MIT License\n\nCopyright (c) 2017-2018 Yeutech Company Limited. https://bootstrap-styled.github.io\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n","readmeFilename":"README.md"}