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

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@babel/plugin-proposal-optional-chaining/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@babel/plugin-proposal-optional-chaining@7.14.5",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@babel/plugin-proposal-optional-chaining@7.14.5",
    10   "_id": "@babel/plugin-proposal-optional-chaining@7.14.5",
     2  "_from": "@babel/plugin-proposal-optional-chaining@^7.14.5",
     3  "_id": "@babel/plugin-proposal-optional-chaining@7.16.0",
    114  "_inBundle": false,
    12   "_integrity": "sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==",
     5  "_integrity": "sha512-Y4rFpkZODfHrVo70Uaj6cC1JJOt3Pp0MdWSwIKtb8z1/lsjl9AmnB7ErRFV+QNGIfcY1Eruc2UMx5KaRnXjMyg==",
    136  "_location": "/@babel/plugin-proposal-optional-chaining",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "@babel/plugin-proposal-optional-chaining@7.14.5",
     11    "raw": "@babel/plugin-proposal-optional-chaining@^7.14.5",
    1912    "name": "@babel/plugin-proposal-optional-chaining",
    2013    "escapedName": "@babel%2fplugin-proposal-optional-chaining",
    2114    "scope": "@babel",
    22     "rawSpec": "7.14.5",
     15    "rawSpec": "^7.14.5",
    2316    "saveSpec": null,
    24     "fetchSpec": "7.14.5"
     17    "fetchSpec": "^7.14.5"
    2518  },
    2619  "_requiredBy": [
     
    2821    "/@babel/preset-env"
    2922  ],
    30   "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz",
    31   "_spec": "7.14.5",
    32   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     23  "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.0.tgz",
     24  "_shasum": "56dbc3970825683608e9efb55ea82c2a2d6c8dc0",
     25  "_spec": "@babel/plugin-proposal-optional-chaining@^7.14.5",
     26  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env",
    3327  "author": {
    3428    "name": "The Babel Team",
     
    3832    "url": "https://github.com/babel/babel/issues"
    3933  },
     34  "bundleDependencies": false,
    4035  "dependencies": {
    4136    "@babel/helper-plugin-utils": "^7.14.5",
    42     "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5",
     37    "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
    4338    "@babel/plugin-syntax-optional-chaining": "^7.8.3"
    4439  },
     40  "deprecated": false,
    4541  "description": "Transform optional chaining operators into a series of nil checks",
    4642  "devDependencies": {
    47     "@babel/core": "7.14.5",
    48     "@babel/helper-plugin-test-runner": "7.14.5",
    49     "@babel/plugin-transform-block-scoping": "7.14.5"
     43    "@babel/core": "^7.16.0",
     44    "@babel/helper-plugin-test-runner": "^7.16.0",
     45    "@babel/plugin-transform-block-scoping": "^7.16.0"
    5046  },
    5147  "engines": {
     
    7066    "directory": "packages/babel-plugin-proposal-optional-chaining"
    7167  },
    72   "version": "7.14.5"
     68  "version": "7.16.0"
    7369}
Note: See TracChangeset for help on using the changeset viewer.