{"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":"anonymous","email":"code@kewah.com"},"maintainers":[{"name":"anonymous","email":"cutelittlepackage@mm.st"}],"dist":{"shasum":"710e7b420175fe3f7e5afad5bbad329103842e2f","size":2039,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/esformatter-literal-notation/-/esformatter-literal-notation-1.0.1.tgz","integrity":"sha512-yQXNaga9utBCxfO1+zmA3SpvmwKW3ToeC2rQ1fve026mkQAh80DS2CAi0Sqt9uVFKZOHcXczlpA0YBAT95vf4Q=="},"directories":{},"publish_time":1433783329456,"_hasShrinkwrap":false,"_cnpm_publish_time":1433783329456,"_cnpmcore_publish_time":"2021-12-18T18:56:43.283Z","contributors":[]},"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":"anonymous","email":"keuwah@gmail.com"},"maintainers":[{"name":"anonymous","email":"cutelittlepackage@mm.st"}],"dist":{"shasum":"d0201d0406993044aaaf38d32548425cacb538e5","size":2037,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/esformatter-literal-notation/-/esformatter-literal-notation-1.0.0.tgz","integrity":"sha512-oynqTS2b0KcEXgKZcPopXi3rOIUnstih3QKdaWub2ZsFpvLDKc0ZwbAr9LNTWeLEctmjEpZfoLO6IeXTjNMCbA=="},"directories":{},"publish_time":1412670746071,"_hasShrinkwrap":false,"_cnpm_publish_time":1412670746071,"_cnpmcore_publish_time":"2021-12-18T18:56:43.532Z","contributors":[]}},"dist-tags":{"latest":"1.0.1"},"name":"esformatter-literal-notation","time":{"created":"2022-01-26T22:58:50.519Z","modified":"2022-01-26T22:58:50.519Z","1.0.1":"2015-06-08T17:08:49.456Z","1.0.0":"2014-10-07T08:32:26.071Z"},"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","users":{}}