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/locate-path/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "locate-path",
    3         "version": "5.0.0",
    4         "description": "Get the first path that exists on disk of multiple paths",
    5         "license": "MIT",
    6         "repository": "sindresorhus/locate-path",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=8"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava && tsd"
    17         },
    18         "files": [
    19                 "index.js",
    20                 "index.d.ts"
    21         ],
    22         "keywords": [
    23                 "locate",
    24                 "path",
    25                 "paths",
    26                 "file",
    27                 "files",
    28                 "exists",
    29                 "find",
    30                 "finder",
    31                 "search",
    32                 "searcher",
    33                 "array",
    34                 "iterable",
    35                 "iterator"
    36         ],
    37         "dependencies": {
    38                 "p-locate": "^4.1.0"
    39         },
    40         "devDependencies": {
    41                 "ava": "^1.4.1",
    42                 "tsd": "^0.7.2",
    43                 "xo": "^0.24.0"
    44         }
     2  "_args": [
     3    [
     4      "locate-path@5.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "locate-path@5.0.0",
     10  "_id": "locate-path@5.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
     13  "_location": "/locate-path",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "locate-path@5.0.0",
     19    "name": "locate-path",
     20    "escapedName": "locate-path",
     21    "rawSpec": "5.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "5.0.0"
     24  },
     25  "_requiredBy": [
     26    "/find-up"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
     29  "_spec": "5.0.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/locate-path/issues"
     38  },
     39  "dependencies": {
     40    "p-locate": "^4.1.0"
     41  },
     42  "description": "Get the first path that exists on disk of multiple paths",
     43  "devDependencies": {
     44    "ava": "^1.4.1",
     45    "tsd": "^0.7.2",
     46    "xo": "^0.24.0"
     47  },
     48  "engines": {
     49    "node": ">=8"
     50  },
     51  "files": [
     52    "index.js",
     53    "index.d.ts"
     54  ],
     55  "homepage": "https://github.com/sindresorhus/locate-path#readme",
     56  "keywords": [
     57    "locate",
     58    "path",
     59    "paths",
     60    "file",
     61    "files",
     62    "exists",
     63    "find",
     64    "finder",
     65    "search",
     66    "searcher",
     67    "array",
     68    "iterable",
     69    "iterator"
     70  ],
     71  "license": "MIT",
     72  "name": "locate-path",
     73  "repository": {
     74    "type": "git",
     75    "url": "git+https://github.com/sindresorhus/locate-path.git"
     76  },
     77  "scripts": {
     78    "test": "xo && ava && tsd"
     79  },
     80  "version": "5.0.0"
    4581}
Note: See TracChangeset for help on using the changeset viewer.