15 lines
355 B
JSON
15 lines
355 B
JSON
{
|
|
"name": "babel-plugin-transform-function-bind",
|
|
"version": "6.0.2",
|
|
"description": "Compile function bind operator to ES5",
|
|
"repository": "babel/babel",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"babel-plugin-syntax-function-bind": "^6.0.2",
|
|
"babel-runtime": "^6.0.2"
|
|
}
|
|
} |