UNPKG

babel-plugin-async-import

Version:
43 lines (42 loc) 998 B
{ "name": "babel-plugin-async-import", "version": "2.1.0", "description": "Platform-agnostic asynchronous imports", "homepage": "https://github.com/bernardmcmanus/babel-plugin-async-import", "license": "BSD-3-Clause", "author": { "name": "Bernard McManus", "email": "bernard.mcmanus.iv@gmail.com", "url": "https://github.com/bernardmcmanus" }, "keywords": [ "babel", "plugin", "import", "async", "dynamic", "optimization", "webpack" ], "repository": { "type": "git", "url": "https://github.com/bernardmcmanus/babel-plugin-async-import.git" }, "engines": { "node": ">=8", "npm": ">=6" }, "scripts": { "lint": "eslint . --ignore-path .gitignore", "pretest": "npm run lint" }, "dependencies": { "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/template": "^7.4.4" }, "devDependencies": { "babel-eslint": "^8.2.3", "eslint": "^4.6.1", "eslint-plugin-import": "^2.7.0" } }