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-syntax-logical-assignment-operators/package.json

    rceaed42 r59329aa  
    11{
     2  "_args": [
     3    [
     4      "@babel/plugin-syntax-logical-assignment-operators@7.10.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/plugin-syntax-logical-assignment-operators@7.10.4",
     10  "_id": "@babel/plugin-syntax-logical-assignment-operators@7.10.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
     13  "_location": "/@babel/plugin-syntax-logical-assignment-operators",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@babel/plugin-syntax-logical-assignment-operators@7.10.4",
     19    "name": "@babel/plugin-syntax-logical-assignment-operators",
     20    "escapedName": "@babel%2fplugin-syntax-logical-assignment-operators",
     21    "scope": "@babel",
     22    "rawSpec": "7.10.4",
     23    "saveSpec": null,
     24    "fetchSpec": "7.10.4"
     25  },
     26  "_requiredBy": [
     27    "/@babel/plugin-proposal-logical-assignment-operators",
     28    "/@babel/preset-env"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
     31  "_spec": "7.10.4",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "bugs": {
     34    "url": "https://github.com/babel/babel/issues"
     35  },
     36  "dependencies": {
     37    "@babel/helper-plugin-utils": "^7.10.4"
     38  },
     39  "description": "Allow parsing of the logical assignment operators",
     40  "devDependencies": {
     41    "@babel/core": "^7.10.4"
     42  },
     43  "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
     44  "homepage": "https://github.com/babel/babel#readme",
     45  "keywords": [
     46    "babel-plugin"
     47  ],
     48  "license": "MIT",
     49  "main": "lib/index.js",
    250  "name": "@babel/plugin-syntax-logical-assignment-operators",
    3   "version": "7.10.4",
    4   "description": "Allow parsing of the logical assignment operators",
    5   "repository": {
    6     "type": "git",
    7     "url": "https://github.com/babel/babel.git",
    8     "directory": "packages/babel-plugin-syntax-logical-assignment-operators"
     51  "peerDependencies": {
     52    "@babel/core": "^7.0.0-0"
    953  },
    10   "license": "MIT",
    1154  "publishConfig": {
    1255    "access": "public"
    1356  },
    14   "main": "lib/index.js",
    15   "keywords": [
    16     "babel-plugin"
    17   ],
    18   "dependencies": {
    19     "@babel/helper-plugin-utils": "^7.10.4"
     57  "repository": {
     58    "type": "git",
     59    "url": "git+https://github.com/babel/babel.git",
     60    "directory": "packages/babel-plugin-syntax-logical-assignment-operators"
    2061  },
    21   "peerDependencies": {
    22     "@babel/core": "^7.0.0-0"
    23   },
    24   "devDependencies": {
    25     "@babel/core": "^7.10.4"
    26   },
    27   "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df"
     62  "version": "7.10.4"
    2863}
Note: See TracChangeset for help on using the changeset viewer.