Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@babel/plugin-transform-modules-umd/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@babel/plugin-transform-modules-umd",
    3   "version": "7.14.5",
    4   "description": "This plugin transforms ES2015 modules to UMD",
    5   "repository": {
    6     "type": "git",
    7     "url": "https://github.com/babel/babel.git",
    8     "directory": "packages/babel-plugin-transform-modules-umd"
     2  "_args": [
     3    [
     4      "@babel/plugin-transform-modules-umd@7.14.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/plugin-transform-modules-umd@7.14.5",
     10  "_id": "@babel/plugin-transform-modules-umd@7.14.5",
     11  "_inBundle": false,
     12  "_integrity": "sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==",
     13  "_location": "/@babel/plugin-transform-modules-umd",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@babel/plugin-transform-modules-umd@7.14.5",
     19    "name": "@babel/plugin-transform-modules-umd",
     20    "escapedName": "@babel%2fplugin-transform-modules-umd",
     21    "scope": "@babel",
     22    "rawSpec": "7.14.5",
     23    "saveSpec": null,
     24    "fetchSpec": "7.14.5"
    925  },
    10   "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-umd",
    11   "license": "MIT",
    12   "publishConfig": {
    13     "access": "public"
     26  "_requiredBy": [
     27    "/@babel/preset-env"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.5.tgz",
     30  "_spec": "7.14.5",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "The Babel Team",
     34    "url": "https://babel.dev/team"
    1435  },
    15   "main": "./lib/index.js",
     36  "bugs": {
     37    "url": "https://github.com/babel/babel/issues"
     38  },
    1639  "dependencies": {
    1740    "@babel/helper-module-transforms": "^7.14.5",
    1841    "@babel/helper-plugin-utils": "^7.14.5"
    1942  },
    20   "keywords": [
    21     "babel-plugin"
    22   ],
    23   "peerDependencies": {
    24     "@babel/core": "^7.0.0-0"
    25   },
     43  "description": "This plugin transforms ES2015 modules to UMD",
    2644  "devDependencies": {
    2745    "@babel/core": "7.14.5",
     
    3250    "node": ">=6.9.0"
    3351  },
    34   "author": "The Babel Team (https://babel.dev/team)"
     52  "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-umd",
     53  "keywords": [
     54    "babel-plugin"
     55  ],
     56  "license": "MIT",
     57  "main": "./lib/index.js",
     58  "name": "@babel/plugin-transform-modules-umd",
     59  "peerDependencies": {
     60    "@babel/core": "^7.0.0-0"
     61  },
     62  "publishConfig": {
     63    "access": "public"
     64  },
     65  "repository": {
     66    "type": "git",
     67    "url": "git+https://github.com/babel/babel.git",
     68    "directory": "packages/babel-plugin-transform-modules-umd"
     69  },
     70  "version": "7.14.5"
    3571}
Note: See TracChangeset for help on using the changeset viewer.