UNPKG

579 BJSONView Raw
1{
2 "name": "babel-types",
3 "version": "6.26.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.26.0",
12 "esutils": "^2.0.2",
13 "lodash": "^4.17.4",
14 "to-fast-properties": "^1.0.3"
15 },
16 "devDependencies": {
17 "babel-generator": "^6.26.0",
18 "babylon": "^6.18.0"
19 }
20}