{ "name": "babel-plugin-transform-proto-to-assign", "version": "6.9.0", "description": "Babel plugin for turning __proto__ into a shallow property clone", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-proto-to-assign", "license": "MIT", "main": "lib/index.js", "keywords": [ "babel-plugin" ], "dependencies": { "babel-runtime": "^6.9.0", "lodash": "^4.2.0" }, "devDependencies": { "babel-helper-plugin-test-runner": "^6.8.0" } }