|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
813 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "@babel/helpers",
|
|---|
| 3 | "version": "7.29.2",
|
|---|
| 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.28.6",
|
|---|
| 19 | "@babel/types": "^7.29.0"
|
|---|
| 20 | },
|
|---|
| 21 | "devDependencies": {
|
|---|
| 22 | "@babel/generator": "^7.29.1",
|
|---|
| 23 | "@babel/helper-plugin-test-runner": "^7.27.1",
|
|---|
| 24 | "@babel/parser": "^7.29.2",
|
|---|
| 25 | "regenerator-runtime": "^0.14.0"
|
|---|
| 26 | },
|
|---|
| 27 | "engines": {
|
|---|
| 28 | "node": ">=6.9.0"
|
|---|
| 29 | },
|
|---|
| 30 | "type": "commonjs"
|
|---|
| 31 | } |
|---|
Note:
See
TracBrowser
for help on using the repository browser.