UNPKG

543 BJSONView Raw
1{
2 "name": "babel-types",
3 "version": "6.21.0",
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 "babel-runtime": "^6.20.0",
12 "esutils": "^2.0.2",
13 "lodash": "^4.2.0",
14 "to-fast-properties": "^1.0.1"
15 },
16 "devDependencies": {
17 "babylon": "^6.8.2"
18 }
19}