{"_id":"@allmarkedup/climate","_rev":"2-c88818c4cd4a6e95e43f12935f827d43","name":"@allmarkedup/climate","description":"Generate styled CLI output using a markup-style syntax.","dist-tags":{"latest":"0.2.0"},"versions":{"0.1.0":{"name":"@allmarkedup/climate","version":"0.1.0","description":"Generate styled CLI output using a markup-style syntax.","homepage":"https://github.com/allmarkedup/climate","repository":{"type":"git","url":"git+https://github.com/allmarkedup/climate.git"},"bugs":{"url":"https://github.com/allmarkedup/climate/issues"},"author":{"name":"Mark Perkins","email":"mark@allmarkedup.com","url":"http://allmarkedup.com"},"license":"MIT","dependencies":{"chalk":"^2.0.1","check-types":"^7.2.0","figures":"^2.0.0","html-tokenizer":"2.0.0","indent-string":"^3.1.0","lodash":"^4.17.4","strip-indent":"^2.0.0"},"engines":{"node":">= 7.6.0"},"scripts":{"test":"npm run lint:fix && nyc npm run test:unit","test:unit":"mocha $(find ./src -name '*.test.js' ! -ipath '*node_modules*')","lint":"xo","lint:fix":"xo --fix"},"devDependencies":{"@frctl/eslint-config-frctl":"^0.1.2","chai":"^3.5.0","mocha":"^3.2.0","nyc":"^10.1.2","xo":"^0.17.1"},"xo":{"extends":"@frctl/eslint-config-frctl"},"gitHead":"281ef6eb5deeb174f9f1f8cd7f799c73561de7a1","_id":"@allmarkedup/climate@0.1.0","_npmVersion":"5.3.0","_nodeVersion":"8.2.1","_npmUser":{"name":"allmarkedup","email":"mark@allmarkedup.com"},"dist":{"integrity":"sha512-YKP+6dXm8Yj8iDuvKyE7XW+7aMTGIF6h4lOEWQGFvVNR9KxKBJJ7LBS5wK+VjCWTWpBPt7fA3X51nTXrn/d5BA==","shasum":"4807b294206b0b16141fc0a2e4a1a23d5e6222bb","tarball":"https://registry.npmjs.org/@allmarkedup/climate/-/climate-0.1.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5B/a9zepCNrID5HOOe0NJCINIi+qKjsGfTzUJTILrYwIgd1so5eJ5XPkkaVjB4fF8qqgIrTwJO14lglYE7+H8Evs="}]},"maintainers":[{"name":"allmarkedup","email":"mark@allmarkedup.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/climate-0.1.0.tgz_1502275358051_0.7276714071631432"}},"0.2.0":{"name":"@allmarkedup/climate","version":"0.2.0","description":"Generate styled CLI output using a markup-style syntax.","homepage":"https://github.com/allmarkedup/climate","repository":{"type":"git","url":"git+https://github.com/allmarkedup/climate.git"},"bugs":{"url":"https://github.com/allmarkedup/climate/issues"},"author":{"name":"Mark Perkins","email":"mark@allmarkedup.com","url":"http://allmarkedup.com"},"license":"MIT","dependencies":{"chalk":"^2.0.1","check-types":"^7.2.0","figures":"^2.0.0","html-tokenizer":"2.0.0","indent-string":"^3.1.0","lodash":"^4.17.4","strip-indent":"^2.0.0"},"engines":{"node":">= 7.6.0"},"scripts":{"test":"npm run lint:fix && nyc npm run test:unit","test:unit":"mocha $(find ./src -name '*.test.js' ! -ipath '*node_modules*')","lint":"xo","lint:fix":"xo --fix"},"devDependencies":{"@frctl/eslint-config-frctl":"^0.1.2","chai":"^3.5.0","mocha":"^3.2.0","nyc":"^10.1.2","xo":"^0.17.1"},"xo":{"extends":"@frctl/eslint-config-frctl"},"gitHead":"8a63b6403a469860cdb2251b8a13d886965ccde4","_id":"@allmarkedup/climate@0.2.0","_npmVersion":"5.3.0","_nodeVersion":"8.3.0","_npmUser":{"name":"allmarkedup","email":"mark@allmarkedup.com"},"dist":{"integrity":"sha512-C553Hi+Tvbgn8b+xHzypdC9d2bCA3d+/as95pntIUCa6nk/YGJ0NaZOL/pgTu2IDdFaWkpdHxdXMpeC7kbOegA==","shasum":"56cec1298f3ea33094c5065d88d67f29f005d59f","tarball":"https://registry.npmjs.org/@allmarkedup/climate/-/climate-0.2.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC0UQXHnaTB0AwMT56wAjrJYvHYQi8H6XD9XgEYnthpGAiAXgdAZURj9IGtZSuBxaq0Q6Qo8iqZVXqhVFSBVm3vQhQ=="}]},"maintainers":[{"name":"allmarkedup","email":"mark@allmarkedup.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/climate-0.2.0.tgz_1502575470575_0.06903615710325539"}}},"readme":"# Climate\n\nGenerate styled terminal output using a markup-style syntax.\n\n## Installation\n\n```\nnpm i @allmarkedup/climate\n```\n\n## Usage\n\n```js\nconst climate = require('@allmarkedup/climate');\n\nconst output = climate(`\n  <bold>This is a message</bold>.\n  You can use <green>markup-style tags<green> to style the output.\n`);\n\nconsole.log(output);\n```\n\n## Requirements\n\nRequires Node >= v7.6\n","maintainers":[{"name":"allmarkedup","email":"mark@allmarkedup.com"}],"time":{"modified":"2022-04-04T13:33:24.691Z","created":"2017-08-09T10:42:39.148Z","0.1.0":"2017-08-09T10:42:39.148Z","0.2.0":"2017-08-12T22:04:31.607Z"},"homepage":"https://github.com/allmarkedup/climate","repository":{"type":"git","url":"git+https://github.com/allmarkedup/climate.git"},"author":{"name":"Mark Perkins","email":"mark@allmarkedup.com","url":"http://allmarkedup.com"},"bugs":{"url":"https://github.com/allmarkedup/climate/issues"},"license":"MIT","readmeFilename":"README.md"}