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

    rceaed42 r59329aa  
    11{
    2         "name": "path-exists",
    3         "version": "4.0.0",
    4         "description": "Check if a path exists",
    5         "license": "MIT",
    6         "repository": "sindresorhus/path-exists",
    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                 "path",
    24                 "exists",
    25                 "exist",
    26                 "file",
    27                 "filepath",
    28                 "fs",
    29                 "filesystem",
    30                 "file-system",
    31                 "access",
    32                 "stat"
    33         ],
    34         "devDependencies": {
    35                 "ava": "^1.4.1",
    36                 "tsd": "^0.7.2",
    37                 "xo": "^0.24.0"
    38         }
     2  "_args": [
     3    [
     4      "path-exists@4.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "path-exists@4.0.0",
     10  "_id": "path-exists@4.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
     13  "_location": "/path-exists",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "path-exists@4.0.0",
     19    "name": "path-exists",
     20    "escapedName": "path-exists",
     21    "rawSpec": "4.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.0.0"
     24  },
     25  "_requiredBy": [
     26    "/find-up"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
     29  "_spec": "4.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/path-exists/issues"
     38  },
     39  "description": "Check if a path exists",
     40  "devDependencies": {
     41    "ava": "^1.4.1",
     42    "tsd": "^0.7.2",
     43    "xo": "^0.24.0"
     44  },
     45  "engines": {
     46    "node": ">=8"
     47  },
     48  "files": [
     49    "index.js",
     50    "index.d.ts"
     51  ],
     52  "homepage": "https://github.com/sindresorhus/path-exists#readme",
     53  "keywords": [
     54    "path",
     55    "exists",
     56    "exist",
     57    "file",
     58    "filepath",
     59    "fs",
     60    "filesystem",
     61    "file-system",
     62    "access",
     63    "stat"
     64  ],
     65  "license": "MIT",
     66  "name": "path-exists",
     67  "repository": {
     68    "type": "git",
     69    "url": "git+https://github.com/sindresorhus/path-exists.git"
     70  },
     71  "scripts": {
     72    "test": "xo && ava && tsd"
     73  },
     74  "version": "4.0.0"
    3975}
Note: See TracChangeset for help on using the changeset viewer.