Huáng Jùnliàng af64ccb2b0 v7.11.5
2020-08-31 15:54:06 -04:00

30 lines
753 B
JSON

{
"name": "@babel/plugin-proposal-function-bind",
"version": "7.11.5",
"description": "Compile function bind operator to ES5",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-proposal-function-bind"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/plugin-syntax-function-bind": "workspace:^7.10.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.11.5",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
}
}