source: trip-planner-front/node_modules/yargs/node_modules/path-exists/package.json

Last change on this file was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[6a3a178]1{
[59329aa]2 "_args": [
3 [
4 "path-exists@3.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
[e29cc2e]9 "_from": "path-exists@^3.0.0",
[59329aa]10 "_id": "path-exists@3.0.0",
11 "_inBundle": false,
12 "_integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
[e29cc2e]13 "_location": "/yargs/path-exists",
[59329aa]14 "_phantomChildren": {},
15 "_requested": {
[e29cc2e]16 "type": "range",
[59329aa]17 "registry": true,
[e29cc2e]18 "raw": "path-exists@^3.0.0",
[59329aa]19 "name": "path-exists",
20 "escapedName": "path-exists",
[e29cc2e]21 "rawSpec": "^3.0.0",
[59329aa]22 "saveSpec": null,
[e29cc2e]23 "fetchSpec": "^3.0.0"
[59329aa]24 },
25 "_requiredBy": [
[e29cc2e]26 "/yargs/locate-path"
[59329aa]27 ],
28 "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
[e29cc2e]29 "_shasum": "ce0ebeaa5f78cb18925ea7d810d7b59b010fd515",
30 "_spec": "path-exists@^3.0.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\yargs\\node_modules\\locate-path",
[6a3a178]32 "author": {
33 "name": "Sindre Sorhus",
34 "email": "sindresorhus@gmail.com",
35 "url": "sindresorhus.com"
36 },
[59329aa]37 "bugs": {
38 "url": "https://github.com/sindresorhus/path-exists/issues"
39 },
[e29cc2e]40 "bundleDependencies": false,
41 "deprecated": false,
[59329aa]42 "description": "Check if a path exists",
43 "devDependencies": {
44 "ava": "*",
45 "xo": "*"
46 },
[6a3a178]47 "engines": {
48 "node": ">=4"
49 },
50 "files": [
51 "index.js"
52 ],
[59329aa]53 "homepage": "https://github.com/sindresorhus/path-exists#readme",
[6a3a178]54 "keywords": [
55 "path",
56 "exists",
57 "exist",
58 "file",
59 "filepath",
60 "fs",
61 "filesystem",
62 "file-system",
63 "access",
64 "stat"
65 ],
[59329aa]66 "license": "MIT",
67 "name": "path-exists",
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/sindresorhus/path-exists.git"
71 },
72 "scripts": {
73 "test": "xo && ava"
[6a3a178]74 },
[59329aa]75 "version": "3.0.0",
[6a3a178]76 "xo": {
77 "esnext": true
78 }
79}
Note: See TracBrowser for help on using the repository browser.