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

adding photos

Location:
trip-planner-front/node_modules/@babel/helpers
Files:
2 edited

Legend:

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

    rceaed42 r59329aa  
    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",
     11  "_inBundle": false,
     12  "_integrity": "sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==",
     13  "_location": "/@babel/helpers/@babel/template",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@babel/template@7.15.4",
     19    "name": "@babel/template",
     20    "escapedName": "@babel%2ftemplate",
     21    "scope": "@babel",
     22    "rawSpec": "7.15.4",
     23    "saveSpec": null,
     24    "fetchSpec": "7.15.4"
     25  },
     26  "_requiredBy": [
     27    "/@babel/helpers"
     28  ],
     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",
     32  "author": {
     33    "name": "The Babel Team",
     34    "url": "https://babel.dev/team"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen"
     38  },
     39  "dependencies": {
     40    "@babel/code-frame": "^7.14.5",
     41    "@babel/parser": "^7.15.4",
     42    "@babel/types": "^7.15.4"
     43  },
     44  "description": "Generate an AST from a string template.",
     45  "engines": {
     46    "node": ">=6.9.0"
     47  },
     48  "homepage": "https://babel.dev/docs/en/next/babel-template",
     49  "license": "MIT",
     50  "main": "./lib/index.js",
    251  "name": "@babel/template",
    3   "version": "7.15.4",
    4   "description": "Generate an AST from a string template.",
    5   "author": "The Babel Team (https://babel.dev/team)",
    6   "homepage": "https://babel.dev/docs/en/next/babel-template",
    7   "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen",
    8   "license": "MIT",
    952  "publishConfig": {
    1053    "access": "public"
     
    1255  "repository": {
    1356    "type": "git",
    14     "url": "https://github.com/babel/babel.git",
     57    "url": "git+https://github.com/babel/babel.git",
    1558    "directory": "packages/babel-template"
    1659  },
    17   "main": "./lib/index.js",
    18   "dependencies": {
    19     "@babel/code-frame": "^7.14.5",
    20     "@babel/parser": "^7.15.4",
    21     "@babel/types": "^7.15.4"
    22   },
    23   "engines": {
    24     "node": ">=6.9.0"
    25   }
     60  "version": "7.15.4"
    2661}
  • trip-planner-front/node_modules/@babel/helpers/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@babel/helpers",
    3   "version": "7.15.4",
     2  "_args": [
     3    [
     4      "@babel/helpers@7.15.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/helpers@7.15.4",
     10  "_id": "@babel/helpers@7.15.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==",
     13  "_location": "/@babel/helpers",
     14  "_phantomChildren": {
     15    "@babel/code-frame": "7.15.8",
     16    "@babel/parser": "7.15.8",
     17    "@babel/types": "7.15.6"
     18  },
     19  "_requested": {
     20    "type": "version",
     21    "registry": true,
     22    "raw": "@babel/helpers@7.15.4",
     23    "name": "@babel/helpers",
     24    "escapedName": "@babel%2fhelpers",
     25    "scope": "@babel",
     26    "rawSpec": "7.15.4",
     27    "saveSpec": null,
     28    "fetchSpec": "7.15.4"
     29  },
     30  "_requiredBy": [
     31    "/@babel/core"
     32  ],
     33  "_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.15.4.tgz",
     34  "_spec": "7.15.4",
     35  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     36  "author": {
     37    "name": "The Babel Team",
     38    "url": "https://babel.dev/team"
     39  },
     40  "bugs": {
     41    "url": "https://github.com/babel/babel/issues"
     42  },
     43  "dependencies": {
     44    "@babel/template": "^7.15.4",
     45    "@babel/traverse": "^7.15.4",
     46    "@babel/types": "^7.15.4"
     47  },
    448  "description": "Collection of helper functions used by Babel transforms.",
    5   "author": "The Babel Team (https://babel.dev/team)",
     49  "devDependencies": {
     50    "@babel/helper-plugin-test-runner": "7.14.5"
     51  },
     52  "engines": {
     53    "node": ">=6.9.0"
     54  },
    655  "homepage": "https://babel.dev/docs/en/next/babel-helpers",
    756  "license": "MIT",
     57  "main": "./lib/index.js",
     58  "name": "@babel/helpers",
    859  "publishConfig": {
    960    "access": "public"
     
    1162  "repository": {
    1263    "type": "git",
    13     "url": "https://github.com/babel/babel.git",
     64    "url": "git+https://github.com/babel/babel.git",
    1465    "directory": "packages/babel-helpers"
    1566  },
    16   "main": "./lib/index.js",
    17   "dependencies": {
    18     "@babel/template": "^7.15.4",
    19     "@babel/traverse": "^7.15.4",
    20     "@babel/types": "^7.15.4"
    21   },
    22   "devDependencies": {
    23     "@babel/helper-plugin-test-runner": "7.14.5"
    24   },
    25   "engines": {
    26     "node": ">=6.9.0"
    27   }
     67  "version": "7.15.4"
    2868}
Note: See TracChangeset for help on using the changeset viewer.