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

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

primeNG components

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
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": "/yargs/path-exists",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "range",
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 "/yargs/locate-path"
27 ],
28 "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
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",
32 "author": {
33 "name": "Sindre Sorhus",
34 "email": "sindresorhus@gmail.com",
35 "url": "sindresorhus.com"
36 },
37 "bugs": {
38 "url": "https://github.com/sindresorhus/path-exists/issues"
39 },
40 "bundleDependencies": false,
41 "deprecated": false,
42 "description": "Check if a path exists",
43 "devDependencies": {
44 "ava": "*",
45 "xo": "*"
46 },
47 "engines": {
48 "node": ">=4"
49 },
50 "files": [
51 "index.js"
52 ],
53 "homepage": "https://github.com/sindresorhus/path-exists#readme",
54 "keywords": [
55 "path",
56 "exists",
57 "exist",
58 "file",
59 "filepath",
60 "fs",
61 "filesystem",
62 "file-system",
63 "access",
64 "stat"
65 ],
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"
74 },
75 "version": "3.0.0",
76 "xo": {
77 "esnext": true
78 }
79}
Note: See TracBrowser for help on using the repository browser.