{"versions":{"0.0.2":{"name":"babel-plugin-transform-remove-strict-mode","version":"0.0.2","author":{"name":"genify","email":"genify@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/genify/babel-plugin-transform-remove-strict-mode.git"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"gitHead":"f674b31c057c4ae3836b60a2b2c601aa7ea083a4","description":"remove \"use strict\" directive","bugs":{"url":"https://github.com/genify/babel-plugin-transform-remove-strict-mode/issues"},"homepage":"https://github.com/genify/babel-plugin-transform-remove-strict-mode#readme","_id":"babel-plugin-transform-remove-strict-mode@0.0.2","scripts":{},"_shasum":"913685aab95439f3a0ed88e588fbd5e997890579","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"genify@163.com"},"dist":{"shasum":"913685aab95439f3a0ed88e588fbd5e997890579","size":1459,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/babel-plugin-transform-remove-strict-mode/-/babel-plugin-transform-remove-strict-mode-0.0.2.tgz"},"maintainers":[{"name":"anonymous","email":"genify@163.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-remove-strict-mode-0.0.2.tgz_1458116478669_0.5281496224924922"},"directories":{},"publish_time":1458116479246,"_cnpm_publish_time":1458116479246,"_hasShrinkwrap":false,"contributors":[]},"0.0.1":{"name":"babel-plugin-transform-remove-strict-mode","version":"0.0.1","author":{"name":"genify","email":"genify@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/genify/babel-plugin-transform-es2015-remove-strict-mode.git"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"gitHead":"9cbed48de665fb316e84bf27b2e32fc0a9d63a82","description":"remove strict mode for babel transform","bugs":{"url":"https://github.com/genify/babel-plugin-transform-es2015-remove-strict-mode/issues"},"homepage":"https://github.com/genify/babel-plugin-transform-es2015-remove-strict-mode#readme","_id":"babel-plugin-transform-remove-strict-mode@0.0.1","scripts":{},"_shasum":"a00097d6cb66c7af5bdb8d02a9833d6008eb97f7","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"genify@163.com"},"dist":{"shasum":"a00097d6cb66c7af5bdb8d02a9833d6008eb97f7","size":3879,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/babel-plugin-transform-remove-strict-mode/-/babel-plugin-transform-remove-strict-mode-0.0.1.tgz"},"maintainers":[{"name":"anonymous","email":"genify@163.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-remove-strict-mode-0.0.1.tgz_1458111876541_0.5823885197751224"},"directories":{},"publish_time":1458111877058,"_cnpm_publish_time":1458111877058,"_hasShrinkwrap":false,"contributors":[]}},"dist-tags":{"latest":"0.0.2"},"name":"babel-plugin-transform-remove-strict-mode","time":{"modified":"2023-07-31T03:06:11.219Z","created":"2022-01-26T21:44:53.556Z","0.0.2":"2016-03-16T08:21:19.246Z","0.0.1":"2016-03-16T07:04:37.058Z"},"readme":"# babel-plugin-transform-remove-strict-mode\n\nremove \"use strict\" directive\n\n## Installation\n\n```sh\n$ npm install babel-plugin-transform-remove-strict-mode\n```\n\n## Usage\n\n### Via `.babelrc` (Recommended)\n\n**.babelrc**\n\n```js\n{\n  \"plugins\": [\"transform-remove-strict-mode\"]\n}\n```\n\n### Via CLI\n\n```sh\n$ babel --plugins transform-remove-strict-mode script.js\n```\n\n### Via Node API\n\n```javascript\nrequire(\"babel-core\").transform(\"code\", {\n  plugins: [\"transform-remove-strict-mode\"]\n});\n```","users":{}}