UNPKG

463 BJSONView Raw
1{
2 "name": "babel-types",
3 "version": "6.5.0",
4 "description": "",
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 "babel-runtime": "^5.0.0",
12 "babel-traverse": "^6.4.5",
13 "esutils": "^2.0.2",
14 "lodash": "^3.10.1",
15 "to-fast-properties": "^1.0.1"
16 }
17}