UNPKG

1.15 kBJSONView Raw
1{
2 "name": "@babel/plugin-transform-modules-commonjs",
3 "version": "7.22.5",
4 "description": "This plugin transforms ES2015 modules to CommonJS",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/babel/babel.git",
8 "directory": "packages/babel-plugin-transform-modules-commonjs"
9 },
10 "license": "MIT",
11 "publishConfig": {
12 "access": "public"
13 },
14 "main": "./lib/index.js",
15 "dependencies": {
16 "@babel/helper-module-transforms": "^7.22.5",
17 "@babel/helper-plugin-utils": "^7.22.5",
18 "@babel/helper-simple-access": "^7.22.5"
19 },
20 "keywords": [
21 "babel-plugin"
22 ],
23 "peerDependencies": {
24 "@babel/core": "^7.0.0-0"
25 },
26 "devDependencies": {
27 "@babel/core": "^7.22.5",
28 "@babel/helper-plugin-test-runner": "^7.22.5",
29 "@babel/plugin-external-helpers": "^7.22.5",
30 "@babel/plugin-syntax-class-static-block": "^7.14.5",
31 "@babel/plugin-syntax-object-rest-spread": "^7.8.3"
32 },
33 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs",
34 "engines": {
35 "node": ">=6.9.0"
36 },
37 "author": "The Babel Team (https://babel.dev/team)",
38 "type": "commonjs"
39}
\No newline at end of file