UNPKG

561 BJSONView Raw
1{
2 "name": "babel-code-frame",
3 "version": "6.1.11",
4 "description": "Generate errors that contain a code frame that point to source locations.",
5 "author": "Sebastian McKenzie <sebmck@gmail.com>",
6 "homepage": "https://babeljs.io/",
7 "license": "MIT",
8 "repository": "https://github.com/babel/babel/tree/master/packages/babel-code-frame",
9 "main": "lib/index.js",
10 "dependencies": {
11 "babel-runtime": "^5.0.0",
12 "chalk": "^1.1.0",
13 "esutils": "^2.0.2",
14 "js-tokens": "^1.0.1",
15 "line-numbers": "^0.2.0",
16 "repeating": "^1.1.3"
17 }
18}