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

    rceaed42 r59329aa  
    11{
    2   "name": "@babel/plugin-proposal-optional-chaining",
    3   "version": "7.14.5",
    4   "description": "Transform optional chaining operators into a series of nil checks",
    5   "repository": {
    6     "type": "git",
    7     "url": "https://github.com/babel/babel.git",
    8     "directory": "packages/babel-plugin-proposal-optional-chaining"
     2  "_args": [
     3    [
     4      "@babel/plugin-proposal-optional-chaining@7.14.5",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/plugin-proposal-optional-chaining@7.14.5",
     10  "_id": "@babel/plugin-proposal-optional-chaining@7.14.5",
     11  "_inBundle": false,
     12  "_integrity": "sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==",
     13  "_location": "/@babel/plugin-proposal-optional-chaining",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@babel/plugin-proposal-optional-chaining@7.14.5",
     19    "name": "@babel/plugin-proposal-optional-chaining",
     20    "escapedName": "@babel%2fplugin-proposal-optional-chaining",
     21    "scope": "@babel",
     22    "rawSpec": "7.14.5",
     23    "saveSpec": null,
     24    "fetchSpec": "7.14.5"
    925  },
    10   "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining",
    11   "license": "MIT",
    12   "publishConfig": {
    13     "access": "public"
     26  "_requiredBy": [
     27    "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
     28    "/@babel/preset-env"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz",
     31  "_spec": "7.14.5",
     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-optional-chaining": "^7.8.3"
    2344  },
    24   "peerDependencies": {
    25     "@babel/core": "^7.0.0-0"
    26   },
     45  "description": "Transform optional chaining operators into a series of nil checks",
    2746  "devDependencies": {
    2847    "@babel/core": "7.14.5",
     
    3352    "node": ">=6.9.0"
    3453  },
    35   "author": "The Babel Team (https://babel.dev/team)"
     54  "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining",
     55  "keywords": [
     56    "babel-plugin"
     57  ],
     58  "license": "MIT",
     59  "main": "./lib/index.js",
     60  "name": "@babel/plugin-proposal-optional-chaining",
     61  "peerDependencies": {
     62    "@babel/core": "^7.0.0-0"
     63  },
     64  "publishConfig": {
     65    "access": "public"
     66  },
     67  "repository": {
     68    "type": "git",
     69    "url": "git+https://github.com/babel/babel.git",
     70    "directory": "packages/babel-plugin-proposal-optional-chaining"
     71  },
     72  "version": "7.14.5"
    3673}
Note: See TracChangeset for help on using the changeset viewer.