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

29 lines
722 B
JSON

{
"name": "babel-generator",
"version": "6.8.0",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-generator",
"main": "lib/index.js",
"files": [
"lib"
],
"dependencies": {
"babel-messages": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-types": "^6.8.0",
"detect-indent": "^3.0.1",
"is-integer": "^1.0.4",
"lodash": "^4.2.0",
"repeating": "^1.1.3",
"source-map": "^0.5.0",
"trim-right": "^1.0.1"
},
"devDependencies": {
"babel-helper-fixtures": "^6.8.0",
"babylon": "^6.7.0"
}
}