{"_id":"@brpaz/generator-editorconfig","_rev":"5-262be1123538ed8d17c9a17ee1d54390","name":"@brpaz/generator-editorconfig","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@brpaz/generator-editorconfig","version":"0.1.0","description":"Generates editorconfig file for common languages","homepage":"https://github.com/brpaz/generator-editorconfig","author":{"name":"Bruno Paz","email":"brunopaz@sapo.pt","url":"http://brunopaz.net"},"files":["generators"],"main":"generators/index.js","keywords":["editorconfig","yeoman-generator"],"devDependencies":{"yeoman-test":"^1.7.0","yeoman-assert":"^3.1.0","nsp":"^2.6.3","eslint":"^4.1.0","prettier":"^1.7.0","husky":"^0.14.3","lint-staged":"^4.2.1","eslint-config-prettier":"^2.4.0","eslint-plugin-prettier":"^2.2.0","eslint-config-xo":"^0.18.2","jest":"^21.0.0","jest-cli":"^21.0.0"},"dependencies":{"yeoman-generator":"^2.0.1","chalk":"^2.1.0","yosay":"^2.0.1"},"jest":{"testEnvironment":"node"},"scripts":{"prepublish":"nsp check","pretest":"eslint .","precommit":"lint-staged","test":"jest"},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"eslintConfig":{"extends":["xo","prettier"],"env":{"jest":true,"node":true},"rules":{"prettier/prettier":["error",{"singleQuote":true,"printWidth":90}]},"plugins":["prettier"]},"repository":{"type":"git","url":"git+https://github.com/brpaz/generator-editorconfig.git"},"license":"MIT","gitHead":"df4146a5b4f2f16d374e47ad8b1312cfebde4975","bugs":{"url":"https://github.com/brpaz/generator-editorconfig/issues"},"_id":"@brpaz/generator-editorconfig@0.1.0","_npmVersion":"5.5.1","_nodeVersion":"8.7.0","_npmUser":{"name":"brpaz","email":"brunopaz@sapo.pt"},"dist":{"integrity":"sha512-tT9vo5PhxkDrlwISwA9CIxTyoW7JaZf1xmbZhIM1rRuETg+xY2Nt4S7eU6PbM8j/YXBsw1uGokykQtgrMX/1VQ==","shasum":"fb98df91d71029c0e5ab4f804715e3edb04a937e","tarball":"https://registry.npmjs.org/@brpaz/generator-editorconfig/-/generator-editorconfig-0.1.0.tgz","fileCount":8,"unpackedSize":6180,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFa/lqPr1nOFQAHAiY4GEGeh0b13CR8cTX5rb2nUFfPNAiBdTZsugXXVs2026ZTPYfcqe0Fc99Kh7unNfCais2jnqA=="}]},"maintainers":[{"name":"brpaz","email":"brunopaz@sapo.pt"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/generator-editorconfig_0.1.0_1522600318492_0.39113661780685005"},"_hasShrinkwrap":false,"deprecated":"This package is not maintained anymore"}},"time":{"created":"2018-04-01T16:31:58.437Z","0.1.0":"2018-04-01T16:31:58.568Z","modified":"2022-04-04T20:48:03.774Z"},"maintainers":[{"email":"npm@npmjs.com","name":"npm"}],"description":"Generates editorconfig file for common languages","homepage":"https://github.com/brpaz/generator-editorconfig","keywords":["editorconfig","yeoman-generator"],"repository":{"type":"git","url":"git+https://github.com/brpaz/generator-editorconfig.git"},"author":{"name":"Bruno Paz","email":"brunopaz@sapo.pt","url":"http://brunopaz.net"},"bugs":{"url":"https://github.com/brpaz/generator-editorconfig/issues"},"license":"MIT","readme":"# generator-editorconfig [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]\n> Generates .editorconfig files for multiple programming languages\n\n## Installation\n\nFirst, install [Yeoman](http://yeoman.io) and generator-editorconfig using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).\n\n```bash\nnpm install -g yo\nnpm install -g @brpaz/generator-editorconfig\n```\n\nThen generate your new project:\n\n```bash\nyo @brpaz/editorconfig\n```\n\n## Getting To Know Yeoman\n\n * Yeoman has a heart of gold.\n * Yeoman is a person with feelings and opinions, but is very easy to work with.\n * Yeoman can be too opinionated at times but is easily convinced not to be.\n * Feel free to [learn more about Yeoman](http://yeoman.io/).\n\n## License\n\nMIT © [Bruno Paz](http://brunopaz.net)\n\n\n[npm-image]: https://badge.fury.io/js/generator-editorconfig.svg\n[npm-url]: https://npmjs.org/package/generator-editorconfig\n[travis-image]: https://travis-ci.org/brpaz/generator-editorconfig.svg?branch=master\n[travis-url]: https://travis-ci.org/brpaz/generator-editorconfig\n[daviddm-image]: https://david-dm.org/brpaz/generator-editorconfig.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/brpaz/generator-editorconfig\n","readmeFilename":"README.md"}