19 lines
492 B
JSON
19 lines
492 B
JSON
{
|
|
"name": "babel-plugin-transform-object-assign",
|
|
"version": "6.3.13",
|
|
"description": "Replace Object.assign with an inline helper",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-assign",
|
|
"author": "Jed Watson",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"babel-runtime": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-helper-plugin-test-runner": "^6.3.13"
|
|
}
|
|
}
|