{"maintainers":[{"email":"me@thejameskyle.com","name":"thejameskyle"},{"email":"sebmck@gmail.com","name":"sebmck"},{"email":"daniel@tschinder.de","name":"danez"},{"email":"hi@henryzoo.com","name":"hzoo"},{"email":"loganfsmyth@gmail.com","name":"loganfsmyth"}],"keywords":["babel-plugin"],"dist-tags":{"latest":"6.24.1","next":"7.0.0-alpha.19"},"description":"This plugin places a 'use strict'; directive at the top of all files to enable strict mode","readme":"# babel-plugin-transform-strict-mode\n\n> This plugin places a `\"use strict\";` directive at the top of all files to enable [strict mode](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode).\n\nThis plugin may be enabled via `babel-plugin-transform-es2015-modules-commonjs`.\nIf you wish to disable it you can either turn `strict` off or pass\n`strictMode: false` as an option to the commonjs transform.\n\n## Example\n\n**In**\n\n```javascript\nfoo();\n```\n\n**Out**\n\n```javascript\n\"use strict\";\n\nfoo();\n```\n\n## Installation\n\n```sh\nnpm install --save-dev babel-plugin-transform-strict-mode\n```\n\n## Usage\n\n### Via `.babelrc` (Recommended)\n\n**.babelrc**\n\nWithout options:\n\n```json\n{\n  \"plugins\": [\"transform-strict-mode\"]\n}\n```\n\nWith options:\n\n```json\n{\n  \"plugins\": [\n    [\"transform-strict-mode\", {\n      \"strict\": true\n    }]\n  ]\n}\n```\n\n### Via CLI\n\n```sh\nbabel --plugins transform-strict-mode script.js\n```\n\n### Via Node API\n\n```javascript\nrequire(\"babel-core\").transform(\"code\", {\n  plugins: [\"transform-strict-mode\"]\n});\n```\n","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"users":{"marcellodesales":true,"koulmomo":true},"license":"MIT","versions":{"6.0.2":{"name":"babel-plugin-transform-strict-mode","version":"6.0.2","description":"TODO","repository":{"type":"git","url":"git+https://github.com/babel/babel.git"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^6.0.2","babel-types":"^6.0.2"},"bugs":{"url":"https://github.com/babel/babel/issues"},"homepage":"https://github.com/babel/babel#readme","_id":"babel-plugin-transform-strict-mode@6.0.2","scripts":{},"_shasum":"5b85a037f9b5861c70323c2a20be33640156310b","_from":".","_npmVersion":"2.14.3","_nodeVersion":"4.1.0","_npmUser":{"name":"sebmck","email":"sebmck@gmail.com"},"dist":{"shasum":"5b85a037f9b5861c70323c2a20be33640156310b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.0.2.tgz"},"maintainers":[{"name":"sebmck","email":"sebmck@gmail.com"}],"directories":{}},"6.0.14":{"name":"babel-plugin-transform-strict-mode","version":"6.0.14","description":"TODO","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^5.0.0","babel-types":"^6.0.14"},"_id":"babel-plugin-transform-strict-mode@6.0.14","scripts":{},"_shasum":"21a975f3e1582bb59a181e18fa6f818db2e015d9","_from":".","_npmVersion":"2.14.9","_nodeVersion":"4.1.0","_npmUser":{"name":"sebmck","email":"sebmck@gmail.com"},"dist":{"shasum":"21a975f3e1582bb59a181e18fa6f818db2e015d9","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.0.14.tgz"},"maintainers":[{"name":"sebmck","email":"sebmck@gmail.com"}],"directories":{}},"6.0.15":{"name":"babel-plugin-transform-strict-mode","version":"6.0.15","description":"TODO","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^5.0.0","babel-types":"^6.0.15"},"_id":"babel-plugin-transform-strict-mode@6.0.15","scripts":{},"_shasum":"aac9453674e74f4fb28686c372e27ff9ee9f27e3","_from":".","_npmVersion":"2.14.9","_nodeVersion":"4.1.0","_npmUser":{"name":"sebmck","email":"sebmck@gmail.com"},"dist":{"shasum":"aac9453674e74f4fb28686c372e27ff9ee9f27e3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.0.15.tgz"},"maintainers":[{"name":"sebmck","email":"sebmck@gmail.com"}],"directories":{}},"6.1.2":{"name":"babel-plugin-transform-strict-mode","version":"6.1.2","description":"TODO","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^5.0.0","babel-types":"^6.1.2"},"_id":"babel-plugin-transform-strict-mode@6.1.2","scripts":{},"_shasum":"ec95c81b3f99a7738a75c1f02424c5fcaff982f2","_from":".","_npmVersion":"2.14.9","_nodeVersion":"4.1.0","_npmUser":{"name":"sebmck","email":"sebmck@gmail.com"},"dist":{"shasum":"ec95c81b3f99a7738a75c1f02424c5fcaff982f2","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.1.2.tgz"},"maintainers":[{"name":"sebmck","email":"sebmck@gmail.com"}],"directories":{}},"6.1.4":{"name":"babel-plugin-transform-strict-mode","version":"6.1.4","description":"TODO","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^5.0.0","babel-types":"^6.1.4"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.1.4"},"_id":"babel-plugin-transform-strict-mode@6.1.4","scripts":{},"_shasum":"9ed90ea057e3fef7e65e2a40dca16ca40dea7f1e","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"sebmck","email":"sebmck@gmail.com"},"dist":{"shasum":"9ed90ea057e3fef7e65e2a40dca16ca40dea7f1e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.1.4.tgz"},"maintainers":[{"name":"sebmck","email":"sebmck@gmail.com"}],"directories":{}},"6.1.17":{"name":"babel-plugin-transform-strict-mode","version":"6.1.17","description":"TODO","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^5.0.0","babel-types":"^6.1.17"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.1.17"},"_id":"babel-plugin-transform-strict-mode@6.1.17","scripts":{},"_shasum":"b42bbbb62ace13e332523128f3d07766e1a97801","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"sebmck","email":"sebmck@gmail.com"},"dist":{"shasum":"b42bbbb62ace13e332523128f3d07766e1a97801","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.1.17.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"directories":{}},"6.1.18":{"name":"babel-plugin-transform-strict-mode","version":"6.1.18","description":"TODO","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^5.0.0","babel-types":"^6.1.18"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.1.18"},"_id":"babel-plugin-transform-strict-mode@6.1.18","scripts":{},"_shasum":"0e9f1cd7c2ac7464d547ea4ae1a1c088672dea1c","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"sebmck","email":"sebmck@gmail.com"},"dist":{"shasum":"0e9f1cd7c2ac7464d547ea4ae1a1c088672dea1c","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.1.18.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"directories":{}},"6.2.0":{"name":"babel-plugin-transform-strict-mode","version":"6.2.0","description":"TODO","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^5.0.0","babel-types":"^6.2.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.1.18"},"_id":"babel-plugin-transform-strict-mode@6.2.0","scripts":{},"_shasum":"2479cb1042d86052900c6ec2b97803d0a1c76ac0","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"sebmck","email":"sebmck@gmail.com"},"dist":{"shasum":"2479cb1042d86052900c6ec2b97803d0a1c76ac0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.2.0.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"directories":{}},"6.2.4":{"name":"babel-plugin-transform-strict-mode","version":"6.2.4","description":"TODO","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^5.0.0","babel-types":"^6.2.4"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.2.4"},"_id":"babel-plugin-transform-strict-mode@6.2.4","scripts":{},"_shasum":"bf0c6184f78a7abdfc5fe97dcb8b0bd09f2ac1e7","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"sebmck","email":"sebmck@gmail.com"},"dist":{"shasum":"bf0c6184f78a7abdfc5fe97dcb8b0bd09f2ac1e7","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.2.4.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"directories":{}},"6.3.13":{"name":"babel-plugin-transform-strict-mode","version":"6.3.13","description":"TODO","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^5.0.0","babel-types":"^6.3.13"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.3.13"},"_id":"babel-plugin-transform-strict-mode@6.3.13","scripts":{},"_shasum":"8d6a590d3d91af6cdda0a87618b3cee970e55746","_from":".","_npmVersion":"3.3.10","_nodeVersion":"4.1.0","_npmUser":{"name":"sebmck","email":"sebmck@gmail.com"},"dist":{"shasum":"8d6a590d3d91af6cdda0a87618b3cee970e55746","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.3.13.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"directories":{}},"6.5.0":{"name":"babel-plugin-transform-strict-mode","version":"6.5.0","description":"TODO","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^5.0.0","babel-types":"^6.3.13"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.3.13"},"_id":"babel-plugin-transform-strict-mode@6.5.0","scripts":{},"_shasum":"89b0181ad4654a4ffbc43a3e2804d4838e2d76cf","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.1.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"89b0181ad4654a4ffbc43a3e2804d4838e2d76cf","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.5.0.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-strict-mode-6.5.0.tgz_1454803695371_0.8118309753481299"},"directories":{}},"6.5.0-1":{"name":"babel-plugin-transform-strict-mode","version":"6.5.0-1","description":"TODO","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^5.0.0","babel-types":"^6.5.0-1"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.5.0-1"},"_id":"babel-plugin-transform-strict-mode@6.5.0-1","scripts":{},"_shasum":"cca0e2abe5175ece5974fe0a8bc872bb6e9ea7d6","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.1.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"cca0e2abe5175ece5974fe0a8bc872bb6e9ea7d6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.5.0-1.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-strict-mode-6.5.0-1.tgz_1454812897090_0.08007045346312225"},"directories":{}},"6.5.2":{"name":"babel-plugin-transform-strict-mode","version":"6.5.2","description":"TODO","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^5.0.0","babel-types":"^6.5.2"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.3.13"},"_id":"babel-plugin-transform-strict-mode@6.5.2","scripts":{},"_shasum":"8c86e7566492a4832dc2518ef81f536fb3177e8e","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.1.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"8c86e7566492a4832dc2518ef81f536fb3177e8e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.5.2.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-strict-mode-6.5.2.tgz_1455294620229_0.46287342137657106"},"directories":{}},"6.6.4":{"name":"babel-plugin-transform-strict-mode","version":"6.6.4","description":"TODO","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^5.0.0","babel-types":"^6.6.4"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.3.13"},"_id":"babel-plugin-transform-strict-mode@6.6.4","scripts":{},"_shasum":"df49dce03bcce5ab89c520ac225f32b6dd575ee0","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.1.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"df49dce03bcce5ab89c520ac225f32b6dd575ee0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.6.4.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-strict-mode-6.6.4.tgz_1456954196092_0.4350604161154479"},"directories":{}},"6.6.5":{"name":"babel-plugin-transform-strict-mode","version":"6.6.5","description":"TODO","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^5.0.0","babel-types":"^6.6.5"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.3.13"},"_id":"babel-plugin-transform-strict-mode@6.6.5","scripts":{},"_shasum":"23c5a8b9af75609d1422ef16e13c96dec29a025f","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.1.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"23c5a8b9af75609d1422ef16e13c96dec29a025f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.6.5.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-strict-mode-6.6.5.tgz_1457133429788_0.5075037514325231"},"directories":{}},"6.8.0":{"name":"babel-plugin-transform-strict-mode","version":"6.8.0","description":"TODO","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^6.0.0","babel-types":"^6.8.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.8.0"},"_id":"babel-plugin-transform-strict-mode@6.8.0","scripts":{},"_shasum":"c0ce6620cb5f2c1fb102b20f65741155cabc444a","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.1.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"dist":{"shasum":"c0ce6620cb5f2c1fb102b20f65741155cabc444a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.8.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-strict-mode-6.8.0.tgz_1462232718765_0.16713663563132286"},"directories":{}},"6.11.3":{"name":"babel-plugin-transform-strict-mode","version":"6.11.3","description":"TODO","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^6.0.0","babel-types":"^6.8.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.8.0"},"_id":"babel-plugin-transform-strict-mode@6.11.3","scripts":{},"_shasum":"183741325126bc7ec9cf4c0fc257d3e7ca5afd40","_from":".","_npmVersion":"3.10.3","_nodeVersion":"5.11.1","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"183741325126bc7ec9cf4c0fc257d3e7ca5afd40","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.11.3.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-strict-mode-6.11.3.tgz_1468377240112_0.273214461049065"},"directories":{}},"6.18.0":{"name":"babel-plugin-transform-strict-mode","version":"6.18.0","description":"This plugin places a 'use strict'; directive at the top of all files to enable strict mode","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^6.0.0","babel-types":"^6.18.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.18.0"},"_id":"babel-plugin-transform-strict-mode@6.18.0","scripts":{},"_shasum":"df7cf2991fe046f44163dcd110d5ca43bc652b9d","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"df7cf2991fe046f44163dcd110d5ca43bc652b9d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.18.0.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-strict-mode-6.18.0.tgz_1477343948881_0.8199489524122328"},"directories":{}},"6.22.0":{"name":"babel-plugin-transform-strict-mode","version":"6.22.0","description":"This plugin places a 'use strict'; directive at the top of all files to enable strict mode","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^6.22.0","babel-types":"^6.22.0"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.22.0"},"_id":"babel-plugin-transform-strict-mode@6.22.0","scripts":{},"_shasum":"e008df01340fdc87e959da65991b7e05970c8c7c","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"e008df01340fdc87e959da65991b7e05970c8c7c","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.22.0.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-strict-mode-6.22.0.tgz_1484872458665_0.5749407296534628"},"directories":{}},"7.0.0-alpha.1":{"name":"babel-plugin-transform-strict-mode","version":"7.0.0-alpha.1","description":"This plugin places a 'use strict'; directive at the top of all files to enable strict mode","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.1"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.1"},"_id":"babel-plugin-transform-strict-mode@7.0.0-alpha.1","scripts":{},"_shasum":"b3a54d381d15ff6573073770bad2417f80ea36c4","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"b3a54d381d15ff6573073770bad2417f80ea36c4","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.1.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-strict-mode-7.0.0-alpha.1.tgz_1488488730279_0.6238522960338742"},"directories":{}},"7.0.0-alpha.3":{"name":"babel-plugin-transform-strict-mode","version":"7.0.0-alpha.3","description":"This plugin places a 'use strict'; directive at the top of all files to enable strict mode","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.3"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.3"},"_id":"babel-plugin-transform-strict-mode@7.0.0-alpha.3","scripts":{},"_shasum":"308068db94074f368eac190a854ebaf43118e03f","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"308068db94074f368eac190a854ebaf43118e03f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.3.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-strict-mode-7.0.0-alpha.3.tgz_1490298575027_0.3481744115706533"},"directories":{}},"7.0.0-alpha.7":{"name":"babel-plugin-transform-strict-mode","version":"7.0.0-alpha.7","description":"This plugin places a 'use strict'; directive at the top of all files to enable strict mode","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.7"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.7"},"_id":"babel-plugin-transform-strict-mode@7.0.0-alpha.7","scripts":{},"_shasum":"90b2812844e8f2b47d4da4fb98e892fd214e4fe5","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"90b2812844e8f2b47d4da4fb98e892fd214e4fe5","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.7.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-strict-mode-7.0.0-alpha.7.tgz_1491426843982_0.5386848498601466"},"directories":{}},"6.24.1":{"name":"babel-plugin-transform-strict-mode","version":"6.24.1","description":"This plugin places a 'use strict'; directive at the top of all files to enable strict mode","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-runtime":"^6.22.0","babel-types":"^6.24.1"},"devDependencies":{"babel-helper-plugin-test-runner":"^6.24.1"},"_id":"babel-plugin-transform-strict-mode@6.24.1","scripts":{},"_shasum":"d5faf7aa578a65bbe591cf5edae04a0c67020758","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"d5faf7aa578a65bbe591cf5edae04a0c67020758","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-strict-mode-6.24.1.tgz_1491578349467_0.8609954498242587"},"directories":{}},"7.0.0-alpha.8":{"name":"babel-plugin-transform-strict-mode","version":"7.0.0-alpha.8","description":"This plugin places a 'use strict'; directive at the top of all files to enable strict mode","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.7"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.8"},"_id":"babel-plugin-transform-strict-mode@7.0.0-alpha.8","scripts":{},"_shasum":"de4b3f408f1623d9ab0438d959200adca6ba66ad","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"de4b3f408f1623d9ab0438d959200adca6ba66ad","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.8.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-strict-mode-7.0.0-alpha.8.tgz_1492456376050_0.9897676617838442"},"directories":{}},"7.0.0-alpha.9":{"name":"babel-plugin-transform-strict-mode","version":"7.0.0-alpha.9","description":"This plugin places a 'use strict'; directive at the top of all files to enable strict mode","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.9"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.9"},"_id":"babel-plugin-transform-strict-mode@7.0.0-alpha.9","scripts":{},"_shasum":"ae40edc8cf49ba2a7a57b12517970e4c1fedc471","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"ae40edc8cf49ba2a7a57b12517970e4c1fedc471","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.9.tgz"},"maintainers":[{"name":"amasad","email":"amjad.masad@gmail.com"},{"name":"hzoo","email":"hi@henryzoo.com"},{"name":"jmm","email":"npm-public@jessemccarthy.net"},{"name":"loganfsmyth","email":"loganfsmyth@gmail.com"},{"name":"sebmck","email":"sebmck@gmail.com"},{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/babel-plugin-transform-strict-mode-7.0.0-alpha.9.tgz_1492526525712_0.5440618207212538"},"directories":{}},"7.0.0-alpha.10":{"name":"babel-plugin-transform-strict-mode","version":"7.0.0-alpha.10","description":"This plugin places a 'use strict'; directive at the top of all files to enable strict mode","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.10"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.10"},"_id":"babel-plugin-transform-strict-mode@7.0.0-alpha.10","scripts":{},"_shasum":"36272cd1c2f5c891d359f88373e996ee6bc07d46","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"36272cd1c2f5c891d359f88373e996ee6bc07d46","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.10.tgz"},"maintainers":[{"email":"daniel@tschinder.de","name":"danez"},{"email":"hi@henryzoo.com","name":"hzoo"},{"email":"loganfsmyth@gmail.com","name":"loganfsmyth"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-strict-mode-7.0.0-alpha.10.tgz_1495739854693_0.19318768358789384"},"directories":{}},"7.0.0-alpha.11":{"name":"babel-plugin-transform-strict-mode","version":"7.0.0-alpha.11","description":"This plugin places a 'use strict'; directive at the top of all files to enable strict mode","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.11"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.11"},"_id":"babel-plugin-transform-strict-mode@7.0.0-alpha.11","_npmVersion":"5.0.0","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-AKPFSsFN3YGHWFgRQaXiQJaS9m1zIrO0POvhw6F8YWF3GyVuHdSUMtczpzx8Jsb3LNZ5CbBTU42HGWMKu59zyg==","shasum":"38ac63b7b48ebdfcbaf559b1105849c45f56e64f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.11.tgz"},"maintainers":[{"email":"sebmck@gmail.com","name":"sebmck"},{"email":"daniel@tschinder.de","name":"danez"},{"email":"hi@henryzoo.com","name":"hzoo"},{"email":"loganfsmyth@gmail.com","name":"loganfsmyth"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-strict-mode-7.0.0-alpha.11.tgz_1496263427819_0.46966535900719464"},"directories":{}},"7.0.0-alpha.12":{"name":"babel-plugin-transform-strict-mode","version":"7.0.0-alpha.12","description":"This plugin places a 'use strict'; directive at the top of all files to enable strict mode","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.12"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.12"},"_id":"babel-plugin-transform-strict-mode@7.0.0-alpha.12","_npmVersion":"5.0.0","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-Cqg+FjvN6JfTQzxYDtgAcoRcO+el/OOw57KjxfqMUikItf8loymqm8LLKk+1Qme63jRZA/i/Sm+Qv/iNSdO/Ug==","shasum":"b6e64a2cb89705ceea244052e8d51e43207e13fc","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.12.tgz"},"maintainers":[{"email":"sebmck@gmail.com","name":"sebmck"},{"email":"daniel@tschinder.de","name":"danez"},{"email":"hi@henryzoo.com","name":"hzoo"},{"email":"loganfsmyth@gmail.com","name":"loganfsmyth"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-strict-mode-7.0.0-alpha.12.tgz_1496265122370_0.6730835824273527"},"directories":{}},"7.0.0-alpha.14":{"name":"babel-plugin-transform-strict-mode","version":"7.0.0-alpha.14","description":"This plugin places a 'use strict'; directive at the top of all files to enable strict mode","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.14"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.14"},"_id":"babel-plugin-transform-strict-mode@7.0.0-alpha.14","scripts":{},"_shasum":"a9fb56ae745a29e677ee9bb33569d9446bdcdff3","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"a9fb56ae745a29e677ee9bb33569d9446bdcdff3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.14.tgz"},"maintainers":[{"email":"sebmck@gmail.com","name":"sebmck"},{"email":"daniel@tschinder.de","name":"danez"},{"email":"hi@henryzoo.com","name":"hzoo"},{"email":"loganfsmyth@gmail.com","name":"loganfsmyth"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-strict-mode-7.0.0-alpha.14.tgz_1499828031602_0.48669277247972786"},"directories":{}},"7.0.0-alpha.15":{"name":"babel-plugin-transform-strict-mode","version":"7.0.0-alpha.15","description":"This plugin places a 'use strict'; directive at the top of all files to enable strict mode","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.15"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.15"},"_id":"babel-plugin-transform-strict-mode@7.0.0-alpha.15","scripts":{},"_shasum":"90bc45273b1835e9d8817e3da0a5b7f276455c6f","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"90bc45273b1835e9d8817e3da0a5b7f276455c6f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.15.tgz"},"maintainers":[{"email":"sebmck@gmail.com","name":"sebmck"},{"email":"daniel@tschinder.de","name":"danez"},{"email":"hi@henryzoo.com","name":"hzoo"},{"email":"loganfsmyth@gmail.com","name":"loganfsmyth"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-strict-mode-7.0.0-alpha.15.tgz_1499830565964_0.2502654066774994"},"directories":{}},"7.0.0-alpha.16":{"name":"babel-plugin-transform-strict-mode","version":"7.0.0-alpha.16","description":"This plugin places a 'use strict'; directive at the top of all files to enable strict mode","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.16"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.16"},"_id":"babel-plugin-transform-strict-mode@7.0.0-alpha.16","scripts":{},"_shasum":"914cd9137557f3ac99696b9d827fb46fb8fa329d","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"914cd9137557f3ac99696b9d827fb46fb8fa329d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.16.tgz"},"maintainers":[{"email":"sebmck@gmail.com","name":"sebmck"},{"email":"daniel@tschinder.de","name":"danez"},{"email":"hi@henryzoo.com","name":"hzoo"},{"email":"loganfsmyth@gmail.com","name":"loganfsmyth"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-strict-mode-7.0.0-alpha.16.tgz_1501017481034_0.9153669497463852"},"directories":{}},"7.0.0-alpha.17":{"name":"babel-plugin-transform-strict-mode","version":"7.0.0-alpha.17","description":"This plugin places a 'use strict'; directive at the top of all files to enable strict mode","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.17"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.17"},"_id":"babel-plugin-transform-strict-mode@7.0.0-alpha.17","scripts":{},"_shasum":"4b0e618c946b0bc0446f2e80d532ac190cf805ec","_from":".","_npmVersion":"4.6.1","_nodeVersion":"6.9.0","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"shasum":"4b0e618c946b0bc0446f2e80d532ac190cf805ec","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.17.tgz"},"maintainers":[{"email":"sebmck@gmail.com","name":"sebmck"},{"email":"daniel@tschinder.de","name":"danez"},{"email":"hi@henryzoo.com","name":"hzoo"},{"email":"loganfsmyth@gmail.com","name":"loganfsmyth"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-strict-mode-7.0.0-alpha.17.tgz_1501072773048_0.7752617644146085"},"directories":{}},"7.0.0-alpha.18":{"name":"babel-plugin-transform-strict-mode","version":"7.0.0-alpha.18","description":"This plugin places a 'use strict'; directive at the top of all files to enable strict mode","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.18"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.18"},"_id":"babel-plugin-transform-strict-mode@7.0.0-alpha.18","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-WxcODjSDBe3mDvamqUbE+mqFUJB4qVsODZW4TxBJCCjO8CWDa0TfurnWSNiQtN48a/weieMK4OmWh4RmRZo56w==","shasum":"47c84c67ccef90290791496caf26fd2ecfc23c3e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.18.tgz"},"maintainers":[{"email":"me@thejameskyle.com","name":"thejameskyle"},{"email":"sebmck@gmail.com","name":"sebmck"},{"email":"daniel@tschinder.de","name":"danez"},{"email":"hi@henryzoo.com","name":"hzoo"},{"email":"loganfsmyth@gmail.com","name":"loganfsmyth"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-strict-mode-7.0.0-alpha.18.tgz_1501798873351_0.2696349606849253"},"directories":{}},"7.0.0-alpha.19":{"name":"babel-plugin-transform-strict-mode","version":"7.0.0-alpha.19","description":"This plugin places a 'use strict'; directive at the top of all files to enable strict mode","repository":{"type":"git","url":"https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-strict-mode"},"license":"MIT","main":"lib/index.js","keywords":["babel-plugin"],"dependencies":{"babel-types":"7.0.0-alpha.19"},"devDependencies":{"babel-helper-plugin-test-runner":"7.0.0-alpha.19"},"_id":"babel-plugin-transform-strict-mode@7.0.0-alpha.19","_npmVersion":"5.3.0","_nodeVersion":"8.1.4","_npmUser":{"name":"hzoo","email":"hi@henryzoo.com"},"dist":{"integrity":"sha512-xVgVVUQrULvE2ZPtTu9uUYn7z9MC3IeVQ0gwogQzt1aYGm/e0wHvqAVXLyxBZBWMBkOSqoi1tnu58IgmcnP9OQ==","shasum":"e8f5fdcb8f71b00ec32e3e2ed88c0dcd4d949bfe","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.19.tgz"},"maintainers":[{"email":"me@thejameskyle.com","name":"thejameskyle"},{"email":"sebmck@gmail.com","name":"sebmck"},{"email":"daniel@tschinder.de","name":"danez"},{"email":"hi@henryzoo.com","name":"hzoo"},{"email":"loganfsmyth@gmail.com","name":"loganfsmyth"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-plugin-transform-strict-mode-7.0.0-alpha.19.tgz_1502144513541_0.8224237840622663"},"directories":{}}},"name":"babel-plugin-transform-strict-mode","time":{"modified":"2017-08-07T22:21:53.620Z","created":"2015-10-29T18:21:18.999Z","6.0.2":"2015-10-29T18:21:18.999Z","6.0.14":"2015-10-30T23:42:50.371Z","6.0.15":"2015-11-01T22:10:36.415Z","6.1.2":"2015-11-05T11:11:51.051Z","6.1.4":"2015-11-11T10:43:10.626Z","6.1.17":"2015-11-12T21:43:34.305Z","6.1.18":"2015-11-12T21:52:41.925Z","6.2.0":"2015-11-19T04:34:28.986Z","6.2.4":"2015-11-25T03:15:35.669Z","6.3.13":"2015-12-04T12:00:42.465Z","6.5.0":"2016-02-07T00:08:16.588Z","6.5.0-1":"2016-02-07T02:41:38.252Z","6.5.2":"2016-02-12T16:30:23.619Z","6.6.4":"2016-03-02T21:29:58.700Z","6.6.5":"2016-03-04T23:17:12.994Z","6.8.0":"2016-05-02T23:45:19.876Z","6.11.3":"2016-07-13T02:34:02.786Z","6.18.0":"2016-10-24T21:19:10.643Z","6.22.0":"2017-01-20T00:34:19.296Z","7.0.0-alpha.1":"2017-03-02T21:05:30.983Z","7.0.0-alpha.3":"2017-03-23T19:49:35.267Z","7.0.0-alpha.7":"2017-04-05T21:14:05.956Z","6.24.1":"2017-04-07T15:19:11.356Z","7.0.0-alpha.8":"2017-04-17T19:12:56.309Z","7.0.0-alpha.9":"2017-04-18T14:42:07.580Z","7.0.0-alpha.10":"2017-05-25T19:17:35.533Z","7.0.0-alpha.11":"2017-05-31T20:43:47.982Z","7.0.0-alpha.12":"2017-05-31T21:12:02.537Z","7.0.0-alpha.14":"2017-07-12T02:53:52.600Z","7.0.0-alpha.15":"2017-07-12T03:36:06.957Z","7.0.0-alpha.16":"2017-07-25T21:18:02.044Z","7.0.0-alpha.17":"2017-07-26T12:39:34.646Z","7.0.0-alpha.18":"2017-08-03T22:21:13.417Z","7.0.0-alpha.19":"2017-08-07T22:21:53.620Z"},"readmeFilename":"README.md"}