{"maintainers":[{"name":"spicyj","email":"ben@benalpert.com"}],"dist-tags":{"latest":"0.2.2"},"author":{"name":"Ben Alpert","email":"ben@benalpert.com","url":"http://benalpert.com"},"description":"Browserify transform to convert ES5 syntax to be ES3-compatible.","readme":"# es3ify\n\nBrowserify transform to convert quote reserved words in property keys for compatibility with ES3 JavaScript engines like IE8. In addition, trailing commas in array and object literals are removed.\n\n```javascript\n// In\nvar x = {class: 2,};\nx.class = [3, 4,];\n\n// Out:\nvar x = {\"class\": 2};\nx[\"class\"] = [3, 4];\n```\n\nRun tests with:\n\n```sh\nnpm install -g jasmine-node\njasmine-node spec\n```\n","repository":{"type":"git","url":"git://github.com/spicyj/es3ify.git"},"users":{"evan2x":true,"vutran":true,"r3nya":true,"qqcome110":true,"tedyhy":true,"soenkekluth":true},"bugs":{"url":"https://github.com/spicyj/es3ify/issues"},"license":"MIT","versions":{"0.1.0":{"name":"es3ify","version":"0.1.0","description":"Browserify transform to convert ES5 syntax to be ES3-compatible.","main":"index.js","dependencies":{"esprima-fb":"~3001.0001.0000-dev-harmony-fb","jstransform":"~3.0.0","through":"~2.3.4"},"repository":{"type":"git","url":"git://github.com/spicyj/es3ify.git"},"homepage":"https://github.com/spicyj/es3ify","author":{"name":"Ben Alpert","email":"ben@benalpert.com","url":"http://benalpert.com"},"license":"MIT","bugs":{"url":"https://github.com/spicyj/es3ify/issues"},"_id":"es3ify@0.1.0","dist":{"shasum":"77a687e3d69f912a46306b2d7383d0cffff307f9","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/es3ify/-/es3ify-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"spicyj","email":"ben@benalpert.com"},"maintainers":[{"name":"spicyj","email":"ben@benalpert.com"}],"directories":{}},"0.1.2":{"name":"es3ify","version":"0.1.2","description":"Browserify transform to convert ES5 syntax to be ES3-compatible.","main":"index.js","dependencies":{"esprima-fb":"~3001.0001.0000-dev-harmony-fb","jstransform":"~3.0.0","through":"~2.3.4"},"repository":{"type":"git","url":"git://github.com/spicyj/es3ify.git"},"homepage":"https://github.com/spicyj/es3ify","author":{"name":"Ben Alpert","email":"ben@benalpert.com","url":"http://benalpert.com"},"license":"MIT","bugs":{"url":"https://github.com/spicyj/es3ify/issues"},"_id":"es3ify@0.1.2","dist":{"shasum":"073a533e85c8ff32c1dcdbf4aa338bb8f4746c40","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/es3ify/-/es3ify-0.1.2.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"spicyj","email":"ben@benalpert.com"},"maintainers":[{"name":"spicyj","email":"ben@benalpert.com"}],"directories":{}},"0.1.3":{"name":"es3ify","version":"0.1.3","description":"Browserify transform to convert ES5 syntax to be ES3-compatible.","main":"index.js","dependencies":{"esprima-fb":"~3001.0001.0000-dev-harmony-fb","jstransform":"~3.0.0","through":"~2.3.4"},"devDependencies":{"jasmine-node":"~1.13.1"},"repository":{"type":"git","url":"git://github.com/spicyj/es3ify.git"},"scripts":{"test":"jasmine-node spec"},"homepage":"https://github.com/spicyj/es3ify","author":{"name":"Ben Alpert","email":"ben@benalpert.com","url":"http://benalpert.com"},"license":"MIT","bugs":{"url":"https://github.com/spicyj/es3ify/issues"},"_id":"es3ify@0.1.3","dist":{"shasum":"686d59b9a5fbd190a3427df3fa9289b4c730a6be","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/es3ify/-/es3ify-0.1.3.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"spicyj","email":"ben@benalpert.com"},"maintainers":[{"name":"spicyj","email":"ben@benalpert.com"}],"directories":{}},"0.1.4":{"name":"es3ify","version":"0.1.4","description":"Browserify transform to convert ES5 syntax to be ES3-compatible.","main":"index.js","dependencies":{"esprima-fb":"~3001.0001.0000-dev-harmony-fb","jstransform":"~3.0.0","through":"~2.3.4"},"devDependencies":{"jasmine-node":"~1.13.1"},"repository":{"type":"git","url":"git://github.com/spicyj/es3ify.git"},"scripts":{"test":"jasmine-node spec"},"homepage":"https://github.com/spicyj/es3ify","author":{"name":"Ben Alpert","email":"ben@benalpert.com","url":"http://benalpert.com"},"license":"MIT","gitHead":"98f57487d9c1b0701d7fffe02a022feeb6d08c95","bugs":{"url":"https://github.com/spicyj/es3ify/issues"},"_id":"es3ify@0.1.4","_shasum":"ad9fa5df1ae34f3f31e1211b5818b2d51078dfd1","_from":".","_npmVersion":"2.2.0","_nodeVersion":"0.10.35","_npmUser":{"name":"spicyj","email":"ben@benalpert.com"},"maintainers":[{"name":"spicyj","email":"ben@benalpert.com"}],"dist":{"shasum":"ad9fa5df1ae34f3f31e1211b5818b2d51078dfd1","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/es3ify/-/es3ify-0.1.4.tgz"},"directories":{}},"0.2.0":{"name":"es3ify","version":"0.2.0","description":"Browserify transform to convert ES5 syntax to be ES3-compatible.","main":"index.js","dependencies":{"esprima":"^2.7.1","jstransform":"~3.0.0","through":"~2.3.4"},"devDependencies":{"jasmine-node":"~1.13.1"},"repository":{"type":"git","url":"git://github.com/spicyj/es3ify.git"},"scripts":{"test":"jasmine-node spec"},"homepage":"https://github.com/spicyj/es3ify","author":{"name":"Ben Alpert","email":"ben@benalpert.com","url":"http://benalpert.com"},"license":"MIT","gitHead":"c813251b829401126cbc746eadc7a633feb80074","bugs":{"url":"https://github.com/spicyj/es3ify/issues"},"_id":"es3ify@0.2.0","_shasum":"bf1b0769f6501c7f51b1c27863b0a10d9b81045f","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.0","_npmUser":{"name":"spicyj","email":"ben@benalpert.com"},"maintainers":[{"name":"spicyj","email":"ben@benalpert.com"}],"dist":{"shasum":"bf1b0769f6501c7f51b1c27863b0a10d9b81045f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/es3ify/-/es3ify-0.2.0.tgz"},"directories":{}},"0.2.1":{"name":"es3ify","version":"0.2.1","description":"Browserify transform to convert ES5 syntax to be ES3-compatible.","main":"index.js","dependencies":{"esprima":"^2.7.1","jstransform":"~3.0.0","through":"~2.3.4"},"devDependencies":{"jasmine-node":"~1.13.1"},"repository":{"type":"git","url":"git://github.com/spicyj/es3ify.git"},"scripts":{"test":"jasmine-node spec"},"homepage":"https://github.com/spicyj/es3ify","author":{"name":"Ben Alpert","email":"ben@benalpert.com","url":"http://benalpert.com"},"license":"MIT","gitHead":"bf87c0424bca35a4d3adb9b9d011cccabc5bff39","bugs":{"url":"https://github.com/spicyj/es3ify/issues"},"_id":"es3ify@0.2.1","_shasum":"82ab969e6024887f9240cb742cf19e62c9eb9f0a","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.0","_npmUser":{"name":"spicyj","email":"ben@benalpert.com"},"maintainers":[{"name":"spicyj","email":"ben@benalpert.com"}],"dist":{"shasum":"82ab969e6024887f9240cb742cf19e62c9eb9f0a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/es3ify/-/es3ify-0.2.1.tgz"},"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/es3ify-0.2.1.tgz_1455033391794_0.06102270865812898"},"directories":{}},"0.2.2":{"name":"es3ify","version":"0.2.2","description":"Browserify transform to convert ES5 syntax to be ES3-compatible.","main":"index.js","dependencies":{"esprima":"^2.7.1","jstransform":"~11.0.0","through":"~2.3.4"},"devDependencies":{"jasmine-node":"~1.13.1"},"repository":{"type":"git","url":"git://github.com/spicyj/es3ify.git"},"scripts":{"test":"jasmine-node spec"},"homepage":"https://github.com/spicyj/es3ify","author":{"name":"Ben Alpert","email":"ben@benalpert.com","url":"http://benalpert.com"},"license":"MIT","gitHead":"23f6090deab3e67ba81960f62110494f5ba74e90","bugs":{"url":"https://github.com/spicyj/es3ify/issues"},"_id":"es3ify@0.2.2","_shasum":"5dae3e650e5be3684b88066513d528d092629862","_from":".","_npmVersion":"2.14.19","_nodeVersion":"4.1.0","_npmUser":{"name":"spicyj","email":"ben@benalpert.com"},"maintainers":[{"name":"spicyj","email":"ben@benalpert.com"}],"dist":{"shasum":"5dae3e650e5be3684b88066513d528d092629862","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/es3ify/-/es3ify-0.2.2.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/es3ify-0.2.2.tgz_1461965434396_0.28231128118932247"},"directories":{}}},"name":"es3ify","time":{"modified":"2017-03-10T10:37:21.938Z","created":"2014-02-15T23:25:41.739Z","0.1.0":"2014-02-15T23:25:42.815Z","0.1.1":"2014-02-16T00:29:59.765Z","0.1.2":"2014-02-16T00:31:37.955Z","0.1.3":"2014-03-06T07:58:17.201Z","0.1.4":"2015-07-29T23:25:41.917Z","0.2.0":"2016-01-22T20:44:56.122Z","0.2.1":"2016-02-09T15:56:33.151Z","0.2.2":"2016-04-29T21:30:34.828Z"},"readmeFilename":"README.md","homepage":"https://github.com/spicyj/es3ify"}