{"_id":"esformatter-literal-notation","_rev":"216995","name":"esformatter-literal-notation","description":"esformatter plugin that converts array and object constructors to literal notations","dist-tags":{"latest":"1.0.1"},"maintainers":[{"name":"kewah","email":"keuwah@gmail.com"}],"time":{"modified":"2021-06-03T15:36:50.000Z","created":"2014-10-07T08:32:26.071Z","1.0.1":"2015-06-08T17:08:49.456Z","1.0.0":"2014-10-07T08:32:26.071Z"},"users":{"mpcjazz":true},"author":{"name":"Antoine Lehurt","email":"hello@kewah.com","url":"http://kewah.com"},"repository":{"type":"git","url":"git+https://github.com/kewah/esformatter-literal-notation.git"},"versions":{"1.0.1":{"name":"esformatter-literal-notation","version":"1.0.1","description":"esformatter plugin that converts array and object constructors to literal notations","main":"index.js","scripts":{"test":"./node_modules/mocha/bin/mocha --reporter spec","watch":"./node_modules/mocha/bin/mocha --watch --reporter spec"},"keywords":["esformatter","esformatter-plugin","plugin","literal","notation"],"license":"MIT","author":{"name":"Antoine Lehurt","email":"hello@kewah.com","url":"http://kewah.com"},"repository":{"type":"git","url":"git+https://github.com/kewah/esformatter-literal-notation.git"},"dependencies":{"rocambole":"^0.3.6","rocambole-token":"^1.2.1"},"devDependencies":{"esformatter":"^0.4.2","mocha":"*"},"gitHead":"4be7834e8cfad104f4140d5787063ad6a2df72f0","bugs":{"url":"https://github.com/kewah/esformatter-literal-notation/issues"},"homepage":"https://github.com/kewah/esformatter-literal-notation#readme","_id":"esformatter-literal-notation@1.0.1","_shasum":"710e7b420175fe3f7e5afad5bbad329103842e2f","_from":".","_npmVersion":"2.11.1","_nodeVersion":"0.12.1","_npmUser":{"name":"kewah","email":"code@kewah.com"},"maintainers":[{"name":"kewah","email":"keuwah@gmail.com"}],"dist":{"shasum":"710e7b420175fe3f7e5afad5bbad329103842e2f","size":2039,"noattachment":false,"key":"/esformatter-literal-notation/-/esformatter-literal-notation-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/esformatter-literal-notation/download/esformatter-literal-notation-1.0.1.tgz"},"directories":{},"publish_time":1433783329456,"_cnpm_publish_time":1433783329456,"_hasShrinkwrap":false},"1.0.0":{"name":"esformatter-literal-notation","version":"1.0.0","description":"esformatter plugin that converts array and object constructors to literal notations","main":"index.js","scripts":{"test":"./node_modules/mocha/bin/mocha --reporter spec","watch":"./node_modules/mocha/bin/mocha --watch --reporter spec"},"keywords":["esformatter","plugin","literal","notation"],"license":"MIT","author":{"name":"Antoine Lehurt","email":"hello@kewah.com","url":"http://kewah.com"},"repository":{"type":"git","url":"https://github.com/kewah/esformatter-literal-notation"},"dependencies":{"rocambole":"^0.3.6","rocambole-token":"^1.2.1"},"devDependencies":{"esformatter":"^0.4.2","mocha":"*"},"gitHead":"72aa4f2cf9dba8cec79fed3522edc1049fa6fd8f","bugs":{"url":"https://github.com/kewah/esformatter-literal-notation/issues"},"homepage":"https://github.com/kewah/esformatter-literal-notation","_id":"esformatter-literal-notation@1.0.0","_shasum":"d0201d0406993044aaaf38d32548425cacb538e5","_from":".","_npmVersion":"2.1.2","_nodeVersion":"0.10.26","_npmUser":{"name":"kewah","email":"keuwah@gmail.com"},"maintainers":[{"name":"kewah","email":"keuwah@gmail.com"}],"dist":{"shasum":"d0201d0406993044aaaf38d32548425cacb538e5","size":2037,"noattachment":false,"key":"/esformatter-literal-notation/-/esformatter-literal-notation-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/esformatter-literal-notation/download/esformatter-literal-notation-1.0.0.tgz"},"directories":{},"publish_time":1412670746071,"_cnpm_publish_time":1412670746071,"_hasShrinkwrap":false}},"readme":"# esformatter-literal-notation [![Build Status](https://travis-ci.org/kewah/esformatter-literal-notation.svg?branch=master)](https://travis-ci.org/kewah/esformatter-literal-notation)\n\n[esformatter](https://github.com/millermedeiros/esformatter) plugin that converts array and object constructors to literal notations\n\n```js\nvar foo = new Array();\n// converted to:\nvar foo = [];\n\nvar bar = new Object();\n// converted to:\nvar bar = {};\n```\n\n## Install\n\nWith [npm](http://npmjs.org) do:\n\n```bash\n$ npm install esformatter-literal-notation\n```\n\n## Usage\n\nesformatter config file:\n\n```json\n{\n  \"plugins\": [\n    \"esformatter-literal-notation\"\n  ]\n}\n```\n\n## License\n\nMIT\n","_attachments":{},"homepage":"https://github.com/kewah/esformatter-literal-notation#readme","bugs":{"url":"https://github.com/kewah/esformatter-literal-notation/issues"},"license":"MIT"}