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-object-super
Files:
236 added
1 edited

Legend:

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

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@babel/plugin-transform-object-super@7.14.5",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@babel/plugin-transform-object-super@7.14.5",
    10   "_id": "@babel/plugin-transform-object-super@7.14.5",
     2  "_from": "@babel/plugin-transform-object-super@^7.14.5",
     3  "_id": "@babel/plugin-transform-object-super@7.16.0",
    114  "_inBundle": false,
    12   "_integrity": "sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==",
     5  "_integrity": "sha512-fds+puedQHn4cPLshoHcR1DTMN0q1V9ou0mUjm8whx9pGcNvDrVVrgw+KJzzCaiTdaYhldtrUps8DWVMgrSEyg==",
    136  "_location": "/@babel/plugin-transform-object-super",
    14   "_phantomChildren": {},
     7  "_phantomChildren": {
     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"
     15  },
    1516  "_requested": {
    16     "type": "version",
     17    "type": "range",
    1718    "registry": true,
    18     "raw": "@babel/plugin-transform-object-super@7.14.5",
     19    "raw": "@babel/plugin-transform-object-super@^7.14.5",
    1920    "name": "@babel/plugin-transform-object-super",
    2021    "escapedName": "@babel%2fplugin-transform-object-super",
    2122    "scope": "@babel",
    22     "rawSpec": "7.14.5",
     23    "rawSpec": "^7.14.5",
    2324    "saveSpec": null,
    24     "fetchSpec": "7.14.5"
     25    "fetchSpec": "^7.14.5"
    2526  },
    2627  "_requiredBy": [
    2728    "/@babel/preset-env"
    2829  ],
    29   "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.14.5.tgz",
    30   "_spec": "7.14.5",
    31   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     30  "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.0.tgz",
     31  "_shasum": "fb20d5806dc6491a06296ac14ea8e8d6fedda72b",
     32  "_spec": "@babel/plugin-transform-object-super@^7.14.5",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env",
    3234  "author": {
    3335    "name": "The Babel Team",
     
    3739    "url": "https://github.com/babel/babel/issues"
    3840  },
     41  "bundleDependencies": false,
    3942  "dependencies": {
    4043    "@babel/helper-plugin-utils": "^7.14.5",
    41     "@babel/helper-replace-supers": "^7.14.5"
     44    "@babel/helper-replace-supers": "^7.16.0"
    4245  },
     46  "deprecated": false,
    4347  "description": "Compile ES2015 object super to ES5",
    4448  "devDependencies": {
    45     "@babel/core": "7.14.5",
    46     "@babel/helper-plugin-test-runner": "7.14.5"
     49    "@babel/core": "^7.16.0",
     50    "@babel/helper-plugin-test-runner": "^7.16.0"
    4751  },
    4852  "engines": {
     
    6771    "directory": "packages/babel-plugin-transform-object-super"
    6872  },
    69   "version": "7.14.5"
     73  "version": "7.16.0"
    7074}
Note: See TracChangeset for help on using the changeset viewer.