{ "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": "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" } }