UNPKG

710 BJSONView Raw
1{
2 "name": "@babel/types",
3 "version": "7.11.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 "publishConfig": {
9 "access": "public"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/babel/babel.git",
14 "directory": "packages/babel-types"
15 },
16 "main": "lib/index.js",
17 "types": "lib/index.d.ts",
18 "dependencies": {
19 "@babel/helper-validator-identifier": "^7.10.4",
20 "lodash": "^4.17.19",
21 "to-fast-properties": "^2.0.0"
22 },
23 "devDependencies": {
24 "@babel/generator": "^7.11.0",
25 "@babel/parser": "^7.11.0"
26 }
27}