main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[79a0317] | 1 | {
|
---|
| 2 | "name": "@babel/plugin-transform-modules-systemjs",
|
---|
| 3 | "version": "7.25.9",
|
---|
| 4 | "description": "This plugin transforms ES2015 modules to SystemJS",
|
---|
| 5 | "repository": {
|
---|
| 6 | "type": "git",
|
---|
| 7 | "url": "https://github.com/babel/babel.git",
|
---|
| 8 | "directory": "packages/babel-plugin-transform-modules-systemjs"
|
---|
| 9 | },
|
---|
| 10 | "license": "MIT",
|
---|
| 11 | "publishConfig": {
|
---|
| 12 | "access": "public"
|
---|
| 13 | },
|
---|
| 14 | "main": "./lib/index.js",
|
---|
| 15 | "dependencies": {
|
---|
| 16 | "@babel/helper-module-transforms": "^7.25.9",
|
---|
| 17 | "@babel/helper-plugin-utils": "^7.25.9",
|
---|
| 18 | "@babel/helper-validator-identifier": "^7.25.9",
|
---|
| 19 | "@babel/traverse": "^7.25.9"
|
---|
| 20 | },
|
---|
| 21 | "keywords": [
|
---|
| 22 | "babel-plugin"
|
---|
| 23 | ],
|
---|
| 24 | "peerDependencies": {
|
---|
| 25 | "@babel/core": "^7.0.0-0"
|
---|
| 26 | },
|
---|
| 27 | "devDependencies": {
|
---|
| 28 | "@babel/core": "^7.25.9",
|
---|
| 29 | "@babel/helper-plugin-test-runner": "^7.25.9",
|
---|
| 30 | "@babel/helper-transform-fixture-test-runner": "^7.25.9",
|
---|
| 31 | "core-js": "^3.35.0"
|
---|
| 32 | },
|
---|
| 33 | "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs",
|
---|
| 34 | "engines": {
|
---|
| 35 | "node": ">=6.9.0"
|
---|
| 36 | },
|
---|
| 37 | "author": "The Babel Team (https://babel.dev/team)",
|
---|
| 38 | "type": "commonjs"
|
---|
| 39 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.