1 | {
|
---|
2 | "_from": "@babel/plugin-transform-modules-systemjs@^7.14.5",
|
---|
3 | "_id": "@babel/plugin-transform-modules-systemjs@7.16.0",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-yuGBaHS3lF1m/5R+6fjIke64ii5luRUg97N2wr+z1sF0V+sNSXPxXDdEEL/iYLszsN5VKxVB1IPfEqhzVpiqvg==",
|
---|
6 | "_location": "/@babel/plugin-transform-modules-systemjs",
|
---|
7 | "_phantomChildren": {
|
---|
8 | "@babel/helper-validator-identifier": "7.15.7",
|
---|
9 | "chalk": "2.4.2",
|
---|
10 | "debug": "4.3.2",
|
---|
11 | "globals": "11.12.0",
|
---|
12 | "js-tokens": "4.0.0",
|
---|
13 | "jsesc": "2.5.2",
|
---|
14 | "to-fast-properties": "2.0.0"
|
---|
15 | },
|
---|
16 | "_requested": {
|
---|
17 | "type": "range",
|
---|
18 | "registry": true,
|
---|
19 | "raw": "@babel/plugin-transform-modules-systemjs@^7.14.5",
|
---|
20 | "name": "@babel/plugin-transform-modules-systemjs",
|
---|
21 | "escapedName": "@babel%2fplugin-transform-modules-systemjs",
|
---|
22 | "scope": "@babel",
|
---|
23 | "rawSpec": "^7.14.5",
|
---|
24 | "saveSpec": null,
|
---|
25 | "fetchSpec": "^7.14.5"
|
---|
26 | },
|
---|
27 | "_requiredBy": [
|
---|
28 | "/@babel/preset-env"
|
---|
29 | ],
|
---|
30 | "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.0.tgz",
|
---|
31 | "_shasum": "a92cf240afeb605f4ca16670453024425e421ea4",
|
---|
32 | "_spec": "@babel/plugin-transform-modules-systemjs@^7.14.5",
|
---|
33 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env",
|
---|
34 | "author": {
|
---|
35 | "name": "The Babel Team",
|
---|
36 | "url": "https://babel.dev/team"
|
---|
37 | },
|
---|
38 | "bugs": {
|
---|
39 | "url": "https://github.com/babel/babel/issues"
|
---|
40 | },
|
---|
41 | "bundleDependencies": false,
|
---|
42 | "dependencies": {
|
---|
43 | "@babel/helper-hoist-variables": "^7.16.0",
|
---|
44 | "@babel/helper-module-transforms": "^7.16.0",
|
---|
45 | "@babel/helper-plugin-utils": "^7.14.5",
|
---|
46 | "@babel/helper-validator-identifier": "^7.15.7",
|
---|
47 | "babel-plugin-dynamic-import-node": "^2.3.3"
|
---|
48 | },
|
---|
49 | "deprecated": false,
|
---|
50 | "description": "This plugin transforms ES2015 modules to SystemJS",
|
---|
51 | "devDependencies": {
|
---|
52 | "@babel/core": "^7.16.0",
|
---|
53 | "@babel/helper-plugin-test-runner": "^7.16.0",
|
---|
54 | "@babel/plugin-syntax-dynamic-import": "^7.8.3"
|
---|
55 | },
|
---|
56 | "engines": {
|
---|
57 | "node": ">=6.9.0"
|
---|
58 | },
|
---|
59 | "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs",
|
---|
60 | "keywords": [
|
---|
61 | "babel-plugin"
|
---|
62 | ],
|
---|
63 | "license": "MIT",
|
---|
64 | "main": "./lib/index.js",
|
---|
65 | "name": "@babel/plugin-transform-modules-systemjs",
|
---|
66 | "peerDependencies": {
|
---|
67 | "@babel/core": "^7.0.0-0"
|
---|
68 | },
|
---|
69 | "publishConfig": {
|
---|
70 | "access": "public"
|
---|
71 | },
|
---|
72 | "repository": {
|
---|
73 | "type": "git",
|
---|
74 | "url": "git+https://github.com/babel/babel.git",
|
---|
75 | "directory": "packages/babel-plugin-transform-modules-systemjs"
|
---|
76 | },
|
---|
77 | "version": "7.16.0"
|
---|
78 | }
|
---|