UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

21 lines (20 loc) 495 B
{ "name": "@babel/plugin-syntax-dynamic-import", "version": "7.0.0", "description": "Allow parsing of import()", "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import", "license": "MIT", "main": "lib/index.js", "keywords": [ "babel-plugin" ], "dependencies": { "@babel/helper-plugin-utils": "^7.0.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { "@babel/core": "^7.0.0" } }