{"_id":"@bootstrap-styled/css-mixins","_rev":"24-aa14000c11e0fa84a29220059bdc6eb2","name":"@bootstrap-styled/css-mixins","dist-tags":{"latest":"2.1.3"},"versions":{"1.0.0":{"name":"@bootstrap-styled/css-mixins","version":"1.0.0","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.yeutech.com/css-mixins","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-mixins.git"},"bugs":{"url":"https://module.kopaxgroup.com/bootstrap-styled/css-mixins/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.0.0","enzyme-adapter-react-16":"^1.0.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":98,"branches":97,"functions":99,"lines":98}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme","lint-staged"],"dependencies":{"@bootstrap-styled/utils":"^1.0.5","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":"93815aba984ae3f80465c9ccd5f4559f8a4c1764","_id":"@bootstrap-styled/css-mixins@1.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.3.0","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-erXPOyQNr9fuWEuW34tDp6CuJbLz8Tl457tMdWpTG2JXeQpaFAUksfI8sdaXIahpsSaThT6yhjfmQ03GcEfliQ==","shasum":"ac9032c0556d3e2d05fcfa004b073ab79b289a3e","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-1.0.0.tgz","fileCount":190,"unpackedSize":1527638,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbtT7gCRA9TVsSAnZWagAA0P8P/RzQgubShwtt6tJgZ1Xx\nOlpAZfkkP/YQd7I9eVKGA7a9MLAy7KaJgsXxGtdK/Wp5ZFPHbwAUi/V9cbI/\nmCYHBpNV1vp6/Bd7uuPjNEiJ8dDXqHBJtVy7ldnU3W70Q8i+nusewscSlwGT\nDxO8yVAwbdUfc0oom4M89CQDX+DB7SbWeQDXehmfynpfZU2O7HEYnivWHrKc\nKk8xaD7HG5NSj6cYAp0DKMkn0CuxoRRIeUVRAUSpqgrluQKkHNgzSkmKaCmY\ny71F0MdVcz8d/wsxh8miZZHNfUPp8Ka+7oQLy8TSY+A4W8dKdZuHEy6PfSPT\nR8TJNIhh7m+Cp1+7IeEzVKuj45yfn8rEXVq4sCz2KkdnTACQl7Wog7TJmq3q\nVKFlqUQwU2sVEFpt/j3hkOiZsGIZ+nrxNPBRDup6UR1G5rwIwc4gJUFX4ofb\n6gfxtuXBbLTScJyl5uuyBLu4srcFdEaxCga0oXyA4o8h2usjci9eoj5K3FFe\nP2xQHlLAV58lzx+0WrqW20kYKoYhzELZeVWastRvQ262cyvbGPINSN9QPP5P\nl50WPCBJea0mIFsMQlJ7qH5DyQ5QEiESeo7sNaSfeE4lTLj+wlBh6XdYlw96\n0Y+0rkxOJvyppX5TFwTZQYUC4nwbMRKoR5sU12A84uQcqf/0rKYQDiSXutEn\ngkxm\r\n=sqiS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDzf7UIDIxuRfTFrIPrlTjur6hiB5JKBFRnmY/zrObOYAiA63VkHIy9QoRQwaw5dT6Ko/FjWiDzsvUYBnBJ0RHQP2Q=="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-mixins_1.0.0_1538604768033_0.9790875183393184"},"_hasShrinkwrap":false},"1.0.1":{"name":"@bootstrap-styled/css-mixins","version":"1.0.1","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.yeutech.com/css-mixins","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-mixins is deprecated, use @bootstrap-styled/css-mixins instead.')\" || exit 0"},"repository":{"type":"git","url":"https://module.kopaxgroup.com/bootstrap-styled/css-mixins.git"},"bugs":{"url":"https://module.kopaxgroup.com/bootstrap-styled/css-mixins/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.0.0","enzyme-adapter-react-16":"^1.0.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":98,"branches":97,"functions":99,"lines":98}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme","lint-staged"],"dependencies":{"@bootstrap-styled/utils":"^1.0.5","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-mixins","scope":"bootstrap-styled","scopedName":"@bootstrap-styled/css-mixins","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.github.io/css-mixins","repository":{"type":"git","url":"https://github.com/bootstrap-styled/css-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/issues"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org"}},"gitHead":"36913c7dd7616b95aba0f2147a9e4ea7636e194a","_id":"@bootstrap-styled/css-mixins@1.0.1","_npmVersion":"6.4.1","_nodeVersion":"10.3.0","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-M2uM/6JsrzE+1CIXJt/gs979YqhBhawgP0PsP9ZXpHDTQ5grwebELjsfYydZzo0dviVLTSziSrFpl1+SZZ+O+g==","shasum":"bfbc3f1c4c2509d76dc60b8e19c03ca301a330e5","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-1.0.1.tgz","fileCount":190,"unpackedSize":1528657,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3/3qCRA9TVsSAnZWagAA9y0P/29MmNTMpakPoMFfS9qh\n9DFQS4LbqLArhcr/qtBtE/+YsNrNxflXq7p6lHKi8HaNkrq8Xejylk3cmfXW\nqW85bpBP2PCkoOIB+YC+zj5xHnThyZuMzI1jrnW8ZmrNIDX4FNSAl74ikDtf\nDtBxqsXhJl3cJV5xmvGPKxBNRP4//tl/96NVPW9weX2GKB3jjy70cdv9xA3U\nMsNn5GpPPF+Cib7MVKRpKp+GIDSDlYKaidrfBbS+siW1J6vaqloz7ZYkWbiO\nHUrCr0zbA8tTDFio86/HY6Lklzmrqv9hzhlGgICf0vQ3E1DouKrSzZQs8qBL\nvjakg2//5eX2n0YiKO2gCycgUyfE2mVDwJTfPNAN7r15v/EJeT9UyLIAYAAN\nKsQy/IQ7DXtcvZq6VfivhydtUYMCFIu6a+o0dtkTmG9FfYjKtbApiR5Womu3\nZGzsm0Cu96p/zCok8ZRCdlTxqj+wg1mq6WGpuYJGSBK3jirrW2XWOTJEbFVd\nP3Zwhr7muBLLs7w3QTZhLsJ6AiBP85XF99dIIsQJY8xWMeYMeTa3r1+uQ9TU\nV2KenqLfaLpvj3b8quUV00xRBidjVx0914H8lYrOEDVyiLV/iTRuOUQqQ881\nrFVePgmtNiRygez4jhYsisyG1OYCyqsnvbQwKzgH+CPgFEyf4KYCgsyamzWc\n8NmN\r\n=6sX9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2qnK2CssSynT+Ww66eBusB80e5U5ojSIeOP2fB2MtVAIgQWcP8I1dwYlbuRFDUrQICKA5+9hUgjxHAjL8x26ITBI="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-mixins_1.0.1_1541406185370_0.011629078699630258"},"_hasShrinkwrap":false},"1.0.2":{"name":"@bootstrap-styled/css-mixins","version":"1.0.2","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.github.io/css-mixins","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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.0.0","enzyme-adapter-react-16":"^1.0.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":98,"branches":97,"functions":99,"lines":98}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme","lint-staged"],"dependencies":{"@bootstrap-styled/utils":"^1.0.5","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":"f0552d5d056e431a1a1893f71c980ede9740e4a0","_id":"@bootstrap-styled/css-mixins@1.0.2","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-Q37BOZb3KxdSKgu+EIlA8Wiima+D4n43XOM+KpbzynVzKXYw+GDW0RXCtkPgVWpOHcWuCC7G5RbfU2K5sN8okA==","shasum":"3834f83553ae5cfbfb7a81b68e7a4c501f6a76f9","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-1.0.2.tgz","fileCount":190,"unpackedSize":1530648,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb4AEkCRA9TVsSAnZWagAAzXMP/jD9EBSK1v/ZaqZ1NVki\nLbpp4U9HO3cMk3bPAyqpYIZkpVudzWcd94JRLk/uQ46FDP482ioOg8egfaTz\nTTUZTXybRVJ6fZtL/T/gURLSRrQLJR4r/JfRqIMj6eZMoazlrmoAE6kb4YAY\nklyWHtu4c7DU65I9veso6SFrK8KXAP2EywOmC+DHFfQmE5JbTsiAGgaJw+K9\njVpI/onQ7v4FaY0ThhZd9tDBktYEMO5zc0k31DHhasOOecWuAuNSBfcjKPf3\nCcZ7PUZmxX2/dssGE5BtzEaJSFMMQ6r+5TblbOZ5h23w+w2dAiFvEE2yqD0j\nkZZWCBqWbXVu46ReM7X2Q7zu1k3NY2AHrXpNc4igRvzl+f3Tf0ozQ5nbwkb1\nXFiusQ8NriMtTzjBOGftPo4dGJKMoSUTKJYowYOXBZC2PeAGdBF0jApp55QD\nGr3aJigaALnYDmn9DByivafwvD8200myrUsFAJcbSknmavolPq8V6HcGybWe\nyAjUk+m6lQO2f+szmao8ZTUAi3GZPjsvjpJun+VcZaUXMZylLeAsbkXeg9HU\nWkN3QBdYxh8ZxNyPo7apZIZ0MNXm+5AvXlksrUhookhRh+merhs1dS3EnBb6\nrfjkpJ41ERJ/nLREV8h7R+FL5spr3nsil/lrnoriMUuhrvgMY+RVyCk4yN8b\nw6Xu\r\n=3QXj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBRNrcfCChnE6r8wcXLCM06oQxlitcyqT7GfuntKDsLKAiAkA0hR2vCXke00uZ26ChpvCbFxk/QOudbr3fjpVDs9Ag=="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-mixins_1.0.2_1541407011602_0.36440520396047815"},"_hasShrinkwrap":false},"1.1.0":{"name":"@bootstrap-styled/css-mixins","version":"1.1.0","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.github.io/css-mixins","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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.0.0","enzyme-adapter-react-16":"^1.0.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":98,"branches":97,"functions":99,"lines":98}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme","lint-staged"],"dependencies":{"@bootstrap-styled/utils":"^1.0.5","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":"7b1343d4838597573cb60c3d3ea3dfcd7311cbb9","_id":"@bootstrap-styled/css-mixins@1.1.0","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-XEJSM3Mxl813ZkewrhgPq32Iow92psCwKY0P64WZSX0wchuKfERU0i5yXEscJonLVVVFIOS0STop0mbI8HwXxg==","shasum":"98034e6102ccaa9199ec5867f2014c0163e29877","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-1.1.0.tgz","fileCount":190,"unpackedSize":1530960,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7HFHCRA9TVsSAnZWagAAo0oP/ROtb1gAQkli1hnA+O5I\nxiRwhT37lsvd8AEWZJtU0Nx8Sf5SfrOxBprhYxt0eTNZkSWxGVHVRWjV4fm+\nLh3OVfFmRu+eqV/EnMeiBWcHqP1uzGZMrMjcCfqsiFI2t9xIJ5o5Ly0DtPqS\nMoshGhuxJTmEl6h1oMRnbAiUdg39YD2eN0vBxJqGIl8YjCeXWtODXncA/vbP\nuif0NtIphxtJBNZmFAghccV6VLkGBvaj+827c4EYfZJM36e+DYc1ySugqkxi\nc/LKGyo3EJEM2C/3avX5XVVa6EWKjGMOAqa8Lte28oX76T2xr2rUSDDiErxZ\nWRXqJOCW2OsC6uCbCn8rG8eJzURuSEzOM7EpZUwV+cPeZkcZQUxljCm1Td3O\n0ZfPjddGKi3g5o7mxizbNlk4maQJ29N+BOUQfdn/eg40FCsHKqp/q5Gi3/jP\n6hadCfBk04U2B+C54+ThiW0n0As2HJ+MKYP7p2AiWQglAvr7uoWIkHhqoW0U\n4Ho6ZquzE2T8BbbPaGavHAcUzukqYe+mi69Ef3fWE4WZb2QxC4yu/sYdt7Fw\nTPMJ9NIsjOaQc8BRsFlUW3VVkqH3Ci4syYB1DwTHS9GVTmnMdNasjyvrlD0M\nB3TqnLq8DY0Y6gzPg9tTOnJd9k+p567FmJeChCuk4lstPhBFJBraRAtKu02t\nJtjy\r\n=zgTv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHi92EBoLA6+4yxfj1uJXdbnox4TgHaShS+04QDHZHDjAiAbO3u5Tyn3Vg2kE4OEdIVcCLn2x7sTvO3o9PvesllK6g=="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-mixins_1.1.0_1542222150275_0.4709628168643909"},"_hasShrinkwrap":false},"1.1.1":{"name":"@bootstrap-styled/css-mixins","version":"1.1.1","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.github.io/css-mixins","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 lint:css && 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","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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.0.0","enzyme-adapter-react-16":"^1.0.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","stylelint":"^9.8.0","stylelint-config-recommended":"^2.1.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.5.1","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":98,"branches":97,"functions":99,"lines":98}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme","lint-staged"],"dependencies":{"@bootstrap-styled/utils":"^1.6.1","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":"f3dac13dd5cbdd5411d511474861c07a148f223e","_id":"@bootstrap-styled/css-mixins@1.1.1","_npmVersion":"6.4.1","_nodeVersion":"10.14.1","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-xP9/5ypqqMjTN/aWHXaRCBqnGQZxaJMvq5ahN3whWeFHPaLAjcwuvSAVdSPiHi324+LjPtmTaxY1I0WC97s3yg==","shasum":"0515be9cb07ef85e9bed21dcbf5c9a6474fb8561","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-1.1.1.tgz","fileCount":186,"unpackedSize":1513419,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcBJDcCRA9TVsSAnZWagAAXH8QAIdCmtd/dX4/XyxxS7LI\nyxjEhIhN+9XabXIECdp38gM/BfBLN+bWpJDCK/uFW+Th/NPapd8ABvAAO5MS\nXw4Hb5Vjydbk3Gs0Sv4jG2/s3lbsASU2s9DAkom/3QWKT7NCeXjhRW7L5ipT\nrYBmbuiyq70zQu/r6i8lhsU8ko1QmCWMyg8CJAHSLtMFUfLuLPImAs06/ogJ\nPsUZDOWmyTFbuLC949X+Ynqg/Xa9l0mubK6HJOlt4k5aqkgT9WOa+phGPONU\nMd/7nnkJAPonMGrskbOhhyhDy+3TFVPhJXRsTX7hSmgD7/1ZB8rubuY5F8Qp\neNoc6QIPAHtq58hEbb9uYMBBC+mSPOAZNwNRnNpLGFn54lufIleiZd+z/88l\nD+Pa0NAbD8nEf5h3KjnDxAFmGLFHAIpwBhnerj5Q9By8LeLuONCWSM8S9HQo\nLZaYcofyuobGfz+n8HYzDkTRdx56dLkTSisQRYXob//zD4cE2EDz5qzLILIv\nQy7hGahamcMm0ivnuIWz2Vz/x7Zu1/ISaJLzi3oGyzXT/GgvXj9/MwYtvdbg\n6u+4lM3uvAECxqs0AY254vSe+HBPfCp7sSHQ24efdXK3CHchdNj31y9m8UMx\n9WkxhenF3D/0wFHVW9HrvWaAnp0z4XgOwcCuq9UIxwiZ8QZ7hGYj2IOBJ/2Z\naBvl\r\n=OzRz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvduSushY02S23/6aawNSHElKkToFmL0SPUQqWcoJQDgIgKmEN7YnphpV1+k34UAmOa3OdGcxhANmmm46m8y83yP4="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-mixins_1.1.1_1543803099459_0.06989408109176432"},"_hasShrinkwrap":false},"1.1.2":{"name":"@bootstrap-styled/css-mixins","version":"1.1.2","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.github.io/css-mixins","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 lint:css && 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","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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.0.0","enzyme-adapter-react-16":"^1.0.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","stylelint":"^9.8.0","stylelint-config-recommended":"^2.1.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.5.1","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":98,"branches":97,"functions":99,"lines":98}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme","lint-staged"],"dependencies":{"@bootstrap-styled/utils":"^1.6.4","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":"62a5734e87fe4d03cb904596c0e97d0dfc97f161","_id":"@bootstrap-styled/css-mixins@1.1.2","_npmVersion":"6.4.1","_nodeVersion":"10.14.1","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-8VP868XukSrZB0Cycrl/aKW3J4LQzyWzmiOXrKTW/Ea8Gzy5dr0yt3D1iirfqq46hDz11Y/txHW7u2Szv2mdoA==","shasum":"aa560bc12825ac2c01cfd9a91ebc90768ebef893","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-1.1.2.tgz","fileCount":186,"unpackedSize":1552213,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCFADCRA9TVsSAnZWagAAvuoQAJtTFuhKip82zcg+srkJ\nivOQ6hJ8IlO9CyQ89tB6pKLAbSABG+H6NDyESqeDAypb0ezxF5iU1oztmmJr\n//V2vesnHyfLM9ouSgPZv5pogp+2VKjE0/BgmPRJIz0hIOJGh1e6d/VkBH2M\nWPZWZ0SxIfsYPD90KJRp+pz0vvcowdASaYKeu5q/bjLqX0oqD8njImcOoXXu\nUhXsJT7674JLd1ESUo5QValTkxIGWNqHgIsaDbH4CvCl5A1zlJdf8rwgbOtk\nxyO0/3nol3zi++rFsWwxBtnx3VVSyrM/3NNgZvwlr2CiwnMsZ/v6jOyfG51Y\n4E0sBbLwmjfsPv9+ljj2kVCoefG/Mt9MNgJGsE5wzadpo1bIBsNJx697S27q\nUbMsN50w5/vndClAComRWFyQ1a/k15WIOCGA37vKkU0DU/ckuS14r7jgNgAg\nK7kgOnq3Kqe7YwHIyVyYmHqIx3ifgQOmfV8+Svi09tE/XsRIvNyZ36cWjiRL\nCmIAltr67D+BjY2W+K31/NfffgLWcuFZiMIOmJH+oIUnHCFmDRuum44elsi9\nfaZUtZAz8a+5kmGQLvxmARd6P0FbnfniFzWtaURZxBfQPedaCZOubgckQtwC\njXrwn/2FGg0w5jZcUEcysIdPiObgqL4sm5rXR6t+WthQ0hx2RaFuei4I5nMv\nke3+\r\n=g7HB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCDr2HYZG6S7pCM/KWG36dyrcLgzr/GYg7Vhi0y5aE8ygIgIOijq3ro95n0vKxvrv3s4yuGyk6MZwTLg1FbqorZRoQ="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-mixins_1.1.2_1544048642449_0.45897512494681547"},"_hasShrinkwrap":false},"1.2.0":{"name":"@bootstrap-styled/css-mixins","version":"1.2.0","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.github.io/css-mixins","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 lint:css && 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","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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.0.0","enzyme-adapter-react-16":"^1.0.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","stylelint":"^9.8.0","stylelint-config-recommended":"^2.1.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.5.1","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":98,"branches":97,"functions":99,"lines":98}},"moduleDirectories":["node_modules","src"],"testRegex":"tests/.*\\.test\\.js$","testResultsProcessor":"jest-sonar-reporter"},"lint-staged":{"*.js":["eslint --fix","git add"]},"pre-commit":["build:readme","lint-staged"],"dependencies":{"@bootstrap-styled/color":"^1.0.6","@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":"7c862f8a1d4fd96bbcc22e9174d048d5a436266e","_id":"@bootstrap-styled/css-mixins@1.2.0","_npmVersion":"6.4.1","_nodeVersion":"10.14.1","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-fA0srF1K81VB9TdSUkOJUZAgCN/f/FGQuFzTRzZUHWEPg6wFxeIFVTYqDLkeZmVb4pwatMuyds/4QLRQwF7xTA==","shasum":"f93ab76e293b858dd3599ebe6996c6c44c658103","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-1.2.0.tgz","fileCount":186,"unpackedSize":1532543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCebmCRA9TVsSAnZWagAAmf8P/Rvf4BmrwmCZwSq9rqm7\naT0rBBKcDTI8n8rB3tx2vXrLriaL8DRkOwjVZ3acQfD+c96GcRJmoKu4obZK\nPXgXD9heOO82I7pN3XQlI5PpxN6CfEhTXNywAgetv1PCp1o4OX/2EeqjP+nB\n1EkbTXmXbLgRxCkV52eHG8Lw/P3tPTZop/TLYRfRFx+riH1zy36+eyx0D+3q\nfq6c65bDthyAesTM7cLJ66L2ouuGYFmi7kA0iLCN9zxFo2nuz695wiGU91Zf\n/kw7QHTZBVKsJcjH2c/di3jku2OhD7eTM8IVh7fO25A3WPi3kDpGPZKDxDeY\nCUTKMnrWSxozSvfPG9QwY3BwfSEKev/WJcd9lojBAgOWItZIMnsOSfCmPQZ3\nVXQS6xyvtM08aXuxsNzbkWTUQDDtDrsMeKTfTtb4Sg5eunEHPSFmrR0vU+MW\nHg+MXS3/X/+c6uYvJHs7l0EN+cEscr/gl3RgWkNrgDrfOUdUkHpiwqUtLOC5\nuTClCmQjfnca1Vk2VqiePnvGGUT6nWpJK2tCcGc7i2X2u9bVWDY709VSUJma\nPrLmbH9QQ/Ck922LpmtKgxmw6/1F7zE1p3cM2a6SLKXLjpIsByzNYi5CYdKf\nKGN1OEI+ZouZLMOsiJRH5YvIfSvlSggCmkReGcpCQjAOrAWRBJbpfq4PUL4V\nZTKZ\r\n=n64T\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCxeCH9ZDj7+78FzS5RcRJgj7Lb/o8Nd7xdQkiNAK4EJQIgYcn9+lmuOPFcnwQtkLxSzpuz7MJpgl4jdMOIHhEJfWY="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-mixins_1.2.0_1544152806184_0.8716687303573369"},"_hasShrinkwrap":false},"1.3.0":{"name":"@bootstrap-styled/css-mixins","version":"1.3.0","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.github.io/css-mixins","engines":{"node":">=8"},"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 lint:css && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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.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.1","babel-core":"^7.0.0-bridge.0","babel-eslint":"^10.0.1","babel-jest":"^23.4.2","babel-loader":"^8.0.0","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.0.0","enzyme-adapter-react-16":"^1.0.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":"^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.12.4","sinon":"^7.2.2","stylelint":"^9.8.0","stylelint-config-recommended":"^2.1.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.5.1","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":98,"branches":97,"functions":99,"lines":98}},"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","lint-staged"],"dependencies":{"@bootstrap-styled/color":"^1.0.8","@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":"7b3d053adbd26babe56f33784ed7d9caa7235266","_id":"@bootstrap-styled/css-mixins@1.3.0","_npmVersion":"6.4.1","_nodeVersion":"10.14.2","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-LaNj6PliKpI2ASfxWqwkspv58dBv7LyoZBEgXF1r7C90xwJ9KihqTeLGSW9tVQwZ81otut2/dGz4tpYOuI5HPQ==","shasum":"6f4790c0d4cfd736d09685fa665ee2f4b9a7cce6","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-1.3.0.tgz","fileCount":186,"unpackedSize":1537741,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFnj3CRA9TVsSAnZWagAAOJEP/0G636UL96Ci+jW/U5J6\n+OmhXcwqRYRpncq4XWSarhFY7/aksMy51PtHfNP6V2yNyNhZYIRXBqz55+ee\nUap9ipA5NZ/9sa4Lj0OkPcTswNtcyziUhT6S4bf/2LK/yXimf56kqdDUG2V/\nH5x6MJQv/Ub3aEPXqih2HzxKLgzCzqIxHCJvRSx8SAIooZ0QOMnCXm26Ha/g\nRAXcOrynpXu4rQHDfhZnvlkRfKxrvn1QHTQrdwbjIv+pjLx8cr5FCWXcaTn9\nf0dMH8qrzILNPzmXM2XoskezvKgLyE9xsU8PTJmJmwAd/pFqDBME82VqUCG3\noCCILGQ6q0GKRz9NUJNDnnIBCLTRhTXiXXsiNkmDnuldBAOP+Lyoo6a7Trm/\nzOM50IZ9FW9HrPuvNwnG9sam+vNxwUuVe5Xjg6SRkBVlJ6rDSJoSEczeET9o\nFtR66LMgmUw1shuAGD/b/sfDEFYyjBw9UGMFvkqxgxFmIQXeEkxhdwvE/NiK\nLXhuwMyGHk7gk0SdT9k8EONNwt1BTa5mBCgjYwpo/TzE21GjilYs6sh4qGpv\nbPH3sggGB8G0brxl+630+tPjUFco5tVl/bfs6xrbZnYPBew8gJYLh/XmTOcP\nUFuXPAxk4YlmlHl45FrKNwEY2MTQWJuxIBM7YMvGHJs18H8p+O7WZOl30jcm\nfu1e\r\n=DRXW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEwTYAMTTUmGYvYoFWRMayvZ97kncnf0YoaEUFDo5UC1AiAOIxyjYm6AU978hlM3JOSpPjxFoarJUsHvAVvRkyB4zg=="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-mixins_1.3.0_1544976631025_0.05218921266355303"},"_hasShrinkwrap":false},"1.3.1":{"name":"@bootstrap-styled/css-mixins","version":"1.3.1","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.github.io/css-mixins","engines":{"node":">=8"},"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 lint:css && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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.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.1","babel-core":"^7.0.0-bridge.0","babel-eslint":"^10.0.1","babel-jest":"^23.4.2","babel-loader":"^8.0.0","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.0.0","enzyme-adapter-react-16":"^1.0.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":"^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.12.4","sinon":"^7.2.2","stylelint":"^9.8.0","stylelint-config-recommended":"^2.1.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.5.1","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":98,"branches":97,"functions":99,"lines":98}},"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","lint-staged"],"dependencies":{"@bootstrap-styled/color":"^1.0.8","@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":"5e122ab467068228ff558af1f8a421905971c45c","_id":"@bootstrap-styled/css-mixins@1.3.1","_npmVersion":"6.4.1","_nodeVersion":"10.14.2","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-dw2xVcWjh2mek/vLDBNvkZzao3vevOokZ2IRC4wwOZwGE4oN2dTPfYodC1gw41Gbxtv066lqpGtjfQm1Gv9Jyg==","shasum":"4f3836fa366fada1b99d4b9d2f18ae92bebf0886","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-1.3.1.tgz","fileCount":186,"unpackedSize":1537993,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFrRmCRA9TVsSAnZWagAAg9MP/j7yao+htC7pBJcnacq7\nl7mmZ7CaBD8qT82dELv6DiEiVN5Z69GoPFm9Q12Vfjz+6Fsz5DyJeeK0EKsB\nR2InIqm5mc7ZSZUmtfp7QCG+Xkx6pbWtcCL7KzBf9aDf/797uluPY1YOWH5E\nCORVIdgBoA+JYrylp3jbOn5l9PMb867yDbnKDOZHXP9kQNrHIiqIA3zxzmtO\nuLt2Q+RNdPHW+5mxpHb+cSDUsb4Qhb3WeWZ6laD6TNOmLKc2X/gzskYkC5oA\nuAHh+shmRyB9nk0ZtEuQUU07fG6X3CL8zZLiriZAXw1Q+Qz5tPBJ5HQQtVvc\nWBUSuXEYr4hpVGIbUNun/ceryVfkwdjLkOvTbL0i2vP8GTf10MhQxDWDkUYQ\n/pm1G1330RPsIYoTO5r+JY9kVVGLNISVEy2Q4RptkOVyLO+5tZ6Y1yuHLnDl\n9+18XCg8ti7r2XtMP2jL6TUhxUUHXbGzB21lA+z5IA5/WbrbSaz7j0wKzMvP\nI+Id2G5v3SbjsCdCX8vNp1BMzXsy/uy+qL6OiREYKTWZzkxd4W/nNtwegMTy\nvcE/75pMfAgWPqUecoCcpeStPSOD9pAG20J7LFXyvVBWecfMsCTL3x/B34SP\n+P30VKa3i5X6qqPrgZ8onHB8qMouEWTlTUd+DshcCqrrsSU8OgWvaoeb+fKP\n1wDH\r\n=1nU6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAeoKBYcjcHwuqezJJrmeC6yrRsqPkILP/Dw/DUj4AFWAiEAvyGJxzy9jgbAk7V2sdj4+2ljrtHImu28Rnj7b+finGo="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-mixins_1.3.1_1544991846059_0.7664550608465424"},"_hasShrinkwrap":false},"1.3.2":{"name":"@bootstrap-styled/css-mixins","version":"1.3.2","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.github.io/css-mixins","engines":{"node":">=8"},"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 lint:css && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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.2.0","@rollup-umd/documentation":"^1.3.1","@semantic-release/changelog":"^3.0.1","@semantic-release/git":"^7.0.5","@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.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.1","sinon":"^7.2.2","stylelint":"^9.9.0","stylelint-config-recommended":"^2.1.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.5.1","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":98,"branches":97,"functions":99,"lines":98}},"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","lint-staged"],"dependencies":{"@bootstrap-styled/color":"^1.0.9","@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":"56da530a5528855e5b6145b3ba63647a82148e04","_id":"@bootstrap-styled/css-mixins@1.3.2","_npmVersion":"6.5.0","_nodeVersion":"10.14.2","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-AWJzLaLWuQbA0g/B3Gd0l7GfocDkaV9g0fjLSR/M90viKLdlv+o9D4HLZ0WGpw604weeaA8r41dDU5YxGtkbNw==","shasum":"12fafe39610bcc1dc7ea6ed0b534bef9433f2ceb","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-1.3.2.tgz","fileCount":186,"unpackedSize":1541400,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGMjECRA9TVsSAnZWagAA4RMP/iyhuQ9hSrgws2cKn9SO\nPQXsI4zB4Q2jgmgWNSjFVIxgItiihNYC376htGbEnBR3gNLl35wzMNEGxFd8\nn3xn7NEbTzM+GJ2ub7UOu/62RtbhGqTqC8EjVZWTxMh7q+EywCSFTxi2K5Iz\nsS0zz0d9Cr0uj+N+n4dUqHqC+yLz3LCr84/5Zc5cz+JHEkRxyjPqAEUYjIf5\n7phyiz4iI4ckzVlflOPb77OS0XWovCDuKw8vwqKMsFOkhYlEqgIADpLeyNEf\n+IfJ3owj7Q1anVjXM67EzUc47kq5O6AzFOXJiNbSFkimNWDEYMk1OCjasWYn\nil62b/UY8GfkWQaqhn1X+113s+fSMjszJfK5kpCUAC3nPQ5X8IbEpyj6fFn2\nKtStfe/6JBUx4zmzdZVRVMWCcag7kGYX/Vf3xhg1adJqXcgLj8JiTe8kBh4R\nmbdlByz/FBOsLA5vleXgwZO22NxH4la7rHFLVE1QlRG11TeFLiU/Q8WW2+xZ\nmUuXxxl7GC36RgI1qcSCdWWFBysFEWJ6hLtHN9CK9ReUbrbtpx+QBNg4gxtj\nb/z/Gqyu14BCN1ceZ14SWQE6puUjWkAjpM2MyUjOuPyV2Z1dwW0e9nf5T+n6\n8BTaXdSXZlEjTEj/BzeIoBKrwRdnxu/cd0KEW1a0ElPXWhRe9KwaACH5yxcU\n+4RI\r\n=AcxE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHzBVwmNPkhxW4NsT2NLjmnlt6Q0ZEXvXwpG7LgJYGY5AiAutuSArZDjXtsuswk20lnfA05OUlKkm/FLABx633Ibbw=="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-mixins_1.3.2_1545128132034_0.6409061400988163"},"_hasShrinkwrap":false},"1.3.3":{"name":"@bootstrap-styled/css-mixins","version":"1.3.3","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.github.io/css-mixins","engines":{"node":">=8"},"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 lint:css && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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.2.0","@rollup-umd/documentation":"^1.3.1","@semantic-release/changelog":"^3.0.1","@semantic-release/git":"^7.0.5","@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.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.1","sinon":"^7.2.2","stylelint":"^9.9.0","stylelint-config-recommended":"^2.1.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.5.1","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":98,"branches":97,"functions":99,"lines":98}},"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","lint-staged"],"dependencies":{"@bootstrap-styled/color":"^1.0.9","@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":"04319778e960234697a496d1aba212e4f582dbcb","_id":"@bootstrap-styled/css-mixins@1.3.3","_npmVersion":"6.5.0","_nodeVersion":"10.14.2","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-oYaLnQxVXJhX+1GvSA2cKX8aVAtMtHMGb1xyzT5l6DJn/wa3uARlkP4rQnLVMz23bk76hr8gGFO16q0TRLmlcA==","shasum":"4a1c3048a8226015d8a277d6096d0baf8554db8d","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-1.3.3.tgz","fileCount":186,"unpackedSize":1541975,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGQlYCRA9TVsSAnZWagAATlMP/jMXnefMwhHnHrcq1LO5\nZbZWu8WNU3AduwttQMprEXuc08LGmZIdZjeX+cP3EVXQ4DasxlBvDiuJa3Y4\nBELFHzj50mRwon6CP8l1wUtFLwew3YeFW9l+rz9xDXvs5MeaM1qFJ5NgHEM4\nKJOSizBnq5T/DcpFlJFPN/Rbk1jm5td8ep80bnvmmFIWz9Ig3e6YLKAegb0w\n986ng7J7/KYrBitOGs1jeV8psM95PK8hjpsQCkpdcOoNy+ynJtQk+EkLHAA/\nuImyO5tEUmc45+Hq7owtH5Jn0q7bFgjCtEO70A7UKOcVz1p6DJAKvqq9kZ39\n9CaUcsi3NXLkOLkReum9lSck+CWT95sdESUeEugaffwm0QPpJwQL7k3yvhOf\ngn/GpVrMmHAknO70AT41oPb2yofHztrlgrv5PcpW/QB9L69C5j39qYe61OjF\ni2mPbc4ZwTl2D7KaO3vzLrVL4qhUdMdIz/n6m7f2N9aiorgM5XBVlEHm31K1\nnOuSWKfUA5IuFqXbC6S2ZKKKq7JyGdwr8RfGJ0h9yoCuumAXYUHoMDhYl5pb\nppPlxNbcqy7iEtCF/+9aUhnGsWKOpd0w4UeS+queft9/X1ptydxHSUkQaF54\n31iohyxlWwDtU1yoG/NbFJhfPfanbxFkqptRjex5Lr+mqfjvGZJnu5NDblFj\ns0Hs\r\n=L2mh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCHxUp7MR0a6OESP/XVi95q9Lv6H8gUsg6nkf2/0USM1YCIQDanoz+e/hAodDx4IjsEurrTnZte09vJaOxyV6MNlEzKA=="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-mixins_1.3.3_1545144663556_0.4146975629994978"},"_hasShrinkwrap":false},"2.0.0":{"name":"@bootstrap-styled/css-mixins","version":"2.0.0","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.github.io/css-mixins","engines":{"node":">=8"},"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 lint:css && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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.2.0","@rollup-umd/documentation":"^1.3.1","@semantic-release/changelog":"^3.0.1","@semantic-release/git":"^7.0.5","@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.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.1","sinon":"^7.2.2","stylelint":"^9.9.0","stylelint-config-recommended":"^2.1.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.5.1","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":98,"branches":97,"functions":99,"lines":98}},"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","lint-staged"],"dependencies":{"@bootstrap-styled/color":"^1.0.9","@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":"205fa6ef43bed1f5c7c833d875531a18783666c2","_id":"@bootstrap-styled/css-mixins@2.0.0","_npmVersion":"6.5.0","_nodeVersion":"10.14.2","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-7fqajr1RwqtHreDL/5XvBnptyxwESAxZqPBJ7Q9rbR+L64SUnCmM2UuFFfm/FckIBM+nAoKemO0MYQes+v2MVA==","shasum":"16853427e4ae9314df5d61d11fec2b017cd24061","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-2.0.0.tgz","fileCount":186,"unpackedSize":1501247,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcG+9YCRA9TVsSAnZWagAAxkgP/jUTFPhldpKHFE/GmWbg\nUZNse8PbV2RnmyGAAjiQDwPZPpjwWiwwy+WNtUSXUeAPkZ0LJRM+Dui+i7ee\n7+Dh5FMQmb5asIZI1SOfctUXMqGjQWETPQpELR+CTcd6umYbv911BgTi3lus\ndFGemdGNN7OBYIm07iJweeB9moNqySzOTGgBHQDHm19GGJzwgZs0iM86vItJ\nZdG6gWCf86JcNRbMewwYr599f/x4StO2tJr+4tQIm1MVhi88/VQhem+BwSxA\n5ONSAXeyVHIqjHQPnnDYA9ly2CXIpltHMdnPMXqhsDfxrpgh+eyWF3xgNErO\n0G1i2mgUyOQ98UFjQMGUEFsNcx9Y0TaxHoLIVZSPvq51J9KCl3wntrQFnZ1N\nrAVoO6Yvhe2x3D71RAPmI0TuWtnYwFPXSn3SOjYn7lUbkXpkd+VWOd1Zyjtr\n2caUpOqGwXJ6bG+y02a2rcjVMjH9WF3M9cHw9be1PG2AYMN5Is5bb9/VHz6W\nespLkhxSodGEr1U9JrHyF3iSB4wmwb4sZu3izb1OCe9yqtywf8/PtnXGtRjL\nCE1fJZOhmNAWGxsHx5vCyW4BmxJ+cw2BfkDJJY9nv6gR1Uy57eWXzIP851pE\nCVxxcj6jgcKJA3fAEPBGAG9vQTKrRssuVuRWUQIsd5unsEn25qtCtVAa1hOc\nsrIH\r\n=Wx+O\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDAxyhsTv0phum+VEUdiKV8vARmtbL4zQrujk/oCiccrgIgJXlZxVI0WgEoXN6EnHy3PuWXbmlM5fvRkFKvFuqDHc0="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-mixins_2.0.0_1545334616005_0.439977390975681"},"_hasShrinkwrap":false},"2.0.1":{"name":"@bootstrap-styled/css-mixins","version":"2.0.1","description":"Bootstrap mixins and utilities in javascript for bootstrap-styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.github.io/css-mixins","engines":{"node":">=8"},"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 lint:css && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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.2.0","@rollup-umd/documentation":"^1.3.1","@semantic-release/changelog":"^3.0.1","@semantic-release/git":"^7.0.5","@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.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.1","sinon":"^7.2.2","stylelint":"^9.9.0","stylelint-config-recommended":"^2.1.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.5.1","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":98,"branches":97,"functions":99,"lines":98}},"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","lint-staged"],"dependencies":{"@bootstrap-styled/color":"^1.0.9","@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":"fb0fd1155b573360a9aabc58a8f20f59a2cb0ea9","_id":"@bootstrap-styled/css-mixins@2.0.1","_npmVersion":"6.5.0","_nodeVersion":"10.14.2","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-qAHTNKUpiyhWeBuGaRunQuwBlqGyLT7U7jk7OK6xOSitl2gyODzLn2BvpuqIIK/+go3h1VzpDIxbY718xR+XLg==","shasum":"8dfb92371997ffcf83251d760ff0757fe365cb26","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-2.0.1.tgz","fileCount":186,"unpackedSize":1507763,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHCoDCRA9TVsSAnZWagAAlLUP/2ryzm8RVuzjrYdOWm/X\nv6IgvnfbpXuG+/fo7jHnJr2vSNOo8y/pvt2/Kcsqly+v9gupKBwO8JVcqD8s\nGve5xO8xhDUtLnKbb/GsItOg3D6fPnVMvfWTO0k5CLQmLwSiipdTaB4bpHrD\nDgLHXvS4pxWlKAZCf35sYg5CBsU40eTzabXGxUyAkHqxgwtCu4zGKj8vQ9kF\nForDtq9YHP/lLaqHvavitYhFgFlxBhK9AzLLTn3T+K790iXcWbD3MM/ng0bW\nsYOWSUWVqfgWBmcWuRR+E+tkJVOoXvGkgL03ENntWjFcsvLBUz4fugysWwTy\nVLlUfyNzRyErP8ip2tyO6NnPeC5Bun8Aa3yadJP56g2cmDHNIYJSx8+Xlgtj\n62xcbXji68HfiCv+eMLLGsnrhJKLDmvAVezlcMIrdavt//sBZsk/4BPNrbak\nn0u/hzv/PtaB8ohMsRY67WhUywyp75KA/kKhfojkffck+uYcfU/kgVsHsjvY\nXhLOVp3VIzKkLis82R+bx4J2tGl1mCxEBLHu4u6SZZ8qRUH9pvf0NdDuoXFK\ny5M5fzSrryyBbZTvmmGHIJdyGiHINhvc+Zz4PnKQzMr2CJiSOLfsGSnAbjKi\n767nD9dJMYGmVRcu30XrhjrXBB/dMnSFpd9H2Uz2lnNb4iGVTUD+g7I1xGZE\nrD1F\r\n=PrJ1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGA2AvSsbqJGAu/AeE92Hv0+/iYigj1oci3BDI1MFhKKAiAGzeMPKR3Vdhw5JzAY61nyehWJnEkUe+Rmb4p0l/EdyQ=="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-mixins_2.0.1_1545349634884_0.3956506035528313"},"_hasShrinkwrap":false},"2.0.2":{"name":"@bootstrap-styled/css-mixins","version":"2.0.2","description":"Bootstrap v4 css-in-js mixins for Bootstrap Styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.github.io/css-mixins","engines":{"node":">=8"},"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 lint:css && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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","stylelint":"^9.9.0","stylelint-config-recommended":"^2.1.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.5.1","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":98,"branches":97,"functions":99,"lines":98}},"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","lint-staged"],"dependencies":{"@bootstrap-styled/color":"^1.0.9","@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":"7a08ad1259fe12e184c102c9a8b246d4b893964a","_id":"@bootstrap-styled/css-mixins@2.0.2","_npmVersion":"6.5.0","_nodeVersion":"10.14.2","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-4Sy5/RxNhmoR6SLAcUTvZFGfqMJ1KjZ2eEDLrhGZv2XuBc33eF7BRUiDqw3r598RVSUIp79mS9Opzc8VAyFhTQ==","shasum":"7eac8b6c0508737964f4a713ae06fb8019529fb3","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-2.0.2.tgz","fileCount":190,"unpackedSize":1588965,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHUFUCRA9TVsSAnZWagAA1ngQAIET5F6tEJ589gpM6YMq\nPrVM6eZrr1TziAuGGxZ4S2/XK0TRJ71WJKLiw/SjYzP+RteutQSjhgYFJmT/\npQhRDtbUFEpH3HbSYVsaR31HHHrqVuyPDfTIMer8G4LMG41bQ3DhxVD/yAtm\nzvDnwMprXZPB+rxIlSSdTV4BjyLeEsS4Z2q2g7E2KwiYzqW+Ye90jrAbqaVr\nAdUv1z2QSqhjeBVjGqkQB21OfhCN1vOkbm8bUT56kPdk7pxlYNrMZdSWLOdq\nhMkiXlwomHFzmJugJAljtt6HPJsuyAadTH+V5tbRPJbmguPVbR9hysgfjh7d\n0wEm6uobhSaVf2NoFwow76Xd1hLZkIRfsiJG612RnCoHJhZFNW5EAKqWEPRR\ndVn78FTWJlP+X3tEG8IOxePu3Cy21dVe32mGJ06ssr1p3WSfJrZtQL1VTn3F\nYp0gor+G9kXbWWNNa4ZLnCDIwjb7oJMX11vruiq8LK770zxQQ3o1GVnGp9Id\nGrvb5ZSp+15LWwCYeEVljhAaUkioYWIAfWE41VsLX6efMg8KsB4ddRf5h4IR\nXMdhG52W4j26cxQE9V/PSIjbFyUQjrnq/RSXx9DryiMLFXWkMCmZPm6t3d4k\n8swQRrrGkK4c4nOy1XW2O12Dt9ndQGUjOUtnoJRYtkE7QfcSfUibttaYk2Cb\nKABa\r\n=nXv1\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDDfnEFuCEsOpPYTktOdgW8F90XiX9sGbewGk+ytLgLIQIhAIP1wFVBIEAUC+A1fTl+XZvQfP6Z+r80hMO/vZ4M1YeB"}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-mixins_2.0.2_1545421139624_0.9380402882729848"},"_hasShrinkwrap":false},"2.0.3":{"name":"@bootstrap-styled/css-mixins","version":"2.0.3","description":"Bootstrap v4 css-in-js mixins for Bootstrap Styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.github.io/css-mixins","engines":{"node":">=8"},"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 lint:css && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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","stylelint":"^9.9.0","stylelint-config-recommended":"^2.1.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.5.1","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":98,"branches":97,"functions":99,"lines":98}},"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","lint-staged"],"dependencies":{"@bootstrap-styled/color":"^1.0.9","@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":"58399f243d5adf0a9eee5c382f6123ba92a040ff","_id":"@bootstrap-styled/css-mixins@2.0.3","_npmVersion":"6.5.0","_nodeVersion":"10.14.2","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-ZG8S1lhXqarNR/HTFrptkWFac2ESf9CPilUDjGTBfnCcFAe0hX1GYJvvBgJfJ7EwJL+13jlnWyI+cmkVhLWjtw==","shasum":"9eae096a19943e64b9db22953e08122871383131","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-2.0.3.tgz","fileCount":190,"unpackedSize":1589348,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcHWKYCRA9TVsSAnZWagAAsoQP/0rNIQvAIIXzgqwRHzpH\nEzEu6ISr2ALM1/SIr67Wzx9om9/pFNc+dwRu1McrwSAxpDFK32o5cTnzRkiF\nkKWorpskLv6U4uQ3f9w6e7fcMolJdtE8mt68sj9FlDhbOtfZJ1PltGJIl1Uc\nH41+T/Yfcw3rePqjM3xs/SoTfjjjtXFkBvfBPkN//ZHs8d2JsE1TCT56S0uG\nDOwE+C28NZ4ntiIQso4E9wdwn0P1J6HnJt9QBq5xz1fuy+5Yoshv2PNDA18O\nUl0ZprpJoOzIZnBOFH4U0OiOey3KU6WMXihTiV6kuajB7ic1iaoJq+8DJVLL\n15JWXvncm3UvYZ13c+YPyDCveArSU04nu6bG2gFNC5Ur7zuGFzJfFN9sVi/P\nwroxw0ONQGtzEQv65vvrags+WGc0VMNR28+BKi1vYThjniK4r72SSD73am7M\n/lrgEcVloCatWUPtjf52vlIAp7oP7CzLU1QpHfXG8vqzT58/jI7fKg57+tJK\n6Jzv3CGIxNwqoL96GqQOZlvCln2WpTyoRZmpbiBLG+imbFlC8Js6Jjs8puNc\ndoAH7xFTZrfppyYcMVfIGc336NGYTbe3/WdNF1vWMo43FtTqCcuA9HntLYcu\nqIe+uIB4Ntv7UfnxoRqkfTM3BMahKHLj9XsJHtQosQWBFyr+rE8xY9L3QK2X\nk1a0\r\n=4xZ8\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDpiTtOWCd4g/UYTWQR47oufj1v9WcK0djriCFtUqktnwIhAPeBCfBfXWVyY1+MTHWwGRpfqKsopBYTwv2GtNWFj2RX"}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-mixins_2.0.3_1545429655928_0.8947333626316971"},"_hasShrinkwrap":false},"2.0.4":{"name":"@bootstrap-styled/css-mixins","version":"2.0.4","description":"Bootstrap v4 css-in-js mixins for Bootstrap Styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.github.io/css-mixins","engines":{"node":">=8"},"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 lint:css && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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.1","@rollup-umd/documentation":"^1.3.5","@semantic-release/changelog":"^3.0.2","@semantic-release/git":"^7.0.7","@semantic-release/github":"^5.2.8","@semantic-release/npm":"^5.1.3","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.11.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.2","eslint-plugin-react":"^7.12.2","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.3","rollup":"^1.0.1","rollup-plugin-babel":"^4.2.0","rollup-plugin-cleanup":"^3.1.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":"^4.0.1","rollup-plugin-visualizer":"^0.9.2","rollup-watch":"^4.3.1","semantic-release":"^15.13.2","sinon":"^7.2.2","stylelint":"^9.9.0","stylelint-config-recommended":"^2.1.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.5.1","toctoc":"^0.3.2","webpack":"^4.28.3"},"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":98,"branches":97,"functions":99,"lines":98}},"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","lint-staged"],"dependencies":{"@bootstrap-styled/color":"^1.0.9","@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"}},"greenkeeper":{"label":"dependency","commitMessages":{"initialBadge":"docs(readme): add Greenkeeper badge","initialDependencies":"chore(package): update dependencies","initialBranches":"chore(travis): whitelist greenkeeper branches","dependencyUpdate":"fix(package): update ${dependency} to version ${version}","devDependencyUpdate":"chore(package): update ${dependency} to version ${version}","dependencyPin":"fix: pin ${dependency} to ${oldVersion}","devDependencyPin":"chore: pin ${dependency} to ${oldVersion}","closes":"\n\nCloses #${number}"}},"gitHead":"2a6895505371be52d18de7fe891ac453d700d257","_id":"@bootstrap-styled/css-mixins@2.0.4","_npmVersion":"6.5.0","_nodeVersion":"10.15.0","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-D3JBDGediTNf/gyZu7yQUXQOXR4knb5ayUsFlCe4VzMvxbbm/1ETDtz+hUp9Ck0XrQ7AtpumP3799ecPVqyWQg==","shasum":"780e80a48595d627f552dff0fecd4afc7cd4be15","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-2.0.4.tgz","fileCount":194,"unpackedSize":1584018,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLkJbCRA9TVsSAnZWagAAhjQP/ik9tB+BB/6xX9f51ehc\n4SfL2k6K5sOcH0uvwQ9WcWrqx+fJQXUH4pWadmnl97O4avVq4icvhg+HrvNc\nH/wzj7KWT7P5j5ncGWw7oaeaPJKxZJejnncc3jzDe7RFR8Kk/xGHH1b0LQzA\n1SMw4ZUbVw67RtrOy/m8OS+sx4VS5O2OGKJWMl/fwLEX25RKet8RMXA9ymJs\nV7VaMmYJvyo48UiJG76UF4GPJ2hbLZ63zbfg6TIk/PADo/xjEeUUSWrEd+f8\nKwTuNIq36QAJvoaXGDBk7p39EugFLH3wgZ/3TjiPYH3VIliCF3dvLCjS7TIV\nWVGrfiDeLFAAVdpxk2KAUbdJOAwl/f8pWJ2A/WM6DVOecsJDsANhKSDb+UrX\nZLrsL+n5pN/BDTPdV99K/LhAI7ArtiH26zOf9m+3q/zG6laxRPeUpczq7Zwo\nxnFuuFznMEPmNH3BMEqzLkV7riXA/9YVYbBQFFBivC1rCd2C7ThJ7hPx5f2h\nElCjr6EHIvFlTXDUhd69V7o7JtNA89JMFqMVsEBFtH9wZ8BuzyCruXz/R0sk\n0DHmdyYvP7BkIp//KHZm9TICk7Ew5QA64zbbOUKug+O7EW7x5r6zI4pLhdiL\nIgw1ifQYUH3D2vuKMRxo+XfJlG2DLcf9XEwdQtjLBQaXk502owbViUErOYYv\nmmqe\r\n=Kq0R\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC5uzTuIwHH3U0515agb7Le3zZhZQ4NA1RimfRtdgMk4gIhAJXvUql5+3XSy+eKeYQKo14pFanrATOfiefBXh9AvgRO"}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-mixins_2.0.4_1546535514326_0.027782093182130874"},"_hasShrinkwrap":false},"2.0.5":{"name":"@bootstrap-styled/css-mixins","version":"2.0.5","description":"Bootstrap v4 css-in-js mixins for Bootstrap Styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.github.io/css-mixins","engines":{"node":">=8"},"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 lint:css && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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.1","@rollup-umd/documentation":"^1.3.5","@semantic-release/changelog":"^3.0.2","@semantic-release/git":"^7.0.7","@semantic-release/github":"^5.2.8","@semantic-release/npm":"^5.1.3","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.11.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.2","eslint-plugin-react":"^7.12.2","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.3","rollup":"^1.0.1","rollup-plugin-babel":"^4.2.0","rollup-plugin-cleanup":"^3.1.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":"^4.0.1","rollup-plugin-visualizer":"^0.9.2","rollup-watch":"^4.3.1","semantic-release":"^15.13.2","sinon":"^7.2.2","stylelint":"^9.9.0","stylelint-config-recommended":"^2.1.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.5.1","toctoc":"^0.3.2","webpack":"^4.28.3"},"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":98,"branches":97,"functions":99,"lines":98}},"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","lint-staged"],"dependencies":{"@bootstrap-styled/color":"^1.0.9","@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"}},"greenkeeper":{"label":"dependency","commitMessages":{"initialBadge":"docs(readme): add Greenkeeper badge","initialDependencies":"chore(package): update dependencies","initialBranches":"chore(travis): whitelist greenkeeper branches","dependencyUpdate":"fix(package): update ${dependency} to version ${version}","devDependencyUpdate":"chore(package): update ${dependency} to version ${version}","dependencyPin":"fix: pin ${dependency} to ${oldVersion}","devDependencyPin":"chore: pin ${dependency} to ${oldVersion}","closes":"\n\nCloses #${number}"}},"gitHead":"09afbfd87b775eb462443955f3fc558bdaeeacb1","_id":"@bootstrap-styled/css-mixins@2.0.5","_npmVersion":"6.5.0","_nodeVersion":"10.15.0","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-d7/kFQmtn3gmPmhXa0pDe5PsGwHgNOX22Dx1vH9KgRtGHjpfpJ9ExpM30arV+1aHdWPueQU5Hi/FUHOBAOr0tA==","shasum":"ec739a843d31e909ae4e0cf9ab88b4da27560e75","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-2.0.5.tgz","fileCount":194,"unpackedSize":1584887,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLly4CRA9TVsSAnZWagAAHeUP/iMO+QtIgMvjtPCY4gyc\nvl6TqPd6EMTWOnFsDL4iH92TKd1GUx17yKTlqc/+tVQ915JgntgyvDDETQ6L\n6WXRmUf8O0cn0EutJK0GZzn1haacJZTPS6jt5i9UNJ7FLWGdKRslFuYxWWjP\n5w4EVgE6pBOtKBvq6vr8IKni1k65GQAINyYW692iKonoLtsYvXvqleoW8WCh\nXRiohGFHsfI/srEBd2rbfRSqqOFdtIlDeNk4PvIq+DOR0dLGHsulr8S+Zv5L\nStEnpTQlUIqr8YH6GZIzJx96GgzxbfaPQmozZIX6aN4JHMZBzVzmFrhPXeB2\nq6C7Ic0BJjt0XCP1vxLrRWnB0xxyTMeRvkN3DCBtFddvncS2gkGFC0Q+Yg5v\nyCXNTg+5c15ZtDa7wOi/KIH1UH48dkUEaoYEVMKVWpa1Sp0rnemycuTevCnq\n6+8W7+MKWYmRvfteqkxJNyHyw52r7V7ccvirZ0iBKSySWiozKpgeSRXavVut\nq3xBWWCyqPDuhUXSDOAoGjZ7/60+hyZnzFCos70uOBQ2os4YABhWZQK3K1Yq\ntNfvhD6ErAxvq4EbhSCiz3sWU+TKIYZ7Tj5NWjBf5y7M6nfHmqRaigcHSBOq\nsD9Fc0nYn+JjPBU01Od7Y9/AiCOahcRA2r6qY5tAXFjXh1LoR0XzEi/6ZY0v\neKrh\r\n=wzUy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAK3uVnC5JgKk/H+Tza3Sm2F8fqBKKX1FtOVh9pkrTtfAiEAkFiGALawosxfanUo79MaccxOC+9N4g+W6PsANPGiF/w="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-mixins_2.0.5_1546542263681_0.15190212286650406"},"_hasShrinkwrap":false},"2.0.6":{"name":"@bootstrap-styled/css-mixins","version":"2.0.6","description":"Bootstrap v4 css-in-js mixins for Bootstrap Styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.github.io/css-mixins","engines":{"node":">=8"},"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 lint:css && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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.1","@rollup-umd/documentation":"^1.3.5","@semantic-release/changelog":"^3.0.2","@semantic-release/git":"^7.0.7","@semantic-release/github":"^5.2.8","@semantic-release/npm":"^5.1.3","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.11.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.2","eslint-plugin-react":"^7.12.2","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.3","rollup":"^1.0.1","rollup-plugin-babel":"^4.2.0","rollup-plugin-cleanup":"^3.1.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":"^4.0.1","rollup-plugin-visualizer":"^0.9.2","rollup-watch":"^4.3.1","semantic-release":"^15.13.2","sinon":"^7.2.2","stylelint":"^9.9.0","stylelint-config-recommended":"^2.1.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.5.1","toctoc":"^0.3.2","webpack":"^4.28.3"},"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":98,"branches":97,"functions":99,"lines":98}},"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","lint-staged"],"dependencies":{"@bootstrap-styled/color":"^1.0.9","@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"}},"greenkeeper":{"label":"dependency","commitMessages":{"initialBadge":"docs(readme): add Greenkeeper badge","initialDependencies":"chore(package): update dependencies","initialBranches":"chore(travis): whitelist greenkeeper branches","dependencyUpdate":"fix(package): update ${dependency} to version ${version}","devDependencyUpdate":"chore(package): update ${dependency} to version ${version}","dependencyPin":"fix: pin ${dependency} to ${oldVersion}","devDependencyPin":"chore: pin ${dependency} to ${oldVersion}","closes":"\n\nCloses #${number}"}},"gitHead":"e51b23e67117a4841804a8dd8d6160b05a55b2e7","_id":"@bootstrap-styled/css-mixins@2.0.6","_npmVersion":"6.5.0","_nodeVersion":"10.15.1","_npmUser":{"name":"kopax","email":"contact@kopaxgroup.com"},"dist":{"integrity":"sha512-nNVS90LToT/dnsCf287OUNOYZqkJiU1uYbtfN1u7E6q1KZagn9lSPH4OnFGqnb/f7hcuohfuio5UnO1ZPPBboA==","shasum":"866b83ccfe15bc69055cc6848062e1df5127b540","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-2.0.6.tgz","fileCount":194,"unpackedSize":1584961,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWVEmCRA9TVsSAnZWagAAXyoP/AjnvvtIMIE+efO6uypm\n95/2OzpvBKV5qUejswUka2bcQIHrnJuva0eiQpBwnqppX2B4SW91IlQi1Pd3\nINK3f6wfQL4lyAxbeRnI2UjVz4IzpVRuG3oS5qnI3aNf19wZYN6AdnmR86h/\nlY27xmPHzi+zgNGphPS02P527dAFWjBtpcSmaADDvvASrI3taU9u0ce31WH6\nQnfGxiAk+/O1mZ+L7IfXHCG5d0fOQw4UBEPnHuyQYLK6txiyo+NMreEXZJZi\n7+9ap66Tbt4b1q7Y9gGyAIbgjDsj4y/EUzGieMvPwcoIuXmRJ4diGHPhHxun\nvittmb75PAuc8xEV5/60UV7zmThRHt9KJTV+gyLa4ute2yn9uc5DPyTmQf6n\nupzsQf0KcBuOYlMvyI80nIAUxUVNhbLL+Ic1VqyJVpwtg2O6M7yAXBlyIRV7\nv4dKbcdSt8Wy29Vln4qpqtPe5N5MJPNP3fvaSyf886bVwEIKA0+wLscbCN5Z\najLKbgRL/SezxHEgpFvxqoWYkU1wsC0D6zxPf3AUOV96nSBIuBvxambVI8Al\nK+I5V4VS/bKfmTWyFLn/I7rlMJLIZMMNivkwVIlkC2Py+jtqcHzT4QnauV5l\nVmZn4Vtvr+ogKKl/sKCfNuHZ8QAxhGqsJGxW5dI6L4jP5C4S5PYHMGHmyGCJ\no2ge\r\n=UGZC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCHsQkZ9+eTa3ANePhQfLvCU/k6swcJayW6zJv1zj5EJwIgZtVCv1bN5m8aIvP9vKBTk4/P2b4qPxjvIfvEJnQpM0U="}]},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/css-mixins_2.0.6_1549357349906_0.005733042898664165"},"_hasShrinkwrap":false},"2.0.7":{"name":"@bootstrap-styled/css-mixins","version":"2.0.7","description":"Bootstrap v4 css-in-js mixins for Bootstrap Styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.es.js","module":"dist/@bootstrap-styled/css-mixins.es.js","homepage":"https://bootstrap-styled.github.io/css-mixins","engines":{"node":">=8"},"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 lint:css && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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-core":"^7.0.0-bridge.0","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","stylelint":"^10.1.0","stylelint-config-recommended":"^2.2.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.8.0","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":98,"branches":97,"functions":99,"lines":98}},"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","lint-staged"],"dependencies":{"@bootstrap-styled/color":"^1.0.9","@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"}},"greenkeeper":{"label":"dependency","commitMessages":{"initialBadge":"docs(readme): add Greenkeeper badge","initialDependencies":"chore(package): update dependencies","initialBranches":"chore(travis): whitelist greenkeeper branches","dependencyUpdate":"fix(package): update ${dependency} to version ${version}","devDependencyUpdate":"chore(package): update ${dependency} to version ${version}","dependencyPin":"fix: pin ${dependency} to ${oldVersion}","devDependencyPin":"chore: pin ${dependency} to ${oldVersion}","closes":"\n\nCloses #${number}"}},"gitHead":"c1d2b7acf3410dac61433183d112f32c8d1d80ea","_id":"@bootstrap-styled/css-mixins@2.0.7","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-jtqb63pV3XbQnC1WNHv0/kNfxvtMq6e61o/3rAnO5OOlN/oltCz99xsOp6zbqh/dAnLktaY6yLC4CkGUbu+vVw==","shasum":"79f3649c1255e37ba78e4e0a05ea495eaf652194","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-2.0.7.tgz","fileCount":194,"unpackedSize":1675633,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdB+/vCRA9TVsSAnZWagAAwXgQAJ1/CwEcWdYZbght58V3\nfNXOf+1Y/XOmRcY4tmmt4k3QZWTs9M2R+Sn30VhUWGjPgh5saXVhB5j63a83\nCENuLkxt/jZSpW1n95awOstwL7FOONn3FDPvUomZR34VhPD1HQA4Pc5PyvWE\nfijlMCkRWItej4qg3JxmCE9b21CnUy7j4kBAmYYpyst1TtAlWTLMiJv7KCvK\npjVU8VRMTSf/qIrDd1524lVYWq5ZVJxMXHFXxff5K1mbTjlTxH0xMvGh9TBv\nQ1mbKwWoGPKCQ6V2drKlsmnh8g2uw8nVJH51XEd5B0VENGKg8QGeDscbfc8Y\nRUdM8GnriFnAOVsNFT3NaJ8rdNcD1kjArstMRDQNAVI/sBnzSKTS2B4cPRkw\nFljJg4l3aary/HcbguYkBho1AgEkoG/Xc1/xghH81MxOPO1FfKcExAZ4MqFT\n7uP5et/QDRiFJc28BuQQYt4ls79vTfsHZ0z7Xmk+8T6Q2DU68uPVdxnB3sGp\nEf93LGJgZt1Fzi69ocSuu/bZ6CGGFY5dKqGxiH5H6JZwId8e6lxzko8C6Hqn\nm0L7nz/hCla8EUdjO8w4DGDh/ZQEDXRqBelp40rAQz/4xivFZeaFHADwmBdj\n6oh/q+x9H8JLHML1eTLLLU0WjPx35FxAD4MFsNgLWgNLAGP29X123S9QVh1R\nRkOt\r\n=rhPN\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAIQWPyhxfoBMcHjQKQyoO2YK30MUgm4u4rsYyINq3oqAiAQfnv4Xe4+QsthFSNKk/7iVvpWKsemu7ZmSACkwYoY5A=="}]},"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-mixins_2.0.7_1560801262478_0.05271738365626555"},"_hasShrinkwrap":false},"2.0.8":{"name":"@bootstrap-styled/css-mixins","version":"2.0.8","description":"Bootstrap v4 css-in-js mixins for Bootstrap Styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.esm.js","module":"dist/@bootstrap-styled/css-mixins.esm.js","homepage":"https://bootstrap-styled.github.io/css-mixins","engines":{"node":">=8"},"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 lint:css && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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-core":"^7.0.0-bridge.0","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","cz-conventional-changelog":"^3.0.2","enzyme":"^3.10.0","enzyme-adapter-react-16":"^1.15.1","eslint":"^6.7.1","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","stylelint":"^12.0.0","stylelint-config-recommended":"^3.0.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.9.0","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":98,"branches":97,"functions":99,"lines":98}},"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","lint-staged"],"dependencies":{"@bootstrap-styled/color":"^1.0.9","@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"}},"greenkeeper":{"label":"dependency","commitMessages":{"initialBadge":"docs(readme): add Greenkeeper badge","initialDependencies":"chore(package): update dependencies","initialBranches":"chore(travis): whitelist greenkeeper branches","dependencyUpdate":"fix(package): update ${dependency} to version ${version}","devDependencyUpdate":"chore(package): update ${dependency} to version ${version}","dependencyPin":"fix: pin ${dependency} to ${oldVersion}","devDependencyPin":"chore: pin ${dependency} to ${oldVersion}","closes":"\n\nCloses #${number}"}},"gitHead":"a39a36273d1289f00e6b00753c31108f36fddaeb","_id":"@bootstrap-styled/css-mixins@2.0.8","_nodeVersion":"12.13.1","_npmVersion":"6.13.1","dist":{"integrity":"sha512-yySAsUATgSQpFbL3TrUwFgmUvmBPoWobaOUqSMDDVuNOCt6TN/rSHMHhqqKQNEcmaq/iSdgkcrdYgFKGwO1agA==","shasum":"58378d1aa6a46620b5d3cd1898c8b7da31204829","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-2.0.8.tgz","fileCount":194,"unpackedSize":1676121,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd4TzECRA9TVsSAnZWagAAHpoP/RY4aa3gAflT6/NNdZBh\nlDPVDR/BGL1ZUiIa0ekS/SlS93+FN9OY0FbekPkp5HJkHhE7BNWe5bSlIVnX\nGn3xpjjMQlGjV2FqsLA2UH+jQ4jZxuwVRRVwb+V99vqqud3bkSv33ksp1U+4\nnMv/3b82it/U547/+AnYbzR1pjGa3b6i+W/MR1AIPKGB9yNfK7TQK6+CgTan\nY3wkAMwgSX+jU+1H+lBfd9oRlQT+MFJYFmmC8OrbaK5aA87AIkMnPv6ilxgF\nfraBlGkZ9Y3SK/9WhOiCT5x7q2BwqZxlOePFqX1jRxz4WxKHlU8dU+qboIZ0\nd1vxdrfEoUw6O5CkIp0P8w8mVIwsSEYJDVrZoNJ0twYXaOpdVhAt3YZQdtUF\nyD7xgLT7qhgg4Qyj2BEapSIEk4rB3YRhgACnbaSeyUWZB3wfMUUFTFgfjX06\nn/iYgtpF0mFt1dH3ykUKUvRVpVzUoOAcloOfix5p2KZ8XQ0vWqPAjzhFUT79\nQCwHJKwMNiu0XpMoi4Kt5fCCWBdnwvyVwI1lOnqwNxAao7O6+mvmdIZ/O73+\n9tl43DIAaNoKm9NJ6ybxG2mfJx1SvgaKQIOAcA+WxmxRTjRFh+dFAxdD8Bs+\ncfUPLoH7tdCr+1+9jRLv2ETXNm4EIY/1+43Zti4gwxNabzrSnziW3sR1i4fV\ncmcm\r\n=fNYf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCh/zDVXii0MPOKXloqhGAF8NmzBawB86kWhRje9LvSlgIgBbXo8BzsFCLqtL3G3nIsfjbDZm5edwe3CsCyR/yWKAU="}]},"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-mixins_2.0.8_1575042243603_0.943856416549202"},"_hasShrinkwrap":false},"2.1.0":{"name":"@bootstrap-styled/css-mixins","version":"2.1.0","description":"Bootstrap v4 css-in-js mixins for Bootstrap Styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.esm.js","module":"dist/@bootstrap-styled/css-mixins.esm.js","homepage":"https://bootstrap-styled.github.io/css-mixins","engines":{"node":">=8"},"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 lint:css && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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-core":"^7.0.0-bridge.0","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","cz-conventional-changelog":"^3.0.2","enzyme":"^3.10.0","enzyme-adapter-react-16":"^1.15.1","eslint":"^6.7.1","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","stylelint":"^12.0.0","stylelint-config-recommended":"^3.0.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.9.0","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":98,"branches":97,"functions":99,"lines":98}},"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","lint-staged"],"dependencies":{"@bootstrap-styled/color":"^1.0.9","@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"}},"greenkeeper":{"label":"dependency","commitMessages":{"initialBadge":"docs(readme): add Greenkeeper badge","initialDependencies":"chore(package): update dependencies","initialBranches":"chore(travis): whitelist greenkeeper branches","dependencyUpdate":"fix(package): update ${dependency} to version ${version}","devDependencyUpdate":"chore(package): update ${dependency} to version ${version}","dependencyPin":"fix: pin ${dependency} to ${oldVersion}","devDependencyPin":"chore: pin ${dependency} to ${oldVersion}","closes":"\n\nCloses #${number}"}},"gitHead":"10a717e9e26f10b2e05ab8010cff19ea6acd541a","_id":"@bootstrap-styled/css-mixins@2.1.0","_nodeVersion":"12.13.1","_npmVersion":"6.13.1","dist":{"integrity":"sha512-Rmgmq6JTmGce7Swk4JQC5WYP040HhE/b8bG05eV7F/CxlncziuKMgPh3Cxwk+xqHxLRcIR/mlAeqzx9DpXnLUA==","shasum":"67352683dd73ca9c0058e1d66f138ab98c8d0619","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-2.1.0.tgz","fileCount":198,"unpackedSize":1708623,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd4s1BCRA9TVsSAnZWagAAuncQAJjNRvshS3Aqz0O7jx0Q\najwy21ODt30QMoO/1kYq7twz2B3qhsCyxcaDST6IFAI9BuJtYS2As3Y26GM7\nu7MrS+pWdG6MEKEKRZnmjiQcsjIOQjH1TdoLl0wz9Efu9GMyLPaowl8XCJrA\noyYC2Qt3DqRScI5aeHilwql5vNauHzXZZEZY0b/kSZVBpkoYSCzQQF8hvc9I\nN1q7XxxMnU7/ttjuixNv7XF51HLhZ6OE6ss+jonPz9WtYFsX1P3jtS8s+yNz\nKOHM0vWTMWbrEsgWHT+z3vQaP5K2yofrWumk1LbL8iTCA9/gxdt/n4PRnIEB\nA2iiMsFffdNsOVNoVeEl/TXSCIQQ8CxgR/kSaJ4u0SjVpITthYYZ4bnRbvT7\no3+zgRG8H9zNihV8XbN6SxdsLWiNMgM+8M6Rw+VPTwgOEt3bgceRYMQyoiJi\n+zDhGHPhlSrdR/Xcv6JVPFtPQ9a4jg3HOZeZn4x53ShNXrDoWNRaWQasRx/I\nVNmz3PEXTzp/g1qcHE7GI7Qt4Fvo87aeRj9IaAdgoLv3/L+h9DueuayO2Fsh\n7FOtJYIA3+iZ3ttuVRgsgLH32qbX4OgDHoSL02n1x3OdF0nSqato/2Afyq9j\nAkrRcOJsgHfA95dClZuFbboc9ZZPfOB3xMktpKQlVCfvFG2oFlHRTYVlBTDu\nd3I5\r\n=Cj5k\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC7pVgG1DC7ri+iWnzUknS++u7uAZzqiQ2FAqkJqZKmhAiEA4Own4vMQH5Ts/du8m5sRJo9j7D3NdwYsePwFhWyB2jI="}]},"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-mixins_2.1.0_1575144768950_0.04029785518156781"},"_hasShrinkwrap":false},"2.1.1":{"name":"@bootstrap-styled/css-mixins","version":"2.1.1","description":"Bootstrap v4 css-in-js mixins for Bootstrap Styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.esm.js","module":"dist/@bootstrap-styled/css-mixins.esm.js","homepage":"https://bootstrap-styled.github.io/css-mixins","engines":{"node":">=8"},"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 lint:css && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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-core":"^7.0.0-bridge.0","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","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","stylelint":"^12.0.0","stylelint-config-recommended":"^3.0.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.9.0","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":98,"branches":97,"functions":99,"lines":98}},"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","lint-staged"],"dependencies":{"@bootstrap-styled/color":"^1.0.9","@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"}},"greenkeeper":{"label":"dependency","commitMessages":{"initialBadge":"docs(readme): add Greenkeeper badge","initialDependencies":"chore(package): update dependencies","initialBranches":"chore(travis): whitelist greenkeeper branches","dependencyUpdate":"fix(package): update ${dependency} to version ${version}","devDependencyUpdate":"chore(package): update ${dependency} to version ${version}","dependencyPin":"fix: pin ${dependency} to ${oldVersion}","devDependencyPin":"chore: pin ${dependency} to ${oldVersion}","closes":"\n\nCloses #${number}"}},"gitHead":"062fadb84aaa0604db0db27b7c83e07542714c1e","_id":"@bootstrap-styled/css-mixins@2.1.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.1","dist":{"integrity":"sha512-bFMbO0FaygB655L+tFnxNVboJnS5ykB33qnS7Ir6kKwCdPhvZ+QWkvTD4oEJ5l75Ub7/cU1AU1NhUdNcmqWVpQ==","shasum":"dcd61871445b0d064f1fd854ba56568d10061168","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-2.1.1.tgz","fileCount":198,"unpackedSize":1708586,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd4ywTCRA9TVsSAnZWagAALgsQAINfUSyxnXhgZ3RWiYsX\nYbCbrVkBa7A1Or+47vfbD/Diy+8CBIDAZMcR9CBFAjWz5zoxzZK/kYnfjhHo\nqwG3vzQDQhbMqyPCgEEdS65OZOyhRjqaazGkupFKQxzykariZUwUVK4kKK04\n/N9nTZhWmutGNN1CtUX2qnkarpol0bsooygwkuTMqvq/uDn+zQSLAOXvKnWi\nprudj0N6v1d2NtrM8j73WrapjaXApdWH5us1rCWcCuDEV9aZugVLsgF3HvmS\n+025hwoBaJJdvK/ahq81xmNbkISinloiNn2DfkWrs2AzO3Wm9p3l7IFWFynI\nh3XroKqVHS3cXIAqeGkbiyxjmXoZNUbpNb9qNeBHI/7ntjiVG13Ehu/PNfIn\neZCvQuU7HZdKeEcKIoGb+oWTXbd+TwHtVdQHnxrNZZ0llRwRkQIO35XwReBA\noOnt2hbaDZG1OkepJHdm/PQywkrTxUtoy0ZcTJJEw9jzQZsciq34jPEmXyb9\neQnNaOX2PoAqLBn7ZsvpozbppbcFEaudFB9q9V9K1we+BNTsHuMqZe8+vnoT\nFwIrL73dJ595yMaNt7bgHlvm5z7L5vTcJLr4jT0RGllvKoZ9/TKRXLXMwvAz\nJc70Fhr5BS8KBbxYvZnWyVKDWR6C5rQpsWlD69bvlzZDA6av4xqH2E4qSuQz\nNoxs\r\n=wAkO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDRsuxIvcPtn8XcdqCcHQWtubMITJBk+jCJ1wzJzF8zeAIhALkhUxLRupaauR6p2S28ZpYLxUI8+0fJIUUyy9/VWYOl"}]},"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-mixins_2.1.1_1575169042778_0.983244571464746"},"_hasShrinkwrap":false},"2.1.2":{"name":"@bootstrap-styled/css-mixins","version":"2.1.2","description":"Bootstrap v4 css-in-js mixins for Bootstrap Styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.esm.js","module":"dist/@bootstrap-styled/css-mixins.esm.js","homepage":"https://bootstrap-styled.github.io/css-mixins","engines":{"node":">=8"},"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 lint:css && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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-core":"^7.0.0-bridge.0","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","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","stylelint":"^12.0.0","stylelint-config-recommended":"^3.0.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.9.0","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":98,"branches":97,"functions":99,"lines":98}},"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","lint-staged"],"dependencies":{"@bootstrap-styled/color":"^1.0.9","@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"}},"greenkeeper":{"label":"dependency","commitMessages":{"initialBadge":"docs(readme): add Greenkeeper badge","initialDependencies":"chore(package): update dependencies","initialBranches":"chore(travis): whitelist greenkeeper branches","dependencyUpdate":"fix(package): update ${dependency} to version ${version}","devDependencyUpdate":"chore(package): update ${dependency} to version ${version}","dependencyPin":"fix: pin ${dependency} to ${oldVersion}","devDependencyPin":"chore: pin ${dependency} to ${oldVersion}","closes":"\n\nCloses #${number}"}},"gitHead":"2d10a6452b87c6a7683755adf75f99dc0e466cd0","_id":"@bootstrap-styled/css-mixins@2.1.2","_nodeVersion":"12.13.1","_npmVersion":"6.13.1","dist":{"integrity":"sha512-z3MkNtg5grl6aiXWAzTdEjaCQL8eZBkffpFyXsVW1ZM4rTBkjSAbOyXAbN7UcpGp0eMECdVndfyfw0Lv3eGPXw==","shasum":"aebeb1510d182613c0fac10ea390069e3402bfbc","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-2.1.2.tgz","fileCount":198,"unpackedSize":1710905,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5UmwCRA9TVsSAnZWagAAXXUP/jIdofV7zt8QRcrWXNLo\n2X0QW7zPrZo5tLbZzKo37N9HQNfPJtPnRiG7jzqOdLBZ9MnhSs+lizjc+Wkz\nvfrq7+xBOX9FrIwkKLGos8xACz1Mdp3hYHGnEqw+QYW0gtOpUJDBSIessbyt\nZhrdycQCvWI7BG++7zrvKQKz0uX5nNzxuTGGmB32sr0ItqLQHKQIGRT4DGzI\nT3ChQHIXdAHt+pS2VrrvZep//XXpbfzrh9w5837QxnjNMdXuEg9KrJkO8jIV\nDe1p03w+iGxlEp27a6/ciqMkLtoDhZ/5PIdL/WIQj16V4yqHFLKvbRWBwW1f\n+aA4YOyRqxSe4ByDvjQxKT7EBX4JiRK4t73PHu5J4+ra4P8k1lu3mXb+ICed\nSW3+Kwa6XxdVEZSjQZ+Zvy/gqh3h6wRuQCntmBRW1viMo3KmAnz1o6+JjCCU\n9nfvyDyKWfFSsDty5FHJQ+xqjTU0ePZL/hgPbbzsKpVpXPKtJttNbyaaPCMG\nuDHBUnEDZDjvOBEIdapCqfwtzxfOt5aw03IBcJw2FJty8kwdHZBLv73mjVam\nzpglNGOQ6dngWUC6mQr/CzUbyn6UHqy2v2+raBEM6Uxm/Gzq8EHa4dJTimWM\nZSiUtqcC1FSpckTY1ITsY7AvLuWfotTVlrQXSYeqtvBHptv+rX4vKl76Kk6w\nVtAk\r\n=dlYn\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC0qOC2xg58ommX9NuYZJJUIlHIJZVaNsEzurPkhpQiLAIhANuDciM5/zeigPkdU04oQ2I2ppJ+V+oBIVK2JXMYBwi4"}]},"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-mixins_2.1.2_1575307695887_0.6526106341624462"},"_hasShrinkwrap":false},"2.1.3":{"name":"@bootstrap-styled/css-mixins","version":"2.1.3","description":"Bootstrap v4 css-in-js mixins for Bootstrap Styled.","main":"lib/index.js","jsnext:main":"dist/@bootstrap-styled/css-mixins.esm.js","module":"dist/@bootstrap-styled/css-mixins.esm.js","homepage":"https://bootstrap-styled.github.io/css-mixins","engines":{"node":">=8"},"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 lint:css && npm run test:web","test:web":"NODE_ENV=test jest --coverage","test:clean":"rimraf ./coverage","test:watch":"npm run test -- --watch","lint":"eslint src","lint:css":"stylelint './src/**/*.js'","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-mixins.git"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/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","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-core":"^7.0.0-bridge.0","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","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","stylelint":"^13.3.3","stylelint-config-recommended":"^3.0.0","stylelint-config-styled-components":"^0.1.1","stylelint-processor-styled-components":"^1.10.0","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":98,"branches":97,"functions":99,"lines":98}},"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","lint-staged"],"dependencies":{"@bootstrap-styled/color":"^1.0.9","@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"}},"greenkeeper":{"label":"dependency","commitMessages":{"initialBadge":"docs(readme): add Greenkeeper badge","initialDependencies":"chore(package): update dependencies","initialBranches":"chore(travis): whitelist greenkeeper branches","dependencyUpdate":"fix(package): update ${dependency} to version ${version}","devDependencyUpdate":"chore(package): update ${dependency} to version ${version}","dependencyPin":"fix: pin ${dependency} to ${oldVersion}","devDependencyPin":"chore: pin ${dependency} to ${oldVersion}","closes":"\n\nCloses #${number}"}},"gitHead":"66588d09441e5755eda8e39a273f590d130449b5","_id":"@bootstrap-styled/css-mixins@2.1.3","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"integrity":"sha512-/t8Eg5eWUaGu85oqZ+whdEBUMCceB5tCamW4ZBH1UJzwiRoBPN/wF1eiTb8FEelwwSbBNckENK03b1BVTnFQ3A==","shasum":"e2a3cecf45ed2e1c65fcf194211ab74333fa9ddf","tarball":"https://registry.npmjs.org/@bootstrap-styled/css-mixins/-/css-mixins-2.1.3.tgz","fileCount":198,"unpackedSize":1708619,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesBclCRA9TVsSAnZWagAATMYP/ReZK5HbbBNY7XjqoIb7\nofELZ2amz4WShL0CjUpqbQk2XlMQNNriXSEodOFfhxrR2zlQ9beKXhkwVJ/0\nqeoKAFu6NE8pg94RoLBLJDU5HpD3iVv0E1Bw7yzWG8SS5h0wTwcojd+2YnTW\ncjG4G+SRGvUwK9bMBgaGJ6raXSeaR1uld2XlOcvfqDtdDKtLzJ87hB6EdDft\neHCsADBMvP4Xpai0DUh4p1ztOnRKWe9p+M7Hu+facLMywKk8Mrz2WNvF8YPy\ndVaN1N8alRkT124Rpp2Q4bTlbQc+6qnA1sppD+jmCTV0W4t3CJhrHktKu8XF\nsQdx6/5gI1479J/9+0hF+ACri6jICyT2MqvtBFcuW2QXLK5KiXgIrtoUTTxn\ngfurz5v9LBW/A+3wfNG0AMH0sm6kOkdx+umXUW7Jve1aHYedtm8PtXaA7pXM\nOfDzGkxEi60dm1YLwcng3M0kXMHlQQpPiNEC8CByzF5g2chkTJJ+cGepIRGQ\nVZL3F1SFNc2VMZVSe7ILMlzIiWzLZfIGGh8+i+1YLPno+5dJ1r5qZTZQIFOs\n9psm03XrDQOC0/BRWNlZ6nwQLj0udKAjiL6Ok+AuJZXWgd7TpIOjWmeEZfmb\nr8/DtPkDUjVCA4rKYnoqy0Rylx2wLaU9rQ4XKotD2NuoqoGSBVX4MTXAJXF+\nHSoV\r\n=B/sR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF/lHr+uQP22sgwdy2iePW7IqkJuYovAHSr5gzRfbB6AAiEAng79cmEIhpRXt6guzoO9r4SXv6w9HDGwZURC8QG2TKQ="}]},"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-mixins_2.1.3_1588598564946_0.13996620642764768"},"_hasShrinkwrap":false}},"time":{"created":"2018-10-03T22:12:47.971Z","1.0.0":"2018-10-03T22:12:48.201Z","modified":"2022-04-04T20:11:51.284Z","1.0.1":"2018-11-05T08:23:05.602Z","1.0.2":"2018-11-05T08:36:51.828Z","1.1.0":"2018-11-14T19:02:30.447Z","1.1.1":"2018-12-03T02:11:39.643Z","1.1.2":"2018-12-05T22:24:02.577Z","1.2.0":"2018-12-07T03:20:06.354Z","1.3.0":"2018-12-16T16:10:31.245Z","1.3.1":"2018-12-16T20:24:06.250Z","1.3.2":"2018-12-18T10:15:32.284Z","1.3.3":"2018-12-18T14:51:03.793Z","2.0.0":"2018-12-20T19:36:56.185Z","2.0.1":"2018-12-20T23:47:15.096Z","2.0.2":"2018-12-21T19:38:59.871Z","2.0.3":"2018-12-21T22:00:56.314Z","2.0.4":"2019-01-03T17:11:54.567Z","2.0.5":"2019-01-03T19:04:23.898Z","2.0.6":"2019-02-05T09:02:30.068Z","2.0.7":"2019-06-17T19:54:22.693Z","2.0.8":"2019-11-29T15:44:03.804Z","2.1.0":"2019-11-30T20:12:49.203Z","2.1.1":"2019-12-01T02:57:22.967Z","2.1.2":"2019-12-02T17:28:16.120Z","2.1.3":"2020-05-04T13:22:45.097Z"},"maintainers":[{"name":"kopax","email":"contact@kopaxgroup.com"},{"name":"santaclauze","email":"alexander.janet11@gmail.com"}],"description":"Bootstrap v4 css-in-js mixins for Bootstrap Styled.","homepage":"https://bootstrap-styled.github.io/css-mixins","keywords":["bootstrap","bootstrap-styled","styled","styled-components","react"],"repository":{"type":"git","url":"git+https://github.com/bootstrap-styled/css-mixins.git"},"author":{"name":"Dimitri Kopriwa","email":"dimitri.kopriwa@yeutech.vn","url":"https://github.com/kopax"},"bugs":{"url":"https://github.com/bootstrap-styled/css-mixins/issues"},"license":"MIT","readme":"# css-mixins\n\n[![Build Status](https://travis-ci.org/bootstrap-styled/css-mixins.svg?branch=master)](https://travis-ci.org/bootstrap-styled/css-mixins) [![npm Version](https://img.shields.io/npm/v/@bootstrap-styled/css-mixins.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/css-mixins) [![License](https://img.shields.io/npm/l/@bootstrap-styled/css-mixins.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/css-mixins) [![NPM monthly downloads](https://img.shields.io/npm/dm/@bootstrap-styled/css-mixins.svg?style=flat)](https://npmjs.org/package/@bootstrap-styled/css-mixins) [![NPM total downloads](https://img.shields.io/npm/dt/@bootstrap-styled/css-mixins.svg?style=flat)](https://npmjs.org/package/@bootstrap-styled/css-mixins) [![npm Version](https://img.shields.io/node/v/@bootstrap-styled/css-mixins.svg?style=flat)](https://www.npmjs.com/package/@bootstrap-styled/css-mixins) [![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-mixins)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.github.bootstrap-styled.css-mixins&metric=coverage)](https://sonarcloud.io/dashboard?id=com.github.bootstrap-styled.css-mixins) [![Quality gate status](https://sonarcloud.io/api/project_badges/measure?project=com.github.bootstrap-styled.css-mixins&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.github.bootstrap-styled.css-mixins)\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-mixins.svg)](https://greenkeeper.io/)\n\nBootstrap mixins and utilities in javascript for bootstrap-styled.\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-mixins documentation](https://bootstrap-styled.github.io/css-mixins).\n\n\n## Contributing\n\nIf you want to contribute to css-mixins please see our [contributing and community guidelines](https://github.com/bootstrap-styled/css-mixins/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-mixins/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"}