123456789101112131415161718 |
- {
- "name": "babel-plugin-transform-function-bind",
- "version": "6.22.0",
- "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.8.0",
- "babel-runtime": "^6.22.0"
- },
- "devDependencies": {
- "babel-helper-plugin-test-runner": "^6.22.0"
- }
- }
|