source: imaps-frontend/node_modules/@babel/helper-module-transforms/package.json@ 0c6b92a

main
Last change on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago

Pred finalna verzija

  • Property mode set to 100644
File size: 874 bytes
RevLine 
[d565449]1{
2 "name": "@babel/helper-module-transforms",
[0c6b92a]3 "version": "7.26.0",
[d565449]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": {
[0c6b92a]18 "@babel/helper-module-imports": "^7.25.9",
19 "@babel/helper-validator-identifier": "^7.25.9",
20 "@babel/traverse": "^7.25.9"
[d565449]21 },
22 "devDependencies": {
[0c6b92a]23 "@babel/core": "^7.26.0"
[d565449]24 },
25 "peerDependencies": {
26 "@babel/core": "^7.0.0"
27 },
28 "engines": {
29 "node": ">=6.9.0"
30 },
31 "type": "commonjs"
32}
Note: See TracBrowser for help on using the repository browser.