{"name":"esformatter-ignore","version":"0.1.3","description":"an esformatter plugin to make esformatter ignore certain lines and blocks of code","repository":{"type":"git","url":"git+https://github.com/royriojas/esformatter-ignore.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"main":"index.js","files":["index.js"],"engines":{"node":">=0.10.0"},"prepush":["npm run check"],"precommit":["npm run check"],"scripts":{"beautify":"esbeautifier 'index.js' 'specs/**/*.spec.js'","beautify-check":"esbeautifier -k 'index.js' 'specs/**/*.spec.js'","eslint":"eslinter 'index.js' 'specs/**/*.spec.js'","test":"mocha-runner 'specs/**/*.spec.js'","cover":"istanbul cover -x 'specs/**/*.spec.js' mocha-runner 'specs/**/*.spec.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.spec.js' -p 'index.js' -p  npm run cover","lint":"npm run beautify && npm run eslint && npm test","check":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","do-changelog":"npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog' --no-verify","install-hooks":"prepush install && changelogx install-hook && precommit install","pre-v":"npm run check","post-v":"npm run do-changelog && git push --no-verify && git push --tags --no-verify","bump-major":"npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v","bump-minor":"npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v","bump-patch":"npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v","exec-demo":"cd demo && node runner.js"},"keywords":["esformatter-plugin","esformatter","ignore block","ignore line","AST","codestyle","ignore code block"],"peerDependencies":{},"dependencies":{},"devDependencies":{"changelogx":"^1.0.18","esbeautifier":"^3.2.0","esformatter":"^0.7.3","eslinter":"^2.0.6","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.5","prepush":"^3.1.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"changelogx":{"ignoreRegExp":["BLD: Release","DOC: Generate Changelog","Generated Changelog"],"issueIDRegExp":"#(\\d+)","commitURL":"https://github.com/royriojas/esformatter-ignore/commit/{0}","authorURL":"https://github.com/{0}","issueIDURL":"https://github.com/royriojas/esformatter-ignore/issues/{0}","projectName":"esformatter-ignore"},"gitHead":"986afc0472110a0caa5d1a2b0da7a47d77c0500d","bugs":{"url":"https://github.com/royriojas/esformatter-ignore/issues"},"homepage":"https://github.com/royriojas/esformatter-ignore#readme","_id":"esformatter-ignore@0.1.3","_shasum":"04d3b875bfa49dde004cc58df6f6bbc3c0567f1e","_from":".","_npmVersion":"2.14.5","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"04d3b875bfa49dde004cc58df6f6bbc3c0567f1e","size":3584,"noattachment":false,"key":"/esformatter-ignore/-/esformatter-ignore-0.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/esformatter-ignore/download/esformatter-ignore-0.1.3.tgz"},"directories":{},"publish_time":1444329101910,"_cnpm_publish_time":1444329101910,"_hasShrinkwrap":false,"dist-tags":{"latest":"0.1.3"}}