UNPKG

babel-plugin-wind

Version:

A plugin of babel to cherry-pick wind modules

32 lines (31 loc) 723 B
{ "name": "babel-plugin-wind", "version": "1.0.14", "description": "A plugin of babel to cherry-pick wind modules", "main": "src/index.js", "scripts": { "test": "jest" }, "keywords": [ "wind", "babel", "plugin", "cherry-pick" ], "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/types": "^7.3.0", "lodash": "^4.17.5" }, "devDependencies": { "@babel/core": "^7.2.2", "@babel/plugin-syntax-jsx": "^7.2.0", "@babel/plugin-transform-runtime": "^7.2.0", "@babel/preset-env": "^7.3.1", "@babel/types": "^7.3.0", "glob": "^7.1.2", "jest": "^22.4.2" }, "gitHead": "a41ba2f44030878f56ae37411c242685dc4bfc6e" }