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-function-name
Files:
138 added
1 edited

Legend:

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

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@babel/plugin-transform-function-name@7.14.5",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@babel/plugin-transform-function-name@7.14.5",
    10   "_id": "@babel/plugin-transform-function-name@7.14.5",
     2  "_from": "@babel/plugin-transform-function-name@^7.14.5",
     3  "_id": "@babel/plugin-transform-function-name@7.16.0",
    114  "_inBundle": false,
    12   "_integrity": "sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==",
     5  "_integrity": "sha512-lBzMle9jcOXtSOXUpc7tvvTpENu/NuekNJVova5lCCWCV9/U1ho2HH2y0p6mBg8fPm/syEAbfaaemYGOHCY3mg==",
    136  "_location": "/@babel/plugin-transform-function-name",
    14   "_phantomChildren": {},
     7  "_phantomChildren": {
     8    "@babel/helper-validator-identifier": "7.15.7",
     9    "chalk": "2.4.2",
     10    "js-tokens": "4.0.0",
     11    "to-fast-properties": "2.0.0"
     12  },
    1513  "_requested": {
    16     "type": "version",
     14    "type": "range",
    1715    "registry": true,
    18     "raw": "@babel/plugin-transform-function-name@7.14.5",
     16    "raw": "@babel/plugin-transform-function-name@^7.14.5",
    1917    "name": "@babel/plugin-transform-function-name",
    2018    "escapedName": "@babel%2fplugin-transform-function-name",
    2119    "scope": "@babel",
    22     "rawSpec": "7.14.5",
     20    "rawSpec": "^7.14.5",
    2321    "saveSpec": null,
    24     "fetchSpec": "7.14.5"
     22    "fetchSpec": "^7.14.5"
    2523  },
    2624  "_requiredBy": [
    2725    "/@babel/preset-env"
    2826  ],
    29   "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz",
    30   "_spec": "7.14.5",
    31   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     27  "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.0.tgz",
     28  "_shasum": "02e3699c284c6262236599f751065c5d5f1f400e",
     29  "_spec": "@babel/plugin-transform-function-name@^7.14.5",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env",
    3231  "author": {
    3332    "name": "The Babel Team",
     
    3736    "url": "https://github.com/babel/babel/issues"
    3837  },
     38  "bundleDependencies": false,
    3939  "dependencies": {
    40     "@babel/helper-function-name": "^7.14.5",
     40    "@babel/helper-function-name": "^7.16.0",
    4141    "@babel/helper-plugin-utils": "^7.14.5"
    4242  },
     43  "deprecated": false,
    4344  "description": "Apply ES2015 function.name semantics to all functions",
    4445  "devDependencies": {
    45     "@babel/core": "7.14.5",
    46     "@babel/helper-plugin-test-runner": "7.14.5"
     46    "@babel/core": "^7.16.0",
     47    "@babel/helper-plugin-test-runner": "^7.16.0"
    4748  },
    4849  "engines": {
     
    6768    "directory": "packages/babel-plugin-transform-function-name"
    6869  },
    69   "version": "7.14.5"
     70  "version": "7.16.0"
    7071}
Note: See TracChangeset for help on using the changeset viewer.