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/mimic-fn/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "mimic-fn",
    3         "version": "2.1.0",
    4         "description": "Make a function mimic another one",
    5         "license": "MIT",
    6         "repository": "sindresorhus/mimic-fn",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=6"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava && tsd"
    17         },
    18         "files": [
    19                 "index.js",
    20                 "index.d.ts"
    21         ],
    22         "keywords": [
    23                 "function",
    24                 "mimic",
    25                 "imitate",
    26                 "rename",
    27                 "copy",
    28                 "inherit",
    29                 "properties",
    30                 "name",
    31                 "func",
    32                 "fn",
    33                 "set",
    34                 "infer",
    35                 "change"
    36         ],
    37         "devDependencies": {
    38                 "ava": "^1.4.1",
    39                 "tsd": "^0.7.1",
    40                 "xo": "^0.24.0"
    41         }
     2  "_args": [
     3    [
     4      "mimic-fn@2.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "mimic-fn@2.1.0",
     10  "_id": "mimic-fn@2.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
     13  "_location": "/mimic-fn",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "mimic-fn@2.1.0",
     19    "name": "mimic-fn",
     20    "escapedName": "mimic-fn",
     21    "rawSpec": "2.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.1.0"
     24  },
     25  "_requiredBy": [
     26    "/onetime"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
     29  "_spec": "2.1.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Sindre Sorhus",
     33    "email": "sindresorhus@gmail.com",
     34    "url": "sindresorhus.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/mimic-fn/issues"
     38  },
     39  "description": "Make a function mimic another one",
     40  "devDependencies": {
     41    "ava": "^1.4.1",
     42    "tsd": "^0.7.1",
     43    "xo": "^0.24.0"
     44  },
     45  "engines": {
     46    "node": ">=6"
     47  },
     48  "files": [
     49    "index.js",
     50    "index.d.ts"
     51  ],
     52  "homepage": "https://github.com/sindresorhus/mimic-fn#readme",
     53  "keywords": [
     54    "function",
     55    "mimic",
     56    "imitate",
     57    "rename",
     58    "copy",
     59    "inherit",
     60    "properties",
     61    "name",
     62    "func",
     63    "fn",
     64    "set",
     65    "infer",
     66    "change"
     67  ],
     68  "license": "MIT",
     69  "name": "mimic-fn",
     70  "repository": {
     71    "type": "git",
     72    "url": "git+https://github.com/sindresorhus/mimic-fn.git"
     73  },
     74  "scripts": {
     75    "test": "xo && ava && tsd"
     76  },
     77  "version": "2.1.0"
    4278}
Note: See TracChangeset for help on using the changeset viewer.