UNPKG

@tdb/web

Version:

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

18 lines (17 loc) 510 B
{ "name": "@babel/code-frame", "version": "7.0.0", "description": "Generate errors that contain a code frame that point to source locations.", "author": "Sebastian McKenzie <sebmck@gmail.com>", "homepage": "https://babeljs.io/", "license": "MIT", "repository": "https://github.com/babel/babel/tree/master/packages/babel-code-frame", "main": "lib/index.js", "dependencies": { "@babel/highlight": "^7.0.0" }, "devDependencies": { "chalk": "^2.0.0", "strip-ansi": "^4.0.0" } }