UNPKG

524 BJSONView Raw
1{
2 "name": "babel-types",
3 "version": "7.0.0-alpha.3",
4 "description": "Babel Types is a Lodash-esque utility library for AST nodes",
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-types",
9 "main": "lib/index.js",
10 "dependencies": {
11 "esutils": "^2.0.2",
12 "lodash": "^4.2.0",
13 "to-fast-properties": "^1.0.1"
14 },
15 "devDependencies": {
16 "babylon": "7.0.0-beta.7"
17 }
18}