UNPKG

555 BJSONView Raw
1{
2 "name": "babel-plugin-transform-es2015-modules-commonjs",
3 "version": "6.2.0",
4 "description": "",
5 "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-commonjs",
6 "license": "MIT",
7 "main": "lib/index.js",
8 "dependencies": {
9 "babel-types": "^6.2.0",
10 "babel-runtime": "^5.0.0",
11 "babel-template": "^6.2.0",
12 "babel-plugin-transform-strict-mode": "^6.2.0"
13 },
14 "keywords": [
15 "babel-plugin"
16 ],
17 "devDependencies": {
18 "babel-helper-plugin-test-runner": "^6.1.18"
19 }
20}