Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

Location:
trip-planner-front/node_modules/@babel/plugin-transform-modules-commonjs
Files:
255 added
1 edited

Legend:

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

    r59329aa re29cc2e  
    11{
    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",
     2  "_from": "@babel/plugin-transform-modules-commonjs@^7.14.5",
     3  "_id": "@babel/plugin-transform-modules-commonjs@7.16.0",
    114  "_inBundle": false,
    12   "_integrity": "sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==",
     5  "_integrity": "sha512-Dzi+NWqyEotgzk/sb7kgQPJQf7AJkQBWsVp1N6JWc1lBVo0vkElUnGdr1PzUBmfsCCN5OOFya3RtpeHk15oLKQ==",
    136  "_location": "/@babel/plugin-transform-modules-commonjs",
    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  },
    1516  "_requested": {
    16     "type": "version",
     17    "type": "range",
    1718    "registry": true,
    18     "raw": "@babel/plugin-transform-modules-commonjs@7.15.4",
     19    "raw": "@babel/plugin-transform-modules-commonjs@^7.14.5",
    1920    "name": "@babel/plugin-transform-modules-commonjs",
    2021    "escapedName": "@babel%2fplugin-transform-modules-commonjs",
    2122    "scope": "@babel",
    22     "rawSpec": "7.15.4",
     23    "rawSpec": "^7.14.5",
    2324    "saveSpec": null,
    24     "fetchSpec": "7.15.4"
     25    "fetchSpec": "^7.14.5"
    2526  },
    2627  "_requiredBy": [
    2728    "/@babel/preset-env"
    2829  ],
    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",
     30  "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.0.tgz",
     31  "_shasum": "add58e638c8ddc4875bd9a9ecb5c594613f6c922",
     32  "_spec": "@babel/plugin-transform-modules-commonjs@^7.14.5",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env",
    3234  "author": {
    3335    "name": "The Babel Team",
     
    3739    "url": "https://github.com/babel/babel/issues"
    3840  },
     41  "bundleDependencies": false,
    3942  "dependencies": {
    40     "@babel/helper-module-transforms": "^7.15.4",
     43    "@babel/helper-module-transforms": "^7.16.0",
    4144    "@babel/helper-plugin-utils": "^7.14.5",
    42     "@babel/helper-simple-access": "^7.15.4",
     45    "@babel/helper-simple-access": "^7.16.0",
    4346    "babel-plugin-dynamic-import-node": "^2.3.3"
    4447  },
     48  "deprecated": false,
    4549  "description": "This plugin transforms ES2015 modules to CommonJS",
    4650  "devDependencies": {
    47     "@babel/core": "7.15.4",
    48     "@babel/helper-plugin-test-runner": "7.14.5",
    49     "@babel/plugin-external-helpers": "7.14.5",
     51    "@babel/core": "^7.16.0",
     52    "@babel/helper-plugin-test-runner": "^7.16.0",
     53    "@babel/plugin-external-helpers": "^7.16.0",
    5054    "@babel/plugin-syntax-class-static-block": "^7.14.5",
    5155    "@babel/plugin-syntax-object-rest-spread": "^7.8.3"
     
    7276    "directory": "packages/babel-plugin-transform-modules-commonjs"
    7377  },
    74   "version": "7.15.4"
     78  "version": "7.16.0"
    7579}
Note: See TracChangeset for help on using the changeset viewer.