Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
953 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "@babel/helper-module-transforms",
|
---|
| 3 | "version": "7.15.8",
|
---|
| 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-module-imports": "^7.15.4",
|
---|
| 19 | "@babel/helper-replace-supers": "^7.15.4",
|
---|
| 20 | "@babel/helper-simple-access": "^7.15.4",
|
---|
| 21 | "@babel/helper-split-export-declaration": "^7.15.4",
|
---|
| 22 | "@babel/helper-validator-identifier": "^7.15.7",
|
---|
| 23 | "@babel/template": "^7.15.4",
|
---|
| 24 | "@babel/traverse": "^7.15.4",
|
---|
| 25 | "@babel/types": "^7.15.6"
|
---|
| 26 | },
|
---|
| 27 | "engines": {
|
---|
| 28 | "node": ">=6.9.0"
|
---|
| 29 | }
|
---|
| 30 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.