2015-09-15 06:12:46 +01:00

16 lines
359 B
JSON

{
"name": "babel-plugin-transform-proto-to-assign",
"version": "1.0.4",
"description": "Babel plugin for turning __proto__ into a shallow property clone",
"repository": "babel/babel",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"babel-runtime": "^5.8.20",
"lodash": "^3.9.3"
}
}