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/types/package.json

    rceaed42 r59329aa  
    11{
     2  "_args": [
     3    [
     4      "@babel/types@7.15.6",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/types@7.15.6",
     10  "_id": "@babel/types@7.15.6",
     11  "_inBundle": false,
     12  "_integrity": "sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==",
     13  "_location": "/@babel/types",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@babel/types@7.15.6",
     19    "name": "@babel/types",
     20    "escapedName": "@babel%2ftypes",
     21    "scope": "@babel",
     22    "rawSpec": "7.15.6",
     23    "saveSpec": null,
     24    "fetchSpec": "7.15.6"
     25  },
     26  "_requiredBy": [
     27    "/@angular/compiler-cli",
     28    "/@babel/core",
     29    "/@babel/generator",
     30    "/@babel/helper-annotate-as-pure",
     31    "/@babel/helper-builder-binary-assignment-operator-visitor",
     32    "/@babel/helper-create-class-features-plugin/@babel/helper-annotate-as-pure",
     33    "/@babel/helper-explode-assignable-expression",
     34    "/@babel/helper-function-name",
     35    "/@babel/helper-function-name/@babel/template",
     36    "/@babel/helper-get-function-arity",
     37    "/@babel/helper-hoist-variables",
     38    "/@babel/helper-member-expression-to-functions",
     39    "/@babel/helper-module-imports",
     40    "/@babel/helper-module-transforms",
     41    "/@babel/helper-module-transforms/@babel/template",
     42    "/@babel/helper-optimise-call-expression",
     43    "/@babel/helper-remap-async-to-generator",
     44    "/@babel/helper-remap-async-to-generator/@babel/helper-annotate-as-pure",
     45    "/@babel/helper-replace-supers",
     46    "/@babel/helper-simple-access",
     47    "/@babel/helper-skip-transparent-expression-wrappers",
     48    "/@babel/helper-split-export-declaration",
     49    "/@babel/helper-wrap-function",
     50    "/@babel/helper-wrap-function/@babel/template",
     51    "/@babel/helpers",
     52    "/@babel/helpers/@babel/template",
     53    "/@babel/plugin-proposal-private-property-in-object/@babel/helper-annotate-as-pure",
     54    "/@babel/plugin-transform-classes/@babel/helper-annotate-as-pure",
     55    "/@babel/preset-env",
     56    "/@babel/preset-modules",
     57    "/@babel/template",
     58    "/@babel/traverse",
     59    "/@babel/traverse/@babel/generator"
     60  ],
     61  "_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.15.6.tgz",
     62  "_spec": "7.15.6",
     63  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     64  "author": {
     65    "name": "The Babel Team",
     66    "url": "https://babel.dev/team"
     67  },
     68  "bugs": {
     69    "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20types%22+is%3Aopen"
     70  },
     71  "dependencies": {
     72    "@babel/helper-validator-identifier": "^7.14.9",
     73    "to-fast-properties": "^2.0.0"
     74  },
     75  "description": "Babel Types is a Lodash-esque utility library for AST nodes",
     76  "devDependencies": {
     77    "@babel/generator": "7.15.4",
     78    "@babel/parser": "7.15.6",
     79    "chalk": "^4.1.0",
     80    "glob": "^7.1.7"
     81  },
     82  "engines": {
     83    "node": ">=6.9.0"
     84  },
     85  "homepage": "https://babel.dev/docs/en/next/babel-types",
     86  "license": "MIT",
     87  "main": "./lib/index.js",
    288  "name": "@babel/types",
    3   "version": "7.15.6",
    4   "description": "Babel Types is a Lodash-esque utility library for AST nodes",
    5   "author": "The Babel Team (https://babel.dev/team)",
    6   "homepage": "https://babel.dev/docs/en/next/babel-types",
    7   "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20types%22+is%3Aopen",
    8   "license": "MIT",
    989  "publishConfig": {
    1090    "access": "public"
     
    1292  "repository": {
    1393    "type": "git",
    14     "url": "https://github.com/babel/babel.git",
     94    "url": "git+https://github.com/babel/babel.git",
    1595    "directory": "packages/babel-types"
    1696  },
    17   "main": "./lib/index.js",
    1897  "types": "./lib/index-legacy.d.ts",
    1998  "typesVersions": {
     
    24103    }
    25104  },
    26   "dependencies": {
    27     "@babel/helper-validator-identifier": "^7.14.9",
    28     "to-fast-properties": "^2.0.0"
    29   },
    30   "devDependencies": {
    31     "@babel/generator": "7.15.4",
    32     "@babel/parser": "7.15.6",
    33     "chalk": "^4.1.0",
    34     "glob": "^7.1.7"
    35   },
    36   "engines": {
    37     "node": ">=6.9.0"
    38   }
     105  "version": "7.15.6"
    39106}
Note: See TracChangeset for help on using the changeset viewer.