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-commonjs/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@babel/plugin-transform-modules-commonjs",
    3   "version": "7.15.4",
    4   "description": "This plugin transforms ES2015 modules to CommonJS",
    5   "repository": {
    6     "type": "git",
    7     "url": "https://github.com/babel/babel.git",
    8     "directory": "packages/babel-plugin-transform-modules-commonjs"
     2  "_args": [
     3    [
     4      "@babel/plugin-transform-modules-commonjs@7.15.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/plugin-transform-modules-commonjs@7.15.4",
     10  "_id": "@babel/plugin-transform-modules-commonjs@7.15.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==",
     13  "_location": "/@babel/plugin-transform-modules-commonjs",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@babel/plugin-transform-modules-commonjs@7.15.4",
     19    "name": "@babel/plugin-transform-modules-commonjs",
     20    "escapedName": "@babel%2fplugin-transform-modules-commonjs",
     21    "scope": "@babel",
     22    "rawSpec": "7.15.4",
     23    "saveSpec": null,
     24    "fetchSpec": "7.15.4"
    925  },
    10   "license": "MIT",
    11   "publishConfig": {
    12     "access": "public"
     26  "_requiredBy": [
     27    "/@babel/preset-env"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.4.tgz",
     30  "_spec": "7.15.4",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "The Babel Team",
     34    "url": "https://babel.dev/team"
    1335  },
    14   "main": "./lib/index.js",
     36  "bugs": {
     37    "url": "https://github.com/babel/babel/issues"
     38  },
    1539  "dependencies": {
    1640    "@babel/helper-module-transforms": "^7.15.4",
     
    1943    "babel-plugin-dynamic-import-node": "^2.3.3"
    2044  },
    21   "keywords": [
    22     "babel-plugin"
    23   ],
    24   "peerDependencies": {
    25     "@babel/core": "^7.0.0-0"
    26   },
     45  "description": "This plugin transforms ES2015 modules to CommonJS",
    2746  "devDependencies": {
    2847    "@babel/core": "7.15.4",
     
    3251    "@babel/plugin-syntax-object-rest-spread": "^7.8.3"
    3352  },
    34   "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs",
    3553  "engines": {
    3654    "node": ">=6.9.0"
    3755  },
    38   "author": "The Babel Team (https://babel.dev/team)"
     56  "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs",
     57  "keywords": [
     58    "babel-plugin"
     59  ],
     60  "license": "MIT",
     61  "main": "./lib/index.js",
     62  "name": "@babel/plugin-transform-modules-commonjs",
     63  "peerDependencies": {
     64    "@babel/core": "^7.0.0-0"
     65  },
     66  "publishConfig": {
     67    "access": "public"
     68  },
     69  "repository": {
     70    "type": "git",
     71    "url": "git+https://github.com/babel/babel.git",
     72    "directory": "packages/babel-plugin-transform-modules-commonjs"
     73  },
     74  "version": "7.15.4"
    3975}
Note: See TracChangeset for help on using the changeset viewer.