UNPKG

847 BJSONView Raw
1{
2 "name": "@babel/helpers",
3 "version": "7.24.0",
4 "description": "Collection of helper functions used by Babel transforms.",
5 "author": "The Babel Team (https://babel.dev/team)",
6 "homepage": "https://babel.dev/docs/en/next/babel-helpers",
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-helpers"
15 },
16 "main": "./lib/index.js",
17 "dependencies": {
18 "@babel/template": "^7.24.0",
19 "@babel/traverse": "^7.24.0",
20 "@babel/types": "^7.24.0"
21 },
22 "devDependencies": {
23 "@babel/generator": "^7.23.6",
24 "@babel/helper-plugin-test-runner": "^7.22.5",
25 "@babel/parser": "^7.24.0",
26 "regenerator-runtime": "^0.14.0"
27 },
28 "engines": {
29 "node": ">=6.9.0"
30 },
31 "type": "commonjs"
32}
\No newline at end of file