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:
1.1 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "@babel/plugin-transform-modules-systemjs",
|
---|
| 3 | "version": "7.15.4",
|
---|
| 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-hoist-variables": "^7.15.4",
|
---|
| 17 | "@babel/helper-module-transforms": "^7.15.4",
|
---|
| 18 | "@babel/helper-plugin-utils": "^7.14.5",
|
---|
| 19 | "@babel/helper-validator-identifier": "^7.14.9",
|
---|
| 20 | "babel-plugin-dynamic-import-node": "^2.3.3"
|
---|
| 21 | },
|
---|
| 22 | "keywords": [
|
---|
| 23 | "babel-plugin"
|
---|
| 24 | ],
|
---|
| 25 | "peerDependencies": {
|
---|
| 26 | "@babel/core": "^7.0.0-0"
|
---|
| 27 | },
|
---|
| 28 | "devDependencies": {
|
---|
| 29 | "@babel/core": "7.15.4",
|
---|
| 30 | "@babel/helper-plugin-test-runner": "7.14.5",
|
---|
| 31 | "@babel/plugin-syntax-dynamic-import": "^7.8.3"
|
---|
| 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 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.