{"_id":"esbeautifier","_rev":"95373","name":"esbeautifier","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","dist-tags":{"latest":"10.1.1"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"time":{"modified":"2021-06-03T10:31:48.000Z","created":"2015-03-09T09:40:23.815Z","10.1.1":"2016-06-12T08:29:24.283Z","10.1.0":"2016-06-11T10:32:18.062Z","9.0.0":"2016-03-27T08:13:17.422Z","8.0.5":"2016-01-29T22:43:09.492Z","8.0.4":"2015-12-01T19:44:08.027Z","8.0.3":"2015-11-30T19:09:29.595Z","8.0.2":"2015-11-22T22:37:19.443Z","8.0.1":"2015-11-22T22:13:58.226Z","8.0.0":"2015-11-22T21:37:11.975Z","7.0.0":"2015-11-17T10:25:03.664Z","6.1.9":"2015-11-13T11:46:22.718Z","6.1.8":"2015-10-27T03:38:27.576Z","6.1.7":"2015-10-27T02:24:47.777Z","6.1.6":"2015-10-08T18:48:39.034Z","6.1.4":"2015-10-02T17:31:03.353Z","6.1.3":"2015-10-02T07:15:30.429Z","6.1.2":"2015-10-02T06:37:42.547Z","6.1.1":"2015-10-02T06:04:49.747Z","6.1.0":"2015-10-02T05:43:04.779Z","6.0.4":"2015-10-02T02:45:15.784Z","6.0.3":"2015-10-01T17:41:14.989Z","6.0.1":"2015-09-24T07:14:44.274Z","6.0.0":"2015-09-24T05:38:00.290Z","5.1.1":"2015-09-24T03:40:31.100Z","5.1.2":"2015-09-24T04:08:06.847Z","5.0.1":"2015-09-19T19:35:18.607Z","5.0.0":"2015-09-18T06:51:53.870Z","4.2.12":"2015-09-18T06:46:25.075Z","4.2.11":"2015-08-17T22:07:01.840Z","4.2.10":"2015-08-17T08:02:11.765Z","4.2.9":"2015-08-12T08:10:48.421Z","4.2.8":"2015-08-12T00:39:42.943Z","4.2.7":"2015-08-11T21:48:09.932Z","4.2.6":"2015-08-11T21:42:28.328Z","4.2.5":"2015-08-10T01:18:23.693Z","4.2.4":"2015-08-07T22:04:57.649Z","4.2.3":"2015-08-07T18:44:03.737Z","4.2.2":"2015-08-07T07:26:59.571Z","4.2.1":"2015-08-07T00:50:10.289Z","4.2.0":"2015-08-06T02:16:48.307Z","4.1.0":"2015-08-05T08:52:25.438Z","4.0.1":"2015-07-29T00:41:15.515Z","4.0.0":"2015-07-28T10:02:04.142Z","3.2.0":"2015-07-13T05:54:39.732Z","3.1.3":"2015-06-25T09:21:49.771Z","3.1.2":"2015-06-24T23:40:00.342Z","3.1.1":"2015-06-24T19:21:38.829Z","3.0.0":"2015-06-17T10:28:43.528Z","2.2.3":"2015-06-16T11:45:28.701Z","2.2.1":"2015-06-16T11:32:21.889Z","2.2.0":"2015-06-16T11:27:52.813Z","2.0.5":"2015-03-26T07:47:09.866Z","2.0.4":"2015-03-25T09:25:04.212Z","2.0.3":"2015-03-18T18:06:48.272Z","2.0.1":"2015-03-15T09:47:20.157Z","2.0.0":"2015-03-15T05:18:42.900Z","2.1.0":"2015-03-15T05:14:43.445Z","1.0.10":"2015-03-15T04:50:38.799Z","1.0.9":"2015-03-11T11:35:05.670Z","1.0.8":"2015-03-11T11:24:20.909Z","1.0.6":"2015-03-10T22:19:18.145Z","1.0.5":"2015-03-10T17:09:33.977Z","1.0.3":"2015-03-09T10:06:19.298Z","1.0.2":"2015-03-09T09:51:06.870Z","1.0.1":"2015-03-09T09:40:23.815Z"},"users":{},"author":{"name":"Roy Riojas","url":"http://royriojas.com"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"versions":{"10.1.1":{"name":"esbeautifier","version":"10.1.1","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner -t 4000 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","istanbul":"^0.3.17","mocha-runner":"^1.1.2","precommit":"^1.2.0","prepush":"^3.1.8","proxyquire":"1.6.0","watch-spawn":"^1.0.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"^0.9.5","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^6.1.2","esformatter-quotes":"^1.0.3","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"80cd6045faf37b6dea3b205d1ac594aad9a2d612","_id":"esbeautifier@10.1.1","_shasum":"163af0273a554b8fab1c6b10f0942b04e4f022bf","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.6.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"dist":{"shasum":"163af0273a554b8fab1c6b10f0942b04e4f022bf","size":17547,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-10.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-10.1.1.tgz"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/esbeautifier-10.1.1.tgz_1465720161832_0.8796509681269526"},"directories":{},"publish_time":1465720164283,"_cnpm_publish_time":1465720164283,"_hasShrinkwrap":false},"10.1.0":{"name":"esbeautifier","version":"10.1.0","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner -t 4000 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","istanbul":"^0.3.17","mocha-runner":"^1.1.2","precommit":"^1.2.0","prepush":"^3.1.8","proxyquire":"1.6.0","watch-spawn":"^1.0.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"^0.9.5","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^6.1.0","esformatter-quotes":"^1.0.3","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"ee0ecae1b41a2fec0c15e5498f77d50cbdf14900","_id":"esbeautifier@10.1.0","_shasum":"4b9476c4da5172996d3a1faa3caccc673f588e43","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.6.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"dist":{"shasum":"4b9476c4da5172996d3a1faa3caccc673f588e43","size":17519,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-10.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-10.1.0.tgz"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/esbeautifier-10.1.0.tgz_1465641135298_0.24756405455991626"},"directories":{},"publish_time":1465641138062,"_cnpm_publish_time":1465641138062,"_hasShrinkwrap":false},"9.0.0":{"name":"esbeautifier","version":"9.0.0","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner -t 4000 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","istanbul":"^0.3.17","mocha-runner":"^1.1.2","precommit":"^1.2.0","prepush":"^3.1.8","proxyquire":"^1.6.0","watch-spawn":"^1.0.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"^0.9.2","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^5.0.0","esformatter-quotes":"^1.0.3","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"b86ffa05c2b0649dcf6f75feb057f027f31dad9a","_id":"esbeautifier@9.0.0","_shasum":"7f71dfcad5482e83cf909bcf5fa628b98a1af058","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.6.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"dist":{"shasum":"7f71dfcad5482e83cf909bcf5fa628b98a1af058","size":17350,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-9.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-9.0.0.tgz"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/esbeautifier-9.0.0.tgz_1459066394870_0.34078959678299725"},"directories":{},"publish_time":1459066397422,"_cnpm_publish_time":1459066397422,"_hasShrinkwrap":false},"8.0.5":{"name":"esbeautifier","version":"8.0.5","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","istanbul":"^0.3.17","mocha-runner":"^1.1.1","precommit":"^1.1.5","prepush":"^3.1.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"0.8.1","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^4.1.2","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"87619992e9b8b28fed4814435bddfed682743e4b","_id":"esbeautifier@8.0.5","_shasum":"7026162442e003f3d5978cbe8b4db761ebe898f0","_from":".","_npmVersion":"3.5.2","_nodeVersion":"5.3.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"7026162442e003f3d5978cbe8b4db761ebe898f0","size":17303,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-8.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-8.0.5.tgz"},"directories":{},"publish_time":1454107389492,"_cnpm_publish_time":1454107389492,"_hasShrinkwrap":false},"8.0.4":{"name":"esbeautifier","version":"8.0.4","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","istanbul":"^0.3.17","mocha-runner":"^1.1.1","precommit":"^1.1.5","prepush":"^3.1.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"^0.8.1","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^4.0.6","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"7b1108c56ead9202f29e92871beee3443a20c55e","_id":"esbeautifier@8.0.4","_shasum":"c939322786f11ce8972fed6c842dca483d05f410","_from":".","_npmVersion":"2.14.12","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"c939322786f11ce8972fed6c842dca483d05f410","size":17264,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-8.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-8.0.4.tgz"},"directories":{},"publish_time":1448999048027,"_cnpm_publish_time":1448999048027,"_hasShrinkwrap":false},"8.0.3":{"name":"esbeautifier","version":"8.0.3","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","istanbul":"^0.3.17","mocha-runner":"^1.1.1","precommit":"^1.1.5","prepush":"^3.1.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"^0.8.1","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^4.0.5","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"ba29b619ef4ec594f3fc246d2772b926c67f0eb7","_id":"esbeautifier@8.0.3","_shasum":"fe5fd7534de0245e80a74cf4b4d54fe780f5d4ea","_from":".","_npmVersion":"2.14.12","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"fe5fd7534de0245e80a74cf4b4d54fe780f5d4ea","size":17236,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-8.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-8.0.3.tgz"},"directories":{},"publish_time":1448910569595,"_cnpm_publish_time":1448910569595,"_hasShrinkwrap":false},"8.0.2":{"name":"esbeautifier","version":"8.0.2","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","istanbul":"^0.3.17","mocha-runner":"^1.1.1","precommit":"^1.1.5","prepush":"^3.1.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"^0.8.1","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^4.0.4","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"b8237f3719ad4aa9da5e7a0561cb77ed38d71b97","_id":"esbeautifier@8.0.2","_shasum":"d3c70b20ee305293fc51f8e3d9af56f1cdd300e8","_from":".","_npmVersion":"2.14.12","_nodeVersion":"5.1.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"d3c70b20ee305293fc51f8e3d9af56f1cdd300e8","size":16933,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-8.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-8.0.2.tgz"},"directories":{},"publish_time":1448231839443,"_cnpm_publish_time":1448231839443,"_hasShrinkwrap":false},"8.0.1":{"name":"esbeautifier","version":"8.0.1","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","istanbul":"^0.3.17","mocha-runner":"^1.1.1","precommit":"^1.1.5","prepush":"^3.1.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"^0.8.1","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^4.0.2","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"09ec197804b8182f26e825792317bc95a8ec07f9","_id":"esbeautifier@8.0.1","_shasum":"7a04cd0e0e06f5c3feaaa4502135b1d38a63428c","_from":".","_npmVersion":"2.14.12","_nodeVersion":"5.1.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"7a04cd0e0e06f5c3feaaa4502135b1d38a63428c","size":16502,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-8.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-8.0.1.tgz"},"directories":{},"publish_time":1448230438226,"_cnpm_publish_time":1448230438226,"_hasShrinkwrap":false},"8.0.0":{"name":"esbeautifier","version":"8.0.0","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","istanbul":"^0.3.17","mocha-runner":"^1.1.1","precommit":"^1.1.5","prepush":"^3.1.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"^0.8.1","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^4.0.1","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"8387a6cc5e5c62633c91007c06088232cf456827","_id":"esbeautifier@8.0.0","_shasum":"232ebabef2cb1acea2885ddee66f8ae446220fd8","_from":".","_npmVersion":"2.14.12","_nodeVersion":"5.1.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"232ebabef2cb1acea2885ddee66f8ae446220fd8","size":16386,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-8.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-8.0.0.tgz"},"directories":{},"publish_time":1448228231975,"_cnpm_publish_time":1448228231975,"_hasShrinkwrap":false},"7.0.0":{"name":"esbeautifier","version":"7.0.0","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"^0.8.1","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^3.0.0","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"3c89002cb202ed6646b44366ec5a0282c6b47ec8","_id":"esbeautifier@7.0.0","_shasum":"97c3d8341acf540cbe8a0bf81d1ab3c2d9a0481e","_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":"97c3d8341acf540cbe8a0bf81d1ab3c2d9a0481e","size":16061,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-7.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-7.0.0.tgz"},"directories":{},"publish_time":1447755903664,"_cnpm_publish_time":1447755903664,"_hasShrinkwrap":false},"6.1.9":{"name":"esbeautifier","version":"6.1.9","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"https://github.com/royriojas/esformatter/tarball/a4a52d8","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.3.10","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"b21d97c7f7ea87d72fdaa1047e8639f497bfd4f4","_id":"esbeautifier@6.1.9","_shasum":"1712a0cd56168abdf9f29b87091e3026f9fb906a","_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":"1712a0cd56168abdf9f29b87091e3026f9fb906a","size":16033,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-6.1.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-6.1.9.tgz"},"directories":{},"publish_time":1447415182718,"_cnpm_publish_time":1447415182718,"_hasShrinkwrap":false},"6.1.8":{"name":"esbeautifier","version":"6.1.8","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"https://github.com/royriojas/esformatter/tarball/a4a52d8","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.3.8","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"af2e7204964b77364d5091eef7bafe223b4f2261","_id":"esbeautifier@6.1.8","_shasum":"f181f88265c8156ebc5b78ecb27f4c754b53ff04","_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":"f181f88265c8156ebc5b78ecb27f4c754b53ff04","size":15997,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-6.1.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-6.1.8.tgz"},"directories":{},"publish_time":1445917107576,"_cnpm_publish_time":1445917107576,"_hasShrinkwrap":false},"6.1.7":{"name":"esbeautifier","version":"6.1.7","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"https://github.com/royriojas/esformatter/tarball/a4a52d8","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.3.7","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"1d2581e3a076dad71710ebbde8f3a585609227fa","_id":"esbeautifier@6.1.7","_shasum":"49b764df240a6c70fa4d874d9febaaf213d906b7","_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":"49b764df240a6c70fa4d874d9febaaf213d906b7","size":15963,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-6.1.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-6.1.7.tgz"},"directories":{},"publish_time":1445912687777,"_cnpm_publish_time":1445912687777,"_hasShrinkwrap":false},"6.1.6":{"name":"esbeautifier","version":"6.1.6","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"https://github.com/royriojas/esformatter/tarball/a4a52d8","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.3.5","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"89eeaa79405b26140edccff87443183d1cfb2507","_id":"esbeautifier@6.1.6","_shasum":"4e484bb602842b916c0edd1d8aceba29229c9c6b","_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":"4e484bb602842b916c0edd1d8aceba29229c9c6b","size":15928,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-6.1.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-6.1.6.tgz"},"directories":{},"publish_time":1444330119034,"_cnpm_publish_time":1444330119034,"_hasShrinkwrap":false},"6.1.4":{"name":"esbeautifier","version":"6.1.4","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"https://github.com/royriojas/esformatter/tarball/a4a52d8","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.3.3","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"904a660d7a1d65433e5e89b8438853c541bb9aff","_id":"esbeautifier@6.1.4","_shasum":"7698dd864cf6ad06579a1205247f5bb542a1bd79","_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":"7698dd864cf6ad06579a1205247f5bb542a1bd79","size":15826,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-6.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-6.1.4.tgz"},"directories":{},"publish_time":1443807063353,"_cnpm_publish_time":1443807063353,"_hasShrinkwrap":false},"6.1.3":{"name":"esbeautifier","version":"6.1.3","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"https://github.com/royriojas/esformatter/tarball/master","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.3.3","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"50871f8928f320be4165eaefa97f2a546c83b178","_id":"esbeautifier@6.1.3","_shasum":"b849288b2439fcc9844fbf7e56c5da1c22d56f46","_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":"b849288b2439fcc9844fbf7e56c5da1c22d56f46","size":15789,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-6.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-6.1.3.tgz"},"directories":{},"publish_time":1443770130429,"_cnpm_publish_time":1443770130429,"_hasShrinkwrap":false},"6.1.2":{"name":"esbeautifier","version":"6.1.2","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"https://github.com/royriojas/esformatter/tarball/master","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.3.2","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"fff73d09f8e08c5fba2ac6a990c2dc8091fa6f61","_id":"esbeautifier@6.1.2","_shasum":"63ccc006d07d283a94245353305d2e92ccf0eacd","_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":"63ccc006d07d283a94245353305d2e92ccf0eacd","size":15736,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-6.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-6.1.2.tgz"},"directories":{},"publish_time":1443767862547,"_cnpm_publish_time":1443767862547,"_hasShrinkwrap":false},"6.1.1":{"name":"esbeautifier","version":"6.1.1","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"https://github.com/royriojas/esformatter/tarball/master","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.3.1","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"57736ecfd8a76413daf9ec534f6f8d2c6d203802","_id":"esbeautifier@6.1.1","_shasum":"6fd51608928806d2b9e91b303b738bf20eaee65e","_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":"6fd51608928806d2b9e91b303b738bf20eaee65e","size":15688,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-6.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-6.1.1.tgz"},"directories":{},"publish_time":1443765889747,"_cnpm_publish_time":1443765889747,"_hasShrinkwrap":false},"6.1.0":{"name":"esbeautifier","version":"6.1.0","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"https://github.com/royriojas/esformatter/tarball/master","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.3.0","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"02ecf50b2e7023c863c45361240b36d9ff2d0f8d","_id":"esbeautifier@6.1.0","_shasum":"ce6c37e973f1dd47bd08436b51f2ecff79e88420","_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":"ce6c37e973f1dd47bd08436b51f2ecff79e88420","size":15649,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-6.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-6.1.0.tgz"},"directories":{},"publish_time":1443764584779,"_cnpm_publish_time":1443764584779,"_hasShrinkwrap":false},"6.0.4":{"name":"esbeautifier","version":"6.0.4","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"https://github.com/royriojas/esformatter/tarball/master","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.2.0","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"c56fc927df211937208432f081c56bfe96e74eb3","_id":"esbeautifier@6.0.4","_shasum":"72142a47793549b4168189f7d0ad414da3e37317","_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":"72142a47793549b4168189f7d0ad414da3e37317","size":13966,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-6.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-6.0.4.tgz"},"directories":{},"publish_time":1443753915784,"_cnpm_publish_time":1443753915784,"_hasShrinkwrap":false},"6.0.3":{"name":"esbeautifier","version":"6.0.3","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"https://github.com/royriojas/esformatter/tarball/master","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.1.4","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"45356339f7766eb8c91826832bb54e40c9e4d217","_id":"esbeautifier@6.0.3","_shasum":"f18a142103441b9a3afef6ca35bc6c5eead6b92a","_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":"f18a142103441b9a3afef6ca35bc6c5eead6b92a","size":13935,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-6.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-6.0.3.tgz"},"directories":{},"publish_time":1443721274989,"_cnpm_publish_time":1443721274989,"_hasShrinkwrap":false},"6.0.1":{"name":"esbeautifier","version":"6.0.1","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"https://github.com/royriojas/esformatter/tarball/master","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-ignore":"^0.1.1","esformatter-jsx":"^2.1.0","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"d0427215914c45593ef61df0fe887002dad794eb","_id":"esbeautifier@6.0.1","_shasum":"1ee209352ad0c1c678d1a8fad834f05decb7d691","_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":"1ee209352ad0c1c678d1a8fad834f05decb7d691","size":13868,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-6.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-6.0.1.tgz"},"directories":{},"publish_time":1443078884274,"_cnpm_publish_time":1443078884274,"_hasShrinkwrap":false},"6.0.0":{"name":"esbeautifier","version":"6.0.0","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"https://github.com/royriojas/esformatter/tarball/master","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-ignore":"^0.1.1","esformatter-jsx":"^2.1.0","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"0185b8b55395379eda6deaf198a57a887908b6ff","_id":"esbeautifier@6.0.0","_shasum":"4fabbfbb5c87a788ad724721c437eb7c5e053ad4","_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":"4fabbfbb5c87a788ad724721c437eb7c5e053ad4","size":13652,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-6.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-6.0.0.tgz"},"directories":{},"publish_time":1443073080290,"_cnpm_publish_time":1443073080290,"_hasShrinkwrap":false},"5.1.1":{"name":"esbeautifier","version":"5.1.1","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"https://github.com/royriojas/esformatter/tarball/master","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-ignore":"^0.1.1","esformatter-jsx":"^2.1.0","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","jq-trim":"^0.1.1","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"ecf275e0497ff8e147d603c1921c4a663ed2f8dc","_id":"esbeautifier@5.1.1","_shasum":"fe791f4cfad15befcea816891d0028c0ee88a1a5","_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":"fe791f4cfad15befcea816891d0028c0ee88a1a5","size":13577,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-5.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-5.1.1.tgz"},"directories":{},"publish_time":1443066031100,"_cnpm_publish_time":1443066031100,"_hasShrinkwrap":false},"5.1.2":{"name":"esbeautifier","version":"5.1.2","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"https://github.com/royriojas/esformatter/tarball/master","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-ignore":"^0.1.1","esformatter-jsx":"^2.1.0","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.2.4","hash-string":"^1.0.0","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"a80d51fe87d8f06cb6b6dfdda6ab0106d3a2a51e","_id":"esbeautifier@5.1.2","_shasum":"a8b65d6a8e1f895569ba9987596899e0f77e2b5f","_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":"a8b65d6a8e1f895569ba9987596899e0f77e2b5f","size":13624,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-5.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-5.1.2.tgz"},"directories":{},"publish_time":1443067686847,"_cnpm_publish_time":1443067686847,"_hasShrinkwrap":false},"5.0.1":{"name":"esbeautifier","version":"5.0.1","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"https://github.com/royriojas/esformatter/tarball/master","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.1.0","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.0.1","jq-trim":"^0.1.1","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"e8be7ddcd7303ab78848d36941d46597d7d46cd4","_id":"esbeautifier@5.0.1","_shasum":"35152c9478c0e7b104b97f2b373230c20e4bf298","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"35152c9478c0e7b104b97f2b373230c20e4bf298","size":11620,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-5.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-5.0.1.tgz"},"directories":{},"publish_time":1442691318607,"_cnpm_publish_time":1442691318607,"_hasShrinkwrap":false},"5.0.0":{"name":"esbeautifier","version":"5.0.0","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"https://github.com/millermedeiros/esformatter/tarball/master","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.1.0","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.0.1","jq-trim":"^0.1.1","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"6432145af49c409390f12e9ae5e0bf6588876328","_id":"esbeautifier@5.0.0","_shasum":"9ab04d6c8b1d099c36635cbea021e508c0a829ca","_from":".","_npmVersion":"3.3.3","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"9ab04d6c8b1d099c36635cbea021e508c0a829ca","size":11578,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-5.0.0.tgz"},"directories":{},"publish_time":1442559113870,"_cnpm_publish_time":1442559113870,"_hasShrinkwrap":false},"4.2.12":{"name":"esbeautifier","version":"4.2.12","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"git+https://github.com/royriojas/esbeautifier.git"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"0.7.2","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.1.0","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.0.1","jq-trim":"^0.1.1","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"600a8e05389876b3a5f13458e6416ea54c22eaff","_id":"esbeautifier@4.2.12","_shasum":"d0cb74e179b20f53c10deafb930274883168ba0c","_from":".","_npmVersion":"3.3.3","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"d0cb74e179b20f53c10deafb930274883168ba0c","size":11527,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-4.2.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-4.2.12.tgz"},"directories":{},"publish_time":1442558785075,"_cnpm_publish_time":1442558785075,"_hasShrinkwrap":false},"4.2.11":{"name":"esbeautifier","version":"4.2.11","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.13","dispatchy":"^1.0.3","esformatter":"0.7.2","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.0.11","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.0.1","jq-trim":"^0.1.1","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"2d10c84851c18d2dc5519f9f9ddb41053441c770","_id":"esbeautifier@4.2.11","_shasum":"cc285684aa1f5992c55d4ccf247f4108428bd3aa","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"cc285684aa1f5992c55d4ccf247f4108428bd3aa","size":11448,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-4.2.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-4.2.11.tgz"},"directories":{},"publish_time":1439849221840,"_cnpm_publish_time":1439849221840,"_hasShrinkwrap":false},"4.2.10":{"name":"esbeautifier","version":"4.2.10","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.18","es6-promise":"^3.0.2","eslinter":"^2.3.2","fs-extra":"^0.23.1","glob-expand":"^0.1.0","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.5"},"dependencies":{"clix":"^2.0.12","dispatchy":"^1.0.3","esformatter":"0.7.2","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.0.11","esformatter-quotes":"^1.0.2","extend":"^3.0.0","file-entry-cache":"^1.0.1","jq-trim":"^0.1.1","mocha-runner":"^1.1.1","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"f4421270adbf2826e09a59fec84a34a96c93cb0b","_id":"esbeautifier@4.2.10","_shasum":"0767ee682c837d0688baa03103a6c94ec0675e2e","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"0767ee682c837d0688baa03103a6c94ec0675e2e","size":17063,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-4.2.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-4.2.10.tgz"},"directories":{},"publish_time":1439798531765,"_cnpm_publish_time":1439798531765,"_hasShrinkwrap":true},"4.2.9":{"name":"esbeautifier","version":"4.2.9","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.17","es6-promise":"^2.3.0","eslinter":"^2.3.0","fs-extra":"^0.22.1","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.4","prepush":"^3.1.3","proxyquire":"^1.6.0","watch-spawn":"^1.0.4"},"dependencies":{"clix":"^2.0.3","dispatchy":"^1.0.3","esformatter":"^0.7.2","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.0.11","esformatter-quotes":"^1.0.2","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","jq-trim":"^0.1.1","optionator":"^0.6.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"987d7de37043b5fadf552f822e3d4b2cb9205f8f","_id":"esbeautifier@4.2.9","_shasum":"dbfcb46ee3f2ed8864ed46e067e64d38704d1c68","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"dbfcb46ee3f2ed8864ed46e067e64d38704d1c68","size":16372,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-4.2.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-4.2.9.tgz"},"directories":{},"publish_time":1439367048421,"_cnpm_publish_time":1439367048421,"_hasShrinkwrap":true},"4.2.8":{"name":"esbeautifier","version":"4.2.8","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.17","es6-promise":"^2.3.0","eslinter":"^2.3.0","fs-extra":"^0.22.1","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.4","prepush":"^3.1.3","proxyquire":"^1.6.0","watch-spawn":"^1.0.4"},"dependencies":{"clix":"^2.0.3","dispatchy":"^1.0.3","esformatter":"^0.7.2","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.0.10","esformatter-quotes":"^1.0.2","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","jq-trim":"^0.1.1","optionator":"^0.6.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"2480da6aaf9010a9033e7144fe42a7426e220a3a","_id":"esbeautifier@4.2.8","_shasum":"cd52e97a2328ca9c43fd549c679f5da5a4195319","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"cd52e97a2328ca9c43fd549c679f5da5a4195319","size":16296,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-4.2.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-4.2.8.tgz"},"directories":{},"publish_time":1439339982943,"_cnpm_publish_time":1439339982943,"_hasShrinkwrap":true},"4.2.7":{"name":"esbeautifier","version":"4.2.7","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.17","es6-promise":"^2.3.0","eslinter":"^2.3.0","fs-extra":"^0.22.1","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.4","prepush":"^3.1.3","proxyquire":"^1.6.0","watch-spawn":"^1.0.4"},"dependencies":{"clix":"^2.0.2","dispatchy":"^1.0.3","esformatter":"^0.7.2","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.0.10","esformatter-quotes":"^1.0.2","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","jq-trim":"^0.1.1","optionator":"^0.6.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"cc588f6d6db72ec5fc896904440cd93552df603b","_id":"esbeautifier@4.2.7","_shasum":"f593fb195ffcf8a6d83f72459fdcc1ce6af08317","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"f593fb195ffcf8a6d83f72459fdcc1ce6af08317","size":16255,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-4.2.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-4.2.7.tgz"},"directories":{},"publish_time":1439329689932,"_cnpm_publish_time":1439329689932,"_hasShrinkwrap":true},"4.2.6":{"name":"esbeautifier","version":"4.2.6","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.17","es6-promise":"^2.3.0","eslinter":"^2.3.0","fs-extra":"^0.22.1","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.4","prepush":"^3.1.3","proxyquire":"^1.6.0","watch-spawn":"^1.0.4"},"dependencies":{"clix":"^2.0.2","dispatchy":"^1.0.3","esformatter":"^0.7.2","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.0.10","esformatter-quotes":"^1.0.2","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","jq-trim":"^0.1.1","optionator":"^0.6.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"934060e70aacb04a0b2baba7b64e828dcd76ae57","_id":"esbeautifier@4.2.6","_shasum":"ebed11d4976b0fda1f247a95f7d7eb87a9b681e4","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"ebed11d4976b0fda1f247a95f7d7eb87a9b681e4","size":16103,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-4.2.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-4.2.6.tgz"},"directories":{},"publish_time":1439329348328,"_cnpm_publish_time":1439329348328,"_hasShrinkwrap":true},"4.2.5":{"name":"esbeautifier","version":"4.2.5","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.16","es6-promise":"^2.3.0","eslinter":"^2.0.6","fs-extra":"^0.22.1","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.2","prepush":"^3.1.2","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.1.6","dispatchy":"^1.0.3","esformatter":"^0.7.2","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.0.10","esformatter-quotes":"^1.0.2","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","jq-trim":"^0.1.1","optionator":"^0.6.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"dfcf0580ec56de7b552b528b15186d1dad8a7032","_id":"esbeautifier@4.2.5","_shasum":"e6bf67c07aa96a056a5a22daf98f4cc701d0086e","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"e6bf67c07aa96a056a5a22daf98f4cc701d0086e","size":16062,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-4.2.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-4.2.5.tgz"},"directories":{},"publish_time":1439169503693,"_cnpm_publish_time":1439169503693,"_hasShrinkwrap":true},"4.2.4":{"name":"esbeautifier","version":"4.2.4","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.16","es6-promise":"^2.3.0","eslinter":"^2.0.6","fs-extra":"^0.22.1","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.2","prepush":"^3.1.2","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.1.5","dispatchy":"^1.0.3","esformatter":"^0.7.2","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.0.10","esformatter-quotes":"^1.0.2","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","jq-trim":"^0.1.1","optionator":"^0.6.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"d067970e7ae7f9edbfa795a5143b638a3957fdc3","_id":"esbeautifier@4.2.4","_shasum":"8a51bee70c218817252040b3b7874e2f8c560430","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"8a51bee70c218817252040b3b7874e2f8c560430","size":16001,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-4.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-4.2.4.tgz"},"directories":{},"publish_time":1438985097649,"_cnpm_publish_time":1438985097649,"_hasShrinkwrap":true},"4.2.3":{"name":"esbeautifier","version":"4.2.3","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.15","es6-promise":"^2.3.0","eslinter":"^2.0.6","fs-extra":"^0.22.1","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.0","prepush":"^3.0.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.1.5","dispatchy":"^1.0.3","esformatter":"^0.7.3","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.0.10","esformatter-quotes":"^1.0.2","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","jq-trim":"^0.1.1","optionator":"^0.6.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"afcb0d8c318d021e41f70c170c950ffcb15b3887","_id":"esbeautifier@4.2.3","_shasum":"6c91279008d26b6bc4f3033908ac6fa3c9a2c87b","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"6c91279008d26b6bc4f3033908ac6fa3c9a2c87b","size":15901,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-4.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-4.2.3.tgz"},"directories":{},"publish_time":1438973043737,"_cnpm_publish_time":1438973043737,"_hasShrinkwrap":true},"4.2.2":{"name":"esbeautifier","version":"4.2.2","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.15","es6-promise":"^2.3.0","eslinter":"^2.0.6","fs-extra":"^0.22.1","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.0","prepush":"^3.0.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.1.5","dispatchy":"^1.0.3","esformatter":"^0.7.3","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.0.9","esformatter-quotes":"^1.0.2","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","jq-trim":"^0.1.1","optionator":"^0.6.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"7666f3bac324abc404acb063a6514e1a4eb47f19","_id":"esbeautifier@4.2.2","_shasum":"9034f12d20037bd821108c122d89ee3dd92614ec","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"9034f12d20037bd821108c122d89ee3dd92614ec","size":15582,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-4.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-4.2.2.tgz"},"directories":{},"publish_time":1438932419571,"_cnpm_publish_time":1438932419571,"_hasShrinkwrap":true},"4.2.1":{"name":"esbeautifier","version":"4.2.1","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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'","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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.15","es6-promise":"^2.3.0","eslinter":"^2.0.6","fs-extra":"^0.22.1","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.0","prepush":"^3.0.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.1.5","dispatchy":"^1.0.3","esformatter":"^0.7.3","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.0.7","esformatter-quotes":"^1.0.2","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","jq-trim":"^0.1.1","optionator":"^0.6.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"d32a525c314b49946f1b5de7d65f678f28aae864","_id":"esbeautifier@4.2.1","_shasum":"819961d63d41840e954620014eeb05a1f2f901b9","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"819961d63d41840e954620014eeb05a1f2f901b9","size":10526,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-4.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-4.2.1.tgz"},"directories":{},"publish_time":1438908610289,"_cnpm_publish_time":1438908610289,"_hasShrinkwrap":false},"4.2.0":{"name":"esbeautifier","version":"4.2.0","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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'","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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"precommit":["npm run check"],"devDependencies":{"changelogx":"^1.0.15","es6-promise":"^2.3.0","eslinter":"^2.0.6","fs-extra":"^0.22.1","istanbul":"^0.3.17","mocha-runner":"^1.0.8","precommit":"^1.1.0","prepush":"^3.0.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.1.5","dispatchy":"^1.0.3","esformatter":"^0.7.3","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.0.6","esformatter-quotes":"^1.0.2","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","jq-trim":"^0.1.1","optionator":"^0.6.0","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"6e488151033901817f280e35ddefa49a07c51cda","_id":"esbeautifier@4.2.0","_shasum":"6f73b6e896ffe577c1ca82d3dd28b8bb3c2095c7","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"6f73b6e896ffe577c1ca82d3dd28b8bb3c2095c7","size":15397,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-4.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-4.2.0.tgz"},"directories":{},"publish_time":1438827408307,"_cnpm_publish_time":1438827408307,"_hasShrinkwrap":true},"4.1.0":{"name":"esbeautifier","version":"4.1.0","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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'","install-hooks":"prepush install && changelogx install-hook","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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.15","es6-promise":"^2.3.0","eslinter":"^2.0.6","fs-extra":"^0.22.1","istanbul":"^0.3.17","mocha-runner":"^1.0.8","prepush":"^3.0.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.1.5","dispatchy":"^1.0.3","esformatter":"^0.7.3","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.0.6","esformatter-quotes":"^1.0.2","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","optionator":"^0.6.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"da8bd7247d936753f6f76b815fd0c1e6d8ff14f7","_id":"esbeautifier@4.1.0","_shasum":"adfe3413ee78186778920334395008794e48bf3e","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"adfe3413ee78186778920334395008794e48bf3e","size":15115,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-4.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-4.1.0.tgz"},"directories":{},"publish_time":1438764745438,"_cnpm_publish_time":1438764745438,"_hasShrinkwrap":true},"4.0.1":{"name":"esbeautifier","version":"4.0.1","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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'","install-hooks":"prepush install && changelogx install-hook","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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.15","es6-promise":"^2.3.0","eslinter":"^2.0.6","fs-extra":"^0.22.1","istanbul":"^0.3.17","mocha-runner":"^1.0.8","prepush":"^3.0.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.1.5","dispatchy":"^1.0.3","esformatter":"^0.7.2","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.0.4","esformatter-quotes":"^1.0.2","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","optionator":"^0.6.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"8c3593d4606903f56503fc5fc3cb08fecf70f8d9","_id":"esbeautifier@4.0.1","_shasum":"48b30d319a11681071bfe18c9c7d7d528b18039f","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"48b30d319a11681071bfe18c9c7d7d528b18039f","size":15067,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-4.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-4.0.1.tgz"},"directories":{},"publish_time":1438130475515,"_cnpm_publish_time":1438130475515,"_hasShrinkwrap":true},"4.0.0":{"name":"esbeautifier","version":"4.0.0","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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'","install-hooks":"prepush install && changelogx install-hook","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"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"changelogx":"^1.0.15","es6-promise":"^2.3.0","eslinter":"^2.0.6","fs-extra":"^0.22.1","istanbul":"^0.3.17","mocha-runner":"^1.0.8","prepush":"^3.0.4","proxyquire":"^1.6.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.1.5","dispatchy":"^1.0.3","esformatter":"^0.7.2","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^2.0.3","esformatter-quotes":"^1.0.2","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","optionator":"^0.6.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"59c5bee0589acbdd361ea7c2f1a68ed5b6f18d5b","_id":"esbeautifier@4.0.0","_shasum":"52f19040d3a4dea577f7912f40de25237d120304","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"52f19040d3a4dea577f7912f40de25237d120304","size":15027,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-4.0.0.tgz"},"directories":{},"publish_time":1438077724142,"_cnpm_publish_time":1438077724142,"_hasShrinkwrap":true},"3.2.0":{"name":"esbeautifier","version":"3.2.0","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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'","install-hooks":"prepush install && changelogx install-hook","bump":"bumpery --verify='npm run check'"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"bumpery":"^1.0.7","changelogx":"^1.0.13","es6-promise":"^2.3.0","eslinter":"^2.0.5","fs-extra":"^0.19.0","istanbul":"^0.3.15","mocha-runner":"^1.0.8","prepush":"^2.0.4","proxyquire":"^1.5.0","watch-spawn":"^1.0.3"},"dependencies":{"clix":"^1.1.5","dispatchy":"^1.0.2","esformatter":"^0.7.0","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.3.0","esformatter-quotes":"^1.0.2","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","optionator":"^0.6.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"ba3c72335f849183996effcd2bc915884b236004","_id":"esbeautifier@3.2.0","_shasum":"9b6b84ae504d369dfb9f1eaeb36a7b940edd9ebf","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"9b6b84ae504d369dfb9f1eaeb36a7b940edd9ebf","size":14863,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-3.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-3.2.0.tgz"},"directories":{},"publish_time":1436766879732,"_cnpm_publish_time":1436766879732,"_hasShrinkwrap":true},"3.1.3":{"name":"esbeautifier","version":"3.1.3","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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'","install-hooks":"prepush install && changelogx install-hook","bump":"bumpery --verify='npm run check'"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"bumpery":"^1.0.7","changelogx":"^1.0.13","es6-promise":"^2.3.0","eslinter":"^2.0.1","fs-extra":"^0.19.0","istanbul":"^0.3.15","mocha-runner":"^1.0.8","prepush":"^2.0.4","proxyquire":"^1.5.0","watch-spawn":"^1.0.3"},"dependencies":{"chalk":"^1.0.0","clix":"^1.0.7","dispatchy":"^1.0.2","esformatter":"^0.7.0","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.3.0","esformatter-quotes":"^1.0.2","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","optionator":"^0.6.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"37855b3436b674be0f2af222f96704a9f9e76b39","_id":"esbeautifier@3.1.3","_shasum":"a5794ede4df2c5ac3f940f99e62e20165426c430","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"a5794ede4df2c5ac3f940f99e62e20165426c430","size":15182,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-3.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-3.1.3.tgz"},"directories":{},"publish_time":1435224109771,"_cnpm_publish_time":1435224109771,"_hasShrinkwrap":true},"3.1.2":{"name":"esbeautifier","version":"3.1.2","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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'","install-hooks":"prepush install && changelogx install-hook","bump":"bumpery --verify='npm run check'"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"bumpery":"^1.0.7","changelogx":"^1.0.13","es6-promise":"^2.3.0","eslinter":"^2.0.1","fs-extra":"^0.19.0","istanbul":"^0.3.15","mocha-runner":"^1.0.8","prepush":"^2.0.4","proxyquire":"^1.5.0","watch-spawn":"^1.0.3"},"dependencies":{"chalk":"^1.0.0","clix":"^1.0.7","dispatchy":"^1.0.2","esformatter":"^0.7.0","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.3.0","esformatter-quotes":"^1.0.2","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","optionator":"^0.6.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"6a7ecb9777013aa7ce83c61be26daba174213dbd","_id":"esbeautifier@3.1.2","_shasum":"d9d90899f148d4f442bc5035aad490c2b46cecbe","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"d9d90899f148d4f442bc5035aad490c2b46cecbe","size":15133,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-3.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-3.1.2.tgz"},"directories":{},"publish_time":1435189200342,"_cnpm_publish_time":1435189200342,"_hasShrinkwrap":true},"3.1.1":{"name":"esbeautifier","version":"3.1.1","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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'","install-hooks":"prepush install && changelogx install-hook","bump":"bumpery --verify='npm run check'"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"bumpery":"^1.0.7","changelogx":"^1.0.13","es6-promise":"^2.3.0","eslinter":"^2.0.1","fs-extra":"^0.19.0","istanbul":"^0.3.15","mocha-runner":"^1.0.8","prepush":"^2.0.4","proxyquire":"^1.5.0","watch-spawn":"^1.0.3"},"dependencies":{"chalk":"^1.0.0","clix":"^1.0.7","dispatchy":"^1.0.2","esformatter":"^0.7.0","esformatter-collapse-objects":"^0.4.1","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.3.0","esformatter-quotes":"^1.0.2","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","optionator":"^0.6.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"cbcb594a54e7205543b2dcf0a50b531d77a913c3","_id":"esbeautifier@3.1.1","_shasum":"1b3134baa1da8ada6d7d3499565a4aa3619db2d1","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"1b3134baa1da8ada6d7d3499565a4aa3619db2d1","size":15076,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-3.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-3.1.1.tgz"},"directories":{},"publish_time":1435173698829,"_cnpm_publish_time":1435173698829,"_hasShrinkwrap":true},"3.0.0":{"name":"esbeautifier","version":"3.0.0","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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'","install-hooks":"prepush install && changelogx install-hook","bump":"bumpery --verify='npm run check'"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"bumpery":"^1.0.7","changelogx":"^1.0.13","es6-promise":"^2.3.0","eslinter":"^2.0.1","fs-extra":"^0.19.0","istanbul":"^0.3.15","mocha-runner":"^1.0.8","prepush":"^2.0.4","proxyquire":"^1.5.0","watch-spawn":"^1.0.3"},"dependencies":{"chalk":"^1.0.0","clix":"^1.0.7","dispatchy":"^1.0.2","esformatter":"^0.7.0","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.3.0","esformatter-quotes":"^1.0.2","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"^0.1.0","optionator":"^0.6.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.2.0"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","prettyprint","prettify"],"gitHead":"4f034ac029b74ef207cdfd93e927c7b7c71ead35","_id":"esbeautifier@3.0.0","_shasum":"668321c6b7f5551ae4d676b98dab6b3a419c2913","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"668321c6b7f5551ae4d676b98dab6b3a419c2913","size":14415,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-3.0.0.tgz"},"directories":{},"publish_time":1434536923528,"_cnpm_publish_time":1434536923528,"_hasShrinkwrap":true},"2.2.3":{"name":"esbeautifier","version":"2.2.3","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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","install-hooks":"prepush install && changelogx install-hook","bump":"bumpery --verify='npm run check'"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"bumpery":"^1.0.4","changelogx":"^1.0.13","eslinter":"^1.0.0","istanbul":"^0.3.7","mocha-runner":"^1.0.4","prepush":"^2.0.4","proxyquire":"^1.4.0","watch-spawn":"^1.0.3"},"dependencies":{"chalk":"^1.0.0","clix":"^1.0.1","dispatchy":"^1.0.1","esformatter":"^0.5.0","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.1.0","esformatter-quotes":"^1.0.0","esformatter-shebang-ignore":"^1.0.0","extend":"^2.0.1","file-entry-cache":"^1.0.1","glob-expand":"0.0.2","optionator":"^0.5.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.1.1"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","beautifier","jsx","prettyprint","prettify"],"changelogx":{"issueIDRegExp":"#(\\d+)","commitURL":"https://github.com/royriojas/esbeautifier/commit/{0}","authorURL":"https://github.com/{0}","issueIDURL":"https://github.com/royriojas/esbeautifier/issues/{0}","projectName":"esbeautifier"},"gitHead":"c95626e4abe64d99bda09ecc5d472afecbf12442","_id":"esbeautifier@2.2.3","_shasum":"ab6b064ddbc429012d389c2501a6075e216497cf","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"ab6b064ddbc429012d389c2501a6075e216497cf","size":12496,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-2.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-2.2.3.tgz"},"directories":{},"publish_time":1434455128701,"_cnpm_publish_time":1434455128701,"_hasShrinkwrap":true},"2.2.1":{"name":"esbeautifier","version":"2.2.1","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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","install-hooks":"prepush install && changelogx install-hook","bump":"bumpery --verify='npm run check'"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"bumpery":"^1.0.4","changelogx":"^1.0.13","eslinter":"^1.0.0","istanbul":"^0.3.7","mocha-runner":"^1.0.4","prepush":"^2.0.4","proxyquire":"^1.4.0","watch-spawn":"^1.0.3"},"dependencies":{"chalk":"^1.0.0","clix":"^1.0.1","dispatchy":"^1.0.1","esformatter":"^0.5.0","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.1.0","esformatter-quotes":"^1.0.0","esformatter-shebang-ignore":"^1.0.0","file-entry-cache":"^1.0.1","glob-expand":"0.0.2","optionator":"^0.5.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.1.1"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","beautifier","jsx","prettyprint","prettify"],"changelogx":{"issueIDRegExp":"#(\\d+)","commitURL":"https://github.com/royriojas/esbeautifier/commit/{0}","authorURL":"https://github.com/{0}","issueIDURL":"https://github.com/royriojas/esbeautifier/issues/{0}","projectName":"esbeautifier"},"gitHead":"9fa9595af3b4418e401b9f189df649f87e16e4e7","_id":"esbeautifier@2.2.1","_shasum":"cb0b689092383d3748de2107c0d2347ff6bb1a41","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"cb0b689092383d3748de2107c0d2347ff6bb1a41","size":19306,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-2.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-2.2.1.tgz"},"directories":{},"publish_time":1434454341889,"_cnpm_publish_time":1434454341889,"_hasShrinkwrap":true},"2.2.0":{"name":"esbeautifier","version":"2.2.0","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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","install-hooks":"prepush install && changelogx install-hook","bump":"bumpery --verify='npm run check'"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"bumpery":"^1.0.4","changelogx":"^1.0.11","eslinter":"^1.0.0","istanbul":"^0.3.7","mocha-runner":"^1.0.4","prepush":"^2.0.3","proxyquire":"^1.4.0","watch-spawn":"^1.0.3"},"dependencies":{"chalk":"^1.0.0","clix":"^1.0.1","dispatchy":"^1.0.1","esformatter":"^0.5.0","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.1.0","esformatter-quotes":"^1.0.0","esformatter-shebang-ignore":"^1.0.0","file-entry-cache":"^1.0.1","glob-expand":"0.0.2","optionator":"^0.5.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.1.1"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","beautifier","jsx","prettyprint","prettify"],"changelogx":{"issueIDRegExp":"#(\\d+)","commitURL":"https://github.com/royriojas/esbeautifier/commit/{0}","authorURL":"https://github.com/{0}","issueIDURL":"https://github.com/royriojas/esbeautifier/issues/{0}","projectName":"esbeautifier"},"gitHead":"8993443bad23b143191afc7d5d3a8722020a7431","_id":"esbeautifier@2.2.0","_shasum":"7daadd23463d64f21448b5ad82de0e545f1fd3c4","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"7daadd23463d64f21448b5ad82de0e545f1fd3c4","size":19236,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-2.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-2.2.0.tgz"},"directories":{},"publish_time":1434454072813,"_cnpm_publish_time":1434454072813,"_hasShrinkwrap":true},"2.0.5":{"name":"esbeautifier","version":"2.0.5","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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","install-hooks":"prepush install && changelogx install-hook","bump":"bumpery --verify='npm run check'"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"bumpery":"^1.0.4","changelogx":"^1.0.11","eslinter":"^1.0.0","istanbul":"^0.3.7","mocha-runner":"^1.0.4","prepush":"^2.0.3","proxyquire":"^1.4.0","watch-spawn":"^1.0.3"},"dependencies":{"chalk":"^1.0.0","clix":"^1.0.1","dispatchy":"^1.0.1","esformatter":"^0.5.0","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.0.8","esformatter-quotes":"^1.0.0","esformatter-shebang-ignore":"^1.0.0","file-entry-cache":"^1.0.1","glob-expand":"0.0.2","optionator":"^0.5.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.1.1"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","beautifier","jsx","prettyprint","prettify"],"changelogx":{"issueIDRegExp":"#(\\d+)","commitURL":"https://github.com/royriojas/esbeautifier/commit/{0}","authorURL":"https://github.com/{0}","issueIDURL":"https://github.com/royriojas/esbeautifier/issues/{0}","projectName":"esbeautifier"},"gitHead":"584883091af73a4b739fc96672c9fbf01ac602d4","_id":"esbeautifier@2.0.5","_shasum":"0cc7ed71a8260f302a993d7c144b8d44154945d0","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"0cc7ed71a8260f302a993d7c144b8d44154945d0","size":19259,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-2.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-2.0.5.tgz"},"directories":{},"publish_time":1427356029866,"_cnpm_publish_time":1427356029866,"_hasShrinkwrap":true},"2.0.4":{"name":"esbeautifier","version":"2.0.4","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslinter index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' 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","install-hooks":"prepush install && changelogx install-hook","bump":"bumpery --verify='npm run check'"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run check"],"devDependencies":{"bumpery":"^1.0.4","changelogx":"^1.0.11","eslinter":"^1.0.0","istanbul":"^0.3.7","mocha-runner":"^1.0.4","prepush":"^2.0.3","proxyquire":"^1.4.0","watch-spawn":"^1.0.3"},"dependencies":{"chalk":"^1.0.0","clix":"^1.0.1","dispatchy":"^1.0.1","esformatter":"^0.5.0","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.0.8","esformatter-quotes":"^1.0.0","esformatter-shebang-ignore":"^1.0.0","file-entry-cache":"^1.0.1","glob-expand":"0.0.2","optionator":"^0.5.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.1.1"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","beautifier","jsx","prettyprint","prettify"],"changelogx":{"issueIDRegExp":"#(\\d+)","commitURL":"https://github.com/royriojas/esbeautifier/commit/{0}","authorURL":"https://github.com/{0}","issueIDURL":"https://github.com/royriojas/esbeautifier/issues/{0}","projectName":"esbeautifier"},"gitHead":"7474a35d77aaa7c0d84f864491b1a786c2114a34","_id":"esbeautifier@2.0.4","_shasum":"f50923d059876ad35501e6b1af623a1ef8953ab5","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"f50923d059876ad35501e6b1af623a1ef8953ab5","size":19101,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-2.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-2.0.4.tgz"},"directories":{},"publish_time":1427275504212,"_cnpm_publish_time":1427275504212,"_hasShrinkwrap":true},"2.0.3":{"name":"esbeautifier","version":"2.0.3","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslint --format 'node_modules/eslint-friendly-formatter' index.js lib/ bin/ src/ specs/ -c './configs/eslint.json'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","prepush":"npm run beautify-check && npm run eslint && npm test","changelog":"changelogx -f markdown -o ./changelog.md","install-hooks":"prepush install && changelogx install-hook"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run prepush"],"devDependencies":{"changelogx":"^1.0.5","eslint":"^0.16.1","eslint-friendly-formatter":"^1.0.3","istanbul":"^0.3.7","mocha-runner":"^1.0.4","prepush":"^1.0.2","proxyquire":"^1.4.0","watch-spawn":"^1.0.3"},"dependencies":{"chalk":"^1.0.0","clix":"^1.0.1","dispatchy":"^1.0.1","esformatter":"^0.5.0","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.0.8","esformatter-quotes":"^1.0.0","esformatter-shebang-ignore":"^1.0.0","file-entry-cache":"^1.0.1","glob-expand":"0.0.2","optionator":"^0.5.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.1.1"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","beautifier","jsx","prettyprint","prettify"],"changelogx":{"issueIDRegExp":"#(\\d+)","commitURL":"https://github.com/royriojas/esbeautifier/commit/{0}","authorURL":"https://github.com/{0}","issueIDURL":"https://github.com/royriojas/esbeautifier/issues/{0}","projectName":"esbeautifier"},"gitHead":"f9d7ba08426785056951b7ba85a4ed9c28dca3a4","_id":"esbeautifier@2.0.3","_shasum":"7a8ca207352f7962beb20afe3822e92ac1d71653","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"7a8ca207352f7962beb20afe3822e92ac1d71653","size":18848,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-2.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-2.0.3.tgz"},"directories":{},"publish_time":1426702008272,"_cnpm_publish_time":1426702008272,"_hasShrinkwrap":true},"2.0.1":{"name":"esbeautifier","version":"2.0.1","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslint --format 'node_modules/eslint-friendly-formatter' index.js lib/ bin/ src/ specs/ -c './configs/eslint.json'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","prepush":"npm run beautify-check && npm run eslint && npm test"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run prepush"],"devDependencies":{"eslint":"^0.16.1","eslint-friendly-formatter":"^1.0.3","istanbul":"^0.3.7","mocha-runner":"^1.0.4","prepush":"^1.0.2","proxyquire":"^1.4.0","watch-spawn":"^1.0.3"},"dependencies":{"chalk":"^1.0.0","clix":"^1.0.1","dispatchy":"^1.0.1","esformatter":"^0.5.0","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.0.8","esformatter-quotes":"^1.0.0","esformatter-shebang-ignore":"^1.0.0","file-entry-cache":"^1.0.1","glob-expand":"0.0.2","optionator":"^0.5.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.1.1"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","beautifier","jsx","prettyprint","prettify"],"gitHead":"1d9ffcf300736ab169fdd572d11a96b16e445914","_id":"esbeautifier@2.0.1","_shasum":"1236c33ffde148396e6bbd39568018eb1f4fe030","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"1236c33ffde148396e6bbd39568018eb1f4fe030","size":17447,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-2.0.1.tgz"},"directories":{},"publish_time":1426412840157,"_cnpm_publish_time":1426412840157,"_hasShrinkwrap":true},"2.0.0":{"name":"esbeautifier","version":"2.0.0","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslint --format 'node_modules/eslint-friendly-formatter' index.js lib/ bin/ src/ specs/ -c './configs/eslint.json'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","prepush":"npm run beautify-check && npm run eslint && npm test"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run prepush"],"devDependencies":{"eslint":"^0.16.1","eslint-friendly-formatter":"^1.0.3","istanbul":"^0.3.7","mocha-runner":"^1.0.4","prepush":"^1.0.2","proxyquire":"^1.4.0","watch-spawn":"^1.0.3"},"dependencies":{"chalk":"^1.0.0","clix":"^1.0.1","dispatchy":"^1.0.1","esformatter":"^0.5.0","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.0.8","esformatter-quotes":"^1.0.0","esformatter-shebang-ignore":"^1.0.0","file-entry-cache":"^1.0.1","glob-expand":"0.0.2","optionator":"^0.5.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.1.1"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","beautifier","jsx","prettyprint","prettify"],"gitHead":"0d9516d3af6d18d05488055dddcab1b59af6b581","_id":"esbeautifier@2.0.0","_shasum":"fc9dadc1dfdab8ebde01f665b833058e2510ef73","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"fc9dadc1dfdab8ebde01f665b833058e2510ef73","size":17298,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-2.0.0.tgz"},"directories":{},"publish_time":1426396722900,"_cnpm_publish_time":1426396722900,"_hasShrinkwrap":true},"2.1.0":{"name":"esbeautifier","version":"2.1.0","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslint --format 'node_modules/eslint-friendly-formatter' index.js lib/ bin/ src/ specs/ -c './configs/eslint.json'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","prepush":"npm run beautify-check && npm run eslint && npm test","bump-minor":"npm-bump minor"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run prepush"],"devDependencies":{"eslint":"^0.16.1","eslint-friendly-formatter":"^1.0.3","istanbul":"^0.3.7","mocha-runner":"^1.0.4","npm-bump":"0.0.13","prepush":"^1.0.2","proxyquire":"^1.4.0","watch-spawn":"^1.0.3"},"dependencies":{"chalk":"^1.0.0","clix":"^1.0.1","dispatchy":"^1.0.1","esformatter":"^0.5.0","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.0.8","esformatter-quotes":"^1.0.0","esformatter-shebang-ignore":"^1.0.0","file-entry-cache":"^1.0.1","glob-expand":"0.0.2","optionator":"^0.5.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.1.1"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","beautifier","jsx","prettyprint","prettify"],"gitHead":"c1c0da453964d5d26fcc0f7c6fdc276051166ba2","_id":"esbeautifier@2.1.0","_shasum":"9922cb791be3faffb5a8d2bf10274e2c8e393909","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"9922cb791be3faffb5a8d2bf10274e2c8e393909","size":17321,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-2.1.0.tgz"},"directories":{},"publish_time":1426396483445,"_cnpm_publish_time":1426396483445,"_hasShrinkwrap":true},"1.0.10":{"name":"esbeautifier","version":"1.0.10","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslint --format 'node_modules/eslint-friendly-formatter' index.js lib/ bin/ src/ specs/ -c './configs/eslint.json'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","prepush":"npm run beautify-check && npm run eslint && npm test"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run prepush"],"devDependencies":{"eslint":"^0.16.1","eslint-friendly-formatter":"^1.0.3","istanbul":"^0.3.7","mocha-runner":"^1.0.4","prepush":"^1.0.2","proxyquire":"^1.4.0","watch-spawn":"^1.0.3"},"dependencies":{"chalk":"^1.0.0","clix":"^1.0.1","dispatchy":"^1.0.1","esformatter":"^0.5.0","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.0.8","esformatter-quotes":"^1.0.0","esformatter-shebang-ignore":"^1.0.0","file-entry-cache":"^1.0.1","glob-expand":"0.0.2","optionator":"^0.5.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.1.1"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","beautifier","jsx","prettyprint","prettify"],"gitHead":"bf9f8a15d83daa1f9e4ee5f345889830b3e3feed","_id":"esbeautifier@1.0.10","_shasum":"9408e7131bc2e2e0d300a537239b6781afece766","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"9408e7131bc2e2e0d300a537239b6781afece766","size":17122,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-1.0.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-1.0.10.tgz"},"directories":{},"publish_time":1426395038799,"_cnpm_publish_time":1426395038799,"_hasShrinkwrap":true},"1.0.9":{"name":"esbeautifier","version":"1.0.9","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslint --format 'node_modules/eslint-friendly-formatter' index.js lib/ bin/ src/ specs/ -c './configs/eslint.json'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","prepush":"npm run beautify-check && npm run eslint && npm test"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run prepush"],"devDependencies":{"eslint":"^0.16.1","eslint-friendly-formatter":"^1.0.3","istanbul":"^0.3.7","mocha-runner":"^1.0.4","prepush":"^1.0.2","proxyquire":"^1.4.0","watch-spawn":"^1.0.3"},"dependencies":{"chalk":"^1.0.0","clix":"^1.0.1","dispatchy":"^1.0.1","esformatter":"^0.5.0","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.0.8","esformatter-quotes":"^1.0.0","esformatter-shebang-ignore":"^1.0.0","file-entry-cache":"^1.0.1","glob-expand":"0.0.2","optionator":"^0.5.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.1.1"},"bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","keywords":["esformatter","beautifier","javascript","code","beautifier","jsx","beautifier","jsx","prettyprint","prettify"],"gitHead":"3674a2376c1ecd9f5338e167f7af5dcfc89c3347","_id":"esbeautifier@1.0.9","_shasum":"acbdbdf5bcf7ead3532a46c291ca26a78191d85f","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"acbdbdf5bcf7ead3532a46c291ca26a78191d85f","size":17159,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-1.0.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-1.0.9.tgz"},"directories":{},"publish_time":1426073705670,"_cnpm_publish_time":1426073705670,"_hasShrinkwrap":true},"1.0.8":{"name":"esbeautifier","version":"1.0.8","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/cli.js index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","beautify-check":"./bin/cli.js -k index.js 'src/**/*.js' 'lib/**/*.js' 'bin/**/*.js' 'specs/**/*.js'","eslint":"eslint --format 'node_modules/eslint-friendly-formatter' index.js lib/ bin/ src/ specs/ -c './configs/eslint.json'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x 'specs/**/*.js' mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' -p 'src/**/*.js' npm run cover","prepush":"npm run beautify-check && npm run eslint && npm test"},"bin":{"esbeautifier":"./bin/cli.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run prepush"],"devDependencies":{"eslint":"^0.16.1","eslint-friendly-formatter":"^1.0.3","istanbul":"^0.3.7","mocha-runner":"^1.0.4","prepush":"^1.0.2","proxyquire":"^1.4.0","watch-spawn":"^1.0.3"},"dependencies":{"chalk":"^1.0.0","clix":"^1.0.1","dispatchy":"^1.0.1","esformatter":"^0.5.0","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.0.8","esformatter-quotes":"^1.0.0","esformatter-shebang-ignore":"^1.0.0","file-entry-cache":"^1.0.1","glob-expand":"0.0.2","optionator":"^0.5.0","read-file":"^0.1.2","stringformat":"0.0.5","write":"^0.1.1"},"gitHead":"ee1d87cc9b59969613478c14db54c803feaee0d4","bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","_id":"esbeautifier@1.0.8","_shasum":"28d29fedf4e7abb24f75c329d0e3aff6783e82c0","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"28d29fedf4e7abb24f75c329d0e3aff6783e82c0","size":17076,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-1.0.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-1.0.8.tgz"},"directories":{},"publish_time":1426073060909,"_cnpm_publish_time":1426073060909,"_hasShrinkwrap":true},"1.0.6":{"name":"esbeautifier","version":"1.0.6","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/esbeautifier.js index.js lib/**/*.js bin/**/*.js","eslint":"eslint --format 'node_modules/eslint-friendly-formatter' index.js lib/ bin/ -c './configs/eslint.json'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x specs/**/*.js mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' npm run cover","lint":"npm run beautify && npm run eslint","prepush":"npm run lint && npm test"},"bin":{"esbeautifier":"./bin/esbeautifier.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run prepush"],"devDependencies":{"eslint":"^0.16.1","eslint-friendly-formatter":"^1.0.3","istanbul":"^0.3.7","mocha-runner":"^1.0.4","prepush":"^1.0.2","proxyquire":"^1.4.0"},"dependencies":{"chalk":"^1.0.0","dispatchy":"^1.0.1","esformatter":"^0.5.0","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.0.8","esformatter-quotes":"^1.0.0","esformatter-shebang-ignore":"^1.0.0","file-entry-cache":"^1.0.1","glob-expand":"0.0.2","lodash.merge":"^3.0.3","optionator":"^0.5.0","read-file":"^0.1.2","read-json-sync":"^1.1.0","stringformat":"0.0.5","write":"^0.1.1"},"gitHead":"897dd6cbd07a04eef208169453224a0df6a78aee","bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","_id":"esbeautifier@1.0.6","_shasum":"5c13e2d9aeadf1314dc7f2a4bc8c854add2a58f3","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"5c13e2d9aeadf1314dc7f2a4bc8c854add2a58f3","size":16751,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-1.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-1.0.6.tgz"},"directories":{},"publish_time":1426025958145,"_cnpm_publish_time":1426025958145,"_hasShrinkwrap":true},"1.0.5":{"name":"esbeautifier","version":"1.0.5","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/esbeautifier.js index.js lib/**/*.js bin/**/*.js","eslint":"eslint --format 'node_modules/eslint-friendly-formatter' index.js lib/ bin/ -c './configs/eslint.json'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x specs/**/*.js mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' npm run cover","lint":"npm run beautify && npm run eslint","prepush":"npm run lint && npm test"},"bin":{"esbeautifier":"./bin/esbeautifier.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"prepush":["npm run prepush"],"devDependencies":{"eslint":"^0.16.1","eslint-friendly-formatter":"^1.0.3","istanbul":"^0.3.7","mocha-runner":"^1.0.4","prepush":"^1.0.2","proxyquire":"^1.4.0"},"dependencies":{"chalk":"^1.0.0","dispatchy":"^1.0.1","esformatter":"^0.5.0","esformatter-eol-last":"^1.0.0","esformatter-jsx":"^1.0.8","esformatter-quotes":"^1.0.0","esformatter-shebang-ignore":"^1.0.0","file-entry-cache":"^1.0.1","glob-expand":"0.0.2","lodash.merge":"^3.0.3","optionator":"^0.5.0","read-file":"^0.1.2","read-json-sync":"^1.1.0","stringformat":"0.0.5","write":"^0.1.1"},"gitHead":"564d77d80aa554736b6c97ef797f167aa1f90ce8","bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","_id":"esbeautifier@1.0.5","_shasum":"501959c376934713f62116b34f1413feed309075","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"501959c376934713f62116b34f1413feed309075","size":12540,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-1.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-1.0.5.tgz"},"directories":{},"publish_time":1426007373977,"_cnpm_publish_time":1426007373977,"_hasShrinkwrap":false},"1.0.3":{"name":"esbeautifier","version":"1.0.3","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"beautify":"./bin/esbeautifier.js index.js lib/**/*.js bin/**/*.js","lint":"eslint --format 'node_modules/eslint-friendly-formatter' index.js lib/ bin/ -c './configs/eslint.json'","test":"mocha-runner 'specs/**/*.js'","cover":"istanbul cover -x specs/**/*.js mocha-runner 'specs/**/*.js' html text-summary","watch":"npm run cover && watch-spawn -p 'specs/**/*.js' -p 'index.js' npm run cover"},"bin":{"esbeautifier":"./bin/esbeautifier.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"peerDependencies":{"esformatter-eol-last":"^1.0.0","esformatter-quotes":"^1.0.0","esformatter-shebang-ignore":"^1.0.0"},"devDependencies":{"chai":"^1.10.0","chai-fuzzy":"^1.4.0","eslint":"^0.16.1","eslint-friendly-formatter":"^1.0.3","istanbul":"^0.3.7","mocha":"^2.2.1","mocha-runner":"^1.0.1","proxyquire":"^1.4.0","sinon":"^1.13.0","sinon-chai":"^2.7.0","underscore":"^1.8.2","watch-spawn":"^1.0.3"},"dependencies":{"dispatchy":"^1.0.1","esformatter":"^0.5.0","glob-expand":"0.0.2","lodash.merge":"^3.0.3","optionator":"^0.5.0","read-file":"^0.1.2","read-json-sync":"^1.1.0","stringformat":"0.0.5","write":"^0.1.1"},"gitHead":"57ab36afffbaf9dfe1044d2b62389034224b4a91","bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","_id":"esbeautifier@1.0.3","_shasum":"d4e2b71235db895dd49ba6649f4aed3aa5ce2b40","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"d4e2b71235db895dd49ba6649f4aed3aa5ce2b40","size":11017,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-1.0.3.tgz"},"directories":{},"publish_time":1425895579298,"_cnpm_publish_time":1425895579298,"_hasShrinkwrap":false},"1.0.2":{"name":"esbeautifier","version":"1.0.2","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"test":"npm test","beautify":"./bin/esbeautifier.js index.js lib/**/*.js bin/**/*.js","lint":"eslint --format 'node_modules/eslint-friendly-formatter' index.js lib/ bin/ -c './configs/eslint.json'"},"bin":{"esbeautifier":"./bin/esbeautifier.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"peerDependencies":{"esformatter-eol-last":"^1.0.0","esformatter-quotes":"^1.0.0","esformatter-shebang-ignore":"^1.0.0"},"devDependencies":{"eslint":"^0.16.1","eslint-friendly-formatter":"^1.0.3","istanbul":"^0.3.7","watch-spawn":"^1.0.3"},"dependencies":{"dispatchy":"^1.0.1","esformatter":"^0.5.0","glob-expand":"0.0.2","lodash.merge":"^3.0.3","optionator":"^0.5.0","read-file":"^0.1.2","read-json-sync":"^1.1.0","stringformat":"0.0.5","write":"^0.1.1"},"gitHead":"c56210cd155b5b2909f122283e2e0acb3fb9a073","bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","_id":"esbeautifier@1.0.2","_shasum":"b997c289f00de57a94dbd153c7474c3901c7b7b0","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"b997c289f00de57a94dbd153c7474c3901c7b7b0","size":10613,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-1.0.2.tgz"},"directories":{},"publish_time":1425894666870,"_cnpm_publish_time":1425894666870,"_hasShrinkwrap":false},"1.0.1":{"name":"esbeautifier","version":"1.0.1","description":"Simple wrapper around esformatter to beautify javascript files overriding the content of the files","main":"index.js","scripts":{"test":"npm test","beautify":"./bin/esbeautifier.js index.js lib/**/*.js bin/**/*.js","lint":"eslint --format 'node_modules/eslint-friendly-formatter' index.js lib/ bin/ -c './configs/eslint.json'"},"bin":{"esbeautifier":"./bin/esbeautifier.js"},"repository":{"type":"git","url":"https://github.com/royriojas/esbeautifier"},"license":"MIT","author":{"name":"Roy Riojas","url":"http://royriojas.com"},"peerDependencies":{"esformatter-eol-last":"^1.0.0","esformatter-quotes":"^1.0.0","esformatter-shebang-ignore":"^1.0.0"},"devDependencies":{"eslint":"^0.16.1","eslint-friendly-formatter":"^1.0.3","istanbul":"^0.3.7","watch-run":"^1.2.2"},"dependencies":{"dispatchy":"^1.0.1","esformatter":"^0.5.0","glob-expand":"0.0.2","lodash.merge":"^3.0.3","optionator":"^0.5.0","read-file":"^0.1.2","read-json-sync":"^1.1.0","stringformat":"0.0.5","write":"^0.1.1"},"gitHead":"b1553a7051de09a98d4ca90bbe666ca74ddf5dd2","bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"homepage":"https://github.com/royriojas/esbeautifier","_id":"esbeautifier@1.0.1","_shasum":"56cf682ff24367909dcb14218d92b02805b7a21c","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.12.0","_npmUser":{"name":"royriojas","email":"royriojas@gmail.com"},"maintainers":[{"name":"royriojas","email":"royriojas@gmail.com"}],"dist":{"shasum":"56cf682ff24367909dcb14218d92b02805b7a21c","size":10181,"noattachment":false,"key":"/esbeautifier/-/esbeautifier-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/esbeautifier/download/esbeautifier-1.0.1.tgz"},"directories":{},"publish_time":1425894023815,"_cnpm_publish_time":1425894023815,"_hasShrinkwrap":false}},"readme":"[![NPM Version](http://img.shields.io/npm/v/esbeautifier.svg?style=flat)](https://npmjs.org/package/esbeautifier)\n[![Build Status](http://img.shields.io/travis/royriojas/esbeautifier.svg?style=flat)](https://travis-ci.org/royriojas/esbeautifier)\n\n# esbeautifier\nSimple wrapper around esformatter to beautify javascript files overriding the content of the files\n\n## Motivation\n\n`esformatter` only format the output to the stdout. This **tool will overwrite your files**. **Use it under your own risk**.\n\n## Install\n\n```bash\nnpm i -g esbeautifier\n```\n\n## Usage\n\n```\nUsage: esbeautifier [options] glob [glob1] [glob2]..[globN]\n\nOptions:\n  -k, --check-only       Will just run the beautifier and report which files need to be beautified\n  -i, --cache-id String\n      An identifier for the cache file to create. This is only needed if you want to run this task in\n      parallel otherwise the next execution might get confusing results for reusing the same cache\n      file.\n  -u, --use-cache\n      If true, this module will remember the `mtime` and `size` of the beatufied files and only\n      operate on the ones that changed. If false, the cache will be destroyed. Cache will only be\n      kept between executions with the useCache flag set to true. - default: true\n  -h, --help             Show this help\n  -v, --version          Outputs the version number\n  -q, --quiet            Show only the summary info - default: false\n  --colored-output       Use colored output in logs\n  -c, --config String    Path to your `esformatter` config, if not provided will try to use the\n                         `.esformatter` file in your current working directory, if not found will use\n                         the one provided with this package\n```\n\n## Examples\n\n```bash\n# this will overwrite your files! this is usually what you want thought\nesbeautifier src/**/*.js specs/**/*.js\n\n# check only which files need beautification\n# if at least one file require beautification the command will throw an exception\nesbeautifier src/**/*.js -k\n\n# skip the cache. It will be created the next execution without this flag\nesbeautifier --use-cache=false src/**/*.js\n```\n\n**Note**\n\nThe cache is only kept if the executions of the beautifying command is done without the `--use-cache=false` or `--no-use-cache` flags. If any execution include this flag the cache will be destroyed and created again from scratch the next execution without it.\n\n## [Changelog](./changelog.md)\n","_attachments":{},"homepage":"https://github.com/royriojas/esbeautifier","bugs":{"url":"https://github.com/royriojas/esbeautifier/issues"},"license":"MIT"}