Jordan Klassen dc1f40540d Upgrade to lodash 4 (#3315)
* Upgrade to lodash 4

* Fix incorrect require in babel-runtime/scripts

* Replace cloneDeep with cloneDeepWith where applicable
2016-05-13 17:15:14 -04:00

22 lines
603 B
JSON

{
"name": "babel-plugin-transform-es2015-block-scoping",
"version": "6.8.0",
"description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoping",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-traverse": "^6.8.0",
"babel-types": "^6.8.0",
"babel-template": "^6.8.0",
"lodash": "^4.2.0",
"babel-runtime": "^6.0.0"
},
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.8.0"
}
}