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-member-expression-to-functions/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@babel/helper-member-expression-to-functions",
    3   "version": "7.15.4",
    4   "description": "Helper function to replace certain member expressions with function calls",
    5   "repository": {
    6     "type": "git",
    7     "url": "https://github.com/babel/babel.git",
    8     "directory": "packages/babel-helper-member-expression-to-functions"
     2  "_args": [
     3    [
     4      "@babel/helper-member-expression-to-functions@7.15.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/helper-member-expression-to-functions@7.15.4",
     10  "_id": "@babel/helper-member-expression-to-functions@7.15.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==",
     13  "_location": "/@babel/helper-member-expression-to-functions",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "@babel/helper-member-expression-to-functions@7.15.4",
     19    "name": "@babel/helper-member-expression-to-functions",
     20    "escapedName": "@babel%2fhelper-member-expression-to-functions",
     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-member-expression-to-functions",
    11   "license": "MIT",
    12   "publishConfig": {
    13     "access": "public"
     26  "_requiredBy": [
     27    "/@babel/helper-create-class-features-plugin",
     28    "/@babel/helper-replace-supers"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz",
     31  "_spec": "7.15.4",
     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   "author": "The Babel Team (https://babel.dev/team)",
     37  "bugs": {
     38    "url": "https://github.com/babel/babel/issues"
     39  },
    1740  "dependencies": {
    1841    "@babel/types": "^7.15.4"
    1942  },
     43  "description": "Helper function to replace certain member expressions with function calls",
    2044  "devDependencies": {
    2145    "@babel/traverse": "7.15.4"
     
    2347  "engines": {
    2448    "node": ">=6.9.0"
    25   }
     49  },
     50  "homepage": "https://babel.dev/docs/en/next/babel-helper-member-expression-to-functions",
     51  "license": "MIT",
     52  "main": "./lib/index.js",
     53  "name": "@babel/helper-member-expression-to-functions",
     54  "publishConfig": {
     55    "access": "public"
     56  },
     57  "repository": {
     58    "type": "git",
     59    "url": "git+https://github.com/babel/babel.git",
     60    "directory": "packages/babel-helper-member-expression-to-functions"
     61  },
     62  "version": "7.15.4"
    2663}
Note: See TracChangeset for help on using the changeset viewer.