- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- Location:
- trip-planner-front/node_modules/@babel/plugin-transform-modules-systemjs
- Files:
-
- 255 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/plugin-transform-modules-systemjs/lib/index.js
r59329aa re29cc2e 4 4 value: true 5 5 }); 6 exports.default = void 0; 6 7 exports.getExportSpecifierName = getExportSpecifierName; 7 exports.default = void 0;8 8 9 9 var _helperPluginUtils = require("@babel/helper-plugin-utils"); -
trip-planner-front/node_modules/@babel/plugin-transform-modules-systemjs/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@babel/plugin-transform-modules-systemjs@7.15.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/plugin-transform-modules-systemjs@7.15.4", 10 "_id": "@babel/plugin-transform-modules-systemjs@7.15.4", 2 "_from": "@babel/plugin-transform-modules-systemjs@^7.14.5", 3 "_id": "@babel/plugin-transform-modules-systemjs@7.16.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==",5 "_integrity": "sha512-yuGBaHS3lF1m/5R+6fjIke64ii5luRUg97N2wr+z1sF0V+sNSXPxXDdEEL/iYLszsN5VKxVB1IPfEqhzVpiqvg==", 13 6 "_location": "/@babel/plugin-transform-modules-systemjs", 14 "_phantomChildren": {}, 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 }, 15 16 "_requested": { 16 "type": " version",17 "type": "range", 17 18 "registry": true, 18 "raw": "@babel/plugin-transform-modules-systemjs@ 7.15.4",19 "raw": "@babel/plugin-transform-modules-systemjs@^7.14.5", 19 20 "name": "@babel/plugin-transform-modules-systemjs", 20 21 "escapedName": "@babel%2fplugin-transform-modules-systemjs", 21 22 "scope": "@babel", 22 "rawSpec": " 7.15.4",23 "rawSpec": "^7.14.5", 23 24 "saveSpec": null, 24 "fetchSpec": " 7.15.4"25 "fetchSpec": "^7.14.5" 25 26 }, 26 27 "_requiredBy": [ 27 28 "/@babel/preset-env" 28 29 ], 29 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.15.4.tgz", 30 "_spec": "7.15.4", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 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", 32 34 "author": { 33 35 "name": "The Babel Team", … … 37 39 "url": "https://github.com/babel/babel/issues" 38 40 }, 41 "bundleDependencies": false, 39 42 "dependencies": { 40 "@babel/helper-hoist-variables": "^7.1 5.4",41 "@babel/helper-module-transforms": "^7.1 5.4",43 "@babel/helper-hoist-variables": "^7.16.0", 44 "@babel/helper-module-transforms": "^7.16.0", 42 45 "@babel/helper-plugin-utils": "^7.14.5", 43 "@babel/helper-validator-identifier": "^7.1 4.9",46 "@babel/helper-validator-identifier": "^7.15.7", 44 47 "babel-plugin-dynamic-import-node": "^2.3.3" 45 48 }, 49 "deprecated": false, 46 50 "description": "This plugin transforms ES2015 modules to SystemJS", 47 51 "devDependencies": { 48 "@babel/core": " 7.15.4",49 "@babel/helper-plugin-test-runner": " 7.14.5",52 "@babel/core": "^7.16.0", 53 "@babel/helper-plugin-test-runner": "^7.16.0", 50 54 "@babel/plugin-syntax-dynamic-import": "^7.8.3" 51 55 }, … … 71 75 "directory": "packages/babel-plugin-transform-modules-systemjs" 72 76 }, 73 "version": "7.1 5.4"77 "version": "7.16.0" 74 78 }
Note:
See TracChangeset
for help on using the changeset viewer.