36 lines
869 B
JSON
36 lines
869 B
JSON
{
|
|
"name": "@babel/types",
|
|
"version": "7.12.11",
|
|
"description": "Babel Types is a Lodash-esque utility library for AST nodes",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-types"
|
|
},
|
|
"main": "lib/index.js",
|
|
"typesVersions": {
|
|
"<3.7": {
|
|
"lib/index.d.ts": [
|
|
"lib/index-ts3.7.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@babel/helper-validator-identifier": "workspace:^7.12.11",
|
|
"lodash": "^4.17.19",
|
|
"to-fast-properties": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/generator": "workspace:*",
|
|
"@babel/parser": "workspace:*",
|
|
"@types/lodash": "^4.14.162",
|
|
"chalk": "^4.1.0"
|
|
}
|
|
}
|