{"_id":"babel-plugin-remove-debugger","_rev":"60960","name":"babel-plugin-remove-debugger","description":"Remove debugger statements","dist-tags":{"latest":"1.0.1"},"maintainers":[{"name":"sebmck","email":"sebmck@gmail.com"}],"time":{"modified":"2021-06-03T10:20:39.000Z","created":"2015-06-15T15:13:49.998Z","1.0.1":"2015-06-15T15:13:49.998Z"},"users":{},"repository":{"type":"git","url":"git+https://github.com/babel-plugins/babel-plugin-remove-debugger.git"},"versions":{"1.0.1":{"name":"babel-plugin-remove-debugger","version":"1.0.1","description":"Remove debugger statements","repository":{"type":"git","url":"git+https://github.com/babel-plugins/babel-plugin-remove-debugger.git"},"license":"MIT","main":"lib/index.js","devDependencies":{"babel":"^5.6.0"},"scripts":{"build":"babel-plugin build","push":"babel-plugin publish","test":"babel-plugin test"},"keywords":["babel-plugin"],"gitHead":"c3e94935b6254fc5334617749843350c692b3560","bugs":{"url":"https://github.com/babel-plugins/babel-plugin-remove-debugger/issues"},"homepage":"https://github.com/babel-plugins/babel-plugin-remove-debugger#readme","_id":"babel-plugin-remove-debugger@1.0.1","_shasum":"fd2ea3cd61a428ad1f3b9c89882ff4293e8c14c7","_from":".","_npmVersion":"2.9.0","_nodeVersion":"2.0.0","_npmUser":{"name":"sebmck","email":"sebmck@gmail.com"},"maintainers":[{"name":"sebmck","email":"sebmck@gmail.com"}],"dist":{"shasum":"fd2ea3cd61a428ad1f3b9c89882ff4293e8c14c7","size":815,"noattachment":false,"key":"/babel-plugin-remove-debugger/-/babel-plugin-remove-debugger-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-plugin-remove-debugger/download/babel-plugin-remove-debugger-1.0.1.tgz"},"directories":{},"publish_time":1434381229998,"_cnpm_publish_time":1434381229998,"_hasShrinkwrap":false}},"readme":"# babel-plugin-remove-debugger\n\nRemove debugger statements\n\n## Installation\n\n```sh\n$ npm install babel-plugin-remove-debugger\n```\n\n## Usage\n\n### Via `.babelrc` (Recommended)\n\n**.babelrc**\n\n```json\n{\n  \"plugins\": [\"remove-debugger\"]\n}\n```\n\n### Via CLI\n\n```sh\n$ babel --plugins remove-debugger script.js\n```\n\n### Via Node API\n\n```javascript\nrequire(\"babel-core\").transform(\"code\", {\n  plugins: [\"remove-debugger\"]\n});\n```\n","_attachments":{},"homepage":"https://github.com/babel-plugins/babel-plugin-remove-debugger#readme","bugs":{"url":"https://github.com/babel-plugins/babel-plugin-remove-debugger/issues"},"license":"MIT"}