UNPKG

981 BJSONView Raw
1{
2 "name": "@babel/helper-module-transforms",
3 "version": "7.19.0",
4 "description": "Babel helper functions for implementing ES6 module transformations",
5 "author": "The Babel Team (https://babel.dev/team)",
6 "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
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-helper-module-transforms"
15 },
16 "main": "./lib/index.js",
17 "dependencies": {
18 "@babel/helper-environment-visitor": "^7.18.9",
19 "@babel/helper-module-imports": "^7.18.6",
20 "@babel/helper-simple-access": "^7.18.6",
21 "@babel/helper-split-export-declaration": "^7.18.6",
22 "@babel/helper-validator-identifier": "^7.18.6",
23 "@babel/template": "^7.18.10",
24 "@babel/traverse": "^7.19.0",
25 "@babel/types": "^7.19.0"
26 },
27 "engines": {
28 "node": ">=6.9.0"
29 },
30 "type": "commonjs"
31}
\No newline at end of file