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-wrap-function/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "@babel/helper-wrap-function",
    3   "version": "7.15.4",
    4   "description": "Helper to wrap functions inside a function call.",
    5   "repository": {
    6     "type": "git",
    7     "url": "https://github.com/babel/babel.git",
    8     "directory": "packages/babel-helper-wrap-function"
     2  "_args": [
     3    [
     4      "@babel/helper-wrap-function@7.15.4",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "@babel/helper-wrap-function@7.15.4",
     10  "_id": "@babel/helper-wrap-function@7.15.4",
     11  "_inBundle": false,
     12  "_integrity": "sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw==",
     13  "_location": "/@babel/helper-wrap-function",
     14  "_phantomChildren": {
     15    "@babel/code-frame": "7.15.8",
     16    "@babel/parser": "7.15.8",
     17    "@babel/types": "7.15.6"
    918  },
    10   "homepage": "https://babel.dev/docs/en/next/babel-helper-wrap-function",
    11   "license": "MIT",
    12   "publishConfig": {
    13     "access": "public"
     19  "_requested": {
     20    "type": "version",
     21    "registry": true,
     22    "raw": "@babel/helper-wrap-function@7.15.4",
     23    "name": "@babel/helper-wrap-function",
     24    "escapedName": "@babel%2fhelper-wrap-function",
     25    "scope": "@babel",
     26    "rawSpec": "7.15.4",
     27    "saveSpec": null,
     28    "fetchSpec": "7.15.4"
    1429  },
    15   "main": "./lib/index.js",
     30  "_requiredBy": [
     31    "/@babel/helper-remap-async-to-generator"
     32  ],
     33  "_resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz",
     34  "_spec": "7.15.4",
     35  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     36  "author": {
     37    "name": "The Babel Team",
     38    "url": "https://babel.dev/team"
     39  },
     40  "bugs": {
     41    "url": "https://github.com/babel/babel/issues"
     42  },
    1643  "dependencies": {
    1744    "@babel/helper-function-name": "^7.15.4",
     
    2047    "@babel/types": "^7.15.4"
    2148  },
     49  "description": "Helper to wrap functions inside a function call.",
    2250  "engines": {
    2351    "node": ">=6.9.0"
    2452  },
    25   "author": "The Babel Team (https://babel.dev/team)"
     53  "homepage": "https://babel.dev/docs/en/next/babel-helper-wrap-function",
     54  "license": "MIT",
     55  "main": "./lib/index.js",
     56  "name": "@babel/helper-wrap-function",
     57  "publishConfig": {
     58    "access": "public"
     59  },
     60  "repository": {
     61    "type": "git",
     62    "url": "git+https://github.com/babel/babel.git",
     63    "directory": "packages/babel-helper-wrap-function"
     64  },
     65  "version": "7.15.4"
    2666}
Note: See TracChangeset for help on using the changeset viewer.