split up babel core into multiple modules
This commit is contained in:
17
packages/babel-code-frame/package.json
Normal file
17
packages/babel-code-frame/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "babel-code-frame",
|
||||
"version": "5.8.22",
|
||||
"description": "",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
"license": "MIT",
|
||||
"repository": "babel/babel",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
"chalk": "^1.1.0",
|
||||
"esutils": "^2.0.2",
|
||||
"js-tokens": "^1.0.1",
|
||||
"line-numbers": "^0.2.0",
|
||||
"repeating": "^1.1.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user