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-wrap-function
Files:
212 added
5 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@babel/helper-wrap-function/node_modules/@babel/template/lib/formatters.js

    r59329aa re29cc2e  
    44  value: true
    55});
    6 exports.program = exports.expression = exports.statement = exports.statements = exports.smart = void 0;
     6exports.statements = exports.statement = exports.smart = exports.program = exports.expression = void 0;
    77
    88var _t = require("@babel/types");
  • trip-planner-front/node_modules/@babel/helper-wrap-function/node_modules/@babel/template/lib/index.js

    r59329aa re29cc2e  
    44  value: true
    55});
    6 exports.default = exports.program = exports.expression = exports.statements = exports.statement = exports.smart = void 0;
     6exports.statements = exports.statement = exports.smart = exports.program = exports.expression = exports.default = void 0;
    77
    88var formatters = require("./formatters");
  • trip-planner-front/node_modules/@babel/helper-wrap-function/node_modules/@babel/template/lib/options.js

    r59329aa re29cc2e  
    55});
    66exports.merge = merge;
     7exports.normalizeReplacements = normalizeReplacements;
    78exports.validate = validate;
    8 exports.normalizeReplacements = normalizeReplacements;
    99const _excluded = ["placeholderWhitelist", "placeholderPattern", "preserveComments", "syntacticPlaceholders"];
    1010
  • trip-planner-front/node_modules/@babel/helper-wrap-function/node_modules/@babel/template/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@babel/template@7.15.4",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@babel/template@7.15.4",
    10   "_id": "@babel/template@7.15.4",
     2  "_from": "@babel/template@^7.16.0",
     3  "_id": "@babel/template@7.16.0",
    114  "_inBundle": false,
    12   "_integrity": "sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==",
     5  "_integrity": "sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==",
    136  "_location": "/@babel/helper-wrap-function/@babel/template",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "@babel/template@7.15.4",
     11    "raw": "@babel/template@^7.16.0",
    1912    "name": "@babel/template",
    2013    "escapedName": "@babel%2ftemplate",
    2114    "scope": "@babel",
    22     "rawSpec": "7.15.4",
     15    "rawSpec": "^7.16.0",
    2316    "saveSpec": null,
    24     "fetchSpec": "7.15.4"
     17    "fetchSpec": "^7.16.0"
    2518  },
    2619  "_requiredBy": [
    27     "/@babel/helper-wrap-function"
     20    "/@babel/helper-wrap-function",
     21    "/@babel/helper-wrap-function/@babel/helper-function-name"
    2822  ],
    29   "_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.15.4.tgz",
    30   "_spec": "7.15.4",
    31   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     23  "_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.0.tgz",
     24  "_shasum": "d16a35ebf4cd74e202083356fab21dd89363ddd6",
     25  "_spec": "@babel/template@^7.16.0",
     26  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\helper-wrap-function",
    3227  "author": {
    3328    "name": "The Babel Team",
     
    3732    "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen"
    3833  },
     34  "bundleDependencies": false,
    3935  "dependencies": {
    40     "@babel/code-frame": "^7.14.5",
    41     "@babel/parser": "^7.15.4",
    42     "@babel/types": "^7.15.4"
     36    "@babel/code-frame": "^7.16.0",
     37    "@babel/parser": "^7.16.0",
     38    "@babel/types": "^7.16.0"
    4339  },
     40  "deprecated": false,
    4441  "description": "Generate an AST from a string template.",
    4542  "engines": {
     
    5855    "directory": "packages/babel-template"
    5956  },
    60   "version": "7.15.4"
     57  "version": "7.16.0"
    6158}
  • trip-planner-front/node_modules/@babel/helper-wrap-function/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@babel/helper-wrap-function@7.15.4",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@babel/helper-wrap-function@7.15.4",
    10   "_id": "@babel/helper-wrap-function@7.15.4",
     2  "_from": "@babel/helper-wrap-function@^7.16.0",
     3  "_id": "@babel/helper-wrap-function@7.16.0",
    114  "_inBundle": false,
    12   "_integrity": "sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw==",
     5  "_integrity": "sha512-VVMGzYY3vkWgCJML+qVLvGIam902mJW0FvT7Avj1zEe0Gn7D93aWdLblYARTxEw+6DhZmtzhBM2zv0ekE5zg1g==",
    136  "_location": "/@babel/helper-wrap-function",
    147  "_phantomChildren": {
    15     "@babel/code-frame": "7.15.8",
    16     "@babel/parser": "7.15.8",
    17     "@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"
    1815  },
    1916  "_requested": {
    20     "type": "version",
     17    "type": "range",
    2118    "registry": true,
    22     "raw": "@babel/helper-wrap-function@7.15.4",
     19    "raw": "@babel/helper-wrap-function@^7.16.0",
    2320    "name": "@babel/helper-wrap-function",
    2421    "escapedName": "@babel%2fhelper-wrap-function",
    2522    "scope": "@babel",
    26     "rawSpec": "7.15.4",
     23    "rawSpec": "^7.16.0",
    2724    "saveSpec": null,
    28     "fetchSpec": "7.15.4"
     25    "fetchSpec": "^7.16.0"
    2926  },
    3027  "_requiredBy": [
    3128    "/@babel/helper-remap-async-to-generator"
    3229  ],
    33   "_resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz",
    34   "_spec": "7.15.4",
    35   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     30  "_resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.0.tgz",
     31  "_shasum": "b3cf318afce774dfe75b86767cd6d68f3482e57c",
     32  "_spec": "@babel/helper-wrap-function@^7.16.0",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\helper-remap-async-to-generator",
    3634  "author": {
    3735    "name": "The Babel Team",
     
    4139    "url": "https://github.com/babel/babel/issues"
    4240  },
     41  "bundleDependencies": false,
    4342  "dependencies": {
    44     "@babel/helper-function-name": "^7.15.4",
    45     "@babel/template": "^7.15.4",
    46     "@babel/traverse": "^7.15.4",
    47     "@babel/types": "^7.15.4"
     43    "@babel/helper-function-name": "^7.16.0",
     44    "@babel/template": "^7.16.0",
     45    "@babel/traverse": "^7.16.0",
     46    "@babel/types": "^7.16.0"
    4847  },
     48  "deprecated": false,
    4949  "description": "Helper to wrap functions inside a function call.",
    5050  "engines": {
     
    6363    "directory": "packages/babel-helper-wrap-function"
    6464  },
    65   "version": "7.15.4"
     65  "version": "7.16.0"
    6666}
Note: See TracChangeset for help on using the changeset viewer.