aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-plugin-transform-strict-mode/package.json
blob: da1f871793946c8720978b3b7c34bc9d98a7cd52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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": "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"
  }
}