Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@babel/core/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@babel/core",
    3   "version": "7.14.8",
    4   "description": "Babel compiler core.",
    5   "main": "./lib/index.js",
    6   "author": "The Babel Team (https://babel.dev/team)",
    7   "license": "MIT",
    8   "publishConfig": {
    9     "access": "public"
     2  "_args": [
     3    [
     4      "@babel/core@7.14.8",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/core@7.14.8",
     10  "_id": "@babel/core@7.14.8",
     11  "_inBundle": false,
     12  "_integrity": "sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==",
     13  "_location": "/@babel/core",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@babel/core@7.14.8",
     19    "name": "@babel/core",
     20    "escapedName": "@babel%2fcore",
     21    "scope": "@babel",
     22    "rawSpec": "7.14.8",
     23    "saveSpec": null,
     24    "fetchSpec": "7.14.8"
    1025  },
    11   "repository": {
    12     "type": "git",
    13     "url": "https://github.com/babel/babel.git",
    14     "directory": "packages/babel-core"
    15   },
    16   "homepage": "https://babel.dev/docs/en/next/babel-core",
    17   "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen",
    18   "keywords": [
    19     "6to5",
    20     "babel",
    21     "classes",
    22     "const",
    23     "es6",
    24     "harmony",
    25     "let",
    26     "modules",
    27     "transpile",
    28     "transpiler",
    29     "var",
    30     "babel-core",
    31     "compiler"
     26  "_requiredBy": [
     27    "/@angular-devkit/build-angular",
     28    "/@angular/compiler-cli",
     29    "/istanbul-lib-instrument"
    3230  ],
    33   "engines": {
    34     "node": ">=6.9.0"
    35   },
    36   "funding": {
    37     "type": "opencollective",
    38     "url": "https://opencollective.com/babel"
     31  "_resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.8.tgz",
     32  "_spec": "7.14.8",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "The Babel Team",
     36    "url": "https://babel.dev/team"
    3937  },
    4038  "browser": {
     
    4745    "./src/transform-file.ts": "./src/transform-file-browser.ts",
    4846    "./src/transformation/util/clone-deep.ts": "./src/transformation/util/clone-deep-browser.ts"
     47  },
     48  "bugs": {
     49    "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen"
    4950  },
    5051  "dependencies": {
     
    6566    "source-map": "^0.5.0"
    6667  },
     68  "description": "Babel compiler core.",
    6769  "devDependencies": {
    6870    "@babel/helper-transform-fixture-test-runner": "7.14.5",
     
    7375    "@types/semver": "^5.4.0",
    7476    "@types/source-map": "^0.5.0"
    75   }
     77  },
     78  "engines": {
     79    "node": ">=6.9.0"
     80  },
     81  "funding": {
     82    "type": "opencollective",
     83    "url": "https://opencollective.com/babel"
     84  },
     85  "homepage": "https://babel.dev/docs/en/next/babel-core",
     86  "keywords": [
     87    "6to5",
     88    "babel",
     89    "classes",
     90    "const",
     91    "es6",
     92    "harmony",
     93    "let",
     94    "modules",
     95    "transpile",
     96    "transpiler",
     97    "var",
     98    "babel-core",
     99    "compiler"
     100  ],
     101  "license": "MIT",
     102  "main": "./lib/index.js",
     103  "name": "@babel/core",
     104  "publishConfig": {
     105    "access": "public"
     106  },
     107  "repository": {
     108    "type": "git",
     109    "url": "git+https://github.com/babel/babel.git",
     110    "directory": "packages/babel-core"
     111  },
     112  "version": "7.14.8"
    76113}
Note: See TracChangeset for help on using the changeset viewer.