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/helper-create-regexp-features-plugin
Files:
104 added
3 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@babel/helper-create-regexp-features-plugin/lib/features.js

    r59329aa re29cc2e  
    44  value: true
    55});
     6exports.FEATURES = void 0;
    67exports.enableFeature = enableFeature;
     8exports.featuresKey = void 0;
    79exports.hasFeature = hasFeature;
    8 exports.runtimeKey = exports.featuresKey = exports.FEATURES = void 0;
     10exports.runtimeKey = void 0;
    911const FEATURES = Object.freeze({
    1012  unicodeFlag: 1 << 0,
  • trip-planner-front/node_modules/@babel/helper-create-regexp-features-plugin/lib/index.js

    r59329aa re29cc2e  
    2020}
    2121
    22 const version = "7.14.5".split(".").reduce((v, x) => v * 1e5 + +x, 0);
     22const version = "7.16.0".split(".").reduce((v, x) => v * 1e5 + +x, 0);
    2323const versionKey = "@babel/plugin-regexp-features/version";
    2424
  • trip-planner-front/node_modules/@babel/helper-create-regexp-features-plugin/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@babel/helper-create-regexp-features-plugin@7.14.5",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@babel/helper-create-regexp-features-plugin@7.14.5",
    10   "_id": "@babel/helper-create-regexp-features-plugin@7.14.5",
     2  "_from": "@babel/helper-create-regexp-features-plugin@^7.16.0",
     3  "_id": "@babel/helper-create-regexp-features-plugin@7.16.0",
    114  "_inBundle": false,
    12   "_integrity": "sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==",
     5  "_integrity": "sha512-3DyG0zAFAZKcOp7aVr33ddwkxJ0Z0Jr5V99y3I690eYLpukJsJvAbzTy1ewoCqsML8SbIrjH14Jc/nSQ4TvNPA==",
    136  "_location": "/@babel/helper-create-regexp-features-plugin",
    14   "_phantomChildren": {},
     7  "_phantomChildren": {
     8    "@babel/helper-validator-identifier": "7.15.7",
     9    "to-fast-properties": "2.0.0"
     10  },
    1511  "_requested": {
    16     "type": "version",
     12    "type": "range",
    1713    "registry": true,
    18     "raw": "@babel/helper-create-regexp-features-plugin@7.14.5",
     14    "raw": "@babel/helper-create-regexp-features-plugin@^7.16.0",
    1915    "name": "@babel/helper-create-regexp-features-plugin",
    2016    "escapedName": "@babel%2fhelper-create-regexp-features-plugin",
    2117    "scope": "@babel",
    22     "rawSpec": "7.14.5",
     18    "rawSpec": "^7.16.0",
    2319    "saveSpec": null,
    24     "fetchSpec": "7.14.5"
     20    "fetchSpec": "^7.16.0"
    2521  },
    2622  "_requiredBy": [
     
    3026    "/@babel/plugin-transform-unicode-regex"
    3127  ],
    32   "_resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz",
    33   "_spec": "7.14.5",
    34   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     28  "_resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.0.tgz",
     29  "_shasum": "06b2348ce37fccc4f5e18dcd8d75053f2a7c44ff",
     30  "_spec": "@babel/helper-create-regexp-features-plugin@^7.16.0",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\plugin-proposal-unicode-property-regex",
    3532  "author": {
    3633    "name": "The Babel Team",
     
    4037    "url": "https://github.com/babel/babel/issues"
    4138  },
     39  "bundleDependencies": false,
    4240  "dependencies": {
    43     "@babel/helper-annotate-as-pure": "^7.14.5",
     41    "@babel/helper-annotate-as-pure": "^7.16.0",
    4442    "regexpu-core": "^4.7.1"
    4543  },
     44  "deprecated": false,
    4645  "description": "Compile ESNext Regular Expressions to ES5",
    4746  "devDependencies": {
    48     "@babel/core": "7.14.5",
    49     "@babel/helper-plugin-test-runner": "7.14.5"
     47    "@babel/core": "^7.16.0",
     48    "@babel/helper-plugin-test-runner": "^7.16.0"
    5049  },
    5150  "engines": {
     
    7170    "directory": "packages/babel-helper-create-regexp-features-plugin"
    7271  },
    73   "version": "7.14.5"
     72  "version": "7.16.0"
    7473}
Note: See TracChangeset for help on using the changeset viewer.