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/webpack-dev-server/node_modules/path-exists/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "path-exists",
    3   "version": "3.0.0",
    4   "description": "Check if a path exists",
    5   "license": "MIT",
    6   "repository": "sindresorhus/path-exists",
     2  "_args": [
     3    [
     4      "path-exists@3.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "path-exists@3.0.0",
     10  "_id": "path-exists@3.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
     13  "_location": "/webpack-dev-server/path-exists",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "path-exists@3.0.0",
     19    "name": "path-exists",
     20    "escapedName": "path-exists",
     21    "rawSpec": "3.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.0"
     24  },
     25  "_requiredBy": [
     26    "/webpack-dev-server/locate-path"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
     29  "_spec": "3.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/path-exists/issues"
     38  },
     39  "description": "Check if a path exists",
     40  "devDependencies": {
     41    "ava": "*",
     42    "xo": "*"
     43  },
    1244  "engines": {
    1345    "node": ">=4"
    14   },
    15   "scripts": {
    16     "test": "xo && ava"
    1746  },
    1847  "files": [
    1948    "index.js"
    2049  ],
     50  "homepage": "https://github.com/sindresorhus/path-exists#readme",
    2151  "keywords": [
    2252    "path",
     
    3161    "stat"
    3262  ],
    33   "devDependencies": {
    34     "ava": "*",
    35     "xo": "*"
     63  "license": "MIT",
     64  "name": "path-exists",
     65  "repository": {
     66    "type": "git",
     67    "url": "git+https://github.com/sindresorhus/path-exists.git"
    3668  },
     69  "scripts": {
     70    "test": "xo && ava"
     71  },
     72  "version": "3.0.0",
    3773  "xo": {
    3874    "esnext": true
Note: See TracChangeset for help on using the changeset viewer.