{"_id":"base16","_rev":"445076","name":"base16","description":"Base16 themes as JS objects","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"gaearon","email":""}],"time":{"modified":"2021-08-05T06:44:13.000Z","created":"2015-09-24T16:03:10.719Z","1.0.0":"2015-09-24T16:03:10.719Z"},"users":{},"author":{"name":"Dan Abramov","email":"dan.abramov@me.com","url":"http://github.com/gaearon"},"repository":{"type":"git","url":"https://github.com/gaearon/base16-js.git"},"versions":{"1.0.0":{"name":"base16","version":"1.0.0","description":"Base16 themes as JS objects","main":"lib/index.js","jsnext:main":"src/index.js","scripts":{"clean":"rimraf lib","build":"babel src --out-dir lib","lint":"eslint src","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"https://github.com/gaearon/base16-js.git"},"keywords":["base16","color schemes"],"author":{"name":"Dan Abramov","email":"dan.abramov@me.com","url":"http://github.com/gaearon"},"license":"MIT","bugs":{"url":"https://github.com/gaearon/base16-js/issues"},"homepage":"https://github.com/gaearon/base16-js","devDependencies":{"babel":"^5.5.8","babel-core":"^5.6.18","babel-eslint":"^3.1.15","eslint":"^0.23","eslint-config-airbnb":"0.0.6","eslint-plugin-react":"^2.3.0","rimraf":"^2.4.3"},"gitHead":"c48d08816c69b87517c8ea49055f695751bc86ad","_id":"base16@1.0.0","_shasum":"e297f60d7ec1014a7a971a39ebc8a98c0b681e70","_from":".","_npmVersion":"2.11.0","_nodeVersion":"2.2.1","_npmUser":{"name":"gaearon","email":"dan.abramov@gmail.com"},"dist":{"shasum":"e297f60d7ec1014a7a971a39ebc8a98c0b681e70","size":12789,"noattachment":false,"key":"/base16/-/base16-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/base16/download/base16-1.0.0.tgz"},"maintainers":[{"name":"gaearon","email":""}],"directories":{},"publish_time":1443110590719,"_cnpm_publish_time":1443110590719,"_hasShrinkwrap":false}},"readme":"# base16-js\n\n[Base16](https://github.com/chriskempson/base16) color schemes as JS objects.\n\n## Installation\n\n```\nnpm install --save base16\n```\n\n## Usage\n\n```js\nimport { solarized } from 'base16';\nconsole.log(solarized.base00); // #002b36\n```\n\n## Contributing\n\nNo pull requests changing or adding the themes will be accepted unless they match the changes committed to [base16-builder](https://github.com/chriskempson/base16-builder/tree/master/schemes).\n\n## Credits\n\nAll credits go to [Chris Kempson](https://github.com/chriskempson) and theme authors. This repository is just a JS mirror of [base16-builder schemes](https://github.com/chriskempson/base16-builder/tree/master/schemes).\n\nThe original work in creating JS counterparts was performed by [@dzannotti](https://github.com/dzannotti) as part of his work on [Redux DevTools](https://github.com/gaearon/redux-devtools). All I did was extract them into a separate repository.\n","_attachments":{},"homepage":"https://github.com/gaearon/base16-js","bugs":{"url":"https://github.com/gaearon/base16-js/issues"},"license":"MIT"}