{"_attachments":{},"_id":"escodegen","_rev":"413-61f14481830fd08f52a1e676","description":"ECMAScript code generator","dist-tags":{"latest":"2.1.0"},"license":"BSD-2-Clause","maintainers":[{"name":"michaelficarra","email":"npm@michael.ficarra.me"},{"name":"constellation","email":"utatane.tea@gmail.com"}],"name":"escodegen","readme":"## Escodegen\n[![npm version](https://badge.fury.io/js/escodegen.svg)](http://badge.fury.io/js/escodegen)\n[![Build Status](https://secure.travis-ci.org/estools/escodegen.svg)](http://travis-ci.org/estools/escodegen)\n[![Dependency Status](https://david-dm.org/estools/escodegen.svg)](https://david-dm.org/estools/escodegen)\n[![devDependency Status](https://david-dm.org/estools/escodegen/dev-status.svg)](https://david-dm.org/estools/escodegen#info=devDependencies)\n\nEscodegen ([escodegen](http://github.com/estools/escodegen)) is an\n[ECMAScript](http://www.ecma-international.org/publications/standards/Ecma-262.htm)\n(also popularly known as [JavaScript](http://en.wikipedia.org/wiki/JavaScript))\ncode generator from [Mozilla's Parser API](https://developer.mozilla.org/en/SpiderMonkey/Parser_API)\nAST. See the [online generator](https://estools.github.io/escodegen/demo/index.html)\nfor a demo.\n\n\n### Install\n\nEscodegen can be used in a web browser:\n\n    <script src=\"escodegen.browser.js\"></script>\n\nescodegen.browser.js can be found in tagged revisions on GitHub.\n\nOr in a Node.js application via npm:\n\n    npm install escodegen\n\n### Usage\n\nA simple example: the program\n\n    escodegen.generate({\n        type: 'BinaryExpression',\n        operator: '+',\n        left: { type: 'Literal', value: 40 },\n        right: { type: 'Literal', value: 2 }\n    });\n\nproduces the string `'40 + 2'`.\n\nSee the [API page](https://github.com/estools/escodegen/wiki/API) for\noptions. To run the tests, execute `npm test` in the root directory.\n\n### Building browser bundle / minified browser bundle\n\nAt first, execute `npm install` to install the all dev dependencies.\nAfter that,\n\n    npm run-script build\n\nwill generate `escodegen.browser.js`, which can be used in browser environments.\n\nAnd,\n\n    npm run-script build-min\n\nwill generate the minified file `escodegen.browser.min.js`.\n\n### License\n\n#### Escodegen\n\nCopyright (C) 2012 [Yusuke Suzuki](http://github.com/Constellation)\n (twitter: [@Constellation](http://twitter.com/Constellation)) and other contributors.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n  * Redistributions of source code must retain the above copyright\n    notice, this list of conditions and the following disclaimer.\n\n  * Redistributions in binary form must reproduce the above copyright\n    notice, this list of conditions and the following disclaimer in the\n    documentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\nTHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","time":{"created":"2022-01-26T12:54:25.417Z","modified":"2023-07-27T22:11:27.530Z","2.0.0":"2020-08-05T23:19:25.188Z","1.14.3":"2020-06-22T23:16:32.203Z","1.14.2":"2020-06-03T22:05:16.738Z","1.14.1":"2020-02-06T02:08:07.439Z","1.14.0":"2020-02-06T01:50:20.921Z","1.13.0":"2020-01-18T04:24:40.703Z","1.12.1":"2020-01-03T01:45:49.546Z","1.12.0":"2019-08-13T02:09:57.131Z","1.11.1":"2019-02-19T14:31:25.637Z","1.11.0":"2018-07-14T16:51:17.537Z","1.10.0":"2018-06-11T05:22:31.275Z","1.9.1":"2018-02-26T17:49:12.583Z","1.9.0":"2017-09-08T16:35:45.449Z","1.8.1":"2016-08-06T18:05:23.246Z","1.8.0":"2016-01-03T01:01:56.895Z","1.7.1":"2015-11-24T22:38:48.534Z","1.7.0":"2015-09-06T16:40:27.084Z","1.6.1":"2015-01-29T09:06:41.359Z","1.6.0":"2015-01-12T15:23:45.114Z","1.5.0":"2015-01-07T15:07:53.661Z","1.4.3":"2014-12-19T10:34:32.052Z","1.4.2":"2014-12-15T06:57:27.240Z","1.4.1":"2014-09-04T07:01:08.295Z","1.4.0":"2014-08-27T04:18:42.432Z","1.3.3":"2014-05-31T17:15:05.984Z","1.3.2":"2014-04-13T15:38:15.421Z","1.3.1":"2014-04-03T04:10:45.255Z","1.3.0":"2014-03-09T15:28:54.089Z","1.2.0":"2014-02-07T20:48:39.046Z","1.1.0":"2014-01-18T21:33:32.511Z","0.0.23":"2013-06-14T15:09:35.452Z","1.0.1":"2013-12-07T02:14:34.405Z","1.0.0":"2013-11-18T04:30:10.002Z","0.0.28":"2013-11-01T14:08:06.476Z","0.0.27":"2013-09-10T16:35:45.323Z","0.0.26":"2013-08-18T15:56:25.394Z","0.0.25":"2013-07-28T01:06:30.379Z","0.0.24":"2013-07-11T18:40:22.618Z","0.0.22":"2013-04-24T16:48:30.553Z","0.0.21":"2013-04-16T12:37:56.835Z","0.0.20":"2013-04-01T10:07:55.239Z","0.0.19":"2013-03-08T17:20:48.325Z","0.0.18":"2013-03-08T16:37:35.501Z","0.0.17":"2013-02-19T14:17:19.274Z","0.0.16":"2013-02-06T16:21:02.315Z","0.0.15":"2012-11-09T19:00:45.523Z","0.0.14":"2012-11-06T12:04:00.820Z","0.0.12":"2012-10-10T15:29:24.649Z","0.0.11":"2012-10-09T08:28:29.323Z","0.0.10":"2012-10-06T00:54:15.137Z","0.0.9":"2012-09-14T20:02:33.557Z","0.0.8":"2012-09-08T00:47:41.132Z","0.0.7":"2012-09-05T16:41:09.688Z","0.0.6":"2012-08-30T19:30:41.157Z","0.0.5":"2012-07-20T12:32:08.627Z","0.0.4":"2012-06-07T06:50:38.250Z","0.0.3":"2012-05-12T05:13:02.912Z","0.0.2":"2012-03-04T21:31:17.372Z","0.0.1":"2012-03-03T15:50:34.433Z","2.1.0":"2023-06-29T20:18:37.341Z"},"versions":{"2.0.0":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"bin/esgenerate.js","escodegen":"bin/escodegen.js"},"version":"2.0.0","engines":{"node":">=6.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^5.2.0","esutils":"^2.0.2","esprima":"^4.0.1","optionator":"^0.8.1","source-map":"~0.6.1"},"optionalDependencies":{"source-map":"~0.6.1"},"devDependencies":{"acorn":"^7.3.1","bluebird":"^3.4.7","bower-registry-client":"^1.0.0","chai":"^4.2.0","chai-exclude":"^2.0.2","commonjs-everywhere":"^0.9.7","gulp":"^3.8.10","gulp-eslint":"^3.0.1","gulp-mocha":"^3.0.1","semver":"^5.1.0"},"license":"BSD-2-Clause","scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"ab53cd5489fd15c3624386465d1f7a0544cda6c8","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@2.0.0","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"5e32b12833e8aa8fa35e1bf0befa89380484c7dd","size":20222,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-2.0.0.tgz","integrity":"sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw=="},"_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/escodegen_2.0.0_1596669565071_0.6964441591345811"},"_hasShrinkwrap":false,"publish_time":1596669565188,"_cnpm_publish_time":1596669565188,"_cnpmcore_publish_time":"2021-12-13T11:07:09.188Z"},"1.14.3":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"bin/esgenerate.js","escodegen":"bin/escodegen.js"},"version":"1.14.3","engines":{"node":">=4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^4.2.0","esutils":"^2.0.2","esprima":"^4.0.1","optionator":"^0.8.1","source-map":"~0.6.1"},"optionalDependencies":{"source-map":"~0.6.1"},"devDependencies":{"acorn":"^7.1.0","bluebird":"^3.4.7","bower-registry-client":"^1.0.0","chai":"^3.5.0","commonjs-everywhere":"^0.9.7","gulp":"^3.8.10","gulp-eslint":"^3.0.1","gulp-mocha":"^3.0.1","semver":"^5.1.0"},"license":"BSD-2-Clause","scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"dc2993cd6a4b295b16d38c3f03138c8e89a32337","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.14.3","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"4e7b81fba61581dc97582ed78cab7f0e8d63f503","size":20106,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.14.3.tgz","integrity":"sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw=="},"_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/escodegen_1.14.3_1592867792003_0.6357338060232307"},"_hasShrinkwrap":false,"publish_time":1592867792203,"_cnpm_publish_time":1592867792203,"_cnpmcore_publish_time":"2021-12-13T11:07:09.472Z"},"1.14.2":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"bin/esgenerate.js","escodegen":"bin/escodegen.js"},"version":"1.14.2","engines":{"node":">=4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^4.2.0","esutils":"^2.0.2","esprima":"^4.0.1","optionator":"^0.8.1","source-map":"~0.6.1"},"optionalDependencies":{"source-map":"~0.6.1"},"devDependencies":{"acorn":"^7.1.0","bluebird":"^3.4.7","bower-registry-client":"^1.0.0","chai":"^3.5.0","commonjs-everywhere":"^0.9.7","gulp":"^3.8.10","gulp-eslint":"^3.0.1","gulp-mocha":"^3.0.1","semver":"^5.1.0"},"license":"BSD-2-Clause","scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"1d85742ead2f995e9fe684b0866cbc2de668790e","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.14.2","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"14ab71bf5026c2aa08173afba22c6f3173284a84","size":20074,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.14.2.tgz","integrity":"sha512-InuOIiKk8wwuOFg6x9BQXbzjrQhtyXh46K9bqVTPzSo2FnyMBaYGBMC6PhQy7yxxil9vIedFBweQBMK74/7o8A=="},"_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/escodegen_1.14.2_1591221916612_0.7480900269191841"},"_hasShrinkwrap":false,"publish_time":1591221916738,"_cnpm_publish_time":1591221916738,"_cnpmcore_publish_time":"2021-12-13T11:07:09.779Z"},"1.14.1":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"1.14.1","engines":{"node":">=4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^4.2.0","esutils":"^2.0.2","esprima":"^4.0.1","optionator":"^0.8.1","source-map":"~0.6.1"},"optionalDependencies":{"source-map":"~0.6.1"},"devDependencies":{"acorn":"^7.1.0","bluebird":"^3.4.7","bower-registry-client":"^1.0.0","chai":"^3.5.0","commonjs-everywhere":"^0.9.7","gulp":"^3.8.10","gulp-eslint":"^3.0.1","gulp-mocha":"^3.0.1","semver":"^5.1.0"},"license":"BSD-2-Clause","scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"a3b67181696def5f1f02110c505f48f5e2b4a75d","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.14.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"ba01d0c8278b5e95a9a45350142026659027a457","size":20045,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.14.1.tgz","integrity":"sha512-Bmt7NcRySdIfNPfU2ZoXDrrXsG9ZjvDxcAlMfDUgRBjLOWTuIACXPBFJH7Z+cLb40JeQco5toikyc9t9P8E9SQ=="},"_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/escodegen_1.14.1_1580954887325_0.8110143156553677"},"_hasShrinkwrap":false,"publish_time":1580954887439,"_cnpm_publish_time":1580954887439,"_cnpmcore_publish_time":"2021-12-13T11:07:10.157Z"},"1.14.0":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"1.14.0","engines":{"node":">=4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^4.2.0","esutils":"^2.0.2","esprima":"^4.0.1","optionator":"^0.8.1","source-map":"~0.6.1"},"optionalDependencies":{"source-map":"~0.6.1"},"devDependencies":{"acorn":"^7.1.0","bluebird":"^3.4.7","bower-registry-client":"^1.0.0","chai":"^3.5.0","commonjs-everywhere":"^0.9.7","gulp":"^3.8.10","gulp-eslint":"^3.0.1","gulp-mocha":"^3.0.1","semver":"^5.1.0"},"license":"BSD-2-Clause","scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"86d000655235dae368fedeb845b8d00ae71b94b0","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.14.0","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"c87dd83ffd4ff285e37d176303305256988ecfc9","size":20042,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.14.0.tgz","integrity":"sha512-/iH5wgftS7OpT3BQiVGp2FDyaXv8nIHENKft1V5KerFnJluszePIfdI6ykMfE0OhRf4IDcCFQVVJALXyH626Yg=="},"_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/escodegen_1.14.0_1580953820820_0.20662967374165508"},"_hasShrinkwrap":false,"publish_time":1580953820921,"_cnpm_publish_time":1580953820921,"_cnpmcore_publish_time":"2021-12-13T11:07:10.514Z"},"1.13.0":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"1.13.0","engines":{"node":">=4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^4.2.0","esutils":"^2.0.2","esprima":"^4.0.1","optionator":"^0.8.1","source-map":"~0.6.1"},"optionalDependencies":{"source-map":"~0.6.1"},"devDependencies":{"acorn":"^7.1.0","bluebird":"^3.4.7","bower-registry-client":"^1.0.0","chai":"^3.5.0","commonjs-everywhere":"^0.9.7","gulp":"^3.8.10","gulp-eslint":"^3.0.1","gulp-mocha":"^3.0.1","semver":"^5.1.0"},"license":"BSD-2-Clause","scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"ba40e5cf26b6f4085d6665dbee1334d32ee68084","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.13.0","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"c7adf9bd3f3cc675bb752f202f79a720189cab29","size":19987,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.13.0.tgz","integrity":"sha512-eYk2dCkxR07DsHA/X2hRBj0CFAZeri/LyDMc0C8JT1Hqi6JnVpMhJ7XFITbb0+yZS3lVkaPL2oCkZ3AVmeVbMw=="},"_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/escodegen_1.13.0_1579321480527_0.76911540384046"},"_hasShrinkwrap":false,"publish_time":1579321480703,"_cnpm_publish_time":1579321480703,"_cnpmcore_publish_time":"2021-12-13T11:07:10.915Z"},"1.12.1":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"1.12.1","engines":{"node":">=4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^4.2.0","esutils":"^2.0.2","esprima":"^3.1.3","optionator":"^0.8.1","source-map":"~0.6.1"},"optionalDependencies":{"source-map":"~0.6.1"},"devDependencies":{"acorn":"^4.0.4","bluebird":"^3.4.7","bower-registry-client":"^1.0.0","chai":"^3.5.0","commonjs-everywhere":"^0.9.7","gulp":"^3.8.10","gulp-eslint":"^3.0.1","gulp-mocha":"^3.0.1","semver":"^5.1.0"},"license":"BSD-2-Clause","scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"a30ea92a3111837372648e0ab166becb442adf10","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.12.1","_npmVersion":"6.4.1","_nodeVersion":"8.16.2","_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"dist":{"shasum":"08770602a74ac34c7a90ca9229e7d51e379abc76","size":19522,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.12.1.tgz","integrity":"sha512-Q8t2YZ+0e0pc7NRVj3B4tSQ9rim1oi4Fh46k2xhJ2qOiEwhQfdjyEQddWdj7ZFaKmU+5104vn1qrcjEPWq+bgQ=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/escodegen_1.12.1_1578015949382_0.6859075650425888"},"_hasShrinkwrap":false,"publish_time":1578015949546,"_cnpm_publish_time":1578015949546,"_cnpmcore_publish_time":"2021-12-13T11:07:11.307Z"},"1.12.0":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"1.12.0","engines":{"node":">=4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^4.2.0","esutils":"^2.0.2","esprima":"^3.1.3","optionator":"^0.8.1","source-map":"~0.6.1"},"optionalDependencies":{"source-map":"~0.6.1"},"devDependencies":{"acorn":"^4.0.4","bluebird":"^3.4.7","bower-registry-client":"^1.0.0","chai":"^3.5.0","commonjs-everywhere":"^0.9.7","gulp":"^3.8.10","gulp-eslint":"^3.0.1","gulp-mocha":"^3.0.1","semver":"^5.1.0"},"license":"BSD-2-Clause","scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"124e035fa1a3e790b469041012edcb6abc2eca71","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.12.0","_npmVersion":"6.0.1","_nodeVersion":"10.0.0","_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"dist":{"shasum":"f763daf840af172bb3a2b6dd7219c0e17f7ff541","size":19519,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.12.0.tgz","integrity":"sha512-TuA+EhsanGcme5T3R0L80u4t8CpbXQjegRmf7+FPTJrtCTErXFeelblRgHQa1FofEzqYYJmJ/OqjTwREp9qgmg=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/escodegen_1.12.0_1565662196999_0.6980977686058669"},"_hasShrinkwrap":false,"publish_time":1565662197131,"_cnpm_publish_time":1565662197131,"_cnpmcore_publish_time":"2021-12-13T11:07:11.671Z"},"1.11.1":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"1.11.1","engines":{"node":">=4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^4.2.0","esutils":"^2.0.2","esprima":"^3.1.3","optionator":"^0.8.1","source-map":"~0.6.1"},"optionalDependencies":{"source-map":"~0.6.1"},"devDependencies":{"acorn":"^4.0.4","bluebird":"^3.4.7","bower-registry-client":"^1.0.0","chai":"^3.5.0","commonjs-everywhere":"^0.9.7","gulp":"^3.8.10","gulp-eslint":"^3.0.1","gulp-mocha":"^3.0.1","semver":"^5.1.0"},"license":"BSD-2-Clause","scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"4a93ffc24378722dbfd8859d633746ef5916ce86","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.11.1","_npmVersion":"6.5.0-next.0","_nodeVersion":"11.6.0","_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"dist":{"shasum":"c485ff8d6b4cdb89e27f4a856e91f118401ca510","size":19478,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.11.1.tgz","integrity":"sha512-JwiqFD9KdGVVpeuRa68yU3zZnBEOcPs0nKW7wZzXky8Z7tffdYUHbe11bPCV5jYlK6DVdKLWLm0f5I/QlL0Kmw=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/escodegen_1.11.1_1550586685457_0.004158698030969132"},"_hasShrinkwrap":false,"publish_time":1550586685637,"_cnpm_publish_time":1550586685637,"_cnpmcore_publish_time":"2021-12-13T11:07:12.101Z"},"1.11.0":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"files":["LICENSE.BSD","README.md","bin","escodegen.js","package.json"],"version":"1.11.0","engines":{"node":">=4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^4.2.0","esutils":"^2.0.2","esprima":"^3.1.3","optionator":"^0.8.1","source-map":"~0.6.1"},"optionalDependencies":{"source-map":"~0.6.1"},"devDependencies":{"acorn":"^4.0.4","bluebird":"^3.4.7","bower-registry-client":"^1.0.0","chai":"^3.5.0","commonjs-everywhere":"^0.9.7","gulp":"^3.8.10","gulp-eslint":"^3.0.1","gulp-mocha":"^3.0.1","semver":"^5.1.0"},"license":"BSD-2-Clause","scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"20a0d3748a25653eb463d9155bbaa3239883717a","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.11.0","_npmVersion":"6.0.1","_nodeVersion":"10.0.0","_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"dist":{"shasum":"b27a9389481d5bfd5bec76f7bb1eb3f8f4556589","size":19483,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.11.0.tgz","integrity":"sha512-IeMV45ReixHS53K/OmfKAIztN/igDHzTJUhZM3k1jMhIZWjk45SMwAtBsEXiJp3vSPmTcu6CXn7mDvFHRN66fw=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/escodegen_1.11.0_1531587077447_0.5928377937540485"},"_hasShrinkwrap":false,"publish_time":1531587077537,"_cnpm_publish_time":1531587077537,"_cnpmcore_publish_time":"2021-12-13T11:07:12.507Z"},"1.10.0":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"files":["LICENSE.BSD","README.md","bin","escodegen.js","package.json"],"version":"1.10.0","engines":{"node":">=4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^4.2.0","esutils":"^2.0.2","esprima":"^3.1.3","optionator":"^0.8.1","source-map":"~0.6.1"},"optionalDependencies":{"source-map":"~0.6.1"},"devDependencies":{"acorn":"^4.0.4","bluebird":"^3.4.7","bower-registry-client":"^1.0.0","chai":"^3.5.0","commonjs-everywhere":"^0.9.7","gulp":"^3.8.10","gulp-eslint":"^3.0.1","gulp-mocha":"^3.0.1","semver":"^5.1.0"},"license":"BSD-2-Clause","scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"df614634b41565888d520222cdc4335079b5a0c2","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.10.0","_npmVersion":"6.0.1","_nodeVersion":"10.0.0","_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"dist":{"shasum":"f647395de22519fbd0d928ffcf1d17e0dec2603e","size":19462,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.10.0.tgz","integrity":"sha512-fjUOf8johsv23WuIKdNQU4P9t9jhQ4Qzx6pC2uW890OloK3Zs1ZAoCNpg/2larNF501jLl3UNy0kIRcF6VI22g=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/escodegen_1.10.0_1528694551151_0.3013804094278181"},"_hasShrinkwrap":false,"publish_time":1528694551275,"_cnpm_publish_time":1528694551275,"_cnpmcore_publish_time":"2021-12-13T11:07:12.926Z"},"1.9.1":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"files":["LICENSE.BSD","README.md","bin","escodegen.js","package.json"],"version":"1.9.1","engines":{"node":">=4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^4.2.0","esutils":"^2.0.2","esprima":"^3.1.3","optionator":"^0.8.1","source-map":"~0.6.1"},"optionalDependencies":{"source-map":"~0.6.1"},"devDependencies":{"acorn":"^4.0.4","bluebird":"^3.4.7","bower-registry-client":"^1.0.0","chai":"^3.5.0","commonjs-everywhere":"^0.9.7","gulp":"^3.8.10","gulp-eslint":"^3.0.1","gulp-mocha":"^3.0.1","semver":"^5.1.0"},"license":"BSD-2-Clause","scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"f0488e1d18bd87e58063f9bc73578c0c8a8ad253","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.9.1","_npmVersion":"5.6.0","_nodeVersion":"8.7.0","_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"dist":{"shasum":"dbae17ef96c8e4bedb1356f4504fa4cc2f7cb7e2","size":19450,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.9.1.tgz","integrity":"sha512-6hTjO1NAWkHnDk3OqQ4YrCuwwmGHL9S3nPlzBOUG/R44rda3wLNrfvQ5fkSGjyhHFKM7ALPKcKGrwvCLe0lC7Q=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/escodegen_1.9.1_1519667352528_0.816491445196871"},"_hasShrinkwrap":false,"publish_time":1519667352583,"_cnpm_publish_time":1519667352583,"_cnpmcore_publish_time":"2021-12-13T11:07:13.352Z"},"1.9.0":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"files":["LICENSE.BSD","LICENSE.source-map","README.md","bin","escodegen.js","package.json"],"version":"1.9.0","engines":{"node":">=0.12.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^4.2.0","esutils":"^2.0.2","esprima":"^3.1.3","optionator":"^0.8.1","source-map":"~0.5.6"},"optionalDependencies":{"source-map":"~0.5.6"},"devDependencies":{"acorn":"^4.0.4","bluebird":"^3.4.7","bower-registry-client":"^1.0.0","chai":"^3.5.0","commonjs-everywhere":"^0.9.7","gulp":"^3.8.10","gulp-eslint":"^3.0.1","gulp-mocha":"^3.0.1","semver":"^5.1.0"},"license":"BSD-2-Clause","scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"ce726e9092acc6bf93693f1d03ca1eb4f119a0c2","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.9.0","_npmVersion":"5.4.1","_nodeVersion":"8.4.0","_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"dist":{"shasum":"9811a2f265dc1cd3894420ee3717064b632b8852","size":19842,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.9.0.tgz","integrity":"sha512-v0MYvNQ32bzwoG2OSFzWAkuahDQHK92JBN0pTAALJ4RIxEZe766QJPDR8Hqy7XNUy5K3fnVL76OqYAdc4TZEIw=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/escodegen-1.9.0.tgz_1504888545300_0.6969581602606922"},"directories":{},"publish_time":1504888545449,"_hasShrinkwrap":false,"_cnpm_publish_time":1504888545449,"_cnpmcore_publish_time":"2021-12-13T11:07:13.776Z"},"1.8.1":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"files":["LICENSE.BSD","LICENSE.source-map","README.md","bin","escodegen.js","package.json"],"version":"1.8.1","engines":{"node":">=0.12.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^1.9.1","esutils":"^2.0.2","esprima":"^2.7.1","optionator":"^0.8.1","source-map":"~0.2.0"},"optionalDependencies":{"source-map":"~0.2.0"},"devDependencies":{"acorn":"^2.7.0","bluebird":"^2.3.11","bower-registry-client":"^0.2.1","chai":"^1.10.0","commonjs-everywhere":"^0.9.7","gulp":"^3.8.10","gulp-eslint":"^0.2.0","gulp-mocha":"^2.0.0","semver":"^5.1.0"},"license":"BSD-2-Clause","scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"ba4faabb224b2d5e0080c8e4f964702b699c7d1f","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.8.1","_shasum":"5a5b53af4693110bebb0867aa3430dd3b70a1018","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.0","_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"dist":{"shasum":"5a5b53af4693110bebb0867aa3430dd3b70a1018","size":20047,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.8.1.tgz","integrity":"sha512-yhi5S+mNTOuRvyW4gWlg5W1byMaQGWWSYHXsuFZ7GBo7tpyOwi2EdzMP/QWxh9hwkD2m+wDVHJsxhRIj+v/b/A=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/escodegen-1.8.1.tgz_1470506723009_0.12818681285716593"},"directories":{},"publish_time":1470506723246,"_hasShrinkwrap":false,"_cnpm_publish_time":1470506723246,"_cnpmcore_publish_time":"2021-12-13T11:07:14.224Z"},"1.8.0":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"files":["LICENSE.BSD","LICENSE.source-map","README.md","bin","escodegen.js","package.json"],"version":"1.8.0","engines":{"node":">=0.12.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^1.9.1","esutils":"^2.0.2","esprima":"^2.7.1","optionator":"^0.8.1","source-map":"~0.2.0"},"optionalDependencies":{"source-map":"~0.2.0"},"devDependencies":{"acorn-6to5":"^0.11.1-25","bluebird":"^2.3.11","bower-registry-client":"^0.2.1","chai":"^1.10.0","commonjs-everywhere":"^0.9.7","gulp":"^3.8.10","gulp-eslint":"^0.2.0","gulp-mocha":"^2.0.0","semver":"^5.1.0"},"license":"BSD-2-Clause","scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"0e8280aa061a0dbefb32d277a05015baa7f3e7f2","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.8.0","_shasum":"b246aae829ce73d59e2c55727359edd1c130a81b","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"b246aae829ce73d59e2c55727359edd1c130a81b","size":18824,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.8.0.tgz","integrity":"sha512-z3MQ/gEEH1uEyB/Ueuy5PUAgm5nkJdKemAGB6kh98AkCoTykKBbtGHYpM68Mgcg/DEQTaznkxMFXBXvKA3uKPQ=="},"directories":{},"publish_time":1451782916895,"_hasShrinkwrap":false,"_cnpm_publish_time":1451782916895,"_cnpmcore_publish_time":"2021-12-13T11:07:14.788Z"},"1.7.1":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"files":["LICENSE.BSD","LICENSE.source-map","README.md","bin","escodegen.js","package.json"],"version":"1.7.1","engines":{"node":">=0.12.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^1.9.1","esutils":"^2.0.2","esprima":"^1.2.2","optionator":"^0.5.0","source-map":"~0.2.0"},"optionalDependencies":{"source-map":"~0.2.0"},"devDependencies":{"acorn-6to5":"^0.11.1-25","bluebird":"^2.3.11","bower-registry-client":"^0.2.1","chai":"^1.10.0","commonjs-everywhere":"^0.9.7","gulp":"^3.8.10","gulp-eslint":"^0.2.0","gulp-mocha":"^2.0.0","semver":"^5.1.0"},"license":"BSD-2-Clause","scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"f48fa71ce638ec32943c42c2377a08cefe9d8576","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.7.1","_shasum":"30ecfcf66ca98dc67cd2fd162abeb6eafa8ce6fc","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"dist":{"shasum":"30ecfcf66ca98dc67cd2fd162abeb6eafa8ce6fc","size":19918,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.7.1.tgz","integrity":"sha512-2cd7+JUtUEmZVpGmfF9r+uRYXswJAkf85Ce8GvdBa7hSvdjY8hGo+rwC5syAgYzqHpfxNJzLntFjw6879yPbgQ=="},"directories":{},"publish_time":1448404728534,"_hasShrinkwrap":false,"_cnpm_publish_time":1448404728534,"_cnpmcore_publish_time":"2021-12-13T11:07:15.367Z"},"1.7.0":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"files":["LICENSE.BSD","LICENSE.source-map","README.md","bin","escodegen.js","package.json"],"version":"1.7.0","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^1.9.1","esutils":"^2.0.2","esprima":"^1.2.2","optionator":"^0.5.0","source-map":"~0.2.0"},"optionalDependencies":{"source-map":"~0.2.0"},"devDependencies":{"acorn-6to5":"^0.11.1-25","bluebird":"^2.3.11","bower-registry-client":"^0.2.1","chai":"^1.10.0","commonjs-everywhere":"^0.9.7","esprima-moz":"1.0.0-dev-harmony-moz","gulp":"^3.8.10","gulp-eslint":"^0.2.0","gulp-mocha":"^2.0.0","semver":"^4.1.0"},"license":"BSD-2-Clause","scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"5dabbc5441b396febd0afb9252a9afdfa7051657","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.7.0","_shasum":"4e299d8cc33087b7f29c19e2b9e84362abe35453","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"dist":{"shasum":"4e299d8cc33087b7f29c19e2b9e84362abe35453","size":19936,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.7.0.tgz","integrity":"sha512-PlnmJBW1Atkkf/21f55xNDTCMbW4MmatvDdRTFg1QMf1IK3S3wX7uTQgqEruBMGqYAEc7jNkCGZc2Cb/vRfuJg=="},"directories":{},"publish_time":1441557627084,"_hasShrinkwrap":false,"_cnpm_publish_time":1441557627084,"_cnpmcore_publish_time":"2021-12-13T11:07:15.912Z"},"1.6.1":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"files":["LICENSE.BSD","LICENSE.source-map","README.md","bin","escodegen.js","package.json"],"version":"1.6.1","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^1.9.1","esutils":"^1.1.6","esprima":"^1.2.2","optionator":"^0.5.0","source-map":"~0.1.40"},"optionalDependencies":{"source-map":"~0.1.40"},"devDependencies":{"acorn-6to5":"^0.11.1-25","bluebird":"^2.3.11","bower-registry-client":"^0.2.1","chai":"^1.10.0","commonjs-everywhere":"^0.9.7","esprima-moz":"*","gulp":"^3.8.10","gulp-eslint":"^0.2.0","gulp-mocha":"^2.0.0","semver":"^4.1.0"},"licenses":[{"type":"BSD","url":"http://github.com/estools/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"1ca664f68dcf220b76c9dc562b2337c5e0b4227d","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.6.1","_shasum":"367de17d8510540d12bc6dcb8b3f918391265815","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"367de17d8510540d12bc6dcb8b3f918391265815","size":19855,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.6.1.tgz","integrity":"sha512-n+5A2GpcotTT9EGSDrh6Okve4QU1tRp4ktb3CdutEs2e3ZEkY+NImmY+LclV4NVKOITdNsmOldSmqlcd7tlZzg=="},"directories":{},"publish_time":1422522401359,"_hasShrinkwrap":false,"_cnpm_publish_time":1422522401359,"_cnpmcore_publish_time":"2021-12-13T11:07:16.448Z"},"1.6.0":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"files":["LICENSE.BSD","LICENSE.source-map","README.md","bin","escodegen.js","package.json"],"version":"1.6.0","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^1.9.1","esutils":"^1.1.6","esprima":"^1.2.2","optionator":"^0.5.0","source-map":"~0.1.40"},"optionalDependencies":{"source-map":"~0.1.40"},"devDependencies":{"esprima-moz":"*","semver":"^4.1.0","bluebird":"^2.3.11","chai":"^1.10.0","gulp-mocha":"^2.0.0","gulp-eslint":"^0.2.0","gulp":"^3.8.10","bower-registry-client":"^0.2.1","commonjs-everywhere":"^0.9.7"},"licenses":[{"type":"BSD","url":"http://github.com/estools/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"ef3a75be69a7a92daa5650bf81fbd1e4203083d2","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.6.0","_shasum":"b7dbcbd6586915d9da977f74ba2650d2e82bccfb","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"b7dbcbd6586915d9da977f74ba2650d2e82bccfb","size":19682,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.6.0.tgz","integrity":"sha512-WgGX2nT56AzJLONUXsjtEaOEWZC2t1NvrnAdFcKSFJ72MVP0X94kcx2y99iw5cr/9gj7qKMyeNz3npFD/cXzKw=="},"directories":{},"publish_time":1421076225114,"_hasShrinkwrap":false,"_cnpm_publish_time":1421076225114,"_cnpmcore_publish_time":"2021-12-13T11:07:16.991Z"},"1.5.0":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"files":["LICENSE.BSD","LICENSE.source-map","README.md","bin","escodegen.js","package.json"],"version":"1.5.0","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^1.9.1","esutils":"^1.1.6","esprima":"^1.2.2","optionator":"^0.5.0","source-map":"~0.1.40"},"optionalDependencies":{"source-map":"~0.1.40"},"devDependencies":{"esprima-moz":"*","semver":"^4.1.0","bluebird":"^2.3.11","chai":"^1.10.0","gulp-mocha":"^2.0.0","gulp-eslint":"^0.2.0","gulp":"^3.8.10","bower-registry-client":"^0.2.1","commonjs-everywhere":"^0.9.7"},"licenses":[{"type":"BSD","url":"http://github.com/estools/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"b63e648cbdbe8c098aac6d48f1b93c6b0c9e0ef1","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.5.0","_shasum":"17fa592aa0d7b38d89e7de2e94b8200d58bb3261","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"17fa592aa0d7b38d89e7de2e94b8200d58bb3261","size":19476,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.5.0.tgz","integrity":"sha512-JzfOZHUQ4HK7OXL/47xqKXaex4KRbhbSoGpw7m4eVGZ8Ih0POoW/zRlaa8zRAMxQ1+bdS1F31GtlRbyxwPSAVQ=="},"directories":{},"publish_time":1420643273661,"_hasShrinkwrap":false,"_cnpm_publish_time":1420643273661,"_cnpmcore_publish_time":"2021-12-13T11:07:17.547Z"},"1.4.3":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"files":["LICENSE.BSD","LICENSE.source-map","README.md","bin","escodegen.js","gulpfile.js","package.json"],"version":"1.4.3","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^1.9.0","esutils":"^1.1.6","esprima":"^1.2.2","optionator":"^0.4.0","source-map":"~0.1.40"},"optionalDependencies":{"source-map":"~0.1.40"},"devDependencies":{"esprima-moz":"*","semver":"^4.1.0","bluebird":"^2.3.11","chai":"^1.10.0","gulp-mocha":"^2.0.0","gulp-eslint":"^0.2.0","gulp":"^3.8.10","bower-registry-client":"^0.2.1","commonjs-everywhere":"^0.9.7"},"licenses":[{"type":"BSD","url":"http://github.com/estools/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"ee238d803cb10af46c7ce5a1aef9b57cf006c317","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.4.3","_shasum":"2b2422bf18c95e2542effaabc0c998712d490291","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"2b2422bf18c95e2542effaabc0c998712d490291","size":19549,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.4.3.tgz","integrity":"sha512-V1lAamVFp9vriErDwKwfG+knak/7yvjfkOhK712U/DUTearm2Z3HQnmYkabyl6ahiEQ4kYxx+K/WE51w5pjlVw=="},"directories":{},"publish_time":1418985272052,"_hasShrinkwrap":false,"_cnpm_publish_time":1418985272052,"_cnpmcore_publish_time":"2021-12-13T11:07:18.121Z"},"1.4.2":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"1.4.2","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^1.9.0","esutils":"^1.1.6","esprima":"^1.2.2","optionator":"^0.4.0","source-map":"~0.1.40"},"optionalDependencies":{"source-map":"~0.1.40"},"devDependencies":{"esprima-moz":"*","semver":"^4.1.0","bluebird":"^2.3.11","chai":"^1.10.0","gulp-mocha":"^2.0.0","gulp-eslint":"^0.2.0","gulp":"^3.8.10","bower-registry-client":"^0.2.1","commonjs-everywhere":"^0.9.7"},"licenses":[{"type":"BSD","url":"http://github.com/estools/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"0e9d45147a49eba4b68dec70233496e3dfcfdac8","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@1.4.2","_shasum":"6fe5e807623b94c01ea8612cf6a94a06b4e532c8","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"6fe5e807623b94c01ea8612cf6a94a06b4e532c8","size":696624,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.4.2.tgz","integrity":"sha512-SPj7QlWcY2GYxGOMyc0or+B7zD5ehwuOcUZAWhlY4hz5T3cPWaNu5CJfxH0CEW2CR56m5uzbSaSlY/P+SUQI+A=="},"directories":{},"publish_time":1418626647240,"_hasShrinkwrap":false,"_cnpm_publish_time":1418626647240,"_cnpmcore_publish_time":"2021-12-13T11:07:18.802Z"},"1.4.1":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"1.4.1","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"estraverse":"^1.5.1","esutils":"^1.1.4","esprima":"^1.2.2","source-map":"~0.1.37"},"optionalDependencies":{"source-map":"~0.1.37"},"devDependencies":{"esprima-moz":"*","semver":"^3.0.1","bluebird":"^2.2.2","jshint-stylish":"^0.4.0","chai":"^1.9.1","gulp-mocha":"^1.0.0","gulp-eslint":"^0.1.8","gulp":"^3.8.6","bower-registry-client":"^0.2.1","gulp-jshint":"^1.8.0","commonjs-everywhere":"^0.9.7"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"87296a9ac34dcaf6567bd7e3d351e4a227b434dc","bugs":{"url":"https://github.com/Constellation/escodegen/issues"},"_id":"escodegen@1.4.1","_shasum":"8c2562ff45da348975953e8c0a57f40848962ec7","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"8c2562ff45da348975953e8c0a57f40848962ec7","size":42623,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.4.1.tgz","integrity":"sha512-kFyKYxiIKKWqFyLsCDGeDn7nS+gPV9YL3Mj56nYWb3KDDW4frh4WVz65xE6apFDrfQvCsM9WoGHg0OQLmHPMsw=="},"directories":{},"publish_time":1409814068295,"_hasShrinkwrap":false,"_cnpm_publish_time":1409814068295,"_cnpmcore_publish_time":"2021-12-13T11:07:19.351Z"},"1.4.0":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"1.4.0","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"estraverse":"^1.5.1","esutils":"^1.1.4","esprima":"^1.2.2","source-map":"~0.1.37"},"optionalDependencies":{"source-map":"~0.1.37"},"devDependencies":{"esprima-moz":"*","semver":"^3.0.1","bluebird":"^2.2.2","jshint-stylish":"^0.4.0","chai":"^1.9.1","gulp-mocha":"^1.0.0","gulp-eslint":"^0.1.8","gulp":"^3.8.6","bower-registry-client":"^0.2.1","gulp-jshint":"^1.8.0","commonjs-everywhere":"^0.9.7"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"1c4365a80b7ca04a8234e2b9a211f6619f810159","bugs":{"url":"https://github.com/Constellation/escodegen/issues"},"_id":"escodegen@1.4.0","_shasum":"4b5a8942261f0fd65ac57523298b78d7cbe6701f","_from":".","_npmVersion":"2.0.0-alpha-5","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"dist":{"shasum":"4b5a8942261f0fd65ac57523298b78d7cbe6701f","size":41291,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.4.0.tgz","integrity":"sha512-dAGB6I7U0OtAZjhsLs0E1lz2Y20O0BVMvuzHgB5QjJrMEfCi5X8q14HRgiWXQYwbjUWVI6SdK+FYq3TYLe9svQ=="},"directories":{},"publish_time":1409113122432,"_hasShrinkwrap":false,"_cnpm_publish_time":1409113122432,"_cnpmcore_publish_time":"2021-12-13T11:07:19.966Z"},"1.3.3":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"1.3.3","engines":{"node":">=0.10.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esutils":"~1.0.0","estraverse":"~1.5.0","esprima":"~1.1.1","source-map":"~0.1.33"},"optionalDependencies":{"source-map":"~0.1.33"},"devDependencies":{"esprima-moz":"*","semver":"*","chai":"~1.7.2","gulp":"~3.5.0","gulp-mocha":"~0.4.1","gulp-eslint":"~0.1.2","jshint-stylish":"~0.1.5","gulp-jshint":"~1.4.0","commonjs-everywhere":"~0.9.6","bluebird":"~1.2.0","bower-registry-client":"~0.2.0"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"bugs":{"url":"https://github.com/Constellation/escodegen/issues"},"_id":"escodegen@1.3.3","dist":{"shasum":"f024016f5a88e046fd12005055e939802e6c5f23","size":39602,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.3.3.tgz","integrity":"sha512-z9FWgKc48wjMlpzF5ymKS1AF8OIgnKLp9VyN7KbdtyrP/9lndwUFqCtMm+TAJmJf7KJFFYc4cFJfVTTGkKEwsA=="},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1401556505984,"_hasShrinkwrap":false,"_cnpm_publish_time":1401556505984,"_cnpmcore_publish_time":"2021-12-13T11:07:20.656Z"},"1.3.2":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"1.3.2","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esutils":"~1.0.0","estraverse":"~1.5.0","esprima":"~1.1.1","source-map":"~0.1.33"},"optionalDependencies":{"source-map":"~0.1.33"},"devDependencies":{"esprima-moz":"*","semver":"*","chai":"~1.7.2","gulp":"~3.5.0","gulp-mocha":"~0.4.1","gulp-eslint":"~0.1.2","jshint-stylish":"~0.1.5","gulp-jshint":"~1.4.0","commonjs-everywhere":"~0.9.6","bluebird":"~1.2.0","bower-registry-client":"~0.2.0"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"./node_modules/.bin/cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"bugs":{"url":"https://github.com/Constellation/escodegen/issues"},"_id":"escodegen@1.3.2","dist":{"shasum":"bb0f434dbd594f2060639a79b4b06259dd5372de","size":38957,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.3.2.tgz","integrity":"sha512-YWh8bZmKwvFjMNjhfageNFyWsc0cvQWKedZDd54h628q5LnB81z15ZIGxkpofP+2qOfXyVH61kJNEUZimfFpzg=="},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1397403495421,"_hasShrinkwrap":false,"_cnpm_publish_time":1397403495421,"_cnpmcore_publish_time":"2021-12-13T11:07:21.378Z"},"1.3.1":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"1.3.1","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"estraverse":"~1.5.0","esutils":"~1.0.0","esprima":"~1.1.1","source-map":"~0.1.30"},"optionalDependencies":{"source-map":"~0.1.30"},"devDependencies":{"esprima-moz":"*","semver":"*","chai":"~1.7.2","gulp":"~3.5.0","gulp-mocha":"~0.4.1","gulp-eslint":"~0.1.2","jshint-stylish":"~0.1.5","gulp-jshint":"~1.4.0","commonjs-everywhere":"~0.9.6","bluebird":"~1.2.0","bower-registry-client":"~0.2.0"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"./node_modules/.bin/cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"bugs":{"url":"https://github.com/Constellation/escodegen/issues"},"_id":"escodegen@1.3.1","dist":{"shasum":"ed09273487261cf06fb46ef89f415ed960bb89b4","size":38908,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.3.1.tgz","integrity":"sha512-kF2kTN0Een4PzL1YQzAhUfFr7PFEr8gZimzLa2vhV0a1FuuSo0/C/il9ejvq2jOH8anpgJ9bu06HKp5T34sOTw=="},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1396498245255,"_hasShrinkwrap":false,"_cnpm_publish_time":1396498245255,"_cnpmcore_publish_time":"2021-12-13T11:07:22.153Z"},"1.3.0":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"1.3.0","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":"~1.0.4","estraverse":"~1.5.0","esutils":"~1.0.0","source-map":"~0.1.30"},"optionalDependencies":{"source-map":"~0.1.30"},"devDependencies":{"esprima-moz":"*","q":"*","bower":"*","semver":"*","chai":"~1.7.2","gulp":"~3.5.0","gulp-mocha":"~0.4.1","gulp-eslint":"~0.1.2","jshint-stylish":"~0.1.5","gulp-jshint":"~1.4.0","commonjs-everywhere":"~0.9.6"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"./node_modules/.bin/cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"bugs":{"url":"https://github.com/Constellation/escodegen/issues"},"_id":"escodegen@1.3.0","dist":{"shasum":"9d7b4aa74aa32f300474381c098f930eb1e9973a","size":38477,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.3.0.tgz","integrity":"sha512-IG2NoEo/CfBmD9QE9JOQQ8Orn2a54X/FW4yd/hQHPVre7D9V5JvqY1lhMzmkqB9eUpoTxMNyuAHgPTMMcHPjWQ=="},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1394378934089,"_hasShrinkwrap":false,"_cnpm_publish_time":1394378934089,"_cnpmcore_publish_time":"2021-12-13T11:07:22.856Z"},"1.2.0":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"1.2.0","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":"~1.0.4","estraverse":"~1.5.0","esutils":"~1.0.0","source-map":"~0.1.30"},"optionalDependencies":{"source-map":"~0.1.30"},"devDependencies":{"esprima-moz":"*","q":"*","bower":"*","semver":"*","chai":"~1.7.2","gulp":"~3.5.0","gulp-mocha":"~0.4.1","gulp-eslint":"~0.1.2","jshint-stylish":"~0.1.5","gulp-jshint":"~1.4.0","commonjs-everywhere":"~0.9.6"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"./node_modules/.bin/cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"bugs":{"url":"https://github.com/Constellation/escodegen/issues"},"_id":"escodegen@1.2.0","dist":{"shasum":"09de7967791cc958b7f89a2ddb6d23451af327e1","size":38304,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.2.0.tgz","integrity":"sha512-yLy3Cc+zAC0WSmoT2fig3J87TpQ8UaZGx8ahCAs9FL8qNbyV7CVyPKS74DG4bsHiL5ew9sxdYx131OkBQMFnvA=="},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1391806119046,"_hasShrinkwrap":false,"_cnpm_publish_time":1391806119046,"_cnpmcore_publish_time":"2021-12-13T11:07:23.527Z"},"1.1.0":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"1.1.0","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":"~1.0.4","estraverse":"~1.5.0","esutils":"~1.0.0","source-map":"~0.1.30"},"optionalDependencies":{"source-map":"~0.1.30"},"devDependencies":{"esprima-moz":"*","commonjs-everywhere":"~0.8.0","q":"*","bower":"*","semver":"*","chai":"~1.7.2","grunt-contrib-jshint":"~0.5.0","grunt-cli":"~0.1.9","grunt":"~0.4.1","grunt-mocha-test":"~0.6.2"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"grunt travis","unit-test":"grunt test","lint":"grunt lint","release":"node tools/release.js","build-min":"./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"./node_modules/.bin/cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"readmeFilename":"README.md","bugs":{"url":"https://github.com/Constellation/escodegen/issues"},"_id":"escodegen@1.1.0","dist":{"shasum":"c663923f6e20aad48d0c0fa49f31c6d4f49360cf","size":37957,"noattachment":false,"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.1.0.tgz","integrity":"sha512-md+WjA8K+DJELEYe0n4XAOE0XbUYfw2rzb8T+nhZ19OnQxlh+0jMLS6d+z2oqWugIh3uYKu1+KJh6QKeoogLzg=="},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1390080812511,"_hasShrinkwrap":false,"_cnpm_publish_time":1390080812511,"_cnpmcore_publish_time":"2021-12-13T11:07:24.238Z"},"0.0.23":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"0.0.23","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":"~1.0.2","estraverse":"~0.0.4","source-map":">= 0.1.2"},"optionalDependencies":{"source-map":">= 0.1.2"},"devDependencies":{"esprima-moz":"*","browserify":"*","q":"*","bower":"*","semver":"*"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js","release":"node tools/release.js","build":"(echo '// Generated by browserify'; ./node_modules/.bin/browserify -i source-map tools/entry-point.js) > escodegen.browser.js"},"readmeFilename":"README.md","_id":"escodegen@0.0.23","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.23.tgz","shasum":"9acf978164368e42276571f18839c823b3a844df","size":39619,"noattachment":false,"integrity":"sha512-IKgIOsZGaPEj6oD2MDbXsB5zC5U9y+D0KnnJqym7POG8mCGeuGKh1SF7ECxXx7ZFJYStEz4inNMGFTmCmaSlew=="},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1371222575452,"_hasShrinkwrap":false,"_cnpm_publish_time":1371222575452,"_cnpmcore_publish_time":"2021-12-13T11:07:25.109Z"},"1.0.1":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"1.0.1","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":"~1.0.4","estraverse":"~1.5.0","esutils":"~1.0.0","source-map":"~0.1.30"},"optionalDependencies":{"source-map":"~0.1.30"},"devDependencies":{"esprima-moz":"*","commonjs-everywhere":"~0.8.0","q":"*","bower":"*","semver":"*","chai":"~1.7.2","grunt-contrib-jshint":"~0.5.0","grunt-cli":"~0.1.9","grunt":"~0.4.1","grunt-mocha-test":"~0.6.2"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"grunt travis","unit-test":"grunt test","lint":"grunt lint","release":"node tools/release.js","build-min":"./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"./node_modules/.bin/cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"readmeFilename":"README.md","bugs":{"url":"https://github.com/Constellation/escodegen/issues"},"_id":"escodegen@1.0.1","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.0.1.tgz","shasum":"84c92c4a07440271b90e6b78e620973bf721226e","size":16338,"noattachment":false,"integrity":"sha512-DFBGRKWS0ngLNtLiJR4F5MwRZnd2BuOIIqhjh2TR38XxvHP9xf3HCJoZeb4u5IW/XNDOs3Ptk3IyyqrP5/gL+w=="},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1386382474405,"_hasShrinkwrap":false,"_cnpm_publish_time":1386382474405,"_cnpmcore_publish_time":"2021-12-13T11:07:25.810Z"},"1.0.0":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"1.0.0","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":"~1.0.2","estraverse":"~1.4.0","source-map":"~0.1.30"},"optionalDependencies":{"source-map":"~0.1.30"},"devDependencies":{"esprima-moz":"*","commonjs-everywhere":"~0.8.0","q":"*","bower":"*","semver":"*","chai":"~1.7.2","grunt-contrib-jshint":"~0.5.0","grunt-cli":"~0.1.9","grunt":"~0.4.1","grunt-mocha-test":"~0.6.2"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"grunt travis","unit-test":"grunt test","lint":"grunt lint","release":"node tools/release.js","build-min":"./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"./node_modules/.bin/cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"readmeFilename":"README.md","bugs":{"url":"https://github.com/Constellation/escodegen/issues"},"_id":"escodegen@1.0.0","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-1.0.0.tgz","shasum":"8428e45aec9f8d15ccd57859a83c34a91688fd2d","size":19409,"noattachment":false,"integrity":"sha512-EYZFe9xy+sdynf/MNJtLxUD1+N2GplyMkJZW7jcy57k+HlOpYOtgGuw7SC6Cz2oC7n+G1jAJBufSjOOYRJnoTA=="},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1384749010002,"_hasShrinkwrap":false,"_cnpm_publish_time":1384749010002,"_cnpmcore_publish_time":"2021-12-13T11:07:26.657Z"},"0.0.28":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"0.0.28","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":"~1.0.2","estraverse":"~1.3.0","source-map":">= 0.1.2"},"optionalDependencies":{"source-map":">= 0.1.2"},"devDependencies":{"esprima-moz":"*","commonjs-everywhere":"~0.8.0","q":"*","bower":"*","semver":"*","chai":"~1.7.2","grunt-contrib-jshint":"~0.5.0","grunt-cli":"~0.1.9","grunt":"~0.4.1","grunt-mocha-test":"~0.6.2"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"grunt travis","unit-test":"grunt test","lint":"grunt lint","release":"node tools/release.js","build-min":"./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"./node_modules/.bin/cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"readmeFilename":"README.md","bugs":{"url":"https://github.com/Constellation/escodegen/issues"},"_id":"escodegen@0.0.28","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.28.tgz","shasum":"0e4ff1715f328775d6cab51ac44a406cd7abffd3","size":18844,"noattachment":false,"integrity":"sha512-6ioQhg16lFs5c7XJlJFXIDxBjO4yRvXC9yK6dLNNGuhI3a/fJukHanPF6qtpjGDgAFzI8Wuq3PSIarWmaOq/5A=="},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1383314886476,"_hasShrinkwrap":false,"_cnpm_publish_time":1383314886476,"_cnpmcore_publish_time":"2021-12-13T11:07:27.583Z"},"0.0.27":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"0.0.27","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":"~1.0.2","estraverse":"~1.3.0","source-map":">= 0.1.2"},"optionalDependencies":{"source-map":">= 0.1.2"},"devDependencies":{"esprima-moz":"*","commonjs-everywhere":"~0.8.0","q":"*","bower":"*","semver":"*","chai":"~1.7.2","grunt-contrib-jshint":"~0.5.0","grunt-cli":"~0.1.9","grunt":"~0.4.1","grunt-mocha-test":"~0.6.2"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"grunt travis","unit-test":"grunt test","lint":"grunt lint","release":"node tools/release.js","build":"./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.js"},"readmeFilename":"README.md","bugs":{"url":"https://github.com/Constellation/escodegen/issues"},"_id":"escodegen@0.0.27","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.27.tgz","shasum":"3ba2c3834cc5c1823793ef46a4554d54f4b5a810","size":19279,"noattachment":false,"integrity":"sha512-9tQOszxIfr2BnsHAiDuFxqPyb3pftSVs+PikPSlufhHSdhit8xtYKU08+ahjUnRfHFldCbOfAi9MjdxKCV8Z/A=="},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1378830945323,"_hasShrinkwrap":false,"_cnpm_publish_time":1378830945323,"_cnpmcore_publish_time":"2021-12-13T11:07:28.401Z"},"0.0.26":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"0.0.26","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":"~1.0.2","estraverse":"~1.3.0","source-map":">= 0.1.2"},"optionalDependencies":{"source-map":">= 0.1.2"},"devDependencies":{"esprima-moz":"*","commonjs-everywhere":"~0.8.0","q":"*","bower":"*","semver":"*","chai":"~1.7.2","grunt-contrib-jshint":"~0.5.0","grunt-cli":"~0.1.9","grunt":"~0.4.1","grunt-mocha-test":"~0.6.2"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"grunt travis","unit-test":"grunt test","lint":"grunt lint","release":"node tools/release.js","build":"./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.js"},"readmeFilename":"README.md","_id":"escodegen@0.0.26","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.26.tgz","shasum":"9b353e7c5a7b7c35fbadb8e4ecfcd8d1d218547e","size":18877,"noattachment":false,"integrity":"sha512-rAWF6r5EE3GiB3Thfg+wIQnG9pGPoxCJEPC951Uk5vfTJrBDL7UQLgCeE0TQ/1HIfYrArdOpK+22cRNWDP5w5Q=="},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1376841385394,"_hasShrinkwrap":false,"_cnpm_publish_time":1376841385394,"_cnpmcore_publish_time":"2021-12-13T11:07:29.187Z"},"0.0.25":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"0.0.25","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":"~1.0.2","estraverse":"~1.3.0","source-map":">= 0.1.2"},"optionalDependencies":{"source-map":">= 0.1.2"},"devDependencies":{"esprima-moz":"*","commonjs-everywhere":"~0.8.0","q":"*","bower":"*","semver":"*","chai":"~1.7.2","grunt-contrib-jshint":"~0.5.0","grunt-cli":"~0.1.9","grunt":"~0.4.1","grunt-mocha-test":"~0.6.2"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"grunt travis","unit-test":"grunt test","lint":"grunt lint","release":"node tools/release.js","build":"./node_modules/.bin/cjsify -ma path: tools/entry-point.js > escodegen.browser.js"},"readmeFilename":"README.md","bugs":{"url":"https://github.com/Constellation/escodegen/issues"},"_id":"escodegen@0.0.25","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.25.tgz","shasum":"7a177194df3d0ebe4d39a952351e3f0fc977b77d","size":18917,"noattachment":false,"integrity":"sha512-i+X8/Avld+sK8KZv8dk1wnARjo1ySMSU+Nd/3BwhyVFoRV8vi6LHLK0S5POTs7dl1NJOXjivVjT0HENlVgBCWg=="},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1374973590379,"_hasShrinkwrap":false,"_cnpm_publish_time":1374973590379,"_cnpmcore_publish_time":"2021-12-13T11:07:29.956Z"},"0.0.24":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"0.0.24","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":"~1.0.2","estraverse":"~0.0.4","source-map":">= 0.1.2"},"optionalDependencies":{"source-map":">= 0.1.2"},"devDependencies":{"esprima-moz":"*","browserify":"*","q":"*","bower":"*","semver":"*","chai":"~1.7.2","grunt-contrib-jshint":"~0.6.0","grunt":"~0.4.1","grunt-mocha-test":"~0.5.0","grunt-cli":"~0.1.9"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"grunt travis","unit-test":"grunt test","lint":"grunt lint","release":"node tools/release.js","build":"(echo '// Generated by browserify'; ./node_modules/.bin/browserify -i source-map tools/entry-point.js) > escodegen.browser.js"},"readmeFilename":"README.md","bugs":{"url":"https://github.com/Constellation/escodegen/issues"},"_id":"escodegen@0.0.24","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.24.tgz","shasum":"b6ce32abbf9458249c40983d9b866ac0457a8a1d","size":20355,"noattachment":false,"integrity":"sha512-AXKDA3i/liprBN2M3bfdXKyVbP3m7YgA7RNLgnZZap5jLN/yA/wsRYkZT/946FNHoa9oo2kYTueUF7pjYGvNDg=="},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1373568022618,"_hasShrinkwrap":false,"_cnpm_publish_time":1373568022618,"_cnpmcore_publish_time":"2021-12-13T11:07:30.994Z"},"0.0.22":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"0.0.22","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":"~1.0.2","estraverse":"~0.0.4","source-map":">= 0.1.2"},"optionalDependencies":{"source-map":">= 0.1.2"},"devDependencies":{"esprima-moz":"*","browserify":"*","q":"*","bower":"*","semver":"*"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js","release":"node tools/release.js","build":"(echo '// Generated by browserify'; ./node_modules/.bin/browserify -i source-map tools/entry-point.js) > escodegen.browser.js"},"readmeFilename":"README.md","_id":"escodegen@0.0.22","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.22.tgz","shasum":"4c9ba6e9f353aaba3eccdb045e93f9543cbb739d","size":39390,"noattachment":false,"integrity":"sha512-HHdarkaFTSG1QhSV7mwM6HO5hr71T9/cgWaJuUcpt9Sx0rTKCPmK55jVpZ/mCaxSMxC7AAUCY7aEe2S31vjGag=="},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1366822110553,"_hasShrinkwrap":false,"_cnpm_publish_time":1366822110553,"_cnpmcore_publish_time":"2021-12-13T11:07:31.996Z"},"0.0.21":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"0.0.21","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":"~1.0.2","estraverse":"~0.0.4","source-map":">= 0.1.2"},"optionalDependencies":{"source-map":">= 0.1.2"},"devDependencies":{"esprima-moz":"*","browserify":"*","q":"*","bower":"*","semver":"*"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js","release":"node tools/release.js","build":"(echo '// Generated by browserify'; ./node_modules/.bin/browserify -i source-map tools/entry-point.js) > escodegen.browser.js"},"readmeFilename":"README.md","_id":"escodegen@0.0.21","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.21.tgz","shasum":"53d652cfa1030388279458a5266c5ffc709c63c3","size":39333,"noattachment":false,"integrity":"sha512-BQL5g+BqyrM5HRAKt4Q4YuH9CqiEcIHWSJ8fg2PRNkGkXn/LgzeDCZzDDSX4UiljSAHgXaHgOZREQ2xOigbLzA=="},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1366115876835,"_hasShrinkwrap":false,"_cnpm_publish_time":1366115876835,"_cnpmcore_publish_time":"2021-12-13T11:07:32.942Z"},"0.0.20":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"0.0.20","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":"~1.0.2","estraverse":"~0.0.4","source-map":">= 0.1.2"},"optionalDependencies":{"source-map":">= 0.1.2"},"devDependencies":{"esprima-moz":"*","browserify":"*","q":"*","bower":"*","semver":"*"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js","release":"node tools/release.js","build":"(echo '// Generated by browserify'; ./node_modules/.bin/browserify -i source-map tools/entry-point.js) > escodegen.browser.js"},"readmeFilename":"README.md","_id":"escodegen@0.0.20","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.20.tgz","shasum":"82e208fedece972fa5898a80d325e30b091eefe8","size":38215,"noattachment":false,"integrity":"sha512-VMsRne6eTN6WRSK/DTnzHGUyvMxh/wbLjneokomyBYGGRC5hikUPqnw4hkjnZ0WB2wt0A7ioqmJbcpJCyiqHRw=="},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1364810875239,"_hasShrinkwrap":false,"_cnpm_publish_time":1364810875239,"_cnpmcore_publish_time":"2021-12-13T11:07:33.821Z"},"0.0.19":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"0.0.19","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":"~1.0.2","estraverse":"~0.0.4","source-map":">= 0.1.2"},"optionalDependencies":{"source-map":">= 0.1.2"},"devDependencies":{"esprima-moz":"*","browserify":"*","q":"*","bower":"*","semver":"*"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js","release":"node tools/release.js","build":"(echo '// Generated by browserify'; ./node_modules/.bin/browserify -i source-map tools/entry-point.js) > escodegen.browser.js"},"readmeFilename":"README.md","_id":"escodegen@0.0.19","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.19.tgz","shasum":"f05f86dfedd2dc96e35f53d3bc2cbcc61996e6e6","size":38135,"noattachment":false,"integrity":"sha512-REz9y+YRLsYLyipygweKuAycTV8zKlghKOBFq63iB6mNfnwq74XEbnALMFmq6FJTcctWPUqJJcy6dpcqi/fQgg=="},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1362763248325,"_hasShrinkwrap":false,"_cnpm_publish_time":1362763248325,"_cnpmcore_publish_time":"2021-12-13T11:07:34.717Z"},"0.0.18":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"0.0.18","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":"~1.0.2","estraverse":"~0.0.4","source-map":">= 0.1.2"},"optionalDependencies":{"source-map":">= 0.1.2"},"devDependencies":{"esprima-moz":"*","browserify":"*","q":"*","falafel":"*"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js","release":"node tools/release.js","build":"(echo '// Generated by browserify'; ./node_modules/.bin/browserify -i source-map tools/entry-point.js) > escodegen.browser.js"},"readmeFilename":"README.md","_id":"escodegen@0.0.18","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.18.tgz","shasum":"4128e5a45b12accd16595297c9484b228f05424e","size":38142,"noattachment":false,"integrity":"sha512-lkNL6mTgTDtpuR90EAjS3oBAkZI9wPvbC0s1ziCXG4WVxxCpcS8MF1C44B6FKoLyZXzHn0qH29sgDmLUyj2bdg=="},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1362760655501,"_hasShrinkwrap":false,"_cnpm_publish_time":1362760655501,"_cnpmcore_publish_time":"2021-12-13T11:07:35.635Z"},"0.0.17":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"0.0.17","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":"~1.0.2","estraverse":"~0.0.4","source-map":">= 0.1.2"},"optionalDependencies":{"source-map":">= 0.1.2"},"devDependencies":{"esprima-moz":"*","browserify":"*"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js","build":"(echo '// Generated by browserify'; ./node_modules/.bin/browserify -i source-map tools/entry-point.js) > escodegen.browser.js"},"readmeFilename":"README.md","_id":"escodegen@0.0.17","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.17.tgz","shasum":"1e78d17df1004fd7a88f2fed3b8b8592f3217f9c","size":37640,"noattachment":false,"integrity":"sha512-muX87X0L2dvVJ4ZPKAJLQlcyg2qhl6ps8Ow8vOAcuoFIrZLtXNMGfjnD19LSTrZ1SBHQsI+tvD8YlsJqHhfXrw=="},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1361283439274,"_hasShrinkwrap":false,"_cnpm_publish_time":1361283439274,"_cnpmcore_publish_time":"2021-12-13T11:07:36.607Z"},"0.0.16":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"0.0.16","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":">= 1.0.0","estraverse":"~0.0.4","source-map":">= 0.1.2"},"optionalDependencies":{"source-map":">= 0.1.2"},"devDependencies":{"esprima-moz":"*","browserify":"*"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js","build":"(echo '// Generated by browserify'; ./node_modules/.bin/browserify -i source-map tools/entry-point.js) > escodegen.browser.js"},"readmeFilename":"README.md","_id":"escodegen@0.0.16","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.16.tgz","shasum":"81410ecdb666e816c6b9cb707722272952ea7c9f","size":37595,"noattachment":false,"integrity":"sha512-M7kZPKUZiaRfzblY0Cw7UPj4Mb78Ke5h1IfA4BXyEKyByMLcb5Ocm0XgX12iSk8/FmqMZPpcALYYEazNxC8LdA=="},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1360167662315,"_hasShrinkwrap":false,"_cnpm_publish_time":1360167662315,"_cnpmcore_publish_time":"2021-12-13T11:07:37.529Z"},"0.0.15":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"0.0.15","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":">= 1.0.0","source-map":">= 0.1.2"},"optionalDependencies":{"source-map":">= 0.1.2"},"devDependencies":{"esprima-moz":"*"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js"},"_id":"escodegen@0.0.15","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.15.tgz","shasum":"ffda9cb26b70b34f7cc19f1d88756539afb543bd","size":18449,"noattachment":false,"integrity":"sha512-ALdTVKqhEj6bDf4pC0fXWRiUvhyJSJ0Ic8AdPuMGKckoa3gMXG+MPduI8TlDoSS84swDkfXeogXapbkErAHvDA=="},"_npmVersion":"1.1.59","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1352487645523,"_hasShrinkwrap":false,"_cnpm_publish_time":1352487645523,"_cnpmcore_publish_time":"2021-12-13T11:07:38.394Z"},"0.0.14":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"esgenerate":"./bin/esgenerate.js","escodegen":"./bin/escodegen.js"},"version":"0.0.14","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":">= 1.0.0","source-map":">= 0.1.2"},"optionalDependencies":{"source-map":">= 0.1.2"},"devDependencies":{"esprima-moz":"*"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js"},"_id":"escodegen@0.0.14","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.14.tgz","shasum":"e05484bf41df24cb871299475088fc634cfdf885","size":18443,"noattachment":false,"integrity":"sha512-JSBQHHFVub6OWSlnJBZdyoh6T95Q1oRJKpOkC9mFzYL6dMXXJkThJrMDfpa9Ck4/sqjr7qRus6AQ3qACl4vjlQ=="},"_npmVersion":"1.1.59","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1352203440820,"_hasShrinkwrap":false,"_cnpm_publish_time":1352203440820,"_cnpmcore_publish_time":"2021-12-13T11:07:39.303Z"},"0.0.12":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"escodegen":"./bin/esgenerate.js"},"version":"0.0.12","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":">= 0.9.9","source-map":">= 0.1.2"},"optionalDependencies":{"source-map":">= 0.1.2"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js"},"_id":"escodegen@0.0.12","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.12.tgz","shasum":"0fe67df78b9459b1308a3d93acea55bff8131e02","size":17293,"noattachment":false,"integrity":"sha512-JBhqQpxOgPvejn0BdAU2fOms8DnrYPPWyQj3W6XXdVf6MkLX2nPH5EhoCyKRHmMSP0x8WM2z0Gkzg6+u20/z/w=="},"_npmVersion":"1.1.59","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1349882964649,"_hasShrinkwrap":false,"_cnpm_publish_time":1349882964649,"_cnpmcore_publish_time":"2021-12-13T11:07:40.295Z"},"0.0.11":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"escodegen":"./bin/esgenerate.js"},"version":"0.0.11","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":">= 0.9.9","source-map":">= 0.1.2"},"optionalDependencies":{"source-map":">= 0.1.2"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js"},"_id":"escodegen@0.0.11","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.11.tgz","shasum":"0bf3ae177ea0c6bc8dd63460978e0cf8fed99f25","size":17185,"noattachment":false,"integrity":"sha512-NgYtccnkqqv7BkzRSJv/n21VOpxptB23XbWjV9hNj0ZBwjFu8hsPaD0eTM6Y2VvyFYUtvE6wfBqQ8tHlPZBvVg=="},"_npmVersion":"1.1.59","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1349771309323,"_hasShrinkwrap":false,"_cnpm_publish_time":1349771309323,"_cnpmcore_publish_time":"2021-12-13T11:07:41.247Z"},"0.0.10":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"escodegen":"./bin/esgenerate.js"},"version":"0.0.10","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"dependencies":{"esprima":">= 0.9.9","source-map":">= 0.1.2"},"optionalDependencies":{"source-map":">= 0.1.2"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js"},"_id":"escodegen@0.0.10","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.10.tgz","shasum":"80a812c2fe7d109236be9e78705916e6df69e6f7","size":115080,"noattachment":false,"integrity":"sha512-zl4Xc05lD3dPueROVpWVtRHgBX2yHfsI/2+lkBZ70fTI2PCrAvlTr4/dldrCdMcawSC9InI7vjKB6GYqVfLWyg=="},"_npmVersion":"1.1.59","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1349484855137,"_hasShrinkwrap":false,"_cnpm_publish_time":1349484855137,"_cnpmcore_publish_time":"2021-12-13T11:07:42.129Z"},"0.0.9":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"escodegen":"./bin/esgenerate.js"},"version":"0.0.9","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"optionalDependencies":{"source-map":">= 0.1.2"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js"},"_id":"escodegen@0.0.9","dependencies":{"source-map":">= 0.1.2"},"dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.9.tgz","shasum":"a3449ea1290dcb235f15469f310b9f983497f2aa","size":947932,"noattachment":false,"integrity":"sha512-jjZme9ZY5W0Ro8mQPYdpAoVT0OZOsTseoRbABgadlLOXiNQ9+bT5Pg6Si7un8j19x/pT8dskUKUV754fAHIXnQ=="},"_npmVersion":"1.1.59","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1347652953557,"_hasShrinkwrap":false,"_cnpm_publish_time":1347652953557,"_cnpmcore_publish_time":"2021-12-13T11:07:43.314Z"},"0.0.8":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"escodegen":"./bin/esgenerate.js"},"version":"0.0.8","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"optionalDependencies":{"source-map":">= 0.1.2"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js"},"_id":"escodegen@0.0.8","dependencies":{"source-map":">= 0.1.2"},"dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.8.tgz","shasum":"b21b9acc94b9605a2ab5284e5cd7385e8ef9c802","size":947764,"noattachment":false,"integrity":"sha512-uLCRu1ry8QTWkNLCcximuxgKMiUsD/IklwtAXvjLwfNbhR43X7fjdB6LuUQ+DhlqCrcrOdNE3ycxTbpeH7MAgg=="},"_npmVersion":"1.1.59","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1347065261132,"_hasShrinkwrap":false,"_cnpm_publish_time":1347065261132,"_cnpmcore_publish_time":"2021-12-13T11:07:44.452Z"},"0.0.7":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"escodegen":"./bin/esgenerate.js"},"version":"0.0.7","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js"},"_id":"escodegen@0.0.7","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.7.tgz","shasum":"8ca53d6cefcf315839b5c05c0f23db423fa5d9ee","size":947734,"noattachment":false,"integrity":"sha512-DP1uzv+7wtvwgAGmBLGOYVTuTwUAdm66YG8LXduroU4MEMRmbF42AsKgwBv7JwKZqqV6/bQNswVAYbq72qdRLA=="},"_npmVersion":"1.1.59","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1346863269688,"_hasShrinkwrap":false,"_cnpm_publish_time":1346863269688,"_cnpmcore_publish_time":"2021-12-13T11:07:45.594Z"},"0.0.6":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"escodegen":"./bin/esgenerate.js"},"version":"0.0.6","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"http://github.com/Constellation/escodegen.git"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js"},"_id":"escodegen@0.0.6","dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.6.tgz","shasum":"63eadaea293ec2a99e1c411b79c98d5d01326be1","size":945773,"noattachment":false,"integrity":"sha512-Me1BanArucRWfAWjWvPKreToERv7RVPRnQ9XSk+gHnc6zz5xcozPZngLDnivJX9BSO/Ia3DDyjQfZxstsTmiww=="},"_npmVersion":"1.1.59","_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"directories":{},"publish_time":1346355041157,"_hasShrinkwrap":false,"_cnpm_publish_time":1346355041157,"_cnpmcore_publish_time":"2021-12-13T11:07:46.965Z"},"0.0.5":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"escodegen":"./bin/esgenerate.js"},"version":"0.0.5","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git://github.com/Constellation/escodegen.git"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js"},"_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"_id":"escodegen@0.0.5","dependencies":{},"devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.21","_nodeVersion":"v0.6.18","_defaultsLoaded":true,"dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.5.tgz","shasum":"90959b349513333031ff2ea377ecd467529d460b","size":923677,"noattachment":false,"integrity":"sha512-mVVWrZe8s9Sze/QkszeiizaeMFsYF2m3b0Vo8frdFnfBNQ6ULyIIvMr3oA57lwIONDXRHA9atMkX+8xILd0MTg=="},"directories":{},"publish_time":1342787528627,"_hasShrinkwrap":false,"_cnpm_publish_time":1342787528627,"_cnpmcore_publish_time":"2021-12-13T11:07:48.447Z"},"0.0.4":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"escodegen":"./bin/esgenerate.js"},"version":"0.0.4","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git://github.com/Constellation/escodegen.git"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js"},"_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"_id":"escodegen@0.0.4","dependencies":{},"devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.21","_nodeVersion":"v0.6.18","_defaultsLoaded":true,"dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.4.tgz","shasum":"170b87ec38e47f160062c836a4beef14617fbc4b","size":1275129,"noattachment":false,"integrity":"sha512-+hrzCcZmJ1b/wKGXUnKaUp0rS9g1TNLdj8O2VykbxQ31ZhgLLEfVhgoEPmw8aMfiRdmz7AhFCLmAIiwE2O0Ghg=="},"directories":{},"publish_time":1339051838250,"_hasShrinkwrap":false,"_cnpm_publish_time":1339051838250,"_cnpmcore_publish_time":"2021-12-13T11:07:49.587Z"},"0.0.3":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"escodegen":"./bin/esgenerate.js"},"version":"0.0.3","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git://github.com/Constellation/escodegen.git"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js"},"_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"_id":"escodegen@0.0.3","dependencies":{},"devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.16","_nodeVersion":"v0.6.15","_defaultsLoaded":true,"dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.3.tgz","shasum":"7aa5718c3e1b2456daea8f715557466a40bdc3b3","size":657537,"noattachment":false,"integrity":"sha512-95OAJlQt96PdexOHy8XTzhMf+n2Vnn/QViz6P9m0wqhjwpd2nj8JJdrd+FcXSjU6IGaHtQ05Znu+LRqeOp8VQA=="},"directories":{},"publish_time":1336799582912,"_hasShrinkwrap":false,"_cnpm_publish_time":1336799582912,"_cnpmcore_publish_time":"2021-12-13T11:07:50.968Z"},"0.0.2":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"escodegen":"./bin/esgenerate.js"},"version":"0.0.2","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git://github.com/Constellation/escodegen.git"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js"},"_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"_id":"escodegen@0.0.2","dependencies":{},"devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.7.4","_defaultsLoaded":true,"dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.2.tgz","shasum":"0f475f93756447862e52d14907239a9e9dca1fdc","size":712650,"noattachment":false,"integrity":"sha512-gk0m1vgkl6OmueMpXk8ZvpI1Z4K/xuj1Ns1daxk1sEMJq39ygsmcvwOdubBRYAoTwXnl6393lUkHd+HXfuMy4w=="},"directories":{},"publish_time":1330896677372,"_hasShrinkwrap":false,"_cnpm_publish_time":1330896677372,"_cnpmcore_publish_time":"2021-12-13T11:07:52.397Z"},"0.0.1":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/Constellation/escodegen.html","main":"escodegen.js","bin":{"escodegen":"./bin/esgenerate.js"},"version":"0.0.1","engines":{"node":">=0.4.0"},"maintainers":[{"name":"constellation","email":"utatane.tea@gmail.com"},{"name":"michaelficarra","email":"npm@michael.ficarra.me"}],"repository":{"type":"git","url":"git://github.com/Constellation/escodegen.git"},"licenses":[{"type":"BSD","url":"http://github.com/Constellation/escodegen/raw/master/LICENSE.BSD"}],"scripts":{"test":"node test/run.js"},"_npmUser":{"name":"constellation","email":"utatane.tea@gmail.com"},"_id":"escodegen@0.0.1","dependencies":{},"devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.7.4","_defaultsLoaded":true,"dist":{"tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-0.0.1.tgz","shasum":"8d8f398c0ac59e8df11385866bf578e0c449502c","size":655217,"noattachment":false,"integrity":"sha512-uYSzkaX5dSbtmnEar7cnSVhHlKaLFA8vk36SuhWOoPt+F4niseJT0vrYcpxcLQvVOopF3e+vrqWJHtSBEv2sGg=="},"directories":{},"publish_time":1330789834433,"_hasShrinkwrap":false,"_cnpm_publish_time":1330789834433,"_cnpmcore_publish_time":"2021-12-13T11:07:53.770Z"},"2.1.0":{"name":"escodegen","description":"ECMAScript code generator","homepage":"http://github.com/estools/escodegen","main":"escodegen.js","bin":{"esgenerate":"bin/esgenerate.js","escodegen":"bin/escodegen.js"},"version":"2.1.0","engines":{"node":">=6.0"},"maintainers":[{"name":"michaelficarra","email":"npm@michael.ficarra.me"},{"name":"constellation","email":"utatane.tea@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"dependencies":{"estraverse":"^5.2.0","esutils":"^2.0.2","esprima":"^4.0.1","source-map":"~0.6.1"},"optionalDependencies":{"source-map":"~0.6.1"},"devDependencies":{"acorn":"^8.0.4","bluebird":"^3.4.7","bower-registry-client":"^1.0.0","chai":"^4.2.0","chai-exclude":"^2.0.2","commonjs-everywhere":"^0.9.7","gulp":"^4.0.2","gulp-eslint":"^6.0.0","gulp-mocha":"^7.0.2","minimist":"^1.2.5","optionator":"^0.9.1","semver":"^7.3.4"},"license":"BSD-2-Clause","scripts":{"test":"gulp travis","unit-test":"gulp test","lint":"gulp lint","release":"node tools/release.js","build-min":"cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js","build":"cjsify -a path: tools/entry-point.js > escodegen.browser.js"},"gitHead":"899cfdf5dc99de324fb6f1087aa9bab4d4bc2f00","bugs":{"url":"https://github.com/estools/escodegen/issues"},"_id":"escodegen@2.1.0","_nodeVersion":"20.0.0","_npmVersion":"9.6.4","dist":{"integrity":"sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==","shasum":"ba93bbb7a43986d29d6041f99f5262da773e2e17","tarball":"https://registry.npmmirror.com/escodegen/-/escodegen-2.1.0.tgz","fileCount":6,"unpackedSize":108549,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzUaziph6n9ktqasAcIxNaE1gRiw11W7NisjOA9eSgLgIgSJSiCmxfwqJud2uKQdSUCqXaX+J8uoiZGUYkwnNQsY4="}],"size":20017},"_npmUser":{"name":"michaelficarra","email":"npm@michael.ficarra.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/escodegen_2.1.0_1688069917080_0.34523606176766686"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-29T20:18:37.341Z","publish_time":1688069917341,"_source_registry_name":"default"}},"bugs":{"url":"https://github.com/estools/escodegen/issues"},"homepage":"http://github.com/estools/escodegen","repository":{"type":"git","url":"git+ssh://git@github.com/estools/escodegen.git"},"_source_registry_name":"default"}