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/plugin-proposal-async-generator-functions/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@babel/plugin-proposal-async-generator-functions",
    3   "version": "7.14.7",
    4   "description": "Turn async generator functions into ES2015 generators",
    5   "repository": {
    6     "type": "git",
    7     "url": "https://github.com/babel/babel.git",
    8     "directory": "packages/babel-plugin-proposal-async-generator-functions"
     2  "_args": [
     3    [
     4      "@babel/plugin-proposal-async-generator-functions@7.14.7",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/plugin-proposal-async-generator-functions@7.14.7",
     10  "_id": "@babel/plugin-proposal-async-generator-functions@7.14.7",
     11  "_inBundle": false,
     12  "_integrity": "sha512-RK8Wj7lXLY3bqei69/cc25gwS5puEc3dknoFPFbqfy3XxYQBQFvu4ioWpafMBAB+L9NyptQK4nMOa5Xz16og8Q==",
     13  "_location": "/@babel/plugin-proposal-async-generator-functions",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@babel/plugin-proposal-async-generator-functions@7.14.7",
     19    "name": "@babel/plugin-proposal-async-generator-functions",
     20    "escapedName": "@babel%2fplugin-proposal-async-generator-functions",
     21    "scope": "@babel",
     22    "rawSpec": "7.14.7",
     23    "saveSpec": null,
     24    "fetchSpec": "7.14.7"
    925  },
    10   "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-async-generator-functions",
    11   "license": "MIT",
    12   "publishConfig": {
    13     "access": "public"
     26  "_requiredBy": [
     27    "/@angular-devkit/build-angular",
     28    "/@babel/preset-env"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.7.tgz",
     31  "_spec": "7.14.7",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "The Babel Team",
     35    "url": "https://babel.dev/team"
    1436  },
    15   "main": "./lib/index.js",
    16   "keywords": [
    17     "babel-plugin"
    18   ],
     37  "bugs": {
     38    "url": "https://github.com/babel/babel/issues"
     39  },
    1940  "dependencies": {
    2041    "@babel/helper-plugin-utils": "^7.14.5",
     
    2243    "@babel/plugin-syntax-async-generators": "^7.8.4"
    2344  },
    24   "peerDependencies": {
    25     "@babel/core": "^7.0.0-0"
    26   },
     45  "description": "Turn async generator functions into ES2015 generators",
    2746  "devDependencies": {
    2847    "@babel/core": "7.14.6",
     
    3453    "node": ">=6.9.0"
    3554  },
    36   "author": "The Babel Team (https://babel.dev/team)"
     55  "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-async-generator-functions",
     56  "keywords": [
     57    "babel-plugin"
     58  ],
     59  "license": "MIT",
     60  "main": "./lib/index.js",
     61  "name": "@babel/plugin-proposal-async-generator-functions",
     62  "peerDependencies": {
     63    "@babel/core": "^7.0.0-0"
     64  },
     65  "publishConfig": {
     66    "access": "public"
     67  },
     68  "repository": {
     69    "type": "git",
     70    "url": "git+https://github.com/babel/babel.git",
     71    "directory": "packages/babel-plugin-proposal-async-generator-functions"
     72  },
     73  "version": "7.14.7"
    3774}
Note: See TracChangeset for help on using the changeset viewer.