source: imaps-frontend/node_modules/@babel/helper-module-imports/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: 722 bytes
RevLine 
[d565449]1{
2 "name": "@babel/helper-module-imports",
[0c6b92a]3 "version": "7.25.9",
[d565449]4 "description": "Babel helper functions for inserting module loads",
5 "author": "The Babel Team (https://babel.dev/team)",
6 "homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
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-imports"
15 },
16 "main": "./lib/index.js",
17 "dependencies": {
[0c6b92a]18 "@babel/traverse": "^7.25.9",
19 "@babel/types": "^7.25.9"
[d565449]20 },
21 "devDependencies": {
[0c6b92a]22 "@babel/core": "^7.25.9"
[d565449]23 },
24 "engines": {
25 "node": ">=6.9.0"
26 },
27 "type": "commonjs"
28}
Note: See TracBrowser for help on using the repository browser.