{"_id":"react-with-styles-interface-css","_rev":"3902388","name":"react-with-styles-interface-css","description":"Interface for react-with-styles outputting CSS","dist-tags":{"alpha":"6.0.0-alpha.1","latest":"6.0.0"},"maintainers":[{"name":"airbnbeng","email":"opensource@airbnb.com"},{"name":"brieb","email":""},{"name":"christianv","email":"vueringschristian@gmail.com"},{"name":"danbeam","email":""},{"name":"ljharb","email":""},{"name":"majapw","email":""},{"name":"noratarano","email":"noratarano@gmail.com"},{"name":"sharmilajesupaul","email":"tosharmila@gmail.com"}],"time":{"modified":"2025-09-01T01:09:50.000Z","created":"2017-09-29T00:22:02.372Z","6.0.0":"2019-09-09T19:37:40.465Z","6.0.0-alpha.1":"2019-09-06T00:25:30.768Z","5.0.0":"2019-09-04T21:55:30.088Z","4.0.3":"2018-07-10T01:36:07.126Z","4.0.2":"2018-06-08T17:48:28.951Z","4.0.1":"2018-02-25T06:37:31.792Z","4.0.0":"2018-02-15T23:13:37.143Z","3.0.0":"2017-10-13T00:46:23.268Z","2.0.2":"2017-10-05T18:24:29.333Z","2.0.1":"2017-10-05T18:00:24.490Z","1.1.0":"2017-10-02T20:03:31.565Z","1.0.1":"2017-09-29T17:27:28.568Z","1.0.0":"2017-09-29T00:22:02.372Z"},"users":{},"author":{"name":"Felipe Vargas","email":"felipe@fvgs.ai","url":"fvgs.ai"},"repository":{"type":"git","url":"airbnb/react-with-styles-interface-css/tree/master/packages/interface"},"versions":{"6.0.0":{"name":"react-with-styles-interface-css","version":"6.0.0","description":"Interface for react-with-styles outputting CSS","repository":{"type":"git","url":"airbnb/react-with-styles-interface-css/tree/master/packages/interface"},"homepage":"https://github.com/airbnb/react-with-styles-interface-css#readme","bugs":{"url":"https://github.com/airbnb/react-with-styles-interface-css/issues"},"main":"index.js","scripts":{"prebuild":"npm run clean","build":"babel src --out-dir dist","clean":"rimraf dist","dev":"npm run build -- --watch","lint":"eslint .","jest":"jest","pretest":"npm run lint","test":"npm run test:only","test:only":"npm run jest","check-changelog":"expr $(git status --porcelain 2>/dev/null| grep \"^\\s*[AM].*packages/interface/CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)","check-only-changelog-changed":"(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0","tag":"git tag interface-v$npm_package_version","postversion":"git commit package.json CHANGELOG.md -m \"[interface] Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish","prepublish":"in-publish && safe-publish-latest && npm run build || not-in-publish","preversion":"npm test && npm run check-changelog && npm run check-only-changelog-changed","version:major":"npm --no-git-tag-version version major","version:minor":"npm --no-git-tag-version version minor","version:patch":"npm --no-git-tag-version version patch"},"keywords":["react-with-styles","css-in-js","css"],"author":{"name":"Felipe Vargas","email":"felipe@fvgs.ai","url":"fvgs.ai"},"license":"MIT","devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/runtime":"^7.0.0","babel-jest":"^24.9.0","babel-preset-airbnb":"^4.0.1","chai":"^4.2.0","eslint":"^5.6.1","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","in-publish":"^2.0.0","jest":"^24.9.0","object.entries":"^1.0.4","rimraf":"^2.6.2","safe-publish-latest":"^1.1.2"},"dependencies":{"array.prototype.flat":"^1.2.1","global-cache":"^1.2.1"},"peerDependencies":{"@babel/runtime":"^7.0.0","react-with-styles":"^3.0.0 || ^4.0.0"},"_id":"react-with-styles-interface-css@6.0.0","_nodeVersion":"8.9.1","_npmVersion":"6.9.0","dist":{"shasum":"b53da7fa8359d452cb934cface8738acaef7b5fe","size":5966,"noattachment":false,"key":"/react-with-styles-interface-css/-/react-with-styles-interface-css-6.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-with-styles-interface-css/download/react-with-styles-interface-css-6.0.0.tgz"},"maintainers":[{"name":"airbnbeng","email":"opensource@airbnb.com"},{"name":"brieb","email":""},{"name":"christianv","email":"vueringschristian@gmail.com"},{"name":"danbeam","email":""},{"name":"ljharb","email":""},{"name":"majapw","email":""},{"name":"noratarano","email":"noratarano@gmail.com"},{"name":"sharmilajesupaul","email":"tosharmila@gmail.com"}],"_npmUser":{"name":"noratarano","email":"noratarano@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-with-styles-interface-css_6.0.0_1568057860359_0.701818730300342"},"_hasShrinkwrap":false,"publish_time":1568057860465,"_cnpm_publish_time":1568057860465,"_cnpmcore_publish_time":"2021-12-16T16:12:33.285Z"},"6.0.0-alpha.1":{"name":"react-with-styles-interface-css","version":"6.0.0-alpha.1","description":"Interface for react-with-styles outputting CSS","repository":{"type":"git","url":"airbnb/react-with-styles-interface-css/tree/master/packages/interface"},"homepage":"https://github.com/airbnb/react-with-styles-interface-css#readme","bugs":{"url":"https://github.com/airbnb/react-with-styles-interface-css/issues"},"main":"index.js","scripts":{"prebuild":"npm run clean","build":"babel src --out-dir dist","clean":"rimraf dist","dev":"npm run build -- --watch","lint":"eslint .","jest":"jest","pretest":"npm run lint","test":"npm run test:only","test:only":"npm run jest","check-changelog":"expr $(git status --porcelain 2>/dev/null| grep \"^\\s*[AM].*packages/interface/CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)","check-only-changelog-changed":"(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0","tag":"git tag interface-v$npm_package_version","postversion":"git commit package.json CHANGELOG.md -m \"[interface] Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish","prepublish":"in-publish && safe-publish-latest && npm run build || not-in-publish","preversion":"npm test && npm run check-changelog && npm run check-only-changelog-changed","version:major":"npm --no-git-tag-version version major","version:minor":"npm --no-git-tag-version version minor","version:patch":"npm --no-git-tag-version version patch"},"keywords":["react-with-styles","css-in-js","css"],"author":{"name":"Felipe Vargas","email":"felipe@fvgs.ai","url":"fvgs.ai"},"license":"MIT","devDependencies":{"@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/runtime":"^7.0.0","babel-jest":"^24.9.0","babel-preset-airbnb":"^4.0.1","chai":"^4.2.0","eslint":"^5.6.1","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","in-publish":"^2.0.0","jest":"^24.9.0","object.entries":"^1.0.4","rimraf":"^2.6.2","safe-publish-latest":"^1.1.2"},"dependencies":{"array.prototype.flat":"^1.2.1","global-cache":"^1.2.1"},"peerDependencies":{"@babel/runtime":"^7.0.0","react-with-styles":"^3.0.0 || ^4.0.0"},"readmeFilename":"README.md","_id":"react-with-styles-interface-css@6.0.0-alpha.1","_nodeVersion":"8.9.1","_npmVersion":"6.9.0","dist":{"shasum":"e83ff857afa3edb69cbed25870884a15b5b4fda0","size":5950,"noattachment":false,"key":"/react-with-styles-interface-css/-/react-with-styles-interface-css-6.0.0-alpha.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-with-styles-interface-css/download/react-with-styles-interface-css-6.0.0-alpha.1.tgz"},"maintainers":[{"name":"airbnbeng","email":"opensource@airbnb.com"},{"name":"brieb","email":""},{"name":"christianv","email":"vueringschristian@gmail.com"},{"name":"danbeam","email":""},{"name":"ljharb","email":""},{"name":"majapw","email":""},{"name":"noratarano","email":"noratarano@gmail.com"},{"name":"sharmilajesupaul","email":"tosharmila@gmail.com"}],"_npmUser":{"name":"noratarano","email":"noratarano@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-with-styles-interface-css_6.0.0-alpha.1_1567729530629_0.34138805251572246"},"_hasShrinkwrap":false,"publish_time":1567729530768,"_cnpm_publish_time":1567729530768,"_cnpmcore_publish_time":"2021-12-16T16:12:33.645Z"},"5.0.0":{"name":"react-with-styles-interface-css","version":"5.0.0","description":"Interface for react-with-styles outputting CSS","repository":{"type":"git","url":"airbnb/react-with-styles-interface-css/tree/master/packages/interface"},"homepage":"https://github.com/airbnb/react-with-styles-interface-css#readme","bugs":{"url":"https://github.com/airbnb/react-with-styles-interface-css/issues"},"main":"index.js","scripts":{"prebuild":"npm run clean","build":"babel src --out-dir dist","clean":"rimraf dist","dev":"npm run build -- --watch","lint":"eslint .","jest":"jest","pretest":"npm run lint","test":"npm run test:only","test:only":"npm run jest","check-changelog":"expr $(git status --porcelain 2>/dev/null| grep \"^\\s*[AM].*packages/interface/CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)","check-only-changelog-changed":"(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0","tag":"git tag interface-v$npm_package_version","postversion":"git commit package.json CHANGELOG.md -m \"[interface] Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish","prepublish":"in-publish && safe-publish-latest && npm run build || not-in-publish","preversion":"npm test && npm run check-changelog && npm run check-only-changelog-changed","version:major":"npm --no-git-tag-version version major","version:minor":"npm --no-git-tag-version version minor","version:patch":"npm --no-git-tag-version version patch"},"keywords":["react-with-styles","css-in-js","css"],"author":{"name":"Felipe Vargas","email":"felipe@fvgs.ai","url":"fvgs.ai"},"license":"MIT","devDependencies":{"@babel/cli":"^7.1.2","@babel/core":"^7.1.2","babel-core":"^7.0.0-bridge.0","babel-jest":"^23.6.0","babel-preset-airbnb":"^3.0.1","chai":"^4.2.0","eslint":"^5.6.1","eslint-config-airbnb-base":"^13.1.0","eslint-plugin-import":"^2.14.0","in-publish":"^2.0.0","jest":"^23.6.0","object.entries":"^1.0.4","rimraf":"^2.6.2","safe-publish-latest":"^1.1.2"},"dependencies":{"array.prototype.flat":"^1.2.1","global-cache":"^1.2.1"},"peerDependencies":{"react-with-styles":"^3.0.0 || ^4.0.0"},"_id":"react-with-styles-interface-css@5.0.0","_nodeVersion":"8.9.1","_npmVersion":"6.9.0","dist":{"shasum":"3037743210c116f192a2e0d94ccab5e57e0b3e44","size":5955,"noattachment":false,"key":"/react-with-styles-interface-css/-/react-with-styles-interface-css-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-with-styles-interface-css/download/react-with-styles-interface-css-5.0.0.tgz"},"maintainers":[{"name":"airbnbeng","email":"opensource@airbnb.com"},{"name":"brieb","email":""},{"name":"christianv","email":"vueringschristian@gmail.com"},{"name":"danbeam","email":""},{"name":"ljharb","email":""},{"name":"majapw","email":""},{"name":"noratarano","email":"noratarano@gmail.com"},{"name":"sharmilajesupaul","email":"tosharmila@gmail.com"}],"_npmUser":{"name":"noratarano","email":"noratarano@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-with-styles-interface-css_5.0.0_1567634129973_0.8636509564415389"},"_hasShrinkwrap":false,"publish_time":1567634130088,"_cnpm_publish_time":1567634130088,"_cnpmcore_publish_time":"2021-12-16T16:12:33.908Z"},"4.0.3":{"name":"react-with-styles-interface-css","version":"4.0.3","description":"Interface for react-with-styles outputting CSS","repository":{"type":"git","url":"airbnb/react-with-styles-interface-css/tree/master/packages/interface"},"homepage":"https://github.com/airbnb/react-with-styles-interface-css#readme","bugs":{"url":"https://github.com/airbnb/react-with-styles-interface-css/issues"},"main":"index.js","scripts":{"prebuild":"npm run clean","build":"babel src --out-dir dist","clean":"rimraf dist","dev":"npm run build -- --watch","lint":"eslint .","jest":"jest","pretest":"npm run lint","test":"npm run test:only","test:only":"npm run jest","check-changelog":"expr $(git status --porcelain 2>/dev/null| grep \"^\\s*[AM].*packages/interface/CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)","check-only-changelog-changed":"(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0","tag":"git tag interface-v$npm_package_version","postversion":"git commit package.json CHANGELOG.md -m \"[interface] Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish","prepublish":"in-publish && safe-publish-latest && npm run build || not-in-publish","preversion":"npm test && npm run check-changelog && npm run check-only-changelog-changed","version:major":"npm --no-git-tag-version version major","version:minor":"npm --no-git-tag-version version minor","version:patch":"npm --no-git-tag-version version patch"},"keywords":["react-with-styles","css-in-js","css"],"author":{"name":"Felipe Vargas","email":"felipe@fvgs.ai","url":"fvgs.ai"},"license":"MIT","devDependencies":{"babel-cli":"^6.26.0","babel-preset-airbnb":"^2.4.0","chai":"^4.1.2","eslint":"^4.19.1","eslint-config-airbnb-base":"^12.1.0","eslint-plugin-import":"^2.12.0","in-publish":"^2.0.0","jest":"^21.2.1","object.entries":"^1.0.4","rimraf":"^2.6.2","safe-publish-latest":"^1.1.1"},"dependencies":{"array.prototype.flat":"^1.2.1","global-cache":"^1.2.1"},"peerDependencies":{"react-with-styles":"^3.0.0"},"_id":"react-with-styles-interface-css@4.0.3","_npmVersion":"5.6.0","_nodeVersion":"8.9.1","_npmUser":{"name":"majapw","email":"majapw@gmail.com"},"dist":{"shasum":"c4a61277b2b8e4126b2cd25eca3ac4097bd2af09","size":5852,"noattachment":false,"key":"/react-with-styles-interface-css/-/react-with-styles-interface-css-4.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-with-styles-interface-css/download/react-with-styles-interface-css-4.0.3.tgz"},"maintainers":[{"name":"airbnbeng","email":"opensource@airbnb.com"},{"name":"brieb","email":""},{"name":"christianv","email":"vueringschristian@gmail.com"},{"name":"danbeam","email":""},{"name":"ljharb","email":""},{"name":"majapw","email":""},{"name":"noratarano","email":"noratarano@gmail.com"},{"name":"sharmilajesupaul","email":"tosharmila@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-with-styles-interface-css_4.0.3_1531186566984_0.8724335861103996"},"_hasShrinkwrap":false,"publish_time":1531186567126,"_cnpm_publish_time":1531186567126,"_cnpmcore_publish_time":"2021-12-16T16:12:34.135Z"},"4.0.2":{"name":"react-with-styles-interface-css","version":"4.0.2","description":"Interface for react-with-styles outputting CSS","repository":{"type":"git","url":"airbnb/react-with-styles-interface-css/tree/master/packages/interface"},"homepage":"https://github.com/airbnb/react-with-styles-interface-css#readme","bugs":{"url":"https://github.com/airbnb/react-with-styles-interface-css/issues"},"main":"index.js","scripts":{"prebuild":"npm run clean","build":"babel src --out-dir dist","clean":"rimraf dist","dev":"npm run build -- --watch","lint":"eslint .","jest":"jest","pretest":"npm run lint","test":"npm run test:only","test:only":"npm run jest","check-changelog":"expr $(git status --porcelain 2>/dev/null| grep \"^\\s*[AM].*packages/interface/CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)","check-only-changelog-changed":"(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0","tag":"git tag interface-v$npm_package_version","postversion":"git commit package.json CHANGELOG.md -m \"[interface] Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish","prepublish":"in-publish && safe-publish-latest && npm run build || not-in-publish","preversion":"npm test && npm run check-changelog && npm run check-only-changelog-changed","version:major":"npm --no-git-tag-version version major","version:minor":"npm --no-git-tag-version version minor","version:patch":"npm --no-git-tag-version version patch"},"keywords":["react-with-styles","css-in-js","css"],"author":{"name":"Felipe Vargas","email":"felipe@fvgs.ai","url":"fvgs.ai"},"license":"MIT","devDependencies":{"babel-cli":"^6.26.0","babel-preset-airbnb":"^2.4.0","chai":"^4.1.2","eslint":"^4.13.1","eslint-config-airbnb-base":"^12.1.0","eslint-plugin-import":"^2.8.0","in-publish":"^2.0.0","jest":"^21.2.1","object.entries":"^1.0.4","rimraf":"^2.6.2","safe-publish-latest":"^1.1.1"},"dependencies":{"aphrodite":"^1.2.5","array.prototype.flat":"^1.2.1","global-cache":"^1.2.1"},"peerDependencies":{"react-with-styles":"^3.0.0"},"_id":"react-with-styles-interface-css@4.0.2","_npmVersion":"6.1.0","_nodeVersion":"10.4.0","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"e30299a8d60663b87b8393664a63844d4e7dfd5c","size":5814,"noattachment":false,"key":"/react-with-styles-interface-css/-/react-with-styles-interface-css-4.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-with-styles-interface-css/download/react-with-styles-interface-css-4.0.2.tgz"},"maintainers":[{"name":"airbnbeng","email":"opensource@airbnb.com"},{"name":"brieb","email":""},{"name":"christianv","email":"vueringschristian@gmail.com"},{"name":"danbeam","email":""},{"name":"ljharb","email":""},{"name":"majapw","email":""},{"name":"noratarano","email":"noratarano@gmail.com"},{"name":"sharmilajesupaul","email":"tosharmila@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-with-styles-interface-css_4.0.2_1528480108854_0.001330373883986713"},"_hasShrinkwrap":false,"publish_time":1528480108951,"_cnpm_publish_time":1528480108951,"_cnpmcore_publish_time":"2021-12-16T16:12:34.400Z"},"4.0.1":{"name":"react-with-styles-interface-css","version":"4.0.1","description":"Interface for react-with-styles outputting CSS","repository":{"type":"git","url":"airbnb/react-with-styles-interface-css/tree/master/packages/interface"},"homepage":"https://github.com/airbnb/react-with-styles-interface-css#readme","bugs":{"url":"https://github.com/airbnb/react-with-styles-interface-css/issues"},"main":"index.js","scripts":{"prebuild":"npm run clean","build":"babel src --out-dir dist","clean":"rimraf dist","dev":"npm run build -- --watch","lint":"eslint .","jest":"jest","pretest":"npm run lint","test":"npm run test:only","test:only":"npm run jest","check-changelog":"expr $(git status --porcelain 2>/dev/null| grep \"^\\s*[AM].*packages/interface/CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)","check-only-changelog-changed":"(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0","tag":"git tag interface-v$npm_package_version","postversion":"git commit package.json CHANGELOG.md -m \"[interface] Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish","prepublish":"in-publish && safe-publish-latest && npm run build || not-in-publish","preversion":"npm test && npm run check-changelog && npm run check-only-changelog-changed","version:major":"npm --no-git-tag-version version major","version:minor":"npm --no-git-tag-version version minor","version:patch":"npm --no-git-tag-version version patch"},"keywords":["react-with-styles","css-in-js","css"],"author":{"name":"Felipe Vargas","email":"felipe@fvgs.ai","url":"fvgs.ai"},"license":"MIT","devDependencies":{"babel-cli":"^6.26.0","babel-preset-airbnb":"^2.4.0","chai":"^4.1.2","eslint":"^4.13.1","eslint-config-airbnb-base":"^12.1.0","eslint-plugin-import":"^2.8.0","in-publish":"^2.0.0","jest":"^21.2.1","object.entries":"^1.0.4","rimraf":"^2.6.2","safe-publish-latest":"^1.1.1"},"dependencies":{"aphrodite":"^1.2.5","array.prototype.flatten":"^1.2.1","global-cache":"^1.2.1"},"peerDependencies":{"react-with-styles":"^3.0.0"},"_id":"react-with-styles-interface-css@4.0.1","_npmVersion":"5.6.0","_nodeVersion":"8.9.1","_npmUser":{"name":"majapw","email":"majapw@gmail.com"},"dist":{"shasum":"79d0a40bae388e11f15362d35aa52e8917982db0","size":5819,"noattachment":false,"key":"/react-with-styles-interface-css/-/react-with-styles-interface-css-4.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-with-styles-interface-css/download/react-with-styles-interface-css-4.0.1.tgz"},"maintainers":[{"name":"airbnbeng","email":"opensource@airbnb.com"},{"name":"brieb","email":""},{"name":"christianv","email":"vueringschristian@gmail.com"},{"name":"danbeam","email":""},{"name":"ljharb","email":""},{"name":"majapw","email":""},{"name":"noratarano","email":"noratarano@gmail.com"},{"name":"sharmilajesupaul","email":"tosharmila@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-with-styles-interface-css_4.0.1_1519540651628_0.052735478921522194"},"_hasShrinkwrap":false,"publish_time":1519540651792,"_cnpm_publish_time":1519540651792,"_cnpmcore_publish_time":"2021-12-16T16:12:34.730Z"},"4.0.0":{"name":"react-with-styles-interface-css","version":"4.0.0","description":"Interface for react-with-styles outputting CSS","repository":{"type":"git","url":"airbnb/react-with-styles-interface-css/tree/master/packages/interface"},"homepage":"https://github.com/airbnb/react-with-styles-interface-css#readme","bugs":{"url":"https://github.com/airbnb/react-with-styles-interface-css/issues"},"main":"index.js","scripts":{"prebuild":"npm run clean","build":"babel src --out-dir dist","clean":"rimraf dist","dev":"npm run build -- --watch","lint":"eslint .","jest":"jest","pretest":"npm run lint","test":"npm run test:only","test:only":"npm run jest","check-changelog":"expr $(git status --porcelain 2>/dev/null| grep \"^\\s*[AM].*packages/interface/CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)","check-only-changelog-changed":"(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0","tag":"git tag interface-v$npm_package_version","postversion":"git commit package.json CHANGELOG.md -m \"[interface] Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish","prepublish":"in-publish && safe-publish-latest && npm run build || not-in-publish","preversion":"npm test && npm run check-changelog && npm run check-only-changelog-changed","version:major":"npm --no-git-tag-version version major","version:minor":"npm --no-git-tag-version version minor","version:patch":"npm --no-git-tag-version version patch"},"keywords":["react-with-styles","css-in-js","css"],"author":{"name":"Felipe Vargas","email":"felipe@fvgs.ai","url":"fvgs.ai"},"license":"MIT","devDependencies":{"babel-cli":"^6.26.0","babel-preset-airbnb":"^2.4.0","chai":"^4.1.2","eslint":"^4.13.1","eslint-config-airbnb-base":"^12.1.0","eslint-plugin-import":"^2.8.0","in-publish":"^2.0.0","jest":"^21.2.1","object.entries":"^1.0.4","rimraf":"^2.6.2","safe-publish-latest":"^1.1.1"},"dependencies":{"aphrodite":"^1.2.5","array.prototype.flatten":"^1.1.1","global-cache":"^1.2.1"},"peerDependencies":{"react-with-styles":"^3.0.0"},"_id":"react-with-styles-interface-css@4.0.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.1","_npmUser":{"name":"majapw","email":"majapw@gmail.com"},"dist":{"shasum":"7365fff28a4d984a22955bc010f22de708b207cf","size":5782,"noattachment":false,"key":"/react-with-styles-interface-css/-/react-with-styles-interface-css-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-with-styles-interface-css/download/react-with-styles-interface-css-4.0.0.tgz"},"maintainers":[{"name":"airbnbeng","email":"opensource@airbnb.com"},{"name":"brieb","email":""},{"name":"christianv","email":"vueringschristian@gmail.com"},{"name":"danbeam","email":""},{"name":"ljharb","email":""},{"name":"majapw","email":""},{"name":"noratarano","email":"noratarano@gmail.com"},{"name":"sharmilajesupaul","email":"tosharmila@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-with-styles-interface-css_4.0.0_1518736417035_0.34344241741890946"},"_hasShrinkwrap":false,"publish_time":1518736417143,"_cnpm_publish_time":1518736417143,"_cnpmcore_publish_time":"2021-12-16T16:12:34.954Z"},"3.0.0":{"name":"react-with-styles-interface-css","version":"3.0.0","description":"Interface for react-with-styles outputting CSS","repository":{"type":"git","url":"airbnb/react-with-styles-interface-css/tree/master/packages/interface"},"homepage":"https://github.com/airbnb/react-with-styles-interface-css#readme","bugs":{"url":"https://github.com/airbnb/react-with-styles-interface-css/issues"},"main":"index.js","scripts":{"prebuild":"npm run clean","build":"babel src --out-dir dist","clean":"rimraf dist","dev":"npm run build -- --watch","lint":"eslint .","jest":"jest","pretest":"npm run lint","test":"npm run test:only","test:only":"npm run jest","check-changelog":"expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)","check-only-changelog-changed":"(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0","tag":"git tag v$npm_package_version","postversion":"git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish","prepublish":"in-publish && safe-publish-latest && npm run build || not-in-publish","preversion":"npm test && npm run check-changelog && npm run check-only-changelog-changed","version:major":"npm --no-git-tag-version version major","version:minor":"npm --no-git-tag-version version minor","version:patch":"npm --no-git-tag-version version patch"},"keywords":["react-with-styles","css-in-js","css"],"author":{"name":"Felipe Vargas","email":"felipe@fvgs.ai","url":"fvgs.ai"},"license":"MIT","devDependencies":{"babel-cli":"^6.26.0","babel-preset-airbnb":"^2.4.0","chai":"^4.1.2","eslint":"^4.8.0","eslint-config-airbnb-base":"^12.0.2","eslint-plugin-import":"^2.7.0","in-publish":"^2.0.0","jest":"^21.2.1","object.entries":"^1.0.4","rimraf":"^2.6.2","safe-publish-latest":"^1.1.1"},"dependencies":{"aphrodite":"^1.2.5","array-flatten":"^2.1.1","global-cache":"^1.2.1"},"_id":"react-with-styles-interface-css@3.0.0","_npmVersion":"5.5.1","_nodeVersion":"8.7.0","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"ebb000c23f75567f25af6792ab7a29089d798fda","size":5709,"noattachment":false,"key":"/react-with-styles-interface-css/-/react-with-styles-interface-css-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-with-styles-interface-css/download/react-with-styles-interface-css-3.0.0.tgz"},"maintainers":[{"name":"airbnbeng","email":"opensource@airbnb.com"},{"name":"brieb","email":""},{"name":"christianv","email":"vueringschristian@gmail.com"},{"name":"danbeam","email":""},{"name":"ljharb","email":""},{"name":"majapw","email":""},{"name":"noratarano","email":"noratarano@gmail.com"},{"name":"sharmilajesupaul","email":"tosharmila@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-with-styles-interface-css-3.0.0.tgz_1507855583173_0.07491115108132362"},"directories":{},"publish_time":1507855583268,"_hasShrinkwrap":false,"_cnpm_publish_time":1507855583268,"_cnpmcore_publish_time":"2021-12-16T16:12:35.203Z"},"2.0.2":{"name":"react-with-styles-interface-css","version":"2.0.2","description":"Interface for react-with-styles outputting CSS","author":{"name":"Felipe Vargas","email":"felipe@fvgs.ai","url":"fvgs.ai"},"repository":{"type":"git","url":"git+https://github.com/airbnb/react-with-styles-interface-css.git"},"homepage":"https://github.com/airbnb/react-with-styles-interface-css#readme","bugs":{"url":"https://github.com/airbnb/react-with-styles-interface-css/issues"},"main":"index.js","bin":{"compile-css":"bin/compile-css"},"license":"MIT","scripts":{"build":"npm run clean && babel src --out-dir dist","check-changelog":"expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)","check-only-changelog-changed":"(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0","clean":"rimraf dist/ stylesheet.css","dev":"npm run build -- --watch","jest":"jest","lint":"eslint .","pretest":"npm run lint","test:only":"npm run jest","test":"npm run test:only","react:clean":"npm uninstall --no-save react react-dom react-addons-test-utils react-test-renderer && rimraf node_modules/react-test-renderer node_modules/react && npm prune","react:14":"rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@0.14 react-dom@0.14 react-addons-test-utils@0.14 && npm prune","react:15":"rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@15 react-dom@15 react-addons-test-utils@15 react-test-renderer@15 && npm prune","veryclean":"npm run clean && rimraf node_modules/ babelCache/","postversion":"git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish","prepublish":"in-publish && safe-publish-latest && npm run build || not-in-publish","preversion":"npm run test && npm run check-changelog && npm run check-only-changelog-changed","tag":"git tag v$npm_package_version","version:major":"npm --no-git-tag-version version major","version:minor":"npm --no-git-tag-version version minor","version:patch":"npm --no-git-tag-version version patch"},"dependencies":{"aphrodite":"^1.2.1","array-flatten":"^2.1.1","babel-register":"^6.24.1","clean-css":"^4.1.4","global-cache":"^1.2.0","jsdom":"^11.0.0","object.entries":"^1.0.4","object.values":"^1.0.4"},"devDependencies":{"babel-cli":"^6.24.1","babel-jest":"^21.2.0","babel-preset-airbnb":"^2.2.3","chai":"^4.0.2","dashify":"^0.2.2","enzyme":"^2.8.2","eslint":"^3.19.0","eslint-config-airbnb-base":"^11.2.0","eslint-plugin-import":"^2.6.1","in-publish":"^2.0.0","jest":"^21.2.1","react":"^0.14 || ^15.6.0","react-dom":"^0.14 || ^15.6.0","react-test-renderer":"^0.14 || ^15.5.4","react-with-styles":"^2.1.0","rimraf":"^2.6.1","safe-publish-latest":"^1.1.1","webpack":"^3.0.0"},"peerDependencies":{"react":"^0.14 || ^15.6.0","react-dom":"^0.14 || ^15.6.0","react-with-styles":"^2.1.0"},"gitHead":"14c7a518349222896f915f43ff8483982942beed","_id":"react-with-styles-interface-css@2.0.2","_npmVersion":"5.0.3","_nodeVersion":"8.1.4","_npmUser":{"name":"majapw","email":"majapw@gmail.com"},"dist":{"shasum":"e9cb651a4377a36cbeb6427cf68a7b139e3de1cb","size":12873,"noattachment":false,"key":"/react-with-styles-interface-css/-/react-with-styles-interface-css-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-with-styles-interface-css/download/react-with-styles-interface-css-2.0.2.tgz"},"maintainers":[{"name":"airbnbeng","email":"opensource@airbnb.com"},{"name":"brieb","email":""},{"name":"christianv","email":"vueringschristian@gmail.com"},{"name":"danbeam","email":""},{"name":"ljharb","email":""},{"name":"majapw","email":""},{"name":"noratarano","email":"noratarano@gmail.com"},{"name":"sharmilajesupaul","email":"tosharmila@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-with-styles-interface-css-2.0.2.tgz_1507227869216_0.25188732775859535"},"directories":{},"publish_time":1507227869333,"_hasShrinkwrap":false,"_cnpm_publish_time":1507227869333,"_cnpmcore_publish_time":"2021-12-16T16:12:35.475Z"},"2.0.1":{"name":"react-with-styles-interface-css","version":"2.0.1","description":"Interface for react-with-styles outputting CSS","author":{"name":"Felipe Vargas","email":"felipe@fvgs.ai","url":"fvgs.ai"},"repository":{"type":"git","url":"git+https://github.com/airbnb/react-with-styles-interface-css.git"},"homepage":"https://github.com/airbnb/react-with-styles-interface-css#readme","bugs":{"url":"https://github.com/airbnb/react-with-styles-interface-css/issues"},"main":"./","bin":{"compile-css":"bin/compile-css"},"license":"MIT","scripts":{"build":"npm run clean && babel src --out-dir dist","check-changelog":"expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)","check-only-changelog-changed":"(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0","clean":"rimraf dist/ stylesheet.css","dev":"npm run build -- --watch","jest":"jest","lint":"eslint .","pretest":"npm run lint","test:only":"npm run jest","test":"npm run test:only","react:clean":"npm uninstall --no-save react react-dom react-addons-test-utils react-test-renderer && rimraf node_modules/react-test-renderer node_modules/react && npm prune","react:14":"rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@0.14 react-dom@0.14 react-addons-test-utils@0.14 && npm prune","react:15":"rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@15 react-dom@15 react-addons-test-utils@15 react-test-renderer@15 && npm prune","veryclean":"npm run clean && rimraf node_modules/ babelCache/","postversion":"git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish","prepublish":"in-publish && safe-publish-latest && npm run build || not-in-publish","preversion":"npm run test && npm run check-changelog && npm run check-only-changelog-changed","tag":"git tag v$npm_package_version","version:major":"npm --no-git-tag-version version major","version:minor":"npm --no-git-tag-version version minor","version:patch":"npm --no-git-tag-version version patch"},"dependencies":{"aphrodite":"^1.2.1","array-flatten":"^2.1.1","babel-register":"^6.24.1","clean-css":"^4.1.4","global-cache":"^1.2.0","jsdom":"^11.0.0","object.entries":"^1.0.4","object.values":"^1.0.4"},"devDependencies":{"babel-cli":"^6.24.1","babel-jest":"^21.2.0","babel-preset-airbnb":"^2.2.3","chai":"^4.0.2","dashify":"^0.2.2","enzyme":"^2.8.2","eslint":"^3.19.0","eslint-config-airbnb-base":"^11.2.0","eslint-plugin-import":"^2.6.1","in-publish":"^2.0.0","jest":"^21.2.1","react":"^0.14 || ^15.6.0","react-dom":"^0.14 || ^15.6.0","react-test-renderer":"^0.14 || ^15.5.4","react-with-styles":"^2.1.0","rimraf":"^2.6.1","safe-publish-latest":"^1.1.1","webpack":"^3.0.0"},"peerDependencies":{"react":"^0.14 || ^15.6.0","react-dom":"^0.14 || ^15.6.0","react-with-styles":"^2.1.0"},"gitHead":"78035735ebf3d92c983cb43361485e1f0a1cac3b","_id":"react-with-styles-interface-css@2.0.1","_npmVersion":"5.0.3","_nodeVersion":"8.1.4","_npmUser":{"name":"majapw","email":"majapw@gmail.com"},"dist":{"shasum":"1cc792e85011e74a59cf97851855eead49e1db43","size":12860,"noattachment":false,"key":"/react-with-styles-interface-css/-/react-with-styles-interface-css-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-with-styles-interface-css/download/react-with-styles-interface-css-2.0.1.tgz"},"maintainers":[{"name":"airbnbeng","email":"opensource@airbnb.com"},{"name":"brieb","email":""},{"name":"christianv","email":"vueringschristian@gmail.com"},{"name":"danbeam","email":""},{"name":"ljharb","email":""},{"name":"majapw","email":""},{"name":"noratarano","email":"noratarano@gmail.com"},{"name":"sharmilajesupaul","email":"tosharmila@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-with-styles-interface-css-2.0.1.tgz_1507226424309_0.3791848758701235"},"directories":{},"publish_time":1507226424490,"_hasShrinkwrap":false,"_cnpm_publish_time":1507226424490,"_cnpmcore_publish_time":"2021-12-16T16:12:35.704Z"},"1.1.0":{"name":"react-with-styles-interface-css","version":"1.1.0","description":"Interface for react-with-styles outputting CSS","author":{"name":"Felipe Vargas","email":"felipe@fvgs.ai","url":"fvgs.ai"},"repository":{"type":"git","url":"git+https://github.com/airbnb/react-with-styles-interface-css.git"},"homepage":"https://github.com/airbnb/react-with-styles-interface-css#readme","bugs":{"url":"https://github.com/airbnb/react-with-styles-interface-css/issues"},"main":"dist","bin":{"compile-css":"bin/compile-css"},"license":"MIT","scripts":{"build":"npm run clean && babel src --out-dir dist","check-changelog":"expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)","check-only-changelog-changed":"(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0","clean":"rimraf dist/ stylesheet.css","dev":"npm run build -- --watch","jest":"jest","lint":"eslint .","pretest":"npm run lint","test:only":"npm run jest","test":"npm run test:only","react:clean":"npm uninstall --no-save react react-dom react-addons-test-utils react-test-renderer && rimraf node_modules/react-test-renderer node_modules/react && npm prune","react:14":"rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@0.14 react-dom@0.14 react-addons-test-utils@0.14 && npm prune","react:15":"rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@15 react-dom@15 react-addons-test-utils@15 react-test-renderer@15 && npm prune","veryclean":"npm run clean && rimraf node_modules/ babelCache/","postversion":"git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish","prepublish":"in-publish && safe-publish-latest && npm run build || not-in-publish","preversion":"npm run test && npm run check-changelog && npm run check-only-changelog-changed","tag":"git tag v$npm_package_version","version:major":"npm --no-git-tag-version version major","version:minor":"npm --no-git-tag-version version minor","version:patch":"npm --no-git-tag-version version patch"},"dependencies":{"aphrodite":"^1.2.1","array-flatten":"^2.1.1","babel-register":"^6.24.1","clean-css":"^4.1.4","global-cache":"^1.2.0","jsdom":"^11.0.0","object.entries":"^1.0.4","object.values":"^1.0.4"},"devDependencies":{"babel-cli":"^6.24.1","babel-jest":"^21.2.0","babel-preset-airbnb":"^2.2.3","chai":"^4.0.2","dashify":"^0.2.2","enzyme":"^2.8.2","eslint":"^3.19.0","eslint-config-airbnb-base":"^11.2.0","eslint-plugin-import":"^2.6.1","in-publish":"^2.0.0","jest":"^21.2.1","react":"^0.14 || ^15.6.0","react-dom":"^0.14 || ^15.6.0","react-test-renderer":"^0.14 || ^15.5.4","react-with-styles":"^2.1.0","rimraf":"^2.6.1","safe-publish-latest":"^1.1.1","webpack":"^3.0.0"},"peerDependencies":{"react":"^0.14 || ^15.6.0","react-dom":"^0.14 || ^15.6.0","react-with-styles":"^2.1.0"},"gitHead":"f0a88cb55170321052d0a55fbbef7fe00cc7bb38","_id":"react-with-styles-interface-css@1.1.0","_shasum":"633e127c253ce50d69c011557e990b4460e13e5f","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.3","_npmUser":{"name":"majapw","email":"majapw@gmail.com"},"dist":{"shasum":"633e127c253ce50d69c011557e990b4460e13e5f","size":12611,"noattachment":false,"key":"/react-with-styles-interface-css/-/react-with-styles-interface-css-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-with-styles-interface-css/download/react-with-styles-interface-css-1.1.0.tgz"},"maintainers":[{"name":"airbnbeng","email":"opensource@airbnb.com"},{"name":"brieb","email":""},{"name":"christianv","email":"vueringschristian@gmail.com"},{"name":"danbeam","email":""},{"name":"ljharb","email":""},{"name":"majapw","email":""},{"name":"noratarano","email":"noratarano@gmail.com"},{"name":"sharmilajesupaul","email":"tosharmila@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-with-styles-interface-css-1.1.0.tgz_1506974611508_0.2890750786755234"},"directories":{},"publish_time":1506974611565,"_hasShrinkwrap":false,"_cnpm_publish_time":1506974611565,"_cnpmcore_publish_time":"2021-12-16T16:12:35.912Z"},"1.0.1":{"name":"react-with-styles-interface-css","version":"1.0.1","description":"Interface for react-with-styles outputting CSS","author":{"name":"Felipe Vargas","email":"felipe@fvgs.ai","url":"fvgs.ai"},"repository":{"type":"git","url":"git+https://github.com/airbnb/react-with-styles-interface-css.git"},"homepage":"https://github.com/airbnb/react-with-styles-interface-css#readme","bugs":{"url":"https://github.com/airbnb/react-with-styles-interface-css/issues"},"main":"dist","bin":{"compile-css":"bin/compile-css"},"license":"MIT","scripts":{"build":"npm run clean && babel src --out-dir dist","check-changelog":"expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)","check-only-changelog-changed":"(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0","clean":"rimraf dist/ stylesheet.css","dev":"npm run build -- --watch","jest":"jest","lint":"eslint .","pretest":"npm run lint","test:only":"npm run jest","test":"npm run test:only","react:clean":"npm uninstall --no-save react react-dom react-addons-test-utils react-test-renderer && rimraf node_modules/react-test-renderer node_modules/react && npm prune","react:14":"rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@0.14 react-dom@0.14 react-addons-test-utils@0.14 && npm prune","react:15":"rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@15 react-dom@15 react-addons-test-utils@15 react-test-renderer@15 && npm prune","veryclean":"npm run clean && rimraf node_modules/ babelCache/","postversion":"git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish","prepublish":"in-publish && safe-publish-latest && npm run build || not-in-publish","preversion":"npm run test && npm run check-changelog && npm run check-only-changelog-changed","tag":"git tag v$npm_package_version","version:major":"npm --no-git-tag-version version major","version:minor":"npm --no-git-tag-version version minor","version:patch":"npm --no-git-tag-version version patch"},"dependencies":{"aphrodite":"^1.2.1","array-flatten":"^2.1.1","babel-register":"^6.24.1","clean-css":"^4.1.4","global-cache":"^1.2.0","jsdom":"^11.0.0","object.entries":"^1.0.4","object.values":"^1.0.4"},"devDependencies":{"babel-cli":"^6.24.1","babel-jest":"^21.2.0","babel-preset-airbnb":"^2.2.3","chai":"^4.0.2","enzyme":"^2.8.2","eslint":"^3.19.0","eslint-config-airbnb-base":"^11.2.0","eslint-plugin-import":"^2.6.1","in-publish":"^2.0.0","jest":"^21.2.1","react":"^0.14 || ^15.6.0","react-dom":"^0.14 || ^15.6.0","react-test-renderer":"^0.14 || ^15.5.4","react-with-styles":"^2.1.0","rimraf":"^2.6.1","safe-publish-latest":"^1.1.1","webpack":"^3.0.0"},"peerDependencies":{"react":"^0.14 || ^15.6.0","react-dom":"^0.14 || ^15.6.0","react-with-styles":"^2.1.0"},"gitHead":"68b025ea6278837f5905531bcec77821384fdbd3","_id":"react-with-styles-interface-css@1.0.1","_shasum":"63a7f3d4d2fbaa73cf3d3779a5777ac25f3890b1","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.3","_npmUser":{"name":"majapw","email":"majapw@gmail.com"},"dist":{"shasum":"63a7f3d4d2fbaa73cf3d3779a5777ac25f3890b1","size":11759,"noattachment":false,"key":"/react-with-styles-interface-css/-/react-with-styles-interface-css-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-with-styles-interface-css/download/react-with-styles-interface-css-1.0.1.tgz"},"maintainers":[{"name":"airbnbeng","email":"opensource@airbnb.com"},{"name":"brieb","email":""},{"name":"christianv","email":"vueringschristian@gmail.com"},{"name":"danbeam","email":""},{"name":"ljharb","email":""},{"name":"majapw","email":""},{"name":"noratarano","email":"noratarano@gmail.com"},{"name":"sharmilajesupaul","email":"tosharmila@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-with-styles-interface-css-1.0.1.tgz_1506706048477_0.4858288874384016"},"directories":{},"publish_time":1506706048568,"_hasShrinkwrap":false,"_cnpm_publish_time":1506706048568,"_cnpmcore_publish_time":"2021-12-16T16:12:36.120Z"},"1.0.0":{"name":"react-with-styles-interface-css","version":"1.0.0","description":"Interface for react-with-styles outputting CSS","author":{"name":"Felipe Vargas","email":"felipe@fvgs.ai","url":"fvgs.ai"},"repository":{"type":"git","url":"git+https://github.com/airbnb/react-with-styles-interface-css.git"},"homepage":"https://github.com/airbnb/react-with-styles-interface-css#readme","bugs":{"url":"https://github.com/airbnb/react-with-styles-interface-css/issues"},"main":"dist","bin":{"compile-css":"bin/compile-css"},"license":"MIT","scripts":{"build":"babel src --out-dir dist","dev":"npm run build -- --watch","lint":"eslint .","pretest":"npm run lint","test:only":"jest","test":"npm run test:only","clean":"rimraf dist/ stylesheet.css","react:clean":"npm uninstall --no-save react react-dom react-addons-test-utils react-test-renderer && rimraf node_modules/react-test-renderer node_modules/react && npm prune","react:14":"rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@0.14 react-dom@0.14 react-addons-test-utils@0.14 && npm prune","react:15":"rimraf node_modules/.bin/npm && npm run react:clean && npm i --no-save react@15 react-dom@15 react-addons-test-utils@15 react-test-renderer@15 && npm prune","veryclean":"npm run clean && rimraf node_modules/ babelCache/","prepublish":"safe-publish-latest"},"dependencies":{"aphrodite":"^1.2.1","array-flatten":"^2.1.1","babel-register":"^6.24.1","clean-css":"^4.1.4","global-cache":"^1.2.0","jsdom":"^11.0.0","object.entries":"^1.0.4","object.values":"^1.0.4"},"devDependencies":{"babel-cli":"^6.24.1","babel-preset-airbnb":"^2.2.3","chai":"^4.0.2","enzyme":"^2.8.2","eslint":"^3.19.0","eslint-config-airbnb-base":"^11.2.0","eslint-plugin-import":"^2.6.1","jest":"^20.0.4","react":"^0.14 || ^15.6.0","react-dom":"^0.14 || ^15.6.0","react-test-renderer":"^0.14 || ^15.5.4","react-with-styles":"^1.4.0","rimraf":"^2.6.1","safe-publish-latest":"^1.1.1","webpack":"^3.0.0"},"peerDependencies":{"react":"^0.14 || ^15.6.0","react-dom":"^0.14 || ^15.6.0","react-with-styles":"^1.4.0"},"gitHead":"5adfe58a7accbea9b7e7a4672056a605675a8027","_id":"react-with-styles-interface-css@1.0.0","_shasum":"d49d977f9201ace62b9aa5dcbd683ca46b45b4dd","_from":".","_npmVersion":"3.9.5","_nodeVersion":"5.4.1","_npmUser":{"name":"majapw","email":"majapw@gmail.com"},"dist":{"shasum":"d49d977f9201ace62b9aa5dcbd683ca46b45b4dd","size":9588,"noattachment":false,"key":"/react-with-styles-interface-css/-/react-with-styles-interface-css-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-with-styles-interface-css/download/react-with-styles-interface-css-1.0.0.tgz"},"maintainers":[{"name":"airbnbeng","email":"opensource@airbnb.com"},{"name":"brieb","email":""},{"name":"christianv","email":"vueringschristian@gmail.com"},{"name":"danbeam","email":""},{"name":"ljharb","email":""},{"name":"majapw","email":""},{"name":"noratarano","email":"noratarano@gmail.com"},{"name":"sharmilajesupaul","email":"tosharmila@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-with-styles-interface-css-1.0.0.tgz_1506644522176_0.6669912908691913"},"directories":{},"publish_time":1506644522372,"_hasShrinkwrap":false,"_cnpm_publish_time":1506644522372,"_cnpmcore_publish_time":"2021-12-16T16:12:36.325Z"}},"readme":"# react-with-styles-interface-css\n\nInterface for [react-with-styles](https://www.npmjs.com/package/react-with-styles) that compiles CSS-in-js styles to static CSS classes with deterministic and human-friendly class names whose styles can be easily overridden.\n\n## Usage\n\n### Interface\n\nA [react-with-styles](https://www.npmjs.com/package/react-with-styles) interface which is to be used along with [react-with-styles](https://www.npmjs.com/package/react-with-styles).\n\n```javascript\nimport ThemedStyleSheet from 'react-with-styles/lib/ThemedStyleSheet';\nimport CSSInterface, { registerCSSInterfaceNamespace } from 'react-with-styles-interface-css';\n\nThemedStyleSheet.registerInterface(CSSInterface);\n\n// Optional: Prefix all class names in the output with 'MyPackageName__'\nconst namespace = 'MyPackageName';\nregisterCSSInterfaceNamespace(namespace);\n```\n\n### Styles\nWhen writing styles, all classes throughout a project should be given unique names. Otherwise, class name collisions may result in unexpected and unwanted behavior.\n\n### Overriding styles\nThe styles for a class can be overridden using the same name with which the class was defined. If the optional class name prefix was configured, the prefix should be used when overriding a class.\n\n**Note:** In order to provide compatibility with [aphrodite](https://github.com/airbnb/react-with-styles-interface-aphrodite), the CSS output by this interface uses specifiers with varying levels of specificity. This allows for style resolution to be sensitive to the ordering of styles in calls to `css(...)`. However, these extra specifiers should not be overridden.\n\n### Compile\n\nThe styles passed to `withStyles` in the source code are compiled to static CSS by the `react-with-styles-interface-css-compiler` package.\n","_attachments":{},"homepage":"https://github.com/airbnb/react-with-styles-interface-css#readme","bugs":{"url":"https://github.com/airbnb/react-with-styles-interface-css/issues"},"license":"MIT"}