15 lines
434 B
JSON
15 lines
434 B
JSON
{
|
|
"name": "babel-plugin-transform-function-bind",
|
|
"version": "6.0.14",
|
|
"description": "Compile function bind operator to ES5",
|
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-bind",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"babel-plugin-syntax-function-bind": "^6.0.14",
|
|
"babel-runtime": "^5.0.0"
|
|
}
|
|
} |