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/helper-create-class-features-plugin/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@babel/helper-create-class-features-plugin@7.15.4",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@babel/helper-create-class-features-plugin@7.15.4",
    10   "_id": "@babel/helper-create-class-features-plugin@7.15.4",
     2  "_from": "@babel/helper-create-class-features-plugin@^7.16.0",
     3  "_id": "@babel/helper-create-class-features-plugin@7.16.0",
    114  "_inBundle": false,
    12   "_integrity": "sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==",
     5  "_integrity": "sha512-XLwWvqEaq19zFlF5PTgOod4bUA+XbkR4WLQBct1bkzmxJGB0ZEJaoKF4c8cgH9oBtCDuYJ8BP5NB9uFiEgO5QA==",
    136  "_location": "/@babel/helper-create-class-features-plugin",
    147  "_phantomChildren": {
    15     "@babel/types": "7.15.6"
     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"
    1615  },
    1716  "_requested": {
    18     "type": "version",
     17    "type": "range",
    1918    "registry": true,
    20     "raw": "@babel/helper-create-class-features-plugin@7.15.4",
     19    "raw": "@babel/helper-create-class-features-plugin@^7.16.0",
    2120    "name": "@babel/helper-create-class-features-plugin",
    2221    "escapedName": "@babel%2fhelper-create-class-features-plugin",
    2322    "scope": "@babel",
    24     "rawSpec": "7.15.4",
     23    "rawSpec": "^7.16.0",
    2524    "saveSpec": null,
    26     "fetchSpec": "7.15.4"
     25    "fetchSpec": "^7.16.0"
    2726  },
    2827  "_requiredBy": [
     
    3231    "/@babel/plugin-proposal-private-property-in-object"
    3332  ],
    34   "_resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz",
    35   "_spec": "7.15.4",
    36   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "_resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.0.tgz",
     34  "_shasum": "090d4d166b342a03a9fec37ef4fd5aeb9c7c6a4b",
     35  "_spec": "@babel/helper-create-class-features-plugin@^7.16.0",
     36  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\plugin-proposal-class-properties",
    3737  "author": {
    3838    "name": "The Babel Team",
     
    4242    "url": "https://github.com/babel/babel/issues"
    4343  },
     44  "bundleDependencies": false,
    4445  "dependencies": {
    45     "@babel/helper-annotate-as-pure": "^7.15.4",
    46     "@babel/helper-function-name": "^7.15.4",
    47     "@babel/helper-member-expression-to-functions": "^7.15.4",
    48     "@babel/helper-optimise-call-expression": "^7.15.4",
    49     "@babel/helper-replace-supers": "^7.15.4",
    50     "@babel/helper-split-export-declaration": "^7.15.4"
     46    "@babel/helper-annotate-as-pure": "^7.16.0",
     47    "@babel/helper-function-name": "^7.16.0",
     48    "@babel/helper-member-expression-to-functions": "^7.16.0",
     49    "@babel/helper-optimise-call-expression": "^7.16.0",
     50    "@babel/helper-replace-supers": "^7.16.0",
     51    "@babel/helper-split-export-declaration": "^7.16.0"
    5152  },
     53  "deprecated": false,
    5254  "description": "Compile class public and private fields, private methods and decorators to ES6",
    5355  "devDependencies": {
    54     "@babel/core": "7.15.4",
    55     "@babel/helper-plugin-test-runner": "7.14.5",
     56    "@babel/core": "^7.16.0",
     57    "@babel/helper-plugin-test-runner": "^7.16.0",
    5658    "@babel/plugin-syntax-class-static-block": "^7.14.5",
    57     "@babel/preset-env": "7.15.4"
     59    "@babel/preset-env": "^7.16.0"
    5860  },
    5961  "engines": {
     
    7981    "directory": "packages/babel-helper-create-class-features-plugin"
    8082  },
    81   "version": "7.15.4"
     83  "version": "7.16.0"
    8284}
Note: See TracChangeset for help on using the changeset viewer.