@tdb/web
Version:
Common condiguration for serving a web-site and testing web-based UI components.
22 lines (21 loc) • 597 B
JSON
{
"name": "@babel/helpers",
"version": "7.1.5",
"description": "Collection of helper functions used by Babel transforms.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
"main": "lib/index.js",
"dependencies": {
"@babel/template": "^7.1.2",
"@babel/traverse": "^7.1.5",
"@babel/types": "^7.1.5"
},
"devDependencies": {
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}