{"name":"babel-plugin-runtime","version":"1.0.7","description":"Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals","repository":{"type":"git","url":"https://github.com/babel-plugins/babel-plugin-runtime"},"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"],"readme":"# babel-plugin-runtime\n\nExternalise references to helpers and builtins, automatically polyfilling your code without polluting globals\n\n## Installation\n\n```sh\n$ npm install babel-plugin-runtime\n```\n\n## Usage\n\n### Via `.babelrc` (Recommended)\n\n**.babelrc**\n\n```json\n{\n  \"plugins\": [\"runtime\"]\n}\n```\n\n### Via CLI\n\n```sh\n$ babel --plugins runtime script.js\n```\n\n### Via Node API\n\n```javascript\nrequire(\"babel-core\").transform(\"code\", {\n  plugins: [\"runtime\"]\n});\n```\n","readmeFilename":"README.md","bugs":{"url":"https://github.com/babel-plugins/babel-plugin-runtime/issues"},"homepage":"https://github.com/babel-plugins/babel-plugin-runtime","_id":"babel-plugin-runtime@1.0.7","_shasum":"bf7c7d966dd56ecd5c17fa1cb253c9acb7e54aaf","_from":"https://registry.npmjs.org/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz","_resolved":"https://registry.npmjs.org/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz"}