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/helper-optimise-call-expression/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@babel/helper-optimise-call-expression",
    3   "version": "7.15.4",
    4   "description": "Helper function to optimise call expression",
    5   "repository": {
    6     "type": "git",
    7     "url": "https://github.com/babel/babel.git",
    8     "directory": "packages/babel-helper-optimise-call-expression"
     2  "_args": [
     3    [
     4      "@babel/helper-optimise-call-expression@7.15.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/helper-optimise-call-expression@7.15.4",
     10  "_id": "@babel/helper-optimise-call-expression@7.15.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==",
     13  "_location": "/@babel/helper-optimise-call-expression",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@babel/helper-optimise-call-expression@7.15.4",
     19    "name": "@babel/helper-optimise-call-expression",
     20    "escapedName": "@babel%2fhelper-optimise-call-expression",
     21    "scope": "@babel",
     22    "rawSpec": "7.15.4",
     23    "saveSpec": null,
     24    "fetchSpec": "7.15.4"
    925  },
    10   "homepage": "https://babel.dev/docs/en/next/babel-helper-optimise-call-expression",
    11   "license": "MIT",
    12   "publishConfig": {
    13     "access": "public"
     26  "_requiredBy": [
     27    "/@babel/helper-create-class-features-plugin",
     28    "/@babel/helper-replace-supers",
     29    "/@babel/plugin-transform-classes"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz",
     32  "_spec": "7.15.4",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "The Babel Team",
     36    "url": "https://babel.dev/team"
    1437  },
    15   "main": "./lib/index.js",
     38  "bugs": {
     39    "url": "https://github.com/babel/babel/issues"
     40  },
    1641  "dependencies": {
    1742    "@babel/types": "^7.15.4"
    1843  },
     44  "description": "Helper function to optimise call expression",
    1945  "devDependencies": {
    2046    "@babel/generator": "7.15.4",
     
    2450    "node": ">=6.9.0"
    2551  },
    26   "author": "The Babel Team (https://babel.dev/team)"
     52  "homepage": "https://babel.dev/docs/en/next/babel-helper-optimise-call-expression",
     53  "license": "MIT",
     54  "main": "./lib/index.js",
     55  "name": "@babel/helper-optimise-call-expression",
     56  "publishConfig": {
     57    "access": "public"
     58  },
     59  "repository": {
     60    "type": "git",
     61    "url": "git+https://github.com/babel/babel.git",
     62    "directory": "packages/babel-helper-optimise-call-expression"
     63  },
     64  "version": "7.15.4"
    2765}
Note: See TracChangeset for help on using the changeset viewer.